.prestige-container {
    width: 100%;
    margin: 40px auto 0 auto;
    padding: 32px 24px;
    background: #f8f4e8;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
}

.prestige-subtitle {
    font-size: 1.2em;
    color: #e86c52;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.prestige-title {
    font-size: 2.2em;
    font-weight: bold;
    margin: 8px 0 0 0;
}

.prestige-lead {
    font-size: 1.1em;
    margin: 24px 0 8px 0;
    font-weight: bold;
}

.prestige-description {
    font-size: 1em;
    line-height: 1.8;
    margin-bottom: 24px;
}

.prestige-hero-image {
    margin-top: 32px;
    display: flex;
    justify-content: center;
}

.prestige-hero-image img {
    width: 280px;
    height: 280px;
    object-fit: cover;
    border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-radius 0.4s ease;
    animation: float-idle 3s ease-in-out infinite;
}

.prestige-hero-image img:hover {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
    border-radius: 45% 55% 40% 60% / 55% 45% 55% 45%;
    animation: none;
}

@keyframes float-idle {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

.prestige-flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.prestige-made-in {
    min-width: 180px;
    max-width: 260px;
    text-align: center;
    margin: auto;
}

.prestige-made-in-title {
    font-size: 2.2em;
    font-weight: bold;
    color: #1b3e76;
    line-height: 1.2;
    margin-bottom: 32px;
}

.prestige-made-in-subtitle {
    font-size: 0.9em;
    color: #1b3e76;
}

.prestige-features {
    flex: 2 1 350px;
    min-width: 220px;
    /* padding-left: 32px; */
}

.prestige-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.prestige-feature-item {
    background: #1b3e76;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1em;
    width: 228px;
}

.ingredient-box {
    background: #fff;
    margin-bottom: 20px;
    position: relative;
}

.ingredient-header {
    background: #1B3B56;
    padding: 10px 20px;
    position: relative;
}

.ingredient-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #F15A24 transparent transparent transparent;
}

.ingredient-name {
    color: white;
    font-weight: bold;
}

.ingredient-content {
    padding: 20px;
}

.ingredient-description {
    line-height: 1.6;
    margin: 0;
}

.dehydrated-section {
    background-color: #F4E2CE;
    padding: 30px;
    margin: 0;
    border-radius: 8px;
}

.dehydrated-title {
    color: #1B3B56;
    font-size: 1.4em;
    margin-bottom: 20px;
    line-height: 1.6;
    text-align: center;
    font-weight: 700;
}

.dehydrated-description {
    margin-bottom: 20px;
    line-height: 1.6;
    text-align: center;
}

.dehydrated-info {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}

/* Brand Story Section */
.brand-story-section {
    margin: 60px 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
}

.brand-story-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.brand-story-header {
    margin-bottom: 40px;
}

.brand-story-title-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    /* margin-bottom: 8px; */
}

.brand-story-title {
    font-size: 2.5em;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
}

.brand-story-seal {
    width: 60px;
    height: auto;
    opacity: 1;
    flex-shrink: 0;
}

.brand-story-title-brand {
    color: #1B7A7A;
    margin-right: 8px;
}

.brand-story-title-story {
    color: #000;
}

.brand-story-subtitle {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.brand-story-content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.brand-story-text-wrapper {
    position: relative;
    flex: 1;
}

.brand-story-text {
    position: relative;
    z-index: 1;
}

.brand-story-paragraph {
    font-size: 1em;
    line-height: 2;
    color: #333;
    margin: 0 0 24px 0;
}

.brand-story-values {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: 24px 0;
    padding: 0;
}

.brand-story-value-item {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.85em;
    /* font-weight: bold; */
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    line-height: 1.5;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.brand-story-value-quality {
    background-color: #1B7A7A;
}

.brand-story-value-natural {
    background-color: #4CAF50;
}

.brand-story-value-sustainable {
    background-color: #FF9800;
}

.brand-story-emphasis {
    background: linear-gradient(transparent 60%, #FFEB3B 60%);
    font-weight: bold;
    padding: 2px 4px;
}

.brand-story-images {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 0 0 400px;
    max-width: 400px;
}

.brand-story-image-item {
    width: 100%;
}

.brand-story-image-item figure {
    margin: 0;
    padding: 0;
}

.brand-story-image-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Features Section */
.gourmate-features-section {
    margin: 60px 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
}

.gourmate-features-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.gourmate-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.gourmate-feature-item {
    background: #f8f8f8;
    border-radius: 12px;
    padding: 32px;
    position: relative;
    overflow: visible;
}

.gourmate-feature-mascot {
    position: absolute;
    top: -75px;
    right: 15px;
    width: 120px;
    height: auto;
    z-index: 10;
}

.gourmate-feature-header {
    margin-bottom: 24px;
}

.gourmate-feature-title-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.gourmate-feature-title {
    font-size: 2em;
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
}

.gourmate-feature-title-main {
    color: #1B7A7A;
    margin-right: 8px;
}

.gourmate-feature-title-sub {
    color: #000;
}

.gourmate-feature-seal {
    width: 50px;
    height: auto;
    opacity: 1;
    flex-shrink: 0;
}

.gourmate-feature-subtitle {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.gourmate-feature-content {
    font-size: 1em;
    line-height: 1.8;
    color: #333;
}

.gourmate-feature-content p {
    margin: 0 0 16px 0;
}

.gourmate-feature-content p:last-child {
    margin-bottom: 0;
}

/* Responsive Design */
@media screen and (max-width: 1100px) {
    .brand-story-title {
        font-size: 2em;
    }

    .brand-story-seal {
        width: 48px;
    }

    .brand-story-content {
        flex-direction: column;
        gap: 16px;
    }

    .brand-story-images {
        flex: 1 1 auto;
        max-width: 100%;
        width: 100%;
        flex-direction: row;
        gap: 12px;
    }

    .brand-story-image-item {
        flex: 1;
        width: calc(50% - 6px);
    }

    .brand-story-values {
        justify-content: center;
        gap: 16px;
    }

    .brand-story-value-item {
        width: 130px;
        height: 130px;
        font-size: 0.75em;
        padding: 14px;
    }

    .brand-story-value-quality,
    .brand-story-value-natural {
        flex: 0 0 calc(50% - 8px);
        max-width: 130px;
    }

    .brand-story-value-sustainable {
        flex: 0 0 100%;
        max-width: 130px;
    }

    /* Features Section Responsive */
    .gourmate-features-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .gourmate-feature-item {
        padding: 24px;
    }

    .gourmate-feature-title {
        font-size: 1.6em;
    }

    .gourmate-feature-seal {
        width: 40px;
    }

    .gourmate-feature-mascot {
        display: none;
    }
}