/*
Theme Name: Tía Juanita 2026
Theme URI: https://sazonadoresperuanos.com/
Author: Sazonadores Peruanos
Description: Sitio oficial de Tía Juanita con portada, producto, loche, preparación y recetario.
Version: 1.0.3
Requires at least: 6.4
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: tia-juanita-2026
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=Manrope:wght@400;600;700;800&display=swap');

:root {
  --paper: #f6f0e5;
  --paper-soft: #fffaf0;
  --ink: #172b2d;
  --ink-soft: #52633b;
  --aji: #a6402d;
  --aji-deep: #873222;
  --loche: #e3aa37;
  --loche-soft: #f3d996;
  --line: rgba(23, 43, 45, 0.2);
  --shadow: 0 24px 70px rgba(45, 34, 20, 0.14);
  --radius: 1.5rem;
  --page: min(88rem, calc(100vw - 3rem));
  --font-display: "Barlow Condensed";
  --font-body: "Manrope";
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body), sans-serif; font-size: 1rem; line-height: 1.6; }
main { overflow: clip; }
a { color: inherit; text-decoration: none; }
img { display: block; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display), sans-serif; line-height: 0.94; text-wrap: balance; }
:focus-visible { outline: 3px solid var(--loche); outline-offset: 4px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  width: var(--page); min-height: 5.75rem; margin: 0 auto; display: grid;
  grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem;
  border-bottom: 1px solid var(--line); position: relative; z-index: 20;
}
.brand { width: 7.2rem; align-self: start; margin-top: 0.5rem; }
.brand img { width: 100%; height: auto; }
.desktop-nav { justify-self: center; display: flex; align-items: center; gap: clamp(1.2rem, 2.4vw, 2.7rem); font-size: 0.82rem; font-weight: 750; letter-spacing: 0.035em; }
.desktop-nav a, .site-footer nav a { position: relative; }
.desktop-nav a::after, .site-footer nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -0.3rem; height: 2px; background: var(--aji); transition: right 180ms ease; }
.desktop-nav a:hover::after, .site-footer nav a:hover::after { right: 0; }
.mobile-header-cta { display: none; }
.mobile-menu { display: none; }

.button {
  min-height: 3.35rem; padding: 0.85rem 1.45rem; display: inline-flex; align-items: center;
  justify-content: center; border: 1px solid var(--aji); border-radius: 999px;
  background: var(--aji); color: #fffaf0; font-size: 0.84rem; font-weight: 800;
  letter-spacing: 0.035em; box-shadow: 0 10px 25px rgba(166, 64, 45, 0.18);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}
.button:hover { transform: translateY(-2px); background: var(--aji-deep); box-shadow: 0 14px 30px rgba(166, 64, 45, 0.26); }
.button-small { min-height: 2.8rem; padding-inline: 1.15rem; }

.hero {
  width: var(--page); min-height: calc(100svh - 5.75rem); max-height: 58rem; margin: 0 auto;
  display: grid; grid-template-columns: minmax(0, 0.87fr) minmax(32rem, 1.13fr);
  align-items: stretch; gap: clamp(2rem, 5vw, 5.5rem); padding: clamp(2.5rem, 5vh, 4.5rem) 0;
}
.hero-copy { align-self: center; max-width: 38rem; animation: rise 650ms cubic-bezier(0.22, 1, 0.36, 1) both; }
.eyebrow { margin-bottom: 1.3rem; color: var(--aji); font-size: 0.72rem; font-weight: 850; letter-spacing: 0.16em; text-transform: uppercase; }
.hero h1 { margin-bottom: 1.5rem; font-size: clamp(4.1rem, 6.2vw, 6.6rem); font-weight: 900; letter-spacing: -0.045em; text-transform: uppercase; }
.hero h1 span { display: block; color: var(--aji); }
.hero-lead { max-width: 33rem; margin-bottom: 2rem; font-size: clamp(1rem, 1.3vw, 1.2rem); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 1.6rem; }
.text-link { display: inline-flex; align-items: center; gap: 0.55rem; font-size: 0.85rem; font-weight: 850; border-bottom: 1px solid currentColor; padding-bottom: 0.15rem; transition: gap 180ms ease, color 180ms ease; }
.text-link:hover { gap: 0.85rem; color: var(--aji); }
.hero-note { margin: 2.3rem 0 0; max-width: 24rem; color: var(--ink-soft); font-size: 0.75rem; font-weight: 650; }
.hero-visual { min-height: 35rem; position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); animation: reveal-image 850ms 120ms cubic-bezier(0.22, 1, 0.36, 1) both; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(23, 43, 45, 0.48)); pointer-events: none; }
.hero-visual > img, .loche-image-wrap > img, .brand-photo > img, .recipe-section > img, .recipes-hero-image > img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual > img { position: absolute; inset: 0; object-position: center center; }
.loche-stamp { width: 8.3rem; aspect-ratio: 1; position: absolute; top: 1.4rem; right: 1.4rem; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--loche); color: #172b2d; text-align: center; transform: rotate(7deg); box-shadow: 0 10px 25px rgba(23, 43, 45, 0.2); }
.loche-stamp span { font-size: 0.57rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.loche-stamp strong { font-family: var(--font-display), sans-serif; font-size: 2.4rem; line-height: 0.95; text-transform: uppercase; }
.visual-caption { position: absolute; left: 1.5rem; bottom: 1.2rem; z-index: 2; margin: 0; color: #fffaf0; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }

.benefit-band { padding: 1.8rem max(1.5rem, calc((100vw - min(88rem, calc(100vw - 3rem))) / 2)); display: grid; grid-template-columns: repeat(3, 1fr); background: var(--ink); color: var(--paper); }
.benefit-band article { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 1rem; padding: 0.5rem clamp(1rem, 3vw, 3rem); border-right: 1px solid rgba(246, 240, 229, 0.2); }
.benefit-band article:first-child { padding-left: 0; }
.benefit-band article:last-child { border: 0; padding-right: 0; }
.benefit-band article > span { color: var(--loche); font-family: var(--font-display), sans-serif; font-size: 1.15rem; font-weight: 800; }
.benefit-band h2 { margin-bottom: 0.25rem; font-size: 1.4rem; letter-spacing: 0.01em; }
.benefit-band p { margin: 0; color: rgba(246, 240, 229, 0.72); font-size: 0.73rem; }

.section-shell { width: var(--page); margin: 0 auto; }
.product-section { padding: clamp(6rem, 11vw, 11rem) 0; }
.product-heading { display: grid; grid-template-columns: 0.55fr 1.45fr; gap: 4rem; align-items: start; }
.product-heading h2 { max-width: 66rem; margin: 0; font-size: clamp(3.8rem, 7vw, 7.4rem); font-weight: 800; letter-spacing: -0.035em; text-transform: uppercase; }
.product-story { margin-top: clamp(4rem, 8vw, 8rem); display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(3rem, 8vw, 9rem); align-items: end; }
.large-copy { margin: 0; max-width: 45rem; font-family: var(--font-display), sans-serif; font-size: clamp(2rem, 3.4vw, 3.5rem); font-weight: 600; line-height: 1.08; }
.ingredient-list p { margin: 0; padding: 1.25rem 0; display: flex; justify-content: space-between; gap: 2rem; border-bottom: 1px solid var(--line); font-size: 0.78rem; }
.ingredient-list strong { color: var(--aji); }
.ingredient-list span { text-align: right; }

.loche-section { width: var(--page); min-height: 48rem; margin: 0 auto clamp(6rem, 10vw, 10rem); padding: clamp(3rem, 6vw, 6rem); position: relative; display: grid; grid-template-columns: minmax(19rem, 0.9fr) 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; overflow: hidden; border-radius: var(--radius); background: var(--loche-soft); }
.loche-word { position: absolute; left: 50%; top: -0.12em; transform: translateX(-50%); color: rgba(166, 64, 45, 0.12); font-family: var(--font-display), sans-serif; font-size: clamp(10rem, 22vw, 22rem); font-weight: 900; line-height: 1; letter-spacing: -0.07em; white-space: nowrap; }
.loche-image-wrap { aspect-ratio: 4 / 5; max-height: 38rem; position: relative; overflow: hidden; border-radius: calc(var(--radius) * 0.8); box-shadow: var(--shadow); transform: rotate(-2deg); }
.loche-image-wrap > img { object-position: center 48%; }
.loche-copy { max-width: 35rem; position: relative; }
.loche-copy h2, .brand-copy h2 { margin-bottom: 1.7rem; font-size: clamp(3.5rem, 5.5vw, 6rem); font-weight: 850; letter-spacing: -0.035em; text-transform: uppercase; }
.loche-copy > p:not(.eyebrow), .brand-copy > p:not(.eyebrow) { max-width: 31rem; margin-bottom: 2rem; line-height: 1.75; }

.preparation-section { padding-bottom: clamp(7rem, 11vw, 11rem); }
.section-intro { display: grid; grid-template-columns: 0.25fr 1.75fr; gap: 2rem; padding-bottom: clamp(3rem, 6vw, 6rem); border-bottom: 1px solid var(--line); }
.section-index, .flow-number { color: var(--aji); font-family: var(--font-display), sans-serif; font-weight: 800; }
.section-intro h2 { max-width: 60rem; margin-bottom: 1.1rem; font-size: clamp(3.5rem, 6vw, 6.4rem); font-weight: 850; letter-spacing: -0.035em; text-transform: uppercase; }
.section-intro p { margin: 0; color: var(--ink-soft); }
.preparation-flow { display: grid; grid-template-columns: repeat(4, 1fr); }
.preparation-flow article { min-height: 17rem; padding: 2rem clamp(1rem, 2.5vw, 2.5rem); position: relative; border-right: 1px solid var(--line); }
.preparation-flow article:first-child { padding-left: 0; }
.preparation-flow article:last-child { border: 0; }
.preparation-flow article:not(:last-child)::after { content: "→"; width: 1.8rem; height: 1.8rem; position: absolute; top: 2.65rem; right: -0.9rem; z-index: 2; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--aji); font-size: 0.9rem; font-weight: 850; }
.flow-meta { margin-bottom: 2.7rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.flow-number { display: block; }
.flow-icon { width: 3.15rem; height: 3.15rem; display: grid; place-items: center; border: 1px solid var(--aji); border-radius: 50%; color: var(--aji); }
.flow-icon svg { width: 27px; height: 27px; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.preparation-flow h3 { margin-bottom: 0.8rem; font-size: 2.3rem; text-transform: uppercase; }
.preparation-flow p { margin: 0; color: var(--ink-soft); font-size: 0.82rem; }

.recipe-section { width: var(--page); min-height: min(48rem, 78svh); margin: 0 auto clamp(7rem, 11vw, 11rem); position: relative; display: flex; align-items: center; justify-content: flex-end; overflow: hidden; border-radius: var(--radius); color: #fffaf0; }
.recipe-section > img { position: absolute; inset: 0; object-position: center; }
.recipe-shade { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 32%, rgba(16, 25, 25, 0.28) 55%, rgba(16, 25, 25, 0.92) 100%); }
.recipe-copy { width: 48%; max-width: 40rem; padding: clamp(2rem, 5vw, 5rem); position: relative; z-index: 2; }
.recipe-copy .eyebrow { color: var(--loche); }
.recipe-copy h2 { margin-bottom: 1.5rem; font-size: clamp(3.3rem, 5vw, 5.5rem); font-weight: 850; letter-spacing: -0.035em; text-transform: uppercase; }
.recipe-copy > p:not(.eyebrow) { margin-bottom: 2rem; color: rgba(255, 250, 240, 0.78); }
.button-light { border-color: var(--paper-soft); background: var(--paper-soft); color: var(--ink); box-shadow: none; }
.button-light:hover { background: var(--loche); color: #172b2d; }

.recipes-hero { width: var(--page); min-height: calc(100svh - 5.75rem); margin: 0 auto; padding: clamp(3rem, 6vw, 6rem) 0; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.recipes-hero-copy { max-width: 42rem; }
.recipes-hero h1 { margin-bottom: 1.5rem; font-size: clamp(4.2rem, 7vw, 7.4rem); font-weight: 900; letter-spacing: -0.045em; text-transform: uppercase; }
.recipes-hero-copy > p:not(.eyebrow) { max-width: 35rem; margin-bottom: 2.5rem; color: var(--ink-soft); font-size: 1.02rem; line-height: 1.75; }
.recipes-hero-image { aspect-ratio: 4 / 3; min-height: 30rem; position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.recipes-hero-image > img { object-position: 38% center; }
.recipe-directory { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.recipe-directory a { min-height: 5rem; padding: 1rem; display: flex; flex-direction: column; justify-content: center; gap: 0.3rem; border-right: 1px solid var(--line); font-family: var(--font-display), sans-serif; font-size: 1.1rem; font-weight: 700; line-height: 1; text-transform: uppercase; transition: background 180ms ease, color 180ms ease; }
.recipe-directory a:first-child { padding-left: 0; }
.recipe-directory a:last-child { border: 0; }
.recipe-directory a:hover { background: var(--loche-soft); color: var(--aji); }
.recipe-directory span { color: var(--aji); font-family: var(--font-body), sans-serif; font-size: 0.62rem; font-weight: 850; letter-spacing: 0.08em; }

.recipe-list { padding-bottom: clamp(6rem, 10vw, 10rem); }
.recipe-detail { padding: clamp(5rem, 9vw, 9rem) 0; display: grid; grid-template-columns: 0.55fr 1.45fr; gap: clamp(3rem, 8vw, 9rem); border-top: 1px solid var(--line); scroll-margin-top: 1.5rem; }
.recipe-detail:nth-child(2) { padding-inline: clamp(2rem, 5vw, 5rem); border: 0; border-radius: var(--radius); background: var(--loche-soft); }
.recipe-detail-heading { align-self: start; }
.recipe-detail-heading > p { margin-bottom: 1.2rem; color: var(--aji); font-size: 0.7rem; font-weight: 850; letter-spacing: 0.14em; text-transform: uppercase; }
.recipe-detail-heading h2 { max-width: 8ch; margin-bottom: 2.2rem; display: flex; flex-direction: column; gap: 1rem; font-size: clamp(3.6rem, 5.8vw, 6.2rem); font-weight: 850; letter-spacing: -0.04em; text-transform: uppercase; }
.recipe-detail-heading h2 span { font-size: 0.42em; }
.recipe-steps { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; column-gap: clamp(2rem, 5vw, 5rem); list-style: none; }
.recipe-steps li { min-height: 13rem; padding: 1.7rem 0 2.5rem; display: grid; grid-template-columns: auto 1fr; gap: 1.2rem; align-content: start; border-top: 1px solid var(--line); }
.recipe-steps li > span { color: var(--aji); font-family: var(--font-display), sans-serif; font-size: 1rem; font-weight: 800; }
.recipe-steps h3 { margin-bottom: 0.75rem; font-size: clamp(1.7rem, 2.2vw, 2.2rem); font-weight: 750; text-transform: uppercase; }
.recipe-steps p { margin: 0; color: var(--ink-soft); font-size: 0.86rem; line-height: 1.75; }
.recipes-cta { padding: clamp(4rem, 8vw, 8rem) max(1.5rem, calc((100vw - min(88rem, calc(100vw - 3rem))) / 2)); display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: end; background: var(--aji); color: #fffaf0; }
.recipes-cta p { margin-bottom: 0.7rem; font-size: 0.72rem; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.recipes-cta h2 { margin: 0; font-size: clamp(3.7rem, 6vw, 6.5rem); font-weight: 850; letter-spacing: -0.04em; text-transform: uppercase; }

.brand-story { padding-bottom: clamp(7rem, 11vw, 11rem); display: grid; grid-template-columns: 0.78fr 1.22fr; gap: clamp(3rem, 9vw, 10rem); align-items: center; }
.brand-photo { aspect-ratio: 2 / 3; max-height: 44rem; position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.brand-copy { max-width: 42rem; }

.buy-section { padding: clamp(4rem, 8vw, 8rem) max(1.5rem, calc((100vw - min(88rem, calc(100vw - 3rem))) / 2)); display: grid; grid-template-columns: 1.4fr 0.6fr; gap: 4rem; align-items: end; background: var(--aji); color: #fffaf0; }
.buy-section > div > p { margin-bottom: 1rem; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.buy-section h2 { max-width: 58rem; margin: 0; font-size: clamp(3.7rem, 6.5vw, 7rem); font-weight: 850; letter-spacing: -0.04em; text-transform: uppercase; }
.buy-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 1.25rem; }
.buy-secondary { border-bottom: 1px solid currentColor; font-size: 0.78rem; font-weight: 800; }

.site-footer { padding: 4rem max(1.5rem, calc((100vw - min(88rem, calc(100vw - 3rem))) / 2)) 2rem; display: grid; grid-template-columns: 1fr auto 1fr; gap: 4rem; align-items: end; background: var(--ink); color: var(--paper); }
.footer-brand img { width: 7rem; height: auto; margin-bottom: 1rem; }
.footer-brand p, .footer-meta p { margin: 0.25rem 0; color: rgba(246, 240, 229, 0.65); font-size: 0.7rem; }
.site-footer nav { display: grid; gap: 0.8rem; font-size: 0.78rem; font-weight: 750; }
.footer-meta { text-align: right; }

.reveal { animation: section-rise linear both; animation-timeline: view(); animation-range: entry 5% cover 28%; }
@keyframes rise { from { opacity: 0; transform: translateY(1.5rem); } to { opacity: 1; transform: translateY(0); } }
@keyframes reveal-image { from { opacity: 0; clip-path: inset(0 0 100% 0 round var(--radius)); } to { opacity: 1; clip-path: inset(0 0 0 0 round var(--radius)); } }
@keyframes section-rise { from { opacity: 0.35; transform: translateY(2.5rem); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: auto 1fr auto auto; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { cursor: pointer; list-style: none; font-size: 0.8rem; font-weight: 800; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { width: 14rem; padding: 1.2rem; position: absolute; top: 2.5rem; right: 0; display: grid; gap: 0.9rem; border: 1px solid var(--line); border-radius: calc(var(--radius) * 0.65); background: var(--paper-soft); box-shadow: var(--shadow); font-size: 0.8rem; font-weight: 750; }
  .hero { grid-template-columns: minmax(0, 0.9fr) minmax(26rem, 1.1fr); gap: 2rem; }
  .hero h1 { font-size: clamp(4rem, 7.5vw, 5.8rem); }
  .recipe-copy { width: 55%; }
  .recipes-hero { gap: 3rem; }
  .recipe-directory { grid-template-columns: 1fr; }
  .recipe-directory a, .recipe-directory a:first-child { min-height: auto; padding: 0.8rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .recipe-directory a:last-child { border-bottom: 0; }
}

@media (max-width: 800px) {
  :root { --page: calc(100vw - 2rem); --radius: 1.15rem; }
  .site-header { min-height: 4.8rem; grid-template-columns: auto 1fr auto; gap: 1rem; }
  .brand { width: 5.3rem; margin-top: 0.35rem; }
  .desktop-cta { display: none; }
  .mobile-header-cta {
    min-height: 2.45rem; padding: 0.55rem 0.9rem; display: inline-flex; align-items: center;
    justify-content: center; justify-self: end; border: 1px solid var(--aji); border-radius: 999px;
    background: var(--aji); color: #fffaf0; font-size: 0.7rem; font-weight: 800;
    letter-spacing: 0.035em; box-shadow: 0 8px 18px rgba(166, 64, 45, 0.18);
    transition: transform 180ms ease, background 180ms ease;
  }
  .mobile-header-cta:hover { background: var(--aji-deep); transform: translateY(-1px); }
  .hero { min-height: auto; max-height: none; grid-template-columns: 1fr; padding: 3.2rem 0 1rem; }
  .hero-copy { padding-right: 0.5rem; }
  .hero h1 { max-width: none; font-size: clamp(3.1rem, 15vw, 4.8rem); }
  .hero-lead { max-width: 29rem; }
  .hero-note { margin-top: 1.6rem; }
  .hero-visual { min-height: 28rem; }
  .loche-stamp { width: 7rem; }
  .benefit-band { grid-template-columns: 1fr; padding-block: 1rem; }
  .benefit-band article, .benefit-band article:first-child, .benefit-band article:last-child { padding: 1.1rem 0; border-right: 0; border-bottom: 1px solid rgba(246, 240, 229, 0.2); }
  .benefit-band article:last-child { border-bottom: 0; }
  .product-heading, .product-story, .brand-story, .buy-section { grid-template-columns: 1fr; }
  .product-heading { gap: 1rem; }
  .product-heading h2 { font-size: clamp(3.3rem, 16vw, 5.3rem); }
  .product-story { margin-top: 3.5rem; gap: 3rem; }
  .ingredient-list p { align-items: flex-start; }
  .loche-section { min-height: auto; padding: 1rem 1rem 3rem; grid-template-columns: 1fr; gap: 3rem; }
  .loche-word { top: 45%; font-size: 38vw; }
  .loche-image-wrap { max-height: none; }
  .loche-copy { padding-inline: 1rem; }
  .loche-copy h2, .brand-copy h2 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .section-intro { grid-template-columns: auto 1fr; gap: 1.1rem; }
  .section-intro h2 { font-size: clamp(3.1rem, 14vw, 5rem); }
  .preparation-flow { grid-template-columns: 1fr 1fr; }
  .preparation-flow article, .preparation-flow article:first-child { min-height: 15rem; padding: 1.5rem; border-bottom: 1px solid var(--line); }
  .preparation-flow article:nth-child(odd) { padding-left: 0; }
  .preparation-flow article:nth-child(even) { border-right: 0; }
  .preparation-flow article:nth-child(2)::after { display: none; }
  .flow-meta { margin-bottom: 2.3rem; }
  .recipe-section { min-height: 43rem; align-items: flex-end; }
  .recipe-section > img { object-position: 37% center; }
  .recipe-shade { background: linear-gradient(180deg, transparent 30%, rgba(16, 25, 25, 0.94) 80%); }
  .recipe-copy { width: 100%; padding: 2rem; }
  .recipe-copy h2 { font-size: clamp(3.1rem, 14vw, 4.8rem); }
  .recipes-hero { min-height: auto; padding: 3rem 0 6rem; grid-template-columns: 1fr; }
  .recipes-hero h1 { font-size: clamp(3.6rem, 16vw, 5.4rem); }
  .recipes-hero-image { min-height: 24rem; }
  .recipe-detail { padding: 5rem 0; grid-template-columns: 1fr; gap: 3rem; }
  .recipe-detail:nth-child(2) { padding: 3rem 1.5rem; }
  .recipe-detail-heading h2 { max-width: 10ch; font-size: clamp(3.4rem, 15vw, 5rem); }
  .recipe-steps { grid-template-columns: 1fr; }
  .recipe-steps li { min-height: auto; }
  .recipes-cta { grid-template-columns: 1fr; align-items: start; }
  .recipes-cta h2 { font-size: clamp(3.5rem, 16vw, 5.5rem); }
  .brand-story { gap: 3.5rem; }
  .brand-photo { max-height: none; }
  .buy-section { gap: 2.5rem; }
  .buy-section h2 { font-size: clamp(3.5rem, 16vw, 5.5rem); }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-meta { grid-column: 1 / -1; padding-top: 2rem; border-top: 1px solid rgba(246, 240, 229, 0.2); text-align: left; }
}

@media (max-width: 480px) {
  .mobile-header-cta { padding-inline: 0.75rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .visual-caption { max-width: 15rem; }
  .preparation-flow { grid-template-columns: 1fr; }
  .preparation-flow article, .preparation-flow article:first-child, .preparation-flow article:nth-child(odd) { min-height: auto; padding: 1.5rem 0; border-right: 0; }
  .preparation-flow article:not(:last-child)::after { content: "↓"; top: auto; right: 0.8rem; bottom: -0.9rem; }
  .preparation-flow article:nth-child(2)::after { display: grid; }
  .flow-meta { margin-bottom: 1.4rem; }
  .site-footer { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-meta { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { animation: none; }
}
