.batch-food {
  --forest: #064e3b;
  --pine: #059669;
  --mint: #ecfdf5;
  --leaf: #a7f3d0;
  --orange: #ea580c;
  --sun: #fbbf24;
  --ink: #14342b;
  --plum: #4a1630;
  --pink: #db2777;
  --muted: #557066;
  --paper: #fffdf7;
  --line: rgba(6, 78, 59, 0.15);
  --shadow: 0 24px 70px rgba(6, 78, 59, 0.18);
  background: var(--mint);
  color: var(--ink);
  font-family: 'Nunito Sans', Arial, sans-serif;
}
.batch-food .page {
  max-width: 1320px;
  padding: 0 24px 72px;
}
.batch-food .search-shell {
  top: 0;
  margin: 0 -24px;
}
.batch-food .search-bar {
  min-height: 72px;
  padding: 10px 24px;
  border: 0;
  border-bottom: 1px solid rgba(6, 78, 59, 0.12);
  border-radius: 0;
  background: rgba(255, 253, 247, 0.94);
  box-shadow: none;
}
.batch-food .search-bar .search-brand {
  width: 190px;
  min-height: 38px;
}
.batch-food .search-input {
  height: 42px;
  border: 1px solid rgba(6, 78, 59, 0.18);
  background: #fff;
  color: var(--forest);
}
.batch-food .search-button {
  height: 42px;
  padding-inline: 18px;
  background: var(--forest);
}
.batch-food .header-game {
  color: var(--forest);
  font-size: 15px;
  padding: 10px 14px;
}
.batch-language-switcher {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 2px;
  padding: 4px;
  border: 1px solid rgba(6, 78, 59, 0.16);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(6, 78, 59, 0.09);
}
.batch-language-switcher a {
  min-width: 38px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--forest);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.batch-language-switcher a.is-active {
  background: var(--forest);
  color: #fff;
}
.batch-food .food-breadcrumb {
  margin: 16px 0;
  padding: 0 6px;
  color: #41675c;
}
.batch-food .food-breadcrumb a {
  color: var(--forest);
  font-weight: 800;
}

