body.page--topic.topic-theme--food .food-alt-sheet {
  margin-top: 1.35rem;
  padding: clamp(1.4rem, 2.2vw, 2rem);
  background:
    radial-gradient(circle at 82% 16%, rgba(var(--topic-secondary-rgb), 0.06), transparent 24%),
    linear-gradient(135deg, rgba(var(--topic-primary-rgb), 0.045), transparent 36%),
    linear-gradient(180deg, rgba(251, 246, 235, 0.98), rgba(246, 238, 220, 0.98));
  border: 1px solid rgba(var(--topic-ink-rgb), 0.06);
  border-radius: 1.25rem;
  box-shadow:
    0 14px 36px rgba(var(--topic-primary-rgb), 0.06),
    inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

body.page--topic.topic-theme--food .food-alt-notes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-bottom: 1.55rem;
}

body.page--topic.topic-theme--food .food-alt-nucleus {
  display: grid;
  gap: 1.35rem;
  align-items: stretch;
  margin-bottom: 1.55rem;
}

body.page--topic.topic-theme--food .food-alt-nucleus--desktop {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

body.page--topic.topic-theme--food .food-alt-nucleus--tablet {
  display: none;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
}

body.page--topic.topic-theme--food .food-alt-nucleus-right {
  display: grid;
  gap: 1.35rem;
}

body.page--topic.topic-theme--food .food-alt-nucleus-side-column {
  display: grid;
  gap: 1.1rem;
  align-content: start;
}

body.page--topic.topic-theme--food .food-alt-nucleus--secondary-pair .food-alt-nucleus-right {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.page--topic.topic-theme--food .food-alt-nucleus--primary-single .food-alt-nucleus-right {
  grid-template-columns: minmax(0, 1fr);
}

body.page--topic.topic-theme--food .food-alt-followup {
  display: grid;
  gap: 1.2rem;
}

body.page--topic.topic-theme--food .food-alt-followup + .food-alt-followup {
  margin-top: 1.2rem;
}

body.page--topic.topic-theme--food .food-alt-followup--primaries {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.page--topic.topic-theme--food .food-alt-followup--secondaries {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

body.page--topic.topic-theme--food .food-alt-followup--tablet {
  display: none;
}

body.page--topic.topic-theme--food .food-alt-card {
  position: relative;
  align-self: stretch;
  padding: 1rem 1.1rem 1.15rem;
  background: rgba(251, 245, 232, 0.56);
  border-radius: 1.35rem;
  box-shadow: 0 6px 18px rgba(var(--topic-primary-rgb), 0.028);
}

body.page--topic.topic-theme--food .food-alt-card-shell {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

body.page--topic.topic-theme--food .food-alt-card-kicker {
  margin: 0;
  font-size: 0.64rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink-500);
}

body.page--topic.topic-theme--food .food-alt-card-title {
  margin: 0.38rem 0 0;
  font-family: "Fraunces", serif;
  line-height: 0.98;
  letter-spacing: -0.025em;
  color: var(--ink-900);
  text-wrap: balance;
}

body.page--topic.topic-theme--food .food-alt-card-text {
  margin: 0.72rem 0 0;
  font-size: 0.91rem;
  line-height: 1.68;
  color: var(--ink-700);
}

body.page--topic.topic-theme--food .food-alt-card-media {
  display: flex;
  margin: 0.85rem 0 0;
  overflow: hidden;
  width: min(100%, 20rem);
  aspect-ratio: 1.42;
}

body.page--topic.topic-theme--food .food-alt-card-media img {
  flex: 1;
  min-width: 0;
  height: 100%;
  display: block;
  object-fit: cover;
}

body.page--topic.topic-theme--food .food-alt-card--primary .food-alt-card-title {
  font-size: clamp(1.85rem, 2.5vw, 2.95rem);
}

body.page--topic.topic-theme--food .food-alt-card--secondary .food-alt-card-title {
  font-size: clamp(1.18rem, 1.55vw, 1.7rem);
}

body.page--topic.topic-theme--food .food-alt-card--more .food-alt-card-title {
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.08;
}

body.page--topic.topic-theme--food .food-alt-card--more .food-alt-card-text,
body.page--topic.topic-theme--food .food-alt-card--note .food-alt-card-text {
  font-size: 0.84rem;
  line-height: 1.62;
}

body.page--topic.topic-theme--food .food-alt-card--nucleus-main .food-alt-card-title {
  font-size: clamp(2.2rem, 3.4vw, 4rem);
  line-height: 0.96;
}

body.page--topic.topic-theme--food .food-alt-card--nucleus-main .food-alt-card-text {
  font-size: 0.95rem;
  line-height: 1.72;
}

body.page--topic.topic-theme--food .food-alt-card--nucleus-main.food-alt-card--with-media .food-alt-card-media {
  width: min(100%, 30rem);
  max-height: 18rem;
}

body.page--topic.topic-theme--food .food-alt-card--nucleus-side .food-alt-card-title {
  font-size: clamp(1.4rem, 1.9vw, 2rem);
  line-height: 1.02;
}

body.page--topic.topic-theme--food .food-alt-card--nucleus-side.food-alt-card--with-media .food-alt-card-media {
  width: 100%;
  max-height: 14rem;
}

body.page--topic.topic-theme--food .food-alt-card--followup .food-alt-card-title {
  font-size: clamp(1.5rem, 2vw, 2.25rem);
}

body.page--topic.topic-theme--food .food-alt-card--followup.food-alt-card--secondary .food-alt-card-title {
  font-size: clamp(1.18rem, 1.5vw, 1.55rem);
}

body.page--topic.topic-theme--food .food-alt-card--followup.food-alt-card--with-media .food-alt-card-media {
  width: min(100%, 18rem);
  max-height: 11rem;
}

body.page--topic.topic-theme--food .food-alt-card--xs.food-alt-card--primary .food-alt-card-title,
body.page--topic.topic-theme--food .food-alt-card--s.food-alt-card--primary .food-alt-card-title {
  font-size: clamp(1.65rem, 2.1vw, 2.55rem);
}

body.page--topic.topic-theme--food .food-alt-nucleus--primary-single .food-alt-card--primary.food-alt-card--with-media .food-alt-card-shell,
body.page--topic.topic-theme--food .food-alt-followup--desktop.food-alt-followup--primaries .food-alt-card--primary.food-alt-card--with-media .food-alt-card-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  column-gap: 1.05rem;
  align-items: start;
}

body.page--topic.topic-theme--food .food-alt-nucleus--primary-single .food-alt-card--primary.food-alt-card--with-media .food-alt-card-kicker,
body.page--topic.topic-theme--food .food-alt-nucleus--primary-single .food-alt-card--primary.food-alt-card--with-media .food-alt-card-title,
body.page--topic.topic-theme--food .food-alt-nucleus--primary-single .food-alt-card--primary.food-alt-card--with-media .food-alt-card-text,
body.page--topic.topic-theme--food .food-alt-followup--desktop.food-alt-followup--primaries .food-alt-card--primary.food-alt-card--with-media .food-alt-card-kicker,
body.page--topic.topic-theme--food .food-alt-followup--desktop.food-alt-followup--primaries .food-alt-card--primary.food-alt-card--with-media .food-alt-card-title,
body.page--topic.topic-theme--food .food-alt-followup--desktop.food-alt-followup--primaries .food-alt-card--primary.food-alt-card--with-media .food-alt-card-text {
  grid-column: 2;
}

body.page--topic.topic-theme--food .food-alt-nucleus--primary-single .food-alt-card--primary.food-alt-card--with-media .food-alt-card-media,
body.page--topic.topic-theme--food .food-alt-followup--desktop.food-alt-followup--primaries .food-alt-card--primary.food-alt-card--with-media .food-alt-card-media {
  grid-column: 1;
  grid-row: 1 / span 3;
  width: 100%;
  max-height: none;
  margin: 0;
}

body.page--topic.topic-theme--food .food-alt-nucleus--primary-single .food-alt-card--nucleus-side.food-alt-card--primary.food-alt-card--with-media .food-alt-card-kicker,
body.page--topic.topic-theme--food .food-alt-nucleus--primary-single .food-alt-card--nucleus-side.food-alt-card--primary.food-alt-card--with-media .food-alt-card-title,
body.page--topic.topic-theme--food .food-alt-nucleus--primary-single .food-alt-card--nucleus-side.food-alt-card--primary.food-alt-card--with-media .food-alt-card-text,
body.page--topic.topic-theme--food .food-alt-followup--desktop.food-alt-followup--primaries .food-alt-card--primary.food-alt-card--with-media:nth-child(even) .food-alt-card-kicker,
body.page--topic.topic-theme--food .food-alt-followup--desktop.food-alt-followup--primaries .food-alt-card--primary.food-alt-card--with-media:nth-child(even) .food-alt-card-title,
body.page--topic.topic-theme--food .food-alt-followup--desktop.food-alt-followup--primaries .food-alt-card--primary.food-alt-card--with-media:nth-child(even) .food-alt-card-text {
  grid-column: 1;
}

body.page--topic.topic-theme--food .food-alt-nucleus--primary-single .food-alt-card--nucleus-side.food-alt-card--primary.food-alt-card--with-media .food-alt-card-media,
body.page--topic.topic-theme--food .food-alt-followup--desktop.food-alt-followup--primaries .food-alt-card--primary.food-alt-card--with-media:nth-child(even) .food-alt-card-media {
  grid-column: 2;
}

@media (max-width: 1024px) {
  body.page--topic.topic-theme--food .food-alt-nucleus--desktop,
  body.page--topic.topic-theme--food .food-alt-followup--desktop {
    display: none;
  }

  body.page--topic.topic-theme--food .food-alt-nucleus--tablet {
    display: grid;
  }

  body.page--topic.topic-theme--food .food-alt-followup--tablet {
    display: grid;
  }

  body.page--topic.topic-theme--food .food-alt-followup--primaries {
    grid-template-columns: 1fr;
  }

  body.page--topic.topic-theme--food .food-alt-card--nucleus-main.food-alt-card--with-media .food-alt-card-media {
    width: min(100%, 24rem);
  }
}

@media (max-width: 720px) {
  body.page--topic.topic-theme--food .food-alt-sheet {
    padding: 1.1rem;
  }

  body.page--topic.topic-theme--food .food-alt-nucleus--tablet {
    grid-template-columns: 1fr;
  }

  body.page--topic.topic-theme--food .food-alt-notes,
  body.page--topic.topic-theme--food .food-alt-followup--secondaries {
    grid-template-columns: 1fr;
  }
}
