/* =========================================================
   TENTANG KAMI - SORAI BOUQUETE
========================================================= */

.about-page {
    background: #ffffff;
}

.about-container {
    width: calc(100% - 80px);
    max-width: 1280px;
    margin: 0 auto;
}


/* =========================================================
   HERO
========================================================= */

.about-hero {
    padding: 28px 0 58px;
}

.about-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 20px;
    color: var(--sorai-muted);
    font-size: 12px;
}

.about-breadcrumb a {
    color: var(--sorai-muted);
}

.about-breadcrumb strong {
    color: var(--sorai-primary);
}

.about-hero-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(320px, .85fr);
    align-items: center;
    gap: 42px;
    min-height: 440px;
    padding: 48px 52px;
    border: 1px solid rgba(189, 74, 60, .10);
    border-radius: 24px;
    background:
        radial-gradient(
            circle at 88% 12%,
            rgba(242, 198, 190, .72),
            transparent 33%
        ),
        linear-gradient(
            135deg,
            #fffdfc,
            #fff3ef
        );
}

.about-kicker,
.about-section-label {
    display: block;
    color: var(--sorai-primary);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.about-hero-copy h1 {
    max-width: 710px;
    margin: 8px 0 15px;
    color: var(--sorai-heading);
    font-size: 47px;
    font-weight: 700;
    line-height: 1.08;
}

.about-hero-copy h1 span {
    color: var(--sorai-primary);
}

.about-hero-copy > p {
    max-width: 660px;
    margin: 0;
    color: var(--sorai-muted);
    font-size: 12px;
    line-height: 1.8;
}

.about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 22px;
}

.about-primary-btn,
.about-secondary-btn {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 9px 15px;
    border-radius: 9px;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none !important;
}

.about-primary-btn {
    border: 1px solid var(--sorai-primary);
    color: #ffffff !important;
    background:
        linear-gradient(
            135deg,
            var(--sorai-primary),
            var(--sorai-primary-light)
        );
}

.about-secondary-btn {
    border: 1px solid var(--sorai-primary);
    color: var(--sorai-primary) !important;
    background: #ffffff;
}

.about-hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-flower-card {
    position: relative;
    width: 100%;
    max-width: 350px;
    padding: 34px 30px;
    border: 1px solid rgba(189, 74, 60, .15);
    border-radius: 22px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 20px 45px rgba(95, 55, 45, .10);
    backdrop-filter: blur(10px);
}

.about-flower-icon {
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 50%;
    color: var(--sorai-primary);
    background: var(--sorai-pink-soft);
    font-size: 22px;
}

.about-flower-card > span {
    display: block;
    margin-bottom: 7px;
    color: var(--sorai-primary);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .8px;
}

.about-flower-card > strong {
    display: block;
    color: var(--sorai-heading);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.25;
}

.about-flower-card > p {
    margin: 13px 0 0;
    color: var(--sorai-muted);
    font-size: 10px;
    line-height: 1.7;
}


/* =========================================================
   STORY
========================================================= */

.about-story {
    padding: 58px 0;
}

.about-story-grid {
    display: grid;
    grid-template-columns:
        .85fr
        1.15fr;
    gap: 70px;
    padding: 0 24px;
}

.about-story-title h2,
.about-section-heading h2 {
    margin: 7px 0 0;
    color: var(--sorai-heading);
    font-size: 31px;
    font-weight: 700;
    line-height: 1.2;
}

.about-story-content p {
    margin: 0 0 15px;
    color: var(--sorai-muted);
    font-size: 12px;
    line-height: 1.85;
}

.about-story-content p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   VALUES
========================================================= */

.about-values {
    padding: 62px 0;
    background: #fcf8f7;
}

.about-section-heading {
    max-width: 650px;
    margin: 0 auto 30px;
    text-align: center;
}

.about-section-heading > p {
    margin: 10px 0 0;
    color: var(--sorai-muted);
    font-size: 10px;
    line-height: 1.7;
}

.about-section-heading.compact {
    margin-bottom: 25px;
}