.batch-food .hero {
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  min-height: 680px;
  gap: clamp(30px, 5vw, 68px);
  padding: clamp(42px, 6vw, 82px);
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #fdf2f8 0%, #fff7ed 45%, #ecfdf5 100%);
  box-shadow: none;
  backdrop-filter: none;
  overflow: hidden;
}
.batch-food .hero > div {
  position: relative;
  z-index: 2;
}
.batch-food .hero .eyebrow {
  padding: 0;
  margin: 0 0 15px;
  border-radius: 0;
  background: none;
  color: var(--pink);
  font-weight: 900;
}
.batch-food .hero h1 {
  max-width: 13ch;
  color: var(--plum);
  font-family: 'Rubik', sans-serif;
  font-size: clamp(46px, 5.3vw, 76px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-wrap: balance;
}
.batch-food .hero .subhead {
  max-width: 650px;
  margin-top: 20px;
  color: #24594b;
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.65;
}
.batch-food .front-entries {
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  margin: 28px 0 0;
  gap: 12px;
}
.batch-food .front-entry {
  min-height: 78px;
  padding: 13px 16px;
  border-radius: 8px;
  font-weight: 900;
}
.batch-food .front-main {
  background: var(--orange);
  color: #16110e;
  box-shadow: 0 14px 28px rgba(234, 88, 12, 0.24);
}
.batch-food .front-game {
  background: linear-gradient(135deg, #073b2e, #0f766e);
  color: #e5fff4;
  box-shadow: 0 18px 42px rgba(6, 78, 59, 0.2);
}
.batch-food .front-entry strong {
  font-family: 'Rubik', sans-serif;
  font-size: 17px;
}
.batch-food .front-entry small {
  color: inherit;
  opacity: 0.88;
}
.batch-food .front-main .entry-arrow {
  color: #111;
}
.batch-food .hero-tools {
  margin-top: 18px;
}
.batch-food .hero-tools > a {
  border-color: rgba(6, 78, 59, 0.2);
  background: #fff;
  color: var(--forest);
  font-weight: 900;
}

.batch-food .food-cover {
  position: relative;
  min-height: 520px;
  margin: 0;
  padding: 12px;
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
  transform: rotate(-1.4deg);
  isolation: isolate;
}
.batch-food .food-cover:before {
  content: '';
  position: absolute;
  left: 10%;
  top: -10px;
  width: 92px;
  height: 24px;
  z-index: 3;
  background: rgba(251, 191, 36, 0.82);
  transform: rotate(-5deg);
  mix-blend-mode: multiply;
}
.batch-food .food-cover img {
  width: 100%;
  height: 100%;
  min-height: 496px;
  aspect-ratio: auto;
  border-radius: 4px;
  object-fit: cover;
}
.batch-food .food-cover:after {
  content: '';
  position: absolute;
  inset: 12px;
  border-radius: 4px;
  background: linear-gradient(180deg, transparent 55%, rgba(6, 78, 59, 0.72));
  pointer-events: none;
}
.batch-food .food-cover figcaption {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 28px;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-weight: 900;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
}
.batch-food .food-photo-tag {
  position: absolute;
  right: -8px;
  bottom: 18px;
  z-index: 4;
  max-width: 42%;
  padding: 13px 16px;
  border: 8px solid var(--paper);
  border-radius: 8px;
  background: var(--pink);
  color: white;
  box-shadow: 0 20px 48px rgba(74, 22, 48, 0.25);
  font-family: 'Rubik', sans-serif;
  font-weight: 800;
  line-height: 1.05;
  transform: rotate(5deg);
}

.batch-food .food-toc {
  justify-content: center;
  gap: 12px;
  margin: 24px 0;
}
.batch-food .food-toc a {
  border-color: rgba(6, 78, 59, 0.16);
  border-radius: 999px;
  background: var(--paper);
  color: var(--forest);
  box-shadow: 0 10px 24px rgba(6, 78, 59, 0.07);
}
.batch-food .facts {
  gap: 1px;
  margin: 0;
  padding: 1px;
  border-radius: 8px;
  background: rgba(167, 243, 208, 0.28);
  overflow: hidden;
}
.batch-food .fact {
  min-height: 124px;
  padding: 24px;
  border: 0;
  border-radius: 0;
  background: #073b2e;
  color: #e7fff4;
}
.batch-food .fact-label {
  color: var(--leaf);
  font-weight: 900;
}
.batch-food .fact-value {
  color: white;
  font-family: 'Rubik', sans-serif;
  font-size: 19px;
}

.batch-food .reading-layout {
  gap: 24px;
  margin-top: 24px;
}
.batch-food .content-section {
  border-color: rgba(6, 78, 59, 0.14);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 18px 44px rgba(6, 78, 59, 0.09);
}
.batch-food .food-story {
  padding: clamp(28px, 4vw, 52px);
}
.batch-food .food-story section + section {
  border-color: rgba(6, 78, 59, 0.14);
}
.batch-food .food-story h2,
.batch-food .section-title {
  color: var(--forest);
  font-family: 'Rubik', sans-serif;
  line-height: 1.08;
}
.batch-food .food-story h2 {
  font-size: clamp(28px, 3vw, 42px);
}
.batch-food .food-story p {
  color: #315d52;
  font-size: 18px;
  line-height: 1.82;
}
.batch-food .inline-entry {
  border-left: 6px solid var(--orange);
  border-radius: 8px;
  background: #fff7ed;
}
.batch-food .reading-aside {
  position: sticky;
  top: 92px;
}
.batch-food .reading-aside .content-section:first-child {
  background: #f0fdf4;
}
.batch-food .walk-list li::marker {
  color: var(--orange);
}
.batch-food .sources {
  border: 0;
  background: linear-gradient(135deg, #073b2e, #064e3b);
  color: #dffbea;
  box-shadow: 0 26px 64px rgba(6, 78, 59, 0.2);
}
.batch-food .sources .section-title {
  color: white;
}
.batch-food .sources .muted,
.batch-food .sources li p {
  color: #c9f5e5;
}
.batch-food .sources a {
  color: #fde68a;
  overflow-wrap: anywhere;
}

.batch-food .food-related > a {
  padding: 12px;
  border: 1px solid rgba(6, 78, 59, 0.13);
  border-radius: 8px;
  background: #f8fffb;
  box-shadow: 0 12px 28px rgba(6, 78, 59, 0.07);
}
.batch-food .food-related img {
  border-radius: 6px;
}
.batch-food .food-discovery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 24px;
}
.batch-food .food-discovery > .content-section {
  min-width: 0;
  margin: 0;
  padding: clamp(24px, 3vw, 38px);
}
.batch-food .food-discovery .food-related {
  grid-template-columns: 1fr;
}
.batch-food .food-related small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}
.batch-food .nearby-food {
  background: #f0fdf4;
}
.batch-food .similar-food {
  background: #fff7ed;
}
.batch-food .batch-back {
  margin: 24px 0;
  text-align: center;
}
.batch-food .food-footer {
  padding: 28px;
  border-radius: 8px;
  background: var(--forest);
  color: #dffbea;
}
.batch-food .food-footer a {
  color: #dffbea;
}

.collection-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 38px;
}
.collection-languages {
  display: grid;
  justify-items: end;
  gap: 8px;
}
.collection-languages > strong {
  color: var(--plum);
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  letter-spacing: 0.02em;
}
.batch-logo {
  display: block;
  width: min(240px, 58vw);
  margin: 0;
}
.batch-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.batch-collection .page {
  max-width: 1400px;
}
.batch-collection {
  background: linear-gradient(180deg, #fdf2f8 0, #fff7ed 440px, #ecfdf5 100%);
}
.batch-collection .collection-heading {
  padding: clamp(38px, 6vw, 80px);
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #fdf2f8, #fff7ed 48%, #ecfdf5);
  box-shadow: none;
}
.batch-collection .collection-heading h1 {
  color: var(--plum);
  font-family: 'Rubik', sans-serif;
  font-size: clamp(48px, 7vw, 88px);
  line-height: 0.95;
}
.batch-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.batch-grid .collection-card {
  min-width: 0;
  padding: 0;
  overflow: hidden;
}
.batch-grid .collection-card > a {
  height: 100%;
  gap: 0;
}
.batch-grid .collection-card img {
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 0;
}
.batch-grid .collection-card > a > div {
  padding: 22px;
}
.batch-grid .collection-card h2 {
  color: var(--forest);
  font-family: 'Rubik', sans-serif;
  font-size: 27px;
  line-height: 1.05;
}
.batch-grid .collection-card p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #42675c;
}

