@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500&display=swap');

/* Fallback for Brinnan if not loaded globally */
@font-face {
    font-family: 'Brinnan';
    src: local('Brinnan');
    /* Assuming Brinnan is loaded via theme/Custom Fonts plugin, we just reference it */
}

.oak-carousel-wrapper-092eba5d {
    position: relative;
    width: 100%;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'DM Sans', sans-serif;
    background-size: cover;
    background-position: center;
    background-color: #2A362B; /* Deep muted green fallback */
    overflow: hidden;
    padding: 100px 20px;
}

.oak-overlay-092eba5d {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(42, 54, 43, 0.65);
    z-index: 1;
}

.oak-gradient-092eba5d {
    position: absolute;
    left: 0; right: 0; bottom: 0; height: 35%;
    background: linear-gradient(to top, #FDFBF7 0%, transparent 100%);
    opacity: 0.15;
    z-index: 2;
}

.oak-content-092eba5d {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.oak-heading-092eba5d {
    color: #FDFBF7;
    font-family: 'Brinnan', 'DM Sans', sans-serif;
    font-size: 2.8rem;
    font-weight: 400;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.oak-glass-container-092eba5d {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.oak-slider-viewport-092eba5d {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    background: rgba(253, 251, 247, 0.04);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(253, 251, 247, 0.1);
    border-radius: 12px;
    padding: 60px 50px;
}

.oak-slider-track-092eba5d {
    display: flex;
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
}

.oak-slide-092eba5d {
    flex: 0 0 100%;
    min-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    opacity: 0.3;
    transition: opacity 0.7s ease;
}
.oak-slide-092eba5d.active {
    opacity: 1;
}

.oak-stars-092eba5d {
    color: #D4AF37; /* Warm Gold */
    font-size: 1.1rem;
    margin-bottom: 25px;
    letter-spacing: 6px;
}

.oak-quote-092eba5d {
    color: #FDFBF7;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.3rem;
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 30px;
}

.oak-name-092eba5d {
    color: #FDFBF7;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

.oak-arrow-092eba5d {
    background: transparent;
    border: none;
    color: #FDFBF7;
    cursor: pointer;
    padding: 15px;
    opacity: 0.5;
    transition: opacity 0.4s ease, transform 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.oak-arrow-092eba5d:hover {
    opacity: 1;
    transform: scale(1.05);
}
.oak-arrow-092eba5d svg {
    width: 40px;
    height: 40px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1;
}

.oak-cta-092eba5d {
    display: inline-block;
    color: #2A362B;
    background-color: #FDFBF7;
    padding: 16px 36px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.4s ease, color 0.4s ease;
    font-weight: 500;
    z-index: 4;
}
.oak-cta-092eba5d:hover {
    background-color: #D4AF37;
    color: #fff;
}

@media (max-width: 1024px) {
    .oak-heading-092eba5d { font-size: 2.4rem; }
    .oak-slider-viewport-092eba5d { padding: 50px 30px; max-width: 650px; }
    .oak-quote-092eba5d { font-size: 1.15rem; }
}

@media (max-width: 768px) {
    .oak-heading-092eba5d { font-size: 2rem; }
    .oak-glass-container-092eba5d { 
        flex-direction: column; 
        margin-bottom: 30px;
    }
    .oak-slider-viewport-092eba5d { 
        padding: 40px 20px; 
    }
    .oak-arrow-092eba5d { 
        position: absolute; 
        top: 50%; 
        transform: translateY(-50%); 
    }
    .oak-arrow-092eba5d.prev { left: 0; }
    .oak-arrow-092eba5d.next { right: 0; }
    .oak-arrow-092eba5d svg { width: 30px; height: 30px; }
    .oak-carousel-wrapper-092eba5d { padding: 60px 15px; }
}