:root {
  --ink: #233027;
  --ink-soft: #445148;
  --muted: #6c766f;
  --cream: #fff8ed;
  --paper: #fffdf8;
  --paper-strong: #ffffff;
  --orange: #ec6a35;
  --orange-deep: #c94c1d;
  --green: #35694a;
  --green-deep: #254c36;
  --green-soft: #e5f0e7;
  --yellow: #f3c55e;
  --pink: #eaa0a4;
  --blue: #9acbd1;
  --line: #e7ded1;
  --shadow-sm: 0 10px 30px rgba(55, 43, 29, 0.08);
  --shadow-lg: 0 30px 80px rgba(55, 43, 29, 0.16);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --content: 1180px;
  --font-sans: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-display: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--font-sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
picture { display: block; }
.hero-grid > *,
.hero-visual > *,
.featured-shell > *,
.recipe-grid > *,
.recipe-hero-shell > *,
.recipe-layout > *,
.recipe-tools > * { min-width: 0; }
.hero-photo picture,
.featured-image picture,
.recipe-card-image picture,
.recipe-hero-image picture { width: 100%; height: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 999;
  transform: translateY(-160%);
  padding: .75rem 1rem;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.container {
  width: min(calc(100% - 2rem), var(--content));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(231, 222, 209, .78);
  background: rgba(255, 248, 237, .91);
  backdrop-filter: blur(16px);
}
.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  text-decoration: none;
  min-width: 0;
}
.brand-mark {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  filter: drop-shadow(0 6px 12px rgba(71, 72, 43, .12));
}
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong {
  font-family: var(--font-display);
  font-size: 1.42rem;
  letter-spacing: -.02em;
}
.brand-copy small {
  margin-top: .24rem;
  color: var(--muted);
  font-size: .72rem;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: .35rem;
}
.site-nav a {
  padding: .65rem .9rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: .94rem;
  text-decoration: none;
}
.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: #fff;
  box-shadow: var(--shadow-sm);
  color: var(--green-deep);
}
.nav-print-link {
  background: var(--green) !important;
  color: #fff !important;
}
.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: var(--paper-strong);
  box-shadow: var(--shadow-sm);
  color: var(--ink);
}
.menu-button svg { width: 22px; height: 22px; margin: auto; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .58rem;
  min-height: 48px;
  padding: .72rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 12px 26px rgba(236, 106, 53, .28);
}
.btn-primary:hover { background: var(--orange-deep); }
.btn-secondary {
  background: #fff;
  border-color: var(--line);
  color: var(--ink);
  box-shadow: var(--shadow-sm);
}
.btn-quiet {
  background: var(--green-soft);
  color: var(--green-deep);
}
.btn svg { width: 19px; height: 19px; }

