/* Trang About Us - port lai giao dien tu theme twentytwentyfive.
   Font Playfair Display + Roboto Slab duoc load rieng trong functions.php,
   chi cho trang nay - khong anh huong font cua ca site Astra. */

/* An tieu de mac dinh cua Astra vi da co Hero rieng trong noi dung trang */
.entry-title,
h1.entry-title,
h1.wp-block-post-title {
    display: none !important;
}

/* Main Wrapper */
.kimlico-about-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 24px;
    box-sizing: border-box;
    background-color: #faf9f6;
    color: #191919;
    font-family: 'Roboto Slab', serif;
}

/* Reusable Components */
.kimlico-about-container .about-subtitle {
    font-family: 'Playfair Display', serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #9e9e9e;
    display: block;
    margin-bottom: 12px;
}

.kimlico-about-container .section-heading {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 24px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.kimlico-about-container .section-heading-center {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 48px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.kimlico-about-container p {
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    line-height: 1.8;
    color: #5f5f5f;
    margin: 0 0 20px 0;
}

/* 1. Hero Section (Asymmetrical Split) */
.about-hero-section {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-bottom: 120px;
}

.about-hero-text {
    flex: 1;
    max-width: 500px;
}

.about-main-title {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    font-weight: 300;
    line-height: 1.15;
    margin: 0 0 28px 0;
    color: #191919;
    letter-spacing: -1px;
}

.about-hero-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #5f5f5f;
}

.about-hero-image-wrap {
    flex: 1.2;
    height: 550px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
}

.about-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.about-hero-image-wrap:hover .about-hero-img {
    transform: scale(1.03);
}

/* 2. Brand Philosophy Section (Double Column Quote/Text) */
.about-philosophy-section {
    display: flex;
    gap: 80px;
    margin-bottom: 120px;
    border-top: 1px solid rgba(25, 25, 25, 0.08);
    border-bottom: 1px solid rgba(25, 25, 25, 0.08);
    padding: 80px 0;
}

.philosophy-quote-col {
    flex: 1;
}

.philosophy-quote {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-style: italic;
    line-height: 1.5;
    color: #191919;
    margin: 0;
    border-left: none;
    padding: 0;
}

.philosophy-text-col {
    flex: 1.2;
}

/* 3. Founder's Corner Section (Split Box) */
.about-founder-section {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-bottom: 120px;
}

.founder-image-wrap {
    flex: 1;
    height: 500px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
}

.founder-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.founder-image-wrap:hover .founder-img {
    transform: scale(1.03);
}

.founder-text-wrap {
    flex: 1.2;
}

.founder-quote {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-style: italic;
    line-height: 1.6;
    color: #191919;
    border-left: 2px solid rgba(25, 25, 25, 0.2);
    padding-left: 20px;
    margin-bottom: 24px;
}

.founder-signature {
    margin-top: 32px;
}

.signature-text {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 24px;
    color: #191919;
    letter-spacing: 1px;
}

/* 4. Process Section */
.about-process-section {
    margin-bottom: 40px;
}

.process-header {
    text-align: center;
}

.process-grid {
    display: flex;
    gap: 40px;
}

.process-card {
    flex: 1;
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(25, 25, 25, 0.04);
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    border-color: rgba(25, 25, 25, 0.08);
}

.process-image-box {
    width: 100%;
    height: 220px;
    overflow: hidden;
    margin-bottom: 24px;
}

.process-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.process-card:hover .process-image-box img {
    transform: scale(1.05);
}

.process-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 12px 0;
    color: #191919;
}

.process-card-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #777777;
    margin: 0;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
    .kimlico-about-container {
        padding: 60px 24px;
    }

    .about-hero-section,
    .about-philosophy-section,
    .about-founder-section {
        flex-direction: column;
        gap: 40px;
        margin-bottom: 80px !important;
    }

    .about-hero-text,
    .philosophy-quote-col,
    .philosophy-text-col,
    .founder-text-wrap,
    .about-hero-image-wrap,
    .founder-image-wrap {
        max-width: 100% !important;
        width: 100% !important;
    }

    .about-main-title {
        font-size: 42px !important;
        margin-bottom: 20px !important;
    }

    .kimlico-about-container .section-heading,
    .kimlico-about-container .section-heading-center {
        font-size: 28px !important;
    }

    .about-hero-image-wrap {
        height: 400px !important;
    }

    .founder-image-wrap {
        height: 380px !important;
        order: 2 !important;
    }

    .philosophy-quote {
        font-size: 22px !important;
    }

    .about-philosophy-section {
        padding: 60px 0 !important;
    }

    .process-grid {
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .kimlico-about-container {
        padding: 40px 16px !important;
    }

    .about-hero-section,
    .about-philosophy-section,
    .about-founder-section {
        gap: 28px;
        margin-bottom: 60px !important;
    }

    .about-main-title {
        font-size: 32px !important;
        margin-bottom: 16px !important;
        line-height: 1.2 !important;
    }

    .kimlico-about-container .about-subtitle {
        font-size: 11px !important;
        letter-spacing: 2px !important;
        margin-bottom: 8px !important;
    }

    .kimlico-about-container .section-heading,
    .kimlico-about-container .section-heading-center {
        font-size: 24px !important;
        margin-bottom: 16px !important;
    }

    .kimlico-about-container p {
        font-size: 14px !important;
        line-height: 1.7 !important;
        margin-bottom: 16px !important;
    }

    .about-hero-image-wrap {
        height: 280px !important;
    }

    .founder-image-wrap {
        height: 280px !important;
    }

    .philosophy-quote {
        font-size: 18px !important;
        line-height: 1.5 !important;
    }

    .about-philosophy-section {
        padding: 40px 0 !important;
    }

    .founder-quote {
        font-size: 16px !important;
        padding-left: 12px !important;
        margin-bottom: 16px !important;
    }

    .signature-text {
        font-size: 20px !important;
    }

    .process-card {
        padding: 20px !important;
    }

    .process-image-box {
        height: 180px !important;
        margin-bottom: 16px !important;
    }
}
