:root{--navy:#0c2330;--navy2:#071d2a;--teal:#16bd9e;--green:#04e19b;--blue:#4e8dff;--gold:#d9ad54;--ivory:#f7f4ed;--ink:#14212a;--muted:#687680;--line:#dbe2e5;--white:#fff;--shadow:0 20px 55px rgba(7,29,42,.12);--radius:22px;--max:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65}img{max-width:100%;height:auto}a{color:inherit}.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:18px;top:12px;z-index:10000;background:#fff;padding:10px 14px}.topbar{background:#061720;color:#cbd7db;font-size:.82rem}.topbar-inner{min-height:34px;display:flex;justify-content:space-between;align-items:center;gap:20px}.site-header{position:sticky;top:0;z-index:1000;background:rgba(7,29,42,.96);backdrop-filter:blur(14px);transition:.25s}.site-header.scrolled{box-shadow:0 12px 30px rgba(0,0,0,.18)}.header-inner{min-height:86px;display:flex;align-items:center;gap:36px}.brand{display:flex;align-items:center;width:270px;max-width:44vw}.brand img{display:block;max-height:58px;width:100%;height:auto}.site-nav{margin-left:auto}.site-nav ul{display:flex;gap:6px;align-items:center;list-style:none;margin:0;padding:0}.site-nav li{position:relative}.site-nav a{display:block;padding:10px 13px;color:#fff;text-decoration:none;font-size:.94rem;font-weight:650}.site-nav a:hover,.site-nav .current>a,.site-nav .active>a{color:#8ef3df}.site-nav ul ul{display:none;position:absolute;top:100%;left:0;min-width:240px;background:#fff;padding:10px;border-radius:14px;box-shadow:var(--shadow)}.site-nav ul ul a{color:var(--ink)}.site-nav li:hover>ul,.site-nav li:focus-within>ul{display:block}.nav-toggle{display:none;margin-left:auto;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:transparent;color:#fff;padding:9px 14px;font-weight:700}.hero{position:relative;min-height:690px;display:flex;align-items:center;overflow:hidden;background:var(--navy)}.hero-media{position:absolute;inset:0;background:url('../images/hero-nairobi.webp') center/cover no-repeat;transform:scale(1.02)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,18,27,.68) 0%,rgba(4,25,36,.42) 47%,rgba(4,25,36,.10) 100%),linear-gradient(0deg,rgba(7,29,42,.3518),transparent 50%)}.hero-content{position:relative;z-index:1;color:#fff;padding-block:100px;max-width:1240px}.hero-content>*{max-width:800px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.76rem;font-weight:800;color:#8ef3df;margin:0 0 16px}.eyebrow.dark{color:#087d6e}.hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(3rem,6.2vw,6.3rem);line-height:.98;letter-spacing:-.045em;margin:0 0 28px}.hero-lead{font-size:clamp(1.04rem,1.6vw,1.32rem);max-width:720px;color:#e7eef0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:999px;text-decoration:none;font-weight:800;letter-spacing:.01em}.btn-gold{background:var(--teal);color:#082734}.btn-gold:hover{background:var(--green)}.btn-ghost{border:1px solid rgba(255,255,255,.45);color:#fff;background:rgba(255,255,255,.07)}.connection-grid{padding:110px 0;background:var(--ivory)}.section-heading{max-width:760px;margin-bottom:42px}.section-heading h2,.split-copy h2,.site-cta h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.2rem,4.2vw,4rem);line-height:1.05;letter-spacing:-.035em;margin:.1em 0 .35em}.section-heading p{color:var(--muted);font-size:1.07rem}.four-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.journey-card{min-height:330px;padding:30px;border-radius:var(--radius);text-decoration:none;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;box-shadow:var(--shadow);isolation:isolate}.journey-card:before{content:"";position:absolute;inset:0;z-index:-2;background-position:center;background-size:cover;transition:transform .45s}.journey-card:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,rgba(4,22,31,.92),rgba(4,22,31,.12))}.journey-card:hover:before{transform:scale(1.05)}.journey-card.travel:before{background-image:url('../images/hero-travel.webp')}.journey-card.property:before{background-image:url('../images/property-investment.webp')}.journey-card.business:before{background-image:url('../images/relocation-planning.webp')}.journey-card.community:before{background-image:url('../images/community-network.webp')}.journey-card span{color:#8ef3df;font-weight:800}.journey-card h3{font-size:1.42rem;margin:8px 0}.journey-card p{font-size:.95rem;color:#e7edef;margin:0}.split-feature{padding:110px 0}.split-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px}.split-image{min-height:560px;border-radius:32px;background-position:center;background-size:cover;box-shadow:var(--shadow)}.image-family{background-image:url('../images/family-connection.webp')}.split-copy p{color:var(--muted);font-size:1.08rem}.text-link{font-weight:850;text-decoration:none;color:#087d6e}.breadcrumbs{padding-top:24px}.main-shell{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:44px;padding-block:58px 90px}.dlx-home .main-shell{padding-top:0}.content-column:only-child{grid-column:1/-1}.item-page,.blog,.blog-featured,.category-list,.contact,.com-content-category-blog{max-width:900px}.page-header h1,.page-header h2,.item-page h1,.blog h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.35rem,5vw,4.8rem);line-height:1.03;letter-spacing:-.04em}.article-info{color:var(--muted);font-size:.88rem}.blog-items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.blog-item{border:1px solid var(--line);border-radius:20px;padding:24px;background:#fff;box-shadow:0 10px 30px rgba(7,29,42,.05)}.blog-item h2{font-family:Georgia,"Times New Roman",serif;font-size:1.65rem;line-height:1.12}.sidebar:empty{display:none}.sidebar:empty~*{}.sidebar .moduletable{border:1px solid var(--line);border-radius:18px;padding:22px;margin-bottom:22px}.site-cta{background:var(--teal);padding:55px 0}.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:40px}.site-cta h2{max-width:820px;color:#082734;font-size:clamp(2rem,3.7vw,3.4rem);margin:0}.site-footer{background:#04151e;color:#d7e1e4;padding:72px 0 26px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:44px}.footer-brand img{width:270px;max-height:95px;object-fit:contain;object-position:left center}.footer-brand p{max-width:420px;color:#aebec4}.site-footer h3{color:#fff;font-size:1rem}.site-footer ul{list-style:none;margin:0;padding:0}.site-footer a{text-decoration:none;color:#c9d5d9}.site-footer a:hover{color:#8ef3df}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.12);padding-top:24px;margin-top:50px;font-size:.85rem;color:#8fa3aa}.error-page{min-height:100vh;background:var(--ivory);display:grid;place-items:center;padding:30px}.error-card{max-width:720px;text-align:center;background:#fff;padding:60px;border-radius:30px;box-shadow:var(--shadow)}.error-card img{width:240px;background:var(--navy);border-radius:20px;padding:10px;margin-bottom:20px}
@media(max-width:1050px){.four-grid{grid-template-columns:repeat(2,1fr)}.split-grid{grid-template-columns:1fr;gap:36px}.footer-grid{grid-template-columns:repeat(2,1fr)}.main-shell{grid-template-columns:1fr}.sidebar{display:none}.nav-toggle{display:block}.site-nav{display:none;position:absolute;left:20px;right:20px;top:82px;background:#082330;border-radius:18px;padding:12px;box-shadow:var(--shadow)}.site-nav.is-open{display:block}.site-nav ul{display:block}.site-nav ul ul{position:static;display:block;background:transparent;box-shadow:none;padding-left:18px}.site-nav ul ul a{color:#dfe9ec}}
@media(max-width:680px){.container{width:min(calc(100% - 28px),var(--max))}.topbar{display:none}.header-inner{min-height:72px}.brand{width:220px}.brand img{max-height:54px}.hero{min-height:610px}.hero-content{padding-block:82px}.hero h1{font-size:clamp(2.75rem,13vw,4.7rem)}.four-grid,.blog-items,.footer-grid{grid-template-columns:1fr}.journey-card{min-height:290px}.connection-grid,.split-feature{padding:72px 0}.split-image{min-height:400px}.cta-inner{display:block}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:6px}.error-card{padding:36px 24px}}
.dlx-travel-feature{
    padding:90px 0;
    background:#fff;
}

.dlx-travel-feature .section-heading{
    max-width:760px;
    margin-bottom:48px;
}

.dlx-travel-feature .section-heading h2{
    font-size:clamp(2.4rem,4vw,4rem);
    line-height:1;
    margin:10px 0 20px;
}

.dlx-travel-feature .split-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:32px;
}

.dlx-travel-feature .split-copy{
    padding:42px;
    border-radius:22px;
    background:#f7f4ec;
}

.dlx-travel-feature .featured-stay{
    background:#0b2432;
    color:#fff;
}

.dlx-travel-feature .featured-stay .eyebrow{
    color:#53d7c8;
}

.feature-list{
    margin:24px 0 30px;
    padding-left:20px;
}

.feature-list li{
    margin-bottom:8px;
}

@media (max-width:800px){
    .dlx-travel-feature .split-grid{
        grid-template-columns:1fr;
    }

    .dlx-travel-feature{
        padding:60px 0;
    }
}
.dlx-property-feature{
    padding:100px 0;
    background:#f4f0e6;
}

.property-grid{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:70px;
    align-items:center;
}

.property-intro{
    max-width:700px;
}

.property-intro h2{
    font-size:clamp(2.6rem,4.3vw,4.7rem);
    line-height:.98;
    letter-spacing:-.035em;
    margin:12px 0 24px;
}

.property-intro > p{
    font-size:1.05rem;
    line-height:1.75;
    max-width:650px;
}

.property-options{
    display:grid;
    gap:16px;
}

.property-card{
    background:#fff;
    padding:28px 30px;
    border-radius:18px;
    border:1px solid rgba(7,29,42,.08);
    box-shadow:0 14px 40px rgba(7,29,42,.06);
}

.property-card h3{
    margin:6px 0 10px;
    font-size:1.35rem;
}

.property-card p{
    margin:0;
    line-height:1.65;
}

.property-number{
    display:inline-block;
    color:#008f83;
    font-size:.75rem;
    font-weight:800;
    letter-spacing:.16em;
}

@media (max-width:900px){
    .property-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

    .dlx-property-feature{
        padding:65px 0;
    }
}
.dlx-business-feature{
    padding:100px 0;
    background:#092331;
    color:#fff;
}

.business-heading{
    max-width:800px;
    margin-bottom:48px;
}

.business-heading .eyebrow{
    color:#52d4c5;
}

.business-heading h2{
    color:#fff;
    font-size:clamp(2.7rem,4.5vw,4.8rem);
    line-height:.98;
    letter-spacing:-.035em;
    margin:10px 0 22px;
}

.business-heading > p{
    color:rgba(255,255,255,.78);
    font-size:1.08rem;
    line-height:1.7;
}

.business-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.business-item{
    padding:32px;
    border-radius:18px;
    border:1px solid rgba(255,255,255,.12);
    background:rgba(255,255,255,.045);
}

.business-item h3{
    color:#fff;
    margin-top:0;
    font-size:1.35rem;
}

.business-item p{
    color:rgba(255,255,255,.72);
    line-height:1.65;
}

.business-action{
    margin-top:38px;
}

@media (max-width:850px){
    .business-grid{
        grid-template-columns:1fr;
    }

    .dlx-business-feature{
        padding:65px 0;
    }
}
.dlx-business-feature{
    padding:100px 0;
    background:#092331;
    color:#fff;
}

.business-heading{
    max-width:800px;
    margin-bottom:48px;
}

.business-heading .eyebrow{
    color:#52d4c5;
}

.business-heading h2{
    color:#fff;
    font-size:clamp(2.7rem,4.5vw,4.8rem);
    line-height:.98;
    letter-spacing:-.035em;
    margin:10px 0 22px;
}

.business-heading > p{
    color:rgba(255,255,255,.78);
    font-size:1.08rem;
    line-height:1.7;
}

.business-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.business-item{
    padding:32px;
    border-radius:18px;
    border:1px solid rgba(255,255,255,.12);
    background:rgba(255,255,255,.045);
}

.business-item h3{
    color:#fff;
    margin-top:0;
    font-size:1.35rem;
}

.business-item p{
    color:rgba(255,255,255,.72);
    line-height:1.65;
}

.business-action{
    margin-top:38px;
}

@media (max-width:850px){
    .business-grid{
        grid-template-columns:1fr;
    }

    .dlx-business-feature{
        padding:65px 0;
    }
}
/* =====================================
   EVENTS & COMMUNITY / INSIGHTS
   ===================================== */

.dlx-feed-section{
    padding:100px 0;
}

.dlx-feed-section .section-heading{
    max-width:760px;
    margin-bottom:44px;
}

.dlx-feed-section .section-heading h2{
    font-size:clamp(2.5rem,4vw,4.25rem);
    line-height:1;
    letter-spacing:-.035em;
    margin:10px 0 18px;
}

.dlx-feed-section .section-heading > p:last-child{
    max-width:650px;
    line-height:1.7;
}


/* Events */

.dlx-events-section{
    background:#f7f4ed;
}

.dlx-events-section .section-heading h2{
    color:#102834;
}


/* Insights */

.dlx-insights-section{
    background:#0b2432;
    color:#fff;
}

.dlx-insights-section .section-heading h2{
    color:#fff;
}

.dlx-insights-section .section-heading > p{
    color:rgba(255,255,255,.72);
}

.dlx-insights-section .eyebrow{
    color:#72dfcf;
}


/* Article lists */

.dlx-article-feed ul{
    list-style:none;
    margin:0;
    padding:0;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
}

.dlx-article-feed li{
    margin:0;
    min-width:0;
}


/* Events cards */

.dlx-events-section .dlx-article-feed li{
    background:#fff;
    border:1px solid rgba(7,29,42,.08);
    border-radius:20px;
    padding:30px;
    min-height:160px;
    box-shadow:0 12px 36px rgba(7,29,42,.06);
}


/* Insights cards */

.dlx-insights-section .dlx-article-feed li{
    background:rgba(255,255,255,.055);
    border:1px solid rgba(255,255,255,.12);
    border-radius:20px;
    padding:30px;
    min-height:160px;
}


/* Article titles */

.dlx-article-feed a{
    display:block;
    text-decoration:none;
    font-family:Georgia,"Times New Roman",serif;
    font-size:1.35rem;
    line-height:1.25;
    font-weight:700;
    transition:.2s ease;
}

.dlx-events-section .dlx-article-feed a{
    color:#102834;
}

.dlx-insights-section .dlx-article-feed a{
    color:#fff;
}

.dlx-article-feed a:hover{
    color:#13ad98;
}


/* Mobile */

@media(max-width:850px){

    .dlx-article-feed ul{
        grid-template-columns:1fr;
    }

    .dlx-feed-section{
        padding:65px 0;
    }

}
/* NICE PALMS / FEATURED STAY */

.dlx-stay-page{
    max-width:1050px;
    margin:0 auto;
    padding:40px 0 80px;
}

.dlx-stay-page .lead{
    font-size:1.35rem;
    line-height:1.65;
    max-width:780px;
    color:#50616b;
}

.stay-facts{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
    margin:40px 0 65px;
}

.stay-facts span{
    background:#f5f1e8;
    border-radius:16px;
    padding:24px 18px;
    text-align:center;
}

.stay-facts strong{
    display:block;
    font-family:Georgia,"Times New Roman",serif;
    font-size:1.8rem;
    color:#0b2432;
}

.stay-feature-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin:30px 0 60px;
}

