:root {
  --haf-primary: #22c55e;
  --haf-dark: #15803d;
  --haf-ink: #111827;
  --haf-muted: #4b5563;
  --haf-bg: #f8fafc;
  --haf-white: #fff;
  --haf-orange: #f59e0b;
  --haf-border: #e5e7eb;
  --haf-radius: 22px;
  --haf-shadow: 0 18px 45px rgba(17, 24, 39, .08);
  --haf-container: 1200px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--haf-ink); background: var(--haf-white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.7; }
body.menu-open, body.search-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--haf-dark); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: #0f6b32; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .7em; color: var(--haf-ink); font-weight: 800; line-height: 1.12; letter-spacing: -.03em; }
h1 { font-size: clamp(2.45rem, 6vw, 5.2rem); }
h2 { font-size: clamp(1.85rem, 4vw, 3.1rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
p { margin: 0 0 1.25em; }
.container { width: min(calc(100% - 32px), var(--haf-container)); margin-inline: auto; }
.container.narrow, .narrow { max-width: 800px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; top: 8px; left: 8px; width: auto; height: auto; padding: 12px 18px; clip: auto; color: var(--haf-ink); background: var(--haf-white); }
.skip-link { position: fixed; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 11px 22px; border: 2px solid var(--haf-primary); border-radius: 999px; color: #062b14; background: var(--haf-primary); font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { color: #062b14; background: #4ade80; box-shadow: 0 10px 24px rgba(34, 197, 94, .25); transform: translateY(-2px); }
.button--secondary { border-color: var(--haf-border); background: var(--haf-white); color: var(--haf-ink); }
.button--secondary:hover { color: var(--haf-dark); background: var(--haf-bg); box-shadow: none; }
.button-row, .recipe-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { font-weight: 800; text-decoration: none; }
.eyebrow { display: inline-block; margin-bottom: 12px; color: var(--haf-dark); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.announcement-bar { padding: 7px 16px; color: #052e16; background: #bbf7d0; font-size: .82rem; font-weight: 800; text-align: center; }
.site-header { z-index: 90; width: 100%; border-bottom: 1px solid rgba(229, 231, 235, .85); background: rgba(255, 255, 255, .96); backdrop-filter: blur(12px); }
.has-sticky-header .site-header { position: sticky; top: 0; }
.header-inner { display: flex; min-height: 76px; align-items: center; gap: 24px; }
.site-branding { flex: 0 0 auto; }
.custom-logo { width: auto; max-height: 52px; }
.text-logo { display: inline-flex; align-items: center; gap: 10px; color: var(--haf-ink); font-size: 1.02rem; font-weight: 900; line-height: 1.1; text-decoration: none; }
.logo-mark { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 13px 13px 13px 4px; color: #052e16; background: var(--haf-primary); font-size: 1.25rem; }
.primary-navigation { margin-left: auto; }
.primary-navigation ul, .footer-column ul { display: flex; margin: 0; padding: 0; list-style: none; }
.primary-navigation ul { align-items: center; gap: clamp(12px, 2vw, 25px); }
.primary-navigation a { color: var(--haf-ink); font-size: .88rem; font-weight: 750; text-decoration: none; }
.primary-navigation a:hover, .primary-navigation .current-menu-item > a { color: var(--haf-dark); }
.icon-button { display: grid; width: 44px; height: 44px; flex: 0 0 auto; place-items: center; border: 0; border-radius: 50%; color: var(--haf-ink); background: var(--haf-bg); font-size: 1.3rem; cursor: pointer; }
.menu-toggle { display: none; margin-left: auto; }
.search-overlay { position: fixed; z-index: 200; inset: 0; display: grid; place-items: start center; padding-top: min(18vh, 150px); background: rgba(17, 24, 39, .72); backdrop-filter: blur(6px); }
.search-overlay[hidden] { display: none; }
.search-panel { position: relative; width: min(calc(100% - 32px), 700px); padding: clamp(28px, 6vw, 54px); border-radius: var(--haf-radius); background: var(--haf-white); box-shadow: var(--haf-shadow); }
.search-close { position: absolute; top: 14px; right: 14px; }
.search-form { display: flex; gap: 10px; }
.search-form label { flex: 1; }
.search-field, input[type="text"], input[type="email"], input[type="search"], textarea, select { width: 100%; min-height: 48px; padding: 11px 14px; border: 1px solid #d1d5db; border-radius: 12px; color: var(--haf-ink); background: var(--haf-white); }
.hero-section { position: relative; overflow: hidden; padding: clamp(48px, 8vw, 100px) 0; background: linear-gradient(145deg, #f0fdf4, #fff 55%); }
.hero-section::after { position: absolute; width: 460px; height: 460px; border-radius: 50%; background: rgba(34, 197, 94, .08); content: ""; right: -180px; bottom: -250px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(36px, 7vw, 90px); }
.hero-copy > p { max-width: 610px; color: var(--haf-muted); font-size: clamp(1.1rem, 2vw, 1.35rem); }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 14px 22px; padding: 0; margin: 24px 0 0; color: var(--haf-muted); font-size: .9rem; font-weight: 700; list-style: none; }
.hero-benefits li::before { margin-right: 7px; color: var(--haf-primary); content: "✓"; }
.hero-image-link { position: relative; display: block; color: inherit; text-decoration: none; }
.hero-image-link > img, .image-placeholder--hero { width: 100%; aspect-ratio: 4 / 3; border-radius: 34px 34px 34px 9px; object-fit: cover; box-shadow: 0 30px 70px rgba(21, 128, 61, .18); }
.hero-recipe-badge { position: absolute; right: -22px; bottom: 24px; display: flex; max-width: 280px; flex-direction: column; padding: 18px 22px; border: 1px solid rgba(255,255,255,.7); border-radius: 18px; background: rgba(255,255,255,.93); box-shadow: var(--haf-shadow); backdrop-filter: blur(10px); }
.hero-recipe-badge small { color: var(--haf-dark); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero-recipe-badge strong { margin: 3px 0; line-height: 1.25; }
.hero-recipe-badge span { color: var(--haf-muted); font-size: .78rem; }
.section { padding: clamp(58px, 8vw, 104px) 0; }
.section--tint { background: var(--haf-bg); }
.section--dark { color: #d1fae5; background: #10251a; }
.section--dark h2, .section--dark h3 { color: var(--haf-white); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 34px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading--light .eyebrow { color: #86efac; }
.disclosure-pill { padding: 6px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: .72rem; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.category-card { display: flex; min-height: 160px; flex-direction: column; align-items: flex-start; justify-content: end; padding: 22px; border: 1px solid var(--haf-border); border-radius: 19px; color: var(--haf-ink); background: var(--haf-white); text-decoration: none; transition: transform .2s, border-color .2s, box-shadow .2s; }
.category-card:hover { color: var(--haf-ink); border-color: #86efac; box-shadow: var(--haf-shadow); transform: translateY(-4px); }
.category-icon { margin-bottom: auto; font-size: 2rem; }
.category-card > span:nth-child(2) { font-weight: 850; }
.category-card small { color: var(--haf-muted); }
.recipe-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.popular-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.recipe-card { overflow: hidden; border: 1px solid var(--haf-border); border-radius: var(--haf-radius); background: var(--haf-white); box-shadow: 0 3px 0 rgba(17,24,39,.02); transition: transform .2s, box-shadow .2s; }
.recipe-card:hover { box-shadow: var(--haf-shadow); transform: translateY(-5px); }
.recipe-card__image { display: block; overflow: hidden; aspect-ratio: 7 / 5; background: #ecfdf5; }
.recipe-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.recipe-card:hover .recipe-card__image img { transform: scale(1.035); }
.recipe-card__content { padding: 20px; }
.card-category, .recipe-category { color: var(--haf-dark); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.recipe-card h3 { margin: 8px 0 12px; font-size: 1.18rem; }
.recipe-card h3 a { color: var(--haf-ink); text-decoration: none; }
.card-meta { display: flex; flex-wrap: wrap; gap: 10px 16px; color: var(--haf-muted); font-size: .78rem; }
.card-button { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-size: .82rem; font-weight: 850; text-decoration: none; }
.recipe-card--compact { display: grid; grid-template-columns: 42% 58%; min-height: 170px; }
.recipe-card--compact .recipe-card__image { height: 100%; aspect-ratio: auto; }
.collection-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.collection-card { position: relative; min-height: 230px; padding: 28px; overflow: hidden; border-radius: var(--haf-radius); color: var(--haf-ink); background: linear-gradient(145deg, #dcfce7, #f0fdf4); text-decoration: none; }
.collection-card:nth-child(2n) { background: linear-gradient(145deg, #fffbeb, #fef3c7); }
.collection-card:nth-child(3) { background: linear-gradient(145deg, #eff6ff, #dbeafe); }
.collection-card h3, .collection-card h2 { margin-top: 60px; font-size: 1.45rem; }
.collection-card p { color: var(--haf-muted); font-size: .9rem; }
.collection-arrow { position: absolute; top: 24px; right: 24px; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.75); }
.affiliate-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.affiliate-card { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: var(--haf-radius); color: var(--haf-ink); background: var(--haf-white); }
.affiliate-card__image { aspect-ratio: 4 / 3; }
.affiliate-card__content { padding: 22px; }
.affiliate-card__content h3 { margin: 8px 0; }
.affiliate-card__content p { color: var(--haf-muted); font-size: .88rem; }
.affiliate-card__content small { display: block; margin-top: 13px; color: #6b7280; font-size: .68rem; line-height: 1.4; }
.disclosure-label { display: inline-block; padding: 4px 8px; border-radius: 6px; color: #92400e; background: #fef3c7; font-size: .66rem; font-weight: 850; text-transform: uppercase; }
.newsletter-section { padding: clamp(58px, 8vw, 96px) 0; background: #dcfce7; }
.newsletter-inner { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 60px; padding: clamp(30px, 5vw, 64px); border-radius: 28px; background: var(--haf-white); box-shadow: var(--haf-shadow); }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.newsletter-form small { grid-column: 1 / -1; color: var(--haf-muted); font-size: .72rem; }
.newsletter-section--compact { padding: 24px; border-radius: var(--haf-radius); }
.newsletter-section--compact .container { width: auto; }
.newsletter-section--compact .newsletter-form { grid-template-columns: 1fr; }
.guide-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.guide-placeholder { display: flex; min-height: 260px; flex-direction: column; justify-content: end; padding: 28px; border: 1px solid var(--haf-border); border-radius: var(--haf-radius); background: var(--haf-bg); }
.guide-placeholder > span { margin-bottom: auto; color: var(--haf-dark); font-size: .75rem; font-weight: 900; text-transform: uppercase; }
.guide-placeholder a { font-weight: 800; text-decoration: none; }
.archive-hero, .page-hero { padding: clamp(52px, 8vw, 92px) 0; background: linear-gradient(135deg, #f0fdf4, #f8fafc); }
.archive-hero--compact { padding-block: 45px; }
.archive-hero h1 { max-width: 900px; margin-bottom: 18px; font-size: clamp(2.4rem, 5vw, 4.4rem); }
.archive-hero p, .archive-description { max-width: 760px; color: var(--haf-muted); }
.archive-hero .search-form { max-width: 650px; margin-top: 28px; }
.breadcrumbs { margin-bottom: 24px; font-size: .78rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 0; color: var(--haf-muted); list-style: none; }
.breadcrumbs li:not(:last-child)::after { margin-left: 7px; content: "/"; }
.breadcrumbs a { color: var(--haf-muted); text-decoration: none; }
.page-shell { padding-block: clamp(45px, 7vw, 90px); }
.content-with-sidebar, .recipe-body-grid { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: clamp(35px, 6vw, 76px); padding-block: clamp(45px, 7vw, 90px); }
.archive-filters { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 28px; }
.filter-pills { justify-content: flex-start; }
.filter-pills a { padding: 7px 13px; border: 1px solid var(--haf-border); border-radius: 999px; color: var(--haf-ink); font-size: .82rem; font-weight: 700; text-decoration: none; }
.sidebar { min-width: 0; }
.sidebar .widget { padding: 23px; margin-bottom: 24px; border: 1px solid var(--haf-border); border-radius: var(--haf-radius); }
.sidebar ul { padding-left: 18px; }
.widget-title { font-size: 1.25rem; }
.ad-slot { width: min(calc(100% - 32px), var(--haf-container)); min-height: 90px; padding: 15px; margin: 25px auto; border: 1px dashed #cbd5e1; text-align: center; }
.ad-label { display: block; margin-bottom: 8px; color: #9ca3af; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.recipe-header { padding: clamp(50px, 8vw, 96px) 0 38px; text-align: center; }
.recipe-header h1 { margin: 12px 0 18px; font-size: clamp(2.45rem, 5vw, 4.65rem); }
.recipe-summary { max-width: 720px; margin-inline: auto; color: var(--haf-muted); font-size: 1.2rem; }
.byline { display: inline-flex; align-items: center; gap: 10px; margin: 12px auto 25px; text-align: left; }
.byline img { border-radius: 50%; }
.byline span { line-height: 1.3; }
.byline small { display: block; color: var(--haf-muted); font-size: .72rem; }
.recipe-actions { justify-content: center; }
.share-links { display: flex; justify-content: center; gap: 14px; margin-top: 20px; color: var(--haf-muted); font-size: .78rem; }
.recipe-featured-media img, .recipe-featured-media .image-placeholder { width: 100%; max-height: 760px; border-radius: 28px; object-fit: cover; }
.quick-facts { display: grid; grid-template-columns: repeat(6, 1fr); padding: 20px; margin-bottom: 38px; border: 1px solid var(--haf-border); border-radius: var(--haf-radius); background: var(--haf-bg); }
.quick-facts div { padding: 4px 12px; border-right: 1px solid var(--haf-border); text-align: center; }
.quick-facts div:last-child { border-right: 0; }
.quick-facts span, .quick-facts strong { display: block; }
.quick-facts span { color: var(--haf-muted); font-size: .69rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.quick-facts strong { margin-top: 3px; font-size: .88rem; }
.recipe-content, .entry-content { min-width: 0; }
.recipe-content > h2, .entry-content > h2 { margin-top: 2em; }
.recipe-content > h3, .entry-content > h3 { margin-top: 1.7em; }
.recipe-content li, .entry-content li { margin-bottom: .45em; }
.recipe-content img, .entry-content img { border-radius: 18px; }
.recipe-content blockquote, .entry-content blockquote { padding: 20px 24px; margin: 30px 0; border-left: 5px solid var(--haf-primary); border-radius: 0 14px 14px 0; background: #f0fdf4; }
.article-disclosure, .nutrition-note { padding: 13px 16px; border-radius: 10px; color: #6b7280; background: var(--haf-bg); font-size: .76rem; }
.full-recipe-card { padding: clamp(26px, 5vw, 48px); margin: 55px 0; border: 2px solid var(--haf-primary); border-radius: 28px; background: #f7fff9; }
.full-recipe-card > header { text-align: center; }
.full-recipe-card h2 { font-size: 2.2rem; }
.recipe-card-columns { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; }
.recipe-card-columns li { margin-bottom: 10px; }
.recipe-faq { margin: 55px 0; }
.recipe-faq details { padding: 18px 0; border-bottom: 1px solid var(--haf-border); }
.recipe-faq summary { font-weight: 800; cursor: pointer; }
.recipe-faq details p { margin: 12px 0 0; color: var(--haf-muted); }
.related-posts { margin-top: 60px; }
.comments-area { padding-top: 55px; margin-top: 60px; border-top: 1px solid var(--haf-border); }
.comment-list { padding: 0; list-style: none; }
.comment-body { padding: 22px; margin-bottom: 18px; border-radius: 16px; background: var(--haf-bg); }
.comment-form label { display: block; font-weight: 750; }
.page-hero--split > .container { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 65px; }
.image-placeholder { display: grid; width: 100%; min-height: 180px; place-items: center; color: #166534; background: linear-gradient(145deg, #dcfce7, #f0fdf4); }
.image-placeholder span { padding: 10px; font-size: .75rem; font-weight: 800; text-align: center; }
.image-placeholder--portrait { aspect-ratio: 4 / 5; border-radius: 28px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 55px; }
.value-grid article { padding: 22px; border-radius: 17px; background: var(--haf-bg); }
.value-grid h2 { font-size: 1.2rem; }
.contact-form { display: grid; gap: 18px; padding: clamp(24px, 5vw, 44px); border: 1px solid var(--haf-border); border-radius: var(--haf-radius); }
.contact-form label { font-weight: 750; }
.notice { padding: 14px 18px; margin-bottom: 24px; border-left: 4px solid var(--haf-primary); border-radius: 8px; background: #f0fdf4; }
.legal-content h2 { margin-top: 2em; font-size: 1.7rem; }
.error-page { padding: 12vh 0; text-align: center; }
.error-code { display: block; color: var(--haf-primary); font-size: 6rem; font-weight: 900; line-height: 1; }
.error-page .search-form { max-width: 600px; margin: 30px auto; }
.site-footer { padding-top: 72px; color: #d1d5db; background: #0b1710; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 45px; }
.text-logo--footer { color: var(--haf-white); }
.footer-brand p { max-width: 360px; margin-top: 18px; color: #9ca3af; }
.footer-column h2 { color: var(--haf-white); font-size: 1rem; }
.footer-column ul { flex-direction: column; gap: 7px; }
.footer-column a { color: #d1d5db; font-size: .85rem; text-decoration: none; }
.social-links { display: flex; flex-wrap: wrap; gap: 12px; }
.social-links a { color: #86efac; font-size: .8rem; font-weight: 750; text-decoration: none; }
.footer-disclosure { padding: 26px 0; margin-top: 55px; border-top: 1px solid rgba(255,255,255,.1); color: #9ca3af; font-size: .7rem; }
.footer-disclosure p { max-width: 900px; margin-bottom: 8px; }
.back-to-top { position: fixed; z-index: 80; right: 20px; bottom: 20px; display: grid; width: 46px; height: 46px; place-items: center; border: 0; border-radius: 50%; color: #052e16; background: var(--haf-primary); box-shadow: var(--haf-shadow); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(12px); transition: .2s ease; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.nav-links { display: flex; justify-content: center; gap: 8px; margin-top: 38px; }
.page-numbers { padding: 7px 12px; border-radius: 8px; text-decoration: none; }
.page-numbers.current { color: #052e16; background: var(--haf-primary); }
:focus-visible { outline: 3px solid var(--haf-orange); outline-offset: 3px; }
@media (max-width: 1080px) {
  .primary-navigation { position: fixed; z-index: 110; top: 0; left: 0; width: min(86vw, 380px); height: 100vh; padding: 100px 28px 30px; background: var(--haf-white); box-shadow: var(--haf-shadow); transform: translateX(-105%); transition: transform .25s ease; }
  .menu-open .primary-navigation { transform: none; }
  .primary-navigation ul { flex-direction: column; align-items: stretch; gap: 0; }
  .primary-navigation a { display: block; padding: 11px 0; border-bottom: 1px solid var(--haf-border); font-size: 1rem; }
  .menu-toggle { display: grid; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .recipe-grid { grid-template-columns: repeat(3, 1fr); }
  .category-grid, .collection-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-facts { grid-template-columns: repeat(3, 1fr); }
  .quick-facts div:nth-child(3) { border-right: 0; }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
}
@media (max-width: 820px) {
  body { font-size: 16px; }
  .hero-grid, .newsletter-inner, .page-hero--split > .container { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-copy .button-row, .hero-benefits { justify-content: center; }
  .hero-media { max-width: 640px; margin-inline: auto; }
  .hero-recipe-badge { right: 14px; bottom: 14px; }
  .recipe-grid, .affiliate-grid { grid-template-columns: repeat(2, 1fr); }
  .popular-grid { grid-template-columns: 1fr 1fr; }
  .content-with-sidebar, .recipe-body-grid { grid-template-columns: 1fr; }
  .sidebar { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .sidebar .widget { margin: 0; }
  .recipe-card-columns { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .container { width: min(calc(100% - 24px), var(--haf-container)); }
  .header-inner { min-height: 66px; gap: 8px; }
  .text-logo > span:last-child { max-width: 145px; }
  .hero-section { padding-top: 42px; }
  .hero-image-link > img, .image-placeholder--hero { border-radius: 22px; }
  .hero-recipe-badge { position: relative; right: auto; bottom: auto; max-width: none; margin: -28px 12px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .category-grid, .recipe-grid, .popular-grid, .collection-grid, .affiliate-grid, .guide-grid, .value-grid { grid-template-columns: 1fr; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .category-card { min-height: 145px; padding: 17px; }
  .recipe-card--compact { grid-template-columns: 38% 62%; }
  .newsletter-form, .sidebar { grid-template-columns: 1fr; }
  .newsletter-inner { padding: 26px 20px; }
  .search-form { flex-direction: column; }
  .quick-facts { grid-template-columns: repeat(2, 1fr); }
  .quick-facts div:nth-child(2n) { border-right: 0; }
  .quick-facts div:nth-child(3) { border-right: 1px solid var(--haf-border); }
  .recipe-actions .button { width: 100%; }
  .share-links { flex-wrap: wrap; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}
@media print {
  .announcement-bar, .site-header, .site-footer, .sidebar, .recipe-actions, .share-links, .newsletter-section, .related-posts, .comments-area, .ad-slot, .back-to-top, .breadcrumbs { display: none !important; }
  body { color: #000; font-size: 11pt; }
  .recipe-body-grid { display: block; padding: 0; }
  .full-recipe-card { border: 1px solid #000; box-shadow: none; break-inside: avoid; }
}
