/* =========================================================
   KINGO ADVENTURERS
   OUR SERVICES — PREMIUM PAGE CSS
   ---------------------------------------------------------
   Scoped to .services-page
   Does NOT modify shared header, footer or global styles.
   ========================================================= */


/* =========================================================
   SERVICES PAGE VARIABLES
   ========================================================= */

.services-page {

    --services-cream: #f4f0e7;
    --services-paper: #faf8f2;
    --services-deep: #071b15;
    --services-green: #12372a;
    --services-green-soft: #1b4635;

    --services-gold: #d6a84f;
    --services-gold-light: #e1bd6b;

    --services-text: #27342e;
    --services-muted: #68736d;

    --services-line: rgba(7, 27, 21, 0.13);

    background: var(--services-cream);
    color: var(--services-deep);

    overflow: hidden;
}


/* =========================================================
   GLOBAL SERVICES CONTAINER
   ========================================================= */

.services-page .container {

    width: min(1180px, calc(100% - 40px));

    margin-inline: auto;
}


/* =========================================================
   HERO
   ========================================================= */

.services-page .hero {

    position: relative;

    overflow: hidden;

    isolation: isolate;

    color: #ffffff;
}


.services-page .hero-small {

    min-height: 76vh;

    display: flex;

    align-items: flex-end;

    background: #0a2118;
}


.services-page .hero-slider,
.services-page .hero-slide {

    position: absolute;

    inset: 0;
}


.services-page .hero-slide img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center 42%;

    transform: scale(1.015);
}


/* Cinematic overlay */

.services-page .hero-overlay {

    position: absolute;

    inset: 0;

    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(4, 18, 13, 0.91) 0%,
            rgba(4, 18, 13, 0.67) 38%,
            rgba(4, 18, 13, 0.28) 72%,
            rgba(4, 18, 13, 0.12) 100%
        ),
        linear-gradient(
            0deg,
            rgba(4, 18, 13, 0.68) 0%,
            transparent 55%
        );
}


.services-page .hero-content {

    position: relative;

    z-index: 2;

    padding: 155px 0 82px;

    max-width: 820px;
}


.services-page .hero .eyebrow {

    margin-bottom: 20px;

    color: var(--services-gold-light);
}


.services-page .hero h1 {

    max-width: 850px;

    margin: 0 0 27px;

    font-family: "Playfair Display", serif;

    font-size: clamp(3.4rem, 6.2vw, 6.4rem);

    font-weight: 500;

    line-height: 0.98;

    letter-spacing: -0.038em;
}


.services-page .hero h1 em {

    color: var(--services-gold-light);

    font-style: italic;
}


.services-page .hero-text {

    max-width: 680px;

    margin: 0 0 34px;

    color: rgba(255,255,255,0.84);

    font-size: 1.06rem;

    line-height: 1.85;
}


/* =========================================================
   HERO BUTTONS
   ========================================================= */

.services-page .hero-buttons {

    display: flex;

    flex-wrap: wrap;

    gap: 12px;
}


.services-page .hero-buttons .button {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    min-height: 49px;

    padding: 14px 21px;

    text-decoration: none;

    text-transform: uppercase;

    letter-spacing: 0.12em;

    font-size: 0.68rem;

    font-weight: 700;

    transition:
        transform .25s ease,
        background .25s ease,
        color .25s ease,
        border-color .25s ease;
}


.services-page .hero-buttons .button:hover {

    transform: translateY(-2px);
}


.services-page .button-gold {

    background: var(--services-gold);

    border: 1px solid var(--services-gold);

    color: var(--services-deep);
}


.services-page .button-gold:hover {

    background: var(--services-gold-light);

    border-color: var(--services-gold-light);
}


.services-page .button-outline {

    border: 1px solid rgba(255,255,255,0.42);

    color: #ffffff;

    background: rgba(255,255,255,0.02);

    backdrop-filter: blur(4px);
}


.services-page .button-outline:hover {

    background: rgba(255,255,255,0.10);

    border-color: rgba(255,255,255,0.7);
}


/* =========================================================
   EYEBROWS
   ========================================================= */