.about-value-grid {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.about-value-card {
    min-height: 220px;
    padding: 22px 20px;
    border: 1px solid var(--sorai-border);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: var(--sorai-shadow-sm);
}

.about-value-icon {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 10px;
    color: var(--sorai-primary);
    background: var(--sorai-pink-soft);
    font-size: 16px;
}

.about-value-card h3 {
    margin: 0;
    color: var(--sorai-heading);
    font-size: 14px;
}

.about-value-card p {
    margin: 9px 0 0;
    color: var(--sorai-muted);
    font-size: 10px;
    line-height: 1.7;
}


/* =========================================================
   ORDER FLOW
========================================================= */

.about-order-flow {
    padding: 65px 0;
}

.about-order-grid {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 18px;
    max-width: 900px;
    margin: 0 auto;
}

.about-order-card {
    padding: 26px;
    border: 1px solid var(--sorai-border);
    border-radius: 15px;
    background: #ffffff;
    box-shadow: var(--sorai-shadow-sm);
}

.about-order-card.featured {
    border-color: rgba(189, 74, 60, .25);
    background:
        linear-gradient(
            135deg,
            #fffdfc,
            #fff4f1
        );
}

.about-order-number {
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 8px;
    color: var(--sorai-primary);
    background: var(--sorai-pink-soft);
    font-size: 12px;
    font-weight: 700;
}

.about-order-card h3 {
    margin: 0;
    color: var(--sorai-heading);
    font-size: 15px;
}

.about-order-card p {
    margin: 9px 0 15px;
    color: var(--sorai-muted);
    font-size: 10px;
    line-height: 1.75;
}

.about-order-card a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--sorai-primary);
    font-size: 10px;
    font-weight: 700;
}

.about-shopee-link {
    color: #ee4d2d !important;
}

.about-order-note {
    display: block;
    color: var(--sorai-muted);
    font-size: 10px;
    font-style: italic;
}


/* =========================================================
   CTA
========================================================= */

.about-cta {
    padding: 15px 0 70px;
}

.about-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding: 37px 42px;
    border-radius: 18px;
    background:
        linear-gradient(
            135deg,
            var(--sorai-primary),
            #a83d31
        );
    box-shadow: 0 18px 40px rgba(189, 74, 60, .18);
}

.about-cta-box > div > span {
    display: block;
    color: #ffe4df;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.about-cta-box h2 {
    margin: 5px 0 7px;
    color: #ffffff;
    font-size: 27px;
    font-weight: 700;
}

.about-cta-box p {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, .80);
    font-size: 10px;
    line-height: 1.65;
}

.about-cta-btn {
    display: inline-flex;
    min-width: 165px;
    min-height: 43px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 9px 15px;
    border: 1px solid rgba(255, 255, 255, .85);
    border-radius: 9px;
    color: var(--sorai-primary) !important;
    background: #ffffff;
    font-size: 10px;
    font-weight: 700;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .about-container {
        width: calc(100% - 30px);
    }

    .about-hero-grid {
        grid-template-columns: 1fr;
        padding: 35px;
    }

    .about-hero-copy h1 {
        font-size: 38px;
    }

    .about-hero-visual {
        justify-content: flex-start;
    }

    .about-story-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 0;
    }

    .about-value-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .about-cta-box {
        align-items: flex-start;
        flex-direction: column;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .about-container {
        width: calc(100% - 14px);
    }

    .about-hero {
        padding: 10px 0 35px;
    }

    .about-breadcrumb {
        margin: 0 5px 10px;
        font-size: 9px;
    }

    .about-hero-grid {
        gap: 25px;
        min-height: 0;
        padding: 22px 17px;
        border-radius: 13px;
    }

    .about-hero-copy h1 {
        margin-top: 6px;
        font-size: 27px;
    }

    .about-hero-copy > p {
        font-size: 10px;
    }

    .about-primary-btn,
    .about-secondary-btn {
        min-height: 38px;
        font-size: 10px;
    }

    .about-flower-card {
        max-width: none;
        padding: 24px 20px;
        border-radius: 14px;
    }

    .about-flower-card > strong {
        font-size: 21px;
    }

    .about-story,
    .about-values,
    .about-order-flow {
        padding: 40px 0;
    }

    .about-story-title h2,
    .about-section-heading h2 {
        font-size: 23px;
    }

    .about-story-content p {
        font-size: 10px;
    }

    .about-value-grid,
    .about-order-grid {
        grid-template-columns: 1fr;
    }

    .about-value-card {
        min-height: 0;
    }

    .about-cta {
        padding-bottom: 45px;
    }

    .about-cta-box {
        gap: 20px;
        padding: 25px 20px;
        border-radius: 12px;
    }

    .about-cta-box h2 {
        font-size: 21px;
    }

    .about-cta-btn {
        width: 100%;
    }

}