/*
Theme Name: Good Fork Daily
Theme URI: https://goodforkdaily.com/
Description: An editorial recipe-blog child theme for Kadence.
Author: Good Fork Daily
Template: kadence
Version: 1.9.1
Text Domain: goodforkdaily
*/

:root {
  --gfd-ink: #263129;
  --gfd-muted: #666a64;
  --gfd-green: #3f5847;
  --gfd-rust: #a9583f;
  --gfd-oat: #f3eee4;
  --gfd-paper: #fcfaf5;
  --gfd-white: #fffefb;
  --gfd-line: #d8d1c4;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--gfd-paper);
  color: var(--gfd-ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.72;
  margin: 0;
}

body::before {
  background-image: radial-gradient(rgba(38,49,41,.06) .45px, transparent .45px);
  background-size: 5px 5px;
  content: "";
  inset: 0;
  opacity: .13;
  pointer-events: none;
  position: fixed;
  z-index: 9999;
}

a { color: var(--gfd-green); }
a:hover { color: var(--gfd-rust); }
img { height: auto; max-width: 100%; }

.screen-reader-text,
.skip-link:not(:focus) {
  clip: rect(1px,1px,1px,1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.skip-link:focus {
  background: #fff;
  color: var(--gfd-ink);
  left: 14px;
  padding: 10px 14px;
  position: fixed;
  top: 14px;
  z-index: 10000;
}

.gfd-wrap { margin-inline: auto; max-width: 1160px; padding-inline: 28px; width: 100%; }
.gfd-main { min-height: 60vh; }

.gfd-header {
  background: rgba(252,250,245,.95);
  border-bottom: 1px solid var(--gfd-line);
  position: relative;
  z-index: 100;
}
.gfd-header-inner { align-items: center; display: flex; gap: 38px; justify-content: space-between; min-height: 108px; }
.gfd-brand { align-items: center; color: var(--gfd-ink); display: inline-flex; gap: 12px; text-decoration: none; }
.gfd-brand:hover { color: var(--gfd-ink); }
.gfd-brand-mark {
  align-items: center;
  border: 1px solid var(--gfd-rust);
  border-radius: 50%;
  color: var(--gfd-rust);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.gfd-brand-mark svg { height: 21px; width: 21px; }
.gfd-brand-words { display: grid; line-height: 1; }
.gfd-brand-name { font-family: Georgia, "Times New Roman", serif; font-size: 1.72rem; font-weight: 700; letter-spacing: -.045em; }
.gfd-brand-tag { color: var(--gfd-muted); font-size: .56rem; font-weight: 700; letter-spacing: .18em; margin-top: 7px; text-transform: uppercase; }

.gfd-nav ul { align-items: center; display: flex; gap: 29px; list-style: none; margin: 0; padding: 0; }
.gfd-nav a { color: var(--gfd-ink); font-size: .86rem; font-weight: 700; padding-block: 8px; text-decoration: none; }
.gfd-nav a:hover, .gfd-nav .current-menu-item > a { color: var(--gfd-rust); }
.gfd-nav .menu-item:last-child a { border-bottom: 1px solid var(--gfd-green); }
.gfd-menu-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--gfd-ink);
  cursor: pointer;
  display: none;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 44px;
}

.gfd-editorial-hero { border-bottom: 1px solid var(--gfd-line); padding: 70px 0 84px; }
.gfd-editorial-hero-grid { align-items: center; display: grid; gap: 72px; grid-template-columns: .88fr 1.12fr; }
.gfd-kicker { color: var(--gfd-rust); font-size: .7rem; font-weight: 800; letter-spacing: .16em; margin: 0 0 18px; text-transform: uppercase; }
.gfd-editorial-hero h1,
.gfd-heading-row h2,
.gfd-kitchen-note h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -.052em;
  line-height: .99;
}
.gfd-editorial-hero h1 { font-size: clamp(3.25rem, 6.2vw, 6.35rem); margin: 0 0 28px; max-width: 650px; }
.gfd-deck { color: #555e57; font-family: Georgia, serif; font-size: 1.27rem; line-height: 1.55; margin: 0 0 30px; max-width: 560px; }
.gfd-text-link { color: var(--gfd-ink); display: inline-block; font-size: .85rem; font-weight: 800; text-decoration: none; }
.gfd-text-link::after { background: var(--gfd-rust); content: ""; display: block; height: 1px; margin-top: 4px; transition: width .2s ease; width: 42px; }
.gfd-text-link:hover { color: var(--gfd-rust); }
.gfd-text-link:hover::after { width: 100%; }
.gfd-hero-footnote { border-left: 2px solid var(--gfd-line); color: var(--gfd-muted); font-size: .72rem; margin: 42px 0 0; padding-left: 13px; }
.gfd-editorial-figure { margin: 0; position: relative; }
.gfd-editorial-figure::before {
  border: 1px solid #b9af9f;
  content: "";
  height: 100%;
  left: -13px;
  position: absolute;
  top: 13px;
  width: 100%;
  z-index: -1;
}
.gfd-editorial-figure img { aspect-ratio: 3/2; display: block; object-fit: cover; width: 100%; }
.gfd-editorial-figure figcaption,
.gfd-notebook-preview figcaption { color: var(--gfd-muted); font-family: Georgia, serif; font-size: .72rem; font-style: italic; margin-top: 13px; }
.gfd-editorial-figure figcaption span { color: #858a84; float: right; font-family: Arial, sans-serif; font-size: .61rem; font-style: normal; letter-spacing: .04em; }

.gfd-editorial-categories { background: var(--gfd-oat); border-bottom: 1px solid var(--gfd-line); padding: 80px 0 88px; }
.gfd-heading-row { align-items: end; display: flex; gap: 50px; justify-content: space-between; margin-bottom: 38px; }
.gfd-heading-row h2 { font-size: clamp(2.5rem, 4.8vw, 4.5rem); margin: 0; }
.gfd-heading-row > p { color: var(--gfd-muted); font-family: Georgia, serif; font-size: .98rem; line-height: 1.6; margin: 0 0 6px; max-width: 360px; }
.gfd-heading-row-rule { border-bottom: 1px solid var(--gfd-line); padding-bottom: 28px; }
.gfd-category-list { border-top: 1px solid #ada697; }
.gfd-category-row {
  align-items: center;
  border-bottom: 1px solid #c7c0b3;
  color: var(--gfd-ink);
  display: grid;
  gap: 22px;
  grid-template-columns: 52px 1.05fr 1.55fr 26px;
  min-height: 98px;
  text-decoration: none;
  transition: padding .18s ease, color .18s ease;
}
.gfd-category-row:hover { color: var(--gfd-rust); padding-inline: 8px; }
.gfd-category-index { color: var(--gfd-rust); font-family: Georgia, serif; font-size: .75rem; font-style: italic; }
.gfd-category-title { font-family: Georgia, serif; font-size: 1.55rem; font-weight: 700; letter-spacing: -.025em; }
.gfd-category-description { color: var(--gfd-muted); font-size: .83rem; line-height: 1.5; }
.gfd-category-arrow { font-size: 1.2rem; text-align: right; }

.gfd-latest { background: var(--gfd-paper); padding: 92px 0 104px; }
.gfd-editorial-posts { display: grid; gap: 48px 34px; grid-template-columns: repeat(2, 1fr); }
.gfd-editorial-post:first-child { grid-column: 1/-1; }
.gfd-editorial-post:first-child { align-items: center; display: grid; gap: 45px; grid-template-columns: 1.2fr .8fr; }
.gfd-editorial-post-image { background: #e8e3d8; display: block; min-height: 280px; overflow: hidden; }
.gfd-editorial-post-image img { height: 100%; object-fit: cover; width: 100%; }
.gfd-editorial-post-copy h3 { font-family: Georgia, serif; font-size: 1.8rem; line-height: 1.15; margin: 9px 0 12px; }
.gfd-editorial-post-copy h3 a { color: var(--gfd-ink); text-decoration: none; }
.gfd-editorial-post-copy p { color: var(--gfd-muted); font-size: .88rem; margin: 0; }
.gfd-post-meta { color: var(--gfd-rust) !important; font-size: .66rem !important; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }

.gfd-notebook-preview { align-items: center; display: grid; gap: clamp(38px, 7vw, 92px); grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); padding: 24px 0 6px; }
.gfd-notebook-preview figure { margin: 0; transform: rotate(-.7deg); }
.gfd-notebook-preview img { border: 12px solid #fff; box-shadow: 0 10px 25px rgba(38,49,41,.12); display: block; }
.gfd-handwritten { color: var(--gfd-rust); font-family: "Bradley Hand", "Segoe Print", cursive; font-size: 1.05rem; margin: 0 0 9px; transform: rotate(-1deg); }
.gfd-notebook-copy h3 { font-family: Georgia, serif; font-size: clamp(2.2rem, 4vw, 3.8rem); letter-spacing: -.045em; line-height: 1.06; margin: 0 0 22px; }
.gfd-notebook-copy > p:not(.gfd-handwritten):not(.gfd-pencil-note) { color: var(--gfd-muted); font-family: Georgia, serif; font-size: 1.02rem; }
.gfd-pencil-note { border-top: 1px solid var(--gfd-line); color: #777b75; font-size: .73rem; margin-top: 28px; padding-top: 17px; }

.gfd-kitchen-note { background: #34483a; color: #f7f2e8; padding: 96px 0; }
.gfd-kitchen-note-grid { display: grid; gap: 90px; grid-template-columns: 1.05fr .95fr; }
.gfd-kitchen-note .gfd-kicker { color: #e1a18c; }
.gfd-pullquote { font-family: Georgia, serif; font-size: clamp(2.4rem, 4.6vw, 4.6rem); letter-spacing: -.045em; line-height: 1.08; margin: 0; }
.gfd-note-copy { border-left: 1px solid rgba(255,255,255,.3); padding-left: 50px; }
.gfd-note-copy p { color: #e4e8e2; font-family: Georgia, serif; font-size: 1.02rem; margin: 0 0 20px; }
.gfd-note-copy .gfd-text-link { color: #fff; margin-top: 12px; }

.gfd-closing-note { border-bottom: 1px solid var(--gfd-line); padding: 34px 0; }
.gfd-closing-note-inner { align-items: center; display: flex; gap: 30px; justify-content: space-between; }
.gfd-closing-note p { color: var(--gfd-muted); font-family: Georgia, serif; margin: 0; }
.gfd-closing-note p strong { color: var(--gfd-ink); }
.gfd-closing-note a { color: var(--gfd-rust); font-size: .78rem; font-weight: 800; text-decoration: none; }

.gfd-footer { background: var(--gfd-paper); color: var(--gfd-muted); padding: 64px 0 28px; }
.gfd-footer-grid { display: grid; gap: 60px; grid-template-columns: 1.45fr .7fr .7fr; }
.gfd-footer-copy { font-family: Georgia, serif; font-size: .88rem; max-width: 410px; }
.gfd-footer-social { margin-top: 19px; }
.gfd-footer h2 { color: var(--gfd-ink); font-size: .67rem; letter-spacing: .16em; margin: 0 0 17px; text-transform: uppercase; }
.gfd-footer ul { list-style: none; margin: 0; padding: 0; }
.gfd-footer li { margin-bottom: 9px; }
.gfd-footer a { color: var(--gfd-muted); font-size: .84rem; text-decoration: none; }
.gfd-footer a:hover { color: var(--gfd-rust); }
.gfd-footer-bottom { border-top: 1px solid var(--gfd-line); font-size: .68rem; margin-top: 48px; padding-top: 22px; }

.site-main, .content-area { background: var(--gfd-paper); }
.entry-content, .entry-header, .post-navigation, .comments-area { max-width: 820px; }
.entry-title, .entry-content h2, .entry-content h3 { color: var(--gfd-ink); font-family: Georgia, serif; letter-spacing: -.035em; }

/* Editorial article and recipe pages. */
.gfd-article-header { border-bottom: 1px solid var(--gfd-line); padding: 70px 0 0; }
.gfd-article-heading { max-width: 980px; text-align: center; }
.gfd-article-heading .gfd-kicker a { color: inherit; text-decoration: none; }
.gfd-article-heading h1,
.gfd-page-heading h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6vw, 5.8rem);
  letter-spacing: -.052em;
  line-height: 1.01;
  margin: 0 auto 24px;
}
.gfd-article-deck { color: #555e57; font-family: Georgia, serif; font-size: 1.25rem; line-height: 1.55; margin: 0 auto 22px; max-width: 760px; }
.gfd-article-meta { align-items: center; color: var(--gfd-muted); display: flex; font-size: .7rem; font-weight: 700; gap: 10px; justify-content: center; letter-spacing: .08em; text-transform: uppercase; }
.gfd-article-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 28px; }
.gfd-button {
  background: var(--gfd-green);
  border: 1px solid var(--gfd-green);
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .09em;
  padding: 13px 18px;
  text-decoration: none;
  text-transform: uppercase;
}
.gfd-button:hover { background: var(--gfd-rust); border-color: var(--gfd-rust); color: #fff; }
.gfd-button-quiet { background: transparent; color: var(--gfd-ink); }
.gfd-article-hero { margin: 58px auto 0; max-width: 1160px; padding-inline: 28px; }
.gfd-article-hero img { aspect-ratio: 16/9; display: block; object-fit: cover; width: 100%; }
.gfd-article-hero figcaption { color: var(--gfd-muted); font-family: Georgia, serif; font-size: .73rem; font-style: italic; margin: 10px 0 0; }
.gfd-article-grid { align-items: start; display: grid; gap: clamp(42px, 6vw, 76px); grid-template-columns: minmax(0, 760px) minmax(230px, 280px); justify-content: center; padding-block: 72px 95px; }
.gfd-article-grid > * { min-width: 0; }
.gfd-article-main { min-width: 0; }
.gfd-article-rail { align-items: baseline; border-top: 1px solid var(--gfd-rust); color: var(--gfd-muted); display: grid; font-size: .73rem; gap: 18px; grid-template-columns: max-content 1fr; line-height: 1.55; padding-top: 13px; }
.gfd-article-rail p { margin: 0 0 9px; }
.gfd-article-rail strong { color: var(--gfd-rust); font-size: .66rem; letter-spacing: .11em; text-transform: uppercase; }
.gfd-article-content { font-family: Georgia, "Times New Roman", serif; font-size: 1.075rem; line-height: 1.82; max-width: 760px; width: 100%; }
.gfd-article-content img,
.gfd-article-content video,
.gfd-article-content iframe,
.gfd-article-content embed,
.gfd-article-content object,
.gfd-article-content svg,
.gfd-article-content figure,
.gfd-article-content table,
.gfd-article-content .wp-block-image,
.gfd-article-content .wprm-recipe-container,
.gfd-article-content .wprm-recipe { max-width: 100% !important; }
.gfd-article-content iframe,
.gfd-article-content video,
.gfd-article-content embed,
.gfd-article-content object { width: 100%; }
.gfd-article-content table { display: block; overflow-x: auto; }
.gfd-article-content pre { max-width: 100%; overflow-x: auto; white-space: pre-wrap; }
.gfd-article-content :where(p, li, a, h2, h3, h4, code) { overflow-wrap: anywhere; }
.gfd-article-content > p:first-child { color: #3e4941; font-size: 1.24rem; line-height: 1.7; }
.gfd-article-content h2 { border-top: 1px solid var(--gfd-line); font-size: clamp(2rem, 4vw, 3.15rem); line-height: 1.08; margin: 70px 0 25px; padding-top: 35px; }
.gfd-article-content h3 { font-size: 1.48rem; line-height: 1.25; margin: 38px 0 12px; }
.gfd-article-content ul,
.gfd-article-content ol { padding-left: 1.25em; }
.gfd-article-content li { margin-bottom: .7em; padding-left: .25em; }
.gfd-article-content figure { margin: 38px 0; }
.gfd-article-content figcaption { color: var(--gfd-muted); font-size: .72rem; font-style: italic; }
.gfd-disclosure,
.gfd-note-box { background: var(--gfd-oat); border-left: 3px solid var(--gfd-rust); font-family: Arial, sans-serif; font-size: .8rem; line-height: 1.6; margin: 30px 0; padding: 18px 21px; }
.gfd-disclosure p,
.gfd-note-box p { margin: 0; }
.gfd-trademark-note { color: var(--gfd-muted); font-family: Arial, sans-serif; font-size: .72rem; margin-top: 45px; }
.gfd-article-footer { border-top: 1px solid var(--gfd-line); padding-bottom: 100px; padding-top: 56px; }
.gfd-author-note { background: #34483a; color: #edf0eb; max-width: 840px; padding: clamp(28px, 5vw, 52px); }
.gfd-author-note .gfd-kicker { color: #e1a18c; }
.gfd-author-note h2 { color: #fff; font-family: Georgia, serif; font-size: 2.25rem; letter-spacing: -.035em; margin: 0 0 14px; }
.gfd-author-note p { font-family: Georgia, serif; margin: 0 0 16px; }
.gfd-author-note a { color: #fff; font-size: .76rem; font-weight: 800; }
.gfd-author-card { border: 1px solid var(--gfd-line); position: sticky; top: 28px; }
.gfd-author-card-image { background: #e6e0d5; display: block; overflow: hidden; }
.gfd-author-card-image img { aspect-ratio: 4 / 5; display: block; object-fit: cover; width: 100%; }
.gfd-author-card-copy { background: var(--gfd-white); padding: 24px 23px 26px; }
.gfd-author-card .gfd-kicker { font-size: .62rem; margin-bottom: 11px; }
.gfd-author-card h2 { font-family: Georgia, serif; font-size: 1.75rem; letter-spacing: -.04em; line-height: 1.08; margin: 0 0 6px; }
.gfd-author-role { color: var(--gfd-rust); font-size: .66rem; font-weight: 800; letter-spacing: .08em; line-height: 1.45; margin: 0 0 16px; text-transform: uppercase; }
.gfd-author-card-bio { color: var(--gfd-muted); font-family: Georgia, serif; font-size: .86rem; line-height: 1.58; margin: 0 0 18px; }
.gfd-author-card-link { color: var(--gfd-ink); font-size: .67rem; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.gfd-author-card-links { align-items: center; display: flex; flex-wrap: wrap; gap: 12px 16px; }
.gfd-social-link { align-items: center; color: var(--gfd-ink); display: inline-flex; font-size: .67rem; font-weight: 800; gap: 7px; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.gfd-social-link:hover { color: var(--gfd-rust); }
.gfd-social-icon { align-items: center; border: 1px solid currentColor; border-radius: 50%; display: inline-flex; font-family: Georgia, serif; font-size: .72rem; font-weight: 700; height: 23px; justify-content: center; letter-spacing: 0; line-height: 1; text-transform: none; width: 23px; }
.gfd-related { margin-top: 0; padding-bottom: 70px; }
.gfd-related > .gfd-kicker { margin-bottom: 8px; }
.gfd-related > h2 { font-family: Georgia, serif; font-size: clamp(2.25rem, 5vw, 3.35rem); letter-spacing: -.045em; line-height: 1; margin: 0 0 28px; }
.gfd-related-grid { display: grid; gap: 25px 20px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gfd-related-grid a { color: var(--gfd-ink); display: block; font-family: Georgia, serif; font-size: 1.04rem; font-weight: 700; line-height: 1.35; text-decoration: none; }
.gfd-related-grid a:hover { color: var(--gfd-rust); }
.gfd-related-grid img { aspect-ratio: 4 / 3; border-radius: 10px; display: block; margin-bottom: 12px; object-fit: cover; width: 100%; }

.gfd-footer-author {
  align-items: stretch;
  background: #f1ece3;
  border: 1px solid var(--gfd-line);
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  margin-bottom: 58px;
  overflow: hidden;
}
.gfd-footer-author-image { margin: 0; min-height: 430px; }
.gfd-footer-author-image img { display: block; height: 100%; object-fit: cover; object-position: center 35%; width: 100%; }
.gfd-footer-author-copy { align-self: center; padding: clamp(35px, 6vw, 68px); text-align: center; }
.gfd-footer-author-copy .gfd-kicker { margin-bottom: 10px; }
.gfd-footer-author-copy h2 { font-family: Georgia, serif; font-size: clamp(2.35rem, 5vw, 3.35rem); letter-spacing: -.045em; line-height: 1; margin: 0 0 20px; }
.gfd-footer-author-copy > p:not(.gfd-kicker) { color: var(--gfd-muted); font-family: Georgia, serif; font-size: 1.02rem; line-height: 1.72; margin: 0 auto 23px; max-width: 520px; }
.gfd-footer-socials { align-items: center; display: flex; gap: 12px; justify-content: center; margin: 0 0 25px; }
.gfd-footer-socials a,
.gfd-footer-socials span { align-items: center; border: 1px solid #a89f90; border-radius: 50%; color: var(--gfd-ink); display: inline-flex; font-size: .62rem; font-weight: 800; height: 34px; justify-content: center; text-decoration: none; width: 34px; }
.gfd-footer-socials a { background: var(--gfd-green); border-color: var(--gfd-green); color: #fff; }
.gfd-footer-socials a:hover { background: var(--gfd-rust); border-color: var(--gfd-rust); }
.gfd-footer-socials span { cursor: default; opacity: .48; }
.gfd-footer-author-link { border-bottom: 1px solid currentColor; color: var(--gfd-rust); font-size: .72rem; font-weight: 800; letter-spacing: .1em; padding-bottom: 4px; text-decoration: none; text-transform: uppercase; }

.gfd-footer-optin {
  background: #e3e6dc;
  border: 1px solid #c5cbbb;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  overflow: hidden;
}
.gfd-footer-optin-copy { align-self: center; padding: clamp(32px, 5vw, 58px); }
.gfd-footer-optin-copy .gfd-kicker { color: var(--gfd-rust); margin-bottom: 8px; }
.gfd-footer-optin-copy h2 { color: var(--gfd-ink); font-family: Georgia, serif; font-size: clamp(2.25rem, 4.8vw, 3.2rem); letter-spacing: -.045em; line-height: 1.02; margin: 0 0 16px; }
.gfd-footer-optin-copy > p:not(.gfd-kicker) { color: var(--gfd-muted); font-family: Georgia, serif; line-height: 1.62; margin: 0 0 24px; }
.gfd-footer-optin-form { display: grid; gap: 10px; }
.gfd-footer-optin-form input:not(.gfd-save-recipe-honeypot) { background: var(--gfd-white); border: 1px solid #adb5a4; border-radius: 0; color: var(--gfd-ink); font: inherit; min-height: 50px; padding: 12px 14px; width: 100%; }
.gfd-footer-optin-form input:focus { border-color: var(--gfd-green); box-shadow: 0 0 0 2px rgba(63,88,71,.15); outline: 0; }
.gfd-footer-optin-form button { background: var(--gfd-green); border: 0; color: #fff; cursor: pointer; font-size: .75rem; font-weight: 800; letter-spacing: .09em; min-height: 50px; padding: 13px 18px; text-transform: uppercase; }
.gfd-footer-optin-form button:hover { background: #314639; }
.gfd-footer-optin-form button:disabled { cursor: wait; opacity: .68; }
.gfd-footer-optin-consent { color: var(--gfd-muted) !important; font-family: Arial, sans-serif !important; font-size: .66rem !important; line-height: 1.5 !important; margin: 2px 0 0 !important; }
.gfd-footer-optin-consent a { color: inherit; }
.gfd-footer-optin-message { font-size: .76rem; font-weight: 700; margin: 1px 0 0; }
.gfd-footer-optin-message:empty { display: none; }
.gfd-footer-optin-message.is-success { color: #315d3d; }
.gfd-footer-optin-message.is-error { color: #8a2e22; }
.gfd-footer-optin-images {
  align-content: center;
  background: #d5dbcf;
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 10px;
}
.gfd-footer-optin-images a {
  border-radius: 8px;
  display: block;
  line-height: 0;
  transition: box-shadow .15s ease, transform .15s ease;
}
.gfd-footer-optin-images a:hover,
.gfd-footer-optin-images a:focus-visible {
  box-shadow: 0 5px 14px rgba(38,49,41,.18);
  outline: 0;
  transform: translateY(-2px);
}
.gfd-footer-optin-images img {
  aspect-ratio: 3 / 2;
  background: var(--gfd-paper);
  border: 1px solid #bac1b5;
  border-radius: 8px;
  display: block;
  height: auto !important;
  object-fit: contain;
  padding: 5px;
  width: 100%;
}

/* WP Recipe Maker: retain plugin behavior, restyle its card to match the journal. */
#recipe-card { scroll-margin-top: 24px; }
.gfd-article-content .wprm-recipe-container { font-family: Arial, Helvetica, sans-serif; margin: 72px 0 0 !important; }
.gfd-article-content .wprm-recipe { background: #f4efe5 !important; border: 1px solid #bfb6a7 !important; border-radius: 0 !important; box-shadow: 7px 7px 0 #ded5c7; color: var(--gfd-ink) !important; padding: clamp(22px, 5vw, 42px) !important; }
.gfd-article-content .wprm-recipe-name { color: var(--gfd-ink) !important; font-family: Georgia, serif !important; font-size: clamp(2rem, 4vw, 3rem) !important; letter-spacing: -.04em; line-height: 1.05 !important; }
.gfd-article-content .wprm-recipe-header { color: var(--gfd-rust) !important; font-family: Georgia, serif !important; }
.gfd-article-content .wprm-recipe-jump,
.gfd-article-content .wprm-recipe-print { background: var(--gfd-green) !important; border-radius: 0 !important; color: #fff !important; }

/* Full-width recipe-card hero with a single Pinterest action. */
.gfd-article-content .wprm-recipe.gfd-wprm-image-card {
  border-radius: 20px !important;
  overflow: hidden;
}
.gfd-article-content .gfd-wprm-hero {
  background: #ded8cd;
  border-bottom: 3px solid #d6b36a;
  line-height: 0;
  margin: calc(-1 * clamp(22px, 5vw, 42px)) calc(-1 * clamp(22px, 5vw, 42px)) 34px;
  overflow: hidden;
  position: relative;
}
.gfd-article-content .gfd-wprm-hero .wprm-recipe-image {
  display: block;
  width: 100% !important;
}
.gfd-article-content .gfd-wprm-hero .wprm-recipe-image img {
  aspect-ratio: 16 / 9;
  border-radius: 0 !important;
  display: block;
  height: auto !important;
  max-width: none !important;
  object-fit: cover !important;
  width: 100% !important;
}
.gfd-article-content .gfd-wprm-image-card > .meadow-header {
  margin: 0 0 28px !important;
  padding: 0 !important;
}
.gfd-article-content .gfd-wprm-image-card .meadow-header-columns {
  display: block !important;
}
.gfd-article-content .gfd-wprm-image-card .meadow-header-columns > .wprm-layout-column {
  max-width: none !important;
  width: 100% !important;
}
.gfd-article-content .gfd-wprm-image-card > .meadow-header,
.gfd-article-content .gfd-wprm-image-card .meadow-header-columns,
.gfd-article-content .gfd-wprm-image-card .meadow-header-columns > .wprm-layout-column,
.gfd-article-content .gfd-wprm-image-card .meadow-header-columns .wprm-layout-container {
  text-align: center !important;
}
.gfd-article-content .gfd-wprm-image-card .wprm-recipe-name,
.gfd-article-content .gfd-wprm-image-card .wprm-recipe-rating,
.gfd-article-content .gfd-wprm-image-card .wprm-recipe-rating-details,
.gfd-article-content .gfd-wprm-image-card .wprm-recipe-summary {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
.gfd-article-content .gfd-wprm-image-card .wprm-recipe-summary {
  max-width: 640px;
}
.gfd-article-content .gfd-wprm-image-card .meadow-header-meta,
.gfd-article-content .gfd-wprm-image-card .wprm-recipe-meta-container {
  justify-content: center !important;
  text-align: center !important;
}
.gfd-article-content .gfd-generated-rating {
  margin: 7px 0 12px;
}
.gfd-article-content .gfd-generated-rating .wprm-rating-star {
  color: #bbb5a9;
  display: inline-block;
  font-size: 1.55rem;
  line-height: 1;
  padding: 2px;
}
.gfd-article-content .gfd-generated-rating .wprm-rating-star.is-preview {
  color: var(--meadow-accent-color, #78833e);
}
.gfd-article-content .gfd-generated-rating .wprm-recipe-rating-details {
  color: var(--gfd-muted);
  font-size: .72rem;
  line-height: 1.4;
  margin-top: 4px;
}

.gfd-made-recipe {
  align-items: center;
  background: var(--gfd-green);
  border-top: 1px solid #304438;
  color: #fff;
  display: flex;
  gap: 17px;
  margin: 38px calc(-1 * clamp(22px, 5vw, 42px)) calc(-1 * clamp(22px, 5vw, 42px));
  padding: 22px clamp(22px, 5vw, 42px);
}
.gfd-made-recipe-icon { display: block; flex: 0 0 58px; height: 58px; }
.gfd-made-recipe-icon svg { display: block; fill: none; height: 100%; stroke: #f4efe5; stroke-linecap: round; stroke-linejoin: round; stroke-width: 3; width: 100%; }
.gfd-made-recipe-icon .gfd-instagram-dot { fill: #f4efe5; stroke: none; }
.gfd-made-recipe-copy { display: grid; gap: 3px; line-height: 1.35; }
.gfd-made-recipe-copy strong { font-family: Georgia, serif; font-size: 1.28rem; line-height: 1.15; }
.gfd-made-recipe-copy > span { color: #edf0eb; font-size: .88rem; }
.gfd-made-recipe-copy b { color: #fff; }

.gfd-article-content .wprm-recipe-rating .wprm-rating-star {
  cursor: pointer;
  transition: opacity .15s ease, transform .15s ease;
}
.gfd-article-content .wprm-recipe-rating .wprm-rating-star:hover,
.gfd-article-content .wprm-recipe-rating .wprm-rating-star:focus-visible {
  outline: 0;
  transform: translateY(-1px) scale(1.06);
}
.gfd-article-content .wprm-recipe-rating .wprm-rating-star:focus-visible {
  border-radius: 3px;
  box-shadow: 0 0 0 2px rgba(169,88,63,.28);
}
.gfd-article-content .wprm-recipe-rating[aria-busy="true"] .wprm-rating-star {
  cursor: wait;
  opacity: .6;
}

.gfd-save-recipe {
  background: #dfe3d6;
  border: 1px solid #c0c8b7;
  font-family: Arial, Helvetica, sans-serif;
  margin: 34px 0 32px;
  padding: clamp(22px, 4vw, 30px);
}
.gfd-save-recipe h3 {
  color: var(--gfd-ink) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: clamp(1.35rem, 3vw, 1.8rem) !important;
  font-weight: 800;
  letter-spacing: .045em !important;
  line-height: 1.1 !important;
  margin: 0 0 10px !important;
  text-transform: uppercase;
}
.gfd-save-recipe > p { font-size: .9rem; line-height: 1.55; margin: 0 0 18px; }
.gfd-save-recipe-fields { display: grid; gap: 12px; grid-template-columns: minmax(0, 1fr) auto; }
.gfd-save-recipe input[type="email"] {
  background: var(--gfd-white);
  border: 1px solid #8e9787;
  border-radius: 0;
  color: var(--gfd-ink);
  font-size: 1rem;
  min-height: 50px;
  padding: 12px 14px;
  width: 100%;
}
.gfd-save-recipe input[type="email"]:focus { border-color: var(--gfd-green); box-shadow: 0 0 0 2px rgba(63,88,71,.18); outline: 0; }
.gfd-save-recipe button[type="submit"] {
  background: var(--gfd-ink);
  border: 1px solid var(--gfd-ink);
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  min-height: 50px;
  padding: 12px 22px;
  text-transform: uppercase;
}
.gfd-save-recipe button[type="submit"]:hover { background: var(--gfd-rust); border-color: var(--gfd-rust); }
.gfd-save-recipe button[type="submit"]:disabled { cursor: wait; opacity: .68; }
.gfd-save-recipe-consent { color: #5e675d; font-size: .68rem !important; line-height: 1.5 !important; margin: 10px 0 0 !important; }
.gfd-save-recipe-message { display: none; font-size: .76rem !important; font-weight: 700; margin: 13px 0 0 !important; }
.gfd-save-recipe-message.is-success,
.gfd-save-recipe-message.is-error { display: block; }
.gfd-save-recipe-message.is-success { color: #294b33; }
.gfd-save-recipe-message.is-error { color: #8a2e22; }
.gfd-save-recipe-honeypot { left: -9999px; position: absolute; }

.gfd-recipe-scale {
  align-items: center;
  border-bottom: 1px solid #c8c0b3;
  border-top: 1px solid #c8c0b3;
  display: flex;
  flex-wrap: wrap;
  font-family: Arial, Helvetica, sans-serif;
  gap: 18px;
  justify-content: space-between;
  margin: 13px 0 22px;
  padding: 12px 0;
}
.gfd-recipe-scale > span { color: var(--gfd-ink); font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.gfd-recipe-scale > small { color: var(--gfd-muted); flex-basis: 100%; font-size: .66rem; line-height: 1.45; }
.gfd-recipe-scale-buttons { display: inline-flex; }
.gfd-scale-button {
  background: var(--gfd-white);
  border: 1px solid #8f8b82;
  border-radius: 0;
  color: var(--gfd-ink);
  cursor: pointer;
  font-size: .78rem;
  font-weight: 800;
  height: 42px;
  margin-left: -1px;
  min-width: 46px;
  padding: 0 11px;
}
.gfd-scale-button:first-child { margin-left: 0; }
.gfd-scale-button:hover { background: #ece7dc; }
.gfd-scale-button.is-active { background: var(--gfd-ink); border-color: var(--gfd-ink); color: #fff; position: relative; z-index: 1; }

/* Standard pages and policies. */
.gfd-page-header { background: var(--gfd-oat); border-bottom: 1px solid var(--gfd-line); padding: 70px 0 62px; }
.gfd-page-heading { max-width: 900px; }
.gfd-page-heading h1 { margin-left: 0; max-width: 850px; }
.gfd-page-heading > p:last-child { color: var(--gfd-muted); font-family: Georgia, serif; font-size: 1.1rem; margin: 0; max-width: 680px; }
.gfd-page-content { font-family: Georgia, serif; font-size: 1.02rem; max-width: 820px; padding-bottom: 100px; padding-top: 65px; }
.gfd-page-content h2 { border-top: 1px solid var(--gfd-line); font-size: 2rem; margin: 52px 0 15px; padding-top: 28px; }
.gfd-page-content h3 { font-size: 1.35rem; margin-top: 32px; }
.gfd-policy-meta { color: var(--gfd-muted); font-family: Arial, sans-serif; font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; }

/* Author profile. */
.gfd-about-hero { background: var(--gfd-oat); border-bottom: 1px solid var(--gfd-line); padding: 68px 0 76px; }
.gfd-about-hero-grid { align-items: center; display: grid; gap: clamp(45px, 8vw, 96px); grid-template-columns: minmax(0, .8fr) minmax(360px, 1fr); }
.gfd-about-portrait { margin: 0; position: relative; }
.gfd-about-portrait::before { border: 1px solid #b9af9f; content: ""; inset: 13px -13px -13px 13px; position: absolute; z-index: 0; }
.gfd-about-portrait img { aspect-ratio: 4 / 5; display: block; object-fit: cover; position: relative; width: 100%; z-index: 1; }
.gfd-about-intro h1 { font-family: Georgia, serif; font-size: clamp(3.4rem, 6vw, 5.9rem); letter-spacing: -.055em; line-height: .96; margin: 0 0 14px; }
.gfd-about-title { color: var(--gfd-rust); font-size: .72rem; font-weight: 800; letter-spacing: .1em; margin: 0 0 27px; text-transform: uppercase; }
.gfd-about-deck { color: #4e5851; font-family: Georgia, serif; font-size: 1.18rem; line-height: 1.62; margin: 0; }
.gfd-about-body { display: grid; gap: clamp(45px, 8vw, 100px); grid-template-columns: minmax(0, 1fr) minmax(250px, .43fr); padding-block: 72px 104px; }
.gfd-about-story { font-family: Georgia, serif; font-size: 1.06rem; line-height: 1.82; }
.gfd-about-story > p:first-child { color: #3e4941; font-size: 1.25rem; }
.gfd-about-story h2 { border-top: 1px solid var(--gfd-line); font-size: clamp(2rem, 4vw, 3rem); line-height: 1.08; margin: 60px 0 20px; padding-top: 30px; }
.gfd-about-facts { align-self: start; background: #34483a; color: #edf0eb; padding: 31px 28px; }
.gfd-about-facts .gfd-kicker { color: #e1a18c; }
.gfd-about-facts dl { margin: 0; }
.gfd-about-facts dt { border-top: 1px solid rgba(255,255,255,.22); color: #e1a18c; font-size: .62rem; font-weight: 800; letter-spacing: .1em; padding-top: 17px; text-transform: uppercase; }
.gfd-about-facts dd { font-family: Georgia, serif; font-size: .9rem; line-height: 1.55; margin: 5px 0 18px; }
.gfd-about-social { border-top: 1px solid rgba(255,255,255,.22); margin: 5px 0 24px; padding-top: 21px; }
.gfd-about-social .gfd-social-link { color: #fff; }
.gfd-about-social .gfd-social-link:hover { color: #e1a18c; }
.gfd-about-disclosure { background: var(--gfd-oat); border-left: 3px solid var(--gfd-rust); font-family: Arial, sans-serif; font-size: .79rem; line-height: 1.62; margin-top: 38px; padding: 18px 20px; }
.gfd-about-disclosure strong { color: var(--gfd-ink); }
.gfd-about-signoff { border-top: 1px solid var(--gfd-line); margin-top: 54px; padding-top: 28px; }
.gfd-about-signoff p { color: #4e5851; font-family: Georgia, serif; font-size: 1.14rem; font-style: italic; margin: 0 0 8px; }
.gfd-about-signoff strong { color: var(--gfd-rust); font-family: "Bradley Hand", "Segoe Print", cursive; font-size: 1.2rem; font-weight: 400; }

/* Dynamic recipe index. */
.gfd-index-hero { background: var(--gfd-oat); border-bottom: 1px solid var(--gfd-line); padding: 56px 0 58px; }
.gfd-index-hero-grid { align-items: center; display: grid; gap: clamp(45px, 8vw, 110px); grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr); }
.gfd-index-hero h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.5rem, 6vw, 5.75rem); letter-spacing: -.055em; line-height: .96; margin: 0; }
.gfd-index-intro { border-left: 1px solid #b9af9f; padding-left: 34px; }
.gfd-index-intro > p:first-child { color: #505951; font-family: Georgia, serif; font-size: 1.08rem; line-height: 1.55; margin: 0; }
.gfd-index-count { color: var(--gfd-muted); font-size: .66rem; font-weight: 800; letter-spacing: .1em; margin: 22px 0 0; text-transform: uppercase; }
.gfd-index-count strong { color: var(--gfd-rust); font-family: Georgia, serif; font-size: 1.7rem; letter-spacing: -.03em; margin-right: 6px; }
.gfd-index-collections { background: var(--gfd-paper); padding: 64px 0 72px; }
.gfd-collection-grid { border: 1px solid var(--gfd-line); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gfd-collection-card { background: var(--gfd-white); color: var(--gfd-ink); display: flex; flex-direction: column; min-height: 270px; padding: 24px; text-decoration: none; }
.gfd-collection-card + .gfd-collection-card { border-left: 1px solid var(--gfd-line); }
.gfd-collection-card[href] { transition: background .2s ease, color .2s ease; }
.gfd-collection-card[href]:hover { background: #f4efe5; color: var(--gfd-ink); }
.gfd-collection-number { color: #a79f91; font-family: Georgia, serif; font-size: 1rem; font-style: italic; margin-bottom: 42px; }
.gfd-collection-copy { display: flex; flex: 1; flex-direction: column; padding: 0; }
.gfd-collection-meta { color: var(--gfd-rust); font-family: Arial, sans-serif; font-size: .64rem !important; font-weight: 800; letter-spacing: .12em; margin: 0 0 13px !important; text-transform: uppercase; }
.gfd-collection-copy h3 { color: var(--gfd-ink); font-family: Georgia, serif; font-size: 1.65rem; letter-spacing: -.04em; line-height: 1.08; margin: 0 0 13px; }
.gfd-collection-copy > p:not(.gfd-collection-meta) { color: var(--gfd-muted); font-family: Georgia, serif; font-size: .82rem; line-height: 1.5; margin: 0; }
.gfd-collection-link { color: var(--gfd-ink); display: inline-block; font-size: .64rem; font-weight: 800; letter-spacing: .08em; margin-top: auto; padding-top: 20px; text-transform: uppercase; }
.gfd-collection-card.is-empty { background: #f5f1e8; }
.gfd-index-latest { background: var(--gfd-oat); border-top: 1px solid var(--gfd-line); padding: 68px 0 88px; }
.gfd-index-recipe-grid { display: grid; gap: 26px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gfd-index-recipe-card { background: var(--gfd-white); border: 1px solid var(--gfd-line); display: flex; flex-direction: column; min-width: 0; }
.gfd-index-recipe-image { background: #ded9cf; display: block; overflow: hidden; }
.gfd-index-recipe-image img { aspect-ratio: 4 / 3; display: block; height: auto; object-fit: cover; transition: transform .3s ease; width: 100%; }
.gfd-index-recipe-card:hover .gfd-index-recipe-image img { transform: scale(1.025); }
.gfd-index-recipe-image > span { align-items: center; aspect-ratio: 4 / 3; color: var(--gfd-muted); display: flex; font-family: Georgia, serif; justify-content: center; }
.gfd-index-recipe-copy { display: flex; flex: 1; flex-direction: column; padding: 20px 21px 23px; }
.gfd-index-recipe-copy h3 { font-family: Georgia, serif; font-size: 1.42rem; letter-spacing: -.035em; line-height: 1.16; margin: 7px 0 10px; }
.gfd-index-recipe-copy h3 a { color: var(--gfd-ink); text-decoration: none; }
.gfd-index-recipe-copy h3 a:hover { color: var(--gfd-rust); }
.gfd-index-recipe-copy > p:last-child { color: var(--gfd-muted); font-family: Georgia, serif; font-size: .86rem; line-height: 1.55; margin: 0; }
.gfd-index-pagination { border-top: 1px solid var(--gfd-line); display: flex; gap: 8px; margin-top: 48px; padding-top: 24px; }
.gfd-index-pagination .page-numbers { border: 1px solid var(--gfd-line); color: var(--gfd-ink); font-size: .72rem; font-weight: 700; padding: 8px 12px; text-decoration: none; }
.gfd-index-pagination .current { background: var(--gfd-green); border-color: var(--gfd-green); color: #fff; }

/* Contact form. */
.gfd-contact-form { font-family: Arial, sans-serif; margin-top: 38px; }
.gfd-contact-form label { color: var(--gfd-ink); display: block; font-size: .76rem; font-weight: 800; letter-spacing: .06em; margin-bottom: 20px; text-transform: uppercase; }
.gfd-contact-form input,
.gfd-contact-form textarea { background: var(--gfd-white); border: 1px solid #bdb5a8; border-radius: 0; color: var(--gfd-ink); display: block; font-family: Georgia, serif; font-size: 1rem; margin-top: 7px; padding: 12px 13px; width: 100%; }
.gfd-contact-form input:focus,
.gfd-contact-form textarea:focus { border-color: var(--gfd-rust); box-shadow: 0 0 0 2px rgba(169,88,63,.15); outline: 0; }
.gfd-form-grid { display: grid; gap: 20px; grid-template-columns: 1fr 1fr; }
.gfd-honeypot { left: -9999px; position: absolute; }
.gfd-form-message { font-family: Arial, sans-serif; padding: 14px 16px; }
.gfd-form-message.is-error { background: #f7e9e5; border-left: 3px solid var(--gfd-rust); }
.gfd-form-message.is-success { background: #e7efe8; border-left: 3px solid var(--gfd-green); }

@media (max-width: 960px) {
  .gfd-menu-toggle { display: inline-flex; }
  .gfd-nav {
    background: var(--gfd-paper);
    border-bottom: 1px solid var(--gfd-line);
    display: none;
    left: 0;
    padding: 18px 28px 28px;
    position: absolute;
    right: 0;
    top: 88px;
  }
  .gfd-nav.is-open { display: block; }
  .gfd-nav ul { align-items: stretch; flex-direction: column; gap: 2px; }
  .gfd-nav a { display: block; padding: 10px 0; }
  .gfd-nav .menu-item:last-child a { display: inline-block; }
  .gfd-header-inner { min-height: 88px; }
  .gfd-editorial-hero-grid { gap: 55px; grid-template-columns: 1fr; }
  .gfd-editorial-hero-copy { max-width: 760px; }
  .gfd-editorial-figure { margin-left: 12px; }
  .gfd-notebook-preview { gap: 45px; }
  .gfd-kitchen-note-grid { gap: 55px; }
  .gfd-index-hero-grid { gap: 42px; }
  .gfd-article-grid { grid-template-columns: minmax(0, 1fr) 235px; }
  .gfd-about-hero-grid { grid-template-columns: minmax(0, .8fr) minmax(320px, 1fr); }
  .gfd-collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gfd-collection-card:nth-child(3) { border-left: 0; border-top: 1px solid var(--gfd-line); }
  .gfd-collection-card:nth-child(4) { border-top: 1px solid var(--gfd-line); }
}

@media (max-width: 700px) {
  .gfd-wrap { padding-inline: 19px; }
  .gfd-header-inner { min-height: 78px; }
  .gfd-brand-mark { height: 37px; width: 37px; }
  .gfd-brand-name { font-size: 1.42rem; }
  .gfd-brand-tag { display: none; }
  .gfd-nav { padding-inline: 19px; top: 78px; }
  .gfd-editorial-hero { padding: 48px 0 64px; }
  .gfd-editorial-hero h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .gfd-deck { font-size: 1.08rem; }
  .gfd-hero-footnote { margin-top: 32px; }
  .gfd-editorial-figure figcaption span { display: block; float: none; margin-top: 4px; }
  .gfd-editorial-categories, .gfd-latest { padding: 62px 0 70px; }
  .gfd-heading-row { align-items: flex-start; flex-direction: column; gap: 18px; }
  .gfd-heading-row > p { max-width: none; }
  .gfd-category-row { align-items: start; gap: 7px 16px; grid-template-columns: 34px 1fr 20px; padding: 23px 0; }
  .gfd-category-index { grid-row: 1 / 3; padding-top: 6px; }
  .gfd-category-title { font-size: 1.42rem; }
  .gfd-category-description { grid-column: 2 / 4; }
  .gfd-category-arrow { grid-column: 3; grid-row: 1; }
  .gfd-notebook-preview,
  .gfd-editorial-post:first-child,
  .gfd-editorial-posts,
  .gfd-kitchen-note-grid,
  .gfd-footer-grid { grid-template-columns: 1fr; }
  .gfd-notebook-preview { gap: 38px; }
  .gfd-notebook-preview figure { margin: 0 5px; }
  .gfd-kitchen-note { padding: 68px 0; }
  .gfd-kitchen-note-grid { gap: 40px; }
  .gfd-note-copy { border-left: 0; border-top: 1px solid rgba(255,255,255,.3); padding-left: 0; padding-top: 34px; }
  .gfd-closing-note-inner { align-items: flex-start; flex-direction: column; gap: 12px; }
  .gfd-article-header { padding-top: 48px; }
  .gfd-article-heading h1,
  .gfd-page-heading h1 { font-size: clamp(2.25rem, 10.5vw, 3rem); line-height: 1.07; overflow-wrap: anywhere; }
  .gfd-article-deck { font-size: 1.08rem; }
  .gfd-article-meta { flex-wrap: wrap; }
  .gfd-article-hero { margin-top: 42px; padding-inline: 19px; }
  .gfd-article-grid { gap: 42px; grid-template-columns: minmax(0, 1fr); padding-block: 48px 70px; }
  .gfd-article-rail { display: block; max-width: none; }
  .gfd-article-content { font-size: 1rem; width: 100%; }
  .gfd-article-content .wprm-recipe { box-shadow: 4px 4px 0 #ded5c7; }
	.gfd-made-recipe { align-items: flex-start; gap: 13px; padding-block: 18px; }
	.gfd-made-recipe-icon { flex-basis: 45px; height: 45px; }
	.gfd-made-recipe-copy strong { font-size: 1.08rem; }
	.gfd-made-recipe-copy > span { font-size: .78rem; }
  .gfd-save-recipe { margin-inline: -4px; padding: 21px 17px; }
  .gfd-save-recipe-fields { grid-template-columns: 1fr; }
  .gfd-save-recipe button[type="submit"] { width: 100%; }
  .gfd-recipe-scale { align-items: flex-start; flex-direction: column; gap: 10px; }
  .gfd-recipe-scale-buttons { display: grid; grid-template-columns: repeat(4, 1fr); width: 100%; }
  .gfd-scale-button { margin-left: -1px; min-width: 0; padding-inline: 7px; width: auto; }
  .gfd-scale-button:first-child { margin-left: 0; }
  .gfd-article-content h2 { margin-top: 55px; }
  .gfd-author-card { display: grid; grid-template-columns: 110px minmax(0, 1fr); position: static; }
  .gfd-author-card-image img { height: 100%; min-height: 100%; }
  .gfd-author-card-copy { padding: 20px 18px; }
  .gfd-author-card h2 { font-size: 1.45rem; }
  .gfd-author-card-bio { font-size: .8rem; }
  .gfd-related-grid,
  .gfd-form-grid { grid-template-columns: 1fr; }
	.gfd-related { padding-bottom: 52px; }
	.gfd-related-grid { gap: 28px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.gfd-related-grid a { font-size: .92rem; }
	.gfd-footer-author,
	.gfd-footer-optin { grid-template-columns: 1fr; }
	.gfd-footer-author-image { min-height: 0; }
	.gfd-footer-author-image img { aspect-ratio: 4 / 4.4; object-position: center 30%; }
	.gfd-footer-author-copy,
	.gfd-footer-optin-copy { padding: 32px 22px 36px; }
	.gfd-footer-author-copy > p:not(.gfd-kicker) { font-size: .95rem; }
	.gfd-footer-optin-images { min-height: 0; order: -1; }
  .gfd-page-header { padding: 52px 0 48px; }
  .gfd-page-content { padding-bottom: 70px; padding-top: 45px; }
  .gfd-index-hero { padding: 44px 0 48px; }
  .gfd-index-hero-grid { align-items: start; gap: 32px; grid-template-columns: 1fr; }
  .gfd-index-hero h1 { font-size: clamp(3.2rem, 15vw, 4.4rem); }
  .gfd-index-intro { border-left: 0; border-top: 1px solid #b9af9f; padding-left: 0; padding-top: 25px; }
  .gfd-index-intro > p:first-child { font-size: 1.05rem; }
  .gfd-index-count { margin-top: 20px; }
  .gfd-index-collections, .gfd-index-latest { padding: 52px 0 62px; }
  .gfd-collection-grid, .gfd-index-recipe-grid { grid-template-columns: 1fr; }
  .gfd-collection-card { border-left: 0 !important; border-top: 1px solid var(--gfd-line); min-height: 0; padding: 21px; }
  .gfd-collection-card:first-child { border-top: 0; }
  .gfd-collection-number { margin-bottom: 24px; }
  .gfd-collection-link { margin-top: 18px; padding-top: 0; }
  .gfd-index-recipe-grid { gap: 38px; }
  .gfd-about-hero { padding: 48px 0 58px; }
  .gfd-about-hero-grid, .gfd-about-body { grid-template-columns: 1fr; }
  .gfd-about-hero-grid { gap: 45px; }
  .gfd-about-portrait { margin-right: 13px; }
  .gfd-about-intro h1 { font-size: clamp(3.2rem, 15vw, 4.4rem); }
  .gfd-about-deck { font-size: 1.05rem; }
  .gfd-about-body { gap: 48px; padding-block: 52px 72px; }
  .gfd-about-story { font-size: 1rem; }
}
