/* Our Stories List Page Styles */

.our-stories-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.our-stories-hero {
    display: flex;
    align-items: stretch;
    width: 100%;
    margin-bottom: 0;
}

.our-stories-hero__label {
    background: transparent;
    color: #1F272F;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.our-stories-hero-brand {
    font-size: 20px;
    font-weight: 500;
    color: #1F272F;
    margin-bottom: 8px;
    letter-spacing: 0.04em;
}

.our-stories-hero-title {
    font-size: 76px;
    font-weight: 500;
    color: #1F272F;
    line-height: 1;
    letter-spacing: -0.02em;
}

.our-stories-content {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    margin-bottom: 0;
}

.our-stories-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 0;
}

.our-stories-sidebar {
    flex: 0 0 300px;
    background: #fff;
    padding: 30px;
    position: sticky;
    top: 20px;
}

.our-stories-item {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.our-stories-item:hover {
    transform: translateY(-5px);
}

.our-stories-item-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.our-stories-item img {
    width: 100%;
    max-width: 870px;
    height: auto;
    object-fit: contain;
    display: block;
}

.our-stories-sidebar__title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #333;
}

.our-stories-sidebar__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.our-stories-sidebar__list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}

.our-stories-sidebar__list li:last-child {
    border-bottom: 1px solid #333;
    margin-bottom: 0;
    padding-bottom: 0;
}

.our-stories-sidebar-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    transition: color 0.2s ease;
}

.our-stories-sidebar-link:hover {
    color: #666;
}

.our-stories-sidebar-link::before {
    content: "›";
    margin-right: 12px;
    color: #999;
    font-weight: 400;
    font-size: 18px;
}

.our-stories-sidebar-link span {
    flex: 1;
}

/* PAGINATION STYLES */
.ev-pagination-spacer{
    width: 100%;
    height: 60px;
}

.ev-pagination-wrapper{
    padding: 20px;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.ev-productList_pagination {
    display: flex;
    gap: 16px;
    font-size: 20px;
    color: #666;
}

.ev-productList_pagination a {
    text-decoration: none;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    transition: all 0.2s;
    line-height: 1;
}

.ev-productList_pagination__arrow {
    font-size: 24px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
}

.ev-productList_pagination a:hover {
    background: #eee;
}

.ev-productList_pagination .ev-productList_pagination__active {
    font-weight: bold;
    border: 1px solid #000;
    color: #000;
}

/* Responsive */
@media (max-width: 768px) {
    .our-stories-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .our-stories-main {
        gap: 30px;
    }

    .our-stories-hero-title {
        font-size: 36px;
    }

    .our-stories-page {
        padding: 20px 15px;
    }
}

/* Feature Section Styles */
.feature-section {
    background: #fff;
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-bottom: 0;
    margin-bottom: 100px;
    height: 500px;
    overflow: hidden;
    border-top: 1px solid #ddd;
    margin-top: 85px;
}

.feature-section__container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    padding-bottom: 0;
}

.feature-section__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
    background: #fff;
    padding: 60px 0 0 0;
    border-radius: 0;
}

.feature-section__header-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.feature-section__header-right {
    display: flex;
    align-items: center;
}

.feature-section__label {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border-radius: 6px;
    width: fit-content;
    margin-bottom: 0;
    color: #23282d;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.1;
}

.feature-section__title {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    background: #fff;
    color: #23282d;
}

.feature-section__btn {
    width: 140px;
    height: 50px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: transparent;
    color: #1F272F;
    font-weight: 700;
    border-radius: 32px;
    border: 2px solid #1F272F;
    outline: none;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    box-shadow: none;
    cursor: pointer;
    letter-spacing: 0.04em;
}

.feature-section__btn-chevron {
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-section__btn-chevron svg {
    display: inline-block;
    vertical-align: middle;
    stroke: #1F272F;
}

.feature-section__btn:hover {
    background: transparent;
    color: #1F272F;
}

.feature-section__carousel-wrapper {
    max-width: 1470px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
    height: calc(450px - 120px);
}

.feature-section__carousel {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 24px;
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 0;
    margin-bottom: 0;
}

.feature-section__item {
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    width: 287px;
    min-width: 287px;
    max-width: 287px;
    height: auto;
    max-height: none;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 0;
    transition: transform 0.2s ease;
    flex-shrink: 0;
    min-height: 350px;
}

.feature-section__item:hover {
    transform: translateY(-2px);
}

.feature-section__item-link {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.feature-section__img-wrap {
    width: 287px;
    height: 287px;
    min-width: 287px;
    max-width: 287px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.feature-section__img {
    width: 287px;
    height: 287px;
    object-fit: cover;
    object-position: center;
    display: block;
    background: #fff;
}

.feature-section__content {
    padding: 10px;
    text-align: left;
    background: #fff;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.feature-section__item-title {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    color: #1F272F;
    text-shadow: none;
    display: block;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
} 