.home-story-section {
    padding: 60px 0;
    background-color: #f5f0e8;
    font-family: 'Onest', 'Roboto', system-ui, sans-serif;
}

.home-story-section .home-story-block-title {
    font-family: 'Spectral', Georgia, 'Times New Roman', serif;
    text-align: center;
    font-size: clamp(2rem, 4.5vw, 2.75rem);
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.25;
    letter-spacing: 0.01em;
    margin: 0 0 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.home-story-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.home-story-text {
    flex: 1 1 45%;
    text-align: center;
    padding: 0 10px;
}

.home-story-text-title {
    font-family: 'Spectral', Georgia, 'Times New Roman', serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #2c2c2c;
    margin: 0 0 16px;
    letter-spacing: 0.01em;
}

.home-story-text-body {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #4a4a4a;
    margin: 0 0 28px;
    font-weight: 300;
    letter-spacing: 0.01em;
    white-space: pre-line;
}

.home-story-btn {
    display: inline-block;
    padding: 12px 32px;
    background-color: #d4f06b;
    color: #2c2c2c;
    border-radius: 999px;
    font-family: 'Onest', 'Roboto', system-ui, sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.home-story-btn:hover {
    background-color: #c5e84c;
    color: #2c2c2c;
    transform: translateY(-1px);
}

.home-story-media-wrap {
    flex: 1 1 55%;
    position: relative;
    max-width: 640px;
    margin: 0;
    overflow: visible;
}

.home-story-stamp {
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.home-story-stamp-inner {
    position: relative;
    width: 100%;
    max-width: 620px;
    margin: 0;
}

.home-story-stamp-media {
    position: relative;
    width: min(100%, 440px);
    aspect-ratio: 1 / 0.94;
    overflow: hidden;
    background-color: #e8e4dc;
    border: none;
    border-radius: 63% 37% 52% 48% / 48% 58% 42% 52%;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.09);
    transform: rotate(-2deg);
}

.home-story-stamp-media img,
.home-story-stamp-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: inherit;
}

.home-story-stamp-media .home-story-video {
    pointer-events: none;
}

.home-story-stamp-seal {
    position: absolute;
    left: 25px;
    bottom: 6px;
    width: 100px;
    height: 100px;
    z-index: 2;
    pointer-events: none;
    object-fit: contain;
}

.home-story-swiper,
.home-story-swiper .swiper-wrapper,
.home-story-swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.home-story-swiper .swiper-button-prev,
.home-story-swiper .swiper-button-next {
    color: #ffffff;
    --swiper-navigation-size: 28px;
}

.home-story-swiper .swiper-pagination-bullet-active {
    background: #51AE49;
}

@media (max-width: 991.98px) {
    .home-story-section {
        padding: 40px 0;
    }

    .home-story-content {
        flex-direction: column;
        gap: 32px;
    }

    .home-story-text {
        order: 2;
    }

    .home-story-media-wrap {
        order: 1;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .home-story-stamp {
        justify-content: center;
    }

    .home-story-stamp-inner {
        width: min(100%, 360px);
        max-width: 360px;
        margin: 0 auto;
    }

    .home-story-stamp-media {
        width: 100%;
        margin: 0 auto;
        aspect-ratio: 1 / 0.96;
        border-radius: 58% 42% 50% 50% / 52% 46% 54% 48%;
        transform: rotate(-1deg);
    }

    .home-story-stamp-seal {
        left: 25px;
        bottom: 2px;
        width: 80px;
        height: 80px;
    }
}
