.content-listing-body {
    background: radial-gradient(circle at 92% 4%, rgba(62, 138, 96, 0.13), transparent 24%), radial-gradient(circle at 5% 10%, rgba(228, 87, 63, 0.11), transparent 23%), linear-gradient(180deg, #fffaf6 0%, var(--bg) 65%);
}

.content-listing-page {
    padding: 0 0 5rem;
}

.content-page-header {
    max-width: 48rem;
    margin: 1.5rem 0 0;
}

.content-page-header h1 {
    margin: 0;
    font-size: clamp(2.7rem, 6vw, 4.8rem);
    line-height: 1;
    letter-spacing: -0.045em;
}

.content-page-header > p:last-child {
    margin: 1.25rem 0 0;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.75;
}

.subpage-hero {
    position: relative;
    overflow: hidden;
    min-height: 25rem;
    background: linear-gradient(90deg, rgba(18, 29, 22, 0.86), rgba(18, 29, 22, 0.5)), url('/images/sub-top.webp') center 56% / cover no-repeat;
    color: #fff;
}

.subpage-hero-inner {
    display: flex;
    min-height: 25rem;
    flex-direction: column;
    justify-content: center;
    padding-block: 2.5rem;
}

.subpage-hero .breadcrumb,
.subpage-hero .breadcrumb ol,
.subpage-hero .breadcrumb a,
.subpage-hero .content-page-header > p:last-child {
    color: rgba(255, 255, 255, 0.84);
}

.subpage-hero .breadcrumb li + li::before {
    color: rgba(255, 255, 255, 0.5);
}

.subpage-hero .eyebrow {
    color: #ffc6b8;
}

.content-listing-content {
    padding-top: 2.5rem;
}

.content-card-grid,
.homepage-content-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.content-recipe-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 1.25rem;
    background: var(--surface);
    box-shadow: var(--shadow);
}

