:root {
    --fazea-navy: #071120;
    --fazea-navy-soft: #14213d;
    --fazea-gold: #b88a35;
    --fazea-gold-dark: #8f6723;
    --fazea-ivory: #fbfaf7;
    --fazea-surface: #ffffff;
    --fazea-text: #263247;
    --fazea-muted: #626a76;
    --fazea-border: rgba(7, 17, 32, 0.10);
    --fazea-shadow: 0 16px 42px rgba(7, 17, 32, 0.07);
}

.about-page {
    width: 100%;
    min-height: 100vh;
    background: #ffffff;
    color: #071120;
    overflow: hidden;
}

.about-page svg {
    display: inline-block;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-container {
    width: min(100%, 1620px);
    margin: 0 auto;
    padding-left: clamp(42px, 5.5vw, 110px);
    padding-right: clamp(42px, 5.5vw, 110px);
}

.about-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 28px;
    margin-bottom: 44px;
    color: #747b86;
    font-size: 13px;
    font-weight: 800;
}

.about-breadcrumb a {
    color: #747b86;
    text-decoration: none;
}

.about-breadcrumb strong {
    color: #071120;
}

/* HERO */

.about-hero {
    padding-bottom: 58px;
    background:
        radial-gradient(circle at 0% 18%, rgba(184, 138, 53, 0.10), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}

.about-hero-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: clamp(50px, 6vw, 110px);
    align-items: center;
}

.about-hero-content span,
.about-section-head span,
.about-story-content span,
.about-cta span {
    display: inline-flex;
    margin-bottom: 18px;
    color: #b88a35;
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.about-hero-content h1 {
    max-width: 640px;
    margin: 0;
    color: #071120;
    font-size: clamp(38px, 4.2vw, 66px);
    line-height: 1.08;
    font-weight: 950;
    letter-spacing: -0.055em;
}

.about-hero-content h1 strong {
    color: #b88a35;
    font-weight: 950;
}

.about-hero-content p {
    max-width: 560px;
    margin-top: 32px;
    color: #263247;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 650;
}

.about-hero-image {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(7, 17, 32, 0.08);
}

.about-hero-image img {
    width: 100%;
    height: 410px;
    display: block;
    object-fit: cover;
}

/* VALUES */

.about-values {
    padding: 20px 0 60px;
}

.about-section-head {
    text-align: center;
    margin-bottom: 40px;
}

.about-section-head span {
    margin-bottom: 10px;
}

.about-section-head h2 {
    margin: 0;
    color: #071120;
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1.1;
    font-weight: 950;
    letter-spacing: -0.045em;
}

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

.about-value-card {
    position: relative;
    padding: 0 42px;
    text-align: center;
}

.about-value-card:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 34px;
    right: 0;
    width: 1px;
    height: 150px;
    background: rgba(7, 17, 32, 0.10);
}

.about-value-icon {
    width: 86px;
    height: 86px;
    margin: 0 auto 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #b88a35;
    background: #f8f6f0;
}

.about-value-icon svg {
    width: 48px;
    height: 48px;
}

.about-value-card h3 {
    margin: 0;
    color: #071120;
    font-size: 20px;
    font-weight: 950;
}

.about-value-card p {
    margin: 16px auto 0;
    max-width: 300px;
    color: #263247;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 650;
}

/* STORY */

.about-story {
    padding: 10px 0 36px;
}

.about-story-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid rgba(7, 17, 32, 0.10);
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(7, 17, 32, 0.06);
}

.about-story-image img {
    width: 100%;
    height: 100%;
    min-height: 470px;
    display: block;
    object-fit: cover;
}

.about-story-content {
    padding: clamp(42px, 4vw, 70px);
}

.about-story-content h2 {
    margin: 0;
    color: #071120;
    font-size: clamp(34px, 3vw, 48px);
    line-height: 1.1;
    font-weight: 950;
    letter-spacing: -0.05em;
}

.about-story-content p {
    max-width: 650px;
    margin-top: 20px;
    color: #263247;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 650;
}