.eyebrow {
  margin: 0 0 .8rem;
  color: var(--orange-deep);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.section-heading {
  max-width: 730px;
  margin-bottom: 2rem;
}
.section-heading h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.section-heading p {
  max-width: 650px;
  margin: .8rem 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.home-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 7vw, 6.5rem) 0 clamp(4.5rem, 8vw, 7rem);
}
.home-hero::before,
.home-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
}
.home-hero::before {
  width: 370px;
  height: 370px;
  left: -190px;
  top: -130px;
  background: rgba(243, 197, 94, .34);
}
.home-hero::after {
  width: 300px;
  height: 300px;
  right: -150px;
  bottom: -110px;
  background: rgba(154, 203, 209, .34);
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}
.hero-copy h1 {
  max-width: 720px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.1rem, 7vw, 6.65rem);
  line-height: .94;
  letter-spacing: -.055em;
}
.hero-copy h1 em {
  color: var(--green);
  font-style: italic;
  font-weight: 500;
}
.hero-copy .lede {
  max-width: 620px;
  margin: 1.5rem 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.03rem, 1.5vw, 1.2rem);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.8rem;
}
.hero-note {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin-top: 1.55rem;
  color: var(--muted);
  font-size: .92rem;
  font-weight: 650;
}
.hero-note span:first-child {
  display: inline-grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 900;
}
.hero-visual {
  position: relative;
  min-height: 570px;
  display: grid;
  grid-template-columns: 1.42fr .76fr;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
}
.hero-photo {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  background: var(--green-soft);
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}
.hero-photo:hover img { transform: scale(1.035); }
.hero-photo-main { grid-row: 1 / 3; transform: rotate(-1.25deg); }
.hero-photo-top { transform: rotate(2deg); }
.hero-photo-bottom { transform: rotate(-2deg); }
.hero-photo-label {
  position: absolute;
  left: 1.1rem;
  bottom: 1.1rem;
  max-width: calc(100% - 2.2rem);
  padding: .8rem 1rem;
  border-radius: 18px;
  background: rgba(255, 253, 248, .9);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-sm);
}
.hero-photo-label small {
  display: block;
  color: var(--orange-deep);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.hero-photo-label strong {
  display: block;
  margin-top: .12rem;
  font-family: var(--font-display);
  font-size: 1.17rem;
  line-height: 1.12;
}
.hero-sticker {
  position: absolute;
  z-index: 3;
  right: -20px;
  top: 48%;
  width: 110px;
  height: 110px;
  display: grid;
  place-items: center;
  border: 8px solid var(--cream);
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
  text-align: center;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  transform: rotate(8deg);
  box-shadow: var(--shadow-sm);
}

.category-section { padding: 1rem 0 clamp(4.5rem, 8vw, 7rem); }
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.category-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border-radius: var(--radius-md);
  color: #fff;
  text-decoration: none;
  box-shadow: var(--shadow-sm);
  isolation: isolate;
}
.category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
  z-index: -2;
}
.category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(20, 30, 24, .04), rgba(20, 30, 24, .82));
}
.category-card:nth-child(2)::after,
.category-card:nth-child(3)::after,
.category-card:nth-child(4)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  mix-blend-mode: soft-light;
  opacity: .45;
}
.category-card:nth-child(2)::after { background: var(--orange); }
.category-card:nth-child(3)::after { background: var(--blue); }
.category-card:nth-child(4)::after { background: var(--pink); }
.category-card:hover img { transform: scale(1.06); }
.category-card-content {
  position: absolute;
  inset: auto 1.25rem 1.25rem;
}
.category-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.75rem;
  line-height: 1.02;
}
.category-card p {
  margin: .55rem 0 0;
  color: rgba(255,255,255,.84);
  font-size: .9rem;
  line-height: 1.45;
}
.category-arrow {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  color: var(--ink);
}
.category-arrow svg { width: 19px; height: 19px; }

.featured-section {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  background: var(--green-deep);
  color: #fff;
}
.featured-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 36px 90px rgba(12, 30, 20, .3);
}
.featured-image { min-height: 520px; }
.featured-image img { width: 100%; height: 100%; object-fit: cover; }
.featured-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4.5rem);
}
.featured-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  line-height: .98;
  letter-spacing: -.045em;
}
.featured-copy .subtitle {
  margin: .75rem 0 0;
  color: var(--green);
  font-weight: 800;
}
.featured-copy .summary { margin: 1.2rem 0 0; color: var(--muted); }
.recipe-meta-inline {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin: 1.35rem 0 1.65rem;
}
.meta-pill {
  display: inline-flex;
  align-items: center;
  gap: .38rem;
  padding: .52rem .75rem;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green-deep);
  font-size: .82rem;
  font-weight: 800;
}

.latest-section { padding: clamp(4.5rem, 8vw, 7rem) 0; }
.recipe-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
.recipe-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper-strong);
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease;
}
.recipe-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}
.recipe-card-link { display: block; text-decoration: none; }
.recipe-card-image {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--green-soft);
}
.recipe-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.recipe-card:hover .recipe-card-image img { transform: scale(1.045); }
.recipe-card-badge {
  position: absolute;
  left: 1rem;
  top: 1rem;
  padding: .43rem .68rem;
  border-radius: 999px;
  background: rgba(255, 253, 248, .92);
  color: var(--orange-deep);
  font-size: .69rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.recipe-card-body { padding: 1.25rem; }
.recipe-card-body h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.7rem;
  line-height: 1.08;
  letter-spacing: -.025em;
}
.recipe-card-body p { margin: .65rem 0 0; color: var(--muted); font-size: .93rem; }
.recipe-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem 1rem;
  margin-top: 1rem;
  color: var(--green-deep);
  font-size: .8rem;
  font-weight: 800;
}
.section-link-row { display: flex; justify-content: flex-end; margin-top: 1.5rem; }

