/* =========================
   RESET
   ========================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #eee9dc;
    color: #24231f;

    font-family:
        Arial,
        Helvetica,
        sans-serif;
}

img {
    width: 100%;
    display: block;
}


/* =========================
   NAVIGATION
   ========================= */

.safari-nav {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;

    padding: 30px 5vw;

    display: flex;
    align-items: center;

    z-index: 20;

    color: white;
}

.safari-logo {
    color: white;

    text-decoration: none;

    font-size: 21px;
    font-weight: 600;

    margin-right: auto;
}

.safari-nav nav {
    display: flex;

    gap: 34px;
}

.safari-nav nav a,
.nav-contact {
    color: white;

    text-decoration: none;

    font-size: 13px;

    transition: opacity 0.3s ease;
}

.safari-nav nav a:hover,
.nav-contact:hover {
    opacity: 0.6;
}

.nav-contact {
    margin-left: 40px;

    padding: 12px 20px;

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

    border-radius: 30px;
}


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

.safari-hero {
    position: relative;

    height: 100vh;
    min-height: 680px;

    overflow: hidden;

    color: white;
}

.hero-picture {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    display: block;
}

.hero-image {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}

.hero-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.72),
            rgba(0, 0, 0, 0.18)
        );

    z-index: 1;
}

.hero-content {
    position: absolute;

    left: 7vw;
    bottom: 13vh;

    max-width: 850px;

    z-index: 2;
}

.eyebrow {
    font-size: 10px;

    letter-spacing: 5px;

    opacity: 0.7;

    margin-bottom: 28px;
}

.hero-content h1 {
    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(60px, 8vw, 100px);

    font-weight: 400;

    line-height: 0.82;

    letter-spacing: -6px;

    margin-bottom: 45px;
}

.hero-description {
    max-width: 480px;

    font-size: 17px;

    line-height: 1.7;

    opacity: 0.85;

    margin-bottom: 35px;
}

.hero-button,
.cta-button {
    display: inline-block;

    padding: 16px 25px;

    border-radius: 30px;

    background: #c9f2d2;

    color: #18201b;

    text-decoration: none;

    font-size: 14px;
    font-weight: 600;

    transition:
        transform 0.3s ease,
        background 0.3s ease;
}

.hero-button:hover,
.cta-button:hover {
    transform: translateY(-3px);

    background: #d8f7df;
}

.hero-bottom {
    position: absolute;

    bottom: 30px;

    left: 5vw;
    right: 5vw;

    display: flex;

    justify-content: space-between;

    font-size: 9px;

    letter-spacing: 3px;

    opacity: 0.65;

    z-index: 2;
}


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

.safari-intro {
    padding: 130px 7vw 140px;
}

.intro-label {
    font-size: 10px;

    letter-spacing: 5px;

    opacity: 0.45;

    margin-bottom: 60px;
}

.intro-content {
    display: grid;

    grid-template-columns: 1.5fr 0.7fr;

    gap: 9vw;

    align-items: end;
}

.intro-content h2 {
    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(55px, 7vw, 105px);

    font-weight: 400;

    line-height: 0.9;

    letter-spacing: -5px;
}

.intro-copy {
    max-width: 400px;
}

.intro-copy p {
    color: #656158;

    font-size: 15px;

    line-height: 1.8;

    margin-bottom: 25px;
}


/* =========================
   FEATURED SAFARIS
   ========================= */

.featured-safaris {
    background: #f5f1e8;

    padding: 110px 5vw 130px;
}

.section-top {
    display: flex;

    justify-content: space-between;

    align-items: flex-end;

    margin-bottom: 55px;
}

.eyebrow.dark {
    color: #555149;
}

.section-top h2 {
    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(55px, 7vw, 100px);

    font-weight: 400;

    line-height: 0.88;

    letter-spacing: -5px;
}

.section-note {
    max-width: 250px;

    color: #716d65;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================
   SAFARI GRID
   ========================= */

.safari-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 55px 24px;
}

.safari-card {
    background: #e9e3d6;

    min-width: 0;
}


/* =========================
   SAFARI CARD IMAGE
   ========================= */

.card-image {
    display: block;

    width: 100%;
    height: 420px;

    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition:
        transform 0.8s ease;
}

.safari-card:hover .card-image img {
    transform: scale(1.04);
}


/* =========================
   CARD CONTENT
   ========================= */

.card-content {
    padding: 25px 25px 30px;
}

