/* =========================================================
   MOTIVACIÓN SALSERA
   About Page Styles

   NOTE:
   Global styles, navigation, reusable components and
   general responsive behavior are handled by:
   - global.css
   - navigation.css
   - components.css
   - responsive.css

   This file contains ONLY About-page-specific styles.
========================================================= */


/* =========================================================
   ABOUT HERO
========================================================= */

.about-hero {
    position: relative;

    padding: 90px 20px 75px;

    background:
        linear-gradient(
            135deg,
            #fffaf5 0%,
            #fff7f0 52%,
            #f8e9df 100%
        );

    text-align: center;

    overflow: hidden;
}

.about-hero::before,
.about-hero::after {
    content: "";

    position: absolute;

    border: 1px solid rgba(169, 0, 32, 0.08);

    border-radius: 50%;

    pointer-events: none;
}

.about-hero::before {
    width: 420px;
    height: 420px;

    top: -260px;
    left: -190px;
}

.about-hero::after {
    width: 360px;
    height: 360px;

    right: -190px;
    bottom: -250px;
}

.about-hero-content {
    position: relative;
    z-index: 2;

    width: min(760px, 100%);

    margin: 0 auto;
}

.about-hero .eyebrow {
    margin-bottom: 14px;
}

.about-hero h1 {
    margin: 0 0 20px;

    color: var(--black);

    font-size: clamp(2.8rem, 6vw, 5rem);
    line-height: 1;

    letter-spacing: -2px;
}

.about-hero h1 .accent {
    color: var(--orange);
}

.about-hero-intro {
    max-width: 620px;

    margin: 0 auto;

    color: var(--muted);

    font-size: 0.95rem;
    line-height: 1.8;
}


/* =========================================================
   MAIN ABOUT SECTION
========================================================= */

.about-section {
    padding: 90px 20px 100px;

    background: var(--cream);
}

.about-container {
    width: min(1080px, 100%);

    margin: 0 auto;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.about-section-heading {
    max-width: 760px;

    margin: 0 auto 50px;

    text-align: center;
}

.about-section-heading .eyebrow {
    margin-bottom: 12px;
}

.about-section-heading h2 {
    margin: 0;

    color: var(--black);

    font-size: clamp(2.2rem, 5vw, 3.7rem);
    line-height: 1;

    letter-spacing: -1px;
}

.about-section-heading h2 .accent {
    color: var(--red);
}


/* =========================================================
   INTRO CONTENT
========================================================= */

.about-intro {
    max-width: 900px;

    margin: 0 auto;

    padding: 40px 45px;

    background: var(--white);

    border: 1px solid var(--border);

    border-radius: var(--radius-lg);

    box-shadow: var(--shadow-sm);
}

.about-intro p {
    margin: 0 0 20px;

    color: #514844;

    font-size: 0.88rem;
    line-height: 1.8;
}

.about-intro p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   STORY / OUR APPROACH
========================================================= */

.about-story-section {
    padding: 90px 20px;

    background: #fffdfb;
}

.about-story-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(320px, 0.85fr);

    gap: 70px;

    align-items: center;
}

.about-story-content {
    max-width: 680px;
}

.about-story-content .eyebrow {
    margin-bottom: 12px;
}

.about-story-content h2 {
    margin: 0 0 25px;

    color: var(--black);

    font-size: clamp(2.2rem, 5vw, 3.7rem);

    line-height: 1;

    letter-spacing: -1px;
}

.about-story-content h2 .accent {
    color: var(--orange);
}

.about-story-content p {
    margin: 0 0 20px;

    color: #514844;

    font-size: 0.88rem;
    line-height: 1.8;
}

.about-story-content p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   CULTURE / PHILOSOPHY CARD
========================================================= */

.about-culture-card {
    position: relative;

    padding: 42px 40px;

    background:
        linear-gradient(
            145deg,
            var(--red-dark),
            var(--red)
        );

    border-radius: var(--radius-lg);

    color: white;

    overflow: hidden;

    box-shadow:
        0 18px 45px rgba(169, 0, 32, 0.16);
}

.about-culture-card::before,
.about-culture-card::after {
    content: "";

    position: absolute;

    border: 1px solid rgba(255, 255, 255, 0.09);

    border-radius: 50%;

    pointer-events: none;
}

.about-culture-card::before {
    width: 300px;
    height: 300px;

    left: -180px;
    top: -180px;
}

.about-culture-card::after {
    width: 250px;
    height: 250px;

    right: -140px;
    bottom: -160px;
}

.about-culture-card .eyebrow {
    position: relative;
    z-index: 2;

    margin-bottom: 18px;

    color: rgba(255, 255, 255, 0.68);
}

.about-culture-card p {
    position: relative;
    z-index: 2;

    margin: 0 0 20px;

    color: rgba(255, 255, 255, 0.91);

    font-size: 0.88rem;
    line-height: 1.8;
}

.about-culture-card p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   FOUNDER SECTION
========================================================= */

.about-founder-section {
    padding: 100px 20px;

    background: var(--cream);
}

