/* General Body and Main Container */
body {
    font-family: 'Mulish', sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
    overflow-x: hidden; 
}

main {
    margin: 0 auto;
   
}

h1, h2, h3 {
    font-weight: 700;
    color: #2c3e50; 
}

p {
    color: #555;
    font-weight: 400;
}

.section-tag {
    display: inline-block;
    font-size: 0.85em;
    font-weight: 700;
    color: #007bff; 
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    background-color: rgba(0, 123, 255, 0.1);
    padding: 5px 12px;
    border-radius: 20px;
}

/* --- Hero Section --- */
.about-hero-sleek {
    position: relative;
    height: 300px; 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.8), rgba(0, 50, 100, 0.8)), url('assets/about-hero-bg.jpg') no-repeat center center/cover;
    background-attachment: fixed; 
    box-shadow: inset 0 -10px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.about-hero-sleek::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3); 
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1000px;
}

.hero-content h1 {
    font-size: 3.5em;
    margin-bottom: 15px;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    margin-top: 0;
}

.hero-content p {
    font-size: 1.3em;
    font-weight: 300;
    opacity: 0.9;
    color: #eee;
}

/* --- Owner Story Section --- */
.owner-story-sleek {
    display: flex;
    flex-direction: column; 
    align-items: center;
    max-width: 1000px;
    margin: 60px auto;
    padding: 40px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    gap: 50px; 
}

.owner-image-wrapper {
    position: relative;
    width: 300px; 
    height: 300px; 
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    background-color: #f0f0f0; 
    transition: transform 0.3s ease-in-out;
}

.owner-image-wrapper:hover {
    transform: scale(1.03);
}

.owner-photo-sleek {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.owner-bio-content {
    text-align: center; 
    flex-grow: 1;
}

.owner-bio-content h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
    line-height: 1.2;
}

.owner-bio-content p {
    font-size: 1.1em;
    margin-bottom: 15px;
}

/* --- Mission & Values Section --- */
.mission-values-sleek {
    max-width: 100%;
    padding:  20px;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: start;
    text-align: center;
    margin-bottom: 4vh;
}

.mission-statement {
    text-align: center;
}

.mission-statement h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.mission-statement p {
    font-size: 1.2em;
    max-width: 700px;
    margin: 0 auto;
}

.values-grid-sleek {
    display: flex;
    justify-content: center;
    gap: 30px;
    text-align: center;
    padding-top: 20px; 
    flex-basis: 100%;
    margin-bottom: 20px;
}

.values-grid-sleek h2 { 
    width: 100%;
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #2c3e50;
    text-align: center;
}

.values-grid-sleek .section-tag {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.value-item-sleek {
    background-color: #fff;
    padding: 30px;
    width: 300px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease;
    border-top: 4px solid #007bff; /* Accent line at top */
}

.value-item-sleek:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.value-item-sleek h3 {
    font-size: 1.8em;
    color: #007bff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.value-item-sleek h3 i { /* Icon styling */
    font-size: 1.2em;
    margin-right: 10px;
    color: #007bff;
}

.value-item-sleek p {
    font-size: 1em;
    color: #666;
    flex-grow: 1;
    word-wrap: break-word;
    overflow-wrap: break-word
}

@media (max-width: 1000px){
    .values-grid-sleek{
      flex-wrap: wrap;
    }
}

/* --- Responsive Adjustments --- */
@media (min-width: 768px) {
    .owner-story-sleek {
        flex-direction: row; 
        text-align: left; 
    }

    .owner-bio-content {
        text-align: left;
    }

    .owner-image-wrapper {
        margin-right: 50px; 
    }

    .mission-values-sleek {
        grid-template-columns: 1fr 2fr; 
        align-items: start; 
    }

    .mission-statement {
        text-align: left;
        padding-right: 30px;
    }

    .values-grid-sleek h2 {
        text-align: left;
    }

    .values-grid-sleek .section-tag {
        justify-self: start;
    }

    .value-item-sleek h3 {
        justify-content: flex-start; 
    }
}

@media (max-width: 600px) {
    .about-hero-sleek {
        height: 300px;
        padding: 60px 15px;
    }

    .hero-content h1 {
        font-size: 2.5em;
    }

    .hero-content p {
        font-size: 1em;
    }

    .owner-story-sleek {
        padding: 30px;
        margin: 40px auto;
        gap: 30px;
    }

    .owner-image-wrapper {
        width: 220px;
        height: 220px;
    }

    .owner-bio-content h2 {
        font-size: 2em;
    }

    .owner-bio-content p {
        font-size: 0.95em;
    }

    .mission-values-sleek {
        margin: 60px auto;
        padding: 30px 15px;
        gap: 40px;
        padding-bottom: none;
    }

    .mission-statement h2,
    .values-grid-sleek h2 {
        font-size: 2em;
    }
}