.about-primary-btn {
    width: fit-content;
    min-height: 54px;
    margin-top: 28px;
    padding: 0 28px;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #071120, #14213d);
    color: #ffffff;
    font-size: 14px;
    font-weight: 950;
    text-decoration: none;
    box-shadow: 0 16px 30px rgba(7, 17, 32, 0.18);
}

.about-primary-btn svg {
    width: 20px;
    height: 20px;
}

/* STATS */

.about-stats {
    padding: 0 0 34px;
}

.about-stats-card {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-radius: 12px;
    background: linear-gradient(135deg, #fbfaf7 0%, #f3f1eb 100%);
    border: 1px solid rgba(7, 17, 32, 0.10);
    overflow: hidden;
}

.about-stats-card article {
    min-height: 160px;
    padding: 26px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #b88a35;
    text-align: center;
}

.about-stats-card article:not(:last-child) {
    border-right: 1px solid rgba(7, 17, 32, 0.10);
}

.about-stats-card svg {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
}

.about-stats-card strong {
    color: #071120;
    font-size: clamp(30px, 2.6vw, 42px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.about-stats-card span {
    margin-top: 8px;
    color: #263247;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 650;
}

/* CTA */

.about-cta-section {
    padding: 0 0 70px;
}

.about-cta {
    min-height: 220px;
    padding: 46px 56px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;

    background-image:
        linear-gradient(
            90deg,
            rgba(0,17,79,.98) 0%,
            rgba(0,17,79,.97) 30%,
            rgba(0,17,79,.92) 45%,
            rgba(0,17,79,.75) 60%,
            rgba(0,17,79,.35) 78%,
            rgba(0,17,79,.10) 100%
        ),
        url("/assets/images/eau-cta.png");

    background-repeat: no-repeat;

    background-size:
        100% 100%,
        cover;

    background-position:
        center,
        120% center;

    color: #fff;
    box-shadow: 0 18px 44px rgba(2,30,90,.12);
}

.about-cta span {
    color: #5ca0ff;
    margin-bottom: 10px;
}

.about-cta h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(28px, 2.7vw, 42px);
    line-height: 1.1;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.about-cta p {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.55;
    font-weight: 650;
}

.about-cta a {
    width: fit-content;
    min-height: 52px;
    margin-top: 24px;
    padding: 0 26px;
    border: 2px solid #ffffff;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 950;
}

.about-cta a svg {
    width: 20px;
    height: 20px;
}

/* RESPONSIVE */

@media (max-width: 1180px) {
    .about-hero-grid,
    .about-story-card {
        grid-template-columns: 1fr;
    }

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

    .about-value-card {
        padding: 34px 26px;
    }

    .about-value-card:not(:last-child)::after {
        display: none;
    }

    .about-stats-card article:nth-child(2) {
        border-right: 0;
    }

    .about-stats-card article:nth-child(1),
    .about-stats-card article:nth-child(2) {
        border-bottom: 1px solid rgba(7, 17, 32, 0.10);
    }
}

@media (max-width: 900px) {
    .about-container {
        padding-left: 6%;
        padding-right: 6%;
    }

    .about-breadcrumb {
        margin-bottom: 32px;
    }

    .about-hero {
        padding-bottom: 42px;
    }

    .about-hero-image img {
        height: 300px;
    }

    .about-story-image img {
        min-height: 300px;
    }

    .about-story-content {
        padding: 32px 24px;
    }

    .about-cta {
    padding: 34px 24px;
    background-image:
        linear-gradient(
            90deg,
            rgba(0, 17, 79, 0.98),
            rgba(0, 44, 150, 0.88)
        ),
        url("/assets/images/eau-cta.png");
    background-repeat: no-repeat;
    background-size:
        100% 100%,
        85% auto;
    background-position:
        left top,
        right center;
    }
}

@media (max-width: 620px) {
    .about-values-grid,
    .about-stats-card {
        grid-template-columns: 1fr;
    }

    .about-stats-card article {
        border-right: 0 !important;
        border-bottom: 1px solid rgba(7, 17, 32, 0.10);
    }

    .about-stats-card article:last-child {
        border-bottom: 0;
    }

    .about-hero-content h1 {
        font-size: 38px;
    }

    .about-primary-btn,
    .about-cta a {
        width: 100%;
        justify-content: center;
    }
}