.services-page .eyebrow {

    margin: 0 0 17px;

    color: var(--services-green);

    font-size: 0.69rem;

    font-weight: 700;

    line-height: 1.3;

    letter-spacing: 0.20em;

    text-transform: uppercase;
}


.services-page .eyebrow.light {

    color: var(--services-gold-light);
}


/* =========================================================
   INTRODUCTION
   ========================================================= */

.services-page .intro {

    padding: 108px 0;

    background: var(--services-paper);
}


.services-page .intro-grid {

    display: grid;

    grid-template-columns:
        minmax(280px, .88fr)
        minmax(0, 1.12fr);

    gap: 100px;

    align-items: start;
}


.services-page .intro-title h2 {

    margin: 0;

    font-family: "Playfair Display", serif;

    font-size: clamp(2.6rem, 4.5vw, 4.6rem);

    font-weight: 500;

    line-height: 1.02;

    letter-spacing: -0.035em;
}


.services-page .intro-title h2 em {

    color: var(--services-gold);

    font-style: italic;
}


.services-page .intro-content {

    padding-top: 23px;

    border-top: 1px solid var(--services-line);
}


.services-page .intro-content p {

    max-width: 680px;

    margin: 0 0 24px;

    color: #53615a;

    font-size: 1rem;

    line-height: 1.9;
}


.services-page .intro-content p:last-child {

    margin-bottom: 0;
}


/* =========================================================
   SIGNATURE EXPERIENCES
   ---------------------------------------------------------
   Premium asymmetric editorial arrangement.
   ========================================================= */

.services-page .experiences {

    padding: 115px 0;

    background: var(--services-cream);
}


.services-page .experience-header {

    display: grid;

    grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr);

    gap: 80px;

    align-items: end;

    margin-bottom: 52px;
}


.services-page .experience-header h2 {

    margin: 0;

    font-family: "Playfair Display", serif;

    font-size: clamp(2.7rem, 4.7vw, 4.8rem);

    font-weight: 500;

    line-height: 1.01;

    letter-spacing: -0.035em;
}


.services-page .experience-header h2 em {

    color: var(--services-gold);

    font-style: italic;
}


.services-page .experience-header > p:last-child {

    margin: 0;

    color: var(--services-muted);

    font-size: .95rem;

    line-height: 1.8;
}


/* =====================================================
   SIGNATURE EXPERIENCES HEADER
===================================================== */

.experience-header {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 80px;
    align-items: end;
    margin-bottom: 55px;
}


/* LEFT SIDE */

.experience-heading {
    max-width: 720px;
}


.experience-heading .eyebrow {
    margin-bottom: 18px;
}


.experience-heading h2 {
    margin: 0;
    max-width: 700px;
}


/* RIGHT SIDE */

/* =====================================================
   SIGNATURE EXPERIENCES — ORANGE INTRO PANEL
===================================================== */

.experience-intro {
    background: #c8753d;
    padding: 36px 42px;
    max-width: 500px;
    margin-left: auto;
}

.experience-intro p {
    color: #111111;
    margin: 0;
    font-size: 1rem;
    line-height: 1.85;
    font-weight: 500;
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 900px) {

    .experience-header {
        grid-template-columns: 1fr;
        gap: 25px;
        align-items: start;
        margin-bottom: 40px;
    }

    .experience-heading,
/* =====================================================
   SIGNATURE EXPERIENCES — ORANGE INTRO PANEL
===================================================== */

.experience-intro {
    background: #d97732;
    padding: 42px 48px;
    max-width: 580px;
    margin-left: auto;
    min-height: 230px;

    display: flex;
    align-items: center;
}

.experience-intro p {
    margin: 0;
    color: #111111;

    font-family: "Playfair Display", serif;

    font-size: 1.45rem;
    line-height: 1.6;
    font-weight: 500;
}

/* =========================================================
   TAILOR-MADE / FEATURE STORY
   ========================================================= */

.services-page .feature-story {

    padding: 110px 0;

    background: var(--services-paper);
}


.services-page .feature-grid {

    display: grid;

    grid-template-columns: 1.04fr .96fr;

    min-height: 650px;
}


.services-page .feature-image {

    position: relative;

    min-height: 560px;

    overflow: hidden;
}


.services-page .feature-image img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .8s ease;
}


