/*
Theme Name: Recept2U Kadence Child
Template: kadence
Version: 0.3.56
*/

:root {
    --r2u-paper: #f2eadc;
    --r2u-paper-light: #f8f3e9;
    --r2u-ink: #22201d;
    --r2u-muted: #756d62;
    --r2u-red: #bd3e2f;
    --r2u-line: rgba(50, 42, 34, .14);
    --r2u-shadow: 0 12px 30px rgba(54, 40, 25, .08);
}

/* R2U unified search and archive pages — 2026-07-29 */
body.r2u-archive-page {
	margin: 0;
	color: var(--r2u-ink);
	background: #d9d2c8;
}

.r2u-archive-page #masthead,
.r2u-archive-page #colophon {
	display: none !important;
}

.r2u-archive-site,
.r2u-archive-site * {
	box-sizing: border-box;
}

.r2u-archive-site {
	width: min(100%, 1440px);
	margin: 0 auto;
	overflow: hidden;
	background:
		radial-gradient(circle at 10% 10%, rgba(255, 255, 255, .52), transparent 28%),
		#f8f3e9;
	box-shadow: 0 0 32px rgba(47, 38, 30, .08);
}

.r2u-archive-page #page,
.r2u-archive-page #inner-wrap,
.r2u-archive-page #primary,
.r2u-archive-page .content-area,
.r2u-archive-page .site-main {
	width: 100%;
	max-width: none;
	margin: 0;
	background: transparent;
}

.r2u-archive-page .content-container.site-container {
	width: min(1180px, calc(100% - 80px));
	max-width: none;
	margin: 0 auto;
	padding: 54px 0 76px;
}

.r2u-archive-page .search-archive-title,
.r2u-archive-page .archive-title {
	margin: 0 0 34px;
	padding: 0;
	border: 0;
	background: transparent;
}

.r2u-archive-page .search-archive-title .page-title,
.r2u-archive-page .archive-title .page-title,
.r2u-archive-page h1.page-title {
	margin: 0;
	color: #22201d;
	font: 700 31px/1.18 Arial, Helvetica, sans-serif;
	letter-spacing: .025em;
	text-transform: uppercase;
}

.r2u-archive-page.search .search-archive-title .page-title {
	font-size: 23px;
}

.r2u-archive-page .search-archive-title::after,
.r2u-archive-page .archive-title::after {
	display: block;
	width: 54px;
	height: 3px;
	margin-top: 14px;
	background: var(--r2u-red);
	content: "";
}

.r2u-archive-page #archive-container {
	display: grid;
	margin: 0;
	padding: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px 26px;
}

.r2u-archive-page #archive-container > .entry-list-item {
	min-width: 0;
	margin: 0;
	list-style: none;
}

.r2u-archive-page #archive-container .loop-entry {
	display: flex;
	height: 100%;
	min-height: 0;
	margin: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(101, 78, 57, .12);
	border-radius: 12px;
	background: rgba(255, 252, 247, .94);
	box-shadow: 0 10px 25px rgba(61, 45, 31, .09);
	transition: transform .2s ease, box-shadow .2s ease;
}

.r2u-archive-page #archive-container .loop-entry:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 32px rgba(61, 45, 31, .13);
}

.r2u-archive-page #archive-container .post-thumbnail {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1.4 / 1;
	overflow: hidden;
	border-radius: 0;
}

.r2u-archive-page #archive-container .post-thumbnail-inner {
	position: absolute;
	inset: 0;
}

.r2u-archive-page #archive-container .post-thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
}

.r2u-archive-page #archive-container .loop-entry:hover .post-thumbnail img {
	transform: scale(1.045);
}

.r2u-archive-page #archive-container .entry-content-wrap {
	display: flex;
	min-height: 0;
	padding: 22px 22px 20px;
	flex: 1;
	flex-direction: column;
}

.r2u-archive-page #archive-container .entry-header {
	margin: 0;
}

.r2u-archive-page #archive-container .entry-taxonomies {
	margin: 0 0 11px;
}

.r2u-archive-page #archive-container .entry-taxonomies,
.r2u-archive-page #archive-container .entry-taxonomies a {
	color: var(--r2u-red) !important;
	font: 700 11px/1.25 Arial, Helvetica, sans-serif;
	letter-spacing: .035em;
	text-transform: uppercase;
}

.r2u-archive-page #archive-container .entry-title {
	margin: 0;
	color: #22201d;
	font: 700 22px/1.22 Georgia, "Times New Roman", serif;
}

.r2u-archive-page #archive-container .entry-title a {
	color: #22201d !important;
	text-decoration: none;
}

.r2u-archive-page #archive-container .entry-meta {
	display: none !important;
}

.r2u-archive-page #archive-container .entry-summary {
	margin: 18px 0 20px;
	color: #5f584f;
	font: 15px/1.56 Georgia, "Times New Roman", serif;
}

.r2u-archive-page #archive-container .entry-summary p {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.r2u-archive-page #archive-container .entry-summary > p:first-child::first-letter {
	float: left;
	margin: .06em .09em 0 0;
	color: var(--r2u-red);
	font: 400 48px/.78 Georgia, "Times New Roman", serif;
}

.r2u-archive-page #archive-container .entry-footer {
	margin-top: auto;
	padding: 0;
	border: 0;
}

.r2u-archive-page #archive-container .more-link-wrap {
	margin: 0;
}

.r2u-archive-page #archive-container .post-more-link {
	color: var(--r2u-red) !important;
	font: 700 11px/1.2 Arial, Helvetica, sans-serif;
	letter-spacing: .035em;
	text-transform: uppercase;
}

.r2u-archive-page #archive-container .post-more-link .kadence-svg-iconset {
	display: none;
}

.r2u-archive-page #archive-container .post-more-link .screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
}

.r2u-archive-page .navigation.pagination {
	margin: 48px 0 0;
}

.r2u-archive-page .navigation.pagination .nav-links {
	display: flex;
	justify-content: center;
	gap: 12px;
}

.r2u-archive-page .navigation.pagination .page-numbers {
	display: grid;
	width: 42px;
	height: 42px;
	margin: 0;
	padding: 0;
	place-items: center;
	border: 1px solid var(--r2u-red);
	border-radius: 50%;
	color: var(--r2u-red) !important;
	background: #fffaf2;
	font: 700 14px/1 Arial, Helvetica, sans-serif;
	text-decoration: none;
	box-shadow: 0 5px 12px rgba(87, 54, 43, .08);
}

.r2u-archive-page .navigation.pagination .page-numbers.current,
.r2u-archive-page .navigation.pagination a.page-numbers:hover {
	color: #fff !important;
	background: var(--r2u-red);
}

.r2u-archive-page .navigation.pagination .page-numbers.dots {
	border-color: transparent;
	background: transparent;
	box-shadow: none;
}

.r2u-archive-footer {
	margin-top: 0;
}

@media (max-width: 1024px) {
	.r2u-archive-page .content-container.site-container {
		width: calc(100% - 56px);
	}

	.r2u-archive-page #archive-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.r2u-archive-page .content-container.site-container {
		width: calc(100% - 36px);
		padding: 38px 0 52px;
	}

	.r2u-archive-page .search-archive-title,
	.r2u-archive-page .archive-title {
		margin-bottom: 26px;
	}

	.r2u-archive-page .search-archive-title .page-title,
	.r2u-archive-page .archive-title .page-title,
	.r2u-archive-page h1.page-title,
	.r2u-archive-page.search .search-archive-title .page-title {
		font-size: 20px;
		line-height: 1.2;
	}

	.r2u-archive-page #archive-container {
		display: block;
	}

	.r2u-archive-page #archive-container > .entry-list-item {
		margin-bottom: 24px;
	}

	.r2u-archive-page #archive-container .entry-content-wrap {
		padding: 20px 20px 18px;
	}

	.r2u-archive-page #archive-container .entry-title {
		font-size: 21px;
	}

	.r2u-archive-page #archive-container .entry-summary {
		font-size: 15px;
	}

	.r2u-archive-page .navigation.pagination {
		margin-top: 36px;
	}
}

html {
    scroll-behavior: smooth;
}

body.r2u-preview-page {
    margin: 0;
    color: var(--r2u-ink);
    background: #d9d2c8;
    font-family: Arial, Helvetica, sans-serif;
}

.r2u-preview-page *,
.r2u-preview-page *::before,
.r2u-preview-page *::after {
    box-sizing: border-box;
}

.r2u-preview-page a {
    color: inherit;
    text-decoration: none;
}

.r2u-preview-page .r2u-site {
    width: min(100%, 1440px);
    margin: 0 auto;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 10%, rgba(255,255,255,.52), transparent 28%),
        linear-gradient(100deg, rgba(255,255,255,.25), transparent 55%),
        var(--r2u-paper);
    box-shadow: 0 0 40px rgba(0,0,0,.12);
}

.r2u-brand {
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
}

.r2u-brand img {
    width: 245px;
    max-height: 58px;
    object-fit: contain;
    object-position: left center;
}

.r2u-language span {
    transition: color .2s ease;
}

.r2u-language .is-active {
    color: var(--r2u-red);
}

.r2u-language {
    display: flex;
    gap: 7px;
    align-items: center;
    padding: 11px 13px;
    color: #fff;
    background: rgba(24, 20, 16, .58);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    box-shadow: 0 7px 22px rgba(0, 0, 0, .15);
    backdrop-filter: blur(8px);
}

.r2u-language-separator {
    color: #b7aea1;
}

.r2u-language .is-disabled {
    opacity: .58;
}

.r2u-hero {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(0,0,0,.43), rgba(0,0,0,.04) 67%, rgba(0,0,0,.18)),
        url("assets/r2u-hero-table.webp") center 51% / cover no-repeat;
}

.r2u-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .26;
    mix-blend-mode: soft-light;
    background-image: repeating-linear-gradient(0deg, transparent 0, transparent 3px, rgba(255,255,255,.07) 4px);
}

.r2u-hero-shade {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .24), transparent 32%, transparent 58%, rgba(0, 0, 0, .56));
}

.r2u-hero-header {
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    left: 0;
    padding: 22px 42px;
    display: grid;
    grid-template-columns: minmax(210px, 270px) minmax(280px, 1fr) auto auto;
    gap: 15px;
    align-items: center;
}

.r2u-hero-header .r2u-search {
    width: min(100%, 620px);
    margin: 0;
    justify-self: end;
    background: rgba(247, 241, 230, .88);
    border-color: rgba(255, 255, 255, .42);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .14);
    backdrop-filter: blur(8px);
}

.r2u-hero-menu {
    position: relative;
}

.r2u-hero-menu summary {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(24, 20, 16, .58);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    list-style: none;
    box-shadow: 0 7px 22px rgba(0, 0, 0, .15);
    backdrop-filter: blur(8px);
}

.r2u-hero-menu summary::-webkit-details-marker {
    display: none;
}

.r2u-hero-menu nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 190px;
    padding: 9px;
    display: grid;
    background: rgba(247, 241, 230, .96);
    border: 1px solid var(--r2u-line);
    border-radius: 10px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .22);
}

.r2u-hero-menu nav a {
    padding: 11px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
}

.r2u-hero-menu nav a:hover {
    color: #fff;
    background: var(--r2u-red);
}

.r2u-hero-content {
    position: relative;
    z-index: 3;
    max-width: 880px;
    padding: 64px 70px 62px;
    color: #fff;
}

.r2u-section-heading span,
.r2u-about-copy > span {
    display: block;
    margin-bottom: 12px;
    color: var(--r2u-red);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
}

.r2u-section h1,
.r2u-section h2,
.r2u-about h2 {
    margin: 0;
    font-family: "Arial Narrow", Impact, Arial, sans-serif;
    font-stretch: condensed;
    font-weight: 900;
    letter-spacing: .03em;
}

.r2u-hero-content blockquote {
    margin: 0;
    padding: 0 0 0 24px;
    border-left: 3px solid var(--r2u-red);
    text-wrap: balance;
    font-family: Georgia, serif;
    font-size: clamp(21px, 2.35vw, 34px);
    font-style: italic;
    line-height: 1.38;
    letter-spacing: .005em;
    text-shadow: 0 3px 15px rgba(0, 0, 0, .55);
}

.r2u-button {
    display: inline-flex;
    min-height: 44px;
    padding: 0 22px;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: var(--r2u-red);
    border: 1px solid var(--r2u-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
}

.r2u-button:hover {
    background: #923226;
}

.r2u-recipe-discovery {
    padding: 24px 58px 8px;
}

.r2u-search {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
    max-width: 720px;
    margin-bottom: 20px;
    padding: 0 6px 0 17px;
    background: rgba(255,255,255,.42);
    border: 1px solid var(--r2u-line);
    border-radius: 999px;
}

.r2u-search span {
    color: var(--r2u-muted);
    font-size: 23px;
}

.r2u-search input {
    min-width: 0;
    height: 48px;
    padding: 0;
    color: var(--r2u-ink);
    background: transparent;
    border: 0;
    outline: none;
}

.r2u-search button {
    height: 38px;
    padding: 0 19px;
    color: #fff;
    background: var(--r2u-red);
    border: 0;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}

.r2u-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.r2u-filter-row a {
    padding: 8px 14px;
    color: #6d655a;
    background: rgba(255,255,255,.32);
    border: 1px solid var(--r2u-line);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
}

.r2u-filter-row a.is-active,
.r2u-filter-row a:hover {
    color: #fff;
    background: var(--r2u-red);
    border-color: var(--r2u-red);
}

.r2u-section {
    padding: 70px 58px 0;
}

.r2u-section-heading {
    margin-bottom: 26px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 30px;
}

.r2u-section-heading h1,
.r2u-section-heading h2,
.r2u-about h2 {
    position: relative;
    padding-bottom: 13px;
    font-size: 33px;
}

.r2u-section-heading h1::after,
.r2u-section-heading h2::after,
.r2u-about h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: var(--r2u-red);
}

