.korh-ingredients-wrap,
.korh-ingredient-wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 32px 20px 72px;
}

.korh-ingredients-archive-hero,
.korh-ingredient-hero {
    margin-bottom: 12px;
}

.korh-eyebrow {
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #8f6f5c;
    margin-bottom: 10px;
    font-weight: 600;
}

.korh-ingredients-archive h1,
.korh-ingredient-single h1 {
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.05;
    margin: 0 0 16px;
}

.korh-intro {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4e4742;
    max-width: 760px;
}

.korh-ingredients-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.korh-ingredient-card {
    border: 1px solid #efe4dd;
    border-radius: 18px;
    overflow: hidden;
    background: #fcf8f5;
}

.korh-ingredient-card-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    max-width: 250px;

}

.korh-ingredient-card-content {
    padding: 20px;
}

.korh-ingredient-card h2 {
    font-size: 1.4rem;
    margin: 0 0 12px;
    line-height: 1.15;
}

.korh-ingredient-card h2 a {
    text-decoration: none;
    color: inherit;
}

.korh-ingredient-inci {
    margin: 0 0 10px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8f6f5c;
}

.korh-ingredient-readmore {
    display: inline-block;
    margin-top: 14px;
    text-decoration: none;
    color: #8f6f5c;
    font-weight: 600;
}

.korh-ingredient-hero {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
}

.korh-ingredient-hero-image img {
    width: 100%;
    max-width: 250px;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.korh-breadcrumb-simple {
    margin-bottom: 24px;
    font-size: 14px;
    color: #6a615c;
}

.korh-breadcrumb-simple a {
    color: inherit;
    text-decoration: none;
}

.korh-ingredient-content {
    max-width: 860px;
}

.korh-ingredient-content section {
    margin-bottom: 42px;
}

.korh-ingredient-content h2 {
    font-size: 1.7rem;
    margin: 0 0 14px;
    line-height: 1.2;
}

.korh-ingredient-content p {
    line-height: 1.8;
    color: #4e4742;
}

.korh-linked-products {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.korh-product-pill {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fcf8f5;
    border: 1px solid #d9ccc4;
    text-decoration: none;
    color: #2b2623;
}

.korh-faq-item {
    border-top: 1px solid #e8ddd7;
    padding: 18px 0;
}

.korh-faq-item:last-child {
    border-bottom: 1px solid #e8ddd7;
}

.korh-faq-item summary {
    cursor: pointer;
    list-style: none;
    font-weight: 600;
}

.korh-faq-item summary::-webkit-details-marker {
    display: none;
}

.korh-faq-answer p {
    margin-top: 12px;
}

@media (max-width: 980px) {
    .korh-ingredients-grid {
        grid-template-columns: 1fr 1fr;
    }

    .korh-ingredient-hero {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .korh-ingredients-grid {
        grid-template-columns: 1fr;
    }
}

.korh-ingredient-card-image {
    display: block;
    width: fit-content;
    margin: 0 auto;
}