.services-page .feature-story:hover .feature-image img {

    transform: scale(1.025);
}


.services-page .feature-content {

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding:
        75px
        clamp(35px, 6vw, 82px);

    background: var(--services-green);

    color: #ffffff;
}


.services-page .feature-content .eyebrow {

    color: var(--services-gold-light);
}


.services-page .feature-content h2 {

    margin: 0 0 25px;

    font-family: "Playfair Display", serif;

    font-size: clamp(2.7rem, 4vw, 4.3rem);

    font-weight: 500;

    line-height: 1.01;

    letter-spacing: -.035em;
}


.services-page .feature-content h2 em {

    color: var(--services-gold-light);

    font-style: italic;
}


.services-page .feature-content > p:not(.eyebrow) {

    margin: 0 0 22px;

    color: rgba(255,255,255,.77);

    line-height: 1.85;
}


/* =========================================================
   FEATURE LIST
   ========================================================= */

.services-page .feature-list {

    margin: 8px 0 30px;

    padding: 0;

    list-style: none;

    border-top: 1px solid rgba(255,255,255,.18);
}


.services-page .feature-list li {

    display: flex;

    align-items: center;

    gap: 13px;

    padding: 13px 0;

    border-bottom: 1px solid rgba(255,255,255,.18);

    color: #ffffff;

    font-size: .88rem;
}


.services-page .feature-list i {

    color: var(--services-gold-light);

    font-size: .68rem;
}


/* =========================================================
   DARK BUTTON
   ========================================================= */

.services-page .button-dark {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    width: max-content;

    padding: 14px 20px;

    background: #ffffff;

    color: var(--services-green);

    text-decoration: none;

    text-transform: uppercase;

    letter-spacing: .11em;

    font-size: .68rem;

    font-weight: 700;

    transition:
        transform .25s ease,
        background .25s ease;
}


.services-page .button-dark:hover {

    transform: translateY(-2px);

    background: var(--services-gold-light);
}


/* =========================================================
   SPECIALISED JOURNEYS
   ========================================================= */

.services-page .journeys {

    padding: 112px 0;

    background: var(--services-cream);
}


.services-page .section-header {

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 70px;

    margin-bottom: 50px;
}


.services-page .section-header h2 {

    margin: 0;

    font-family: "Playfair Display", serif;

    font-size: clamp(2.6rem, 4.4vw, 4.5rem);

    font-weight: 500;

    line-height: 1.02;

    letter-spacing: -.035em;
}


.services-page .section-header h2 em {

    color: var(--services-gold);

    font-style: italic;
}


.services-page .section-header > p {

    max-width: 420px;

    margin: 0;

    color: var(--services-muted);

    line-height: 1.8;
}


/* =========================================================
   JOURNEY CARDS
   ========================================================= */

.services-page .journey-cards {

    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 20px;
}


