:root {
color: #2a211d;
background: #fcfaf6;
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-synthesis: none;
text-rendering: optimizeLegibility;
--ink: #2a211d;
--ink-soft: #625852;
--cream: #f4ede2;
--paper: #fcfaf6;
--white: #ffffff;
--berry: #a8234d;
--berry-dark: #801936;
--gold: #d49a2f;
--green: #397264;
--line: #ded5c9;
--brown: #2c211e;
--display: Georgia, "Times New Roman", serif;
}
* {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
min-width: 320px;
min-height: 100vh;
background: var(--paper);
color: var(--ink);
}
body,
button,
input {
font: inherit;
}
button,
a {
-webkit-tap-highlight-color: transparent;
}
button {
color: inherit;
}
a {
color: inherit;
text-decoration: none;
}
img {
display: block;
max-width: 100%;
}
button:focus-visible,
a:focus-visible,
input:focus-visible {
outline: 3px solid rgba(168, 35, 77, 0.35);
outline-offset: 3px;
}
.shell {
width: min(1180px, calc(100% - 48px));
margin-inline: auto;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.skip-link {
position: fixed;
top: 8px;
left: 8px;
z-index: 1000;
padding: 10px 14px;
background: var(--ink);
color: var(--white);
transform: translateY(-150%);
}
.skip-link:focus {
transform: translateY(0);
}
.utility-bar {
background: var(--brown);
color: #f7efe5;
font-size: 0.73rem;
letter-spacing: 0.035em;
}
.utility-bar__inner {
min-height: 34px;
display: flex;
align-items: center;
justify-content: center;
gap: 24px;
text-align: center;
}
.site-header {
position: sticky;
top: 0;
z-index: 50;
background: rgba(252, 250, 246, 0.96);
border-bottom: 1px solid var(--line);
backdrop-filter: blur(14px);
}
.site-header__inner {
min-height: 82px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 28px;
min-width: 0;
}
.brand {
display: inline-flex;
align-items: center;
gap: 11px;
min-width: 0;
padding: 0;
border: 0;
background: none;
cursor: pointer;
text-align: left;
}
.brand__mark,
.author-mark {
display: inline-grid;
place-items: center;
flex: 0 0 auto;
width: 42px;
height: 42px;
background: var(--berry);
color: var(--white);
font-family: var(--display);
font-weight: 700;
letter-spacing: -0.06em;
border-radius: 50%;
}
.brand__copy {
display: grid;
line-height: 1;
}
.brand__identity {
display: grid;
justify-items: center;
padding-bottom: 8px;
line-height: 1;
}
.brand__logo-crop {
display: block;
width: clamp(162px, 15vw, 205px);
aspect-ratio: 256 / 84;
overflow: hidden;
}
.brand__default-logo {
display: block;
width: 100%;
height: auto;
}
.brand__name {
font-family: var(--display);
font-size: 1.32rem;
font-weight: 700;
letter-spacing: -0.035em;
}
.brand__descriptor {
margin-top: 14px;
color: var(--berry);
font-size: 0.62rem;
font-weight: 800;
letter-spacing: 0.25em;
text-transform: uppercase;
}
.desktop-nav {
display: flex;
align-items: center;
gap: 28px;
margin-left: auto;
}
.desktop-nav a {
position: relative;
color: #4a403a;
font-size: 0.9rem;
font-weight: 700;
}
.desktop-nav a::after {
content: "";
position: absolute;
right: 0;
bottom: -8px;
left: 0;
height: 2px;
background: var(--berry);
transform: scaleX(0);
transition: transform 180ms ease;
}
.desktop-nav a:hover::after {
transform: scaleX(1);
}
.header-actions {
display: flex;
flex: 0 0 auto;
align-items: center;
gap: 8px;
}
.language-switcher {
position: relative;
z-index: 6;
}
.language-switcher summary {
min-width: 56px;
height: 42px;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 5px;
padding-inline: 10px;
border: 1px solid var(--line);
color: var(--ink);
font-size: 0.72rem;
font-weight: 800;
list-style: none;
cursor: pointer;
}
.language-switcher summary::-webkit-details-marker {
display: none;
}
.language-switcher[open] summary,
.language-switcher summary:hover {
border-color: var(--ink);
background: var(--white);
}
.language-switcher ul {
position: absolute;
top: calc(100% + 8px);
right: 0;
width: 190px;
margin: 0;
padding: 7px;
border: 1px solid var(--line);
background: var(--white);
box-shadow: 0 14px 30px rgba(42, 33, 29, 0.14);
list-style: none;
}
.language-switcher a {
display: grid;
grid-template-columns: 28px 1fr;
gap: 9px;
align-items: center;
padding: 9px 10px;
color: var(--ink);
font-size: 0.75rem;
font-weight: 700;
}
.language-switcher a:hover,
.language-switcher a[aria-current="page"] {
background: var(--sand);
color: var(--berry-dark);
}
.icon-button,
.saved-link,
.menu-button {
min-width: 42px;
height: 42px;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 7px;
padding: 0 10px;
border: 1px solid var(--line);
background: transparent;
cursor: pointer;
}
.icon-button:hover,
.saved-link:hover,
.menu-button:hover {
border-color: var(--ink);
background: var(--white);
}
.saved-link {
position: relative;
font-size: 0.8rem;
font-weight: 700;
}
.saved-link__count {
min-width: 18px;
height: 18px;
display: inline-grid;
place-items: center;
padding-inline: 4px;
border-radius: 50%;
background: var(--berry);
color: var(--white);
font-size: 0.65rem;
}
.shop-button,
.primary-button,
.secondary-button {
min-height: 44px;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 9px;
border: 1px solid transparent;
padding: 0 18px;
font-size: 0.82rem;
font-weight: 800;
cursor: pointer;
transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}
.shop-button,
.primary-button {
background: var(--berry);
color: var(--white);
}
.shop-button:hover,
.primary-button:hover {
background: var(--berry-dark);
transform: translateY(-1px);
}
.secondary-button {
border-color: var(--ink);
background: transparent;
}
.secondary-button:hover {
background: var(--ink);
color: var(--white);
}
.menu-button {
display: none;
}
.search-panel {
position: absolute;
top: 100%;
right: 0;
left: 0;
background: var(--white);
border-top: 1px solid var(--line);
border-bottom: 1px solid var(--line);
box-shadow: 0 16px 30px rgba(42, 33, 29, 0.1);
}
.search-panel__inner {
min-height: 88px;
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
gap: 16px;
}
.search-panel input {
width: 100%;
border: 0;
background: transparent;
font-family: var(--display);
font-size: clamp(1.1rem, 2vw, 1.5rem);
}
.search-panel input:focus {
outline: 0;
}
.search-panel button {
min-height: 42px;
padding: 0 22px;
border: 0;
background: var(--ink);
color: var(--white);
font-weight: 800;
cursor: pointer;
}
.mobile-nav {
display: none;
}
.hero {
display: grid;
grid-template-columns: minmax(0, 2.05fr) minmax(280px, 0.95fr);
gap: 18px;
padding-block: 34px 28px;
}
.hero-feature {
min-height: 566px;
display: grid;
grid-template-columns: 0.9fr 1.1fr;
overflow: hidden;
background: #efe2d1;
border-radius: 28px 6px 28px 6px;
}
.hero-feature__copy {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
min-width: 0;
padding: clamp(30px, 4.6vw, 64px);
}
.eyebrow {
color: var(--berry);
font-size: 0.67rem;
font-weight: 900;
letter-spacing: 0.17em;
text-transform: uppercase;
}
.hero h1,
.section-heading h2,
.video-card h2,
.shop-editorial h2,
.newsletter h2,
.article-hero h1,
.method > h2,
.ingredients-panel h2,
.source-note h2,
.article-shop-cta h2 {
margin: 0;
font-family: var(--display);
font-weight: 600;
letter-spacing: -0.045em;
line-height: 0.98;
}
.hero h1 {
width: 100%;
max-width: 11ch;
margin-top: 18px;
overflow-wrap: anywhere;
font-size: clamp(2.65rem, 4.6vw, 4.65rem);
}
.hero-feature__copy > p {
max-width: 38ch;
margin: 24px 0 18px;
color: #5d5148;
line-height: 1.7;
}
.hero-feature__facts {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin-bottom: 28px;
color: #4e433d;
font-size: 0.78rem;
font-weight: 700;
}
.hero-feature__facts span,
.video-card__meta span {
display: inline-flex;
align-items: center;
gap: 6px;
}
.hero-feature__image,
.side-feature > button,
.school-lead > button,
.video-card__media {
position: relative;
width: 100%;
padding: 0;
overflow: hidden;
border: 0;
background: none;
cursor: pointer;
}
.hero-feature__image img,
.side-feature img,
.school-lead img,
.video-card__media img,
.recipe-card__media img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 360ms ease;
}
.hero-feature__image:hover img,
.side-feature > button:hover img,
.school-lead > button:hover img,
.video-card__media:hover img,
.recipe-card__media a:hover img {
transform: scale(1.035);
}
.image-note,
.lesson-number {
position: absolute;
right: 16px;
bottom: 16px;
padding: 9px 12px;
background: rgba(252, 250, 246, 0.94);
color: var(--ink);
font-size: 0.68rem;
font-weight: 800;
letter-spacing: 0.05em;
text-transform: uppercase;
}
.hero-side {
display: grid;
grid-template-rows: repeat(2, 1fr);
gap: 18px;
}
.side-feature {
display: grid;
grid-template-rows: minmax(0, 1fr) auto;
overflow: hidden;
border: 1px solid var(--line);
background: var(--white);
border-radius: 6px 26px 6px 26px;
}
.side-feature--2 {
border-radius: 26px 6px 26px 6px;
}
.side-feature > div {
padding: 18px 20px 19px;
}
.side-feature h2 {
margin: 7px 0 9px;
font-family: var(--display);
font-size: clamp(1.18rem, 2vw, 1.48rem);
line-height: 1.06;
}
.text-link,
.light-link {
display: inline-flex;
align-items: center;
gap: 7px;
padding: 0;
border: 0;
background: transparent;
color: var(--berry);
font-size: 0.78rem;
font-weight: 900;
cursor: pointer;
}
.promise-strip {
border-block: 1px solid var(--line);
background: var(--white);
}
.promise-strip__inner {
display: grid;
grid-template-columns: repeat(3, 1fr);
}
.promise-strip__inner > div {
min-height: 86px;
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
padding: 18px 24px;
color: var(--ink-soft);
font-size: 0.82rem;
}
.promise-strip__inner > div + div {
border-left: 1px solid var(--line);
}
.promise-strip svg {
flex: 0 0 auto;
color: var(--berry);
}
.promise-strip strong {
display: block;
color: var(--ink);
}
.recipes-section,
.related-recipes {
padding-block: 94px 102px;
}
.section-heading {
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 48px;
margin-bottom: 34px;
}
.section-heading h2 {
margin-top: 10px;
font-size: clamp(2.35rem, 4.2vw, 4.25rem);
}
.section-heading > p {
max-width: 41ch;
margin: 0 0 4px;
color: var(--ink-soft);
line-height: 1.65;
}
.filter-row {
display: flex;
flex-wrap: wrap;
gap: 9px;
margin-bottom: 34px;
padding-block: 17px;
border-block: 1px solid var(--line);
}
.filter-row button {
min-height: 38px;
padding: 0 15px;
border: 1px solid transparent;
border-radius: 999px;
background: transparent;
color: #635750;
font-size: 0.78rem;
font-weight: 800;
cursor: pointer;
}
.filter-row button:hover {
border-color: var(--line);
background: var(--white);
}
.filter-row button.is-active {
border-color: var(--ink);
background: var(--ink);
color: var(--white);
}
.search-summary {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
margin: -10px 0 28px;
padding: 14px 16px;
border-left: 3px solid var(--berry);
background: #f3e4e8;
font-size: 0.84rem;
}
.search-summary button {
padding: 0;
border: 0;
background: none;
color: var(--berry);
font-size: 0.76rem;
font-weight: 800;
cursor: pointer;
}
.recipe-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
column-gap: 23px;
row-gap: 48px;
}
.recipe-card {
min-width: 0;
}
.recipe-card__media {
position: relative;
aspect-ratio: 1.24 / 1;
overflow: hidden;
background: var(--cream);
}
.recipe-card__media > a {
display: block;
width: 100%;
height: 100%;
}
.save-button {
position: absolute;
top: 12px;
right: 12px;
width: 40px;
height: 40px;
display: grid;
place-items: center;
padding: 0;
border: 1px solid rgba(42, 33, 29, 0.13);
border-radius: 50%;
background: rgba(252, 250, 246, 0.94);
cursor: pointer;
}
.save-button:hover,
.save-button.is-saved {
background: var(--berry);
color: var(--white);
}
.recipe-card__content {
padding-top: 17px;
}
.recipe-card__meta {
display: flex;
align-items: center;
justify-content: space-between;
gap: 14px;
color: var(--berry);
font-size: 0.68rem;
font-weight: 900;
letter-spacing: 0.04em;
text-transform: uppercase;
}
.meta-time {
display: inline-flex;
align-items: center;
gap: 5px;
color: #7a6e67;
letter-spacing: 0;
white-space: nowrap;
}
.recipe-card h3 {
margin: 11px 0 10px;
font-family: var(--display);
font-size: clamp(1.45rem, 2.5vw, 1.9rem);
font-weight: 600;
letter-spacing: -0.035em;
line-height: 1.05;
}
.recipe-card h3 a:hover {
color: var(--berry);
}
.recipe-card__content > p {
margin: 0 0 15px;
color: var(--ink-soft);
font-size: 0.88rem;
line-height: 1.65;
}
.empty-state {
display: grid;
justify-items: center;
padding: 70px 24px;
border: 1px solid var(--line);
background: var(--white);
text-align: center;
}
.empty-state svg {
color: var(--berry);
}
.empty-state h3 {
margin: 16px 0 8px;
font-family: var(--display);
font-size: 2rem;
}
.empty-state p {
margin: 0 0 22px;
color: var(--ink-soft);
}
.school-section {
padding-block: 94px 102px;
background: var(--brown);
color: #fbf7f1;
}
.section-heading--light .eyebrow,
.school-section .eyebrow {
color: #e9b656;
}
.section-heading--light > p {
color: #cbbfb6;
}
.school-grid {
display: grid;
grid-template-columns: minmax(0, 1.28fr) minmax(330px, 0.72fr);
gap: 28px;
}
.school-lead {
display: grid;
grid-template-columns: 1.1fr 0.9fr;
min-height: 468px;
background: #3a2d29;
}
.school-lead > div {
align-self: center;
padding: clamp(28px, 4vw, 50px);
}
.school-lead h3 {
margin: 11px 0 18px;
font-family: var(--display);
font-size: clamp(2rem, 3.5vw, 3.4rem);
font-weight: 500;
letter-spacing: -0.04em;
line-height: 0.98;
}
.school-lead p {
color: #d6cbc4;
line-height: 1.7;
}
.light-link {
margin-top: 12px;
color: #efbd60;
}
.lesson-number {
right: auto;
left: 16px;
background: #e7aa41;
}
.school-list {
border-top: 1px solid #5b4c46;
}
.school-list > button {
width: 100%;
min-height: 134px;
display: grid;
grid-template-columns: 30px 92px 1fr auto;
align-items: center;
gap: 15px;
padding: 18px 0;
border: 0;
border-bottom: 1px solid #5b4c46;
background: transparent;
color: #fbf7f1;
text-align: left;
cursor: pointer;
}
.school-list > button:hover {
background: rgba(255, 255, 255, 0.035);
}
.school-list__number {
color: #b2a49d;
font-size: 0.7rem;
font-weight: 800;
}
.school-list__image {
width: 92px;
height: 96px;
overflow: hidden;
}
.school-list__image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.school-list__copy {
display: grid;
gap: 6px;
}
.school-list__copy small {
color: #e9b656;
font-size: 0.63rem;
font-weight: 900;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.school-list__copy strong {
font-family: var(--display);
font-size: 1.16rem;
line-height: 1.08;
}
.school-list__copy > span {
display: inline-flex;
align-items: center;
gap: 5px;
color: #bfb2ab;
font-size: 0.68rem;
}
.school-list__arrow {
color: #e9b656;
}
.video-section {
padding-block: 104px;
}
.video-card {
display: grid;
grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
min-height: 510px;
background: #e9e1d7;
border-radius: 30px 6px 30px 6px;
overflow: hidden;
}
.video-card__copy {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
padding: clamp(34px, 5vw, 70px);
}
.video-card h2 {
margin-top: 13px;
font-size: clamp(2.3rem, 4vw, 4rem);
}
.video-card__copy > p {
margin: 22px 0;
color: var(--ink-soft);
line-height: 1.7;
}
.video-card__meta {
display: flex;
flex-wrap: wrap;
gap: 18px;
margin-bottom: 28px;
color: #5d514a;
font-size: 0.78rem;
font-weight: 800;
}
.play-button {
position: absolute;
top: 50%;
left: 50%;
width: 72px;
height: 72px;
display: grid;
place-items: center;
border-radius: 50%;
background: var(--berry);
color: var(--white);
box-shadow: 0 12px 30px rgba(42, 33, 29, 0.28);
transform: translate(-50%, -50%);
}
.shop-editorial {
padding-block: 100px;
background: #d7a13c;
}
.shop-editorial__inner {
display: grid;
grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.18fr);
align-items: center;
gap: clamp(40px, 7vw, 90px);
}
.shop-editorial h2 {
margin-top: 14px;
font-size: clamp(2.8rem, 5.3vw, 5.35rem);
max-width: 10ch;
}
.shop-editorial__copy > p {
max-width: 47ch;
margin: 26px 0 30px;
color: #4c3820;
line-height: 1.7;
}
.shop-editorial .eyebrow {
color: #5a321d;
}
.shop-editorial__media {
position: relative;
min-height: 475px;
}
.shop-editorial__media > img {
width: 100%;
height: 475px;
object-fit: cover;
border: 10px solid rgba(252, 250, 246, 0.38);
}
.shop-editorial__note {
position: absolute;
right: -12px;
bottom: -24px;
width: min(300px, 75%);
padding: 22px;
background: var(--paper);
box-shadow: 0 15px 30px rgba(67, 43, 20, 0.18);
}
.shop-editorial__note span {
display: block;
margin-bottom: 7px;
color: var(--berry);
font-size: 0.64rem;
font-weight: 900;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.shop-editorial__note strong {
font-family: var(--display);
font-size: 1.45rem;
line-height: 1.05;
}
.newsletter {
display: grid;
grid-template-columns: auto minmax(0, 1fr) minmax(340px, 0.85fr);
align-items: center;
gap: 30px;
margin-block: 96px;
padding: 44px 46px;
border: 1px solid var(--line);
background: var(--white);
box-shadow: 8px 8px 0 var(--cream);
}
.newsletter__icon {
width: 66px;
height: 66px;
display: grid;
place-items: center;
border-radius: 50%;
background: #f4dbe3;
color: var(--berry);
}
.newsletter h2 {
margin-top: 8px;
font-size: clamp(2rem, 3vw, 3rem);
}
.newsletter__copy p {
max-width: 52ch;
margin: 14px 0 0;
color: var(--ink-soft);
font-size: 0.86rem;
line-height: 1.55;
}
.newsletter__form label {
display: block;
margin-bottom: 7px;
font-size: 0.7rem;
font-weight: 800;
}
.newsletter__form > div {
display: grid;
grid-template-columns: 1fr auto;
}
.newsletter__form input {
min-width: 0;
height: 47px;
padding: 0 14px;
border: 1px solid #bfb3a9;
border-right: 0;
background: var(--paper);
}
.newsletter__form button {
height: 47px;
padding: 0 19px;
border: 0;
background: var(--ink);
color: var(--white);
font-size: 0.78rem;
font-weight: 900;
cursor: pointer;
}
.newsletter__form small {
display: block;
margin-top: 7px;
color: #81756d;
font-size: 0.64rem;
}
.newsletter__success {
display: flex;
align-items: center;
gap: 13px;
padding: 18px;
border-left: 3px solid var(--green);
background: #e7f0ed;
color: #2e5c51;
font-size: 0.82rem;
}
.site-footer {
padding-top: 70px;
background: var(--brown);
color: #f7f0ea;
}
.footer-grid {
display: grid;
grid-template-columns: 1.45fr repeat(3, 0.72fr);
gap: 50px;
padding-bottom: 62px;
}
.footer-grid h2,
.footer-grid h3 {
margin: 0 0 18px;
font-family: var(--display);
}
.footer-grid h2 {
margin: 12px 0;
font-size: 1.8rem;
}
.footer-grid h3 {
color: #e9b656;
font-size: 1.05rem;
}
.footer-grid > div:not(.footer-brand) > a {
display: block;
margin-bottom: 11px;
color: #cfc3bc;
font-size: 0.82rem;
}
.footer-grid a:hover {
color: var(--white) !important;
}
.footer-brand > p,
.footer-contact p {
max-width: 38ch;
color: #bfb2aa;
font-size: 0.82rem;
line-height: 1.65;
}
.footer-brand__logo {
display: inline-grid;
justify-items: center;
padding: 7px 11px;
border-radius: 8px;
background: var(--paper);
}
.footer-brand__logo-crop {
display: block;
width: 205px;
aspect-ratio: 256 / 84;
overflow: hidden;
}
.footer-brand__logo img {
display: block;
width: 100%;
height: auto;
}
.footer-brand__descriptor {
margin-top: 12px;
color: var(--berry);
font-size: 0.66rem;
font-weight: 800;
letter-spacing: 0.24em;
text-transform: uppercase;
}
.footer-brand > p {
margin-top: 17px;
}
.social-links {
display: flex;
gap: 9px;
margin-top: 20px;
}
.social-links a {
width: 38px;
height: 38px;
display: grid;
place-items: center;
border: 1px solid #5b4b45;
border-radius: 50%;
}
.footer-contact > a {
display: flex !important;
align-items: center;
gap: 8px;
}
.footer-bottom {
min-height: 68px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 24px;
padding: 18px 0 22px;
border-top: 1px solid #52443f;
color: #9f918a;
font-size: 0.68rem;
}
.footer-legal-note {
flex: 0 0 100%;
max-width: 104ch;
margin: -4px 0 0;
color: #b9aca5;
font-size: 0.69rem;
line-height: 1.55;
} .article-page {
background: var(--paper);
}
.article-breadcrumbs {
display: flex;
align-items: center;
gap: 9px;
padding-top: 30px;
color: #7a6e67;
font-size: 0.75rem;
}
.article-breadcrumbs button {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 0;
border: 0;
background: none;
color: var(--berry);
font-weight: 800;
cursor: pointer;
}
.article-hero {
display: grid;
grid-template-columns: minmax(0, 0.93fr) minmax(400px, 1.07fr);
align-items: center;
gap: clamp(40px, 7vw, 92px);
padding-block: 54px 74px;
}
.article-hero h1 {
max-width: 12ch;
margin-top: 15px;
font-size: clamp(3.2rem, 5.35vw, 5.5rem);
line-height: 0.98;
}
.article-deck {
max-width: 54ch;
margin: 27px 0;
color: var(--ink-soft);
font-family: var(--display);
font-size: 1.15rem;
line-height: 1.65;
}
.article-byline {
display: flex;
align-items: center;
gap: 11px;
}
.author-mark {
width: 38px;
height: 38px;
font-size: 0.8rem;
}
.article-byline > span:last-child {
display: grid;
gap: 2px;
font-size: 0.75rem;
}
.article-byline small {
color: #7b7069;
}
.article-actions {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: 30px;
}
.article-actions button {
min-height: 39px;
display: inline-flex;
align-items: center;
gap: 7px;
padding: 0 12px;
border: 1px solid var(--line);
background: transparent;
font-size: 0.72rem;
font-weight: 800;
cursor: pointer;
}
.article-actions button:hover,
.article-actions button.is-saved {
border-color: var(--berry);
background: #f4dbe3;
color: var(--berry);
}
.article-hero__media {
position: relative;
margin: 0;
padding: 14px 14px 42px;
border-radius: 22px;
background: var(--white);
box-shadow: 0 18px 50px rgba(58, 45, 38, 0.13);
transform: rotate(1.2deg);
}
.article-hero__media img {
width: 100%;
min-height: 560px;
border-radius: 14px;
object-fit: cover;
}
.article-hero__media figcaption {
position: absolute;
right: 20px;
bottom: 13px;
color: #796d66;
font-family: var(--display);
font-size: 0.76rem;
font-style: italic;
}
.recipe-facts {
border-block: 1px solid var(--line);
background: var(--white);
}
.recipe-facts__inner {
display: grid;
grid-template-columns: repeat(4, 1fr);
}
.recipe-facts__inner--2 {
grid-template-columns: repeat(2, 1fr);
}
.recipe-facts__inner--3 {
grid-template-columns: repeat(3, 1fr);
}
.recipe-facts__inner > div {
min-height: 94px;
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
padding: 20px;
}
.recipe-facts__inner > div + div {
border-left: 1px solid var(--line);
}
.recipe-facts svg {
color: var(--berry);
}
.recipe-facts span {
display: grid;
gap: 3px;
}
.recipe-facts small {
color: #7a6e67;
font-size: 0.65rem;
text-transform: uppercase;
letter-spacing: 0.07em;
}
.recipe-facts strong {
font-family: var(--display);
font-size: 1rem;
}
.recipe-layout {
display: grid;
grid-template-columns: minmax(290px, 0.67fr) minmax(0, 1.33fr);
align-items: start;
gap: clamp(50px, 8vw, 110px);
padding-block: 94px 108px;
}
.recipe-layout > * {
min-width: 0;
}
.ingredients-panel {
position: sticky;
top: 110px;
border: 1px solid var(--line);
background: var(--white);
box-shadow: 8px 8px 0 var(--cream);
}
.ingredients-panel__heading {
padding: 27px 28px 22px;
border-bottom: 1px solid var(--line);
}
.ingredients-panel h2,
.method > h2 {
margin-top: 8px;
font-size: clamp(2.2rem, 4vw, 3.6rem);
}
.ingredients-panel__heading p {
margin: 10px 0 0;
color: #7c7068;
font-size: 0.76rem;
}
.ingredient-group {
padding: 22px 28px;
}
.ingredient-group + .ingredient-group {
border-top: 1px solid var(--line);
}
.ingredient-group h3 {
margin: 0 0 14px;
color: var(--berry);
font-size: 0.72rem;
letter-spacing: 0.06em;
text-transform: uppercase;
}
.ingredient-group label {
display: grid;
grid-template-columns: auto 1fr;
align-items: start;
gap: 10px;
margin: 10px 0;
color: #514741;
font-size: 0.81rem;
line-height: 1.45;
cursor: pointer;
}
.ingredient-group input {
position: absolute;
opacity: 0;
pointer-events: none;
}
.custom-check {
width: 18px;
height: 18px;
display: grid;
place-items: center;
margin-top: 1px;
border: 1px solid #b9ada4;
color: transparent;
}
.ingredient-group label.is-checked {
color: #9a8f88;
text-decoration: line-through;
}
.ingredient-group label.is-checked .custom-check {
border-color: var(--green);
background: var(--green);
color: var(--white);
}
.method__intro {
max-width: 60ch;
margin: 18px 0 44px;
color: var(--ink-soft);
font-family: var(--display);
font-size: 1.12rem;
line-height: 1.6;
}
.method > .recipe-steps {
display: grid;
gap: 0;
margin: 0;
padding: 0;
list-style: none;
}
.method > .recipe-steps > li {
display: grid;
grid-template-columns: 58px 1fr;
gap: 22px;
padding: 0 0 36px;
}
.method > .recipe-steps > li + li {
padding-top: 36px;
border-top: 1px solid var(--line);
}
.step-number {
width: 52px;
height: 52px;
display: grid;
place-items: center;
border-radius: 50%;
background: var(--berry);
color: var(--white);
font-family: var(--display);
font-size: 1.05rem;
}
.method > .recipe-steps > li h3 {
margin: 3px 0 10px;
font-family: var(--display);
font-size: 1.65rem;
font-weight: 600;
}
.method > .recipe-steps > li p {
margin: 0;
color: #574d46;
line-height: 1.78;
}
.tips-box {
display: grid;
grid-template-columns: auto 1fr;
gap: 17px;
margin-top: 24px;
padding: 30px;
border-left: 4px solid var(--gold);
background: #f5e8ca;
}
.tips-box > svg {
color: #9b6810;
}
.tips-box h2 {
margin: 0 0 10px;
font-family: var(--display);
font-size: 1.65rem;
}
.tips-box ul {
margin: 0;
padding-left: 18px;
}
.tips-box li {
margin: 7px 0;
color: #594621;
line-height: 1.55;
}
.multi-recipe-panels {
display: grid;
gap: clamp(32px, 5vw, 56px);
margin-top: clamp(54px, 8vw, 88px);
}
.multi-recipe-panel {
overflow: hidden;
border: 1px solid var(--line);
border-radius: 22px;
background: var(--white);
box-shadow: 10px 12px 0 var(--cream);
}
.multi-recipe-panel__header {
padding: clamp(26px, 5vw, 46px);
border-bottom: 1px solid var(--line);
}
.multi-recipe-panel__header h2 {
max-width: 17ch;
margin: 8px 0 14px;
font-size: clamp(2rem, 4vw, 3.25rem);
}
.multi-recipe-panel__header > p {
max-width: 66ch;
margin: 0;
color: var(--ink-soft);
line-height: 1.7;
}
.multi-recipe-panel__header .multi-recipe-panel__facts {
margin-top: 16px;
color: var(--ink);
font-size: 0.78rem;
font-weight: 800;
}
.multi-recipe-panel__keywords {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin: 20px 0 0;
padding: 0;
list-style: none;
}
.multi-recipe-panel__keywords li {
padding: 7px 11px;
border-radius: 999px;
background: var(--cream);
color: #675b54;
font-size: 0.7rem;
font-weight: 800;
}
.multi-recipe-panel__body {
display: grid;
grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
}
.multi-recipe-panel__body h3 {
margin: 0 0 22px;
font-size: clamp(1.55rem, 3vw, 2.15rem);
}
.multi-recipe-panel__ingredients,
.multi-recipe-panel__method {
padding: clamp(26px, 5vw, 44px);
}
.multi-recipe-panel__ingredients {
background: #f8f0e4;
}
.multi-recipe-panel__ingredients ul {
margin: 0;
padding-left: 20px;
}
.multi-recipe-panel__ingredients li {
margin: 10px 0;
color: #514741;
line-height: 1.55;
}
.multi-recipe-panel__method > ol {
display: grid;
gap: 0;
margin: 0;
padding: 0;
list-style: none;
}
.multi-recipe-panel__method > ol > li {
display: grid;
grid-template-columns: 52px 1fr;
gap: 18px;
padding-bottom: 28px;
}
.multi-recipe-panel__method > ol > li + li {
padding-top: 28px;
border-top: 1px solid var(--line);
}
.multi-recipe-panel__method h4 {
margin: 3px 0 8px;
font-family: var(--display);
font-size: 1.35rem;
}
.multi-recipe-panel__method p {
margin: 0;
color: #574d46;
line-height: 1.72;
}
@media (max-width: 760px) {
.multi-recipe-panel {
border-radius: 16px;
box-shadow: 6px 7px 0 var(--cream);
}
.multi-recipe-panel__body {
grid-template-columns: 1fr;
}
.multi-recipe-panel__method > ol > li {
grid-template-columns: 44px 1fr;
gap: 14px;
}
.multi-recipe-panel__method .step-number {
width: 42px;
height: 42px;
}
}
.source-note {
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 30px;
margin-top: 56px;
padding-top: 34px;
border-top: 1px solid var(--line);
}
.source-note h2 {
max-width: 13ch;
margin-top: 8px;
font-size: 2.1rem;
}
.source-note p {
max-width: 52ch;
color: var(--ink-soft);
font-size: 0.83rem;
line-height: 1.6;
}
.source-note a {
display: inline-flex;
align-items: center;
gap: 7px;
flex: 0 0 auto;
color: var(--berry);
font-size: 0.76rem;
font-weight: 900;
}
.article-shop-cta {
padding-block: 50px;
background: #e3aa40;
}
.article-shop-cta__inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 40px;
}
.article-shop-cta .eyebrow {
color: #623721;
}
.article-shop-cta h2 {
max-width: 18ch;
margin-top: 8px;
font-size: clamp(2rem, 3.5vw, 3.3rem);
}
.related-recipes {
padding-bottom: 112px;
}
.recipe-card--compact h3 {
font-size: 1.65rem;
}
@media (max-width: 1060px) {
.desktop-nav {
gap: 18px;
}
.saved-link__label {
display: none;
}
.hero {
grid-template-columns: 1fr;
}
.hero-side {
grid-template-columns: repeat(2, 1fr);
grid-template-rows: auto;
}
.side-feature > button {
min-height: 220px;
}
.school-grid {
grid-template-columns: 1fr;
}
.school-list {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
border-top: 0;
}
.school-list > button {
min-height: 0;
grid-template-columns: 1fr;
align-items: start;
padding: 0 0 18px;
border-top: 1px solid #5b4c46;
}
.school-list__image {
width: 100%;
height: 170px;
}
.school-list__number,
.school-list__arrow {
display: none;
}
.newsletter {
grid-template-columns: auto 1fr;
}
.newsletter__form,
.newsletter__success {
grid-column: 2;
}
.footer-grid {
grid-template-columns: 1.2fr repeat(3, 0.8fr);
gap: 28px;
}
.article-hero {
grid-template-columns: 0.95fr 1.05fr;
gap: 45px;
}
.article-hero__media img {
min-height: 470px;
}
}
@media (max-width: 860px) {
.article-hero__copy,
.article-hero__media {
min-width: 0;
max-width: 100%;
}
.article-hero h1,
.article-deck {
overflow-wrap: anywhere;
}
.desktop-nav,
.saved-link,
.shop-button {
display: none;
}
.menu-button {
display: inline-flex;
}
.mobile-nav {
display: block;
border-top: 1px solid var(--line);
background: var(--white);
}
.mobile-nav .shell {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 0 24px;
padding-block: 12px 20px;
}
.mobile-nav a {
min-height: 48px;
display: flex;
align-items: center;
padding: 11px 4px;
border-bottom: 1px solid #eee7de;
color: var(--ink);
font-size: 0.85rem;
font-weight: 800;
}
.mobile-nav a:focus-visible,
.mobile-nav a:hover {
color: var(--berry-dark);
}
.hero-feature {
grid-template-columns: 1fr;
}
.hero-feature__copy {
min-height: 430px;
}
.hero-feature__image {
min-height: 440px;
}
.promise-strip__inner {
grid-template-columns: 1fr;
}
.promise-strip__inner > div {
justify-content: flex-start;
}
.promise-strip__inner > div + div {
border-top: 1px solid var(--line);
border-left: 0;
}
.recipe-grid {
grid-template-columns: repeat(2, 1fr);
}
.video-card {
grid-template-columns: 1fr;
}
.video-card__media {
min-height: 500px;
}
.shop-editorial__inner {
grid-template-columns: 1fr;
}
.shop-editorial h2 {
max-width: 12ch;
}
.footer-grid {
grid-template-columns: 1.3fr 1fr 1fr;
}
.footer-contact {
grid-column: 2 / -1;
}
.article-hero {
grid-template-columns: 1fr;
}
.article-hero h1 {
max-width: 13ch;
}
.article-hero__media {
transform: rotate(0.4deg);
}
.recipe-facts__inner {
grid-template-columns: repeat(2, 1fr);
}
.recipe-facts__inner > div:nth-child(3) {
border-left: 0;
}
.recipe-facts__inner > div:nth-child(n + 3) {
border-top: 1px solid var(--line);
}
.recipe-layout {
grid-template-columns: 1fr;
}
.ingredients-panel {
position: static;
}
}
@media (max-width: 640px) {
.shell {
width: min(100% - 28px, 1180px);
}
.utility-bar__inner {
justify-content: center;
}
.utility-bar__inner > span {
font-size: 0.67rem;
text-align: center;
}
.site-header__inner {
min-height: 70px;
gap: clamp(6px, 2vw, 12px);
}
.brand {
flex: 0 1 180px;
min-width: 0;
}
.brand__mark {
width: 38px;
height: 38px;
font-size: 0.84rem;
}
.brand__name {
font-size: 1.06rem;
}
.brand__default-logo {
width: 100%;
}
.brand__custom-logo {
width: min(180px, 100%);
max-width: 180px;
}
.brand__custom-logo img {
width: 100%;
height: auto;
}
.brand__logo-crop {
width: clamp(130px, 41vw, 154px);
}
.brand__descriptor {
margin-top: 13px;
font-size: 0.54rem;
}
.icon-button,
.menu-button,
.language-switcher summary {
min-width: 39px;
height: 39px;
}
.icon-button,
.menu-button {
padding-inline: 8px;
}
.language-switcher summary {
padding-inline: 8px;
}
.search-panel__inner {
grid-template-columns: auto 1fr;
gap: 10px;
padding-block: 12px;
}
.search-panel button {
grid-column: 1 / -1;
width: 100%;
}
.mobile-nav .shell {
grid-template-columns: 1fr;
}
.hero {
gap: 14px;
padding-top: 17px;
}
.hero-feature {
min-height: 0;
border-radius: 20px 4px 20px 4px;
}
.hero-feature__copy {
min-height: 390px;
padding: 36px 28px 38px;
}
.hero h1 {
max-width: 100%;
font-size: clamp(2.55rem, 13vw, 3.9rem);
}
.hero-feature__image {
min-height: 350px;
}
.hero-side {
grid-template-columns: 1fr;
}
.side-feature {
grid-template-columns: 0.92fr 1.08fr;
grid-template-rows: auto;
border-radius: 4px 18px 4px 18px;
}
.side-feature--2 {
border-radius: 18px 4px 18px 4px;
}
.side-feature > button {
min-height: 190px;
}
.side-feature > div {
align-self: center;
padding: 18px;
}
.side-feature h2 {
font-size: 1.25rem;
}
.recipes-section,
.related-recipes,
.school-section,
.video-section,
.shop-editorial {
padding-block: 70px;
}
.section-heading {
display: grid;
gap: 18px;
margin-bottom: 26px;
}
.section-heading h2 {
font-size: 2.7rem;
}
.filter-row {
flex-wrap: nowrap;
width: calc(100% + 14px);
margin-right: -14px;
padding-right: 14px;
overflow-x: auto;
}
.filter-row button {
flex: 0 0 auto;
}
.search-summary {
align-items: flex-start;
}
.recipe-grid {
grid-template-columns: 1fr;
row-gap: 40px;
}
.recipe-card__media {
aspect-ratio: 1.3 / 1;
}
.school-lead {
grid-template-columns: 1fr;
}
.school-lead > button {
min-height: 340px;
}
.school-list {
grid-template-columns: 1fr;
}
.school-list > button {
grid-template-columns: 112px 1fr;
align-items: center;
}
.school-list__image {
width: 112px;
height: 112px;
}
.video-card {
border-radius: 20px 4px 20px 4px;
}
.video-card__media {
min-height: 350px;
}
.video-card__copy {
padding: 36px 28px 42px;
}
.video-card h2 {
font-size: 2.65rem;
}
.shop-editorial h2 {
font-size: 3.2rem;
}
.shop-editorial__media,
.shop-editorial__media > img {
min-height: 0;
height: 350px;
}
.shop-editorial__note {
right: -5px;
}
.newsletter {
grid-template-columns: 1fr;
gap: 22px;
margin-block: 70px;
padding: 32px 25px;
}
.newsletter__form,
.newsletter__success {
grid-column: 1;
}
.newsletter__form > div {
grid-template-columns: 1fr;
gap: 8px;
}
.newsletter__form input {
border-right: 1px solid #bfb3a9;
}
.footer-grid {
grid-template-columns: repeat(2, 1fr);
gap: 36px 24px;
}
.footer-brand,
.footer-contact {
grid-column: 1 / -1;
}
.footer-bottom {
align-items: flex-start;
flex-direction: column;
justify-content: center;
padding-block: 20px;
}
.article-breadcrumbs {
padding-top: 20px;
}
.article-hero {
gap: 38px;
padding-block: 38px 58px;
}
.article-hero h1 {
font-size: clamp(3.1rem, 15vw, 4.8rem);
}
.article-deck {
font-size: 1.04rem;
}
.article-hero__media {
padding: 9px 9px 36px;
}
.article-hero__media img {
min-height: 390px;
}
.recipe-facts__inner > div {
min-height: 86px;
justify-content: flex-start;
padding: 16px 13px;
}
.recipe-facts strong {
font-size: 0.88rem;
}
.recipe-layout {
gap: 66px;
padding-block: 68px 76px;
}
.method > .recipe-steps > li {
grid-template-columns: 44px 1fr;
gap: 15px;
}
.step-number {
width: 42px;
height: 42px;
font-size: 0.9rem;
}
.method > .recipe-steps > li h3 {
font-size: 1.4rem;
}
.method > .recipe-steps > li p {
font-size: 0.91rem;
}
.tips-box {
padding: 24px 20px;
}
.source-note,
.article-shop-cta__inner {
align-items: flex-start;
flex-direction: column;
}
.source-note {
display: flex;
}
.article-shop-cta__inner .primary-button {
width: 100%;
}
}
.article-faq {
margin-top: clamp(42px, 6vw, 72px);
padding-top: clamp(34px, 5vw, 54px);
border-top: 1px solid var(--line);
}
.article-faq > h2 {
max-width: 720px;
margin: 8px 0 10px;
font-family: var(--display);
font-size: clamp(2.15rem, 4vw, 3.35rem);
line-height: 0.98;
}
.article-faq__intro {
max-width: 680px;
margin: 0 0 24px;
color: var(--muted);
}
.article-faq__items {
display: grid;
gap: 10px;
}
.article-faq details {
overflow: clip;
border: 1px solid var(--line);
border-radius: 14px;
background: var(--white);
}
.article-faq summary {
position: relative;
padding: 19px 54px 19px 20px;
color: var(--ink);
font-family: var(--display);
font-size: clamp(1.12rem, 2vw, 1.34rem);
font-weight: 750;
line-height: 1.25;
cursor: pointer;
list-style: none;
}
.article-faq summary::-webkit-details-marker {
display: none;
}
.article-faq summary::after {
content: "+";
position: absolute;
top: 50%;
right: 20px;
width: 28px;
height: 28px;
display: grid;
place-items: center;
border-radius: 50%;
background: var(--paper);
color: var(--berry);
font-family: var(--sans);
font-size: 1.2rem;
transform: translateY(-50%);
}
.article-faq details[open] summary::after {
content: "−";
}
.article-faq details > div {
padding: 0 20px 20px;
color: var(--muted);
}
.article-faq details > div p {
margin: 0;
}
@media print {
.utility-bar,
.site-header,
.article-breadcrumbs,
.article-actions,
.site-footer,
.article-shop-cta,
.related-recipes,
.source-note {
display: none !important;
}
body {
background: #fff;
}
.article-hero,
.recipe-layout {
display: block;
padding-block: 20px;
}
.article-hero__media {
max-width: 420px;
margin-block: 20px;
box-shadow: none;
transform: none;
}
.article-hero__media img {
min-height: 0;
}
.ingredients-panel {
position: static;
margin-bottom: 36px;
box-shadow: none;
}
} [hidden] {
display: none !important;
}
body.admin-bar .site-header {
top: 32px;
}
.brand__custom-logo,
.brand__custom-logo img {
display: block;
width: auto;
max-width: 250px;
max-height: 58px;
}
.desktop-nav > .menu,
.desktop-nav .sub-menu,
.mobile-nav .menu,
.site-footer .menu {
margin: 0;
padding: 0;
list-style: none;
}
.site-footer .menu a {
display: block;
margin-bottom: 11px;
color: #cfc3bc;
font-size: 0.82rem;
}
.desktop-nav > .menu {
display: flex;
align-items: center;
gap: 28px;
}
.desktop-nav .menu-item {
position: relative;
}
.desktop-nav .sub-menu {
position: absolute;
top: calc(100% + 16px);
left: -18px;
z-index: 20;
min-width: 230px;
padding: 12px 18px;
border: 1px solid var(--line);
background: var(--white);
box-shadow: 0 15px 30px rgba(42, 33, 29, 0.12);
opacity: 0;
visibility: hidden;
transform: translateY(6px);
transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}
.desktop-nav .menu-item:hover > .sub-menu,
.desktop-nav .menu-item:focus-within > .sub-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.desktop-nav .sub-menu a {
display: block;
padding: 9px 0;
font-size: 0.8rem;
}
.mobile-nav > .shell {
display: block;
}
.mobile-nav .menu {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.mobile-nav .menu li,
.mobile-nav__shop {
display: block;
border-bottom: 0;
}
.mobile-nav .sub-menu {
margin: 0;
padding: 0 0 0 18px;
list-style: none;
}
.mobile-nav .sub-menu a {
min-height: 42px;
color: var(--ink-soft);
font-size: 0.78rem;
font-weight: 700;
}
.mobile-nav__shop {
margin-top: 10px;
min-height: 48px;
padding: 11px 16px;
border: 1px solid var(--berry) !important;
border-radius: 4px;
justify-content: center;
background: var(--berry);
color: var(--white) !important;
}
.mobile-nav__shop:hover,
.mobile-nav__shop:focus-visible {
background: var(--berry-dark);
color: var(--white) !important;
}
.side-feature__media,
.school-lead__media {
position: relative;
display: block;
width: 100%;
overflow: hidden;
background: none;
}
.side-feature__media:hover img,
.school-lead__media:hover img {
transform: scale(1.035);
}
.school-list > a {
width: 100%;
min-height: 134px;
display: grid;
grid-template-columns: 30px 92px 1fr auto;
align-items: center;
gap: 15px;
padding: 18px 0;
border-bottom: 1px solid #5b4c46;
color: #fbf7f1;
text-align: left;
}
.school-list > a:hover {
background: rgba(255, 255, 255, 0.035);
}
.school-list > a > .tpm-icon {
color: #e9b656;
}
.recipe-tools {
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
margin-bottom: 34px;
padding-block: 17px;
border-block: 1px solid var(--line);
}
.recipe-tools .filter-row {
flex: 1 1 auto;
justify-content: flex-end;
margin: 0;
padding: 0;
border: 0;
}
.recipe-search {
min-width: min(320px, 36vw);
height: 42px;
display: flex;
align-items: center;
gap: 10px;
padding: 0 13px;
border: 1px solid var(--line);
background: var(--white);
color: #776b64;
}
.recipe-search input {
min-width: 0;
width: 100%;
height: 100%;
padding: 0;
border: 0;
background: transparent;
font-size: 0.8rem;
}
.recipe-search input:focus {
outline: 0;
}
.tpm-filter-empty {
margin-top: 28px;
}
.newsletter__consent {
display: flex !important;
align-items: flex-start;
gap: 8px;
margin-top: 10px;
color: #73675f;
font-size: 0.67rem !important;
font-weight: 500 !important;
line-height: 1.4;
}
.newsletter__consent input {
width: 15px;
height: 15px;
flex: 0 0 auto;
margin: 1px 0 0;
}
.newsletter__honeypot {
position: absolute !important;
left: -10000px;
width: 1px;
height: 1px;
overflow: hidden;
}
.newsletter__error {
color: #8d1d3f !important;
font-weight: 700;
}
.newsletter__form--plugin > :first-child,
.newsletter__form--plugin > :last-child {
margin-block: 0;
}
.archive-hero {
padding-block: 90px 62px;
border-bottom: 1px solid var(--line);
}
.archive-hero h1,
.page-article__header h1,
.not-found h1 {
max-width: 14ch;
margin: 12px 0 0;
font-family: var(--display);
font-size: clamp(3.2rem, 7vw, 7rem);
font-weight: 600;
letter-spacing: -0.05em;
line-height: 0.96;
}
.archive-description {
max-width: 60ch;
margin-top: 22px;
color: var(--ink-soft);
font-family: var(--display);
font-size: 1.12rem;
line-height: 1.6;
}
.archive-description p {
margin: 0;
}
.archive-results {
padding-block: 70px 110px;
}
.pagination {
margin-top: 70px;
}
.pagination .nav-links {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 8px;
}
.pagination .page-numbers {
min-width: 42px;
height: 42px;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
padding: 0 12px;
border: 1px solid var(--line);
background: var(--white);
font-size: 0.76rem;
font-weight: 800;
}
.pagination .page-numbers.current,
.pagination a.page-numbers:hover {
border-color: var(--ink);
background: var(--ink);
color: var(--white);
}
.page-shell {
padding-block: 90px 110px;
}
.page-article__header {
margin-bottom: 50px;
}
.page-article__image {
margin: 0 0 50px;
overflow: hidden;
border-radius: 22px;
box-shadow: 0 16px 42px rgba(58, 45, 38, 0.11);
}
.page-article__image img {
width: 100%;
max-height: 620px;
object-fit: cover;
}
.attachment-page__back {
margin-bottom: 34px;
}
.attachment-page__back a {
display: inline-flex;
align-items: center;
gap: 8px;
color: var(--berry);
font-size: 0.82rem;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0.08em;
}
.attachment-page__figure {
max-width: 1080px;
margin: 0 auto 38px;
text-align: center;
}
.attachment-page__figure img {
display: block;
width: auto;
max-width: 100%;
height: auto;
max-height: 78vh;
margin-inline: auto;
object-fit: contain;
}
.attachment-page__figure figcaption {
margin-top: 12px;
color: #7a6e67;
font-size: 0.9rem;
}
.attachment-page__description,
.attachment-page__parent {
max-width: 820px;
margin-inline: auto;
}
.attachment-page__parent {
margin-top: 34px;
}
.entry-content {
min-width: 0;
color: #514741;
font-family: var(--display);
font-size: 1.08rem;
line-height: 1.78;
overflow-wrap: break-word;
}
.entry-content > * {
max-width: 820px;
margin-inline: auto;
}
.entry-content > .alignwide {
max-width: 1080px;
}
.entry-content > .alignfull {
max-width: none;
margin-inline: calc(50% - 50vw);
}
.entry-content h2,
.entry-content h3,
.entry-content h4 {
margin-top: 1.8em;
color: var(--ink);
font-family: var(--display);
letter-spacing: -0.025em;
line-height: 1.12;
}
.entry-content h2 {
font-size: clamp(2rem, 4vw, 3.25rem);
}
.entry-content h3 {
font-size: clamp(1.5rem, 3vw, 2.1rem);
}
.entry-content a {
color: var(--berry);
text-decoration: underline;
text-underline-offset: 3px;
}
.entry-content img {
display: block;
max-width: 100%;
height: auto;
border-radius: 16px;
box-shadow: 0 12px 30px rgba(58, 45, 38, 0.1);
}
.entry-content iframe {
display: block;
width: 100%;
max-width: 100%;
border: 0;
border-radius: 16px;
}
.entry-content iframe[src*="youtube.com"],
.entry-content iframe[src*="youtu.be"],
.entry-content iframe[src*="vimeo.com"] {
height: auto;
aspect-ratio: 16 / 9;
}
.entry-content figure,
.entry-content .wp-block-image {
margin-block: 2.2rem;
}
.entry-content .wp-caption {
max-width: 100%;
box-sizing: border-box;
}
.entry-content .easyrecipe {
max-width: 100%;
}
.entry-content .wp-caption > a {
display: block;
}
.entry-content .aligncenter {
display: block;
margin-inline: auto;
}
.entry-content .alignleft {
float: left;
margin: 0.45rem 1.6rem 1.15rem 0;
}
.entry-content .alignright {
float: right;
margin: 0.45rem 0 1.15rem 1.6rem;
}
.entry-content::after {
display: block;
clear: both;
content: "";
}
.entry-content figcaption {
margin-top: 10px;
color: #7a6e67;
font-family: Inter, ui-sans-serif, system-ui, sans-serif;
font-size: 0.78rem;
line-height: 1.45;
text-align: center;
}
.entry-content blockquote {
margin-block: 2rem;
padding: 20px 24px;
border-left: 4px solid var(--gold);
background: #f5e8ca;
}
.entry-content table {
width: 100%;
border-collapse: collapse;
font-family: Inter, ui-sans-serif, system-ui, sans-serif;
font-size: 0.84rem;
}
.entry-content .essential-page-grid {
max-width: 1180px;
margin-top: 44px;
}
.contact-alternative,
.contact-form-fallback,
.tpm-external-embed {
padding: 24px;
border: 1px solid var(--line);
border-radius: 18px;
background: #f7efe2;
}
.wpcf7 {
max-width: 820px;
margin: 34px auto;
padding: 28px;
border: 1px solid var(--line);
border-radius: 22px;
background: var(--white);
box-shadow: 0 14px 38px rgba(58, 45, 38, 0.08);
font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}
.wpcf7 label {
display: block;
margin-bottom: 8px;
color: var(--ink);
font-size: 0.78rem;
font-weight: 800;
}
.wpcf7 input:not([type="checkbox"]),
.wpcf7 textarea {
width: 100%;
margin-top: 7px;
padding: 12px 14px;
border: 1px solid #bfb3a9;
border-radius: 8px;
background: #fffdfa;
color: var(--ink);
font: inherit;
}
.wpcf7 input[type="submit"] {
min-height: 46px;
padding: 0 22px;
border: 0;
border-radius: 4px;
background: var(--berry);
color: var(--white);
font-weight: 800;
cursor: pointer;
}
.wpcf7-acceptance .wpcf7-list-item {
margin: 0;
}
.wpcf7-acceptance label,
.comment-form-privacy label,
.comment-form-cookies-consent label {
display: inline;
font-weight: 500;
}
.tpm-external-embed {
display: grid;
min-height: 240px;
place-items: center;
align-content: center;
gap: 14px;
text-align: center;
}
.tpm-external-embed p,
.tpm-external-embed small {
margin: 0;
}
.policy-updated {
color: var(--ink-soft);
font-family: Inter, ui-sans-serif, system-ui, sans-serif;
font-size: 0.85rem;
}
.entry-content th,
.entry-content td {
padding: 10px 12px;
border: 1px solid var(--line);
text-align: left;
}
.article-content {
margin-top: 38px;
}
.recipe-layout--article {
grid-template-columns: 1fr;
padding-block: 72px 92px;
}
.recipe-layout--article .method {
width: min(100%, 900px);
margin-inline: auto;
}
.recipe-layout--article .method > h2 {
max-width: 13ch;
font-size: clamp(2.5rem, 4vw, 3.45rem);
}
.recipe-layout--article .article-content {
margin-top: 30px;
font-family: Inter, ui-sans-serif, system-ui, sans-serif;
font-size: 1.1rem;
line-height: 1.82;
}
.recipe-layout--article .article-content--legacy {
margin-top: clamp(34px, 5vw, 54px);
padding: clamp(30px, 5vw, 58px);
border: 1px solid var(--line);
border-radius: 28px;
background: #fffdfa;
box-shadow: 0 20px 54px rgba(58, 45, 38, 0.08);
}
.recipe-layout--article .article-content > p,
.recipe-layout--article .article-content > ul,
.recipe-layout--article .article-content > ol {
max-width: 68ch;
}
.recipe-layout--article .article-content > p {
margin-block: 0 1.25rem;
}
.recipe-layout--article .article-content .tpm-legacy-section {
margin-top: clamp(38px, 6vw, 62px);
padding-top: clamp(26px, 4vw, 38px);
border-top: 1px solid var(--line);
}
.recipe-layout--article .article-content .tpm-legacy-section > b:first-child,
.recipe-layout--article .article-content .tpm-legacy-section > strong:first-child {
display: block;
margin-bottom: 0.75em;
color: var(--ink);
font-family: var(--display);
font-size: clamp(1.55rem, 3vw, 2.05rem);
font-weight: 700;
letter-spacing: -0.025em;
line-height: 1.08;
}
.recipe-layout--article .article-content .tpm-legacy-section > span:has(> br:only-child) {
display: none;
}
.recipe-layout--article .article-content .tpm-legacy-section--ingredients {
padding: clamp(24px, 4vw, 36px);
border: 1px solid #dfcfb8;
border-radius: 20px;
background: #f8efe0;
}
.recipe-layout--article .article-content .tpm-legacy-section--ingredients > span:not(:has(br)),
.recipe-layout--article .article-content .tpm-legacy-section--ingredients > a {
display: block;
padding-block: 0.5rem;
border-bottom: 1px solid rgba(88, 68, 49, 0.12);
color: #493f39;
line-height: 1.55;
}
.recipe-layout--article .article-content .tpm-legacy-section--ingredients > :last-child {
border-bottom: 0;
}
.recipe-layout--article .article-content .tpm-legacy-section--storage,
.recipe-layout--article .article-content .tpm-legacy-section--tips {
padding: 24px 26px;
border-top: 0;
border-left: 4px solid var(--gold);
background: #f5e8ca;
}
.recipe-layout--article .article-content > p:has(> img) {
max-width: 100%;
margin-block: 2.2rem 2.5rem;
}
.recipe-layout--article .article-content img {
border-radius: 18px;
box-shadow: 0 16px 36px rgba(58, 45, 38, 0.13);
}
.recipe-layout--article .article-content .tpm-legacy-image-row {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: clamp(8px, 1.8vw, 18px);
max-width: 100%;
align-items: stretch;
}
.recipe-layout--article .article-content .tpm-legacy-image-row img {
width: 100%;
height: 100%;
aspect-ratio: 1 / 1;
margin: 0;
object-fit: cover;
}
.comments-shell {
padding-bottom: 100px;
}
.comments-area {
max-width: 820px;
margin-inline: auto;
padding-top: 60px;
border-top: 1px solid var(--line);
}
.comments-area h2,
.comment-reply-title {
font-family: var(--display);
font-size: 2rem;
}
.comment-list {
margin: 30px 0;
padding: 0;
list-style: none;
}
.comment-list .comment-body {
margin-bottom: 18px;
padding: 20px;
border: 1px solid var(--line);
background: var(--white);
}
.comment-form label {
display: block;
margin-bottom: 6px;
font-size: 0.75rem;
font-weight: 800;
}
.comment-form input:not([type="checkbox"]),
.comment-form textarea {
width: 100%;
padding: 11px 13px;
border: 1px solid #bfb3a9;
background: var(--white);
}
.comment-form .submit {
min-height: 44px;
padding: 0 20px;
border: 0;
background: var(--berry);
color: var(--white);
font-weight: 800;
cursor: pointer;
}
.not-found {
min-height: 70vh;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
padding-block: 80px;
}
.not-found p {
max-width: 55ch;
color: var(--ink-soft);
line-height: 1.7;
}
.search-form {
width: min(100%, 560px);
display: grid;
grid-template-columns: 1fr auto;
margin-block: 20px 26px;
}
.search-form input {
width: 100%;
height: 48px;
padding: 0 14px;
border: 1px solid var(--line);
background: var(--white);
}
.search-form button {
min-width: 110px;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 7px;
border: 0;
background: var(--ink);
color: var(--white);
font-size: 0.78rem;
font-weight: 800;
}
@media (max-width: 1060px) {
.desktop-nav > .menu {
gap: 18px;
}
.school-list > a {
min-height: 0;
grid-template-columns: 1fr;
align-items: start;
padding: 0 0 18px;
border-top: 1px solid #5b4c46;
}
.school-list > a > .school-list__number,
.school-list > a > .tpm-icon {
display: none;
}
}
@media (max-width: 860px) {
.desktop-nav {
display: none;
}
.mobile-nav .menu {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.recipe-tools {
align-items: stretch;
flex-direction: column;
}
.recipe-tools .filter-row {
justify-content: flex-start;
}
.recipe-search {
width: 100%;
min-width: 0;
}
}
@media (max-width: 782px) {
body.admin-bar .site-header {
top: 46px;
}
}
@media (max-width: 640px) {
.brand__custom-logo img {
max-width: 180px;
max-height: 46px;
}
.mobile-nav .menu {
grid-template-columns: 1fr;
}
.mobile-nav .shell {
padding-block: 8px 18px;
}
.mobile-nav__shop {
margin-top: 14px;
}
.side-feature__media {
min-height: 190px;
}
.school-lead__media {
min-height: 340px;
}
.school-list > a {
grid-template-columns: 112px 1fr;
align-items: center;
}
.recipe-tools .filter-row {
width: 100%;
margin-right: 0;
}
.archive-hero {
padding-block: 60px 42px;
}
.archive-hero h1,
.page-article__header h1,
.not-found h1 {
font-size: clamp(3rem, 15vw, 4.8rem);
}
.archive-results,
.page-shell {
padding-block: 58px 76px;
}
.search-form {
grid-template-columns: 1fr;
gap: 8px;
}
.search-form button {
min-height: 46px;
}
}
.first-order-coupon {
position: fixed;
right: 20px;
bottom: 20px;
z-index: 70;
width: min(460px, calc(100vw - 40px));
display: grid;
grid-template-columns: 64px minmax(0, 1fr) auto;
align-items: center;
gap: 14px;
padding: 17px 46px 17px 17px;
border: 1px solid rgba(233, 182, 86, 0.68);
border-radius: 14px;
background: #2f211d;
box-shadow: 0 20px 55px rgba(42, 33, 29, 0.3);
color: var(--white);
}
.first-order-coupon__close {
position: absolute;
top: 9px;
right: 9px;
width: 30px;
height: 30px;
display: inline-grid;
place-items: center;
padding: 0;
border: 0;
border-radius: 50%;
background: transparent;
color: #d8cbc3;
cursor: pointer;
}
.first-order-coupon__close:hover,
.first-order-coupon__close:focus-visible {
background: rgba(255, 255, 255, 0.09);
color: var(--white);
}
.first-order-coupon__badge {
width: 64px;
height: 64px;
display: inline-grid;
place-items: center;
border-radius: 50%;
background: var(--berry);
color: var(--white);
font-family: var(--display);
font-size: 1.55rem;
font-weight: 800;
line-height: 1;
}
.first-order-coupon__copy {
display: grid;
gap: 4px;
min-width: 0;
}
.first-order-coupon__copy strong {
color: #f2c56f;
font-family: var(--display);
font-size: 1.03rem;
line-height: 1.15;
}
.first-order-coupon__copy span {
color: #d8cbc3;
font-size: 0.75rem;
line-height: 1.45;
}
.first-order-coupon__action {
min-height: 40px;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 7px;
padding: 0 13px;
border-radius: 999px;
background: var(--white);
color: var(--berry);
font-size: 0.71rem;
font-weight: 850;
white-space: nowrap;
}
.first-order-coupon__action:hover {
background: #f8ead0;
color: #7f1738;
}
@media (max-width: 640px) {
.recipe-card__meta {
align-items: flex-start;
flex-wrap: wrap;
}
.meta-time {
white-space: normal;
}
.recipe-layout--article {
padding-block: 56px 72px;
}
.recipe-layout--article .article-content {
font-size: 1.04rem;
line-height: 1.78;
}
.recipe-layout--article .article-content--legacy {
padding: 25px 18px;
border-radius: 20px;
box-shadow: 0 12px 34px rgba(58, 45, 38, 0.07);
}
.recipe-layout--article .article-content .tpm-legacy-section--ingredients,
.recipe-layout--article .article-content .tpm-legacy-section--storage,
.recipe-layout--article .article-content .tpm-legacy-section--tips {
padding: 22px 18px;
}
.entry-content .alignleft,
.entry-content .alignright {
float: none;
margin: 1.8rem auto;
}
.entry-content img {
border-radius: 12px;
}
.first-order-coupon {
right: 14px;
bottom: 14px;
width: calc(100vw - 28px);
grid-template-columns: 54px minmax(0, 1fr);
gap: 11px;
padding: 14px 42px 14px 14px;
}
.first-order-coupon__badge {
width: 54px;
height: 54px;
font-size: 1.3rem;
}
.first-order-coupon__action {
grid-column: 1 / -1;
width: 100%;
}
}
@media print {
.comments-shell,
.pagination,
.first-order-coupon {
display: none !important;
}
} html:lang(zh-CN) body {
font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, sans-serif;
}
html:lang(zh-TW) body {
font-family: "PingFang TC", "Microsoft JhengHei", "Noto Sans CJK TC", system-ui, sans-serif;
}
html:lang(ja) body {
font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, "Noto Sans CJK JP", system-ui, sans-serif;
}
html:lang(zh-CN) body,
html:lang(zh-TW) body,
html:lang(ja) body {
line-break: strict;
word-break: normal;
}
html:lang(zh-CN) :is(h1, h2, h3, h4, h5, h6),
html:lang(zh-TW) :is(h1, h2, h3, h4, h5, h6),
html:lang(ja) :is(h1, h2, h3, h4, h5, h6) {
font-family: inherit;
letter-spacing: normal;
}.tpm-ps-honeypot {
position: absolute !important;
left: -10000px !important;
width: 1px !important;
height: 1px !important;
overflow: hidden !important;
}
.tpm-ps-reopen {
display: block;
margin-top: 0.35rem;
appearance: none;
border: 0;
background: transparent;
color: inherit;
cursor: pointer;
font: inherit;
text-decoration: underline;
text-underline-offset: 0.2em;
}
.tpm-ps-banner {
position: fixed;
z-index: 999990;
right: 1rem;
bottom: 1rem;
left: 1rem;
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 1.25rem;
align-items: center;
max-width: 1160px;
margin: 0 auto;
padding: 1.2rem 3rem 1.2rem 1.3rem;
border: 1px solid rgba(47, 32, 28, 0.2);
border-radius: 18px;
background: #fffaf4;
color: #2f201c;
box-shadow: 0 18px 50px rgba(47, 32, 28, 0.22);
}
.tpm-ps-banner[hidden],
.tpm-ps-modal[hidden] {
display: none !important;
}
.tpm-ps-banner h2,
.tpm-ps-panel h2 {
margin: 0 0 0.45rem;
color: #2f201c;
font-size: clamp(1.25rem, 2vw, 1.65rem);
line-height: 1.15;
}
.tpm-ps-banner p,
.tpm-ps-category p {
margin: 0;
line-height: 1.55;
}
.tpm-ps-banner a,
.tpm-ps-panel a {
color: #9d174d;
font-weight: 700;
}
.tpm-ps-actions {
display: flex;
flex-wrap: wrap;
gap: 0.65rem;
}
.tpm-ps-button {
min-height: 44px;
padding: 0.7rem 1rem;
border: 2px solid #5c3a31;
border-radius: 999px;
background: transparent;
color: #2f201c;
cursor: pointer;
font: inherit;
font-weight: 800;
line-height: 1.2;
}
.tpm-ps-button--choice {
min-width: 12rem;
background: #5c3a31;
color: #fff;
}
.tpm-ps-button:hover,
.tpm-ps-button:focus-visible,
.tpm-ps-reopen:focus-visible,
.tpm-ps-close:focus-visible {
outline: 3px solid #d6a32c;
outline-offset: 3px;
}
.tpm-ps-close {
position: absolute;
top: 0.7rem;
right: 0.8rem;
width: 2.2rem;
height: 2.2rem;
border: 0;
border-radius: 50%;
background: transparent;
color: #2f201c;
cursor: pointer;
font-size: 1.8rem;
line-height: 1;
}
.tpm-ps-modal {
position: fixed;
z-index: 999999;
inset: 0;
display: grid;
place-items: center;
padding: 1rem;
}
.tpm-ps-modal__backdrop {
position: absolute;
inset: 0;
background: rgba(28, 17, 14, 0.68);
}
.tpm-ps-panel {
position: relative;
z-index: 1;
width: min(100%, 680px);
max-height: min(88vh, 720px);
overflow: auto;
padding: 1.6rem;
border-radius: 20px;
background: #fffaf4;
color: #2f201c;
box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}
.tpm-ps-category {
display: flex;
justify-content: space-between;
gap: 1rem;
align-items: center;
margin-top: 1rem;
padding: 1rem;
border: 1px solid rgba(47, 32, 28, 0.18);
border-radius: 14px;
background: #fff;
}
.tpm-ps-category strong,
.tpm-ps-category--toggle span span {
display: block;
}
.tpm-ps-category--toggle {
cursor: pointer;
}
.tpm-ps-category--toggle input {
flex: 0 0 auto;
width: 2.8rem;
height: 1.5rem;
accent-color: #9d174d;
}
.tpm-ps-always-on {
flex: 0 0 auto;
padding: 0.35rem 0.65rem;
border-radius: 999px;
background: #efe1cf;
font-size: 0.82rem;
font-weight: 800;
}
.tpm-ps-panel__footer {
display: grid;
gap: 1rem;
margin-top: 1.25rem;
}
html.tpm-ps-modal-open {
overflow: hidden;
}
.tpm-ps-managed-embed {
display: block;
width: 100%;
max-width: 100%;
aspect-ratio: 16 / 9;
border: 0;
border-radius: 16px;
}
@media (max-width: 860px) {
.tpm-ps-banner {
grid-template-columns: 1fr;
}
.tpm-ps-actions,
.tpm-ps-button,
.tpm-ps-button--choice {
width: 100%;
}
}
@media (max-width: 520px) {
.tpm-ps-banner {
right: 0.6rem;
bottom: 0.6rem;
left: 0.6rem;
padding: 1.1rem 2.7rem 1.1rem 1rem;
border-radius: 14px;
}
.tpm-ps-panel {
padding: 1.2rem;
border-radius: 16px;
}
.tpm-ps-category {
align-items: flex-start;
}
}
@media (prefers-reduced-motion: reduce) {
.tpm-ps-banner,
.tpm-ps-modal {
scroll-behavior: auto;
}
}