.content-card-visual {
    display: grid;
    place-items: center;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

img.content-card-visual {
    height: auto;
}

.content-card-placeholder {
    padding: 1rem;
    background: radial-gradient(circle at 25% 20%, rgba(255, 255, 255, 0.75), transparent 32%), linear-gradient(135deg, var(--accent-soft), #f0d9d0);
    color: rgba(44, 42, 36, 0.58);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
}

.content-recipe-card-body {
    padding: 1.35rem;
}

.content-card-label {
    display: inline-flex;
    margin: 0 0 0.75rem;
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    background: var(--accent-soft);
    color: var(--accent-strong);
    font-size: 0.74rem;
    font-weight: 700;
}

.content-recipe-card h2 {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.25;
}

.content-card-romanized {
    margin: 0.45rem 0 0;
    color: var(--accent);
    font-weight: 700;
}

.content-card-korean {
    margin: 0.2rem 0 0;
    color: var(--muted);
}

.content-card-description {
    margin: 0.9rem 0;
    color: var(--muted);
    line-height: 1.65;
}

.content-card-meta {
    display: flex;
    gap: 1.2rem;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--muted);
    font-size: 0.86rem;
}

.content-card-meta li + li {
    position: relative;
}

.content-card-meta li + li::before {
    position: absolute;
    left: -0.7rem;
    content: '·';
}

.content-card-link {
    margin-top: 1rem;
    padding: 0.7rem 1rem;
    font-size: 0.88rem;
}

.content-index-link {
    margin: 0 0 1.5rem;
    color: var(--accent);
    font-weight: 700;
}

.content-index-link a {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    gap: 0.45rem;
    padding: 0.6rem 0.9rem;
    border: 1px solid rgba(62, 138, 96, 0.16);
    border-radius: 999px;
    background: #fff;
    color: var(--accent-strong);
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.content-index-link iconify-icon {
    color: var(--tomato);
}

.content-index-link a:hover,
.content-index-link a:focus-visible {
    border-color: var(--accent);
    background: var(--accent-soft);
    transform: translateX(-2px);
}

.related-content-links {
    margin: 0 0 3rem;
    padding: 1.5rem;
    border: 1px solid rgba(62, 138, 96, 0.14);
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 14px 38px rgba(53, 76, 62, 0.06);
}

.related-content-links h2 {
    margin: 0 0 1rem;
    font-size: 1.5rem;
}

.related-content-links ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.related-content-links a {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    padding: 0.65rem 1rem;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: var(--surface);
}

.recipe-collection-links h2 {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.recipe-collection-links h2::before {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    background: var(--tomato);
    content: '';
}

.recipe-collection-links ul {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
}

.recipe-collection-links li {
    min-width: 0;
}

.recipe-collection-links a {
    display: grid;
    width: 100%;
    min-height: 7.25rem;
    grid-template-rows: auto 1fr;
    align-items: start;
    justify-items: start;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 1rem;
    color: var(--accent-strong);
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1.3;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.recipe-collection-links a iconify-icon {
    color: var(--tomato);
    font-size: 1.45rem;
}

.recipe-collection-links a:hover,
.recipe-collection-links a:focus-visible {
    border-color: var(--accent);
    background: var(--accent-soft);
    color: var(--accent-strong);
    transform: translateY(-2px);
}

.content-card-grid {
    scroll-margin-top: 7rem;
}

.collection-index-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.collection-index-card {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 22rem;
    overflow: hidden;
    grid-template-rows: auto 1fr;
    border: 1px solid rgba(62, 138, 96, 0.15);
    border-radius: 1.5rem;
    background: linear-gradient(145deg, #fff 0%, #f8fcf9 100%);
    box-shadow: 0 18px 45px rgba(53, 76, 62, 0.08);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.collection-index-card::after {
    position: absolute;
    right: -3rem;
    bottom: -4rem;
    width: 11rem;
    height: 11rem;
    border-radius: 50%;
    background: var(--tomato-soft);
    content: '';
    opacity: 0.65;
}

.collection-index-card:nth-child(even)::after {
    background: var(--accent-soft);
}

.collection-index-card:hover,
.collection-index-card:focus-within {
    border-color: var(--accent);
    box-shadow: 0 24px 58px rgba(53, 76, 62, 0.13);
    transform: translateY(-3px);
}

.collection-index-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1.5rem 0;
}

.collection-index-icon {
    display: grid;
    width: 3.5rem;
    height: 3.5rem;
    place-items: center;
    border-radius: 1.1rem;
    background: var(--tomato);
    color: #fff;
    box-shadow: 0 10px 22px rgba(228, 87, 63, 0.2);
}

.collection-index-icon iconify-icon {
    font-size: 1.7rem;
}

.collection-index-card:nth-child(even) .collection-index-icon {
    background: var(--accent);
    box-shadow: 0 10px 22px rgba(62, 138, 96, 0.2);
}

.collection-index-number {
    color: rgba(41, 53, 46, 0.12);
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: -0.08em;
}

.collection-index-card-body {
    position: relative;
    z-index: 1;
    display: flex;
    min-width: 0;
    align-items: flex-start;
    flex-direction: column;
    padding: 1.5rem;
}

.collection-index-card h2 {
    margin: 0;
    font-size: clamp(1.4rem, 2.5vw, 1.85rem);
    line-height: 1.15;
}

.collection-index-card h2 a {
    overflow-wrap: anywhere;
}

.collection-index-card-body > p:not(.content-card-label) {
    flex: 1;
    margin: 1rem 0 1.35rem;
    color: var(--muted);
    line-height: 1.7;
}

.collection-index-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--accent-strong);
    font-weight: 850;
}

.collection-index-link iconify-icon {
    color: var(--tomato);
    transition: transform 0.2s ease;
}

.collection-index-link:hover iconify-icon,
.collection-index-link:focus-visible iconify-icon {
    transform: translateX(0.25rem);
}

.collection-category-navigation {
    display: grid;
    gap: 1rem;
    margin: 0 0 3rem;
    padding: 1.2rem;
    border: 1px solid rgba(62, 138, 96, 0.14);
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 14px 38px rgba(53, 76, 62, 0.06);
}

.content-card-grid + .collection-category-navigation {
    margin: 3rem 0 0;
}

.collection-category-all,
.collection-category-sequence a {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0.7rem;
    border: 1px solid var(--border);
    border-radius: 1rem;
    background: #fff;
    color: var(--accent-strong);
    font-weight: 800;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.collection-category-all {
    width: fit-content;
    min-height: 3rem;
    padding: 0.65rem 1rem;
}

.collection-category-all span,
.collection-category-sequence a span {
    display: grid;
    min-width: 0;
    gap: 0.16rem;
}

.collection-category-navigation small {
    color: var(--muted);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.collection-category-sequence {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.collection-category-sequence a {
    min-height: 5rem;
    justify-content: space-between;
    padding: 0.85rem 1rem;
}

.collection-category-sequence a[rel="next"] {
    text-align: right;
}

.collection-category-all iconify-icon,
.collection-category-sequence iconify-icon {
    flex: 0 0 auto;
    color: var(--tomato);
    font-size: 1.35rem;
}

.collection-category-all:hover,
.collection-category-all:focus-visible,
.collection-category-sequence a:hover,
.collection-category-sequence a:focus-visible {
    border-color: var(--accent);
    background: var(--accent-soft);
    transform: translateY(-2px);
}

.weekly-pick {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
    overflow: hidden;
    border: 1px solid rgba(62, 138, 96, 0.15);
    border-radius: 1.75rem;
    background: #fff;
    box-shadow: 0 28px 70px rgba(53, 76, 62, 0.13);
}

.weekly-pick-visual {
    position: relative;
    min-height: 35rem;
    overflow: hidden;
    background: var(--surface-soft);
}

.weekly-pick-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.weekly-pick-badge {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
    padding: 0.6rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 999px;
    background: rgba(24, 52, 39, 0.84);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 850;
    backdrop-filter: blur(8px);
}

.weekly-pick-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: clamp(2rem, 5vw, 4rem);
}

.weekly-pick-kicker {
    margin: 0 0 0.7rem;
    color: var(--tomato);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.weekly-pick h2 {
    margin: 0;
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
}

.weekly-pick-names {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.8rem;
    margin: 1rem 0 0;
    color: var(--accent-strong);
}

.weekly-pick-names span {
    color: var(--muted);
}

.weekly-pick-description {
    margin: 1.5rem 0;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.75;
}

.weekly-pick-facts {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
    margin: 0;
}

.weekly-pick-facts div {
    padding: 0.85rem;
    border-radius: 0.9rem;
    background: var(--surface-soft);
}

.weekly-pick-facts dt {
    color: var(--muted);
    font-size: 0.68rem;
    font-weight: 750;
    text-transform: uppercase;
}

.weekly-pick-facts dd {
    margin: 0.25rem 0 0;
    color: var(--accent-strong);
    font-weight: 850;
}

.weekly-pick-note {
    margin: 1.25rem 0 0;
    color: var(--muted);
    font-size: 0.8rem;
    line-height: 1.6;
}

.weekly-pick-action {
    gap: 0.55rem;
    margin-top: 1.5rem;
}

.content-empty-state {
    margin: 0;
    padding: 2rem;
    border: 1px solid var(--border);
    border-radius: 1rem;
    background: var(--surface);
    color: var(--muted);
}

.homepage-content-grid .content-recipe-card,
#specials > .container > .content-recipe-card {
    max-width: 35rem;
}

.recipe-list a {
    display: block;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 1.25rem;
    padding: 1.5rem;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.recipe-list a:hover,
.recipe-list a:focus-visible {
    border-color: var(--accent);
    transform: translateY(-1px);
}

.recipe-list a h3 {
    margin: 0;
}

.substitute-guide-grid,
.substitute-option-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.substitute-guide-card,
.substitute-option,
.substitute-guide-introduction,
.substitute-differences,
.substitute-guide-notes {
    padding: 1.5rem;
    border: 1px solid var(--border);
    border-radius: 1.25rem;
    background: var(--surface);
}

.substitute-guide-card {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    padding: 0;
    box-shadow: 0 18px 45px rgba(53, 76, 62, 0.08);
}

.substitute-guide-media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 8;
    background: var(--surface-soft);
}

.substitute-guide-media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 58%, rgba(20, 31, 24, 0.18));
    content: '';
    pointer-events: none;
}

.substitute-guide-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.substitute-guide-card:hover .substitute-guide-media img,
.substitute-guide-media:focus-visible img {
    transform: scale(1.035);
}

.substitute-guide-card-body {
    display: flex;
    flex: 1;
    align-items: flex-start;
    flex-direction: column;
    padding: 1.5rem;
}

.substitute-guide-card-body > p:not(.content-card-label) {
    flex: 1;
}

.substitute-differences dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 0;
}

.substitute-differences dl div {
    padding: 1rem;
    border-radius: 1rem;
    background: var(--surface-soft);
}

.substitute-differences dt {
    margin-bottom: 0.4rem;
    font-weight: 800;
}

.substitute-differences dd {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.substitute-guide-card h2,
.substitute-option h3,
.substitute-guide-content h2 {
    margin-top: 0;
}

.substitute-guide-card .button {
    margin-top: 0.5rem;
}

.substitute-guide-content {
    display: grid;
    gap: 2.5rem;
    max-width: 58rem;
    margin-inline: auto;
}

.trust-page-content {
    display: grid;
    gap: 1.25rem;
    width: 100%;
    max-width: none;
}

.trust-page-content > section {
    padding: clamp(1.5rem, 3vw, 2.25rem);
    border: 1px solid var(--border);
    border-radius: 1.25rem;
    background: var(--surface);
}

.trust-page-content h2 {
    margin-top: 0;
}

.substitute-rating {
    display: inline-flex;
    margin: 0 0 0.8rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: var(--accent-soft);
    color: var(--text);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.substitute-option-best-option {
    border-color: #91a778;
}

.substitute-option-workable {
    border-color: #c4a968;
}

.substitute-option-limited {
    border-color: #d2a06f;
}

.substitute-option-not-recommended {
    border-color: #c99383;
}

.substitute-cautions {
    padding-top: 0.25rem;
}

.substitute-cautions h4 {
    margin-bottom: 0.35rem;
}

.substitute-cautions ul,
.substitute-guide-notes ul {
    padding-left: 1.25rem;
}

@media (max-width: 980px) {
    .content-card-grid,
    .homepage-content-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .recipe-collection-links ul {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .weekly-pick {
        grid-template-columns: 1fr;
    }

    .weekly-pick-visual {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 680px) {
    .content-listing-page {
        padding-top: 1.25rem;
    }

    .content-card-grid,
    .homepage-content-grid,
    .substitute-guide-grid,
    .substitute-option-list,
    .substitute-differences dl {
        grid-template-columns: 1fr;
    }

    .collection-index-grid {
        grid-template-columns: 1fr;
    }

    .collection-index-card {
        min-height: 0;
    }

    .recipe-collection-links ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .collection-category-sequence {
        grid-template-columns: 1fr;
    }

    .collection-category-spacer {
        display: none;
    }

    .weekly-pick-facts {
        grid-template-columns: 1fr;
    }

    .content-recipe-card-body {
        padding: 1.2rem;
    }

    .content-card-link {
        width: 100%;
        min-height: 2.75rem;
    }
}

@media (max-width: 440px) {
    .recipe-collection-links {
        padding: 1.1rem;
    }

    .recipe-collection-links ul {
        grid-template-columns: 1fr;
    }

    .recipe-collection-links a {
        min-height: 4.4rem;
        grid-template-columns: auto 1fr;
        grid-template-rows: 1fr;
        align-items: center;
    }
}

.ingredient-index-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
}

.ingredient-index-card {
    position: relative;
    display: grid;
    min-height: 19rem;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr auto;
    gap: 1rem;
    overflow: hidden;
    padding: 1.25rem;
    border: 1px solid rgba(62, 138, 96, 0.15);
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: var(--shadow);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.ingredient-index-card::after {
    position: absolute;
    right: -2rem;
    bottom: -2.25rem;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background: var(--tomato-soft);
    content: '';
    opacity: 0.72;
    transition: transform 0.25s ease;
}

.ingredient-index-card:nth-child(3n + 2)::after {
    background: var(--accent-soft);
}

.ingredient-index-card:nth-child(3n + 3)::after {
    background: #fff0c8;
}

.ingredient-index-card:hover,
.ingredient-index-card:focus-visible {
    border-color: var(--accent);
    box-shadow: 0 24px 55px rgba(53, 76, 62, 0.14);
    transform: translateY(-4px);
}

.ingredient-index-card:hover::after,
.ingredient-index-card:focus-visible::after {
    transform: scale(1.12);
}

.ingredient-index-media {
    position: relative;
    display: grid;
    width: calc(100% + 2.5rem);
    min-height: 12rem;
    grid-column: 1 / -1;
    margin: -1.25rem -1.25rem 0;
    place-items: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(41, 53, 46, 0.09);
    background: #fff;
}

.ingredient-index-media img {
    width: 100%;
    height: 100%;
    min-height: 12rem;
    object-fit: contain;
    padding: 1rem;
}

.ingredient-index-media > span {
    display: grid;
    width: calc(100% - 2rem);
    min-height: 9rem;
    place-items: center;
    border: 1px dashed rgba(62, 138, 96, 0.25);
    border-radius: 1rem;
    background: linear-gradient(135deg, #fff, var(--surface-soft));
    color: var(--muted);
    font-size: 0.75rem;
    font-weight: 750;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ingredient-index-card-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.3rem;
    align-self: end;
}

.ingredient-index-card-copy strong {
    font-size: 1.15rem;
    line-height: 1.2;
}

.ingredient-index-card-copy small {
    color: var(--muted);
    font-size: 0.78rem;
}

.ingredient-index-arrow {
    position: relative;
    z-index: 1;
    align-self: end;
    color: var(--tomato);
    font-size: 1.4rem;
    transition: transform 0.2s ease;
}

.ingredient-index-card:hover .ingredient-index-arrow,
.ingredient-index-card:focus-visible .ingredient-index-arrow {
    transform: translateX(0.25rem);
}

@media (max-width: 900px) {
    .ingredient-index-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .ingredient-index-grid {
        grid-template-columns: 1fr;
    }

    .ingredient-index-card {
        min-height: 18rem;
    }
}