.r2u-section-heading > a {
    padding-bottom: 12px;
    color: var(--r2u-red);
    font-size: 11px;
    font-weight: 800;
}

.r2u-recipe-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.r2u-recipe-card {
    min-width: 0;
    overflow: hidden;
    background: rgba(255,255,255,.42);
    border: 1px solid var(--r2u-line);
    border-radius: 11px;
    box-shadow: var(--r2u-shadow);
}

.r2u-recipe-image {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.r2u-recipe-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.r2u-recipe-card:hover .r2u-recipe-image img,
.r2u-category-card:hover img,
.r2u-story-card:hover > img {
    transform: scale(1.035);
}

.r2u-recipe-copy {
    min-height: 145px;
    padding: 18px 16px;
}

.r2u-recipe-copy p {
    min-height: 13px;
    margin: 0 0 7px;
    overflow: hidden;
    color: var(--r2u-red);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.r2u-recipe-copy h3 {
    margin: 0 0 19px;
    display: -webkit-box;
    overflow: hidden;
    font-family: Georgia, serif;
    font-size: 15px;
    line-height: 1.28;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.r2u-recipe-copy > span {
    color: var(--r2u-muted);
    font-size: 9px;
    font-weight: 800;
}

.r2u-category-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.r2u-category-card {
    position: relative;
    height: 370px;
    overflow: hidden;
    border-radius: 11px;
    box-shadow: var(--r2u-shadow);
}

.r2u-category-card::after {
    content: "";
    position: absolute;
    inset: 35% 0 0;
    background: linear-gradient(transparent, rgba(0,0,0,.78));
}

.r2u-category-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.r2u-category-card span {
    position: absolute;
    z-index: 2;
    left: 18px;
    right: 18px;
    bottom: 22px;
    color: #fff;
    font-family: "Arial Narrow", Impact, Arial, sans-serif;
    font-size: 19px;
    font-weight: 900;
    letter-spacing: .03em;
}

.r2u-story-grid {
    display: grid;
    grid-template-columns: 1.45fr .95fr;
    gap: 24px;
}

.r2u-story-card {
    overflow: hidden;
    background: rgba(255,255,255,.45);
    border: 1px solid var(--r2u-line);
    border-radius: 12px;
    box-shadow: var(--r2u-shadow);
}

.r2u-story-card > img {
    width: 100%;
    height: 330px;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.r2u-story-card > div {
    min-height: 190px;
    padding: 25px 28px;
}

.r2u-story-card h3,
.r2u-books-copy h3 {
    margin: 0 0 12px;
    font-family: "Arial Narrow", Impact, Arial, sans-serif;
    font-size: 25px;
    letter-spacing: .03em;
}

.r2u-story-card p,
.r2u-books-copy p,
.r2u-about-copy p {
    color: var(--r2u-muted);
    font-family: Georgia, serif;
    font-size: 15px;
    line-height: 1.6;
}

.r2u-story-card a,
.r2u-about-copy a {
    display: inline-block;
    margin-top: 10px;
    color: var(--r2u-red);
    font-size: 11px;
    font-weight: 800;
}

.r2u-books-panel {
    min-height: 430px;
    display: grid;
    grid-template-columns: 1.55fr .75fr;
    overflow: hidden;
    background: rgba(255,255,255,.42);
    border: 1px solid var(--r2u-line);
    border-radius: 12px;
    box-shadow: var(--r2u-shadow);
}

.r2u-books-image {
    min-height: 430px;
    overflow: hidden;
}

.r2u-books-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.r2u-books-copy {
    padding: 54px;
    align-self: center;
}

.r2u-books-copy .r2u-button {
    margin-top: 14px;
}

.r2u-about {
    margin: 75px 58px 0;
    padding: 65px 0 75px;
    display: grid;
    grid-template-columns: 1.05fr .8fr .8fr;
    gap: 26px;
    align-items: center;
    border-top: 1px solid var(--r2u-line);
    border-bottom: 1px solid var(--r2u-line);
}

.r2u-about-copy {
    padding-right: 35px;
}

.r2u-about-portrait {
    height: 335px;
    background-color: #cfc4b5;
    background-position: center;
    background-size: cover;
    border-radius: 12px;
    filter: saturate(.84) contrast(1.03);
    box-shadow: var(--r2u-shadow);
}

.r2u-about-portrait-one {
    background-image: url("https://recept-2u.com.ua/wp-content/uploads/2017/11/yura.jpg");
}

.r2u-about-portrait-two {
    background-image: url("https://recept-2u.com.ua/wp-content/uploads/2017/11/yulya.jpg");
}

.r2u-footer {
    padding: 55px 58px 26px;
}

.r2u-footer-links {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 30px;
    padding-bottom: 50px;
}

.r2u-footer-links h3 {
    margin: 0 0 16px;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 12px;
    font-weight: 900;
}

.r2u-footer-links a {
    display: block;
    margin: 9px 0;
    color: var(--r2u-muted);
    font-family: Georgia, serif;
    font-size: 12px;
}

.r2u-footer-bottom {
    min-height: 95px;
    padding-top: 25px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 30px;
    border-top: 1px solid var(--r2u-line);
}

.r2u-footer-bottom img {
    width: 235px;
    max-height: 62px;
    object-fit: contain;
    object-position: left center;
}

.r2u-footer-bottom p {
    color: var(--r2u-muted);
    font-size: 11px;
}

@media (max-width: 1100px) {
    .r2u-brand img {
        width: 205px;
    }

    .r2u-hero-header {
        padding-inline: 28px;
        grid-template-columns: minmax(190px, 220px) minmax(240px, 1fr) auto auto;
    }

    .r2u-recipe-grid,
    .r2u-category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .r2u-category-card {
        height: 320px;
    }

    .r2u-footer-links {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .r2u-brand img {
        width: 176px;
    }

    .r2u-brand {
        padding: 7px 10px;
    }

    .r2u-hero {
        min-height: 650px;
        background-position: 54% center;
    }

    .r2u-hero-header {
        padding: 15px 16px;
        grid-template-columns: 1fr auto auto;
        gap: 9px;
    }

    .r2u-hero-header .r2u-brand {
        grid-column: 1;
    }

    .r2u-hero-header .r2u-language {
        grid-column: 2;
    }

    .r2u-hero-header .r2u-hero-menu {
        grid-column: 3;
    }

    .r2u-hero-header .r2u-search {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
        justify-self: stretch;
    }

    .r2u-hero-content {
        padding: 48px 24px 46px;
    }

    .r2u-hero-content blockquote {
        padding-left: 17px;
        font-size: 23px;
    }

    .r2u-recipe-discovery,
    .r2u-section,
    .r2u-footer {
        padding-inline: 20px;
    }

    .r2u-section {
        padding-top: 55px;
    }

    .r2u-recipe-grid,
    .r2u-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .r2u-recipe-copy {
        min-height: 150px;
        padding: 15px 12px;
    }

    .r2u-category-card {
        height: 260px;
    }

    .r2u-story-grid,
    .r2u-books-panel,
    .r2u-about {
        grid-template-columns: 1fr;
    }

    .r2u-story-card > img {
        height: 250px;
    }

    .r2u-books-image {
        min-height: 290px;
    }

    .r2u-books-copy {
        padding: 35px 25px;
    }

    .r2u-about {
        margin: 55px 20px 0;
        padding-block: 50px;
    }

    .r2u-about-copy {
        padding-right: 0;
    }

    .r2u-about-portrait {
        height: 380px;
    }

    .r2u-footer-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .r2u-footer-bottom {
        grid-template-columns: 1fr auto;
    }

    .r2u-footer-bottom p {
        grid-column: 1 / -1;
        grid-row: 2;
    }
}

@media (max-width: 430px) {
    .r2u-hero {
        min-height: 690px;
        background-position: 57% center;
    }

    .r2u-brand img {
        width: 150px;
    }

    .r2u-language {
        padding-inline: 10px;
    }

    .r2u-search button {
        padding-inline: 13px;
    }

    .r2u-recipe-grid {
        grid-template-columns: 1fr;
    }

    .r2u-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .r2u-category-card {
        height: 220px;
    }

    .r2u-footer-links {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}



/* Final approved hero – 2026-07-25 */
.r2u-hero {
  min-height: 0 !important;
  aspect-ratio: 1900 / 820;
  display: block !important;
  background: url("assets/recept2u-final-hero-logo-yellow2-v1.png") center center / cover no-repeat !important;
}
.r2u-hero::after,
.r2u-hero > .r2u-hero-shade,
.r2u-hero > .r2u-hero-header,
.r2u-hero > .r2u-hero-content {
  display: none !important;
}
@media (max-width: 767px) {
  .r2u-hero {
    aspect-ratio: 1900 / 820;
    min-height: 0 !important;
    background-position: center center !important;
  }
}



/* R2U category buttons — approved visual override 2026-07-27 */
.r2u-preview-page .r2u-filter-row {
  display: grid !important;
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  gap: 8px !important;
  align-items: stretch !important;
  width: 100% !important;
}

.r2u-preview-page .r2u-filter-row > :is(a, button) {
  -webkit-appearance: none !important;
  appearance: none !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 76px !important;
  min-height: 76px !important;
  padding: 8px 7px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  border: 2px solid #4d3c20 !important;
  border-radius: 13px !important;
  background: linear-gradient(180deg, #efc9c0 0%, #dfa99f 56%, #d4988e 100%) !important;
  color: #66384f !important;
  box-shadow:
    inset 0 0 0 2px #d4aa62,
    inset 0 0 0 4px rgba(255,248,231,.80),
    inset 0 4px 8px rgba(255,255,255,.55),
    inset 0 -5px 8px rgba(111,63,44,.12),
    0 4px 0 #5d431f,
    0 7px 11px rgba(73,44,23,.24) !important;
  font-family: "Arial Narrow", Impact, Arial, sans-serif !important;
  font-size: clamp(13px, 1vw, 16px) !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: transform .15s ease, filter .15s ease, box-shadow .15s ease !important;
}

.r2u-preview-page .r2u-filter-row > :is(a, button):first-child {
  background: linear-gradient(180deg, #d8ddb2 0%, #bdc48d 55%, #aeb778 100%) !important;
  color: #274b2d !important;
}

.r2u-preview-page .r2u-filter-row > :is(a, button):hover {
  filter: brightness(1.055) saturate(1.03) !important;
  transform: translateY(-2px) !important;
  box-shadow:
    inset 0 0 0 2px #d4aa62,
    inset 0 0 0 4px rgba(255,248,231,.85),
    inset 0 4px 8px rgba(255,255,255,.65),
    inset 0 -5px 8px rgba(111,63,44,.10),
    0 6px 0 #5d431f,
    0 10px 16px rgba(73,44,23,.28) !important;
}

.r2u-preview-page .r2u-filter-row > :is(a, button):active {
  transform: translateY(3px) !important;
  filter: brightness(.97) !important;
  box-shadow:
    inset 0 0 0 2px #d4aa62,
    inset 0 0 0 4px rgba(255,248,231,.75),
    inset 0 5px 9px rgba(73,44,23,.18),
    0 1px 0 #5d431f,
    0 3px 6px rgba(73,44,23,.18) !important;
}

.r2u-preview-page .r2u-filter-row > :is(a, button):focus-visible {
  outline: 3px solid #a52b25 !important;
  outline-offset: 3px !important;
}

@media (max-width: 1100px) {
  .r2u-preview-page .r2u-filter-row {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .r2u-preview-page .r2u-filter-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .r2u-preview-page .r2u-filter-row > :is(a, button) {
    height: 68px !important;
    min-height: 68px !important;
    font-size: 14px !important;
  }
}

/* Approved New Recipes block styling - 2026-07-27 */
.r2u-latest .r2u-section-heading > div > span {
  color: #aeb778;
}
.r2u-latest .r2u-section-heading :is(h1, h2) {
  color: #274b2d;
}
.r2u-latest .r2u-section-heading > a {
  display: none;
}
.r2u-latest .r2u-recipe-copy {
  min-height: 161.140625px;
  background: linear-gradient(#efc9c0 0%, #dfa99f 56%, #d4988e 100%);
}
.r2u-latest .r2u-recipe-copy > p {
  display: none;
}
.r2u-latest .r2u-recipe-copy h3 a {
  color: #66384f;
}

/* Approved risotto topic block styling - 2026-07-27 */
.r2u-topic .r2u-section-heading > div > span {
  color: #7ebfd3;
}
.r2u-topic .r2u-section-heading h2 {
  color: #315f83;
}
.r2u-topic .r2u-recipe-copy {
  min-height: 161.140625px;
  background: linear-gradient(#d9edf3 0%, #bedee9 56%, #a9cfdd 100%);
}
.r2u-topic .r2u-recipe-copy h3 {
  margin-bottom: 0;
}
.r2u-topic .r2u-recipe-copy h3 a {
  color: #315f83;
}

/* Risotto read link - 2026-07-27 */
.r2u-topic .r2u-recipe-copy h3 {
  margin-bottom: 19px;
}

.r2u-topic .r2u-recipe-read {
  color: #315f83;
  font-size: 9px;
  font-weight: 800;
}

.r2u-topic .r2u-recipe-read:hover,
.r2u-topic .r2u-recipe-read:focus {
  color: #244b69;
}


/* Align recipe links and restore section underlines - 2026-07-27 */
.r2u-latest .r2u-recipe-copy,
.r2u-topic .r2u-recipe-copy {
  display: flex;
  flex-direction: column;
}

.r2u-latest .r2u-recipe-copy > span,
.r2u-topic .r2u-recipe-copy > .r2u-recipe-read {
  margin-top: auto;
}

.r2u-latest .r2u-section-heading :is(h1, h2)::after {
  background: #274b2d;
}

.r2u-topic .r2u-section-heading h2::after {
  background: #315f83;
}


/* Approved Stories block - 2026-07-28 */
.r2u-stories .r2u-section-heading span {
  color: #a98baf;
}

.r2u-stories .r2u-section-heading h2 {
  color: #5c3a66;
}

.r2u-stories .r2u-section-heading h2::after {
  background: #5c3a66;
}

.r2u-stories .r2u-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.r2u-stories .r2u-story-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: #e6d8e8;
  border-color: rgba(92, 58, 102, .18);
}

.r2u-stories .r2u-story-image {
  width: 100%;
  height: 380px;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: #f2eadc;
}

.r2u-stories .r2u-story-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.r2u-stories .r2u-story-image--pasta img {
  object-position: center 42%;
  transform: scale(1.15);
}

.r2u-stories .r2u-story-image--zozh img {
  object-position: center;
}

.r2u-stories .r2u-story-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 225px;
  padding: 28px 30px 24px;
  background: #e6d8e8;
}

.r2u-stories .r2u-story-copy h3 {
  margin: 0 0 16px;
  color: #5c3a66;
  text-align: center;
}

.r2u-stories .r2u-story-copy p {
  margin: 0;
  color: #4a4050;
  text-align: left;
}

.r2u-stories .r2u-story-copy a {
  margin-top: auto;
  padding-top: 24px;
  color: #5c3a66;
}

.r2u-stories .r2u-story-copy a:hover,
.r2u-stories .r2u-story-copy a:focus {
  color: #45264f;
}

@media (max-width: 767px) {
  .r2u-stories .r2u-story-grid {
    grid-template-columns: 1fr;
  }

  .r2u-stories .r2u-story-image {
    height: 240px;
  }

  .r2u-stories .r2u-story-copy {
    min-height: 0;
    padding: 24px 22px;
  }
}
/* Olive section dividers - 2026-07-28 */
.r2u-section + .r2u-section {
  position: relative;
}
.r2u-section + .r2u-section::before,
.r2u-section + .r2u-section::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 50%;
  width: 560px;
  height: 60px;
  transform: translateX(-50%);
  pointer-events: none;
}
.r2u-section + .r2u-section::before {
  background: #556B2F;
  -webkit-mask: url("/wp-content/uploads/2026/07/olive-branch-exact-transparent.png") center / 100% 100% no-repeat;
  mask: url("/wp-content/uploads/2026/07/olive-branch-exact-transparent.png") center / 100% 100% no-repeat;
  opacity: 1;
  z-index: 1;
}
.r2u-section + .r2u-section::after {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20840%2090%22%3E%3Cg%20fill%3D%22%235C3A66%22%20stroke%3D%22%234A2F53%22%20stroke-width%3D%22.7%22%20opacity%3D%22.88%22%3E%3Cellipse%20cx%3D%22159%22%20cy%3D%2235%22%20rx%3D%226.5%22%20ry%3D%224.2%22%20transform%3D%22rotate(24%20159%2035)%22%2F%3E%3Cellipse%20cx%3D%22161%22%20cy%3D%2250%22%20rx%3D%227.2%22%20ry%3D%225%22%20transform%3D%22rotate(-18%20161%2050)%22%2F%3E%3Cellipse%20cx%3D%22215%22%20cy%3D%2261%22%20rx%3D%227%22%20ry%3D%227%22%20transform%3D%22rotate(22%20215%2061)%22%2F%3E%3Cellipse%20cx%3D%22677%22%20cy%3D%2261%22%20rx%3D%227%22%20ry%3D%227%22%20transform%3D%22rotate(-22%20677%2061)%22%2F%3E%3Cellipse%20cx%3D%22731%22%20cy%3D%2249%22%20rx%3D%227.2%22%20ry%3D%225%22%20transform%3D%22rotate(18%20731%2049)%22%2F%3E%3Cellipse%20cx%3D%22734%22%20cy%3D%2235%22%20rx%3D%226.5%22%20ry%3D%224.2%22%20transform%3D%22rotate(-24%20734%2035)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center / 100% 100% no-repeat;
  z-index: 2;
}
@media (max-width: 767px) {
  .r2u-section + .r2u-section::before,
  .r2u-section + .r2u-section::after {
    top: 5px;
    width: 300px;
    height: 32px;
  }
}

/* Masters block image and heading - 2026-07-28 */
.r2u-books .r2u-section-heading span {
  color: #77746f;
}
.r2u-books .r2u-section-heading h2 {
  color: #22201d;
}
.r2u-books .r2u-section-heading h2::after {
  background: #22201d;
}
.r2u-books-panel {
  min-height: 0;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.r2u-books-panel:visited {
  color: inherit;
}
.r2u-books-panel:focus-visible {
  outline: 3px solid #6a4a78;
  outline-offset: 4px;
}
.r2u-books-image {
  min-height: 0;
  align-self: center;
}
.r2u-books-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: saturate(.82) brightness(.98) contrast(.96);
  transition: transform .35s ease;
}
.r2u-books-panel:hover .r2u-books-image img,
.r2u-books-panel:focus-visible .r2u-books-image img {
  transform: scale(1.02);
}

/* Masters quote panel - 2026-07-28 */
.r2u-books-copy {
  align-self: stretch;
  padding: 36px 44px 30px;
  display: flex;
  flex-direction: column;
  background: #e2dfd8;
}
.r2u-master-quote {
  margin: 0;
  padding: 0;
  border: 0;
}
.r2u-master-quote p {
  margin: 0;
  color: #26231f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 400;
}
.r2u-master-quote cite {
  display: block;
  margin-top: 16px;
  color: #77746f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.r2u-books-copy .r2u-master-read {
  margin-top: auto;
  padding-top: 26px;
  color: #22201d;
}

/* About joint portrait - 2026-07-28 */
.r2u-about-portrait-one {
  grid-column: 2 / -1;
  height: auto;
  aspect-ratio: 16 / 9;
  background-image: url("/wp-content/uploads/2026/07/r2u-about-together.webp");
  background-position: center;
  transform: translateY(22px);
}
.r2u-about-portrait-two {
  display: none;
}
@media (max-width: 767px) {
  .r2u-about-portrait-one {
    grid-column: 1 / -1;
    height: auto;
    transform: none;
  }
}

/* About copy layout - 2026-07-28 */
.r2u-about-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  transform: translateY(22px);
}
.r2u-about-copy p {
  color: #514d47;
  font-size: 16px;
  line-height: 1.65;
}
.r2u-about-copy > a {
  margin-top: auto;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .r2u-about-copy {
    align-self: auto;
    display: block;
    transform: none;
  }
  .r2u-about-copy > a {
    margin-top: 10px;
  }
}

/* R2U tactile footer navigation - 2026-07-28 */
.r2u-footer {
  padding: 28px 58px 0;
  overflow: hidden;
}
.r2u-footer-nav {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, .95fr);
  gap: 42px;
  align-items: start;
  padding: 22px 0 34px;
  border-top: 1px solid var(--r2u-line);
}
.r2u-footer-nav h3 {
  margin: 0 0 15px;
  color: var(--r2u-ink);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .02em;
}
.r2u-footer-recipe-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px 16px;
}
.r2u-footer-rubric-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.r2u-footer-button {
  box-sizing: border-box;
  min-width: 0;
  min-height: 52px;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #66384f;
  background: linear-gradient(180deg, #efc9c0 0%, #dfa99f 56%, #d4988e 100%);
  border: 2px solid #4d3c20;
  border-radius: 11px;
  box-shadow:
    inset 0 0 0 2px #d4aa62,
    inset 0 0 0 4px rgba(255,248,231,.80),
    inset 0 3px 7px rgba(255,255,255,.55),
    inset 0 -4px 7px rgba(111,63,44,.12),
    0 3px 0 #5d431f,
    0 6px 10px rgba(73,44,23,.22);
  font-family: "Arial Narrow", Impact, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform .15s ease, filter .15s ease, box-shadow .15s ease;
}
.r2u-footer-recipe-grid .r2u-footer-button.is-all {
  color: #274b2d;
  background: linear-gradient(180deg, #d8ddb2 0%, #bdc48d 55%, #aeb778 100%);
}
.r2u-footer-rubric-grid .r2u-footer-button {
  color: #5c3d63;
  background: linear-gradient(180deg, #eadfeb 0%, #d7c4dc 55%, #c4a8cb 100%);
}
.r2u-footer-button:hover {
  color: inherit;
  filter: brightness(1.055) saturate(1.03);
  transform: translateY(-2px);
  box-shadow:
    inset 0 0 0 2px #d4aa62,
    inset 0 0 0 4px rgba(255,248,231,.85),
    inset 0 4px 8px rgba(255,255,255,.65),
    inset 0 -5px 8px rgba(111,63,44,.10),
    0 5px 0 #5d431f,
    0 9px 14px rgba(73,44,23,.26);
}
.r2u-footer-button:active {
  transform: translateY(3px);
  filter: brightness(.97);
  box-shadow:
    inset 0 0 0 2px #d4aa62,
    inset 0 0 0 4px rgba(255,248,231,.75),
    inset 0 5px 9px rgba(73,44,23,.18),
    0 1px 0 #5d431f,
    0 3px 6px rgba(73,44,23,.18);
}
.r2u-footer-button:focus-visible {
  outline: 3px solid #a52b25;
  outline-offset: 3px;
}
.r2u-footer-bottom {
  min-height: 92px;
  margin: 0 -58px;
  padding: 16px 58px;
  display: grid;
  grid-template-columns: 300px auto minmax(360px, 540px) auto;
  align-items: center;
  gap: 24px;
  background: #978b80;
  border-top: 0;
}
.r2u-footer-brand {
  display: flex;
  align-items: center;
}
.r2u-footer-bottom img {
  width: 290px;
  max-height: 68px;
  object-fit: contain;
  object-position: left center;
}
.r2u-footer-bottom p {
  margin: 0;
  color: #f7f0e8;
  font-family: Georgia, serif;
  font-size: 12px;
  white-space: nowrap;
}
.r2u-footer-search {
  width: 100%;
  max-width: none;
  margin: 0;
  background: rgba(255,255,255,.90);
  border: 0;
  box-shadow: inset 0 1px 2px rgba(73,44,23,.12);
}
.r2u-footer-search input {
  color: #4d4944;
}
.r2u-footer-bottom > .r2u-language {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  color: #fff;
  background: transparent;
  border: 0;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
}
.r2u-footer-bottom > .r2u-language .is-active {
  color: #b52e28;
}
@media (max-width: 1100px) {
  .r2u-footer-nav {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .r2u-footer-rubric-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .r2u-footer-bottom {
    grid-template-columns: 1fr 1fr;
  }
  .r2u-footer-search {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}
@media (max-width: 760px) {
  .r2u-footer {
    padding: 24px 16px 0;
  }
  .r2u-footer-recipe-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .r2u-footer-rubric-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .r2u-footer-button {
    min-height: 54px;
    font-size: 12px;
  }
  .r2u-footer-bottom {
    margin: 0 -16px;
    padding: 18px 16px;
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
  }
  .r2u-footer-brand,
  .r2u-footer-bottom > .r2u-language {
    justify-self: center;
  }
  .r2u-footer-bottom img {
    width: min(290px, 82vw);
    object-position: center;
  }
  .r2u-footer-bottom p {
    white-space: normal;
  }
  .r2u-footer-search {
    grid-column: auto;
    grid-row: auto;
  }
}

/* Footer brand natural proportions - 2026-07-28 */
.r2u-footer-bottom {
  min-height: 116px;
  padding-top: 12px;
  padding-bottom: 12px;
  grid-template-columns: 270px auto minmax(360px, 520px) auto;
}
.r2u-footer-bottom img {
  width: 245px;
  height: auto;
  max-height: none;
}
@media (max-width: 1100px) {
  .r2u-footer-bottom {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 760px) {
  .r2u-footer-bottom {
    grid-template-columns: 1fr;
  }
  .r2u-footer-bottom img {
    width: min(245px, 82vw);
    height: auto;
  }
}
/* Final Kalamata olive dividers — 2026-07-28 */
.r2u-section + .r2u-section::before {
  display: none !important;
}
.r2u-section + .r2u-section::after {
  background: url("assets/olive-branch-kalamata-final.webp") center / contain no-repeat !important;
  width: 395px;
  height: 158px;
  left: calc(50% + 247px);
  top: 32px;
  transform: translateX(-50%);
  opacity: 1;
  z-index: 2;
}
.r2u-topic,
.r2u-stories,
.r2u-books {
  padding-top: 221px;
}
.r2u-about {
  padding-top: 149px;
}
.r2u-about::after {
  top: -31px !important;
}
@media (max-width: 1024px) {
  .r2u-section + .r2u-section::after {
    left: 50%;
  }
}
@media (max-width: 767px) {
  .r2u-section + .r2u-section::after {
    width: 300px;
    height: 120px;
    left: 50%;
    top: 40px;
  }
  .r2u-topic,
  .r2u-stories,
  .r2u-books {
    padding-top: 200px;
  }
  .r2u-about {
    margin-top: 60px;
    padding-top: 155px;
  }
  .r2u-about::after {
    top: -28px !important;
  }
}

/* R2U active hero and responsive fixes — 2026-07-28 */
.r2u-hero {
    min-height: 0 !important;
    aspect-ratio: 1900 / 820;
    display: block !important;
    position: relative;
    background: url("assets/r2u-hero-table.webp") center 51% / cover no-repeat !important;
}
.r2u-hero::after,
.r2u-hero > .r2u-hero-shade {
    display: none !important;
}
.r2u-hero > .r2u-hero-header {
    display: block !important;
    position: absolute;
    inset: 0;
    z-index: 4;
    padding: 0;
    pointer-events: none;
}
.r2u-hero-header > * {
    pointer-events: auto;
}
.r2u-hero-header .r2u-brand {
    position: absolute;
    top: 29.5%;
    left: 4.2%;
    width: min(31%, 420px);
    height: auto;
    display: block;
}
.r2u-hero-header .r2u-brand img {
    display: block;
    width: 100%;
    max-height: none;
    object-fit: contain;
}
.r2u-hero-header .r2u-search {
    position: absolute;
    top: 4.9%;
    left: 44.1%;
    width: 44.5%;
    max-width: none;
    margin: 0;
    background: rgba(247, 241, 230, .94);
    border-color: rgba(255, 255, 255, .62);
}
.r2u-hero-header .r2u-language {
    position: absolute;
    top: 5%;
    right: 5.5%;
}
.r2u-hero-header .r2u-hero-menu {
    position: absolute;
    top: 5%;
    right: 1.1%;
}
.r2u-hero > .r2u-hero-content {
    display: block !important;
    position: absolute;
    z-index: 3;
    left: 5.8%;
    bottom: 5.8%;
    width: 430px;
    max-width: 36%;
    padding: 0;
    color: #fff;
}
.r2u-hero-content blockquote {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: #fff;
}
.r2u-hero-content blockquote p {
    width: 285px;
    max-width: 72%;
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    line-height: 1.08;
    font-weight: 400;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .56);
}
.r2u-hero-content blockquote cite {
    position: absolute;
    left: 288px;
    bottom: 0;
    color: rgba(255, 255, 255, .86);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    line-height: 1;
    font-style: italic;
    white-space: nowrap;
    text-shadow: 0 2px 7px rgba(0, 0, 0, .58);
}
.r2u-latest .r2u-recipe-copy > .r2u-latest-read {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    color: #756d62;
    font-size: 9px;
    line-height: 1.6;
    font-weight: 800;
    text-decoration: none;
}
.r2u-latest .r2u-recipe-copy > .r2u-latest-read:hover,
.r2u-latest .r2u-recipe-copy > .r2u-latest-read:focus {
    color: #4f493f;
}
@media (max-width: 1100px) {
    .r2u-hero-header .r2u-search {
        top: 4%;
        width: 42.5%;
        gap: 8px;
        padding-left: 11px;
    }
    .r2u-hero-header .r2u-search span {
        font-size: 18px;
    }
    .r2u-hero-header .r2u-search input {
        height: 36px;
        font-size: 12px;
    }
    .r2u-hero-header .r2u-search button {
        height: 30px;
        padding: 0 12px;
        font-size: 9px;
    }
    .r2u-hero-header .r2u-language {
        top: 4%;
        padding: 8px 10px;
        font-size: 9px;
    }
    .r2u-hero-header .r2u-hero-menu {
        top: 4%;
    }
    .r2u-hero-header .r2u-hero-menu summary {
        width: 36px;
        height: 36px;
        font-size: 17px;
    }
    .r2u-hero-content blockquote p {
        width: 100%;
        max-width: 100%;
        font-size: clamp(12px, 1.65vw, 22px);
        line-height: 1.12;
    }
    .r2u-hero-content blockquote cite {
        left: 105%;
        font-size: clamp(8px, 1vw, 14px);
    }
}
@media (max-width: 767px) {
    .r2u-books-image {
        align-self: stretch;
        height: 240px;
    }
    .r2u-books-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .r2u-books-copy {
        padding: 28px 24px 24px;
    }
    .r2u-master-quote p {
        font-size: 19px;
        line-height: 1.5;
    }
    .r2u-latest .r2u-recipe-copy > .r2u-latest-read {
        min-height: 36px;
        font-size: 11px;
    }
}
@media (max-width: 430px) {
    .r2u-hero-header .r2u-brand {
        top: 30%;
        width: 31%;
    }
    .r2u-hero-header .r2u-search {
        top: 4%;
        left: 42%;
        width: 38%;
        gap: 3px;
        padding: 0 3px 0 6px;
    }
    .r2u-hero-header .r2u-search span {
        display: none;
    }
    .r2u-hero-header .r2u-search input {
        height: 28px;
        font-size: 8px;
    }
    .r2u-hero-header .r2u-search button {
        height: 22px;
        padding: 0 4px;
        font-size: 7px;
    }
    .r2u-hero-header .r2u-language {
        top: 4%;
        right: 10.5%;
        gap: 2px;
        padding: 6px 4px;
        font-size: 7px;
    }
    .r2u-hero-header .r2u-hero-menu {
        top: 3.5%;
        right: 1.2%;
    }
    .r2u-hero-header .r2u-hero-menu summary {
        width: 28px;
        height: 28px;
        font-size: 13px;
    }
    .r2u-hero-content {
        max-width: 40% !important;
    }
    .r2u-hero-content blockquote p {
        font-size: 9px;
        line-height: 1.08;
    }
    .r2u-hero-content blockquote cite {
        left: 103%;
        font-size: 7px;
    }
    .r2u-books-image {
        height: 180px;
    }
}

/* R2U active hero visual polish — 2026-07-28 */
.r2u-hero-header .r2u-brand {
    width: min(29%, 390px);
}
.r2u-hero-header .r2u-language {
    padding-right: 10px;
    padding-left: 10px;
}
@media (max-width: 430px) {
    .r2u-hero {
        aspect-ratio: auto;
        min-height: 220px !important;
        background-position: center 52% !important;
    }
    .r2u-hero-header .r2u-brand {
        top: 32%;
        left: 5%;
        width: 55%;
    }
    .r2u-hero-header .r2u-search {
        top: 6%;
        left: 4%;
        width: 64%;
        gap: 5px;
        padding: 0 4px 0 8px;
    }
    .r2u-hero-header .r2u-search span {
        display: block;
        font-size: 13px;
    }
    .r2u-hero-header .r2u-search input {
        height: 34px;
        font-size: 10px;
    }
    .r2u-hero-header .r2u-search button {
        height: 27px;
        padding: 0 6px;
        font-size: 8px;
    }
    .r2u-hero-header .r2u-language {
        top: 6%;
        right: 12.5%;
        gap: 2px;
        padding: 8px 4px;
        font-size: 7px;
    }
    .r2u-hero-header .r2u-hero-menu {
        top: 5.5%;
        right: 2.5%;
    }
    .r2u-hero-header .r2u-hero-menu summary {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    .r2u-hero > .r2u-hero-content {
        left: 5%;
        bottom: 7%;
        width: 58%;
        max-width: 58% !important;
    }
    .r2u-hero-content blockquote p {
        font-size: 11px;
        line-height: 1.12;
    }
    .r2u-hero-content blockquote cite {
        position: static;
        display: block;
        margin-top: 5px;
        font-size: 7px;
        text-align: right;
    }
}

/* R2U hero quote final typography — 2026-07-28 */
.r2u-hero-content blockquote p {
    font-style: normal;
}


/* R2U approved single recipe template — 2026-07-28 */
body.r2u-single-page {
	margin: 0;
	color: #292a28;
	background: #f5eee4;
	font-family: Georgia, "Times New Roman", serif;
}
.r2u-single-page .site-header,
.r2u-single-page #colophon {
	display: none !important;
}
.r2u-single-site,
.r2u-single-site * {
	box-sizing: border-box;
}
.r2u-single-site a {
	color: inherit;
}
.r2u-single-hero {
	position: relative;
	height: clamp(250px, 25vw, 360px);
	overflow: visible;
	background: url("assets/r2u-hero-table.webp") center 52% / cover no-repeat;
}
.r2u-single-hero-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(33, 27, 23, .54), rgba(61, 50, 42, .06) 58%, rgba(33, 27, 23, .34));
}
.r2u-single-brand {
	position: absolute;
	z-index: 2;
	top: 10%;
	left: 4.5%;
	width: min(36%, 430px);
}
.r2u-single-brand img,
.r2u-single-footer-brand img {
	display: block;
	width: 100%;
	height: auto;
}
.r2u-single-controls {
	position: absolute;
	z-index: 5;
	top: 12%;
	right: 3.2%;
	display: flex;
	align-items: center;
	gap: 18px;
	color: #fff;
	font: 700 14px/1 Arial, sans-serif;
}
.r2u-single-language {
	display: flex;
	gap: 7px;
	align-items: center;
}
.r2u-single-language .is-active {
	color: #ffdc35;
}
.r2u-single-search-toggle,
.r2u-single-menu {
	position: relative;
}
.r2u-single-search-toggle summary,
.r2u-single-menu summary {
	display: grid;
	width: 34px;
	height: 34px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	list-style: none;
	place-items: center;
}
.r2u-single-search-toggle summary::-webkit-details-marker,
.r2u-single-menu summary::-webkit-details-marker {
	display: none;
}
.r2u-single-search-toggle svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
}
.r2u-single-search-toggle form {
	position: absolute;
	z-index: 20;
	top: 43px;
	right: -52px;
	display: flex;
	width: min(390px, calc(100vw - 32px));
	height: 48px;
	padding: 5px;
	border-radius: 26px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 12px 28px rgba(35, 29, 24, .24);
}
.r2u-single-search-toggle input,
.r2u-single-footer-search input {
	min-width: 0;
	flex: 1;
	border: 0;
	outline: 0;
	background: transparent;
	color: #53697a;
	font: 14px/1 Arial, sans-serif;
}
.r2u-single-search-toggle input {
	padding: 0 15px;
}
.r2u-single-search-toggle button,
.r2u-single-footer-search button {
	border: 0;
	border-radius: 22px;
	color: #fff;
	background: #b63b30;
	font: 700 11px/1 Arial, sans-serif;
}
.r2u-single-search-toggle button {
	padding: 0 22px;
}
.r2u-single-menu summary {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.r2u-single-menu summary span {
	display: block;
	width: 30px;
	height: 2px;
	border-radius: 2px;
	background: #fff;
}
.r2u-single-menu nav {
	position: absolute;
	z-index: 20;
	top: 43px;
	right: 0;
	display: grid;
	min-width: 180px;
	padding: 12px;
	border-radius: 12px;
	background: rgba(42, 35, 30, .95);
	box-shadow: 0 12px 28px rgba(35, 29, 24, .24);
}
.r2u-single-menu nav a {
	padding: 11px 13px;
	color: #fff;
	text-decoration: none;
	font: 700 12px/1.2 Arial, sans-serif;
	letter-spacing: .04em;
}
.r2u-single-main {
	width: min(1180px, calc(100% - 80px));
	margin: 0 auto;
	padding: 62px 0 76px;
}
.r2u-single-title-block {
	margin-bottom: 38px;
}
.r2u-single-category {
	display: inline-block;
	margin-bottom: 18px;
	color: #67526d !important;
	text-decoration: none;
	text-transform: uppercase;
	font: 700 13px/1.2 Arial, sans-serif;
	letter-spacing: .13em;
}
.r2u-single-title-block h1 {
	max-width: 1080px;
	overflow-wrap: anywhere;
	margin: 0;
	color: #292a28;
	font: 700 clamp(42px, 4vw, 58px)/1.08 Georgia, "Times New Roman", serif;
	letter-spacing: -.025em;
}
.r2u-single-title-line {
	display: block;
	width: 92px;
	height: 4px;
	margin-top: 25px;
	background: #b74638;
}
.r2u-single-featured {
	height: clamp(500px, 50vw, 650px);
	margin: 0 0 58px;
	overflow: hidden;
	border-radius: 18px;
	box-shadow: 0 18px 38px rgba(59, 48, 38, .14);
}
.r2u-single-featured img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.r2u-single-intro {
	margin-bottom: 58px;
	font-size: 20px;
	line-height: 1.72;
}
.r2u-single-intro blockquote,
.r2u-single-intro p {
	margin: 0 0 22px;
	padding: 0;
	border: 0;
	color: inherit;
	font: inherit;
}
.r2u-single-intro blockquote:first-child p:first-child::first-letter,
.r2u-single-intro > p:first-child::first-letter {
	float: left;
	padding: 10px 9px 2px 0;
	color: #b74638;
	font-size: 68px;
	font-weight: 700;
	line-height: .78;
}
.r2u-single-intro img {
	max-width: 100%;
	height: auto;
}
.r2u-recipe-layout {
	display: grid;
	grid-template-columns: minmax(300px, 34%) minmax(0, 1fr);
	gap: 64px;
	align-items: start;
	padding-top: 58px;
	border-top: 1px solid #d9cfc1;
}
.r2u-ingredients-panel {
	padding: 34px 34px 30px;
	border: 1px solid rgba(132, 77, 67, .25);
	border-radius: 18px;
	background: linear-gradient(145deg, #f2d8d2, #e4aaa0);
	box-shadow: 0 11px 0 #b77e73, 0 18px 32px rgba(83, 58, 51, .12);
}
.r2u-panel-title,
.r2u-method-title {
	margin: 0;
	color: #292a28;
	text-transform: uppercase;
	font: 700 32px/1.15 Arial, sans-serif;
	letter-spacing: .02em;
}
.r2u-panel-title {
	color: #44383a;
	font-size: 28px;
}
.r2u-serves {
	margin: 8px 0 25px;
	color: #685a59;
	text-transform: uppercase;
	font: 700 12px/1.4 Arial, sans-serif;
}
.r2u-ingredient-subtitle {
	margin: 26px 0 12px;
	color: #514346;
	text-transform: uppercase;
	font: 700 14px/1.35 Arial, sans-serif;
	letter-spacing: .05em;
}
.r2u-ingredients-panel ul,
.r2u-ingredients-panel ol,
.r2u-method-panel ul,
.r2u-method-panel ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.r2u-ingredients-panel li,
.r2u-ingredients-panel > p:not(.r2u-serves) {
	margin: 0;
	padding: 9px 0 10px;
	border-bottom: 1px solid rgba(88, 57, 53, .16);
	font-size: 15px;
	line-height: 1.45;
}
.r2u-ingredients-panel li:last-child {
	border-bottom: 0;
}
.r2u-method-title {
	margin-bottom: 14px;
}
.r2u-method-panel li,
.r2u-method-panel > p {
	position: relative;
	margin: 0;
	padding: 24px 0 27px 52px;
	border-bottom: 1px solid #d9cfc1;
	font-size: 19px;
	line-height: 1.64;
}
.r2u-method-panel li::before,
.r2u-method-panel > p::before {
	position: absolute;
	top: 36px;
	left: 7px;
	width: 25px;
	height: 10px;
	border-radius: 100% 0 100% 0;
	background: #657449;
	content: "";
	opacity: .84;
	transform: rotate(-28deg);
}
.r2u-method-panel img {
	max-width: 100%;
	height: auto;
	margin: 25px 0;
	border-radius: 14px;
}
.r2u-method-panel > .r2u-method-lead-media {
  margin: 0 0 34px;
  padding: 0;
  border-bottom: 0;
}
.r2u-method-panel > .r2u-method-lead-media::before {
  content: none;
}
.r2u-method-lead-media img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.r2u-recipe-unit + .r2u-recipe-unit {
	margin-top: 74px;
	padding-top: 64px;
	border-top: 1px solid #d9cfc1;
}
.r2u-recipe-layout + .r2u-recipe-layout {
	margin-top: 64px;
}
.r2u-recipe-variant .r2u-single-intro > h2:first-child,
.r2u-recipe-variant .r2u-single-intro > h3:first-child,
.r2u-recipe-variant .r2u-single-intro > h4:first-child {
	margin: 0 0 24px;
	color: #292a28;
	font: 700 clamp(30px, 3vw, 42px)/1.15 Georgia, "Times New Roman", serif;
}
.r2u-recipe-wide-media {
	width: 100%;
	margin: 0 0 58px;
	overflow: hidden;
	border-radius: 18px;
	box-shadow: 0 18px 38px rgba(59, 48, 38, .14);
}
.r2u-recipe-wide-media > * {
	display: block;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
.r2u-recipe-wide-media img {
	display: block;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	border-radius: 0;
}
.r2u-recipe-final-media {
	width: 100%;
	margin: 48px auto 0;
}
.r2u-single-intro img {
	max-width: min(100%, 46vw);
}
.r2u-single-prose-fallback {
	font-size: 19px;
	line-height: 1.7;
}
.r2u-single-prose-fallback img {
	max-width: 100%;
	height: auto;
}
.r2u-single-ornament {
	display: flex;
	height: 125px;
	margin: 55px 0 10px;
	align-items: center;
	justify-content: center;
}
.r2u-single-ornament img {
	width: 340px;
	max-height: 105px;
	object-fit: contain;
	opacity: .78;
}
.r2u-single-related-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 24px;
}
.r2u-single-related-heading h2 {
	margin: 0;
	font: 700 34px/1.15 Arial, sans-serif;
}
.r2u-single-related-heading > a {
	color: #b74638;
	text-decoration: none;
	font: 700 11px/1 Arial, sans-serif;
	letter-spacing: .06em;
}
.r2u-single-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}
.r2u-single-related-card {
	overflow: hidden;
	border: 1px solid #d9cfc1;
	border-radius: 14px;
	background: #fbf7f0;
	box-shadow: 0 12px 24px rgba(65, 53, 43, .07);
}
.r2u-single-related-image {
	display: block;
	height: 210px;
	overflow: hidden;
	background: #e8dfd4;
}
.r2u-single-related-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.r2u-single-related-copy {
	min-height: 146px;
	padding: 20px 21px 22px;
}
.r2u-single-related-copy span {
	color: #67526d;
	text-transform: uppercase;
	font: 700 10px/1.2 Arial, sans-serif;
	letter-spacing: .07em;
}
.r2u-single-related-copy h3 {
	margin: 9px 0 0;
	font: 700 20px/1.3 Georgia, "Times New Roman", serif;
}
.r2u-single-related-copy a {
	text-decoration: none;
}
.r2u-single-footer {
	padding: 26px 0 22px;
	color: #fff;
	background: #8e8175;
}
.r2u-single-footer-row {
	display: grid;
	width: min(1180px, calc(100% - 80px));
	margin: 0 auto;
	grid-template-columns: minmax(280px, .8fr) minmax(440px, 1.35fr);
	gap: 22px 64px;
	align-items: center;
}
.r2u-single-footer-brand {
	display: block;
	width: min(100%, 340px);
}
.r2u-single-footer-search {
	display: flex;
	height: 52px;
	min-width: 0;
	padding: 5px 5px 5px 20px;
	align-items: center;
	border-radius: 28px;
	background: #fff;
}
.r2u-single-footer-search > span {
	margin-right: 10px;
	color: #7b8b9b;
	font: 18px/1 Arial, sans-serif;
}
.r2u-single-footer-search button {
	height: 40px;
	padding: 0 24px;
}
.r2u-single-footer-row > p {
	grid-column: 1 / -1;
	margin: 0;
	color: #f2ece6;
	text-align: center;
	font: 11px/1.3 Arial, sans-serif;
}
.r2u-single-footer-row > p span {
	margin-left: 18px;
}
@media (max-width: 1100px) {
	.r2u-single-hero {
		height: 28vw;
		min-height: 250px;
		max-height: 310px;
	}
	.r2u-single-brand {
		width: 38%;
	}
	.r2u-single-main {
		width: min(1000px, calc(100% - 64px));
		padding-top: 54px;
	}
	.r2u-single-title-block h1 {
		font-size: clamp(38px, 4.5vw, 48px);
	}
	.r2u-single-featured {
		height: min(52vw, 530px);
	}
	.r2u-recipe-layout {
		grid-template-columns: minmax(270px, 35%) minmax(0, 1fr);
		gap: 48px;
	}
	.r2u-single-footer-row {
		width: calc(100% - 64px);
		grid-template-columns: minmax(270px, .75fr) minmax(420px, 1.35fr);
		gap: 20px 48px;
	}
}
@media (max-width: 720px) {
	.r2u-single-hero {
		height: 190px;
		min-height: 190px;
		background-position: center 52%;
	}
	.r2u-single-brand {
		top: 8%;
		left: 4%;
		width: 55%;
	}
	.r2u-single-controls {
		top: 9%;
		right: 2.5%;
		gap: 7px;
		font-size: 8px;
	}
	.r2u-single-language {
		gap: 3px;
	}
	.r2u-single-search-toggle summary,
	.r2u-single-menu summary {
		width: 28px;
		height: 28px;
	}
	.r2u-single-search-toggle svg {
		width: 20px;
		height: 20px;
	}
	.r2u-single-menu summary {
		gap: 4px;
	}
	.r2u-single-menu summary span {
		width: 22px;
	}
	.r2u-single-search-toggle form,
	.r2u-single-menu nav {
		top: 35px;
	}
	.r2u-single-search-toggle form {
		right: -36px;
		height: 43px;
	}
	.r2u-single-search-toggle input {
		padding: 0 10px;
		font-size: 12px;
	}
	.r2u-single-search-toggle button {
		padding: 0 13px;
		font-size: 9px;
	}
	.r2u-single-main {
		width: 100%;
		padding: 45px 0 52px;
	}
	.r2u-single-title-block,
	.r2u-single-intro,
	.r2u-recipe-layout,
	.r2u-single-related {
		margin-right: 22px;
		margin-left: 22px;
	}
	.r2u-single-title-block {
		margin-bottom: 28px;
	}
	.r2u-single-category {
		margin-bottom: 14px;
		font-size: 10px;
	}
	.r2u-single-title-block h1 {
		font-size: clamp(31px, 8.4vw, 37px);
		line-height: 1.08;
	}
	.r2u-single-title-line {
		width: 58px;
		height: 3px;
		margin-top: 18px;
	}
	.r2u-single-featured {
		width: 100%;
		height: 294px;
		margin: 0 0 40px;
		border-radius: 0;
		box-shadow: none;
	}
	.r2u-single-intro {
		margin-bottom: 44px;
		font-size: 16px;
		line-height: 1.65;
	}
	.r2u-single-intro blockquote,
	.r2u-single-intro p {
		margin-bottom: 18px;
	}
	.r2u-single-intro blockquote:first-child p:first-child::first-letter,
	.r2u-single-intro > p:first-child::first-letter {
		font-size: 52px;
	}
	.r2u-recipe-layout {
		display: block;
		padding-top: 0;
		border-top: 0;
	}
	.r2u-recipe-unit + .r2u-recipe-unit {
		margin-top: 52px;
		padding-top: 45px;
	}
	.r2u-recipe-layout + .r2u-recipe-layout {
		margin-top: 48px;
		padding-top: 44px;
		border-top: 1px solid #d9cfc1;
	}
	.r2u-recipe-wide-media,
	.r2u-recipe-final-media {
		width: 100%;
		margin: 0 0 42px;
		border-radius: 0;
		box-shadow: none;
	}
	.r2u-recipe-final-media {
		margin-top: 34px;
	}
	.r2u-single-intro img {
		max-width: 58vw;
	}
	.r2u-ingredients-panel {
		margin-bottom: 52px;
		padding: 27px 24px 25px;
		border-radius: 16px;
		box-shadow: 0 8px 0 #b77e73, 0 15px 26px rgba(83, 58, 51, .12);
	}
	.r2u-panel-title {
		font-size: 25px;
	}
	.r2u-method-title {
		font-size: 27px;
	}
	.r2u-method-panel li,
	.r2u-method-panel > p {
		padding: 18px 0 21px 40px;
		font-size: 15px;
		line-height: 1.58;
	}
	.r2u-method-panel li::before,
	.r2u-method-panel > p::before {
		top: 29px;
		left: 3px;
		width: 20px;
		height: 8px;
	}
	.r2u-single-ornament {
		height: 100px;
		margin: 44px 0 10px;
	}
	.r2u-single-ornament img {
		width: 245px;
		max-height: 90px;
	}
	.r2u-single-related-heading h2 {
		font-size: 27px;
	}
	.r2u-single-related-heading > a {
		display: none;
	}
	.r2u-single-related-grid {
		display: block;
	}
	.r2u-single-related-card {
		margin-bottom: 20px;
	}
	.r2u-single-related-image {
		height: 205px;
	}
	.r2u-single-related-copy {
		min-height: 0;
		padding: 16px 18px 18px;
	}
	.r2u-single-related-copy h3 {
		font-size: 18px;
	}
	.r2u-single-related-card:nth-child(n+3) {
		display: none;
	}
	.r2u-single-footer {
		padding: 20px 0 16px;
	}
	.r2u-single-footer-row {
		width: calc(100% - 32px);
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 13px 10px;
	}
	.r2u-single-footer-brand {
		width: 100%;
		max-width: 190px;
	}
	.r2u-single-footer-search {
		width: 100%;
		height: 40px;
		padding: 4px 4px 4px 9px;
	}
	.r2u-single-footer-search > span {
		margin-right: 4px;
		font-size: 12px;
	}
	.r2u-single-footer-search input {
		font-size: clamp(7px, 2vw, 9px);
	}
	.r2u-single-footer-search button {
		height: 30px;
		padding: 0 10px;
		font-size: 7px;
	}
	.r2u-single-footer-row > p {
		font-size: 9px;
	}
}
@media (max-width: 360px) {
	.r2u-single-footer-row {
		width: calc(100% - 24px);
		gap: 8px;
	}
	.r2u-single-footer-search button {
		padding: 0 7px;
	}
}
/* R2U circular recipe sharing buttons — 2026-07-28 */
.r2u-single-share {
	width: min(1180px, calc(100% - 120px));
	margin: 44px auto 0;
	padding: 23px 28px 28px;
	border: 1px solid #d6cabc;
	border-radius: 18px;
	background: linear-gradient(135deg, #fbf7f0 0%, #eee4d9 100%);
	box-shadow: 0 7px 0 #a39486, 0 15px 28px rgba(72, 57, 45, .1);
	box-sizing: border-box;
}

.r2u-single-share h2 {
	margin: 0 0 20px;
	color: #292a28;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 1.2px;
	line-height: 1.25;
	text-align: center;
}

.r2u-single-share-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	align-items: center;
	justify-content: center;
}

.r2u-share-button {
	display: inline-flex;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .55);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	color: #fff;
	cursor: pointer;
	line-height: 1;
	text-decoration: none;
	transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
	box-sizing: border-box;
}

.r2u-share-button:hover,
.r2u-share-button:focus-visible {
	color: #fff;
	filter: brightness(1.06);
	transform: translateY(-2px);
}

.r2u-share-button:active {
	transform: translateY(4px);
}

.r2u-share-button svg {
	display: block;
	width: 25px;
	height: 25px;
	fill: #fff;
}

.r2u-share-button.is-facebook {
	background: #526f9f;
	box-shadow: 0 5px 0 #314a74, 0 9px 15px rgba(49, 74, 116, .22);
}

.r2u-share-button.is-x {
	background: #242424;
	box-shadow: 0 5px 0 #050505, 0 9px 15px rgba(5, 5, 5, .2);
}

.r2u-share-button.is-x svg {
	fill: none;
	stroke: #fff;
	stroke-linecap: round;
	stroke-width: 2.1;
}

.r2u-share-button.is-telegram {
	background: #62a8c7;
	box-shadow: 0 5px 0 #387f9e, 0 9px 15px rgba(56, 127, 158, .22);
}

.r2u-share-button.is-pinterest {
	background: #a94b4c;
	box-shadow: 0 5px 0 #7c292b, 0 9px 15px rgba(124, 41, 43, .22);
}

.r2u-share-button.is-whatsapp {
	background: #6e8d68;
	box-shadow: 0 5px 0 #496b45, 0 9px 15px rgba(73, 107, 69, .22);
}

.r2u-share-button.is-whatsapp svg > path:first-child,
.r2u-share-copy svg {
	fill: none;
	stroke: #fff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.r2u-share-copy {
	background: #8e8175;
	box-shadow: 0 5px 0 #70645b, 0 9px 15px rgba(112, 100, 91, .2);
}

.r2u-share-copy.is-copied {
	background: #657449;
	box-shadow: 0 5px 0 #465333, 0 9px 15px rgba(70, 83, 51, .2);
}

@media (max-width: 900px) {
	.r2u-single-share {
		width: calc(100% - 64px);
		margin-top: 38px;
	}
}

@media (max-width: 640px) {
	.r2u-single-share {
		width: calc(100% - 32px);
		margin-top: 30px;
		padding: 20px 16px 24px;
		border-radius: 15px;
	}

	.r2u-single-share h2 {
		margin-bottom: 17px;
		font-size: 12px;
	}

	.r2u-single-share-buttons {
		gap: 14px;
	}

	.r2u-share-button {
		width: 42px;
		height: 42px;
	}

	.r2u-share-button svg {
		width: 21px;
		height: 21px;
	}
}
/* R2U approved desktop header fixes — 2026-07-28 */
@media (min-width: 1101px) {
	.r2u-preview-page .r2u-hero-content blockquote cite {
		position: static !important;
		display: block !important;
		width: 285px;
		max-width: 72%;
		margin: 12px 0 0 !important;
		text-align: right;
		white-space: normal;
	}

	.r2u-single-hero {
		height: auto;
		min-height: 0;
		max-height: none;
		aspect-ratio: 1983 / 793;
		background-color: #211b17;
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}
}
/* R2U approved recipe header and mobile footer fixes — 2026-07-28 */
@media (min-width: 1101px) {
	.r2u-single-hero {
		height: clamp(250px, 25vw, 360px);
		min-height: 0;
		max-height: 360px;
		aspect-ratio: auto;
		background-position: center 52%;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.r2u-single-brand {
		top: 18%;
	}
}

@media (max-width: 720px) {
	.r2u-single-brand {
		top: 18%;
	}

	.r2u-single-search-toggle:not([open]) > form {
		display: none !important;
	}

	.r2u-single-footer-row {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
		align-items: center !important;
	}

	.r2u-single-footer-brand {
		grid-column: 1;
		grid-row: 1;
		min-width: 0;
	}

	.r2u-single-footer-search {
		grid-column: 2;
		grid-row: 1;
		min-width: 0;
	}

	.r2u-single-footer-row > p {
		grid-column: 1 / -1;
		grid-row: 2;
	}
}
/* R2U recipe logo alignment with the homepage — 2026-07-28 */
@media (min-width: 1101px) {
	.r2u-single-hero {
		height: clamp(300px, 28vw, 420px);
		max-height: 420px;
	}

	.r2u-single-brand {
		top: 29%;
	}
}

@media (max-width: 720px) {
	.r2u-single-brand {
		top: 38%;
	}
}
/* R2U desktop recipe hero fitted below the garlic — 2026-07-28 */
@media (min-width: 1101px) {
	.r2u-single-hero {
		height: clamp(360px, 29.5vw, 560px);
		max-height: 560px;
	}
}
/* R2U mobile homepage search and footer alignment — 2026-07-28 */
.r2u-home-mobile-search-toggle {
	display: none;
}

@media (max-width: 1100px) {
	.r2u-hero-header > .r2u-search {
		display: none;
	}

	.r2u-home-mobile-search-toggle {
		position: relative;
		display: block;
	}

	.r2u-home-mobile-search-toggle > summary {
		display: grid;
		width: 42px;
		height: 42px;
		padding: 0;
		place-items: center;
		border: 1px solid rgba(255, 255, 255, .46);
		border-radius: 50%;
		color: #fff;
		background: rgba(30, 25, 21, .28);
		cursor: pointer;
		list-style: none;
	}

	.r2u-home-mobile-search-toggle > summary::-webkit-details-marker {
		display: none;
	}

	.r2u-home-mobile-search-toggle > summary span {
		font: 28px/1 Arial, sans-serif;
		transform: translateY(-1px);
	}

	.r2u-home-mobile-search-toggle > .r2u-search {
		position: absolute;
		z-index: 30;
		top: 50px;
		right: -102px;
		width: min(390px, calc(100vw - 32px));
	}

	.r2u-home-mobile-search-toggle:not([open]) > .r2u-search {
		display: none;
	}
}

@media (max-width: 760px) {
	.r2u-home-mobile-search-toggle > summary {
		width: 38px;
		height: 38px;
	}

	.r2u-home-mobile-search-toggle > summary span {
		font-size: 25px;
	}

	.r2u-home-mobile-search-toggle > .r2u-search {
		top: 45px;
		right: -88px;
	}

	.r2u-footer-bottom {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
		gap: 12px 10px !important;
		align-items: center;
		text-align: left;
	}

	.r2u-footer-brand {
		grid-column: 1;
		grid-row: 1;
		width: 100%;
		min-width: 0;
		justify-self: stretch;
	}

	.r2u-footer-bottom .r2u-footer-brand img {
		width: 100%;
		max-width: 190px;
		height: auto;
	}

	.r2u-footer-search {
		grid-column: 2;
		grid-row: 1;
		width: 100%;
		min-width: 0;
		height: 40px;
		padding: 4px 4px 4px 9px;
	}

	.r2u-footer-search span {
		margin-right: 4px;
		font-size: 12px;
	}

	.r2u-footer-search input {
		min-width: 0;
		font-size: clamp(7px, 2vw, 9px);
	}

	.r2u-footer-search button {
		height: 30px;
		padding: 0 10px;
		font-size: 7px;
	}

	.r2u-footer-bottom > p {
		grid-column: 1;
		grid-row: 2;
		margin: 0;
		text-align: left;
	}

	.r2u-footer-bottom > .r2u-language {
		grid-column: 2;
		grid-row: 2;
		justify-self: end;
	}
}
/* R2U mobile homepage control corrections — 2026-07-29 */
@media (max-width: 760px) {
	.r2u-hero-header > .r2u-language {
		right: 79px;
	}

	.r2u-hero-header > .r2u-home-mobile-search-toggle {
		position: absolute;
		top: 14px;
		right: 46px;
		left: auto;
		width: 28px;
		height: 28px;
		z-index: 24;
	}

	.r2u-home-mobile-search-toggle > summary {
		width: 28px;
		height: 28px;
	}

	.r2u-home-mobile-search-toggle > summary span {
		font-size: 21px;
	}

	.r2u-home-mobile-search-toggle > .r2u-search {
		top: 36px;
		right: -41px;
	}

	.r2u-footer-search {
		display: flex;
		align-items: center;
	}

	.r2u-footer-search > span {
		flex: 0 0 auto;
	}

	.r2u-footer-search > input {
		flex: 1 1 auto;
		width: 0;
	}

	.r2u-footer-search > button {
		flex: 0 0 auto;
		padding-right: 7px;
		padding-left: 7px;
	}
}
@media (max-width: 760px) {
	.r2u-home-mobile-search-toggle > .r2u-search {
		left: auto;
	}
}
/* R2U universal language switcher — 2026-07-29 */
.r2u-lang-switcher,
.r2u-language.r2u-lang-switcher,
.r2u-single-language.r2u-lang-switcher {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	min-width: 32px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	overflow: visible;
	line-height: 1;
	z-index: 40;
}

.r2u-lang-switcher > summary {
	display: grid;
	width: 32px;
	height: 32px;
	padding: 0;
	place-items: center;
	border: 1px solid #5a3d5d;
	border-radius: 50%;
	background: #f2e7d9;
	box-shadow: 0 2px 7px rgba(28, 20, 17, .25);
	color: #5a3d5d;
	cursor: pointer;
	list-style: none;
}

.r2u-lang-switcher > summary::-webkit-details-marker {
	display: none;
}

.r2u-lang-switcher > summary::marker {
	display: none;
	content: "";
}

.r2u-lang-switcher > summary > span,
.r2u-lang-switcher > .r2u-lang-options > span,
.r2u-lang-switcher > .r2u-lang-options > a {
	display: grid;
	width: 100%;
	height: 100%;
	padding: 0;
	place-items: center;
	border: 0;
	background: transparent;
	color: #5a3d5d !important;
	font: 700 9px/1 Arial, sans-serif;
	letter-spacing: .02em;
}

.r2u-lang-switcher > .r2u-lang-options {
	position: absolute;
	top: 37px;
	left: 0;
	display: none;
	width: 32px;
	height: 32px;
	padding: 0;
	margin: 0;
	border: 1px solid #5a3d5d;
	border-radius: 50%;
	background: #f2e7d9;
	box-shadow: 0 2px 7px rgba(28, 20, 17, .25);
	overflow: hidden;
	cursor: default;
}

.r2u-lang-switcher[open] > .r2u-lang-options {
	display: grid;
}

.r2u-footer-bottom > .r2u-lang-switcher > .r2u-lang-options {
	top: auto;
	bottom: 37px;
}

.r2u-single-footer-row > p {
	grid-column: 1 / -1;
	grid-row: 2;
	padding-right: 44px;
}

.r2u-single-footer-row > .r2u-single-footer-language {
	grid-column: 1 / -1;
	grid-row: 2;
	align-self: center;
	justify-self: end;
}

.r2u-single-footer-language > .r2u-lang-options {
	top: auto;
	bottom: 37px;
}

@media (hover: hover) and (pointer: fine) {
	.r2u-lang-switcher:hover > .r2u-lang-options {
		display: grid !important;
	}
}
@media (max-width: 760px) {
	.r2u-hero-header > .r2u-language.r2u-lang-switcher {
		position: absolute;
		top: 13px;
		right: 79px;
		left: auto;
	}
}

/* Ensure the universal language switcher is visible in the desktop homepage header. */
@media (min-width: 761px) {
	.r2u-hero-header > .r2u-language.r2u-lang-switcher {
		position: absolute;
		display: block !important;
		top: 5%;
		right: 5.5%;
		left: auto;
		visibility: visible !important;
		opacity: 1 !important;
	}
}

/* Whole-card links for the Stories section and matching master read typography. */
.r2u-stories .r2u-story-card {
	position: relative;
	cursor: pointer;
}
.r2u-stories .r2u-story-copy > a {
	position: static;
}
.r2u-stories .r2u-story-copy > a::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 5;
	border-radius: 12px;
}
.r2u-stories .r2u-story-card:focus-within {
	outline: 2px solid #5c3a66;
	outline-offset: 3px;
}
.r2u-books-copy .r2u-master-read {
	font-size: 9px;
	line-height: 1.6;
	font-weight: 800;
	text-decoration: none;
}

/* R2U: approved archive headers — 2026-07-29 */
body.search .r2u-archive-hero {
	background-image: url("/wp-content/uploads/2026/07/header-search-clean.png") !important;
	background-position: center center !important;
}
body.category-food-and-world .r2u-archive-hero,
body.category-yizha-i-svit .r2u-archive-hero {
	background-image: url("/wp-content/uploads/2026/07/header-food-world-clean.png") !important;
	background-position: center center !important;
}
body.category-u-plity-mastera .r2u-archive-hero,
body.category-bilia-plyty-maistra .r2u-archive-hero {
	background-image: url("/wp-content/uploads/2026/07/header-master-kitchen-clean.png") !important;
	background-position: center 54% !important;
}
body.category-zosh .r2u-archive-hero,
body.category-zdorovyi-sposib-zhyttia .r2u-archive-hero {
	background-image: url("/wp-content/uploads/2026/07/header-health-zoh.webp") !important;
	background-position: center center !important;
}
/* /R2U: approved archive headers — 2026-07-29 */

/* R2U: article and archive drop caps — 2026-07-29 */
.r2u-single-article.category-zdorovyi-sposib-zhyttia .r2u-single-prose-fallback > p:first-child::first-letter,
.r2u-single-article.category-zdorovyi-sposib-zhyttia .r2u-single-prose-fallback > blockquote:first-child > p:first-child::first-letter,
.r2u-single-article.category-yizha-i-svit .r2u-single-prose-fallback > p:first-child::first-letter,
.r2u-single-article.category-yizha-i-svit .r2u-single-prose-fallback > blockquote:first-child > p:first-child::first-letter,
.r2u-single-article.category-zosh .r2u-single-prose-fallback > p:first-child::first-letter,
.r2u-single-article.category-zosh .r2u-single-prose-fallback > blockquote:first-child > p:first-child::first-letter,
.r2u-single-article.category-food-and-world .r2u-single-prose-fallback > p:first-child::first-letter,
.r2u-single-article.category-food-and-world .r2u-single-prose-fallback > blockquote:first-child > p:first-child::first-letter {
	float: left;
	padding: 10px 9px 2px 0;
	color: #b74638;
	font: 700 68px/.78 Georgia, "Times New Roman", serif;
}

@media (max-width: 760px) {
	.r2u-single-article.category-zdorovyi-sposib-zhyttia .r2u-single-prose-fallback > p:first-child::first-letter,
	.r2u-single-article.category-zdorovyi-sposib-zhyttia .r2u-single-prose-fallback > blockquote:first-child > p:first-child::first-letter,
	.r2u-single-article.category-yizha-i-svit .r2u-single-prose-fallback > p:first-child::first-letter,
	.r2u-single-article.category-yizha-i-svit .r2u-single-prose-fallback > blockquote:first-child > p:first-child::first-letter,
	.r2u-single-article.category-zosh .r2u-single-prose-fallback > p:first-child::first-letter,
	.r2u-single-article.category-zosh .r2u-single-prose-fallback > blockquote:first-child > p:first-child::first-letter,
	.r2u-single-article.category-food-and-world .r2u-single-prose-fallback > p:first-child::first-letter,
	.r2u-single-article.category-food-and-world .r2u-single-prose-fallback > blockquote:first-child > p:first-child::first-letter {
		font-size: 52px;
	}
}
/* /R2U: article and archive drop caps — 2026-07-29 */

/* R2U ABOUT PAGE STYLES START */
.page-id-533 .entry-hero {
	margin: 0;
	padding: 0;
	background: #edf2f5;
}
.page-id-533 .entry-hero-container-inner {
	display: grid;
	min-height: 200px;
	place-items: center;
	background: #edf2f5 !important;
}
.page-id-533 .entry-hero .hero-section-overlay {
	display: none;
}
.page-id-533 .entry-hero .entry-header {
	margin: 0;
	padding: 0;
}
.page-id-533 .entry-hero .entry-title {
	margin: 0;
	color: #22201d;
	font: 700 31px/1.18 Arial, Helvetica, sans-serif;
	letter-spacing: .025em;
	text-transform: uppercase;
}
.page-id-533 .entry-hero .entry-title::after {
	display: block;
	width: 54px;
	height: 3px;
	margin-top: 14px;
	background: var(--r2u-red);
	content: "";
}
.page-id-533 .content-container.site-container {
	width: min(1180px, calc(100% - 80px));
	padding: 54px 0 82px;
}
.page-id-533 .content-wrap {
	display: block;
}
.page-id-533 article.single-entry {
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(101, 78, 57, .12);
	border-radius: 14px;
	background: rgba(255, 252, 247, .96);
	box-shadow: 0 14px 34px rgba(61, 45, 31, .10);
}
.page-id-533 article.single-entry .entry-content-wrap {
	padding: 0;
}
.page-id-533 .entry-content.single-content {
	max-width: 1060px;
	margin: 0 auto;
	padding: 58px 66px 72px;
	color: #403a34;
	font: 18px/1.76 Georgia, "Times New Roman", serif;
}
.page-id-533 .entry-content.single-content::after {
	display: block;
	clear: both;
	content: "";
}
.page-id-533 .entry-content h2 {
	margin: 0 0 36px;
	color: #22201d;
	font: 700 32px/1.2 Arial, Helvetica, sans-serif;
	letter-spacing: .01em;
}
.page-id-533 .entry-content h2::after {
	display: block;
	width: 54px;
	height: 3px;
	margin-top: 15px;
	background: var(--r2u-red);
	content: "";
}
.page-id-533 .entry-content p {
	margin: 0 0 25px;
	color: inherit;
	font: inherit;
	text-align: left !important;
}
.page-id-533 .entry-content h2 + p::first-letter {
	float: left;
	padding: 10px 9px 2px 0;
	color: #b74638;
	font: 700 68px/.78 Georgia, "Times New Roman", serif;
}
.page-id-533 .entry-content img.alignleft,
.page-id-533 .entry-content img.alignright {
	display: block;
	max-width: 38%;
	height: auto;
	border-radius: 11px;
	box-shadow: 0 12px 26px rgba(52, 40, 29, .16);
}
.page-id-533 .entry-content img.alignleft {
	margin: 7px 30px 20px 0;
}
.page-id-533 .entry-content img.alignright {
	margin: 7px 0 20px 30px;
}
.page-id-533 .entry-content p:last-child {
	margin: 18px 0 0;
	padding: 23px 28px;
	border-left: 3px solid var(--r2u-red);
	background: #f1e7da;
	font-size: 22px;
	font-style: italic;
}

@media (max-width: 760px) {
	.page-id-533 .entry-hero-container-inner {
		min-height: 165px;
	}
	.page-id-533 .entry-hero .entry-title {
		font-size: 27px;
	}
	.page-id-533 .content-container.site-container {
		width: calc(100% - 32px);
		padding: 34px 0 54px;
	}
	.page-id-533 article.single-entry {
		border-radius: 10px;
	}
	.page-id-533 .entry-content.single-content {
		padding: 34px 23px 44px;
		font-size: 16px;
		line-height: 1.7;
	}
	.page-id-533 .entry-content h2 {
		margin-bottom: 30px;
		font-size: 27px;
	}
	.page-id-533 .entry-content h2 + p::first-letter {
		font-size: 52px;
	}
	.page-id-533 .entry-content img.alignleft,
	.page-id-533 .entry-content img.alignright {
		float: none;
		width: auto;
		max-width: 100%;
		margin: 18px auto 24px;
	}
	.page-id-533 .entry-content p:last-child {
		padding: 20px 21px;
		font-size: 19px;
	}
}
/* R2U ABOUT PAGE STYLES END */


/* R2U recipe hub navigation — 2026-07-29 */
.r2u-preview-page .r2u-filter-row > a {
  text-decoration: none !important;
}
.r2u-archive-category-navigation {
  padding: 24px 58px 18px;
  background: #f8f3e9;
  border-bottom: 1px solid var(--r2u-line);
}
.r2u-archive-category-nav-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  align-items: flex-start;
}
.r2u-archive-category-group {
  flex: 0 1 100%;
  min-width: 0;
}
.r2u-archive-category-group h2 {
  margin: 0 0 10px;
  color: #66384f;
  font-family: "Arial Narrow", Impact, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.r2u-archive-category-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.r2u-archive-category-links a {
  box-sizing: border-box;
  flex: 0 0 210px;
  width: 210px;
  max-width: 100%;
  min-height: 48px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #66384f;
  background: linear-gradient(180deg, #efc9c0 0%, #dfa99f 56%, #d4988e 100%);
  border: 2px solid #4d3c20;
  border-radius: 11px;
  box-shadow:
    inset 0 0 0 2px #d4aa62,
    inset 0 0 0 4px rgba(255,248,231,.80),
    inset 0 3px 7px rgba(255,255,255,.55),
    inset 0 -4px 7px rgba(111,63,44,.12),
    0 3px 0 #5d431f,
    0 6px 10px rgba(73,44,23,.20);
  font-family: "Arial Narrow", Impact, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.16;
  font-weight: 650;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform .15s ease, filter .15s ease, box-shadow .15s ease;
}
.r2u-archive-category-links a:hover,
.r2u-archive-category-links a:focus {
  color: #66384f;
  filter: brightness(1.055) saturate(1.03);
  transform: translateY(-2px);
  box-shadow:
    inset 0 0 0 2px #d4aa62,
    inset 0 0 0 4px rgba(255,248,231,.85),
    inset 0 4px 8px rgba(255,255,255,.65),
    inset 0 -5px 8px rgba(111,63,44,.10),
    0 5px 0 #5d431f,
    0 9px 14px rgba(73,44,23,.24);
}
.r2u-archive-category-links a:active {
  transform: translateY(3px);
  filter: brightness(.97);
  box-shadow:
    inset 0 0 0 2px #d4aa62,
    inset 0 0 0 4px rgba(255,248,231,.75),
    inset 0 5px 9px rgba(73,44,23,.18),
    0 1px 0 #5d431f,
    0 3px 6px rgba(73,44,23,.18);
}
.r2u-archive-category-links a:focus-visible {
  outline: 3px solid #a52b25;
  outline-offset: 3px;
}
@media (max-width: 760px) {
  .r2u-archive-category-navigation {
    padding: 18px 16px 14px;
  }
  .r2u-archive-category-nav-inner {
    gap: 16px;
  }
  .r2u-archive-category-group {
    flex-basis: 100%;
  }
  .r2u-archive-category-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .r2u-archive-category-links a {
    flex: 0 1 auto;
    width: auto;
    max-width: none;
    min-height: 52px;
    padding: 8px 7px;
    font-size: 11px;
  }
}


/* Recipe hub: keep its seven primary category buttons in one compact row on desktop. */
@media (min-width: 1100px) {
  .r2u-archive-category-navigation--recepty .r2u-archive-category-links {
    flex-wrap: nowrap;
  }

  .r2u-archive-category-navigation--recepty .r2u-archive-category-links a {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    max-width: none;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 11px;
  }
}


/* R2U home story/about hover movement — 2026-07-30 */
@media (hover: hover) and (pointer: fine) {
  .r2u-stories .r2u-story-image img {
    transition: transform .35s ease;
    transform-origin: center;
  }

  .r2u-stories .r2u-story-card:hover .r2u-story-image--pasta img,
  .r2u-stories .r2u-story-card:focus-within .r2u-story-image--pasta img {
    transform: scale(1.19);
  }

  .r2u-stories .r2u-story-card:hover .r2u-story-image--zozh img,
  .r2u-stories .r2u-story-card:focus-within .r2u-story-image--zozh img {
    transform: scale(1.035);
  }

  .r2u-about-portrait-one {
    background-size: 100% auto;
    background-repeat: no-repeat;
    transition: background-size .35s ease;
  }

  .r2u-about:hover .r2u-about-portrait-one,
  .r2u-about:focus-within .r2u-about-portrait-one {
    background-size: 103.5% auto;
  }
}
/* /R2U home story/about hover movement — 2026-07-30 */


/* R2U moderated comments block — 2026-07-30 */
.r2u-comments {
  width: min(1120px, calc(100% - 80px));
  margin: 72px auto 0;
  color: var(--r2u-ink);
}
.r2u-comments,
.r2u-comments * {
  box-sizing: border-box;
}
.r2u-comments > h2 {
  margin: 0;
  color: var(--r2u-ink);
  font: 800 31px/1.15 "Arial Narrow", Impact, Arial, sans-serif;
  letter-spacing: .025em;
  text-transform: uppercase;
}
.r2u-comments-title-line {
  display: block;
  width: 54px;
  height: 3px;
  margin: 14px 0 30px;
  background: var(--r2u-red);
}
.r2u-comment-list,
.r2u-comment-list .children {
  margin: 0;
  padding: 0;
  list-style: none;
}
.r2u-comment-list > .r2u-comment-item + .r2u-comment-item {
  margin-top: 18px;
}
.r2u-comment-list .children {
  margin: 18px 0 0 76px;
}
.r2u-comment-list .children > .r2u-comment-item + .r2u-comment-item {
  margin-top: 18px;
}
.r2u-comment-body {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 24px;
  padding: 28px 32px;
  border: 1px solid rgba(101, 78, 57, .22);
  border-radius: 14px;
  background: rgba(255, 252, 247, .88);
  box-shadow: 0 10px 24px rgba(61, 45, 31, .08);
}
.r2u-comment-avatar {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 50%;
  background: #d9ceda;
  color: #716377;
  font: 400 34px/1 Georgia, serif;
}
.r2u-comment-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 2px 0 12px;
}
.r2u-comment-meta strong {
  color: #2b2926;
  font: 700 24px/1.15 Georgia, "Times New Roman", serif;
}
.r2u-comment-meta time {
  color: #7b7483;
  font: 16px/1.35 Arial, sans-serif;
}
.r2u-comment-text,
.r2u-comment-text p {
  margin: 0;
  color: #37322d;
  font: 18px/1.62 Georgia, "Times New Roman", serif;
}
.r2u-comment-text p + p {
  margin-top: 12px;
}
.r2u-comment-awaiting {
  margin: 0 0 11px;
  color: #8f352b;
  font: 700 14px/1.45 Arial, sans-serif;
}
.r2u-comment-reply {
  margin-top: 17px;
}
.r2u-comment-reply a,
.r2u-cancel-reply a {
  color: var(--r2u-red);
  font: 800 13px/1.2 "Arial Narrow", Impact, Arial, sans-serif;
  letter-spacing: .04em;
  text-decoration: none;
}
.r2u-comments .comment-navigation {
  margin: 20px 0 0;
}
.r2u-comments .comment-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}
.r2u-comments .comment-navigation a {
  color: var(--r2u-red);
  font-weight: 700;
}
.r2u-comments .comment-respond {
  margin-top: 42px;
}
.r2u-comment-form-title {
  margin: 0 0 18px;
  color: var(--r2u-ink);
  font: 800 27px/1.18 "Arial Narrow", Impact, Arial, sans-serif;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.r2u-cancel-reply {
  margin-left: 14px;
}
.r2u-comment-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 24px;
  margin: 0;
}
.r2u-comment-form p {
  margin: 0;
}
.r2u-comment-form .comment-form-comment {
  grid-column: 1 / -1;
  order: 1;
}
.r2u-comment-form .comment-form-author {
  grid-column: 1;
  order: 2;
}
.r2u-comment-form .comment-form-email {
  grid-column: 2;
  order: 3;
}
.r2u-comment-form textarea,
.r2u-comment-form input[type="text"],
.r2u-comment-form input[type="email"] {
  width: 100%;
  margin: 0;
  border: 1px solid rgba(101, 78, 57, .38);
  border-radius: 10px;
  background: rgba(255, 252, 247, .78);
  color: #342f2a;
  font: 17px/1.45 Georgia, "Times New Roman", serif;
  box-shadow: inset 0 1px 2px rgba(61, 45, 31, .03);
}
.r2u-comment-form textarea {
  min-height: 150px;
  padding: 18px 20px;
  resize: vertical;
}
.r2u-comment-form input[type="text"],
.r2u-comment-form input[type="email"] {
  min-height: 58px;
  padding: 12px 18px;
}
.r2u-comment-form textarea::placeholder,
.r2u-comment-form input::placeholder {
  color: #81766b;
  opacity: 1;
}
.r2u-comment-form textarea:focus,
.r2u-comment-form input[type="text"]:focus,
.r2u-comment-form input[type="email"]:focus {
  outline: 2px solid rgba(189, 62, 47, .22);
  outline-offset: 2px;
  border-color: var(--r2u-red);
}
.r2u-comment-moderation {
  grid-column: 1 / -1;
  order: 4;
  color: #5d554d;
  font: 15px/1.45 Georgia, "Times New Roman", serif;
}
.r2u-comment-form .form-submit {
  grid-column: 1 / -1;
  order: 5;
}
.r2u-comment-submit {
  min-height: 52px;
  padding: 12px 24px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, #c64a3b 0%, #ad3328 100%);
  box-shadow: 0 4px 10px rgba(117, 42, 31, .20), inset 0 1px 0 rgba(255,255,255,.20);
  color: #fff;
  cursor: pointer;
  font: 800 14px/1.2 "Arial Narrow", Impact, Arial, sans-serif;
  letter-spacing: .055em;
  text-transform: uppercase;
  transition: transform .15s ease, filter .15s ease, box-shadow .15s ease;
}
.r2u-comment-submit:hover,
.r2u-comment-submit:focus-visible {
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(117, 42, 31, .25), inset 0 1px 0 rgba(255,255,255,.25);
}
.r2u-comment-submit:active {
  transform: translateY(1px);
}
@media (max-width: 760px) {
  .r2u-comments {
    width: calc(100% - 32px);
    margin-top: 48px;
  }
  .r2u-comments > h2 {
    font-size: 27px;
  }
  .r2u-comment-body {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    padding: 21px 18px;
    border-radius: 11px;
  }
  .r2u-comment-avatar {
    width: 44px;
    height: 44px;
    font-size: 25px;
  }
  .r2u-comment-meta strong {
    font-size: 20px;
  }
  .r2u-comment-meta time {
    font-size: 14px;
  }
  .r2u-comment-text,
  .r2u-comment-text p {
    font-size: 16px;
    line-height: 1.58;
  }
  .r2u-comment-list .children {
    margin-left: 20px;
  }
  .r2u-comment-form-title {
    font-size: 23px;
  }
  .r2u-comment-form {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .r2u-comment-form .comment-form-comment,
  .r2u-comment-form .comment-form-author,
  .r2u-comment-form .comment-form-email,
  .r2u-comment-moderation,
  .r2u-comment-form .form-submit {
    grid-column: 1;
  }
  .r2u-comment-form .comment-form-author {
    order: 2;
  }
  .r2u-comment-form .comment-form-email {
    order: 3;
  }
  .r2u-comment-form textarea {
    min-height: 132px;
  }
  .r2u-comment-submit {
    width: 100%;
  }
}
/* /R2U moderated comments block — 2026-07-30 */


/* R2U invisible comment honeypot — 2026-07-30 */
.r2u-comment-antispam {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
/* /R2U invisible comment honeypot — 2026-07-30 */


/* R2U account control — 2026-07-30 */
.r2u-account-control {
	position: relative;
	z-index: 46;
	margin: 0;
	color: #fff;
}
.r2u-account-control > summary {
	display: grid;
	width: 34px;
	height: 34px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 50%;
	background: rgba(35, 29, 24, .38);
	box-shadow: 0 3px 10px rgba(28, 20, 17, .24);
	color: #fff;
	cursor: pointer;
	list-style: none;
}
.r2u-account-control > summary::-webkit-details-marker {
	display: none;
}
.r2u-account-control > summary::marker {
	display: none;
	content: "";
}
.r2u-account-control > summary svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.r2u-account-control > nav {
	position: absolute;
	top: 43px;
	right: 0;
	display: grid;
	width: 190px;
	padding: 9px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 13px;
	background: rgba(42, 35, 30, .97);
	box-shadow: 0 14px 30px rgba(35, 29, 24, .3);
}
.r2u-account-control:not([open]) > nav {
	display: none;
}
.r2u-account-control > nav a,
.r2u-account-control > nav .is-disabled {
	display: block;
	padding: 11px 13px;
	border-radius: 8px;
	color: #fff;
	font: 700 12px/1.2 Arial, sans-serif;
	letter-spacing: .025em;
	text-decoration: none;
}
.r2u-account-control > nav a:hover,
.r2u-account-control > nav a:focus {
	background: rgba(255, 255, 255, .1);
	color: #fff;
}
.r2u-account-control > nav .is-disabled {
	opacity: .5;
	cursor: not-allowed;
}
.r2u-hero-header > .r2u-account-control {
	position: absolute;
	top: 5%;
	right: 5.15%;
	pointer-events: auto;
}
.r2u-hero-header > .r2u-language {
	right: 8.65%;
}
.r2u-hero-header > .r2u-search {
	width: 41.5%;
}
@media (max-width: 1100px) and (min-width: 761px) {
	.r2u-hero-header > .r2u-language {
		top: 14px;
		right: 154px;
	}
	.r2u-hero-header > .r2u-home-mobile-search-toggle {
		position: absolute;
		top: 9px;
		right: 104px;
	}
	.r2u-hero-header > .r2u-account-control {
		top: 13px;
		right: 60px;
	}
	.r2u-hero-header > .r2u-hero-menu {
		top: 12px;
		right: 16px;
	}
}
@media (max-width: 760px) {
	.r2u-hero-header > .r2u-language {
		top: 14px;
		right: 122px;
	}
	.r2u-hero-header > .r2u-home-mobile-search-toggle {
		top: 14px;
		right: 86px;
	}
	.r2u-hero-header > .r2u-account-control {
		top: 14px;
		right: 48px;
	}
	.r2u-hero-header > .r2u-hero-menu {
		top: 12px;
		right: 8px;
	}
	.r2u-account-control > summary {
		width: 28px;
		height: 28px;
	}
	.r2u-account-control > summary svg {
		width: 18px;
		height: 18px;
	}
	.r2u-account-control > nav {
		top: 36px;
		right: -38px;
		width: 172px;
	}
}

/* R2U approved navigation and favourites — 2026-07-30 */
.r2u-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 16px;
	color: #7b7483;
	font: 700 11px/1.4 Arial, Helvetica, sans-serif;
	letter-spacing: .075em;
	text-transform: uppercase;
}

.r2u-breadcrumbs a {
	color: var(--r2u-red) !important;
	text-decoration: none;
}

.r2u-breadcrumbs a:hover,
.r2u-breadcrumbs a:focus {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.r2u-breadcrumb-mobile {
	display: none;
}

.r2u-single-breadcrumbs {
	margin: 0 0 22px;
}

.r2u-archive-breadcrumbs {
	width: min(1180px, calc(100% - 80px));
	margin: 32px auto 0;
}

.r2u-account-back {
	display: inline-flex;
	margin: 0 0 28px;
	align-items: center;
	color: var(--r2u-red) !important;
	font: 800 12px/1.25 Arial, Helvetica, sans-serif;
	letter-spacing: .075em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.r2u-account-back:hover,
.r2u-account-back:focus {
	text-decoration: underline !important;
	text-underline-offset: 4px;
}

.r2u-favorite-button {
	display: inline-flex;
	width: auto;
	min-width: 178px;
	min-height: 40px;
	margin: 22px 0 0;
	padding: 8px 17px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 1px solid #a8463b;
	border-radius: 999px;
	background: linear-gradient(180deg, #f5d9d1 0%, #eabdb4 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72), 0 3px 0 #774637, 0 7px 14px rgba(78, 47, 35, .16);
	color: #673d56 !important;
	cursor: pointer;
	font: 800 11px/1.15 Arial, Helvetica, sans-serif;
	letter-spacing: .055em;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.r2u-favorite-button:hover,
.r2u-favorite-button:focus-visible {
	filter: brightness(1.035);
	transform: translateY(-1px);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .78), 0 4px 0 #774637, 0 9px 16px rgba(78, 47, 35, .19);
}

.r2u-favorite-button:active {
	transform: translateY(2px);
	box-shadow: inset 0 2px 4px rgba(95, 51, 42, .18), 0 1px 0 #774637, 0 4px 8px rgba(78, 47, 35, .14);
}

.r2u-favorite-button.is-saved {
	border-color: #9f3028;
	background: linear-gradient(180deg, #c94d40 0%, #ad342b 100%);
	color: #fff !important;
}

.r2u-favorite-button.is-loading {
	opacity: .62;
	cursor: wait;
}

.r2u-favorite-heart {
	font-size: 18px;
	line-height: 1;
	transform: translateY(-1px);
}

@media (max-width: 760px) {
	.r2u-breadcrumb-desktop {
		display: none !important;
	}

	.r2u-breadcrumb-mobile {
		display: inline;
	}

	.r2u-single-breadcrumbs {
		margin-bottom: 17px;
	}

	.r2u-archive-breadcrumbs {
		width: calc(100% - 36px);
		margin-top: 22px;
	}

	.r2u-account-back {
		margin-bottom: 22px;
		font-size: 11px;
	}

	.r2u-favorite-button {
		min-width: 166px;
		min-height: 38px;
		margin-top: 18px;
		padding: 7px 15px;
		font-size: 10px;
	}
}
/* /R2U approved navigation and favourites — 2026-07-30 */

/* R2U footer authorship notice — 2026-08-01 */
.r2u-footer-legal {
  margin: 0;
  text-align: left;
  line-height: 1.35;
  white-space: normal;
}

.r2u-footer-bottom > .r2u-footer-legal {
  justify-self: start;
}

.r2u-single-footer-row > .r2u-footer-legal {
  width: max-content;
  max-width: calc(100% - 44px);
  padding-right: 0;
  justify-self: center;
  text-align: left;
}

@media (max-width: 760px) {
  .r2u-footer-bottom > .r2u-footer-legal {
    grid-column: 1 / -1;
    grid-row: 2;
    max-width: calc(100% - 44px);
    justify-self: start;
  }

  .r2u-single-footer-row > .r2u-footer-legal {
    width: auto;
    max-width: calc(100% - 44px);
  }
}
/* /R2U footer authorship notice — 2026-08-01 */


/* R2U unified desktop footer layout — 2026-08-02 */
@media (min-width: 1101px) {
  .r2u-single-footer-row {
    width: 100%;
    min-height: 116px;
    padding: 12px 58px;
    grid-template-columns: 270px auto minmax(360px, 520px) auto;
    gap: 24px;
    box-sizing: border-box;
  }

  .r2u-single-footer-brand {
    grid-area: 1 / 1;
  }

  .r2u-single-footer-row > .r2u-footer-legal {
    grid-area: 1 / 2;
    width: max-content;
    max-width: none;
    justify-self: start;
  }

  .r2u-single-footer-search {
    grid-area: 1 / 3;
    width: 100%;
    max-width: 520px;
    justify-self: stretch;
  }

  .r2u-single-footer-row > .r2u-single-footer-language {
    grid-area: 1 / 4;
    place-self: center end;
  }
}
/* /R2U unified desktop footer layout — 2026-08-02 */



/* R2U inner footer visual match to homepage — 2026-08-02 */
@media (min-width: 1101px) {
  .r2u-single-footer {
    padding: 0;
    background: #978b80;
  }

  .r2u-single-footer-row {
    height: 116px;
    min-height: 116px;
  }

  .r2u-single-footer-brand img {
    display: block;
    width: 245px;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: left center;
  }

  .r2u-single-footer-row > .r2u-footer-legal {
    color: #f7f0e8;
    font: 12px/1.35 Georgia, serif;
  }

  .r2u-single-footer-search {
    display: grid;
    height: 48px;
    padding: 0 6px 0 17px;
    align-items: center;
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
    box-shadow: inset 0 1px 2px rgba(73, 44, 23, .12);
  }

  .r2u-single-footer-search > span {
    color: #756d62;
    font: 23px/1.6 Arial, Helvetica, sans-serif;
  }

  .r2u-single-footer-search > input {
    width: 100%;
    min-width: 0;
    height: 48px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #4d4944;
    font: 17px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  }

  .r2u-single-footer-search > button {
    width: auto;
    height: 38px;
    padding: 0 19px;
    border: 0;
    border-radius: 999px;
    background: #bd3e2f;
    color: #fff;
    font: 800 11px/1.6 Arial, Helvetica, sans-serif;
  }
}
/* /R2U inner footer visual match to homepage — 2026-08-02 */

@media (min-width: 1101px) {
  .r2u-single-footer-search > span { margin: 0; }
}

/* Tablet crop for the «Їжа і світ» story image — 2026-09-23 */
@media (min-width: 768px) and (max-width: 1199px) {
  .r2u-stories .r2u-story-image {
    height: auto;
    aspect-ratio: 1.55 / 1;
    max-height: 380px;
    flex: 0 0 auto;
  }
}

/* Mobile inline recipe photos: prevent narrow text wrapping, 2026-09-25. */
@media (max-width: 767px) {
  .r2u-single-page .r2u-single-intro .alignleft,
  .r2u-single-page .r2u-single-intro .alignright {
    float: none !important;
    clear: both;
    display: block;
    max-width: 100% !important;
    margin: 1em auto !important;
  }
  .r2u-single-page .r2u-single-intro img.alignleft,
  .r2u-single-page .r2u-single-intro img.alignright {
    width: auto !important;
    height: auto !important;
  }
}
