/* =========================================================
   NARINA SAFARIS
   ABOUT PAGE — CINEMATIC DARK THEME
   Drop-in replacement for assets/css/about.css
========================================================= */

:root {
    --about-forest: #063323;
    --about-forest-deep: #031a12;
    --about-ink: #090f0c;
    --about-charcoal: #111714;
    --about-charcoal-soft: #171c19;
    --about-warm-dark: #191712;
    --about-cream: #f5f1e7;
    --about-sage: #c5d2c9;
    --about-muted: #9eada4;
    --about-line: rgba(255, 255, 255, 0.08);
    --about-line-strong: rgba(255, 255, 255, 0.13);

    /*
       These use an image that already exists in your current About page.
       Later, if you want different photos, change ONLY these two URLs.
    */
    --about-values-image: url("../images/zanzibar.webp");
    --about-cta-image: url("../images/birdwatching.webp");
}


/* =========================================================
   PAGE
========================================================= */

.about-page {
    position: relative;
    overflow: hidden;
    color: var(--about-cream);
    background:
        radial-gradient(circle at 50% 3%, rgba(61, 102, 78, 0.14), transparent 24%),
        linear-gradient(to bottom, #0b100e 0%, #07110d 35%, #05150f 68%, #030c09 100%);
}

.about-container {
    width: calc(100% - (var(--site-gutter) * 2));
    max-width: var(--site-max-width);
    margin: 0 auto;
}


/* =========================================================
   HERO
========================================================= */

.about-hero {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #173429;
    border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.about-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.9) brightness(0.85) contrast(1.04);
    transform: scale(1.01);
}

.about-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to top,
            rgba(3, 22, 14, 0.93) 0%,
            rgba(3, 29, 18, 0.54) 45%,
            rgba(5, 24, 17, 0.28) 74%,
            rgba(7, 18, 13, 0.38) 100%
        ),
        radial-gradient(
            circle at 50% 42%,
            rgba(0, 0, 0, 0.02),
            rgba(0, 0, 0, 0.35) 100%
        );
}

.about-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 105px;
    pointer-events: none;
    background: linear-gradient(to bottom, transparent, rgba(6, 13, 10, 0.30));
}

.about-hero-content {
    position: relative;
    z-index: 2;
    width: calc(100% - (var(--site-gutter) * 2));
    max-width: var(--site-max-width);
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-hero-eyebrow {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: rgba(245, 241, 231, 0.74);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.about-hero-eyebrow span {
    width: 34px;
    height: 2px;
    background: var(--narina-red);
}

.about-hero h1 {
    margin: 0;
    color: var(--about-cream);
    font-family: var(--font-heading);
    font-size: clamp(50px, 5vw, 76px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.035em;
    text-shadow: 0 12px 42px rgba(0, 8, 5, 0.35);
}

.about-hero p {
    max-width: 620px;
    margin: 18px auto 0;
    color: rgba(245, 241, 231, 0.76);
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   SHARED SECTION HEADING
========================================================= */

.about-section-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 42px;
    text-align: center;
}

.about-section-heading .section-eyebrow {
    justify-content: center;
    color: rgba(219, 231, 223, 0.72);
}

.about-section-heading h2 {
    margin: 0;
    color: var(--about-cream);
    font-family: var(--font-heading);
    font-size: clamp(38px, 4vw, 56px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.03em;
}


/* =========================================================
   OUR STORY
   Charcoal rather than green so the page has visual rhythm.
========================================================= */

.about-story {
    position: relative;
    padding: clamp(90px, 8vw, 125px) 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(132, 102, 60, 0.08), transparent 30%),
        radial-gradient(circle at 86% 75%, rgba(56, 96, 76, 0.08), transparent 32%),
        linear-gradient(135deg, #121713 0%, #0d1210 48%, #0a0f0d 100%);
    border-bottom: 1px solid var(--about-line);
}

.about-story::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 72%;
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.09), transparent);
}

.about-story .about-container {
    position: relative;
    z-index: 2;
    max-width: 1000px;
}

.about-story-content {
    max-width: 850px;
    margin: 0 auto;
}

.about-story-content p {
    margin: 0 0 20px;
    color: rgba(213, 222, 216, 0.70);
    font-size: 15px;
    line-height: 1.95;
    text-align: left;
}

.about-story-content p:first-child {
    color: rgba(238, 240, 235, 0.83);
}

.about-story-content p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   CORE VALUES
   IMAGE-BACKED SECTION + GLASS CARDS
========================================================= */

.about-values {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(95px, 8vw, 125px) 0;
    background: #111512;
    border-bottom: 1px solid var(--about-line);
}

/* background image */
.about-values::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    background-image: var(--about-values-image);
    background-size: cover;
    background-position: center 48%;
    background-repeat: no-repeat;
    filter: saturate(0.88) brightness(0.82) contrast(1.02);
    transform: scale(1.02);
}