.card-number {
    display: block;

    font-size: 9px;

    letter-spacing: 3px;

    opacity: 0.45;

    margin-bottom: 18px;
}

.card-content h3 {
    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 38px;

    font-weight: 400;

    margin-bottom: 15px;
}

.card-content > p {
    max-width: 420px;

    color: #6e6a61;

    font-size: 13px;

    line-height: 1.7;

    margin-bottom: 25px;
}

.card-meta {
    display: flex;

    justify-content: space-between;

    border-top: 1px solid rgba(0,0,0,0.15);

    border-bottom: 1px solid rgba(0,0,0,0.15);

    padding: 14px 0;

    font-size: 11px;

    letter-spacing: 1.5px;

    opacity: 0.75;
}

.card-bottom {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    margin-top: 22px;
}

.card-bottom strong {
    font-size: 14px;
}

.card-bottom a {
    color: #24231f;

    text-decoration: none;

    font-size: 13px;

    border-bottom:
        1px solid #24231f;

    padding-bottom: 3px;

    white-space: nowrap;
}


/* =========================
   WILD SECTION
   ========================= */

.wild-section {
    background: #20211d;

    color: white;

    display: grid;

    grid-template-columns:
        1.2fr 0.8fr;

    min-height: 680px;
}

.wild-image {
    display: block;

    width: 100%;
    height: 100%;

    overflow: hidden;
}

.wild-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.wild-content {
    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 7vw;
}

.wild-content h2 {
    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(55px, 7vw, 100px);

    font-weight: 400;

    line-height: 0.9;

    letter-spacing: -5px;

    margin-bottom: 40px;
}

.wild-content > p:last-child {
    max-width: 380px;

    color: #aaa79d;

    font-size: 14px;

    line-height: 1.8;
}


/* =========================
   DETAILS
   ========================= */

.safari-details {
    padding: 130px 7vw;
}

.details-heading h2 {
    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(55px, 7vw, 100px);

    font-weight: 400;

    line-height: 0.9;

    letter-spacing: -5px;
}

.details-list {
    max-width: 900px;

    margin-left: 0;

    margin-top: 80px;
}

.detail {
    display: grid;

    grid-template-columns: 70px 1fr;

    gap: 40px;

    padding: 35px 0;

    border-top:
        1px solid rgba(0, 0, 0, 0.15);
}

.detail > span {
    font-size: 10px;

    letter-spacing: 2px;

    opacity: 0.45;
}

.detail h3 {
    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 28px;

    font-weight: 400;

    margin-bottom: 12px;
}

.detail p {
    max-width: 550px;

    color: #6c6860;

    font-size: 13px;

    line-height: 1.7;
}


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

.safari-cta {
    position: relative;

    min-height: 600px;

    padding: 100px 7vw;

    color: white;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: flex-start;

    overflow: hidden;
}

.cta-picture {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    display: block;

    z-index: 0;
}

.cta-picture img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}

.cta-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(20, 20, 17, 0.78),
            rgba(20, 20, 17, 0.45)
        );

    z-index: 1;
}

.cta-content {
    position: relative;

    z-index: 2;
}

.safari-cta h2 {
    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(65px, 9vw, 125px);

    font-weight: 400;

    line-height: 0.85;

    letter-spacing: -6px;

    margin-bottom: 50px;
}


/* =========================
   WHATSAPP
   ========================= */

