/* Home-site overlays on Experiences visual system */
.home-site .wordmark em {
  background: #f2c84b;
  color: #1d3029;
}
.home-site .brand-tagline {
  color: #e9b09e;
  position: relative;
  z-index: 1;
}
.home-site .main-nav {
  z-index: 30;
}
.home-site.nav-open .brand-tagline {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
/* Tall logo+tagline was vertically centering the nav into the arched photo. */
.home-site .header-inner {
  position: relative;
  align-items: flex-start;
}
.home-site .main-nav {
  margin-top: 0.55rem;
}
.home-site .nav-toggle {
  margin-top: 0.55rem;
}
@media (min-width: 1281px) {
  .home-site .main-nav {
    gap: 1rem;
    font-size: 0.82rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 46rem;
  }
}
.hero-more {
  margin: 0.85rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}
.hero-more a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.cuisine-continue {
  border-top: 1px solid var(--line);
}
.cuisine-continue-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 0.4rem 0 0;
}
.home-site .hero .hero-scene {
  margin-top: 8.75rem;
}
/* Absolute header (logo + HOME + tagline) is tall — keep Volume kicker below it. */
.home-cuisine-hero .hero-content {
  padding-top: 13.5rem;
}
.home-cuisine-hero .hero-content h1 {
  margin-top: 0.85rem;
}
.cuisine-name-accent {
  color: #f0d24a;
}
.home-cuisine-hero .section-kicker {
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .home-cuisine-hero .hero-content {
    padding-top: 12.5rem;
  }
}
@media (max-width: 640px) {
  .home-cuisine-hero .hero-content {
    padding-top: 11.5rem;
  }
}
.home-dish-grid {
  display: grid;
  gap: 1.5rem;
}
.home-dish-card {
  display: grid;
  grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.home-dish-photo {
  display: block;
  min-height: 180px;
  background: #ece5d7;
}
.home-dish-photo img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  display: block;
}
.home-dish-copy {
  padding: 1.1rem 1.2rem 1.2rem 0;
}
.home-dish-kicker {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 0.35rem;
}
.home-dish-copy h3 {
  margin: 0 0 0.55rem;
  font-family: var(--display);
  font-size: 1.55rem;
}
.home-dish-copy h3 a {
  color: inherit;
  text-decoration: none;
}
.home-dish-copy p {
  color: var(--muted);
  margin: 0 0 0.85rem;
}
.home-cuisine-hero .hero-image {
  min-height: 420px;
}
.home-recipe-banner {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.85rem 1.25rem;
  background: var(--deep);
  color: var(--white);
  font-size: 0.92rem;
}
.home-recipe-banner a {
  color: #f2c84b;
}
.home-recipe-frame {
  max-width: 920px;
  margin: 0 auto;
  padding: 1rem;
  overflow: auto;
}
.home-recipe-frame .page {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
}
.experience-footer {
  background: var(--deep);
  color: rgba(255, 253, 248, 0.84);
  padding: 2rem 1.25rem;
}
.home-site .experience-footer {
  display: block;
  max-width: none;
  width: 100%;
  box-sizing: border-box;
}
.experience-footer .footer-inner {
  max-width: 1240px;
  margin: 0 auto;
}
.experience-footer a {
  color: #f2c84b;
}
.footer-cuisines {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.85rem;
  margin: 1.15rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 253, 248, 0.14);
}
.footer-cuisines a {
  color: rgba(255, 253, 248, 0.86);
  text-decoration: none;
  font-size: 0.86rem;
}
.amazon-trademark {
  margin: 0.85rem 0 0;
  font-size: 0.78rem;
  color: rgba(255, 253, 248, 0.58);
}
.footer-series {
  max-width: 42rem;
  margin: 1.15rem 0 0;
  color: rgba(255, 253, 248, 0.88);
  font-size: 0.92rem;
  line-height: 1.5;
}
.footer-series-label {
  margin: 0.85rem 0 0;
  color: rgba(255, 253, 248, 0.92);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.footer-cuisines a:hover,
.footer-cuisines a[aria-current="page"] {
  color: #f2c84b;
}
.home-buy-block {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.35rem 1.85rem;
  align-items: center;
  margin-top: 2rem;
  padding: 1.35rem 1.4rem;
  background: linear-gradient(180deg, #f7f1e6 0%, #efe6d6 100%);
  border: 1px solid rgba(29, 48, 41, 0.12);
  box-shadow: 0 10px 28px rgba(29, 48, 41, 0.08);
}
.home-buy-cover {
  display: block;
  flex: 0 0 auto;
  width: clamp(148px, 17vw, 196px);
  line-height: 0;
  text-decoration: none;
}
.home-buy-cover img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 2px;
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.28),
    0 6px 14px rgba(0, 0, 0, 0.18),
    0 1px 2px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.home-buy-cover:hover img {
  transform: translateY(-3px);
  box-shadow:
    0 22px 42px rgba(0, 0, 0, 0.32),
    0 8px 16px rgba(0, 0, 0, 0.2);
}
.home-buy-actions {
  min-width: 0;
}
.home-buy-actions .section-kicker {
  margin-bottom: 0.35rem;
}
.home-buy-actions h3 {
  margin: 0 0 0.55rem;
  font-family: var(--display, "Playfair Display", Georgia, serif);
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  line-height: 1.15;
  color: var(--ink, #1d3029);
}
.home-buy-actions > p {
  margin: 0 0 1rem;
  max-width: 36rem;
  color: var(--muted, #5c6a63);
  font-size: 0.98rem;
  line-height: 1.55;
}
.home-buy-buttons {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0;
}
.home-buy-block:has(.book-preview-launch) {
  grid-template-columns: auto minmax(168px, 240px) minmax(0, 1fr);
  align-items: stretch;
}
.book-preview-launch {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  background: #1d3029;
  color: #fffdf8;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(29, 48, 41, 0.16);
}
.book-preview-launch-mosaic {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 1fr 1fr;
  min-height: 150px;
  flex: 1;
}
.book-preview-launch-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.book-preview-launch-mosaic img:first-child {
  grid-row: 1 / span 2;
}
.book-preview-launch-copy {
  display: block;
  padding: 0.75rem 0.85rem 0.85rem;
}
.book-preview-launch-copy strong {
  display: block;
  font-family: var(--display, "Playfair Display", Georgia, serif);
  font-size: 1.05rem;
}
.book-preview-launch-copy small {
  display: block;
  margin-top: 0.2rem;
  color: rgba(255, 253, 248, 0.78);
  font-size: 0.78rem;
}
.book-preview-frame {
  width: min(420px, 100%);
  max-width: 100%;
  height: min(78vh, 760px);
  margin: 0 auto;
  background: #fffdf8;
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(29, 48, 41, 0.22);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.book-preview {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  height: 100%;
}
.book-preview-top {
  padding: 1.1rem 1.1rem 0.35rem;
}
.book-preview-title {
  max-width: none;
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 1.85rem);
}
.book-preview-tabs {
  display: flex;
  gap: 0.35rem;
  overflow-x: auto;
  padding: 0.65rem 1.1rem 0.45rem;
  border-bottom: 1px solid rgba(29, 48, 41, 0.1);
  scrollbar-width: thin;
}
.book-preview-tab {
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  color: #5c6a63;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 600;
  padding: 0.35rem 0.55rem 0.55rem;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.book-preview-tab[aria-selected="true"] {
  color: #1d3029;
  border-bottom-color: #c75b3e;
}
.book-preview-panels {
  flex: 1;
  overflow: auto;
  padding: 0.85rem 1.1rem 1.1rem;
}
.book-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 0.7rem;
}
.book-preview-dish {
  margin: 0;
}
.book-preview-dish img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  background: #ece5d7;
}
.book-preview-dish-name {
  margin: 0.4rem 0.1rem 0;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.3;
  color: #1d3029;
}
.book-preview-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0.85rem 1.1rem 1.1rem;
  border-top: 1px solid rgba(29, 48, 41, 0.1);
  background: #fffdf8;
}
.book-preview-dialog {
  border: 0;
  padding: 0;
  background: transparent;
  max-width: none;
}
.book-preview-dialog::backdrop {
  background: rgba(18, 28, 24, 0.62);
}
.book-preview-dialog-shell {
  position: relative;
  width: min(440px, calc(100vw - 1.5rem));
}
.book-preview-dialog-shell iframe {
  width: 100%;
  height: min(78vh, 760px);
  border: 0;
  border-radius: 22px;
  background: #fffdf8;
}
.book-preview-close {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  z-index: 2;
  border: 0;
  border-radius: 999px;
  background: #1d3029;
  color: #fff;
  padding: 0.4rem 0.7rem;
  font: inherit;
  font-size: 0.78rem;
  cursor: pointer;
}
html[data-embed="1"] .experience-header,
html[data-embed="1"] .experience-footer {
  display: none;
}
html[data-embed="1"],
html[data-embed="1"] body {
  height: 100%;
  background: #fffdf8;
}
html[data-embed="1"] .book-preview-main {
  padding: 0;
  height: 100%;
}
html[data-embed="1"] .book-preview-frame {
  width: 100%;
  height: 100%;
  border-radius: 0;
  box-shadow: none;
}
.book-preview-page .experience-header {
  position: relative;
  background: var(--deep);
  color: var(--white);
}
.book-preview-main {
  padding: 2rem 1rem 3rem;
}
@media (max-width: 720px) {
  .home-buy-block {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 1.15rem;
  }
  .home-buy-block:has(.book-preview-launch) {
    grid-template-columns: 1fr;
  }
  .home-buy-cover {
    width: 148px;
  }
  .book-preview-launch {
    width: 100%;
  }
}
.home-prose {
  max-width: 44rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--ink);
}
.home-prose p {
  margin: 0 0 1.1rem;
  color: var(--ink);
}
.home-prose p:last-child {
  margin-bottom: 0;
}
.home-dish-why {
  color: var(--ink) !important;
  margin-bottom: 0.65rem !important;
}
.home-book-points {
  margin: 1.25rem 0 0;
  padding-left: 1.2rem;
  color: var(--muted);
}
.home-book-points li {
  margin-bottom: 0.45rem;
}
.home-book-pitch .home-book-prose {
  max-width: 46rem;
}
.home-sample-note {
  margin: 1rem 0 0;
  padding: 0.9rem 1rem;
  background: var(--cream-deep, #ece5d7);
  border-left: 3px solid var(--terracotta);
}
.home-sample-note a {
  color: var(--terracotta-dark, #9e412c);
  font-weight: 600;
}
.home-book-collage {
  margin: 0 0 1.75rem;
  width: 100%;
  overflow: hidden;
  background: var(--deep, #1d3029);
  box-shadow: var(--shadow);
}
.home-book-pitch {
  padding-bottom: 2.5rem;
}
.home-book-collage img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1600 / 720;
  object-fit: cover;
}
.home-lang-switcher {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.65rem;
  margin: 1rem 0 1.25rem;
}
.home-lang-switcher .amazon-available {
  width: 108px;
  height: auto;
  display: block;
  flex: 0 0 108px;
  margin-right: 0.35rem;
}
.home-lang-switcher a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #f6f2e9;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  padding: 0.28rem 0.7rem;
  border: 1px solid rgba(246, 242, 233, 0.35);
  border-radius: 999px;
}
.home-lang-switcher a:hover,
.home-lang-switcher a.is-active {
  background: rgba(246, 242, 233, 0.16);
  border-color: rgba(246, 242, 233, 0.7);
}
.home-lang-switcher a span[aria-hidden="true"] {
  font-size: 0.78em;
  opacity: 0.85;
}
.amazon-soon {
  display: inline-block;
  margin: 0.15rem 0 0.35rem;
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 600;
}
.home-cuisine-hero .amazon-soon {
  color: #f6f2e9;
}
.home-buy-buttons .amazon-soon,
.book-preview-cta .amazon-soon {
  color: var(--ink);
  margin: 0.15rem 0;
}
.home-cuisine-hero .hero-actions {
  margin-top: 0.15rem;
}
@media (max-width: 800px) {
  .home-dish-card {
    grid-template-columns: 1fr;
  }
  .home-dish-copy {
    padding: 0 1.1rem 1.2rem;
  }
}
/* Recipe QR pages: solid header so white nav is readable on cream. */
.recipe-web-page .experience-header {
  position: relative;
  background: var(--deep);
  color: var(--white);
}
.recipe-web-page .recipe-web-main {
  max-width: 1080px;
  margin: 0 auto;
  padding: 2rem 1.5rem 3.5rem;
}
.recipe-web-page .recipe-web-main .wrap {
  max-width: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.recipe-web-page .recipe-cuisine-header {
  order: 1;
  margin: 0 0 0.65rem;
}
.recipe-web-page .recipe-cuisine-header a {
  color: inherit;
  text-decoration: none;
}
.recipe-web-page .recipe-cuisine-header .cuisine-name-accent {
  display: block;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.1;
}
.recipe-web-page .recipe-cuisine-header .book-title-rest {
  display: block;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
}
.recipe-web-page .recipe-web-main h1 {
  order: 2;
  max-width: none;
  width: 100%;
  margin: 0 0 0.85rem;
  font-size: clamp(2.15rem, 3.2vw, 3.35rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.recipe-web-page .recipe-web-main .recipe-meta {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.1rem;
  margin: -0.15rem 0 0.95rem;
  color: var(--muted, #6b574c);
  font-size: 0.92rem;
  font-weight: 600;
}
.recipe-web-page .recipe-web-main .recipe-meta time,
.recipe-web-page .recipe-web-main .recipe-meta .recipe-yield,
.recipe-web-page .recipe-web-main .recipe-meta .recipe-tags {
  letter-spacing: 0.01em;
}
.recipe-web-page .recipe-web-main h2 {
  max-width: none;
  margin: 0 0 0.85rem;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.recipe-web-page .recipe-web-main .story {
  order: 4;
  max-width: 46rem;
}
.recipe-web-page .recipe-web-main ul.ingredients {
  list-style: none;
  margin: 0;
  padding: 0;
}
.recipe-web-page .recipe-web-main ul.ingredients li {
  margin: 0;
  padding: 0.55rem 0;
  border-bottom: 1px dotted var(--line);
  line-height: 1.35;
  word-spacing: normal;
  letter-spacing: 0;
}
.recipe-web-page .recipe-web-main ul.ingredients .amt {
  display: block;
  margin: 0 0 0.12rem;
  color: var(--muted, #6b574c);
  font-size: 0.82rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.01em;
}
.recipe-web-page .recipe-web-main img.hero,
.recipe-web-page .recipe-web-main .recipe-hero {
  order: 3;
  position: static;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
  margin: 0 0 1.35rem;
}
.recipe-web-page .recipe-web-main .grid {
  order: 5;
  display: grid;
  grid-template-columns: minmax(16rem, 22rem) minmax(0, 1fr);
  column-gap: 4.5rem;
  row-gap: 2rem;
  align-items: start;
  margin-top: 0.35rem;
}
.recipe-web-page .recipe-web-main .grid > * {
  min-width: 0;
}
.recipe-web-page .recipe-web-main ul,
.recipe-web-page .recipe-web-main ol {
  margin: 0;
  padding-left: 1.2rem;
}
.recipe-web-page .recipe-web-main li {
  margin: 0 0 0.55rem;
}
.recipe-web-page .recipe-web-main .home-buy-block {
  order: 15;
  margin-top: 2.5rem;
}
.recipe-web-page .recipe-web-main .home-buy-actions h3 {
  max-width: none;
}
.recipe-web-page .recipe-web-main .share {
  order: 20;
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 1.15rem;
  align-items: start;
  margin: 2.75rem 0 0;
  padding: 1.4rem 0 0;
  border-top: 1px solid var(--line);
  border-bottom: 0;
}
.recipe-web-page .recipe-web-main .share h2 {
  margin-bottom: 0.45rem;
}
@media (max-width: 800px) {
  .recipe-web-page .recipe-web-main .grid {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .recipe-web-page .recipe-web-main .share {
    grid-template-columns: 88px minmax(0, 1fr);
  }
}
.pantry-site .experience-header {
  position: relative;
  background: var(--deep);
  color: var(--white);
}
.pantry-hero .hero-content {
  padding-top: 3.5rem;
}
.pantry-hero-image {
  min-height: 420px;
  background: #1d3029 center/cover no-repeat;
  background-image: url("/pantry/images/black-pepper.jpg");
}
.pantry-item,
.pantry-intro {
  max-width: 820px;
}
.pantry-item .lead {
  font-size: 1.2rem;
  color: var(--muted);
}
.pantry-meta {
  color: var(--muted);
  font-size: 0.92rem;
}
.pantry-hero-photo img,
.pantry-history-photo img,
.pantry-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.pantry-hero-photo {
  margin: 1.4rem 0 1.8rem;
  background: #ece5d7;
}
.pantry-history-photo {
  margin: 1.8rem 0;
}
.pantry-history-photo figcaption {
  margin-top: 0.55rem;
  color: var(--muted);
  font-size: 0.82rem;
}
.pantry-disclaimer {
  font-size: 0.9rem;
  color: var(--muted);
}
.pantry-cuisine-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.55rem;
  margin: 0.8rem 0 1.6rem;
}
.pantry-cuisine-links a,
.pantry-chip-row a,
.pantry-chip-row .pantry-soon {
  display: inline-block;
  padding: 0.28rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.86rem;
  background: var(--white);
}
.pantry-cuisine-links a:hover,
.pantry-chip-row a:hover {
  border-color: var(--ink);
}
.pantry-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.pantry-soon {
  color: var(--muted);
}
.pantry-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
.breadcrumbs {
  margin: 0 0 1rem;
  font-size: 0.86rem;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.55rem;
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--muted);
}
.breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin-left: 0.45rem;
  color: var(--line);
}
.hub-pager {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  margin: 1.4rem 0 0;
}
.hub-pager a {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
}
.hub-pager a[aria-current="page"] {
  border-color: var(--ink);
  font-weight: 600;
}
.hub-pager-gap {
  color: var(--muted);
}
.pantry-card {
  background: var(--white);
  border: 1px solid var(--line);
}
.pantry-card a {
  display: block;
  color: inherit;
}
.pantry-card h3 {
  font-family: var(--display);
  margin: 0.85rem 1rem 0.4rem;
}
.pantry-card p {
  margin: 0 1rem 1.1rem;
  color: var(--muted);
}
.pantry-atlas-group {
  margin-bottom: 1.6rem;
}
.pantry-buy {
  margin-top: 1.5rem;
}
.cookware-hero-image {
  min-height: 420px;
  background: #2a2118 center/cover no-repeat;
  background-image: url("/cookware/images/tagine.jpg");
}
.community-hero-image {
  min-height: 420px;
  background: #2c241c center/cover no-repeat;
  background-image: url("/community/images/table.jpg");
}
.community-invite {
  margin: 2rem 0 0;
  padding: 1.4rem 1.5rem;
  border: 1px solid var(--line);
  background: var(--white);
}
.community-invite .button {
  margin: 0.4rem 0 0.8rem;
}
.community-social {
  color: var(--muted);
  font-size: 0.92rem;
}
.table-setting-photo {
  margin: 0 0 1.4rem;
  background: #ece5d7;
}
.table-setting-photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.table-shop-card .table-shop-buy,
.host-menu .table-shop-buy,
.table-shop-buy {
  margin: 0 1rem 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.host-timeline {
  margin: 0.4rem 0 1.2rem 1.1rem;
}
@media (max-width: 720px) {
  .pantry-card-grid {
    grid-template-columns: 1fr;
  }
}
