/* =========================================================
   Project Corazón — About: The Story of TAF
   Cinematic story page built with real TAF imagery.
========================================================= */

.about-story-page {
    background: #09060a;
    color: white;
    overflow: hidden;
}

.about-kicker {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(230, 0, 126, 0.38);
    background: rgba(230, 0, 126, 0.16);
    color: #ff9bd2;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.about-story-hero {
    min-height: 92vh;
    position: relative;
    display: grid;
    place-items: center;
    padding: 128px 24px 86px;
    isolation: isolate;
    overflow: hidden;
}

.about-story-hero > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.08) contrast(1.05);
    transform: scale(1.035);
    animation: aboutHeroBreath 14s ease-in-out infinite alternate;
    z-index: -3;
}

@keyframes aboutHeroBreath {
    from { transform: scale(1.035); }
    to { transform: scale(1.085); }
}

.about-story-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at center, rgba(230,0,126,0.14), transparent 38%),
        linear-gradient(90deg, rgba(5,2,6,0.94), rgba(5,2,6,0.46), rgba(5,2,6,0.86)),
        linear-gradient(180deg, rgba(5,2,6,0.34), rgba(5,2,6,0.96));
    z-index: -2;
}

.about-story-hero-content {
    width: min(1080px, 100%);
    text-align: center;
    display: grid;
    justify-items: center;
}

.about-story-hero h1 {
    margin: 22px 0 0;
    color: white;
    font-size: clamp(3rem, 7.4vw, 7rem);
    line-height: 0.9;
    letter-spacing: -0.08em;
    text-shadow: 0 28px 90px rgba(0,0,0,0.62);
}

.about-story-hero p {
    width: min(760px, 100%);
    margin: 26px auto 0;
    color: rgba(255,255,255,0.80);
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    line-height: 1.75;
}

.about-story-section {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    padding: clamp(68px, 9vw, 124px) 0;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: clamp(28px, 5vw, 70px);
    align-items: center;
}

.about-story-section.reverse {
    grid-template-columns: 1.05fr 0.95fr;
}

.about-story-copy h2,
.about-statement-band h2,
.about-values-heading h2,
.about-photo-quote blockquote,
.about-final-card h2 {
    margin: 18px 0 0;
    color: white;
    font-size: clamp(2.2rem, 5vw, 5.4rem);
    line-height: 0.94;
    letter-spacing: -0.075em;
}

.about-story-copy p,
.about-final-card p {
    margin: 24px 0 0;
    color: rgba(255,255,255,0.74);
    font-size: 1.05rem;
    line-height: 1.85;
}

.about-story-image {
    min-height: 470px;
    border-radius: 38px;
    overflow: hidden;
    box-shadow: 0 28px 90px rgba(0,0,0,0.44);
    border: 1px solid rgba(255,255,255,0.13);
}

.about-story-image.tall {
    min-height: 610px;
}

.about-story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-statement-band {
    min-height: 72vh;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 90px 24px;
    background:
        radial-gradient(circle at center, rgba(230,0,126,0.24), transparent 35%),
        linear-gradient(135deg, #110612, #250a20);
}

.about-statement-band > div {
    width: min(1020px, 100%);
    display: grid;
    justify-items: center;
}

.about-values {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    padding: clamp(68px, 9vw, 116px) 0;
}

.about-values-heading {
    text-align: center;
    display: grid;
    justify-items: center;
    gap: 16px;
    width: min(860px, 100%);
    margin: 0 auto 34px;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.about-value-card {
    min-height: 270px;
    padding: 24px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(230,0,126,0.20), transparent 34%),
        linear-gradient(145deg, rgba(255,255,255,0.13), rgba(255,255,255,0.055));
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0 20px 62px rgba(0,0,0,0.30);
}

.about-value-card i {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 17px;
    background: rgba(230,0,126,0.16);
    border: 1px solid rgba(230,0,126,0.28);
    color: #ff9bd2;
    margin-bottom: 24px;
}

.about-value-card h3 {
    margin: 0 0 10px;
    color: white;
    font-size: 1.35rem;
}

.about-value-card p {
    margin: 0;
    color: rgba(255,255,255,0.72);
    line-height: 1.65;
}

.about-photo-story {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    padding: clamp(68px, 9vw, 124px) 0;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: clamp(24px, 5vw, 60px);
    align-items: center;
}

.about-photo-main {
    min-height: 620px;
    border-radius: 42px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.13);
    box-shadow: 0 28px 90px rgba(0,0,0,0.44);
}

.about-photo-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-photo-quote {
    display: grid;
    gap: 18px;
}

.about-photo-quote blockquote {
    margin: 0;
}

.about-gallery-strip {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.25fr 0.85fr 1fr;
    gap: 16px;
    padding: 20px 0 clamp(68px, 9vw, 124px);
}

.about-gallery-strip img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 32px;
    border: 1px solid rgba(255,255,255,0.13);
    box-shadow: 0 22px 70px rgba(0,0,0,0.34);
}

.about-gallery-strip img:nth-child(2) {
    height: 470px;
    transform: translateY(46px);
}

.about-final-cta {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    padding: 40px 0 120px;
}

.about-final-card {
    text-align: center;
    display: grid;
    justify-items: center;
    padding: clamp(34px, 7vw, 84px);
    border-radius: 42px;
    background:
        radial-gradient(circle at 50% 0%, rgba(230,0,126,0.24), transparent 36%),
        linear-gradient(145deg, rgba(255,255,255,0.13), rgba(255,255,255,0.055));
    border: 1px solid rgba(255,255,255,0.16);
    box-shadow: 0 28px 90px rgba(0,0,0,0.38);
}

.about-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 32px;
}

.about-outline-btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border-radius: 999px;
    color: white;
    text-decoration: none;
    font-weight: 800;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.22);
    box-shadow: 0 16px 44px rgba(0,0,0,0.25);
}

@media (max-width: 980px) {
    .about-story-section,
    .about-story-section.reverse,
    .about-photo-story {
        grid-template-columns: 1fr;
    }

    .about-values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-story-image,
    .about-story-image.tall,
    .about-photo-main {
        min-height: 420px;
    }

    .about-gallery-strip {
        grid-template-columns: 1fr;
    }

    .about-gallery-strip img,
    .about-gallery-strip img:nth-child(2) {
        height: 340px;
        transform: none;
    }
}

@media (max-width: 640px) {
    .about-story-hero {
        min-height: 88vh;
        padding: 116px 18px 72px;
    }

    .about-story-hero h1 {
        font-size: clamp(2.75rem, 15vw, 4.4rem);
    }

    .about-story-section,
    .about-values,
    .about-photo-story,
    .about-gallery-strip,
    .about-final-cta {
        width: min(100% - 24px, 1180px);
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .about-values-grid {
        grid-template-columns: 1fr;
    }

    .about-actions,
    .about-actions a {
        width: 100%;
    }

    .about-story-image,
    .about-story-image.tall,
    .about-photo-main {
        min-height: 320px;
        border-radius: 28px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-story-hero > img {
        animation: none !important;
    }
}