.whatsapp-btn {
    position: fixed;

    right: 25px;
    bottom: 25px;

    z-index: 50;

    padding: 13px 20px;

    border-radius: 30px;

    background: #25d366;

    color: white;

    text-decoration: none;

    font-size: 13px;
    font-weight: 600;

    box-shadow:
        0 6px 25px rgba(0, 0, 0, 0.2);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.whatsapp-btn:hover {
    transform: translateY(-3px);

    box-shadow:
        0 9px 28px rgba(0, 0, 0, 0.28);
}


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

@media (max-width: 768px) {


    /* =====================
       NAVIGATION
       ===================== */

    .safari-nav {
        padding: 20px 5vw;
    }

    .safari-logo {
        font-size: 18px;
    }

    .safari-nav nav {
        display: none;
    }

    .nav-contact {
        margin-left: auto;

        padding: 9px 15px;

        font-size: 11px;
    }


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

    .safari-hero {
        height: 88vh;

        min-height: 650px;
    }

    .hero-picture {
        height: 100%;
    }

    .hero-image {
        object-position: center;
    }

    .hero-content {
        left: 7vw;
        right: 7vw;

        bottom: 12vh;
    }

    .eyebrow {
        font-size: 8px;

        letter-spacing: 4px;

        margin-bottom: 22px;
    }

    .hero-content h1 {
        font-size:
            clamp(58px, 16vw, 85px);

        letter-spacing: -4px;

        line-height: 0.85;

        margin-bottom: 30px;
    }

    .hero-description {
        max-width: 330px;

        font-size: 14px;

        line-height: 1.7;

        margin-bottom: 28px;
    }

    .hero-button {
        padding: 14px 20px;

        font-size: 13px;
    }

    .hero-bottom {
        left: 7vw;
        right: 7vw;

        bottom: 22px;

        font-size: 7px;

        letter-spacing: 2px;
    }


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

    .safari-intro {
        padding: 90px 7vw 100px;
    }

    .intro-label {
        margin-bottom: 45px;
    }

    .intro-content {
        grid-template-columns: 1fr;

        gap: 40px;
    }

    .intro-content h2 {
        font-size:
            clamp(48px, 14vw, 75px);

        letter-spacing: -4px;
    }

    .intro-copy {
        max-width: 100%;
    }

    .intro-copy p {
        font-size: 14px;

        line-height: 1.75;
    }


    /* =====================
       SAFARI SECTION
       ===================== */

    .featured-safaris {
        padding: 80px 5vw 90px;
    }

    .section-top {
        display: block;

        margin-bottom: 45px;
    }

    .section-top h2 {
        font-size:
            clamp(48px, 14vw, 75px);

        letter-spacing: -4px;
    }

    .section-note {
        max-width: 300px;

        margin-top: 25px;

        font-size: 13px;
    }


    /* =====================
       SAFARI GRID
       ===================== */

    .safari-grid {
        grid-template-columns: 1fr;

        gap: 35px;
    }

    .safari-card {
        width: 100%;
    }


    /* Mobile-specific image */

    .card-image {
        height: 330px;
    }

    .card-image img {
        object-position: center;
    }


    /* =====================
       CARD CONTENT
       ===================== */

    .card-content {
        padding: 22px 20px 25px;
    }

    .card-number {
        margin-bottom: 13px;
    }

    .card-content h3 {
        font-size: 32px;

        margin-bottom: 12px;
    }

    .card-content > p {
        font-size: 13px;

        line-height: 1.7;

        margin-bottom: 20px;
    }

    .card-meta {
        padding: 12px 0;

        font-size: 7px;

        letter-spacing: 1.5px;
    }

    .card-bottom {
        margin-top: 18px;
    }

    .card-bottom strong {
        font-size: 13px;
    }

    .card-bottom a {
        font-size: 12px;
    }


    /* =====================
       WILD SECTION
       ===================== */

    .wild-section {
        grid-template-columns: 1fr;

        min-height: auto;
    }

    .wild-image {
        height: 380px;
    }

    .wild-content {
        padding: 70px 7vw 80px;
    }

    .wild-content h2 {
        font-size:
            clamp(50px, 14vw, 75px);

        letter-spacing: -4px;

        margin-bottom: 30px;
    }

    .wild-content > p:last-child {
        font-size: 13px;

        line-height: 1.8;
    }


    /* =====================
       DETAILS
       ===================== */

    .safari-details {
        padding: 90px 7vw;
    }

    .details-heading h2 {
        font-size:
            clamp(50px, 14vw, 75px);

        letter-spacing: -4px;
    }

    .details-list {
        margin-top: 55px;
    }

    .detail {
        grid-template-columns: 35px 1fr;

        gap: 18px;

        padding: 28px 0;
    }

    .detail h3 {
        font-size: 25px;
    }

    .detail p {
        font-size: 13px;

        line-height: 1.7;
    }


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

    .safari-cta {
        min-height: 570px;

        padding: 70px 7vw;
    }

    .cta-picture img {
        object-position: center;
    }

    .safari-cta h2 {
        font-size:
            clamp(55px, 16vw, 85px);

        letter-spacing: -4px;

        margin-bottom: 38px;
    }

    .cta-button {
        padding: 14px 20px;

        font-size: 13px;
    }


    /* =====================
       WHATSAPP
       ===================== */

    .whatsapp-btn {
        right: 18px;
        bottom: 18px;

        padding: 12px 17px;

        font-size: 12px;
    }

}