@media (hover: hover) {
  .batch-language-switcher a:not(.is-active):hover {
    background: var(--mint);
  }
  .batch-food .food-cover:hover {
    transform: rotate(-0.6deg) translateY(-4px);
    box-shadow: 0 34px 88px rgba(6, 78, 59, 0.24);
  }
  .batch-food .food-photo-tag {
    transition: transform 0.22s ease;
  }
  .batch-food .food-cover:hover .food-photo-tag {
    transform: rotate(2deg) translateY(-5px);
  }
}
@media (max-width: 1100px) and (min-width: 641px) {
  .batch-food .search-bar {
    flex-wrap: wrap;
  }
  .batch-food .search-form {
    order: 3;
    flex-basis: 100%;
  }
  .batch-food .search-bar .batch-language-switcher {
    margin-left: auto;
  }
}
@media (max-width: 980px) {
  .batch-food .hero {
    grid-template-columns: 1fr;
  }
  .batch-food .food-cover {
    min-height: 500px;
  }
  .batch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .batch-food .reading-aside {
    position: static;
  }
  .batch-food .food-discovery {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .batch-food .page {
    padding: 0 12px 48px;
  }
  .batch-food .search-shell {
    margin: 0 -12px;
  }
  .batch-food .search-bar {
    min-height: 64px;
    padding: 9px 12px;
  }
  .batch-food .search-bar .search-brand {
    display: inline-flex;
    width: 170px;
  }
  .batch-food .search-bar .batch-language-switcher {
    grid-column: 1/-1;
    width: 100%;
    justify-content: center;
    overflow-x: auto;
  }
  .batch-language-switcher a {
    padding-inline: 9px;
  }
  .batch-food .hero {
    min-height: 0;
    padding: 30px 18px 38px;
    gap: 30px;
  }
  .batch-food .hero h1 {
    max-width: 12ch;
    font-size: 42px;
  }
  .batch-food .front-entries {
    grid-template-columns: 1fr;
  }
  .batch-food .front-entry {
    min-height: 68px;
    justify-content: flex-start;
  }
  .batch-food .food-cover {
    min-height: 390px;
    padding: 8px;
    transform: rotate(-0.8deg);
  }
  .batch-food .food-cover img {
    min-height: 374px;
  }
  .batch-food .food-cover:after {
    inset: 8px;
  }
  .batch-food .food-cover figcaption {
    left: 22px;
    bottom: 20px;
    max-width: 70%;
  }
  .batch-food .food-photo-tag {
    right: -4px;
    bottom: 14px;
    max-width: 44%;
    padding: 10px 12px;
    border-width: 6px;
    font-size: 14px;
  }
  .batch-food .facts {
    grid-template-columns: 1fr;
  }
  .batch-food .fact {
    min-height: 0;
  }
  .batch-food .food-story {
    padding: 26px 20px;
  }
  .batch-food .food-story p {
    font-size: 17px;
  }
  .batch-grid {
    grid-template-columns: 1fr;
  }
  .batch-grid .collection-card > a {
    grid-template-columns: 118px 1fr;
  }
  .batch-grid .collection-card img {
    height: 100%;
    min-height: 160px;
  }
  .batch-grid .collection-card > a > div {
    padding: 16px;
  }
  .collection-top {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .collection-languages {
    width: 100%;
    justify-items: start;
  }
  .collection-top .batch-language-switcher {
    max-width: 100%;
    overflow-x: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .batch-food .food-cover,
  .batch-food .food-photo-tag {
    transform: none !important;
  }
}