.page-hero {
  padding: clamp(3rem, 7vw, 5rem) 0 2.4rem;
  text-align: center;
}
.page-hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 5.6rem);
  line-height: .97;
  letter-spacing: -.05em;
}
.page-hero p {
  max-width: 680px;
  margin: 1rem auto 0;
  color: var(--muted);
  font-size: 1.08rem;
}
.recipe-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(200px, 280px);
  gap: 1rem;
  margin: 0 auto 2rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper-strong);
  box-shadow: var(--shadow-sm);
}
.field label {
  display: block;
  margin: 0 0 .35rem;
  color: var(--ink-soft);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.field input,
.field select {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fffdf9;
  color: var(--ink);
  padding: .72rem .85rem;
  outline: none;
}
.field input:focus,
.field select:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(53, 105, 74, .12);
}
.results-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  color: var(--muted);
}
.empty-state {
  padding: 3.5rem 1.5rem;
  border: 2px dashed var(--line);
  border-radius: var(--radius-md);
  text-align: center;
  color: var(--muted);
  background: rgba(255,255,255,.5);
}
.recipe-listing { padding-bottom: clamp(4.5rem, 8vw, 7rem); }

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  padding: 1.15rem 0;
  color: var(--muted);
  font-size: .82rem;
}
.breadcrumbs a { color: var(--green-deep); text-decoration: none; font-weight: 750; }
.breadcrumbs span[aria-hidden="true"] { opacity: .65; }
.recipe-page { padding-bottom: clamp(4.5rem, 8vw, 7rem); }
.recipe-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--paper-strong);
  box-shadow: var(--shadow-lg);
}
.recipe-hero-image { min-height: 530px; background: var(--green-soft); }
.recipe-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.recipe-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4.5rem);
}
.recipe-hero-copy h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: .97;
  letter-spacing: -.05em;
}
.recipe-subtitle {
  margin: .7rem 0 0;
  color: var(--green);
  font-size: 1.05rem;
  font-weight: 800;
}
.recipe-summary { margin: 1.3rem 0 0; color: var(--muted); }
.recipe-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.6rem; }
.recipe-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .65rem;
  margin-top: 1.5rem;
}
.recipe-fact {
  padding: .72rem .65rem;
  border-radius: 14px;
  background: var(--green-soft);
  text-align: center;
}
.recipe-fact small {
  display: block;
  color: var(--muted);
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.recipe-fact strong { display: block; margin-top: .12rem; color: var(--green-deep); font-size: .95rem; }
.recipe-layout {
  display: grid;
  grid-template-columns: minmax(270px, .38fr) minmax(0, .62fr);
  align-items: start;
  gap: clamp(1.5rem, 4vw, 3rem);
  margin-top: clamp(2rem, 5vw, 4rem);
}
.ingredients-card {
  position: sticky;
  top: 104px;
  padding: 1.45rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper-strong);
  box-shadow: var(--shadow-sm);
}
.recipe-section-title {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
}
.ingredient-list { display: grid; gap: .3rem; margin: 0; padding: 0; list-style: none; }
.ingredient-row {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: start;
  gap: .7rem;
  padding: .48rem .3rem;
  border-bottom: 1px dashed var(--line);
}
.ingredient-row:last-child { border-bottom: 0; }
.ingredient-check {
  appearance: none;
  width: 20px;
  height: 20px;
  margin: .18rem 0 0;
  border: 2px solid #aeb9b1;
  border-radius: 6px;
  background: #fff;
}
.ingredient-check:checked {
  border-color: var(--green);
  background: var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E") center/14px no-repeat;
}
.ingredient-row.is-checked span { color: #959e98; text-decoration: line-through; }
.cooks-note {
  margin-top: 1.2rem;
  padding: 1rem;
  border-radius: 16px;
  background: var(--green-soft);
}
.cooks-note strong {
  display: block;
  color: var(--green-deep);
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.cooks-note p { margin: .35rem 0 0; color: var(--ink-soft); font-size: .9rem; }
.method-card {
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper-strong);
  box-shadow: var(--shadow-sm);
}
.method-list { display: grid; gap: 1.15rem; margin: 0; padding: 0; list-style: none; counter-reset: method; }
.method-step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 1rem;
  align-items: start;
  counter-increment: method;
}
.method-step::before {
  content: counter(method);
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 9px 18px rgba(236, 106, 53, .22);
}
.method-step p { margin: .35rem 0 0; color: var(--ink-soft); }
.recipe-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.5rem;
}
.recipe-tags a {
  padding: .45rem .68rem;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green-deep);
  font-size: .76rem;
  font-weight: 800;
  text-decoration: none;
}
.related-section { margin-top: clamp(3rem, 6vw, 5rem); }
.related-section h2 { font-family: var(--font-display); font-size: 2.5rem; }

