:root {
  --ink: #292526;
  --muted: #4f4a47;
  --light: #f7f7f5;
  --paper: #fff;
  --grey: #e9e9e8;
  --orange: #d05a00;
  --orange-deep: #c94f00;
  --gold: #c99a49;
  --green: #3f652f;
  --soft-green: #ecfaed;
  --soft-orange: #fff4e9;
  --line: #2d2928;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

/* Final recipe archive overrides */
.recipe-archive-hero {
  background:
    linear-gradient(90deg, rgba(255, 250, 244, 0.94), rgba(255, 250, 244, 0.76)),
    #fffaf4;
  border-bottom: 0;
  max-width: none;
  overflow: hidden;
  padding: 100px 40px 54px;
  text-align: left;
  width: 100%;
}

.media-hero-inner {
  align-items: center;
  display: grid;
  gap: 58px;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1120px;
}

.media-hero-photo,
.owned-recipes-product {
  background: #f5ecdf;
  border: 1px solid #ead8c6;
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(67, 42, 20, 0.1);
  margin: 0;
  overflow: hidden;
}

.media-hero-photo {
  aspect-ratio: 1 / 0.78;
}

.media-hero-photo img,
.owned-recipes-product img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.media-hero-copy,
.owned-recipes-intro .owned-recipes-head {
  margin: 0;
  min-width: 0;
  text-align: left;
}

.media-hero-copy h1 {
  font-size: clamp(40px, 5vw, 66px);
  letter-spacing: 0.05em;
  line-height: 1.32;
  margin-bottom: 22px;
}

.media-hero-copy p:not(.media-eyebrow) {
  font-size: 18px;
  line-height: 2;
  max-width: 620px;
}

.owned-recipes {
  background: #fffaf4;
  border-top: 1px solid #ead9c7;
}

.owned-recipes-intro {
  display: block;
  margin: 0 auto 42px;
  max-width: 920px;
}

.owned-recipes-product {
  aspect-ratio: 16 / 9;
  margin-bottom: 34px;
}

.owned-recipes-intro .owned-recipes-head {
  max-width: 720px;
}

.owned-recipes-intro .owned-recipes-head h2 {
  letter-spacing: 0.05em;
}

.recipe-archive {
  background: #fffaf4;
  padding: 0 40px 104px;
}

.archive-filter-panel {
  background: rgba(255, 252, 248, 0.94);
  border: 1px solid #e5d7c8;
  box-shadow: 0 18px 48px rgba(70, 45, 22, 0.06);
  margin-top: 0;
  transform: translateY(-18px);
}

.archive-chip {
  border-color: #dfd0bf;
  border-radius: 7px;
}

.recipe-archive .owned-recipe-grid,
.owned-recipes [data-recipe-feed] .owned-recipe-grid {
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.recipe-archive .owned-recipe-grid {
  margin-top: 20px;
}

.owned-recipes [data-recipe-feed] .owned-recipe-grid {
  max-width: 1120px;
}

.owned-recipe-card {
  border-color: #eadbca;
  box-shadow: 0 18px 42px rgba(66, 42, 22, 0.06);
}

.owned-recipe-image {
  aspect-ratio: 16 / 9;
  background: #f2eadf;
  position: relative;
}

.owned-recipe-image.media-placeholder::after {
  display: none;
}

.owned-recipe-image img {
  transition: transform 0.28s ease;
}

.owned-recipe-card:hover .owned-recipe-image img {
  transform: scale(1.035);
}

.owned-recipe-category-badge,
.owned-recipe-time-badge {
  position: absolute;
  z-index: 2;
}

.owned-recipe-category-badge {
  background: var(--orange);
  border: 0;
  border-radius: 7px;
  color: #fff;
  font: 800 13px/1 var(--sans);
  left: 12px;
  padding: 8px 11px;
  top: 12px;
}

.owned-recipe-time-badge {
  align-items: center;
  background: #fffdf8;
  border: 1px solid #ead9c7;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(54, 35, 18, 0.12);
  color: #7b4a21;
  display: flex;
  flex-direction: column;
  height: 52px;
  justify-content: center;
  padding: 0;
  right: 12px;
  top: 12px;
  width: 52px;
}

.owned-recipe-time-badge strong {
  font: 900 20px/0.9 var(--sans);
}

.owned-recipe-time-badge small {
  font: 800 11px/1 var(--sans);
}

.owned-recipe-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 22px 18px;
}

.owned-recipe-body h3,
.owned-recipe-card h3 {
  font-size: 21px;
  line-height: 1.45;
  margin: 0 0 9px;
}

.owned-recipe-body p,
.owned-recipe-card p {
  color: #4f4741;
  font-size: 14px;
  line-height: 1.75;
  margin: 0 0 14px;
}

.owned-recipe-body .owned-recipe-tags {
  margin: auto 0 0;
}

.owned-recipe-tags span {
  background: #fff8ed;
  border: 1px solid #eadbc9;
  border-radius: 6px;
  color: #72553a;
  font: 800 12px/1 var(--sans);
  padding: 6px 9px;
}

@media (max-width: 900px) {
  .recipe-archive-hero {
    padding: 70px 20px 38px;
  }

  .media-hero-inner {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .media-hero-photo {
    aspect-ratio: 16 / 10;
    max-height: 280px;
  }

  .media-hero-copy h1 {
    font-size: 34px;
  }

  .media-hero-copy p:not(.media-eyebrow) {
    font-size: 14px;
  }

  .owned-recipes-product {
    max-height: 260px;
  }

  .recipe-archive .owned-recipe-grid,
  .owned-recipes [data-recipe-feed] .owned-recipe-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .recipe-archive-hero {
    padding-top: 42px;
  }

  .media-hero-inner {
    align-items: center;
    gap: 16px;
    grid-template-columns: 118px minmax(0, 1fr);
  }

  .media-hero-photo {
    aspect-ratio: 1;
    max-height: none;
  }

  .media-hero-copy h1 {
    font-size: 23px;
    line-height: 1.45;
    margin-bottom: 8px;
  }

  .media-hero-copy .media-eyebrow {
    font-size: 10px;
    margin-bottom: 8px;
  }

  .media-hero-copy p:not(.media-eyebrow) {
    font-size: 12px;
    line-height: 1.75;
  }

  .archive-filter-panel {
    padding: 14px;
    transform: translateY(-10px);
  }

  .archive-tag-grid {
    display: flex;
    gap: 8px;
    max-height: none;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .archive-chip-tag {
    flex: 0 0 auto;
  }

  .recipe-archive .owned-recipe-card,
  .owned-recipes [data-recipe-feed] .owned-recipe-card {
    display: grid;
    grid-template-columns: 42% minmax(0, 1fr);
    min-height: 152px;
  }

  .recipe-archive .owned-recipe-image,
  .owned-recipes [data-recipe-feed] .owned-recipe-image {
    aspect-ratio: auto;
    background: #f5ede3;
    height: 100%;
  }

  .recipe-archive .owned-recipe-image img,
  .owned-recipes [data-recipe-feed] .owned-recipe-image img {
    object-fit: contain;
  }

  .owned-recipe-category-badge {
    font-size: 10px;
    left: 8px;
    padding: 6px 8px;
    top: 8px;
  }

  .owned-recipe-time-badge {
    height: 42px;
    right: 8px;
    top: 8px;
    width: 42px;
  }

  .owned-recipe-time-badge strong {
    font-size: 16px;
  }

  .owned-recipe-time-badge small {
    font-size: 9px;
  }

  .owned-recipe-body {
    padding: 12px 12px 10px;
  }

  .owned-recipe-body h3,
  .owned-recipe-card h3 {
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 6px;
  }

  .owned-recipe-body p,
  .owned-recipe-card p {
    display: -webkit-box;
    font-size: 11px;
    line-height: 1.65;
    margin-bottom: 8px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .owned-recipe-tags {
    gap: 4px;
  }

  .owned-recipe-tags span {
    font-size: 10px;
    padding: 5px 6px;
  }
}

/* Final detail media override: preserve the full uploaded image */
.recipe-main-media.recipe-detail-image {
  aspect-ratio: auto;
  background: #f6efe6;
  border: 1px solid #eadbca;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  min-height: 0;
  padding: 10px;
}

.recipe-main-media.recipe-detail-image::after {
  display: none;
}

.recipe-main-media.recipe-detail-image img {
  display: block;
  height: auto;
  max-height: min(72vh, 680px);
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

@media (max-width: 640px) {
  .recipe-main-media.recipe-detail-image {
    padding: 6px;
  }

  .recipe-main-media.recipe-detail-image img {
    max-height: 560px;
  }
}

/* Recipe detail media: preserve full image without cropping */
.recipe-main-media.recipe-detail-image {
  aspect-ratio: auto;
  background: #f6efe6;
  border: 1px solid #eadbca;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  min-height: 0;
  padding: 10px;
}

.recipe-main-media.recipe-detail-image::after {
  display: none;
}

.recipe-main-media.recipe-detail-image img {
  display: block;
  height: auto;
  max-height: min(72vh, 680px);
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

@media (max-width: 640px) {
  .recipe-main-media.recipe-detail-image {
    padding: 6px;
  }

  .recipe-main-media.recipe-detail-image img {
    max-height: 560px;
  }
}

/* Definitive recipe card layout */
@media (min-width: 901px) {
  .recipe-archive .owned-recipe-grid,
  .owned-recipes [data-recipe-feed] .owned-recipe-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-left: auto;
    margin-right: auto;
    max-width: 1120px;
  }

  .recipe-archive .owned-recipe-card,
  .owned-recipes [data-recipe-feed] .owned-recipe-card {
    align-items: stretch;
    background: #fff;
    border: 1px solid #eadbca;
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(66, 42, 22, 0.06);
    display: grid;
    flex-direction: initial;
    grid-template-columns: 42% minmax(0, 1fr);
    min-height: 190px;
    overflow: hidden;
  }

  .recipe-archive .owned-recipe-image,
  .owned-recipes [data-recipe-feed] .owned-recipe-image {
    aspect-ratio: auto;
    background: #f2eadf;
    border-right: 1px solid #eadbca;
    display: block;
    height: 100%;
    min-height: 190px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .recipe-archive .owned-recipe-image img,
  .owned-recipes [data-recipe-feed] .owned-recipe-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .recipe-archive .owned-recipe-body,
  .owned-recipes [data-recipe-feed] .owned-recipe-body {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 16px 14px 14px;
  }

  .recipe-archive .owned-recipe-body h3,
  .owned-recipes [data-recipe-feed] .owned-recipe-body h3,
  .recipe-archive .owned-recipe-card h3,
  .owned-recipes [data-recipe-feed] .owned-recipe-card h3 {
    font-size: 18px;
    line-height: 1.42;
    margin: 0 0 8px;
  }

  .recipe-archive .owned-recipe-body p,
  .owned-recipes [data-recipe-feed] .owned-recipe-body p,
  .recipe-archive .owned-recipe-card p,
  .owned-recipes [data-recipe-feed] .owned-recipe-card p {
    color: #4f4741;
    display: -webkit-box;
    font-size: 12px;
    line-height: 1.68;
    margin: 0 0 10px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .recipe-archive .owned-recipe-body .owned-recipe-tags,
  .owned-recipes [data-recipe-feed] .owned-recipe-body .owned-recipe-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: auto 0 0;
  }

  .recipe-archive .owned-recipe-tags span,
  .owned-recipes [data-recipe-feed] .owned-recipe-tags span {
    background: #fff8ed;
    border: 1px solid #eadbc9;
    border-radius: 6px;
    color: #72553a;
    font: 800 10px/1 var(--sans);
    padding: 5px 6px;
  }
}

/* Final recipe cards: mobile-style card, three columns on desktop */
.recipe-archive .owned-recipe-grid,
.owned-recipes [data-recipe-feed] .owned-recipe-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}

.recipe-archive .owned-recipe-card,
.owned-recipes [data-recipe-feed] .owned-recipe-card {
  align-items: stretch;
  background: #fff;
  border: 1px solid #eadbca;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(66, 42, 22, 0.06);
  display: grid;
  grid-template-columns: 42% minmax(0, 1fr);
  min-height: 190px;
  overflow: hidden;
}

.recipe-archive .owned-recipe-image,
.owned-recipes [data-recipe-feed] .owned-recipe-image {
  aspect-ratio: auto;
  background: #f2eadf;
  border-right: 1px solid #eadbca;
  display: block;
  height: 100%;
  min-height: 190px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.recipe-archive .owned-recipe-image img,
.owned-recipes [data-recipe-feed] .owned-recipe-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.recipe-archive .owned-recipe-body,
.owned-recipes [data-recipe-feed] .owned-recipe-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 16px 14px 14px;
}

.recipe-archive .owned-recipe-body h3,
.owned-recipes [data-recipe-feed] .owned-recipe-body h3,
.recipe-archive .owned-recipe-card h3,
.owned-recipes [data-recipe-feed] .owned-recipe-card h3 {
  font-size: 18px;
  line-height: 1.42;
  margin: 0 0 8px;
}

.recipe-archive .owned-recipe-body p,
.owned-recipes [data-recipe-feed] .owned-recipe-body p,
.recipe-archive .owned-recipe-card p,
.owned-recipes [data-recipe-feed] .owned-recipe-card p {
  color: #4f4741;
  display: -webkit-box;
  font-size: 12px;
  line-height: 1.68;
  margin: 0 0 10px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.recipe-archive .owned-recipe-body .owned-recipe-tags,
.owned-recipes [data-recipe-feed] .owned-recipe-body .owned-recipe-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: auto 0 0;
}

.recipe-archive .owned-recipe-tags span,
.owned-recipes [data-recipe-feed] .owned-recipe-tags span {
  background: #fff8ed;
  border: 1px solid #eadbc9;
  border-radius: 6px;
  color: #72553a;
  font: 800 10px/1 var(--sans);
  padding: 5px 6px;
}

@media (max-width: 900px) {
  .recipe-archive .owned-recipe-grid,
  .owned-recipes [data-recipe-feed] .owned-recipe-grid {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

  .recipe-archive .owned-recipe-card,
  .owned-recipes [data-recipe-feed] .owned-recipe-card {
    min-height: 190px;
  }

  .recipe-archive .owned-recipe-image,
  .owned-recipes [data-recipe-feed] .owned-recipe-image {
    min-height: 190px;
  }

  .recipe-archive .owned-recipe-body,
  .owned-recipes [data-recipe-feed] .owned-recipe-body {
    padding: 18px 18px 16px;
  }

  .recipe-archive .owned-recipe-body h3,
  .owned-recipes [data-recipe-feed] .owned-recipe-body h3,
  .recipe-archive .owned-recipe-card h3,
  .owned-recipes [data-recipe-feed] .owned-recipe-card h3 {
    font-size: 20px;
  }

  .recipe-archive .owned-recipe-body p,
  .owned-recipes [data-recipe-feed] .owned-recipe-body p,
  .recipe-archive .owned-recipe-card p,
  .owned-recipes [data-recipe-feed] .owned-recipe-card p {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .recipe-archive .owned-recipe-grid,
  .owned-recipes [data-recipe-feed] .owned-recipe-grid {
    gap: 18px;
    max-width: 100%;
  }

  .recipe-archive .owned-recipe-card,
  .owned-recipes [data-recipe-feed] .owned-recipe-card {
    min-height: 176px;
  }

  .recipe-archive .owned-recipe-image,
  .owned-recipes [data-recipe-feed] .owned-recipe-image {
    min-height: 176px;
  }

  .recipe-archive .owned-recipe-body,
  .owned-recipes [data-recipe-feed] .owned-recipe-body {
    padding: 14px 13px 12px;
  }

  .recipe-archive .owned-recipe-body h3,
  .owned-recipes [data-recipe-feed] .owned-recipe-body h3,
  .recipe-archive .owned-recipe-card h3,
  .owned-recipes [data-recipe-feed] .owned-recipe-card h3 {
    font-size: 16px;
    margin-bottom: 7px;
  }

  .recipe-archive .owned-recipe-body p,
  .owned-recipes [data-recipe-feed] .owned-recipe-body p,
  .recipe-archive .owned-recipe-card p,
  .owned-recipes [data-recipe-feed] .owned-recipe-card p {
    font-size: 11px;
    line-height: 1.62;
    margin-bottom: 9px;
    -webkit-line-clamp: 2;
  }
}

/* Final: use the compact mobile-style recipe cards on every viewport */
.recipe-archive .owned-recipe-grid,
.owned-recipes [data-recipe-feed] .owned-recipe-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr);
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
}

.recipe-archive .owned-recipe-card,
.owned-recipes [data-recipe-feed] .owned-recipe-card {
  align-items: stretch;
  background: #fff;
  border: 1px solid #eadbca;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(66, 42, 22, 0.06);
  display: grid;
  grid-template-columns: 42% minmax(0, 1fr);
  min-height: 220px;
  overflow: hidden;
}

.recipe-archive .owned-recipe-image,
.owned-recipes [data-recipe-feed] .owned-recipe-image {
  aspect-ratio: auto;
  background: #f2eadf;
  border-right: 1px solid #eadbca;
  display: block;
  height: 100%;
  min-height: 220px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.recipe-archive .owned-recipe-image img,
.owned-recipes [data-recipe-feed] .owned-recipe-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.recipe-archive .owned-recipe-body,
.owned-recipes [data-recipe-feed] .owned-recipe-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 24px 26px 22px;
}

.recipe-archive .owned-recipe-body h3,
.owned-recipes [data-recipe-feed] .owned-recipe-body h3,
.recipe-archive .owned-recipe-card h3,
.owned-recipes [data-recipe-feed] .owned-recipe-card h3 {
  font-size: 24px;
  line-height: 1.45;
  margin: 0 0 10px;
}

.recipe-archive .owned-recipe-body p,
.owned-recipes [data-recipe-feed] .owned-recipe-body p,
.recipe-archive .owned-recipe-card p,
.owned-recipes [data-recipe-feed] .owned-recipe-card p {
  color: #4f4741;
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 16px;
}

.recipe-archive .owned-recipe-body .owned-recipe-tags,
.owned-recipes [data-recipe-feed] .owned-recipe-body .owned-recipe-tags {
  gap: 8px;
  margin: auto 0 0;
}

.recipe-archive .owned-recipe-tags span,
.owned-recipes [data-recipe-feed] .owned-recipe-tags span {
  background: #fff8ed;
  border: 1px solid #eadbc9;
  border-radius: 6px;
  color: #72553a;
  font: 800 12px/1 var(--sans);
  padding: 7px 9px;
}

@media (max-width: 640px) {
  .recipe-archive .owned-recipe-grid,
  .owned-recipes [data-recipe-feed] .owned-recipe-grid {
    gap: 18px;
    max-width: 100%;
  }

  .recipe-archive .owned-recipe-card,
  .owned-recipes [data-recipe-feed] .owned-recipe-card {
    min-height: 176px;
  }

  .recipe-archive .owned-recipe-image,
  .owned-recipes [data-recipe-feed] .owned-recipe-image {
    min-height: 176px;
  }

  .recipe-archive .owned-recipe-body,
  .owned-recipes [data-recipe-feed] .owned-recipe-body {
    padding: 14px 13px 12px;
  }

  .recipe-archive .owned-recipe-body h3,
  .owned-recipes [data-recipe-feed] .owned-recipe-body h3,
  .recipe-archive .owned-recipe-card h3,
  .owned-recipes [data-recipe-feed] .owned-recipe-card h3 {
    font-size: 16px;
    margin-bottom: 7px;
  }

  .recipe-archive .owned-recipe-body p,
  .owned-recipes [data-recipe-feed] .owned-recipe-body p,
  .recipe-archive .owned-recipe-card p,
  .owned-recipes [data-recipe-feed] .owned-recipe-card p {
    display: -webkit-box;
    font-size: 11px;
    line-height: 1.62;
    margin-bottom: 9px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .recipe-archive .owned-recipe-body .owned-recipe-tags,
  .owned-recipes [data-recipe-feed] .owned-recipe-body .owned-recipe-tags {
    gap: 5px;
  }

  .recipe-archive .owned-recipe-tags span,
  .owned-recipes [data-recipe-feed] .owned-recipe-tags span {
    font-size: 10px;
    padding: 5px 6px;
  }
}

/* Desktop blog card override */
@media (min-width: 901px) {
  .recipe-archive .owned-recipe-grid,
  .owned-recipes [data-recipe-feed] .owned-recipe-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-left: auto;
    margin-right: auto;
    max-width: 1120px;
  }

  .recipe-archive .owned-recipe-card,
  .owned-recipes [data-recipe-feed] .owned-recipe-card {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    height: 100%;
    min-height: 0;
  }

  .recipe-archive .owned-recipe-image,
  .owned-recipes [data-recipe-feed] .owned-recipe-image {
    aspect-ratio: 16 / 10;
    border-right: 0;
    display: block;
    height: auto;
    min-height: 0;
    width: 100%;
  }

  .recipe-archive .owned-recipe-image img,
  .owned-recipes [data-recipe-feed] .owned-recipe-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .recipe-archive .owned-recipe-body,
  .owned-recipes [data-recipe-feed] .owned-recipe-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    padding: 20px 22px 18px;
  }

  .recipe-archive .owned-recipe-body h3,
  .owned-recipes [data-recipe-feed] .owned-recipe-body h3,
  .recipe-archive .owned-recipe-card h3,
  .owned-recipes [data-recipe-feed] .owned-recipe-card h3 {
    font-size: 21px;
    line-height: 1.45;
    margin: 0 0 9px;
  }

  .recipe-archive .owned-recipe-body p,
  .owned-recipes [data-recipe-feed] .owned-recipe-body p,
  .recipe-archive .owned-recipe-card p,
  .owned-recipes [data-recipe-feed] .owned-recipe-card p {
    color: #4f4741;
    font-size: 14px;
    line-height: 1.75;
    margin: 0 0 14px;
  }

  .recipe-archive .owned-recipe-body .owned-recipe-tags,
  .owned-recipes [data-recipe-feed] .owned-recipe-body .owned-recipe-tags {
    gap: 6px;
    margin: auto 0 0;
  }

  .recipe-archive .owned-recipe-tags span,
  .owned-recipes [data-recipe-feed] .owned-recipe-tags span {
    background: #fff8ed;
    border: 1px solid #eadbc9;
    border-radius: 6px;
    color: #72553a;
    font: 800 12px/1 var(--sans);
    padding: 6px 9px;
  }
}

/* Final recipe card layout */
.recipe-archive .owned-recipe-grid,
.owned-recipes [data-recipe-feed] .owned-recipe-grid {
  gap: 28px;
  grid-template-columns: minmax(0, 1fr);
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}

.recipe-archive .owned-recipe-card,
.owned-recipes [data-recipe-feed] .owned-recipe-card {
  align-items: stretch;
  background: #fff;
  border: 1px solid #eadbca;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(66, 42, 22, 0.06);
  display: grid;
  grid-template-columns: minmax(320px, 44%) minmax(0, 1fr);
  min-height: 320px;
  overflow: hidden;
}

.recipe-archive .owned-recipe-image,
.owned-recipes [data-recipe-feed] .owned-recipe-image {
  aspect-ratio: auto;
  background: #f2eadf;
  border-right: 1px solid #eadbca;
  display: block;
  height: 100%;
  min-height: 320px;
  overflow: hidden;
  position: relative;
}

.recipe-archive .owned-recipe-image img,
.owned-recipes [data-recipe-feed] .owned-recipe-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.recipe-archive .owned-recipe-body,
.owned-recipes [data-recipe-feed] .owned-recipe-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 38px 38px 32px;
}

.recipe-archive .owned-recipe-body h3,
.owned-recipes [data-recipe-feed] .owned-recipe-body h3,
.recipe-archive .owned-recipe-card h3,
.owned-recipes [data-recipe-feed] .owned-recipe-card h3 {
  font-size: 30px;
  line-height: 1.48;
  margin: 0 0 16px;
}

.recipe-archive .owned-recipe-body p,
.owned-recipes [data-recipe-feed] .owned-recipe-body p,
.recipe-archive .owned-recipe-card p,
.owned-recipes [data-recipe-feed] .owned-recipe-card p {
  color: #4f4741;
  font-size: 17px;
  line-height: 1.95;
  margin: 0 0 26px;
}

.recipe-archive .owned-recipe-body .owned-recipe-tags,
.owned-recipes [data-recipe-feed] .owned-recipe-body .owned-recipe-tags {
  gap: 10px;
  margin: auto 0 0;
}

.recipe-archive .owned-recipe-tags span,
.owned-recipes [data-recipe-feed] .owned-recipe-tags span {
  background: #fff8ed;
  border: 1px solid #eadbc9;
  border-radius: 6px;
  color: #72553a;
  font: 800 15px/1 var(--sans);
  padding: 10px 13px;
}

@media (max-width: 900px) {
  .recipe-archive .owned-recipe-grid,
  .owned-recipes [data-recipe-feed] .owned-recipe-grid {
    gap: 22px;
    max-width: 720px;
  }

  .recipe-archive .owned-recipe-card,
  .owned-recipes [data-recipe-feed] .owned-recipe-card {
    grid-template-columns: 42% minmax(0, 1fr);
    min-height: 220px;
  }

  .recipe-archive .owned-recipe-image,
  .owned-recipes [data-recipe-feed] .owned-recipe-image {
    min-height: 220px;
  }

  .recipe-archive .owned-recipe-body,
  .owned-recipes [data-recipe-feed] .owned-recipe-body {
    padding: 22px 22px 18px;
  }

  .recipe-archive .owned-recipe-body h3,
  .owned-recipes [data-recipe-feed] .owned-recipe-body h3,
  .recipe-archive .owned-recipe-card h3,
  .owned-recipes [data-recipe-feed] .owned-recipe-card h3 {
    font-size: 22px;
    line-height: 1.45;
    margin-bottom: 10px;
  }

  .recipe-archive .owned-recipe-body p,
  .owned-recipes [data-recipe-feed] .owned-recipe-body p,
  .recipe-archive .owned-recipe-card p,
  .owned-recipes [data-recipe-feed] .owned-recipe-card p {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 14px;
  }

  .recipe-archive .owned-recipe-tags span,
  .owned-recipes [data-recipe-feed] .owned-recipe-tags span {
    font-size: 12px;
    padding: 7px 9px;
  }
}

@media (max-width: 640px) {
  .recipe-archive .owned-recipe-grid,
  .owned-recipes [data-recipe-feed] .owned-recipe-grid {
    gap: 18px;
    max-width: 100%;
  }

  .recipe-archive .owned-recipe-card,
  .owned-recipes [data-recipe-feed] .owned-recipe-card {
    grid-template-columns: 42% minmax(0, 1fr);
    min-height: 176px;
  }

  .recipe-archive .owned-recipe-image,
  .owned-recipes [data-recipe-feed] .owned-recipe-image {
    min-height: 176px;
  }

  .recipe-archive .owned-recipe-image img,
  .owned-recipes [data-recipe-feed] .owned-recipe-image img {
    object-fit: cover;
  }

  .recipe-archive .owned-recipe-body,
  .owned-recipes [data-recipe-feed] .owned-recipe-body {
    padding: 14px 13px 12px;
  }

  .recipe-archive .owned-recipe-body h3,
  .owned-recipes [data-recipe-feed] .owned-recipe-body h3,
  .recipe-archive .owned-recipe-card h3,
  .owned-recipes [data-recipe-feed] .owned-recipe-card h3 {
    font-size: 16px;
    margin-bottom: 7px;
  }

  .recipe-archive .owned-recipe-body p,
  .owned-recipes [data-recipe-feed] .owned-recipe-body p,
  .recipe-archive .owned-recipe-card p,
  .owned-recipes [data-recipe-feed] .owned-recipe-card p {
    display: -webkit-box;
    font-size: 11px;
    line-height: 1.62;
    margin-bottom: 9px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .recipe-archive .owned-recipe-body .owned-recipe-tags,
  .owned-recipes [data-recipe-feed] .owned-recipe-body .owned-recipe-tags {
    gap: 5px;
  }

  .recipe-archive .owned-recipe-tags span,
  .owned-recipes [data-recipe-feed] .owned-recipe-tags span {
    font-size: 10px;
    padding: 5px 6px;
  }
}

/* Desktop recipe cards: match the mobile horizontal card direction */
.recipe-archive .owned-recipe-grid,
.owned-recipes [data-recipe-feed] .owned-recipe-grid {
  gap: 26px;
  grid-template-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}

.recipe-archive .owned-recipe-card,
.owned-recipes [data-recipe-feed] .owned-recipe-card {
  display: grid;
  grid-template-columns: minmax(300px, 42%) minmax(0, 1fr);
  min-height: 330px;
}

.recipe-archive .owned-recipe-image,
.owned-recipes [data-recipe-feed] .owned-recipe-image {
  aspect-ratio: auto;
  height: 100%;
}

.recipe-archive .owned-recipe-image img,
.owned-recipes [data-recipe-feed] .owned-recipe-image img {
  object-fit: cover;
}

.recipe-archive .owned-recipe-body,
.owned-recipes [data-recipe-feed] .owned-recipe-body {
  padding: 38px 38px 32px;
}

.recipe-archive .owned-recipe-body h3,
.owned-recipes [data-recipe-feed] .owned-recipe-body h3 {
  font-size: 31px;
  line-height: 1.5;
  margin-bottom: 18px;
}

.recipe-archive .owned-recipe-body p,
.owned-recipes [data-recipe-feed] .owned-recipe-body p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 28px;
}

.recipe-archive .owned-recipe-tags,
.owned-recipes [data-recipe-feed] .owned-recipe-tags {
  gap: 10px;
}

.recipe-archive .owned-recipe-tags span,
.owned-recipes [data-recipe-feed] .owned-recipe-tags span {
  font-size: 15px;
  padding: 10px 13px;
}

@media (max-width: 900px) {
  .recipe-archive .owned-recipe-card,
  .owned-recipes [data-recipe-feed] .owned-recipe-card {
    min-height: 220px;
  }

  .recipe-archive .owned-recipe-body,
  .owned-recipes [data-recipe-feed] .owned-recipe-body {
    padding: 22px 22px 18px;
  }

  .recipe-archive .owned-recipe-body h3,
  .owned-recipes [data-recipe-feed] .owned-recipe-body h3 {
    font-size: 22px;
  }

  .recipe-archive .owned-recipe-body p,
  .owned-recipes [data-recipe-feed] .owned-recipe-body p {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .recipe-archive .owned-recipe-card,
  .owned-recipes [data-recipe-feed] .owned-recipe-card {
    grid-template-columns: 42% minmax(0, 1fr);
    min-height: 152px;
  }

  .recipe-archive .owned-recipe-image img,
  .owned-recipes [data-recipe-feed] .owned-recipe-image img {
    object-fit: contain;
  }

  .recipe-archive .owned-recipe-body,
  .owned-recipes [data-recipe-feed] .owned-recipe-body {
    padding: 12px 12px 10px;
  }

  .recipe-archive .owned-recipe-body h3,
  .owned-recipes [data-recipe-feed] .owned-recipe-body h3 {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .recipe-archive .owned-recipe-body p,
  .owned-recipes [data-recipe-feed] .owned-recipe-body p {
    font-size: 11px;
    line-height: 1.65;
    margin-bottom: 8px;
  }

  .recipe-archive .owned-recipe-tags span,
  .owned-recipes [data-recipe-feed] .owned-recipe-tags span {
    font-size: 10px;
    padding: 5px 6px;
  }
}

/* Final recipe archive catch copy fix */
.media-hero-copy h1 {
  font-size: clamp(44px, 4.2vw, 62px);
  letter-spacing: 0.04em;
  line-height: 1.36;
}

.recipe-catch-line {
  display: block;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .media-hero-copy h1 {
    font-size: 34px;
    line-height: 1.42;
  }
}

@media (max-width: 640px) {
  .media-hero-copy h1 {
    font-size: 23px;
    line-height: 1.45;
  }
}

.media-hero.recipe-archive-hero {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  text-align: left;
  width: 100%;
}

/* Recipe media mockup direction */
.recipe-archive-hero {
  background:
    linear-gradient(90deg, rgba(255, 250, 244, 0.92), rgba(255, 250, 244, 0.72)),
    #fffaf4;
  border-bottom: 1px solid #d8ab65;
  overflow: hidden;
  padding: 100px 40px 54px;
}

.media-hero-inner {
  align-items: center;
  display: grid;
  gap: 58px;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1120px;
}

.media-hero-photo {
  aspect-ratio: 1 / 0.78;
  background: #f5ecdf;
  border: 1px solid #ead8c6;
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(67, 42, 20, 0.1);
  margin: 0;
  overflow: hidden;
}

.media-hero-photo img,
.owned-recipes-product img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.media-hero-copy {
  min-width: 0;
  text-align: left;
}

.media-hero-copy h1 {
  font-size: clamp(40px, 5vw, 66px);
  letter-spacing: 0.05em;
  line-height: 1.32;
  margin-bottom: 22px;
}

.media-hero-copy p:not(.media-eyebrow) {
  font-size: 18px;
  line-height: 2;
  max-width: 620px;
}

.owned-recipes {
  background: #fffaf4;
  border-top: 1px solid #ead9c7;
}

.owned-recipes-intro {
  align-items: center;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
  margin: 0 auto 42px;
  max-width: 1120px;
}

.owned-recipes-product {
  aspect-ratio: 4 / 3;
  border: 1px solid #ead8c6;
  border-radius: 8px;
  box-shadow: 0 20px 52px rgba(64, 38, 18, 0.08);
  margin: 0;
  overflow: hidden;
}

.owned-recipes-intro .owned-recipes-head {
  margin: 0;
  max-width: 620px;
  text-align: left;
}

.owned-recipes-intro .owned-recipes-head h2 {
  letter-spacing: 0.05em;
}

.recipe-archive {
  background: #fffaf4;
  padding: 0 40px 104px;
}

.archive-filter-panel {
  background: rgba(255, 252, 248, 0.94);
  border: 1px solid #e5d7c8;
  box-shadow: 0 18px 48px rgba(70, 45, 22, 0.06);
  margin-top: 0;
  transform: translateY(-18px);
}

.archive-search-wrap input {
  border-color: #ded0c0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.archive-chip {
  border-color: #dfd0bf;
  border-radius: 7px;
}

.archive-chip.is-active {
  background: var(--orange);
  border-color: var(--orange);
}

.recipe-archive .owned-recipe-grid {
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
}

.owned-recipes [data-recipe-feed] .owned-recipe-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1120px;
}

.owned-recipe-card {
  border-color: #eadbca;
  box-shadow: 0 18px 42px rgba(66, 42, 22, 0.06);
}

.owned-recipe-image {
  aspect-ratio: 16 / 9;
  background: #f2eadf;
  position: relative;
}

.owned-recipe-image.media-placeholder::after {
  display: none;
}

.owned-recipe-image img {
  transition: transform 0.28s ease;
}

.owned-recipe-card:hover .owned-recipe-image img {
  transform: scale(1.035);
}

.owned-recipe-category-badge,
.owned-recipe-time-badge {
  position: absolute;
  z-index: 2;
}

.owned-recipe-category-badge {
  background: var(--orange);
  border: 0;
  border-radius: 7px;
  color: #fff;
  font: 800 13px/1 var(--sans);
  left: 12px;
  padding: 8px 11px;
  top: 12px;
}

.owned-recipe-time-badge {
  align-items: center;
  background: #fffdf8;
  border: 1px solid #ead9c7;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(54, 35, 18, 0.12);
  color: #7b4a21;
  display: flex;
  flex-direction: column;
  height: 52px;
  justify-content: center;
  padding: 0;
  right: 12px;
  top: 12px;
  width: 52px;
}

.owned-recipe-time-badge strong {
  font: 900 20px/0.9 var(--sans);
}

.owned-recipe-time-badge small {
  font: 800 11px/1 var(--sans);
}

.owned-recipe-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 22px 18px;
}

.owned-recipe-body h3,
.owned-recipe-card h3 {
  font-size: 21px;
  line-height: 1.45;
  margin: 0 0 9px;
}

.owned-recipe-body p,
.owned-recipe-card p {
  color: #4f4741;
  font-size: 14px;
  line-height: 1.75;
  margin: 0 0 14px;
}

.owned-recipe-body .owned-recipe-tags {
  margin: auto 0 0;
}

.owned-recipe-tags span {
  background: #fff8ed;
  border: 1px solid #eadbc9;
  border-radius: 6px;
  color: #72553a;
  font: 800 12px/1 var(--sans);
  padding: 6px 9px;
}

@media (max-width: 900px) {
  .recipe-archive-hero {
    padding: 70px 20px 38px;
  }

  .media-hero-inner,
  .owned-recipes-intro {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .media-hero-photo {
    aspect-ratio: 16 / 10;
    max-height: 280px;
  }

  .media-hero-copy,
  .owned-recipes-intro .owned-recipes-head {
    text-align: left;
  }

  .media-hero-copy h1 {
    font-size: 34px;
  }

  .media-hero-copy p:not(.media-eyebrow) {
    font-size: 14px;
  }

  .owned-recipes-product {
    max-height: 260px;
  }

  .recipe-archive .owned-recipe-grid,
  .owned-recipes [data-recipe-feed] .owned-recipe-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .recipe-archive-hero {
    padding-top: 42px;
  }

  .media-hero-inner {
    align-items: center;
    gap: 16px;
    grid-template-columns: 118px minmax(0, 1fr);
  }

  .media-hero-photo {
    aspect-ratio: 1;
    max-height: none;
  }

  .media-hero-copy h1 {
    font-size: 23px;
    line-height: 1.45;
    margin-bottom: 8px;
  }

  .media-hero-copy .media-eyebrow {
    font-size: 10px;
    margin-bottom: 8px;
  }

  .media-hero-copy p:not(.media-eyebrow) {
    font-size: 12px;
    line-height: 1.75;
  }

  .archive-filter-panel {
    border-radius: 8px;
    padding: 14px;
    transform: translateY(-10px);
  }

  .archive-tag-grid {
    display: flex;
    gap: 8px;
    max-height: none;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .archive-chip-tag {
    flex: 0 0 auto;
  }

  .recipe-archive .owned-recipe-card,
  .owned-recipes [data-recipe-feed] .owned-recipe-card {
    display: grid;
    grid-template-columns: 42% minmax(0, 1fr);
    min-height: 152px;
  }

  .recipe-archive .owned-recipe-image,
  .owned-recipes [data-recipe-feed] .owned-recipe-image {
    aspect-ratio: auto;
    height: 100%;
  }

  .owned-recipe-category-badge {
    font-size: 10px;
    left: 8px;
    padding: 6px 8px;
    top: 8px;
  }

  .owned-recipe-time-badge {
    height: 42px;
    right: 8px;
    top: 8px;
    width: 42px;
  }

  .owned-recipe-time-badge strong {
    font-size: 16px;
  }

  .owned-recipe-time-badge small {
    font-size: 9px;
  }

  .owned-recipe-body {
    padding: 12px 12px 10px;
  }

  .owned-recipe-body h3,
  .owned-recipe-card h3 {
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 6px;
  }

  .owned-recipe-body p,
  .owned-recipe-card p {
    display: -webkit-box;
    font-size: 11px;
    line-height: 1.65;
    margin-bottom: 8px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .owned-recipe-tags {
    gap: 4px;
  }

  .owned-recipe-tags span {
    font-size: 10px;
    padding: 5px 6px;
  }
}

.media-eyebrow {
  color: var(--orange);
  font: 800 14px/1 var(--sans);
  letter-spacing: 0.16em;
  margin: 0 0 18px;
}

.owned-recipes {
  padding: 112px 40px 118px;
}

.owned-recipes-head,
.media-hero,
.archive-head {
  margin: 0 auto;
  max-width: 780px;
  text-align: center;
}

.owned-recipes-head h2,
.media-hero h1,
.archive-head h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.55;
  margin: 0 0 24px;
}

.owned-recipes-head p,
.media-hero p,
.archive-head p {
  font-size: 18px;
  line-height: 2;
  margin: 0;
}

.owned-recipe-note {
  background: #f8f2eb;
  border: 1px solid #e2d4c8;
  color: #7d6d61;
  font-size: 14px;
  margin: 42px auto 26px;
  max-width: 720px;
  padding: 14px 18px;
  text-align: center;
}

.owned-recipe-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 40px auto 42px;
  max-width: 1280px;
}

.owned-recipe-card {
  background: #fff;
  border: 1px solid #e2d8cd;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(50, 36, 26, 0.07);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}

.owned-recipe-image {
  aspect-ratio: 4 / 3;
  border: 0;
  min-height: 0;
}

.owned-recipe-image img,
.recipe-detail-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.owned-recipe-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 24px 8px;
}

.owned-recipe-meta span {
  background: #fbf4ed;
  border: 1px solid #ead6c4;
  border-radius: 999px;
  color: #875c34;
  font: 700 12px/1 var(--sans);
  padding: 7px 10px;
}

.owned-recipe-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 24px 14px;
}

.owned-recipe-tags span {
  color: #587144;
  font: 700 12px/1.3 var(--sans);
}

.owned-recipe-card h3 {
  font-size: 22px;
  line-height: 1.55;
  margin: 0 24px 12px;
}

.owned-recipe-card p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
  margin: 0 24px 28px;
}

.media-more-link {
  align-items: center;
  border: 1px solid var(--orange);
  border-radius: 999px;
  color: var(--orange);
  display: flex;
  font-weight: 700;
  justify-content: center;
  margin: 0 auto;
  max-width: 320px;
  min-height: 56px;
  transition: background 0.2s ease, color 0.2s ease;
}

.media-more-link:hover {
  background: var(--orange);
  color: #fff;
}

.media-more-link span {
  font: 900 24px/1 var(--sans);
  margin-left: 12px;
}

.media-page {
  background: #fffaf4;
}

.media-hero {
  background: #fff;
  border-bottom: 1px solid #eadfd4;
  padding: 118px 24px 74px;
}

.recipe-archive {
  padding: 0 40px 110px;
}

.archive-filter-panel {
  background: #fbf8f3;
  border: 1px solid #e2d9cf;
  border-radius: 8px;
  margin: 32px auto 0;
  max-width: 1280px;
  padding: 20px 22px;
}

.archive-search-wrap {
  margin-bottom: 18px;
  position: relative;
}

.archive-search-icon {
  color: #9a8d80;
  font-size: 18px;
  left: 14px;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.archive-search-wrap input {
  background: #fff;
  border: 1px solid #cfc6bd;
  border-radius: 8px;
  color: var(--ink);
  font: 500 16px/1.4 var(--serif);
  padding: 12px 14px 12px 40px;
  width: 100%;
}

.archive-search-wrap input:focus {
  border-color: var(--orange);
  outline: none;
}

.archive-filter-group {
  margin-bottom: 16px;
}

.archive-filter-label {
  color: var(--muted);
  font: 700 12px/1 var(--sans);
  letter-spacing: 0.1em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.archive-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.archive-chip {
  background: #fff;
  border: 1px solid #cfc6bd;
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  font: 700 13px/1 var(--sans);
  padding: 10px 14px;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.archive-chip:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.archive-chip.is-active {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}

.archive-chip.is-active:hover {
  color: #fff;
}

.archive-tag-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-height: 220px;
  overflow-y: auto;
}

.archive-chip-tag {
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.archive-tag-empty {
  color: var(--muted);
  font-size: 13px;
  grid-column: 1 / -1;
  margin: 0;
  text-align: center;
}

.archive-filter-foot {
  align-items: center;
  border-top: 1px solid #e8e0d6;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  margin-top: 4px;
  padding-top: 14px;
}

.archive-filter-summary {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
}

.archive-filter-clear {
  background: transparent;
  border: 1px solid #cfc6bd;
  border-radius: 8px;
  color: var(--orange);
  cursor: pointer;
  font: 700 13px/1 var(--sans);
  padding: 10px 14px;
}

.archive-filter-clear:hover {
  border-color: var(--orange);
}

.archive-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.archive-card:hover {
  box-shadow: 0 18px 42px rgba(48, 36, 25, 0.1);
  transform: translateY(-3px);
}

.recipe-breadcrumb {
  font-size: 13px;
  margin-bottom: 20px;
}

.recipe-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.recipe-breadcrumb li:not(:last-child)::after {
  color: #9a8d80;
  content: "›";
  margin-left: 10px;
}

.recipe-breadcrumb a {
  color: var(--orange);
  font-weight: 700;
  text-decoration: none;
}

.recipe-breadcrumb a:hover {
  text-decoration: underline;
}

.recipe-breadcrumb [aria-current="page"] {
  color: var(--muted);
}

.recipe-detail {
  margin: 0 auto;
  max-width: 980px;
  padding: 112px 24px 120px;
}

.back-link {
  color: var(--orange);
  display: inline-block;
  font-weight: 700;
  margin-bottom: 28px;
}

.recipe-detail-head {
  text-align: center;
}

.recipe-detail-head .owned-recipe-meta {
  justify-content: center;
  margin: 0 0 22px;
}

.recipe-detail-head .owned-recipe-tags {
  justify-content: center;
  margin: -26px auto 46px;
}

.recipe-detail-head h1 {
  font-size: 42px;
  line-height: 1.5;
  margin: 0 0 22px;
}

.recipe-detail-head p {
  color: var(--muted);
  font-size: 18px;
  line-height: 2;
  margin: 0 auto 46px;
  max-width: 700px;
}

.recipe-main-media {
  margin-bottom: 56px;
}

.recipe-detail-image,
.recipe-main-media.recipe-detail-image {
  aspect-ratio: auto;
  background: #f6efe6;
  border: 1px solid #eadbca;
  border-radius: 8px;
  padding: 10px;
}

.recipe-main-media.recipe-detail-image::after {
  display: none;
}

.recipe-main-media.recipe-detail-image img {
  height: auto;
  max-height: min(72vh, 680px);
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.recipe-video,
.recipe-main-media.recipe-video {
  aspect-ratio: 16 / 9;
  background: #171412;
  border-radius: 8px;
  margin-top: -20px;
  overflow: hidden;
}

.recipe-video iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.recipe-detail-body {
  display: grid;
  gap: 38px;
}

.recipe-detail-body section {
  border-top: 1px solid #ddd3c9;
  padding-top: 34px;
}

.recipe-detail-body h2 {
  font-size: 26px;
  margin: 0 0 20px;
}

.recipe-detail-body ul,
.recipe-detail-body ol {
  font-size: 18px;
  line-height: 2;
  margin: 0;
  padding-left: 1.4em;
}

.recipe-tips p {
  font-size: 18px;
  line-height: 2;
  margin: 0;
}

.recipe-article {
  color: #3b3430;
}

.recipe-article h2,
.recipe-article h3 {
  line-height: 1.6;
  margin: 0 0 16px;
}

.recipe-article h2 {
  font-size: 30px;
}

.recipe-article h3 {
  font-size: 23px;
}

.recipe-article p {
  font-size: 18px;
  line-height: 2.1;
  margin: 0;
}

.recipe-article a {
  border-bottom: 1px solid currentColor;
  color: var(--orange);
  font-weight: 700;
}

.recipe-article ul {
  font-size: 18px;
  line-height: 2;
  margin: 0;
  padding-left: 1.4em;
}

.recipe-body-image {
  margin: 0;
}

.recipe-body-image img,
.recipe-inline-image {
  border-radius: 8px;
  display: block;
  height: auto;
  width: 100%;
}

.recipe-body-image figcaption {
  color: var(--muted);
  font: 700 12px/1.6 var(--sans);
  margin-top: 10px;
  text-align: center;
}

.compact-footer {
  padding-top: 70px;
}

.admin-page {
  background: #f3eee7;
  font-family: var(--sans);
}

.admin-shell {
  margin: 0 auto;
  max-width: 1240px;
  padding: 48px 24px 80px;
}

.admin-header {
  align-items: flex-end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.admin-header h1 {
  font-size: 36px;
  line-height: 1.3;
  margin: 0 0 10px;
}

.admin-header p {
  color: var(--muted);
  margin: 0;
}

.admin-link,
.admin-form button,
.admin-card-head button,
.ghost-button {
  background: var(--green);
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  padding: 13px 18px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.admin-link:hover,
.admin-form button:hover,
.admin-card-head button:hover,
.ghost-button:hover {
  opacity: 0.86;
}

.admin-alert,
.admin-card {
  background: #fff;
  border: 1px solid #ded7cf;
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(50, 36, 26, 0.06);
}

.admin-alert {
  color: #8a3d1c;
  display: grid;
  gap: 6px;
  margin-bottom: 24px;
  padding: 18px 20px;
}

.admin-card {
  padding: 24px;
}

.recipe-list-card {
  align-self: start;
  max-height: calc(100vh - 112px);
  overflow: auto;
  position: sticky;
  top: 92px;
}

.admin-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 340px 1fr;
}

.admin-card h2 {
  font-size: 22px;
  margin: 0 0 18px;
}

.admin-card-head {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.admin-card-head h2,
.admin-card-head p {
  margin: 0;
}

.admin-form {
  display: grid;
  gap: 16px;
}

.admin-form label {
  color: #5d544d;
  display: grid;
  font-size: 13px;
  font-weight: 700;
  gap: 7px;
}

.admin-form input,
.admin-form textarea,
.admin-form select {
  background: #fff;
  border: 1px solid #cfc6bd;
  border-radius: 4px;
  color: var(--ink);
  font: 500 15px/1.6 var(--sans);
  padding: 11px 12px;
}

.admin-form input:focus,
.admin-form textarea:focus,
.admin-form select:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(208, 90, 0, 0.12);
  outline: 0;
}

.admin-form textarea {
  resize: vertical;
}

.admin-two-col,
.admin-three-col {
  display: grid;
  gap: 14px;
}

.admin-two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-three-col {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.checkbox-label {
  align-content: start;
  display: flex !important;
  gap: 10px !important;
  grid-auto-flow: column;
  justify-content: start;
  padding-top: 30px;
}

.checkbox-label input {
  width: auto;
}

.admin-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.danger-button {
  background: #9b2f24 !important;
}

.ghost-button {
  background: transparent;
  border: 1px solid #cfc6bd;
  color: var(--ink);
  margin-top: 20px;
  width: 100%;
}

.admin-recipe-list {
  display: grid;
  gap: 10px;
}

.admin-recipe-item {
  background: #fbf8f3;
  border: 1px solid #e2d9cf;
  border-radius: 6px;
  color: var(--ink);
  display: grid;
  gap: 0;
  overflow: hidden;
  padding: 0;
}

.admin-recipe-item .owned-recipe-tags {
  margin: 0;
}

.admin-recipe-item.is-active {
  border-color: var(--orange);
  box-shadow: inset 3px 0 0 var(--orange);
}

.admin-recipe-select span,
.admin-empty,
.admin-message {
  color: var(--muted);
  font-size: 12px;
}

.admin-message.is-error {
  color: #9b2f24;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.admin-header-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.admin-header-logout {
  margin-top: 0;
  width: auto;
}

.admin-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}

.admin-tab {
  background: #fff;
  border: 1px solid #ded7cf;
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  font: 700 14px/1 var(--sans);
  padding: 10px 18px;
}

.admin-tab.is-active {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}

.admin-toolbar {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.admin-search input {
  width: 100%;
}

.admin-filters {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-list-summary,
.admin-hint {
  color: var(--muted);
  font-size: 12px;
  margin: 0;
}

.admin-recipe-select {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: grid;
  gap: 5px;
  padding: 13px;
  text-align: left;
  width: 100%;
}

.admin-recipe-meta {
  color: #8d8178;
  font-size: 11px;
}

.admin-recipe-item-actions {
  border-top: 1px solid #e8e0d6;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  padding: 8px 12px;
}

.admin-text-button,
.admin-inline-button {
  background: transparent;
  border: 0;
  color: var(--green);
  cursor: pointer;
  font: 700 13px/1 var(--sans);
  padding: 0;
  text-decoration: underline;
}

.admin-inline-button {
  border: 1px solid #cfc6bd;
  border-radius: 4px;
  padding: 8px 12px;
  text-decoration: none;
}

.danger-text {
  color: #9b2f24 !important;
}

.admin-editor-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.admin-media-switch {
  border: 0;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.admin-media-switch legend {
  color: #5d544d;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 2px;
}

.admin-segmented {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-segment {
  align-items: center;
  background: #fbf8f3;
  border: 1px solid #cfc6bd;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  justify-content: center;
  margin: 0;
  padding: 12px 14px;
}

.admin-segment:first-of-type {
  border-radius: 4px 0 0 4px;
}

.admin-segment:last-of-type {
  border-radius: 0 4px 4px 0;
  border-left: 0;
}

.admin-segment input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.admin-segment:has(input:checked) {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}

.admin-tag-picker {
  background: #fbf8f3;
  border: 1px dashed #ded7cf;
  border-radius: 6px;
  padding: 12px;
}

.admin-tag-picker-label {
  color: var(--muted);
  font-size: 12px;
  margin: 0 0 8px;
}

.admin-tag-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-tag-chip {
  background: #fff;
  border: 1px solid #ded7cf;
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  font: 600 12px/1 var(--sans);
  padding: 7px 12px;
}

.admin-tag-chip.is-active {
  background: #f4e7d8;
  border-color: var(--orange);
  color: #8a3d1c;
}

.admin-grid-tags {
  grid-template-columns: 300px 1fr;
}

.admin-tag-list {
  display: grid;
  gap: 8px;
  max-height: 420px;
  overflow: auto;
}

.admin-tag-row {
  align-items: center;
  background: #fbf8f3;
  border: 1px solid #e2d9cf;
  border-radius: 6px;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 12px 14px;
  text-align: left;
}

.admin-tag-row.is-active {
  border-color: var(--orange);
  box-shadow: inset 3px 0 0 var(--orange);
}

.admin-tag-row span {
  color: var(--muted);
  font-size: 12px;
}

.admin-divider {
  border: 0;
  border-top: 1px solid #e8e0d6;
  margin: 8px 0;
}

.admin-tag-recipes {
  border-top: 1px solid #e8e0d6;
  margin-top: 24px;
  padding-top: 18px;
}

.admin-tag-recipes h3 {
  font-size: 16px;
  margin: 0 0 12px;
}

.admin-tag-recipes ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.admin-preview-dialog {
  border: 0;
  border-radius: 12px;
  margin: auto;
  max-height: 92vh;
  max-width: min(920px, calc(100vw - 32px));
  padding: 0;
  width: 100%;
}

.admin-preview-dialog::backdrop {
  background: rgba(34, 24, 18, 0.55);
}

.admin-preview-dialog-inner {
  background: #f3eee7;
  display: grid;
  max-height: 92vh;
}

.admin-preview-dialog-head {
  align-items: flex-start;
  background: #fff;
  border-bottom: 1px solid #e2d9cf;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 18px 20px;
  position: sticky;
  top: 0;
  z-index: 1;
}

.admin-preview-dialog-head h2 {
  font-size: 20px;
  margin: 0 0 6px;
}

.admin-preview-dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.admin-preview-detail {
  margin: 0 auto;
  max-width: 760px;
  overflow: auto;
  padding: 24px 20px 32px;
}

.admin-preview-page {
  background: #f3eee7;
}

.admin-preview-topbar {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #e2d9cf;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 14px 20px;
  position: sticky;
  top: 0;
  z-index: 2;
}

.admin-preview-badge {
  background: #e8f2e8;
  border-radius: 999px;
  color: var(--green);
  font: 700 12px/1 var(--sans);
  padding: 8px 12px;
}

.admin-preview-badge.is-draft {
  background: #f4e7d8;
  color: #8a3d1c;
}

@media (max-width: 900px) {
  .owned-recipes {
    padding: 62px 20px 70px;
  }

  .owned-recipes-head h2,
  .media-hero h1,
  .archive-head h2 {
    font-size: 25px;
    line-height: 1.6;
  }

  .owned-recipes-head p,
  .media-hero p,
  .archive-head p {
    font-size: 13px;
  }

  .owned-recipe-grid {
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 28px auto 28px;
  }

  .archive-filter-panel {
    padding: 16px;
  }

  .archive-tag-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .owned-recipe-card h3 {
    font-size: 18px;
  }

  .owned-recipe-tags {
    margin: 0 20px 12px;
  }

  .media-hero {
    padding: 70px 20px 44px;
  }

  .recipe-archive {
    padding: 0 20px 70px;
  }

  .recipe-detail {
    padding: 70px 20px 78px;
  }

  .recipe-detail-head h1 {
    font-size: 27px;
  }

  .recipe-detail-head p,
  .recipe-detail-body ul,
  .recipe-detail-body ol,
  .recipe-article p,
  .recipe-article ul,
  .recipe-tips p {
    font-size: 14px;
  }

  .recipe-article h2 {
    font-size: 22px;
  }

  .recipe-article h3 {
    font-size: 18px;
  }

  .recipe-main-media.recipe-detail-image {
    padding: 6px;
  }

  .recipe-main-media.recipe-detail-image img {
    max-height: 560px;
  }

  .recipe-video {
    margin: -24px 0 42px;
  }

  .admin-shell {
    padding: 28px 14px 52px;
  }

  .admin-filters {
    grid-template-columns: 1fr;
  }

  .admin-header,
  .admin-grid,
  .admin-grid-tags,
  .admin-two-col,
  .admin-three-col {
    display: grid;
    grid-template-columns: 1fr;
  }

  .admin-header h1 {
    font-size: 27px;
  }

  .admin-card {
    padding: 18px;
  }

  .recipe-list-card {
    max-height: none;
    position: static;
  }

}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.9;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.pc-only {
  display: inline;
}

.section-white {
  background: var(--paper);
}

.grey-section {
  background: var(--grey);
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  display: flex;
  gap: 40px;
  height: 70px;
  left: 0;
  padding: 0 48px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 50;
}

.brand {
  align-items: center;
  border-right: 1px solid #cfcac5;
  color: #1f1c1c;
  display: inline-flex;
  flex-direction: column;
  font: 900 24px/0.78 var(--sans);
  justify-content: center;
  min-width: 150px;
  padding-right: 42px;
  text-align: center;
}

.brand-logo-image {
  display: block;
  height: 58px;
  object-fit: contain;
  width: 58px;
}

.site-nav {
  align-items: center;
  display: flex;
  flex: 1;
  gap: clamp(20px, 2.7vw, 52px);
  justify-content: flex-end;
}

.site-nav a {
  font-size: 16px;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.site-nav .nav-cta {
  background: var(--green);
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-width: 234px;
  padding: 18px 28px;
}

.menu-button {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(360px, 430px) minmax(620px, 780px);
  justify-content: center;
  min-height: 930px;
  padding: 76px 48px 120px;
  position: relative;
}

.hero-copy {
  padding-top: 64px;
  position: relative;
  z-index: 2;
}

.hero h1 {
  font-size: clamp(42px, 3.35vw, 58px);
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.72;
  margin: 0 0 62px;
}

.hero-line {
  display: block;
  white-space: nowrap;
}

.hero-sub {
  font: 700 30px/1.2 var(--serif);
  margin: 0 0 10px;
  text-align: center;
  width: 340px;
}

.hero-logo {
  font: 900 52px/0.78 var(--sans);
  letter-spacing: -0.02em;
  margin: 0 0 36px;
  text-align: center;
  width: 340px;
}

.hero-logo-image {
  display: block;
  height: 190px;
  margin: 0 auto 36px;
  object-fit: contain;
  width: 190px;
}

.hero-media {
  height: 760px;
  margin-left: -16px;
  max-width: 780px;
  width: 100%;
}

.media-placeholder {
  align-items: center;
  background:
    repeating-linear-gradient(135deg, rgba(210, 197, 183, 0.36) 0 12px, rgba(255, 255, 255, 0.18) 12px 24px),
    linear-gradient(135deg, #eee7df, #f9f6ef);
  border: 1px solid #c6b9ac;
  color: #82766d;
  display: flex;
  justify-content: center;
  min-height: 80px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.media-placeholder::after {
  border: 1px solid rgba(126, 112, 101, 0.55);
  content: "";
  inset: 12px;
  pointer-events: none;
  position: absolute;
}

.media-placeholder span {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(126, 112, 101, 0.24);
  font: 700 17px/1.5 var(--sans);
  padding: 10px 16px;
  position: relative;
  z-index: 1;
}

.lp-media {
  background: #f3ede6;
  border: none;
}

.lp-media::after {
  display: none;
}

.lp-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.lp-media--contain {
  background: #fff;
}

.lp-media--contain img {
  object-fit: contain;
}

.offer-card {
  background: var(--orange);
  border-radius: 14px;
  color: #fff;
  margin-left: 0;
  padding: 28px 28px 34px;
  width: 420px;
}

.offer-limited {
  border: 1px solid #fff;
  border-radius: 7px;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.4;
  margin: 0 0 28px;
  padding: 13px 18px;
  text-align: center;
}

.offer-line-lead {
  font: 700 32px/1.45 var(--serif);
  margin: 0 0 28px;
  text-align: center;
}

.line-cta-button {
  align-items: center;
  background: #06c755;
  border-radius: 999px;
  color: #fff;
  display: flex;
  font: 700 15px/1 var(--serif);
  justify-content: center;
  letter-spacing: 0.06em;
  min-height: 68px;
  padding: 0 24px;
  text-decoration: none;
  width: 100%;
}

.line-cta-button span {
  font: 900 28px/1 var(--sans);
  margin-left: 18px;
}

.line-cta-button--footer {
  background: #06c755;
  border: 4px solid #fff;
  color: #fff;
  margin: 0 auto;
  max-width: 720px;
}

.offer-row {
  align-items: center;
  display: grid;
  gap: 22px;
  grid-template-columns: 122px 1fr;
  margin-bottom: 24px;
}

.offer-price {
  align-items: center;
  background: #fff;
  border-radius: 9px;
  color: var(--orange);
  display: flex;
  flex-direction: column;
  height: 80px;
  justify-content: center;
}

.offer-price span {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
}

.offer-price strong {
  font: 800 20px/1.2 var(--serif);
}

.offer-discount {
  align-items: center;
  display: flex;
  gap: 8px;
  line-height: 1.6;
}

.offer-discount strong {
  font: 500 58px/1 var(--serif);
  letter-spacing: 0.02em;
}

.coupon {
  border-top: 1px dashed #fff;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 24px;
  padding-top: 20px;
  text-align: center;
}

.white-button,
.footer-cta {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  color: var(--orange);
  display: flex;
  font: 700 15px/1 var(--serif);
  justify-content: center;
  letter-spacing: 0.06em;
  min-height: 68px;
  padding: 0 24px;
}

.white-button span,
.footer-cta span {
  font: 900 28px/1 var(--sans);
  margin-left: 18px;
}

.problem {
  min-height: 1160px;
  overflow: hidden;
  padding: 0 0 72px;
  position: relative;
}

.problem-top {
  height: 520px;
  margin: 0 auto;
  max-width: 900px;
  width: 70%;
}

.problem-bottom {
  align-items: center;
  display: grid;
  gap: 92px;
  grid-template-columns: 490px 520px;
  justify-content: center;
  margin-top: -70px;
  position: relative;
  z-index: 2;
}

.problem-food {
  height: 430px;
}

.problem-text h2,
.innercare h2,
.reasons h2,
.voices h2 {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: 0 0 42px;
}

.problem-text ul {
  font-size: 19px;
  line-height: 2.2;
  margin: 0;
  padding-left: 1.2em;
}

.callout-line {
  font-size: 18px;
  letter-spacing: 0.08em;
  margin: 92px auto 24px;
  max-width: 850px;
  position: relative;
  text-align: center;
}

.callout-line::before,
.callout-line::after {
  background: var(--line);
  border-radius: 99px;
  content: "";
  height: 34px;
  position: absolute;
  top: 50%;
  width: 5px;
}

.callout-line::before {
  left: -36px;
  transform: translateY(-50%) rotate(-20deg);
}

.callout-line::after {
  right: -36px;
  transform: translateY(-50%) rotate(20deg);
}

.boxed-message {
  border: 1px solid var(--line);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 820px;
  padding: 22px 30px;
  text-align: center;
}

.innercare {
  display: grid;
  grid-template-columns: 530px 520px;
  justify-content: center;
  min-height: 690px;
  overflow: hidden;
  padding: 116px 40px 80px;
  position: relative;
}

.innercare-copy {
  padding-top: 44px;
}

.innercare-copy p {
  font-size: 20px;
  line-height: 2.1;
  margin: 0 0 34px;
}

.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.check-list li {
  font-size: 22px;
  line-height: 2;
  padding-left: 34px;
  position: relative;
}

.check-list li::before {
  border: 2px solid var(--ink);
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 18px;
}

.check-list li::after {
  border-bottom: 3px solid var(--ink);
  border-left: 3px solid var(--ink);
  content: "";
  height: 10px;
  left: 6px;
  position: absolute;
  top: 12px;
  transform: rotate(-45deg);
  width: 22px;
}

.innercare-media {
  height: 270px;
  margin-top: 110px;
}

.inner-line {
  grid-column: 1 / -1;
  margin-top: 72px;
}

.boxed-wide {
  background: #fff;
  grid-column: 1 / -1;
  max-width: 880px;
}

.brand-materials {
  overflow: hidden;
  padding: 100px 40px 80px;
}

.brand-materials h2 {
  margin: 0 auto 48px;
  text-align: center;
}

.brand-materials-item {
  margin-bottom: 0;
}

.reasons {
  overflow: hidden;
  padding: 128px 40px 150px;
  position: relative;
}

.reasons h2 {
  text-align: center;
}

.reason-item {
  margin: 0 auto 82px;
  max-width: 680px;
}

.reason-media {
  height: 460px;
  width: 100%;
}

.reason-text {
  margin-top: 28px;
}

.reason-text h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: 0 0 18px;
}

.reason-text p {
  font-size: 18px;
  line-height: 1.9;
  margin: 0;
}

.reason-box {
  margin-top: 60px;
  max-width: 640px;
}

.cta-band {
  background: var(--gold);
  color: #fff;
  min-height: 560px;
  overflow: hidden;
  padding: 110px 60px 118px;
  position: relative;
}

.cta-band h2 {
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: 0 0 58px;
  text-align: center;
}

.cta-layout {
  align-items: center;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(560px, 760px) 520px;
  justify-content: center;
}

.cta-photo {
  height: 350px;
}

.offer-card-large {
  border: 3px solid #fff;
  border-radius: 16px;
  margin: 0;
  max-width: 520px;
  width: 100%;
}

.product {
  overflow: hidden;
  padding: 96px 40px 126px;
  position: relative;
}

.product > h2 {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.7;
  margin: 0 auto 82px;
  max-width: 690px;
  text-align: center;
}

.recipe {
  margin: 0 auto 112px;
  max-width: 1040px;
  position: relative;
}

.recipe-main {
  display: grid;
  grid-template-columns: 480px 1fr;
  grid-template-rows: auto auto;
  gap: 0 80px;
}

.recipe-copy {
  font-size: 20px;
  line-height: 2;
  padding-top: 8px;
}

.recipe-kicker {
  color: #bd8544;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 8px;
}

.recipe-copy h3 {
  color: #bb8845;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin: 0 0 32px;
}

.recipe-copy p {
  margin: 0 0 18px;
}

.recipe-photo {
  height: 450px;
}

.recipe-photo.tall {
  height: 520px;
}

.recipe-wide {
  grid-column: 1 / 2;
  height: 350px;
  margin-top: -20px;
}

.speech {
  align-items: center;
  background: #fffaf1;
  border: 2px solid #d5b581;
  border-radius: 48px;
  color: #b98951;
  display: flex;
  flex-direction: column;
  font-size: 30px;
  font-weight: 700;
  justify-content: center;
  min-height: 170px;
  padding: 32px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 440px;
  width: 520px;
}

.speech strong {
  color: #1f1d1d;
  font-size: 34px;
  line-height: 1.7;
}

.recipe-alt,
.recipe-final {
  display: grid;
  gap: 70px;
  grid-template-columns: 500px 480px;
}

.recipe-alt .recipe-copy {
  padding-top: 28px;
}

.green-copy .recipe-kicker,
.green-copy h3 {
  color: var(--green);
}

.orange-copy .recipe-kicker,
.orange-copy h3 {
  color: #d4734e;
}

.recipe-wide.right {
  grid-column: 2;
  height: 280px;
  margin-top: -10px;
}

.product-box {
  max-width: 560px;
}

.voices {
  padding: 0 40px 96px;
}

.voices-hero {
  height: 330px;
  margin: 0 auto 86px;
  max-width: 1040px;
}

.voices h2 {
  margin-bottom: 74px;
  text-align: center;
}

.voice-list {
  display: grid;
  gap: 42px;
  margin: 0 auto;
  max-width: 900px;
}

.voice-card {
  border: 1px solid #c9c9c9;
  color: #a9a9a9;
  min-height: 170px;
  padding: 42px 56px;
  position: relative;
}

.voice-card p {
  font-size: 18px;
  line-height: 1.9;
  margin: 0 0 20px;
}

.voice-card span {
  bottom: 36px;
  font-size: 18px;
  position: absolute;
  right: 56px;
}

.voice-left {
  margin-left: -80px;
}

.voice-right {
  margin-right: -80px;
}

.footer {
  background: var(--grey);
  padding: 92px 20px 70px;
  text-align: center;
}

.footer-logo {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 46px;
}

.footer-logo strong {
  display: block;
  font: 900 44px/0.8 var(--sans);
  margin-top: 8px;
}

.footer-logo img {
  display: block;
  height: 128px;
  margin: 14px auto 0;
  object-fit: contain;
  width: 128px;
}

.footer nav {
  display: grid;
  gap: 18px;
  font-size: 18px;
  margin-bottom: 52px;
}

.footer-product {
  font-size: 17px;
  letter-spacing: 0.08em;
  margin: 0 auto 18px;
  max-width: 720px;
  text-align: left;
}

.footer-image {
  height: 300px;
  margin: 0 auto 28px;
  max-width: 720px;
}

.footer-cta {
  background: #d35532;
  border: 4px solid #fff;
  border-radius: 8px;
  color: #fff;
  margin: 0 auto 74px;
  max-width: 720px;
  min-height: 86px;
}

.footer-message {
  margin: 0 auto 58px;
  max-width: 760px;
  text-align: left;
}

.footer-message h2 {
  font-size: 34px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: 0 0 36px;
  text-align: center;
}

.footer-message p {
  font-size: 18px;
  line-height: 2;
  margin: 0 0 12px;
}

.footer small {
  font-size: 15px;
  letter-spacing: 0.08em;
}

.sticky-buy {
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  border-top: 1px solid #ddd;
  bottom: 0;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
  display: flex;
  gap: 28px;
  justify-content: center;
  left: 0;
  padding: 16px 20px;
  position: fixed;
  transform: translateY(110%);
  transition: transform 0.3s ease;
  width: 100%;
  z-index: 80;
}

.sticky-buy.is-visible {
  transform: translateY(0);
}

.sticky-buy p {
  font-size: 17px;
  margin: 0;
}

.sticky-buy a {
  background: var(--orange);
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  padding: 14px 38px;
}

@media (max-width: 900px) {
  body {
    font-size: 15px;
    line-height: 1.9;
    padding-bottom: 86px;
  }

  .pc-only {
    display: none;
  }

  .site-header {
    height: 38px;
    justify-content: space-between;
    padding: 0 12px;
  }

  .brand {
    border-right: 0;
    font-size: 14px;
    min-width: auto;
    padding: 0;
    text-align: left;
  }

  .brand-logo-image {
    height: 34px;
    width: 34px;
  }

  .menu-button {
    background: transparent;
    border: 0;
    display: grid;
    gap: 4px;
    padding: 8px;
    width: 32px;
  }

  .menu-button span {
    background: var(--ink);
    display: block;
    height: 1.5px;
    width: 16px;
  }

  .site-nav {
    align-items: stretch;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid #e5e2de;
    display: none;
    gap: 0;
    left: 0;
    padding: 12px 20px 20px;
    position: absolute;
    right: 0;
    top: 38px;
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    border-bottom: 1px solid #eee9e4;
    font-size: 13px;
    padding: 12px 0;
  }

  .site-nav .nav-cta {
    margin-top: 14px;
    min-width: auto;
    padding: 14px 18px;
    text-align: center;
  }

  .hero {
    display: flex;
    flex-direction: column-reverse;
    min-height: auto;
    padding: 0 0 58px;
  }

  .hero-media {
    height: 268px;
    margin: 0;
    width: 100%;
  }

  .hero-copy {
    padding: 36px 15px 0;
  }

  .hero h1 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.18em;
    line-height: 2;
    margin: 0 0 28px;
    text-align: center;
  }

  .hero-line {
    display: inline;
    white-space: normal;
  }

  .hero-line:first-child::after {
    content: "\A";
    white-space: pre;
  }

  .hero-sub {
    font-size: 18px;
    margin: 0 auto 6px;
    width: auto;
  }

  .hero-logo {
    font-size: 34px;
    margin: 0 auto 24px;
    width: auto;
  }

  .hero-logo-image {
    height: 132px;
    margin-bottom: 24px;
    width: 132px;
  }

  .offer-card {
    border-radius: 6px;
    margin: 0 auto;
    max-width: 360px;
    padding: 11px 10px 14px;
    width: 100%;
  }

  .offer-limited {
    border-radius: 3px;
    font-size: 10px;
    margin-bottom: 12px;
    padding: 6px 10px;
  }

  .offer-line-lead {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .line-cta-button {
    font-size: 12px;
    min-height: 42px;
    padding: 0 14px;
  }

  .line-cta-button span {
    font-size: 20px;
    margin-left: 10px;
  }

  .offer-row {
    gap: 10px;
    grid-template-columns: 84px 1fr;
    margin-bottom: 10px;
  }

  .offer-price {
    border-radius: 4px;
    height: 56px;
  }

  .offer-price span,
  .offer-price strong {
    font-size: 13px;
  }

  .offer-discount {
    gap: 4px;
  }

  .offer-discount span {
    font-size: 10px;
    line-height: 1.5;
  }

  .offer-discount strong {
    font-size: 34px;
  }

  .coupon {
    font-size: 13px;
    margin-bottom: 10px;
    padding-top: 9px;
  }

  .white-button,
  .footer-cta {
    font-size: 12px;
    min-height: 42px;
    padding: 0 14px;
  }

  .media-placeholder span {
    font-size: 12px;
    padding: 7px 10px;
  }

  .media-placeholder::after {
    inset: 8px;
  }

  .problem {
    min-height: auto;
    padding: 46px 20px 56px;
  }

  .problem-top {
    height: 126px;
    margin: 0 0 28px;
    width: 100%;
  }

  .problem-bottom {
    display: block;
    margin: 0;
  }

  .problem-food {
    display: none;
  }

  .problem-text h2 {
    font-size: 18px;
    letter-spacing: 0.08em;
    margin: 0 0 16px;
  }

  .problem-text ul {
    font-size: 13px;
    line-height: 2.15;
    padding-left: 1.1em;
  }

  .callout-line {
    font-size: 10px;
    line-height: 1.7;
    margin: 62px auto 18px;
    max-width: 280px;
  }

  .callout-line::before,
  .callout-line::after {
    height: 28px;
    width: 3px;
  }

  .callout-line::before {
    left: -20px;
  }

  .callout-line::after {
    right: -20px;
  }

  .boxed-message {
    font-size: 13px;
    line-height: 1.7;
    max-width: 320px;
    padding: 12px 14px;
  }

  .innercare {
    display: flex;
    flex-direction: column-reverse;
    min-height: auto;
    padding: 44px 20px 56px;
  }

  .innercare-copy {
    padding-top: 24px;
  }

  .innercare h2,
  .brand-materials h2,
  .reasons h2,
  .voices h2 {
    font-size: 19px;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
  }

  .innercare-copy p {
    font-size: 13px;
    line-height: 2.05;
    margin-bottom: 18px;
  }

  .check-list li {
    font-size: 13px;
    line-height: 2;
    padding-left: 24px;
  }

  .check-list li::before {
    height: 13px;
    top: 9px;
    width: 13px;
  }

  .check-list li::after {
    height: 7px;
    left: 5px;
    top: 7px;
    width: 16px;
  }

  .innercare-media {
    height: 180px;
    margin-top: 0;
  }

  .inner-line {
    margin-top: 42px;
  }

  .brand-materials {
    padding: 56px 20px 48px;
  }

  .brand-materials h2 {
    margin-bottom: 24px;
  }

  .reasons {
    padding: 60px 20px 80px;
  }

  .reason-item {
    margin-bottom: 42px;
  }

  .reason-media {
    height: 210px;
  }

  .reason-text {
    margin-top: 14px;
  }

  .reason-text h3 {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .reason-text p {
    font-size: 12px;
    line-height: 1.75;
  }

  .reason-box {
    margin-top: 38px;
  }

  .cta-band {
    min-height: auto;
    padding: 46px 10px 44px;
  }

  .cta-band h2 {
    font-size: 15px;
    margin-bottom: 24px;
  }

  .cta-layout {
    display: block;
  }

  .cta-photo {
    height: 186px;
    margin: 0 0 16px;
  }

  .offer-card-large {
    max-width: none;
  }

  .product {
    padding: 52px 20px 78px;
  }

  .product > h2 {
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 52px;
  }

  .recipe,
  .recipe-main,
  .recipe-alt,
  .recipe-final {
    display: block;
    margin-bottom: 70px;
  }

  .recipe-copy {
    font-size: 15px;
    line-height: 2;
    padding-top: 0;
  }

  .recipe-kicker {
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
  }

  .recipe-copy h3 {
    font-size: 25px;
    margin-bottom: 22px;
    text-align: center;
  }

  .recipe-photo,
  .recipe-photo.tall,
  .recipe-wide,
  .recipe-wide.right {
    height: 285px;
    margin: 24px 0;
  }

  .speech {
    border-radius: 24px;
    font-size: 13px;
    min-height: 88px;
    padding: 18px 14px;
    position: static;
    width: 100%;
  }

  .speech strong {
    font-size: 18px;
    line-height: 1.6;
  }

  .voices {
    padding: 0 20px 70px;
  }

  .voices-hero {
    height: 236px;
    margin-bottom: 68px;
  }

  .voice-list {
    gap: 28px;
  }

  .voice-card,
  .voice-left,
  .voice-right {
    margin: 0;
  }

  .voice-card {
    min-height: 142px;
    padding: 24px 32px;
  }

  .voice-card p {
    font-size: 12px;
    line-height: 1.9;
  }

  .voice-card span {
    bottom: 22px;
    font-size: 12px;
    right: 32px;
  }

  .footer {
    padding: 70px 20px 48px;
  }

  .footer-logo {
    font-size: 16px;
    margin-bottom: 34px;
  }

  .footer-logo strong {
    font-size: 28px;
  }

  .footer-logo img {
    height: 92px;
    margin-top: 10px;
    width: 92px;
  }

  .footer nav {
    font-size: 13px;
    gap: 10px;
    margin-bottom: 34px;
  }

  .footer-product {
    font-size: 12px;
  }

  .footer-image {
    height: 234px;
  }

  .footer-cta {
    min-height: 70px;
  }

  .footer-message h2 {
    font-size: 20px;
  }

  .footer-message p {
    font-size: 12px;
  }

  .sticky-buy {
    gap: 10px;
    justify-content: space-between;
    padding: 12px 14px;
  }

  .sticky-buy p {
    font-size: 11px;
    line-height: 1.4;
  }

  .sticky-buy a {
    font-size: 12px;
    padding: 12px 16px;
    white-space: nowrap;
  }

}

/* Final recipe archive overrides after LP mobile rules */
.recipe-archive-hero {
  background:
    linear-gradient(90deg, rgba(255, 250, 244, 0.94), rgba(255, 250, 244, 0.76)),
    #fffaf4;
  border-bottom: 0;
  overflow: hidden;
  padding: 100px 40px 54px;
}

.media-hero-inner {
  align-items: center;
  display: grid;
  gap: 58px;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1120px;
}

.media-hero-photo,
.owned-recipes-product {
  background: #f5ecdf;
  border: 1px solid #ead8c6;
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(67, 42, 20, 0.1);
  margin: 0;
  overflow: hidden;
}

.media-hero-photo {
  aspect-ratio: 1 / 0.78;
}

.media-hero-photo img,
.owned-recipes-product img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.media-hero-copy,
.owned-recipes-intro .owned-recipes-head {
  margin: 0;
  min-width: 0;
  text-align: left;
}

.media-hero-copy h1 {
  font-size: clamp(40px, 5vw, 66px);
  letter-spacing: 0.05em;
  line-height: 1.32;
  margin-bottom: 22px;
}

.media-hero-copy p:not(.media-eyebrow) {
  font-size: 18px;
  line-height: 2;
  max-width: 620px;
}

.owned-recipes {
  background: #fffaf4;
  border-top: 1px solid #ead9c7;
}

.owned-recipes-intro {
  align-items: center;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
  margin: 0 auto 42px;
  max-width: 1120px;
}

.owned-recipes-product {
  aspect-ratio: 4 / 3;
}

.owned-recipes-intro .owned-recipes-head {
  max-width: 620px;
}

.recipe-archive {
  background: #fffaf4;
  padding: 0 40px 104px;
}

.archive-filter-panel {
  background: rgba(255, 252, 248, 0.94);
  border: 1px solid #e5d7c8;
  box-shadow: 0 18px 48px rgba(70, 45, 22, 0.06);
  margin-top: 0;
  transform: translateY(-18px);
}

.recipe-archive .owned-recipe-grid,
.owned-recipes [data-recipe-feed] .owned-recipe-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}

.recipe-archive .owned-recipe-grid {
  margin-top: 20px;
}

.owned-recipes [data-recipe-feed] .owned-recipe-grid {
  max-width: 1120px;
}

.recipe-archive .owned-recipe-card,
.owned-recipes [data-recipe-feed] .owned-recipe-card {
  align-items: stretch;
  background: #fff;
  border-color: #eadbca;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(66, 42, 22, 0.06);
  display: grid;
  flex-direction: initial;
  grid-template-columns: 42% minmax(0, 1fr);
  min-height: 190px;
  overflow: hidden;
}

.recipe-archive .owned-recipe-image,
.owned-recipes [data-recipe-feed] .owned-recipe-image {
  aspect-ratio: auto;
  background: #f2eadf;
  border-right: 1px solid #eadbca;
  display: block;
  height: 100%;
  min-height: 190px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.recipe-archive .owned-recipe-image img,
.owned-recipes [data-recipe-feed] .owned-recipe-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.owned-recipe-image.media-placeholder::after {
  display: none;
}

.owned-recipe-category-badge,
.owned-recipe-time-badge {
  position: absolute;
  z-index: 2;
}

.owned-recipe-category-badge {
  background: var(--orange);
  border: 0;
  border-radius: 7px;
  color: #fff;
  font: 800 13px/1 var(--sans);
  left: 12px;
  padding: 8px 11px;
  top: 12px;
}

.owned-recipe-time-badge {
  align-items: center;
  background: #fffdf8;
  border: 1px solid #ead9c7;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(54, 35, 18, 0.12);
  color: #7b4a21;
  display: flex;
  flex-direction: column;
  height: 52px;
  justify-content: center;
  padding: 0;
  right: 12px;
  top: 12px;
  width: 52px;
}

.owned-recipe-time-badge strong {
  font: 900 20px/0.9 var(--sans);
}

.owned-recipe-time-badge small {
  font: 800 11px/1 var(--sans);
}

.recipe-archive .owned-recipe-body,
.owned-recipes [data-recipe-feed] .owned-recipe-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 16px 14px 14px;
}

.recipe-archive .owned-recipe-body h3,
.owned-recipes [data-recipe-feed] .owned-recipe-body h3,
.recipe-archive .owned-recipe-card h3,
.owned-recipes [data-recipe-feed] .owned-recipe-card h3 {
  font-size: 18px;
  line-height: 1.42;
  margin: 0 0 8px;
}

.recipe-archive .owned-recipe-body p,
.owned-recipes [data-recipe-feed] .owned-recipe-body p,
.recipe-archive .owned-recipe-card p,
.owned-recipes [data-recipe-feed] .owned-recipe-card p {
  color: #4f4741;
  display: -webkit-box;
  font-size: 12px;
  line-height: 1.68;
  margin: 0 0 10px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.recipe-archive .owned-recipe-body .owned-recipe-tags,
.owned-recipes [data-recipe-feed] .owned-recipe-body .owned-recipe-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: auto 0 0;
}

.recipe-archive .owned-recipe-tags span,
.owned-recipes [data-recipe-feed] .owned-recipe-tags span {
  background: #fff8ed;
  border: 1px solid #eadbc9;
  border-radius: 6px;
  color: #72553a;
  font: 800 10px/1 var(--sans);
  padding: 5px 6px;
}

@media (max-width: 900px) {
  .recipe-archive-hero {
    padding: 70px 20px 38px;
  }

  .media-hero-inner,
  .owned-recipes-intro {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .media-hero-photo {
    aspect-ratio: 16 / 10;
    max-height: 280px;
  }

  .media-hero-copy h1 {
    font-size: 34px;
  }

  .media-hero-copy p:not(.media-eyebrow) {
    font-size: 14px;
  }

  .owned-recipes-product {
    max-height: 260px;
  }

  .recipe-archive .owned-recipe-grid,
  .owned-recipes [data-recipe-feed] .owned-recipe-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .recipe-archive-hero {
    padding-top: 42px;
  }

  .media-hero-inner {
    align-items: center;
    gap: 16px;
    grid-template-columns: 118px minmax(0, 1fr);
  }

  .media-hero-photo {
    aspect-ratio: 1;
    max-height: none;
  }

  .media-hero-copy h1 {
    font-size: 23px;
    line-height: 1.45;
    margin-bottom: 8px;
  }

  .media-hero-copy .media-eyebrow {
    font-size: 10px;
    margin-bottom: 8px;
  }

  .media-hero-copy p:not(.media-eyebrow) {
    font-size: 12px;
    line-height: 1.75;
  }

  .archive-filter-panel {
    padding: 14px;
    transform: translateY(-10px);
  }

  .archive-tag-grid {
    display: flex;
    gap: 8px;
    max-height: none;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .archive-chip-tag {
    flex: 0 0 auto;
  }

  .recipe-archive .owned-recipe-card,
  .owned-recipes [data-recipe-feed] .owned-recipe-card {
    display: grid;
    grid-template-columns: 42% minmax(0, 1fr);
    min-height: 152px;
  }

  .recipe-archive .owned-recipe-image,
  .owned-recipes [data-recipe-feed] .owned-recipe-image {
    aspect-ratio: auto;
    height: 100%;
  }

  .owned-recipe-category-badge {
    font-size: 10px;
    left: 8px;
    padding: 6px 8px;
    top: 8px;
  }

  .owned-recipe-time-badge {
    height: 42px;
    right: 8px;
    top: 8px;
    width: 42px;
  }

  .owned-recipe-time-badge strong {
    font-size: 16px;
  }

  .owned-recipe-time-badge small {
    font-size: 9px;
  }

  .owned-recipe-body {
    padding: 12px 12px 10px;
  }

  .owned-recipe-body h3,
  .owned-recipe-card h3 {
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 6px;
  }

  .owned-recipe-body p,
  .owned-recipe-card p {
    display: -webkit-box;
    font-size: 11px;
    line-height: 1.65;
    margin-bottom: 8px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .owned-recipe-tags {
    gap: 4px;
  }

  .owned-recipe-tags span {
    font-size: 10px;
    padding: 5px 6px;
  }
}