.services-page .journey-card {

    overflow: hidden;

    background: var(--services-paper);

    border: 1px solid var(--services-line);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


.services-page .journey-card:hover {

    transform: translateY(-7px);

    box-shadow:
        0 20px 45px rgba(7,27,21,.11);
}


.services-page .journey-card > img {

    width: 100%;
    height: 290px;

    display: block;

    object-fit: cover;

    transition: transform .6s ease;
}


.services-page .journey-card:hover > img {

    transform: scale(1.035);
}


.services-page .journey-content {

    padding: 28px 27px 31px;
}


.services-page .journey-content span {

    display: block;

    margin-bottom: 12px;

    color: #9b7630;

    font-size: .65rem;

    font-weight: 700;

    letter-spacing: .17em;

    text-transform: uppercase;
}


.services-page .journey-content h3 {

    margin: 0 0 12px;

    font-family: "Playfair Display", serif;

    font-size: 1.85rem;

    font-weight: 500;

    line-height: 1.12;
}


.services-page .journey-content p {

    margin: 0;

    color: #5c6862;

    font-size: .91rem;

    line-height: 1.75;
}


/* =========================================================
   RESPONSIBLE TRAVEL / CINEMATIC SECTION
   ========================================================= */

.services-page .foundation-section {

    position: relative;

    min-height: 650px;

    display: flex;

    align-items: center;

    overflow: hidden;

    isolation: isolate;

    color: #ffffff;
}


.services-page .foundation-section > img {

    position: absolute;

    inset: 0;

    z-index: -2;

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;
}


.services-page .foundation-overlay {

    position: absolute;

    inset: 0;

    z-index: -1;

    background:
        linear-gradient(
            90deg,
            rgba(4,18,13,.91) 0%,
            rgba(4,18,13,.60) 48%,
            rgba(4,18,13,.18) 100%
        );
}


.services-page .foundation-content {

    padding: 100px 0;
}


.services-page .foundation-content h2 {

    max-width: 720px;

    margin: 0 0 24px;

    font-family: "Playfair Display", serif;

    font-size: clamp(2.9rem, 5vw, 5.1rem);

    font-weight: 500;

    line-height: 1.01;

    letter-spacing: -.035em;
}


.services-page .foundation-content h2 em {

    color: var(--services-gold-light);

    font-style: italic;
}


.services-page .foundation-content > p:not(.eyebrow) {

    max-width: 650px;

    margin: 0 0 20px;

    color: rgba(255,255,255,.80);

    font-size: 1rem;

    line-height: 1.85;
}


.services-page .foundation-content .button {

    margin-top: 12px;
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.services-page .final-cta {

    padding: 112px 0;

    background: var(--services-deep);

    color: #ffffff;

    text-align: center;
}


.services-page .final-cta .eyebrow {

    color: var(--services-gold-light);
}


.services-page .final-cta h2 {

    max-width: 850px;

    margin: 0 auto 23px;

    font-family: "Playfair Display", serif;

    font-size: clamp(3rem, 5vw, 5.3rem);

    font-weight: 500;

    line-height: 1;

    letter-spacing: -.04em;
}


.services-page .final-cta h2 em {

    color: var(--services-gold-light);

    font-style: italic;
}


.services-page .final-cta > .container > p:not(.eyebrow) {

    max-width: 650px;

    margin: 0 auto 31px;

    color: rgba(255,255,255,.70);

    line-height: 1.8;
}


/* =========================================================
   RESPONSIVE — TABLET
   ========================================================= */

@media (max-width: 1000px) {

    .services-page .intro-grid {

        grid-template-columns: 1fr;

        gap: 45px;
    }


    .services-page .experience-header {

        grid-template-columns: 1fr;

        gap: 22px;
    }


    .services-page .experience-grid > a:nth-child(1),
    .services-page .experience-grid > a:nth-child(2) {

        grid-column: span 6;
    }


    .services-page .experience-grid > a:nth-child(n+3) {

        grid-column: span 6;
    }


    .services-page .feature-grid {

        grid-template-columns: 1fr;
    }


    .services-page .feature-image {

        min-height: 470px;
    }


    .services-page .section-header {

        display: block;
    }


    .services-page .section-header > p {

        margin-top: 22px;
    }


    .services-page .journey-cards {

        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   RESPONSIVE — MOBILE
   ========================================================= */

@media (max-width: 640px) {

    .services-page .container {

        width: calc(100% - 30px);
    }


    /* HERO */

    .services-page .hero-small {

        min-height: 78vh;
    }


    .services-page .hero-content {

        padding: 125px 0 58px;
    }


    .services-page .hero h1 {

        font-size: 3.25rem;

        letter-spacing: -.04em;
    }


    .services-page .hero-text {

        font-size: .96rem;

        line-height: 1.75;
    }


    .services-page .hero-buttons {

        flex-direction: column;

        align-items: stretch;
    }


    .services-page .hero-buttons .button {

        width: 100%;
    }


    /* SECTIONS */

    .services-page .intro,
    .services-page .experiences,
    .services-page .feature-story,
    .services-page .journeys {

        padding: 78px 0;
    }


    /* INTRO */

    .services-page .intro-grid {

        gap: 38px;
    }


    .services-page .intro-title h2 {

        font-size: 2.8rem;
    }


    /* SIGNATURE EXPERIENCES */

    .services-page .experience-grid {

        display: grid;

        grid-template-columns: 1fr;

        gap: 15px;
    }


    .services-page .experience-grid > a:nth-child(1),
    .services-page .experience-grid > a:nth-child(2),
    .services-page .experience-grid > a:nth-child(n+3) {

        grid-column: auto;

        min-height: 390px;
    }


    .services-page .experience-grid > a:nth-child(1),
    .services-page .experience-grid > a:nth-child(2) {

        min-height: 460px;
    }


    .services-page .experience-grid > a h3 {

        margin-left: 23px;
        margin-right: 23px;

        font-size: 2rem;
    }


    .services-page .experience-grid > a p {

        margin-left: 23px;
        margin-right: 23px;
    }


    /* FEATURE */

    .services-page .feature-grid {

        min-height: auto;
    }


    .services-page .feature-image {

        min-height: 380px;
    }


    .services-page .feature-content {

        padding: 55px 28px;
    }


    .services-page .feature-content h2 {

        font-size: 2.8rem;
    }


    /* JOURNEYS */

    .services-page .journeys {

        padding-bottom: 82px;
    }


    .services-page .journey-cards {

        grid-template-columns: 1fr;
    }


    .services-page .journey-card > img {

        height: 255px;
    }


    /* FOUNDATION */

    .services-page .foundation-section {

        min-height: 700px;
    }


    .services-page .foundation-content {

        padding: 80px 0;
    }


    .services-page .foundation-content h2 {

        font-size: 3rem;
    }


    /* CTA */

    .services-page .final-cta {

        padding: 80px 0;
    }


    .services-page .final-cta h2 {

        font-size: 3rem;
    }

}


/* =========================================================
   VERY SMALL SCREENS
   ========================================================= */

@media (max-width: 380px) {

    .services-page .hero h1 {

        font-size: 2.75rem;
    }


    .services-page .experience-grid > a:nth-child(1),
    .services-page .experience-grid > a:nth-child(2) {

        min-height: 410px;
    }


    .services-page .feature-content {

        padding: 48px 23px;
    }


    .services-page .foundation-content h2 {

        font-size: 2.7rem;
    }


    .services-page .final-cta h2 {

        font-size: 2.7rem;
    }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .services-page *,
    .services-page *::before,
    .services-page *::after {

        scroll-behavior: auto !important;

        transition: none !important;

        animation: none !important;
    }

}

/* =========================================================
   SIGNATURE EXPERIENCES — INTRO PANEL
   FINAL OVERRIDE
========================================================= */

.experiences .experience-header {
    display: grid !important;
    grid-template-columns: 1.15fr 0.85fr !important;
    gap: 70px !important;
    align-items: center !important;
    margin-bottom: 60px !important;
}


/* LEFT SIDE */

.experiences .experience-heading {
    max-width: 700px !important;
}


/* RIGHT ORANGE PANEL */

.experiences .experience-intro {
    display: flex !important;
    align-items: center !important;

    width: 100% !important;
    max-width: 580px !important;
    min-height: 230px !important;

    margin-left: auto !important;

    padding: 42px 48px !important;

    background: #d97832 !important;
    border: none !important;
    border-radius: 0 !important;

    box-sizing: border-box !important;
}


/* THE ACTUAL WORDS */

.experiences .experience-intro p {
    display: block !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #111111 !important;

    font-family: "Playfair Display", serif !important;

    font-size: 1.45rem !important;
    line-height: 1.6 !important;

    font-weight: 500 !important;

    opacity: 1 !important;
    visibility: visible !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 900px) {

    .experiences .experience-header {
        display: block !important;
        margin-bottom: 45px !important;
    }

    .experiences .experience-intro {
        max-width: 100% !important;
        min-height: auto !important;
        margin-top: 30px !important;
        padding: 32px !important;
    }

    .experiences .experience-intro p {
        font-size: 1.2rem !important;
    }

}