:root {
  --ink: #111827;
  --muted: #5f6368;
  --cream: #f5f5f4;
  --paper: #ffffff;
  --sage: #f5f5f4;
  --leaf: #dc2626;
  --lime: #fee2e2;
  --coral: #dc2626;
  --peach: #fee2e2;
  --line: #e5e7eb;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { object-fit: cover; }
.card-image > img, .hero-image-large > img, .editorial-image > img, .recipe-hero-image > img, .about-image > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.1; letter-spacing: -0.02em; }
h1 { font-size: clamp(3rem, 6.4vw, 6.9rem); }
h2 { font-size: clamp(2.2rem, 4.2vw, 4.3rem); }
h3 { font-size: 1.65rem; }
em { color: var(--coral); font-weight: 400; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--ink); color: white; padding: .7rem 1rem; border-radius: 999px; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--paper) 92%, transparent); backdrop-filter: blur(18px); }
.header-inner { max-width: 1320px; min-height: 82px; margin: auto; padding: 0 3rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .75rem; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50% 50% 46% 54%; background: var(--coral); color: white; font: 700 1.5rem Georgia, serif; transform: rotate(-7deg); }
.brand span:last-child { display: grid; line-height: 1.05; }
.brand strong { font: 700 1.27rem Georgia, serif; }
.brand small { margin-top: .3rem; color: var(--muted); font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 1.75rem; font-size: .9rem; font-weight: 700; }
.nav-links > a:not(.nav-cta):hover, .nav-links > a:not(.nav-cta):focus-visible { color: var(--coral); }
.nav-cta { padding: .7rem 1.1rem; border-radius: 999px; background: var(--ink); color: white; }
.menu-button { display: none; border: 1px solid var(--line); border-radius: 999px; background: transparent; padding: .55rem .9rem; color: var(--ink); }