.about-founder-card {
    max-width: 1000px;

    margin: 0 auto;

    padding: 55px 60px;

    background: white;

    border: 1px solid var(--border);

    border-radius: var(--radius-lg);

    box-shadow: var(--shadow-md);
}

.about-founder-header {
    max-width: 760px;

    margin-bottom: 38px;
}

.about-founder-header .eyebrow {
    margin-bottom: 13px;
}

.about-founder-header h2 {
    margin: 0;

    color: var(--black);

    font-size: clamp(2.3rem, 5vw, 3.8rem);

    line-height: 1;

    letter-spacing: -1px;
}

.about-founder-header h2 .accent {
    color: var(--orange);
}

.about-founder-content {
    max-width: 820px;
}

.about-founder-content p {
    margin: 0 0 20px;

    color: #514844;

    font-size: 0.9rem;
    line-height: 1.85;
}

.about-founder-content p:last-child {
    margin-bottom: 0;
}

.about-founder-content .about-founder-conclusion {
    margin-top: 30px;

    padding-top: 25px;

    border-top: 1px solid var(--border);

    color: var(--red);

    font-weight: 600;
}


/* =========================================================
   FINAL CTA
========================================================= */

.about-cta {
    position: relative;

    margin: 0 20px 90px;

    padding: 75px 25px;

    background:
        linear-gradient(
            135deg,
            #fff8f2,
            #f8e9df
        );

    border: 1px solid rgba(169, 0, 32, 0.06);

    border-radius: var(--radius-lg);

    text-align: center;

    overflow: hidden;
}

.about-cta::before,
.about-cta::after {
    content: "";

    position: absolute;

    border: 1px solid rgba(169, 0, 32, 0.08);

    border-radius: 50%;

    pointer-events: none;
}

.about-cta::before {
    width: 300px;
    height: 300px;

    left: -160px;
    top: -170px;
}

.about-cta::after {
    width: 260px;
    height: 260px;

    right: -130px;
    bottom: -160px;
}

.about-cta-content {
    position: relative;
    z-index: 2;

    max-width: 650px;

    margin: 0 auto;
}

.about-cta .eyebrow {
    margin-bottom: 12px;
}

.about-cta h2 {
    margin: 0 0 17px;

    color: var(--black);

    font-size: clamp(2.2rem, 5vw, 3.7rem);

    line-height: 1;

    letter-spacing: -1px;
}

.about-cta h2 .accent {
    color: var(--red);
}

.about-cta p {
    max-width: 520px;

    margin: 0 auto 25px;

    color: var(--muted);

    font-size: 0.85rem;
    line-height: 1.7;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 850px) {

    .about-section {
        padding: 70px 20px 80px;
    }

    .about-story-section {
        padding: 70px 20px;
    }

    .about-story-grid {
        grid-template-columns: 1fr;

        gap: 45px;
    }

    .about-story-content {
        max-width: 760px;
    }

    .about-culture-card {
        max-width: 700px;

        width: 100%;

        margin: 0 auto;
    }

    .about-founder-section {
        padding: 80px 20px;
    }

    .about-founder-card {
        padding: 45px 40px;
    }

    .about-cta {
        margin-bottom: 70px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .about-hero {
        padding: 60px 18px;
    }

    .about-hero h1 {
        font-size: clamp(2.5rem, 12vw, 3.5rem);

        letter-spacing: -1.5px;
    }

    .about-hero-intro {
        font-size: 0.84rem;
    }


    .about-section {
        padding: 55px 18px 65px;
    }

    .about-section-heading {
        margin-bottom: 35px;
    }

    .about-section-heading h2 {
        font-size: 2.25rem;
    }


    .about-intro {
        padding: 28px 23px;

        border-radius: 20px;
    }

    .about-intro p {
        font-size: 0.82rem;
    }


    .about-story-section {
        padding: 55px 18px 65px;
    }

    .about-story-grid {
        gap: 35px;
    }

    .about-story-content h2 {
        font-size: 2.3rem;
    }

    .about-story-content p {
        font-size: 0.82rem;
    }


    .about-culture-card {
        padding: 32px 24px;

        border-radius: 20px;
    }

    .about-culture-card p {
        font-size: 0.82rem;
    }


    .about-founder-section {
        padding: 65px 18px;
    }

    .about-founder-card {
        padding: 32px 24px;

        border-radius: 20px;
    }

    .about-founder-header {
        margin-bottom: 30px;
    }

    .about-founder-header h2 {
        font-size: 2.3rem;
    }

    .about-founder-content p {
        font-size: 0.82rem;

        line-height: 1.75;
    }

    .about-founder-content .about-founder-conclusion {
        margin-top: 25px;
        padding-top: 20px;
    }


    .about-cta {
        margin: 0 18px 50px;

        padding: 55px 20px;

        border-radius: 20px;
    }

    .about-cta h2 {
        font-size: 2.45rem;
    }

    .about-cta p {
        font-size: 0.82rem;
    }
}