.category-page-intro {
  max-width: 780px;
  margin: 0 auto 2.2rem;
  padding: 1.25rem 1.4rem;
  border-radius: var(--radius-md);
  background: var(--green-soft);
  color: var(--green-deep);
  text-align: center;
}

.site-footer {
  padding: 3.2rem 0 2rem;
  background: var(--ink);
  color: #fff;
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
}
.footer-brand .brand-copy small { color: rgba(255,255,255,.62); }
.footer-brand p { max-width: 500px; margin: 1rem 0 0; color: rgba(255,255,255,.68); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .7rem 1rem; }
.footer-links a { color: rgba(255,255,255,.8); text-decoration: none; font-weight: 700; }
.footer-links a:hover { color: #fff; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255,255,255,.13);
  color: rgba(255,255,255,.55);
  font-size: .8rem;
}

.not-found {
  min-height: 62vh;
  display: grid;
  place-items: center;
  padding: 4rem 0;
  text-align: center;
}
.not-found-card {
  max-width: 700px;
  padding: clamp(2rem, 6vw, 4rem);
  border-radius: var(--radius-lg);
  background: var(--paper-strong);
  box-shadow: var(--shadow-lg);
}
.not-found .number {
  color: var(--orange);
  font-family: var(--font-display);
  font-size: clamp(5rem, 15vw, 10rem);
  line-height: .8;
}
.not-found h1 { font-family: var(--font-display); font-size: 2.5rem; }
.not-found p { color: var(--muted); }

.recipe-print-sheet { display: none; }

@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 520px; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .featured-shell { grid-template-columns: 1fr; }
  .featured-image { min-height: 430px; }
  .recipe-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .recipe-hero-shell { grid-template-columns: 1fr; }
  .recipe-hero-image { min-height: 440px; }
  .recipe-layout { grid-template-columns: 1fr; }
  .ingredients-card { position: static; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 1.25rem), var(--content)); }
  .header-inner { min-height: 68px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-copy strong { font-size: 1.25rem; }
  .brand-copy small { font-size: .61rem; }
  .menu-button { display: grid; place-items: center; }
  .site-nav {
    position: fixed;
    inset: 68px .65rem auto;
    display: grid;
    padding: .75rem;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255,253,248,.98);
    box-shadow: var(--shadow-lg);
    transform: translateY(-18px) scale(.98);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
  }
  .site-nav[data-open="true"] { transform: translateY(0) scale(1); opacity: 1; pointer-events: auto; }
  .site-nav a { width: 100%; }
  body.menu-open { overflow: hidden; }
  .home-hero { padding-top: 2.5rem; }
  .hero-copy h1 { font-size: clamp(3.25rem, 16vw, 5.2rem); }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-visual {
    min-height: 430px;
    grid-template-columns: 1.25fr .75fr;
    gap: .65rem;
  }
  .hero-photo { border-radius: 22px; }
  .hero-sticker { width: 84px; height: 84px; right: -8px; font-size: .62rem; border-width: 6px; }
  .hero-photo-label { left: .7rem; bottom: .7rem; padding: .65rem .75rem; }
  .hero-photo-label strong { font-size: .92rem; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 260px; }
  .featured-copy { padding: 2rem 1.35rem 2.2rem; }
  .featured-image { min-height: 320px; }
  .recipe-grid { grid-template-columns: 1fr; }
  .recipe-tools { grid-template-columns: 1fr; }
  .recipe-hero-image { min-height: 320px; }
  .recipe-hero-copy { padding: 1.65rem 1.2rem 1.8rem; }
  .recipe-hero-copy h1 { font-size: clamp(2.65rem, 14vw, 4.15rem); }
  .recipe-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .recipe-actions { display: grid; }
  .recipe-actions .btn { width: 100%; }
  .ingredients-card, .method-card { padding: 1.15rem; }
  .method-step { grid-template-columns: 40px 1fr; gap: .75rem; }
  .method-step::before { width: 38px; height: 38px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .footer-bottom { flex-direction: column; }
}

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

