.welcome-inner {
    max-width: 1000px;
    margin: 0 auto;
    font-family: noto-sans;
}

.hero-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.welcome-text-outside {
    margin: 0;
}

.welcome-image {
    width: 100%;
    max-width: 400px;
    border-radius: 12px;
    object-fit: cover;
}

.welcome-heading {
    font-size: 30px;
    font-family: noto-sans-bold, sans-serif;
    margin: 0;
    margin-bottom: 15px;
}

.about-page-banner {
    background-color: #359F49;
    padding: 48px 24px;
    text-align: center;
}

.about-page-banner h1 {
    margin: 0;
    font-size: clamp(26px, 4vw, 36px);
    font-weight: 700;
    color: #fff;
    font-family: noto-sans-bold, sans-serif;
}

/* ----- Meet the Owners ----- */
.owners-section {
    background: #fff;
    padding: 60px 24px;
}

.owners-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.owners-section h2 {
    font-size: clamp(22px, 3vw, 28px);
    color: #333;
    margin: 0 0 40px;
    font-family: noto-sans-bold, sans-serif;
}

.owners-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
}

.owner-card {
    width: 100%;
    display: flex;
    background-color: #286241;
    border-radius: 10px;
    overflow: hidden;
}

.owner-img {
    height: 100%;
    max-width: 200px;
    object-fit: cover;
    border-radius: 0 10px 10px 0;
}

.owner-text-box {
    padding: 20px;
}

.owner-card h3 {
    font-size: 22px;
    color: #C1FF72;
    margin: 0;
    font-family: noto-sans-bold, sans-serif;
}

.owner-title {
    font-size: 18px;
    color: #C1FF72;
    margin: 0 0 16px;
}

.owner-bio-text {
    font-size: 17px;
    color: #fff;
    margin: 0;
}

/* ----- How the Goodlife Started ----- */
.how-started-section {
    padding: 0 24px;
}

.how-started-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.how-started-section h2 {
    font-size: clamp(22px, 3vw, 28px);
    color: #333;
    margin: 0 0 36px;
    font-family: noto-sans-bold, sans-serif;
}

.founder-quote {
    background-color: #65BD54;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    margin-bottom: 40px;
    align-items: stretch;
}

.founder-quote--reverse {
    flex-direction: row-reverse;
}

.founder-quote-img-wrap {
    flex: 0 0 200px;
    min-width: 200px;
    align-self: stretch;
    overflow: hidden;
    border-radius: 0 10px 10px 0;
}

.founder-quote--reverse .founder-quote-img-wrap {
    border-radius: 10px 0 0 10px;
}

.founder-quote-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    vertical-align: bottom;
}

.founder-quote-text p {
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
    margin: 0 0 12px;
    font-family: noto-sans, sans-serif;
    padding: 20px;
}

.how-started-summary {
    font-size: 18px;
    margin: 0;
    font-family: noto-sans-bold, sans-serif;
    color: #1b1b1b;
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
}

/* ----- Responsive: welcome-inner (about + service pages) ----- */
@media (max-width: 900px) {
    .hero-row {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-row .welcome-image {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .welcome-inner {
        padding: 0 16px;
    }

    .hero-row {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 12px;
    }

    .hero-row .welcome-image {
        float: none;
        display: block;
        max-width: 100%;
        width: 100%;
        margin: 0 0 12px 0;
    }

    .welcome-image {
        float: none;
        display: block;
        max-width: 100%;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .welcome-heading {
        font-size: clamp(22px, 5vw, 28px);
    }

    .welcome-text-outside {
        margin-top: 0;
    }

    .about-page-banner {
        padding: 32px 16px;
    }

    .about-page-banner .subtitle {
        font-size: clamp(16px, 4vw, 22px);
    }
}

@media (max-width: 480px) {
    .welcome-inner {
        padding: 0 12px;
    }

    .hero-row {
        gap: 10px;
        margin-bottom: 10px;
    }

    .welcome-heading {
        font-size: clamp(20px, 4.5vw, 26px);
        margin-bottom: 12px;
    }

    .about-page-banner {
        padding: 24px 12px;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .owners-grid {
        grid-template-columns: 1fr;
    }

    .owner-card {
        flex-direction: column;
    }

    .owner-img {
        max-width: 100%;
        width: 100%;
        max-height: 280px;
        object-fit: cover;
        border-radius: 10px 10px 0 0;
    }

    .founder-quote,
    .founder-quote--reverse {
        flex-direction: column;
        text-align: center;
    }

    .founder-quote-img-wrap {
        flex: 0 0 auto;
        min-width: 0;
        width: 100%;
        max-height: 280px;
        border-radius: 10px 10px 0 0;
    }

    .founder-quote--reverse .founder-quote-img-wrap {
        border-radius: 0 0 10px 10px;
        order: 1;
    }

    .founder-quote--reverse .founder-quote-text {
        order: 0;
    }

    .founder-quote-img {
        width: 100%;
        height: 100%;
        min-height: 200px;
        object-fit: cover;
    }

    .how-started-summary {
        font-size: 16px;
        padding: 0 8px;
    }
}
