/* About Page Styles - Minimal & Clean Design */

/* Hero Section with Background Image */
.about-hero {
    position: relative;
    min-height: 550px;
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images-video/house.about.1.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #ffffff;
    background-attachment: fixed;
}

.about-hero-overlay {
    max-width: 650px;
    padding: 50px;
    border-left: 4px solid #c9a961;
    background: rgba(0, 0, 0, 0.4);
    margin-left: 10%;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.about-hero-subtitle {
    font-size: 0.75rem;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

.about-hero-title {
    font-size: 2.8rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 25px;
    font-family: 'Playfair Display', serif;
    color: #ffffff;
}

.about-hero-description {
    font-size: 1.05rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 300;
}

/* Intro Section */
.about-intro {
    padding: 80px 0;
    background: #ffffff;
}

.about-intro-header {
    font-size: 0.75rem;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 15px;
    font-weight: 400;
}

.about-intro-title {
    font-size: 2.2rem;
    font-weight: 300;
    color: #1a1d2e;
    margin-bottom: 35px;
    font-family: 'Playfair Display', serif;
}

.about-intro-text {
    font-size: 1.05rem;
    line-height: 2;
    color: #555;
    max-width: 950px;
    font-weight: 300;
}

/* Philosophy Section with Background Image */
.about-philosophy {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(rgba(26, 29, 46, 0.88), rgba(26, 29, 46, 0.88)), url('../images-video/house.about.2.jpg') center/cover no-repeat;
    color: #ffffff;
    background-attachment: fixed;
}

.philosophy-overlay {
    max-width: 750px;
    padding: 50px;
    border-left: 4px solid #c9a961;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.philosophy-subtitle {
    font-size: 0.75rem;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

.philosophy-title {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 30px;
    font-family: 'Playfair Display', serif;
    color: #ffffff;
}

.philosophy-text {
    font-size: 1.05rem;
    line-height: 2;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 300;
}

/* Mission Section */
.about-mission {
    padding: 80px 0;
    background: #f8f8f8;
}

/* Two Column Layout */
.about-two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-top: 50px;
}

.about-column {
    padding: 40px;
}

.about-column-left {
    background: url('../images-video/house.about.3.jpg') center/cover no-repeat;
    min-height: 500px;
    position: relative;
    display: flex;
    align-items: center;
}

.mission-overlay {
    padding: 50px;
    border-left: 4px solid #c9a961;
    background: rgba(26, 29, 46, 0.9);
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.mission-title {
    font-size: 0.75rem;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 25px;
    border-left: 3px solid #c9a961;
    padding-left: 15px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

.mission-heading {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 25px;
    font-family: 'Playfair Display', serif;
    color: #ffffff;
}

.mission-text {
    font-size: 1rem;
    line-height: 2;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 300;
    margin-bottom: 15px;
}

.about-column-right {
    background: #ffffff;
    padding: 0;
}

/* Info Boxes */
.info-box {
    padding: 45px;
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.info-box:hover {
    transform: translateX(5px);
}

.info-box-dark {
    background: #1a1d2e;
    color: #ffffff;
}

.info-box-light {
    background: #f5f5f5;
    color: #1a1d2e;
}

.info-box-title {
    font-size: 0.75rem;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-left: 3px solid #c9a961;
    padding-left: 15px;
    font-weight: 400;
}

.info-box-text {
    font-size: 1rem;
    line-height: 2;
    font-weight: 300;
}

.info-box-dark .info-box-title {
    color: rgba(255, 255, 255, 0.7);
}

.info-box-dark .info-box-text {
    color: rgba(255, 255, 255, 0.9);
}

.info-box-light .info-box-title {
    color: #999;
}

.info-box-light .info-box-text {
    color: #555;
}

/* Values Section */
.about-values {
    padding: 80px 0;
    background: #ffffff;
}

.values-header {
    font-size: 0.75rem;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 15px;
    font-weight: 400;
}

.values-title {
    font-size: 2.2rem;
    font-weight: 300;
    color: #1a1d2e;
    margin-bottom: 35px;
    font-family: 'Playfair Display', serif;
}

.values-text {
    font-size: 1.05rem;
    line-height: 2;
    color: #555;
    max-width: 950px;
    margin-bottom: 50px;
    font-weight: 300;
}

/* Commitment Section */
.about-commitment {
    padding: 80px 0;
    background: #f8f8f8;
}

/* Responsive Design */
@media (max-width: 992px) {
    .about-two-columns {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-column-left {
        min-height: 400px;
    }

    .about-hero-title,
    .philosophy-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .about-hero,
    .about-philosophy {
        min-height: auto;
        padding: 80px 20px;
        background-attachment: scroll;
    }

    .about-hero-overlay,
    .philosophy-overlay,
    .mission-overlay {
        margin-left: 0;
        padding: 35px;
    }

    .about-hero-title,
    .philosophy-title {
        font-size: 2rem;
    }

    .about-hero-subtitle,
    .philosophy-subtitle,
    .mission-title,
    .info-box-title,
    .values-header,
    .about-intro-header {
        font-size: 0.7rem;
        letter-spacing: 2px;
    }

    .about-intro,
    .about-mission,
    .about-values,
    .about-commitment {
        padding: 60px 0;
    }

    .info-box {
        padding: 35px;
    }

    .about-column-left {
        min-height: 350px;
    }

    .about-two-columns {
        gap: 0;
    }
}