@media print {
  @page { size: A4 portrait; margin: 8mm; }
  html, body { width: auto; min-height: 0; height: auto; background: #fff !important; }
  body { margin: 0 !important; color: #263128 !important; font-family: Arial, Helvetica, sans-serif !important; }
  .site-header,
  .site-footer,
  .recipe-page,
  .skip-link { display: none !important; }
  main { margin: 0 !important; padding: 0 !important; }
  .recipe-print-sheet {
    display: block !important;
    width: 194mm;
    min-height: 279mm;
    margin: 0;
    padding: 0 8mm 5mm;
    overflow: hidden;
    background: #fffaf1 !important;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  .print-hero {
    width: calc(100% + 16mm);
    height: 48mm;
    margin-left: -8mm;
    object-fit: cover;
  }
  .print-kicker {
    margin: 4.2mm 0 1.2mm;
    color: #c75b27;
    font-size: 7.5pt;
    font-weight: 800;
    letter-spacing: 1.2pt;
    text-transform: uppercase;
  }
  .print-title {
    margin: 0;
    color: #202620;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25pt;
    line-height: .98;
    letter-spacing: -.5pt;
  }
  .print-subtitle { margin: 1.4mm 0 3mm; color: #70756e; font-size: 10pt; }
  .print-facts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2mm;
    margin-bottom: 4mm;
    padding: 2.5mm 3mm;
    border-radius: 3mm;
    background: #eee8dc !important;
    color: #35694a;
    font-size: 7.8pt;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
  }
  .print-grid {
    display: grid;
    grid-template-columns: 35% 65%;
    gap: 6mm;
    align-items: start;
  }
  .print-col + .print-col { border-left: .35mm solid #ddd4c8; padding-left: 6mm; }
  .print-heading {
    margin: 0 0 2.2mm;
    color: #35694a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15.5pt;
    line-height: 1;
  }
  .print-ingredients { margin: 0; padding-left: 4.2mm; color: #343a35; font-size: 8.4pt; line-height: 1.36; }
  .print-ingredients li { margin-bottom: .7mm; }
  .print-method { margin: 0; padding: 0; list-style: none; counter-reset: print-method; }
  .print-method li {
    display: grid;
    grid-template-columns: 6.5mm 1fr;
    gap: 2.3mm;
    align-items: start;
    margin-bottom: 1.5mm;
    color: #343a35;
    font-size: 8.15pt;
    line-height: 1.25;
    counter-increment: print-method;
    break-inside: avoid;
  }
  .print-method li::before {
    content: counter(print-method);
    width: 6mm;
    height: 6mm;
    display: block;
    border-radius: 50%;
    background: #d46b2d !important;
    color: #fff !important;
    font-size: 7.4pt;
    font-weight: 800;
    line-height: 6mm;
    text-align: center;
  }
  .print-note {
    margin-top: 4mm;
    padding: 3mm;
    border-radius: 3mm;
    background: #e5f0e7 !important;
    color: #35493a;
    font-size: 7.7pt;
    line-height: 1.35;
  }
  .print-note strong {
    display: block;
    margin-bottom: 1mm;
    color: #35694a;
    font-size: 7.1pt;
    letter-spacing: .65pt;
    text-transform: uppercase;
  }
  .print-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 6mm;
    padding-top: 2.2mm;
    border-top: .3mm solid #ddd4c8;
    color: #777b75;
    font-size: 6.6pt;
    letter-spacing: .45pt;
    text-transform: uppercase;
  }
}