.stay-feature-grid > div{
    padding:30px;
    background:#f7f4ed;
    border-radius:18px;
}

.stay-feature-grid h3{
    margin-top:0;
    color:#0b2432;
}

.stay-cta{
    margin-top:70px;
    padding:55px;
    border-radius:24px;
    background:#0b2432;
    color:#fff;
}

.stay-cta h2{
    color:#fff;
    margin:10px 0 20px;
}

.stay-cta .eyebrow{
    color:#72dfcf;
}

@media(max-width:800px){

    .stay-facts{
        grid-template-columns:repeat(2,1fr);
    }

    .stay-feature-grid{
        grid-template-columns:1fr;
    }

    .stay-cta{
        padding:35px 25px;
    }

}
/* =====================================
   DLX PREMIUM CATEGORY PAGES
   ===================================== */

.dlx-category-hero{
    max-width:900px;
    padding:50px 0 45px;
}

.dlx-category-hero h1{
    font-size:clamp(3rem,5vw,5.4rem);
    line-height:.96;
    letter-spacing:-.04em;
    margin:12px 0 24px;
    color:#102834;
}

.dlx-category-hero .lead{
    font-size:1.3rem;
    line-height:1.65;
    color:#56666f;
    max-width:780px;
}

.dlx-category-hero > p:not(.eyebrow):not(.lead){
    max-width:760px;
    line-height:1.75;
}

