﻿/* ===============================
   Avir Aroma - Our Story Page
================================ */

.aa-story-hero {
    position: relative;
    min-height: 78vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 18px 70px;
    overflow: hidden;
    background: linear-gradient(rgba(59, 35, 95, 0.70), rgba(36, 19, 63, 0.78)), url('/image/smoke.png') center/cover no-repeat;
}

.aa-story-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(255,216,107,0.15), transparent 55%);
}

.aa-story-hero-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    text-align: center;
    color: #fffaf2;
}

.aa-story-label,
.aa-story-heading span,
.aa-story-section-title span,
.aa-story-vision-content span,
.aa-promise-box span {
    display: inline-block;
    color: #ffd86b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.aa-story-hero h1 {
    font-size: clamp(42px, 8vw, 82px);
    line-height: 1.05;
    margin: 0 0 18px;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 700;
    letter-spacing: -1px;
}

.aa-story-hero p {
    max-width: 620px;
    margin: 0 auto 28px;
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255, 250, 242, 0.92);
}

.aa-story-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 26px;
    border-radius: 999px;
    color: #3b235f;
    background: linear-gradient(135deg, #ffd86b, #b8860b);
    text-decoration: none;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(255, 216, 107, 0.25);
    transition: 0.3s ease;
}

    .aa-story-btn:hover {
        transform: translateY(-2px);
        color: #3b235f;
        box-shadow: 0 16px 36px rgba(255, 216, 107, 0.35);
    }

.aa-story-container {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.aa-story-intro {
    padding: 70px 0;
    background: #fffaf2;
}

.aa-story-heading {
    max-width: 760px;
    margin-bottom: 28px;
}

    .aa-story-heading h2,
    .aa-story-section-title h2,
    .aa-story-vision-content h2,
    .aa-promise-box h2 {
        color: #3b235f;
        font-family: Georgia, 'Times New Roman', serif;
        font-size: clamp(30px, 5vw, 52px);
        line-height: 1.15;
        margin: 0;
    }

.aa-story-intro p {
    max-width: 850px;
    font-size: 17px;
    line-height: 1.85;
    color: #4d415d;
    margin-bottom: 18px;
}

.aa-story-process {
    padding: 75px 0;
    background: linear-gradient(180deg, #ffffff, #fffaf2);
}

.aa-story-section-title {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 42px;
}

.aa-story-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.aa-story-card {
    background: #ffffff;
    border: 1px solid rgba(184, 134, 11, 0.20);
    border-radius: 24px;
    padding: 30px 24px;
    box-shadow: 0 14px 34px rgba(59, 35, 95, 0.08);
    transition: 0.3s ease;
}

    .aa-story-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 45px rgba(59, 35, 95, 0.13);
        border-color: rgba(184, 134, 11, 0.45);
    }

.aa-story-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: linear-gradient(135deg, #3b235f, #24133f);
    color: #ffd86b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 22px;
}

.aa-story-card h3 {
    color: #3b235f;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
}

.aa-story-card p {
    color: #62536e;
    line-height: 1.75;
    margin: 0;
}

.aa-story-vision {
    padding: 80px 0;
    background: #3b235f;
}

.aa-story-vision-wrap {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 46px;
    align-items: center;
}

.aa-story-vision-img {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    min-height: 420px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,216,107,0.28);
}

    .aa-story-vision-img img {
        width: 100%;
        height: 100%;
        min-height: 420px;
        object-fit: cover;
        display: block;
    }

.aa-story-vision-content h2 {
    color: #fffaf2;
}

.aa-story-vision-content p {
    color: rgba(255, 250, 242, 0.82);
    line-height: 1.85;
    font-size: 17px;
}

.aa-story-link {
    display: inline-block;
    margin-top: 14px;
    color: #ffd86b;
    text-decoration: none;
    font-weight: 800;
    border-bottom: 1px solid #ffd86b;
    padding-bottom: 5px;
}

    .aa-story-link:hover {
        color: #ffffff;
        border-color: #ffffff;
    }

.aa-story-promise {
    padding: 72px 0 90px;
    background: #fffaf2;
}

.aa-promise-box {
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
    padding: 44px 26px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(184, 134, 11, 0.25);
    box-shadow: 0 16px 40px rgba(59, 35, 95, 0.09);
}

    .aa-promise-box p {
        max-width: 660px;
        margin: 18px auto 0;
        color: #62536e;
        font-size: 17px;
        line-height: 1.8;
    }

/* Mobile First Fixes */
@media (max-width: 768px) {
    .aa-story-hero {
        min-height: 72vh;
        padding: 90px 18px 60px;
    }

        .aa-story-hero p {
            font-size: 15px;
            line-height: 1.7;
        }

    .aa-story-intro,
    .aa-story-process,
    .aa-story-vision,
    .aa-story-promise {
        padding: 54px 0;
    }

    .aa-story-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .aa-story-card {
        border-radius: 20px;
        padding: 24px 20px;
    }

    .aa-story-vision-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .aa-story-vision-img,
    .aa-story-vision-img img {
        min-height: 310px;
    }

    .aa-promise-box {
        padding: 34px 20px;
        border-radius: 22px;
    }
}