/* layered cinematic treatment */
.about-values::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(
            110deg,
            rgba(6, 24, 17, 0.58) 0%,
            rgba(6, 30, 22, 0.48) 48%,
            rgba(4, 23, 17, 0.60) 100%
        ),
        linear-gradient(
            to bottom,
            rgba(4, 15, 11, 0.12),
            rgba(3, 14, 10, 0.48)
        );
}

.about-values .about-container {
    position: relative;
    z-index: 2;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.about-value-card {
    --value-tint: 71, 91, 76;

    position: relative;
    min-height: 250px;
    padding: 31px 29px;
    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            rgba(var(--value-tint), 0.16),
            rgba(13, 19, 16, 0.82) 42%,
            rgba(9, 14, 12, 0.90) 100%
        );

    border: 1px solid rgba(255, 255, 255, 0.095);
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

/* Different subtle tones so the page is not one flat green */
.about-value-card:nth-child(1) { --value-tint: 118, 78, 46; }
.about-value-card:nth-child(2) { --value-tint: 47, 86, 69; }
.about-value-card:nth-child(3) { --value-tint: 77, 92, 53; }
.about-value-card:nth-child(4) { --value-tint: 45, 73, 83; }
.about-value-card:nth-child(5) { --value-tint: 83, 70, 48; }
.about-value-card:nth-child(6) { --value-tint: 63, 89, 69; }

.about-value-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    opacity: 0.6;
    background: linear-gradient(to right, var(--narina-red), transparent 55%);
}

.about-value-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 28px 65px rgba(0, 0, 0, 0.34);
}

.about-value-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff4d55;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 50%;
}

.about-value-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-value-card h3 {
    margin: 24px 0 0;
    color: var(--about-cream);
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 600;
}

.about-value-card p {
    margin-top: 12px;
    color: rgba(216, 225, 219, 0.65);
    font-size: 13px;
    line-height: 1.72;
}


/* =========================================================
   WHY CHOOSE NARINA
   Warm charcoal section to break up the greens.
========================================================= */

.about-why {
    position: relative;
    padding: clamp(95px, 8vw, 125px) 0;
    background:
        radial-gradient(circle at 20% 10%, rgba(136, 102, 55, 0.10), transparent 32%),
        radial-gradient(circle at 85% 85%, rgba(44, 91, 71, 0.09), transparent 34%),
        linear-gradient(135deg, #171611 0%, #101411 52%, #0b100e 100%);
    border-bottom: 1px solid var(--about-line);
}

.about-why-box {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    padding: 58px 65px;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.035), transparent 46%),
        rgba(18, 24, 20, 0.93);
    border: 1px solid rgba(226, 218, 196, 0.11);
    border-radius: 18px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.about-why-box::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: -165px;
    top: -210px;
    border-radius: 50%;
    background: rgba(140, 111, 67, 0.07);
    pointer-events: none;
}

.about-why-heading {
    margin-bottom: 45px;
}

.about-why-heading h2 {
    font-size: clamp(36px, 3.5vw, 50px);
}

.about-why-grid {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px 60px;
}

.about-why-item {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 15px;
    align-items: start;
}

.about-check {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--narina-red);
    color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 8px 22px rgba(209, 23, 37, 0.20);
    font-size: 11px;
    font-weight: 700;
}

.about-why-item h3 {
    margin: 0;
    color: var(--about-cream);
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 600;
}

.about-why-item p {
    margin-top: 8px;
    color: rgba(208, 218, 211, 0.63);
    font-size: 13px;
    line-height: 1.68;
}


/* =========================================================
   FINAL CTA
   IMAGE-BACKED BANNER
========================================================= */