.hero { max-width: 1440px; min-height: 690px; margin: auto; padding: 4rem 3rem 5rem; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: clamp(2rem, 6vw, 7rem); overflow: hidden; }
.hero-copy { padding-left: max(0px, calc((100vw - 1320px) / 2)); }
.eyebrow { margin-bottom: 1rem; color: var(--leaf); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { max-width: 690px; margin-bottom: 1.5rem; }
.hero-lede { max-width: 590px; color: var(--muted); font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 2rem 0 2.5rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; border: 1px solid transparent; border-radius: 999px; padding: .72rem 1.35rem; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: white; }
.button-light { border-color: var(--line); background: white; color: var(--ink); }
.button-coral { background: var(--coral); color: var(--ink); }
.button-ghost { border-color: rgba(255,255,255,.3); background: transparent; color: white; }
.hero-proof { display: flex; flex-wrap: wrap; gap: .9rem 1.5rem; color: var(--muted); font-size: .77rem; text-transform: uppercase; letter-spacing: .06em; }
.hero-proof strong { color: var(--ink); }
.hero-visual { position: relative; min-height: 580px; }
.hero-visual::before { content: ""; position: absolute; width: 86%; height: 94%; right: -7%; top: 0; border-radius: 54% 46% 52% 48% / 45% 50% 50% 55%; background: var(--sage); transform: rotate(5deg); }
.hero-image-large { position: absolute; inset: 5% 2% 4% 8%; border-radius: 48% 52% 44% 56% / 43% 39% 61% 57%; overflow: hidden; box-shadow: 0 30px 70px rgba(23,53,43,.15); transform: rotate(-2deg); }
.hero-image-large img { transform: scale(1.04); }
.floating-note { position: absolute; left: -5%; bottom: 4%; width: 210px; padding: 1.05rem 1.2rem; display: grid; border: 1px solid rgba(255,255,255,.75); border-radius: 18px; background: rgba(255,253,248,.92); box-shadow: 0 16px 44px rgba(23,53,43,.16); backdrop-filter: blur(12px); }
.floating-note span, .floating-note small { color: var(--muted); font-size: .7rem; }
.floating-note strong { font: 700 1.1rem Georgia, serif; }
.hero-stamp { position: absolute; right: 0; top: 8%; width: 106px; height: 106px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); text-align: center; font: italic 700 1.2rem Georgia, serif; line-height: 1.05; transform: rotate(9deg); }
.trust-strip { padding: 1.05rem 3rem; display: flex; justify-content: center; gap: clamp(1.3rem, 6vw, 6rem); border-block: 1px solid var(--line); background: var(--cream); color: var(--leaf); font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.trust-strip span::before { content: "✦"; margin-right: .6rem; color: var(--coral); }

.section { max-width: 1320px; margin: auto; padding: 7rem 3rem; }
.section-heading { margin-bottom: 2.7rem; }
.section-heading h2 { max-width: 790px; margin-bottom: .8rem; }
.section-heading > p:last-child { max-width: 640px; color: var(--muted); }
.split-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; }
.text-link { font-weight: 800; color: var(--leaf); white-space: nowrap; }
.text-link:hover { color: var(--coral); }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.category-card { min-height: 175px; padding: 1.2rem; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(23,53,43,.12); border-radius: 24px; transition: transform .2s, box-shadow .2s; }
.category-card:hover { transform: translateY(-5px) rotate(-.4deg); box-shadow: 0 18px 45px rgba(23,53,43,.1); }
.category-card div { display: grid; }
.category-card strong { font: 700 1.8rem Georgia, serif; }
.category-card small { color: var(--muted); }
.category-number { font-size: .7rem; font-weight: 800; letter-spacing: .1em; }
.category-1, .category-6 { background: var(--peach); }
.category-2, .category-7 { background: var(--sage); }
.category-3 { background: var(--lime); }
.category-4 { background: #e9d8b8; }
.category-5 { background: #f1c9c1; }
.category-7 { grid-column: span 2; }
.featured-section { max-width: none; padding-inline: max(3rem, calc((100vw - 1320px) / 2)); background: var(--cream); }
.recipe-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.recipe-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: var(--paper); transition: transform .25s, box-shadow .25s; }
.recipe-card:hover { transform: translateY(-6px); box-shadow: 0 20px 55px rgba(23,53,43,.1); }
.card-image { position: relative; display: block; aspect-ratio: 1.34; overflow: hidden; background: var(--sage); }
.card-image img { transition: transform .45s; }
.recipe-card:hover .card-image img { transform: scale(1.045); }
.category-pill { position: absolute; left: 1rem; top: 1rem; padding: .35rem .7rem; border-radius: 999px; background: rgba(255,253,248,.92); color: var(--ink); font-size: .67rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.card-content { padding: 1.25rem 1.35rem 1.4rem; }
.recipe-meta { display: flex; gap: 1rem; margin-bottom: .55rem; color: var(--muted); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.recipe-meta span + span::before { content: "•"; margin-right: 1rem; color: var(--coral); }
.card-content h3 { margin-bottom: .65rem; }
.card-content h3 a:hover { color: var(--coral); }
.card-content > p { min-height: 3.2rem; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.card-bottom { padding-top: 1rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; }

.editorial-callout { max-width: 1320px; margin: 8rem auto; display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; overflow: hidden; border-radius: 34px; background: var(--sage); }
.editorial-image { position: relative; min-height: 500px; }
.editorial-copy { padding: clamp(3rem, 7vw, 6rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.editorial-copy h2 { font-size: clamp(2.5rem, 4vw, 4rem); }
.editorial-copy > p:not(.eyebrow) { color: #385047; }
.check-list { margin: 1rem 0 2rem; padding: 0; list-style: none; }
.check-list li { margin: .65rem 0; }
.check-list li::before { content: "✓"; display: inline-grid; place-items: center; width: 24px; height: 24px; margin-right: .7rem; border-radius: 50%; background: var(--paper); font-size: .75rem; }
.newsletter { max-width: 1320px; margin: 0 auto 8rem; padding: 4.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; border-radius: 34px; background: var(--ink); color: white; }
.newsletter .eyebrow { color: var(--lime); }
.newsletter h2 { margin-bottom: .75rem; }
.newsletter p { color: #cad5d1; }
.signup-form { display: flex; align-items: end; gap: .7rem; }
.signup-form label { flex: 1; }
.signup-form label span, .contact-form label span, .search-field span { display: block; margin-bottom: .45rem; font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.signup-form input { width: 100%; min-height: 52px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(255,255,255,.08); color: white; padding: 0 1rem; }
.signup-form input::placeholder { color: #b8c5c0; }

.page-hero { max-width: 1320px; margin: auto; padding: 7rem 3rem 5rem; }
.page-hero.compact { text-align: center; }
.page-hero.compact h1 { max-width: 900px; margin: 0 auto 1rem; }
.page-hero.compact > p:last-child { max-width: 650px; margin-inline: auto; color: var(--muted); font-size: 1.05rem; }
.explorer-section { padding-top: 1rem; }
.explorer-toolbar { position: sticky; top: 82px; z-index: 20; padding: 1.2rem; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,253,248,.95); box-shadow: 0 12px 35px rgba(23,53,43,.07); backdrop-filter: blur(14px); }
.search-field input { width: 100%; height: 52px; border: 1px solid var(--line); border-radius: 14px; background: white; padding: 0 1rem; color: var(--ink); }
.search-field input:focus, .contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { outline: 3px solid rgba(242,138,103,.28); border-color: var(--coral); }
.filter-row { display: flex; gap: .5rem; overflow-x: auto; padding-top: .8rem; scrollbar-width: thin; }
.filter { flex: 0 0 auto; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--ink); padding: .55rem .9rem; cursor: pointer; }
.filter.active { border-color: var(--ink); background: var(--ink); color: white; }
.results-header { margin: 2.1rem 0 1rem; display: flex; justify-content: space-between; color: var(--muted); font-size: .85rem; }
.results-header strong { color: var(--ink); }
.empty-state { padding: 6rem 2rem; border-radius: 24px; background: var(--cream); text-align: center; }

.recipe-hero { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 600px; background: var(--cream); }
.recipe-hero-copy { padding: clamp(4rem, 8vw, 8rem) clamp(3rem, 7vw, 7rem); display: flex; flex-direction: column; justify-content: center; }
.recipe-hero-copy h1 { margin: 1rem 0; font-size: clamp(3.2rem, 5.3vw, 6rem); }
.recipe-hero-copy > p { max-width: 580px; color: var(--muted); font-size: 1.07rem; }
.back-link { align-self: flex-start; color: var(--leaf); font-weight: 800; font-size: .82rem; }
.recipe-hero-image { position: relative; min-height: 520px; }
.recipe-facts { margin: 1.5rem 0; padding-block: 1.1rem; display: flex; gap: 1.2rem; border-block: 1px solid var(--line); color: var(--muted); font-size: .78rem; text-transform: uppercase; }
.recipe-facts strong { color: var(--ink); font-size: 1.05rem; }
.tag-row { display: flex; flex-wrap: wrap; gap: .5rem; }
.tag-row span { padding: .35rem .65rem; border-radius: 999px; background: var(--sage); font-size: .72rem; font-weight: 800; }
.recipe-body { max-width: 1120px; margin: auto; padding: 6rem 3rem; }
.nutrition-card { margin-bottom: 5rem; padding: 2rem; display: grid; grid-template-columns: 1fr 1.3fr; gap: 0 3rem; align-items: center; border-radius: 28px; background: var(--ink); color: white; }
.nutrition-card .eyebrow { color: var(--lime); }
.nutrition-card h2 { grid-column: 1; font-size: 2.4rem; }
.nutrition-grid { grid-column: 2; grid-row: 1 / span 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.nutrition-grid div { padding: 1.2rem; display: grid; border-left: 1px solid rgba(255,255,255,.2); }
.nutrition-grid strong { font: 700 2rem Georgia, serif; color: var(--lime); }
.nutrition-grid span { color: #c6d1cd; font-size: .72rem; text-transform: uppercase; }
.fine-print { color: var(--muted); font-size: .76rem; line-height: 1.55; }
.nutrition-card .fine-print { grid-column: 1 / -1; margin: 1.2rem 0 0; color: #b9c7c1; }
.recipe-columns { display: grid; grid-template-columns: .8fr 1.2fr; gap: 6rem; }
.recipe-columns h2 { font-size: 3rem; }
.ingredient-list { padding: 0; list-style: none; border-top: 1px solid var(--line); }
.ingredient-list li { padding: .9rem 0; border-bottom: 1px solid var(--line); }
.method-list { padding: 0; list-style: none; }
.method-list li { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; margin-bottom: 1.8rem; }
.method-list li > span { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); font-weight: 800; }
.method-list p { margin: .4rem 0 0; }
.cook-note { margin-top: 4rem; padding: 1.6rem; border-left: 4px solid var(--coral); background: var(--cream); }
.cook-note p { margin: .4rem 0 0; color: var(--muted); }
.related-section { border-top: 1px solid var(--line); }

.about-hero { display: grid; grid-template-columns: 1fr .8fr; gap: 5rem; align-items: center; }
.about-hero h1 { font-size: clamp(3.5rem, 6vw, 6.5rem); }
.about-hero > div:first-child > p:last-child { max-width: 650px; color: var(--muted); font-size: 1.1rem; }
.about-image { position: relative; min-height: 470px; overflow: hidden; border-radius: 46% 54% 48% 52% / 42% 48% 52% 58%; }
.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8rem; border-top: 1px solid var(--line); }
.story-grid h2 { font-size: 3.5rem; }
.story-grid > div:last-child { color: var(--muted); font-size: 1.05rem; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; padding-top: 0; }
.values > div { min-height: 260px; padding: 2rem; border-radius: 24px; background: var(--cream); }
.values span { color: var(--coral); font-weight: 800; }
.values h3 { margin-top: 3rem; }
.values p { color: var(--muted); }
.center-cta { padding: 6rem 2rem; text-align: center; background: var(--sage); }
.center-cta h2 { margin-bottom: .5rem; }
.center-cta .button { margin-top: 1rem; }
.contact-layout { padding-top: 1rem; display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; }
.contact-card { padding: 2.5rem; border-radius: 28px; background: var(--sage); }
.contact-card a { text-decoration: underline; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.contact-form label:nth-child(4) { grid-column: 1 / -1; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--ink); padding: .8rem; }
.contact-form input, .contact-form select { height: 50px; }
.contact-form .button, .contact-form .fine-print { justify-self: start; }
.policy-hero { max-width: 900px; text-align: center; }
.policy-hero h1 { font-size: clamp(3.4rem, 6vw, 6rem); margin-bottom: 1.2rem; }
.policy-hero > p:nth-of-type(2) { color: var(--muted); font-size: 1.05rem; }
.updated-date { color: var(--muted); font-size: .75rem; }
.policy-content { max-width: 800px; margin: 0 auto 8rem; padding: 3rem; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: 0 20px 60px rgba(23,53,43,.06); }
.policy-content h2 { margin-top: 2.5rem; font-size: 1.75rem; }
.policy-content h2:first-child { margin-top: 0; }
.policy-content p, .policy-content li { color: #4f625a; }
.policy-content a { color: var(--leaf); text-decoration: underline; }

.site-footer { padding: 5rem max(3rem, calc((100vw - 1320px) / 2)) 2rem; background: #102820; color: #c4d1cc; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 4rem; }
.footer-brand { display: inline-block; margin-bottom: 1rem; color: white; font: 700 2rem Georgia, serif; }
.footer-grid p { max-width: 440px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: .45rem; }
.footer-grid h2 { color: var(--lime); font: 800 .73rem Arial, sans-serif; letter-spacing: .11em; text-transform: uppercase; }
.footer-grid a:hover { color: white; }
.footer-bottom { margin-top: 4rem; padding-top: 1.4rem; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .72rem; }
.cookie-notice { position: fixed; left: 1.2rem; right: 1.2rem; bottom: 1.2rem; z-index: 50; max-width: 950px; margin: auto; padding: 1.2rem 1.4rem; display: flex; justify-content: space-between; align-items: center; gap: 2rem; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: #102820; color: white; box-shadow: 0 20px 70px rgba(0,0,0,.25); }
.cookie-notice p { margin: .2rem 0 0; color: #c4d1cc; font-size: .78rem; line-height: 1.5; }
.cookie-notice a { color: var(--lime); text-decoration: underline; }
.cookie-actions { display: flex; gap: .6rem; flex: 0 0 auto; }
.cookie-actions .button { min-height: 42px; padding: .55rem 1rem; }

@media (max-width: 1000px) {
  .header-inner { padding-inline: 1.5rem; }
  .menu-button { display: block; }
  .nav-links { position: absolute; left: 1rem; right: 1rem; top: 74px; padding: 1.2rem; display: none; flex-direction: column; align-items: stretch; gap: .5rem; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: 0 18px 50px rgba(23,53,43,.14); }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: .65rem; }
  .nav-cta { text-align: center; }
  .hero { grid-template-columns: 1fr; padding-inline: 2rem; }
  .hero-copy { padding-left: 0; }
  .hero-visual { min-height: 520px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .category-7 { grid-column: span 2; }
  .recipe-grid { grid-template-columns: repeat(2, 1fr); }
  .editorial-callout { margin-inline: 2rem; }
  .newsletter { margin-inline: 2rem; padding: 3rem; gap: 2rem; }
  .recipe-hero { grid-template-columns: 1fr; }
  .recipe-hero-image { order: -1; min-height: 440px; }
  .nutrition-card { grid-template-columns: 1fr; }
  .nutrition-grid { grid-column: 1; grid-row: auto; }
  .recipe-columns { gap: 3rem; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 720px) {
  h1 { font-size: 3.35rem; }
  h2 { font-size: 2.55rem; }
  .header-inner { min-height: 72px; }
  .brand small { display: none; }
  .hero { min-height: auto; padding: 3rem 1.2rem 4rem; gap: 1rem; }
  .hero-visual { min-height: 420px; }
  .hero-image-large { inset: 6% 0 4% 2%; }
  .floating-note { left: 0; bottom: 0; }
  .hero-stamp { width: 84px; height: 84px; right: -3%; font-size: 1rem; }
  .trust-strip { padding-inline: 1rem; justify-content: flex-start; overflow-x: auto; white-space: nowrap; }
  .section { padding: 5rem 1.2rem; }
  .split-heading { align-items: flex-start; flex-direction: column; }
  .category-grid { grid-template-columns: 1fr; }
  .category-7 { grid-column: auto; }
  .recipe-grid { grid-template-columns: 1fr; }
  .featured-section { padding-inline: 1.2rem; }
  .editorial-callout { grid-template-columns: 1fr; margin: 5rem 1.2rem; }
  .editorial-image { min-height: 360px; }
  .editorial-copy { padding: 2.2rem 1.5rem 2.7rem; }
  .newsletter { grid-template-columns: 1fr; margin: 0 1.2rem 5rem; padding: 2.2rem 1.5rem; }
  .signup-form { align-items: stretch; flex-direction: column; }
  .page-hero { padding: 5rem 1.2rem 3rem; }
  .page-hero.compact { text-align: left; }
  .explorer-toolbar { top: 74px; border-radius: 18px; }
  .results-header span { display: none; }
  .recipe-hero-image { min-height: 360px; }
  .recipe-hero-copy { padding: 3rem 1.2rem; }
  .recipe-facts { flex-wrap: wrap; }
  .recipe-body { padding: 4rem 1.2rem; }
  .nutrition-card { padding: 1.4rem; }
  .nutrition-grid { gap: .35rem; }
  .nutrition-grid div { padding: .8rem .6rem; }
  .nutrition-grid strong { font-size: 1.45rem; }
  .recipe-columns { grid-template-columns: 1fr; }
  .about-hero, .story-grid, .contact-layout { grid-template-columns: 1fr; gap: 2rem; }
  .about-image { min-height: 360px; }
  .values { grid-template-columns: 1fr; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form label:nth-child(4) { grid-column: auto; }
  .policy-content { margin-inline: 1.2rem; padding: 1.5rem; }
  .site-footer { padding: 4rem 1.2rem 1.5rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .cookie-notice { align-items: stretch; flex-direction: column; gap: 1rem; }
  .cookie-actions { justify-content: stretch; }
  .cookie-actions .button { flex: 1; }
}

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

/* Original-template visual system */
.top-bar { min-height: 40px; padding: .45rem max(1.5rem, calc((100vw - 1180px) / 2)); display: flex; justify-content: space-between; align-items: center; gap: 1rem; background: #f5f5f4; color: #2f3033; font-size: .82rem; border-bottom: 1px solid #e7e5e4; }
.top-bar a:hover { color: #b91c1c; }
.template-header { position: sticky; top: 0; z-index: 40; min-height: 104px; padding: 0 max(1.5rem, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: rgba(255,255,255,.97); border-bottom: 1px solid #eeeeee; box-shadow: 0 3px 16px rgba(0,0,0,.04); backdrop-filter: blur(10px); }
.template-logo { display: grid; line-height: 1.1; min-width: max-content; }
.template-logo strong { color: #111827; font: 700 1.8rem Georgia, serif; }
.template-logo span { margin-top: .34rem; color: #991b1b; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.template-nav { display: flex; align-items: center; justify-content: center; gap: .35rem; }
.template-nav a { padding: .65rem .8rem; color: #dc2626; font-size: .88rem; font-weight: 700; }
.template-nav a:hover { color: #991b1b; }
.header-button, .red-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: .68rem 1.35rem; border-radius: 999px; background: #dc2626; color: white; font-weight: 800; box-shadow: 0 7px 18px rgba(220,38,38,.22); transition: background .2s, transform .2s; }
.header-button:hover, .red-button:hover { background: #b91c1c; transform: translateY(-2px); }
.template-menu-button { display: none; padding: .55rem .8rem; border: 1px solid #ddd; border-radius: 6px; background: white; color: #dc2626; font-weight: 700; }
.template-hero { position: relative; width: 100%; height: min(74vh, 760px); min-height: 570px; overflow: hidden; background: #111; color: white; }
.template-slide { position: absolute; inset: 0; background-position: center; background-size: cover; opacity: 0; transform: scale(1.04); transition: opacity .8s ease, transform 6s ease; }
.template-slide.active { opacity: 1; transform: scale(1); }
.template-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.7), rgba(0,0,0,.38) 55%, rgba(0,0,0,.45)); }
.template-hero-content { position: relative; z-index: 2; max-width: 790px; height: 100%; margin: auto; padding: 0 2rem; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
.template-kicker { margin-bottom: .8rem; color: #fecaca; font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.template-hero h1 { max-width: 790px; margin-bottom: 1rem; color: white; font-size: clamp(3rem, 5vw, 5.6rem); text-shadow: 0 5px 24px rgba(0,0,0,.4); }
.template-hero-content > p:not(.template-kicker) { max-width: 680px; margin-bottom: 1.7rem; color: #f7f7f7; font-size: 1.12rem; }
.hero-arrow { position: absolute; top: 50%; z-index: 3; width: 48px; height: 48px; display: grid; place-items: center; border: 0; border-radius: 50%; background: #dc2626; color: white; font: 400 2.2rem Arial, sans-serif; cursor: pointer; transform: translateY(-50%); }
.hero-arrow:hover { background: #b91c1c; }
.hero-prev { left: 1.5rem; }.hero-next { right: 1.5rem; }
.hero-dots { position: absolute; z-index: 3; left: 0; right: 0; bottom: 1.4rem; display: flex; justify-content: center; gap: .55rem; }
.hero-dots button { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.65); cursor: pointer; }
.hero-dots button.active { width: 28px; border-radius: 999px; background: #dc2626; }
.template-section { padding: 5.5rem 1.5rem; }
.stone-section { background: #f5f5f4; }.white-section { background: white; }
.template-container { max-width: 1180px; margin: auto; }.narrow-container { max-width: 1000px; }
.template-heading { max-width: 760px; margin: 0 auto 3rem; text-align: center; }
.template-heading h2 { margin-bottom: .8rem; color: #111827; font-size: clamp(2.5rem, 4vw, 4rem); }
.template-heading h2 span, .template-cta h2 span, .template-newsletter h2 span { color: #dc2626; }
.template-heading p { color: #62666d; font-size: 1.05rem; }
.center-button { margin-top: 2.7rem; text-align: center; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.feature-grid article { padding: 2.2rem 1.7rem; border: 1px solid #e5e7eb; border-radius: 10px; background: white; text-align: center; box-shadow: 0 6px 20px rgba(0,0,0,.04); transition: transform .25s, box-shadow .25s; }
.feature-grid article:hover { transform: translateY(-6px); box-shadow: 0 14px 34px rgba(0,0,0,.1); }
.feature-icon { width: 66px; height: 66px; margin: 0 auto 1.1rem; display: grid; place-items: center; border-radius: 50%; background: #fee2e2; color: #dc2626; font-size: 2rem; font-weight: 700; }
.feature-grid h3 { margin-bottom: .55rem; font-size: 1.65rem; }.feature-grid p { color: #62666d; }
.template-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.template-category-grid > a { position: relative; min-height: 250px; overflow: hidden; border-radius: 10px; box-shadow: 0 7px 20px rgba(0,0,0,.12); }
.template-category-grid > a img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.template-category-grid > a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 25%, rgba(0,0,0,.82)); }
.template-category-grid > a:hover img { transform: scale(1.08); }
.template-category-grid > a div { position: absolute; z-index: 2; left: 1.2rem; right: 1.2rem; bottom: 1.2rem; color: white; }
.template-category-grid h3 { margin-bottom: .2rem; font-size: 1.7rem; }.template-category-grid span { color: #fecaca; font-size: .8rem; font-weight: 800; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.testimonial-grid article { min-height: 340px; padding: 2rem 1.5rem; display: flex; align-items: center; flex-direction: column; border: 1px solid #e5e7eb; border-radius: 10px; background: white; text-align: center; box-shadow: 0 5px 18px rgba(0,0,0,.04); }
.testimonial-grid img { width: 82px; height: 82px; margin-bottom: .7rem; border: 4px solid #dc2626; border-radius: 50%; object-fit: cover; }
.testimonial-grid h3 { margin: .65rem 0; font-size: 1.45rem; }.testimonial-grid p { color: #62666d; }.stars { color: #f5b301; letter-spacing: .08em; }
.template-cta { padding: 5rem 1.5rem; background: #f5f5f4; text-align: center; }
.template-cta > div { max-width: 900px; margin: auto; }.template-cta h2 { margin-bottom: .8rem; font-size: clamp(2.7rem, 4vw, 4.5rem); }.template-cta p { margin-bottom: 1.7rem; color: #62666d; font-size: 1.05rem; }.square-button { border-radius: 7px; }
.faq-list { display: grid; gap: 1rem; }
.faq-item { border: 1px solid #e5e7eb; border-radius: 9px; background: white; box-shadow: 0 5px 16px rgba(0,0,0,.04); }
.faq-item button { width: 100%; padding: 1.1rem 1.3rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; border: 0; background: transparent; color: #111827; text-align: left; font-weight: 800; cursor: pointer; }
.faq-item button:hover { background: #fafafa; }.faq-item button b { color: #dc2626; font-size: 1.5rem; }.faq-item p { margin: 0; padding: 0 1.3rem 1.3rem; color: #62666d; }
.template-newsletter { padding: 5rem 1.5rem; background: #f5f5f4; text-align: center; }
.template-newsletter > div { max-width: 760px; margin: auto; }.template-newsletter h2 { margin-bottom: .8rem; font-size: clamp(2.5rem, 4vw, 4rem); }.template-newsletter p { color: #62666d; }
.template-newsletter form { margin: 1.8rem auto 0; display: flex; gap: .7rem; max-width: 660px; }
.template-newsletter input { flex: 1; min-width: 0; height: 50px; padding: 0 1rem; border: 1px solid #d1d5db; border-radius: 7px; background: white; }
.template-newsletter button { min-width: 130px; border: 0; border-radius: 7px; background: #dc2626; color: white; font-weight: 800; cursor: pointer; }.template-newsletter button:hover { background: #b91c1c; }
.kitchen-gallery { display: grid; grid-template-columns: repeat(6, 1fr); gap: .8rem; }.kitchen-gallery img { width: 100%; aspect-ratio: 1; border-radius: 9px; object-fit: cover; transition: transform .35s; }.kitchen-gallery img:hover { transform: scale(1.04); }
.recipe-grid { grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }
.recipe-card { border: 1px solid #e5e7eb; border-radius: 10px; background: white; box-shadow: 0 6px 18px rgba(0,0,0,.07); }
.recipe-card:hover { transform: scale(1.025); box-shadow: 0 14px 30px rgba(0,0,0,.13); }
.card-image { aspect-ratio: 1.45; }.category-pill { background: #dc2626; color: white; }
.card-content { padding: 1.35rem; }.card-content h3 { color: #111827; font-size: 1.45rem; }.card-content h3 a:hover { color: #dc2626; }
.recipe-meta { color: #6b7280; }.recipe-meta span + span::before { color: #dc2626; }
.card-bottom { color: #6b7280; }.text-link { color: #dc2626; }.text-link:hover { color: #991b1b; }
.page-hero { background: #f5f5f4; }.page-hero.compact h1 em { color: #dc2626; }.explorer-toolbar { border-radius: 10px; }.filter.active { border-color: #dc2626; background: #dc2626; }.search-field input:focus, .contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { outline-color: rgba(220,38,38,.2); border-color: #dc2626; }
.recipe-hero { background: #f5f5f4; }.tag-row span { background: #fee2e2; color: #991b1b; }.nutrition-card { background: #1f2937; }.nutrition-card .eyebrow, .nutrition-grid strong { color: #fca5a5; }.method-list li > span { background: #dc2626; color: white; }.cook-note { border-color: #dc2626; }.about-hero h1 em { color: #dc2626; }.contact-card { background: #f5f5f4; }.policy-content a { color: #dc2626; }
.template-footer { padding: 4.5rem max(1.5rem, calc((100vw - 1180px) / 2)) 1.8rem; background: #1f2937; color: #c7cbd1; }
.template-footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 3rem; }.footer-logo { display: inline-block; margin-bottom: 1rem; color: white; font: 700 2rem Georgia, serif; }.template-footer-grid p { max-width: 390px; }
.template-footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: .45rem; }.template-footer h2 { margin-bottom: .7rem; color: #ef4444; font: 800 .86rem Arial, sans-serif; letter-spacing: .06em; text-transform: uppercase; }.template-footer a:hover { color: white; }
.template-footer-bottom { margin-top: 3rem; padding-top: 1.3rem; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .75rem; }
.cookie-notice { background: #1f2937; }.cookie-notice a { color: #fca5a5; }

@media (max-width: 1000px) {
  .template-menu-button { display: block; margin-left: auto; }
  .template-nav { position: absolute; left: 1rem; right: 1rem; top: 92px; padding: 1rem; display: none; align-items: stretch; flex-direction: column; border: 1px solid #e5e7eb; border-radius: 9px; background: white; box-shadow: 0 15px 35px rgba(0,0,0,.13); }.template-nav.open { display: flex; }
  .header-button { display: none; }.template-header { min-height: 92px; }
  .template-category-grid { grid-template-columns: repeat(2, 1fr); }.kitchen-gallery { grid-template-columns: repeat(3, 1fr); }.template-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .top-bar { justify-content: center; text-align: center; }.top-bar span { display: none; }
  .template-logo strong { font-size: 1.45rem; }.template-logo span { font-size: .58rem; }.template-hero { min-height: 520px; height: 68vh; }.template-hero-content { padding-inline: 3.3rem; }.template-hero h1 { font-size: 3.05rem; }.template-hero-content > p:not(.template-kicker) { font-size: .96rem; }.hero-arrow { width: 40px; height: 40px; }.hero-prev { left: .55rem; }.hero-next { right: .55rem; }
  .template-section { padding: 4rem 1.1rem; }.feature-grid, .testimonial-grid, .recipe-grid { grid-template-columns: 1fr; }.template-category-grid { grid-template-columns: 1fr; }.template-category-grid > a { min-height: 230px; }.template-newsletter form { flex-direction: column; }.template-newsletter button { min-height: 48px; }.kitchen-gallery { grid-template-columns: repeat(2, 1fr); }.template-footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem 1rem; }.template-footer-grid > div:first-child { grid-column: 1 / -1; }.template-footer-bottom { flex-direction: column; }
}

[hidden]{display:none!important}.recipe-card[hidden]{display:none!important}