.dlx-path-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin:15px 0 70px;
}

.dlx-path-card{
    background:#f7f4ed;
    border:1px solid rgba(7,29,42,.08);
    border-radius:20px;
    padding:32px;
}

.dlx-path-card > span{
    display:block;
    color:#0a9889;
    font-size:.75rem;
    font-weight:800;
    letter-spacing:.16em;
    margin-bottom:15px;
}

.dlx-path-card h2{
    font-size:1.5rem;
    margin:0 0 14px;
    color:#102834;
}

.dlx-path-card p{
    line-height:1.65;
    margin:0;
}

.dlx-category-callout{
    background:#0b2432;
    color:#fff;
    padding:52px;
    border-radius:24px;
    margin:65px 0 80px;
}

.dlx-category-callout h2{
    color:#fff;
    font-size:clamp(2.2rem,3.5vw,3.7rem);
    line-height:1;
    max-width:720px;
    margin:12px 0 20px;
}

.dlx-category-callout > p{
    max-width:680px;
    color:rgba(255,255,255,.76);
    line-height:1.7;
}

.dlx-category-callout .eyebrow{
    color:#73dfcf;
}

@media(max-width:850px){

    .dlx-path-grid{
        grid-template-columns:1fr;
    }

    .dlx-category-callout{
        padding:35px 25px;
    }

}