.about-final-cta {
    position: relative;
    padding: 30px var(--site-gutter) clamp(90px, 8vw, 125px);
    background:
        radial-gradient(circle at 50% 0%, rgba(35, 94, 66, 0.14), transparent 48%),
        linear-gradient(to bottom, #0a100d, #04120c);
}

.about-final-cta-box {
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: 1120px;
    min-height: 210px;
    margin: 0 auto;
    padding: 42px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 18px;
    box-shadow: 0 25px 65px rgba(0, 0, 0, 0.34);
}

.about-final-cta-box::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: var(--about-cta-image);
    background-size: cover;
    background-position: center 38%;
    filter: saturate(0.82) brightness(0.78) contrast(1.03);
    transform: scale(1.02);
}

.about-final-cta-box::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(
            90deg,
            rgba(3, 40, 26, 0.95) 0%,
            rgba(5, 53, 35, 0.84) 48%,
            rgba(10, 22, 16, 0.63) 100%
        ),
        linear-gradient(to top, rgba(4, 18, 12, 0.55), transparent 60%);
}

.about-final-cta-content {
    position: relative;
    z-index: 2;
    max-width: 680px;
}

.about-final-cta-content > span {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.about-final-cta-content h2 {
    margin: 0;
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: clamp(30px, 3vw, 43px);
    font-weight: 600;
    line-height: 1.08;
    text-shadow: 0 10px 28px rgba(0,0,0,0.24);
}

.about-final-cta-content p {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.70);
    font-size: 12px;
    line-height: 1.65;
}

.about-final-cta-button {
    position: relative;
    z-index: 2;
    min-width: 180px;
    min-height: 52px;
    padding: 0 23px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    color: #173429;
    background: var(--about-cream);
    border: 1px solid rgba(255, 255, 255, 0.40);
    border-radius: 30px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.18);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.about-final-cta-button svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: transform 0.3s ease;
}

.about-final-cta-button:hover {
    background: var(--narina-red);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 16px 35px rgba(0,0,0,0.24);
}

.about-final-cta-button:hover svg {
    transform: translateX(4px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {
    .about-values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-why-box {
        padding: 50px 40px;
    }

    .about-why-grid {
        gap: 30px 40px;
    }

    .about-final-cta-box {
        padding: 40px 38px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {
    .about-hero {
        min-height: 400px;
    }

    .about-hero-content {
        padding: 70px 0 50px;
    }

    .about-hero h1 {
        font-size: 45px;
    }

    .about-hero p {
        max-width: 92%;
        font-size: 13px;
    }

    .about-story,
    .about-values,
    .about-why {
        padding: 68px 0;
    }

    .about-section-heading {
        margin-bottom: 34px;
    }

    .about-section-heading h2 {
        font-size: 38px;
    }

    .about-story-content p {
        font-size: 14px;
        line-height: 1.84;
    }

    .about-values::before {
        background-position: 62% center;
    }

    .about-values-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .about-value-card {
        min-height: auto;
        padding: 28px 24px;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }

    .about-why-box {
        padding: 40px 24px;
        border-radius: 14px;
    }

    .about-why-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .about-why-item h3 {
        font-size: 22px;
    }

    .about-final-cta {
        padding: 12px var(--site-gutter) 68px;
    }

    .about-final-cta-box {
        min-height: 330px;
        padding: 34px 25px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 25px;
        border-radius: 16px;
    }

    .about-final-cta-box::before {
        background-position: 66% center;
    }

    .about-final-cta-box::after {
        background:
            linear-gradient(
                to top,
                rgba(3, 35, 23, 0.97) 0%,
                rgba(4, 42, 28, 0.82) 55%,
                rgba(8, 20, 14, 0.42) 100%
            );
    }

    .about-final-cta-content h2 {
        font-size: 32px;
    }

    .about-final-cta-button {
        width: 100%;
    }
}


/* =========================================================
   EXTRA SMALL MOBILE
========================================================= */

@media (max-width: 420px) {
    .about-hero h1 {
        font-size: 40px;
    }

    .about-section-heading h2 {
        font-size: 35px;
    }

    .about-value-card {
        padding: 25px 22px;
    }

    .about-why-box {
        padding: 35px 21px;
    }

    .about-final-cta-box {
        padding: 30px 22px;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .about-value-card,
    .about-final-cta-button,
    .about-final-cta-button svg {
        transition: none;
    }
}
