/* Exploring Mombasa Premium Footer — lightweight, scoped and cacheable. */
body.emf-premium-footer-enabled #main-footer,
body.emf-premium-footer-enabled .main-footer-sub {
    display: none !important;
}

.emf-footer-root,
.emf-footer-root * {
    box-sizing: border-box;
}

.emf-footer-root {
    --emf-night: #101617;
    --emf-night-2: #151e20;
    --emf-ivory: #f5f0e6;
    --emf-paper: #faf8f3;
    --emf-sand: #c9a46d;
    --emf-sand-soft: #e5d1ad;
    --emf-teal: #08766f;
    --emf-teal-soft: #dcefeb;
    --emf-coral: #d86f4d;
    --emf-text: #173238;
    --emf-muted: #aeb8ba;
    --emf-line: rgba(255, 255, 255, 0.13);
    width: 100%;
    clear: both;
    font-family: inherit;
    line-height: 1.55;
}

.emf-footer-root a {
    text-decoration: none;
}

.emf-shell {
    width: min(1240px, calc(100% - 44px));
    margin: 0 auto;
}

.emf-coast-letter {
    background: var(--emf-ivory);
    border-top: 1px solid #e2dacd;
    border-bottom: 1px solid #d8d0c3;
}

.emf-coast-letter-inner {
    padding: 48px 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.78fr);
    gap: 70px;
    align-items: center;
}

.emf-kicker {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 12px;
    color: var(--emf-teal);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.emf-kicker::before {
    content: "";
    width: 34px;
    height: 1px;
    background: var(--emf-coral);
}

/* Editorial headline: use a luxury serif stack already available on most devices.
 * The stronger selector and !important prevent Traveler heading styles from overriding it. */
.emf-footer-root .emf-coast-letter .emf-coast-letter-copy > h2#emf-coast-letter-title {
    margin: 0 0 12px !important;
    max-width: 780px;
    color: #132326 !important;
    font-family: "Bodoni Moda", "Bodoni 72", "Bodoni MT", Didot, "Didot LT STD", Georgia, "Times New Roman", serif !important;
    font-size: clamp(40px, 4.9vw, 64px) !important;
    font-weight: 500 !important;
    line-height: 0.98 !important;
    letter-spacing: -0.045em !important;
    font-kerning: normal;
    font-variant-ligatures: common-ligatures;
    text-wrap: balance;
}

.emf-footer-root .emf-coast-letter .emf-coast-letter-copy > h2#emf-coast-letter-title em {
    color: var(--emf-teal) !important;
    font-family: inherit !important;
    font-style: italic !important;
    font-weight: 400 !important;
    letter-spacing: -0.035em !important;
}

.emf-coast-letter-copy > p {
    margin: 0;
    max-width: 650px;
    color: #687679;
    font-size: 13px;
    line-height: 1.7;
}

.emf-quick-start {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.emf-quick-start a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid #d5cec2;
    background: rgba(255, 255, 255, 0.58);
    border-radius: 999px;
    padding: 8px 12px;
    color: #44575b;
    font-size: 9px;
    font-weight: 800;
    transition: 0.2s ease;
}

.emf-quick-start a:hover,
.emf-quick-start a:focus-visible {
    background: #fff;
    border-color: var(--emf-teal);
    color: var(--emf-teal);
}

.emf-subscribe-card {
    margin: 0;
    background: #fff;
    border: 1px solid #ded6ca;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 16px 34px rgba(32, 42, 43, 0.08);
}

.emf-subscribe-card > label {
    display: block;
    margin-bottom: 8px;
    color: #263c40;
    font-size: 10px;
    font-weight: 850;
}

.emf-subscribe-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
}

.emf-subscribe-row input {
    min-width: 0;
    width: 100%;
    height: 46px;
    margin: 0;
    border: 1px solid #d8d2c8;
    border-radius: 12px;
    padding: 0 14px;
    color: var(--emf-text);
    background: #fff;
    box-shadow: none;
    outline: none;
}

.emf-subscribe-row input:focus {
    border-color: var(--emf-teal);
    box-shadow: 0 0 0 3px rgba(8, 118, 111, 0.09);
}

.emf-subscribe-row button {
    min-height: 46px;
    margin: 0;
    border: 0;
    border-radius: 12px;
    padding: 0 18px;
    background: var(--emf-teal);
    color: #fff;
    font-size: 10px;
    font-weight: 850;
    cursor: pointer;
    transition: 0.2s ease;
}

.emf-subscribe-row button:hover,
.emf-subscribe-row button:focus-visible {
    background: #075f5a;
    transform: translateY(-1px);
}

.emf-subscribe-note,
.emf-form-status {
    margin: 9px 0 0;
    color: #879194;
    font-size: 9px;
}

.emf-form-status-success,
.emf-form-status-already {
    color: var(--emf-teal);
    font-weight: 750;
}

.emf-form-status-email,
.emf-form-status-invalid,
.emf-form-status-error {
    color: #a64635;
    font-weight: 750;
}

.emf-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.emf-site-footer {
    position: relative;
    overflow: hidden;
    color: #e6ebeb;
    background: radial-gradient(circle at 88% 8%, rgba(8, 118, 111, 0.17), transparent 32%), linear-gradient(180deg, var(--emf-night-2), var(--emf-night));
}

.emf-site-footer::after {
    content: "COAST";
    position: absolute;
    right: -20px;
    bottom: 42px;
    color: rgba(255, 255, 255, 0.022);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 220px;
    font-weight: 700;
    line-height: 0.8;
    letter-spacing: -0.06em;
    pointer-events: none;
}

.emf-site-footer > .emf-shell {
    position: relative;
    z-index: 1;
}

.emf-footer-main {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr 0.8fr 0.9fr;
    gap: 58px;
    padding: 54px 0 42px;
}

.emf-footer-brand {
    max-width: 350px;
}

.emf-wordmark {
    display: inline-block;
    margin-bottom: 18px;
    color: #fff;
}

.emf-wordmark img {
    display: block;
    width: auto;
    max-width: 280px;
    max-height: 90px;
    object-fit: contain;
}

.emf-wordmark > span {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 10px;
    padding: 11px 15px 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 0.9;
}

.emf-wordmark strong {
    font-size: 31px;
}

.emf-wordmark small {
    display: block;
    margin-top: 9px;
    font-family: inherit;
    font-size: 7px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.emf-footer-brand > p {
    margin: 0 0 18px;
    color: var(--emf-muted);
    font-size: 11px;
    line-height: 1.75;
}

.emf-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: #e6ecec;
    font-size: 10px;
}

.emf-contact-link::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #7fc8c1;
    box-shadow: 0 0 0 4px rgba(127, 200, 193, 0.1);
}

.emf-contact-link:hover,
.emf-contact-link:focus-visible {
    color: #8ad0ca;
}

.emf-socials {
    display: flex;
    gap: 9px;
}

.emf-social {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 50%;
    color: #fff;
    transition: 0.2s ease;
}

.emf-social svg {
    display: block;
    width: 17px;
    height: 17px;
    color: currentColor;
}

.emf-social:hover,
.emf-social:focus-visible {
    background: var(--emf-teal);
    border-color: var(--emf-teal);
    color: #fff;
    transform: translateY(-2px);
}

.emf-footer-col h3 {
    margin: 4px 0 18px;
    color: var(--emf-sand-soft);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.emf-footer-links,
.emf-region-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.emf-footer-links {
    display: grid;
    gap: 11px;
}

.emf-footer-links li,
.emf-region-links li {
    margin: 0;
    padding: 0;
}

.emf-footer-links a {
    display: block;
    width: max-content;
    max-width: 100%;
    color: #c3ccce;
    font-size: 11px;
    transition: 0.18s ease;
}

.emf-footer-links a:hover,
.emf-footer-links a:focus-visible {
    color: #fff;
    transform: translateX(3px);
}

.emf-footer-links a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    margin-top: 3px;
    background: #75c4bd;
    transition: 0.2s ease;
}

.emf-footer-links a:hover::after,
.emf-footer-links a:focus-visible::after {
    width: 100%;
}

.emf-region-strip {
    border-top: 1px solid var(--emf-line);
    border-bottom: 1px solid var(--emf-line);
    padding: 20px 0;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
    align-items: center;
}

.emf-region-strip > strong {
    color: #fff;
    font-size: 9px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.emf-region-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.emf-region-links a {
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    padding: 7px 11px;
    color: #bfc9cb;
    font-size: 9px;
    transition: 0.2s ease;
}

.emf-region-links a:hover,
.emf-region-links a:focus-visible {
    background: rgba(255, 255, 255, 0.06);
    border-color: var(--emf-sand);
    color: #fff;
}

.emf-footer-bottom {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: #818d8f;
    font-size: 9px;
}

.emf-footer-signature strong {
    color: var(--emf-sand-soft);
}

.emf-footer-legal {
    display: flex;
    gap: 17px;
    flex-wrap: wrap;
}

.emf-footer-legal a {
    color: #818d8f;
}

.emf-footer-legal a:hover,
.emf-footer-legal a:focus-visible {
    color: #fff;
}

body.emf-premium-footer-enabled #gotop {
    right: 24px !important;
    bottom: 88px !important;
    width: 44px !important;
    height: 44px !important;
    display: grid !important;
    place-items: center !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: var(--emf-sand, #c9a46d) !important;
    color: #152224 !important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.27) !important;
    opacity: 1;
}

body.emf-premium-footer-enabled #gotop i {
    color: inherit !important;
    margin: 0 !important;
}

body.emf-premium-footer-enabled #gotop p {
    display: none !important;
}

@media (max-width: 1000px) {
    .emf-coast-letter-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .emf-footer-main {
        grid-template-columns: 1.15fr 1fr 1fr;
    }

    .emf-footer-brand {
        grid-column: 1 / -1;
        max-width: 620px;
    }
}

@media (max-width: 720px) {
    .emf-shell {
        width: min(100% - 28px, 1240px);
    }

    .emf-coast-letter-inner {
        padding: 38px 0;
    }

    .emf-coast-letter h2 {
        font-size: 45px;
    }

    .emf-footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 34px 26px;
    }

    .emf-footer-brand {
        grid-column: 1 / -1;
    }

    .emf-region-strip {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .emf-footer-bottom {
        min-height: 0;
        align-items: flex-start;
        flex-direction: column;
        padding: 17px 0;
    }
}

@media (max-width: 480px) {
    .emf-coast-letter h2 {
        font-size: 38px;
    }

    .emf-subscribe-row {
        grid-template-columns: 1fr;
    }

    .emf-subscribe-row button {
        width: 100%;
    }

    .emf-footer-main {
        grid-template-columns: 1fr;
    }

    .emf-site-footer::after {
        font-size: 130px;
    }

    body.emf-premium-footer-enabled #gotop {
        right: 16px !important;
        bottom: 86px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .emf-footer-root *,
    .emf-footer-root *::before,
    .emf-footer-root *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}


/* 1.0.3 — Traveler/page-builder compatibility on every public template. */
.emf-footer-root .emf-site-footer .emf-footer-col h3 {
    color: #e5d1ad !important;
}
.emf-footer-root .emf-site-footer .emf-footer-brand > p {
    color: #aeb8ba !important;
}
.emf-footer-root .emf-site-footer .emf-footer-links a,
.emf-footer-root .emf-site-footer .emf-region-links a,
.emf-footer-root .emf-site-footer .emf-footer-legal a {
    color: #c3ccce !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.emf-footer-root .emf-site-footer .emf-region-strip > strong,
.emf-footer-root .emf-site-footer .emf-wordmark,
.emf-footer-root .emf-site-footer .emf-wordmark * {
    color: #fff !important;
}
.emf-footer-root .emf-site-footer .emf-socials,
.emf-footer-root .emf-site-footer .emf-social,
.emf-footer-root .emf-site-footer .emf-social svg,
.emf-footer-root .emf-site-footer .emf-social svg * {
    opacity: 1 !important;
    visibility: visible !important;
}
.emf-footer-root .emf-site-footer .emf-social {
    color: #fff !important;
    background: rgba(255,255,255,.025) !important;
    border-color: rgba(255,255,255,.34) !important;
}
.emf-footer-root .emf-site-footer .emf-social-facebook svg path,
.emf-footer-root .emf-site-footer .emf-social-pinterest svg path,
.emf-footer-root .emf-site-footer .emf-social-whatsapp svg path {
    fill: #fff !important;
    stroke: none !important;
}
.emf-footer-root .emf-site-footer .emf-social-instagram svg rect,
.emf-footer-root .emf-site-footer .emf-social-instagram svg circle:first-of-type {
    fill: none !important;
    stroke: #fff !important;
}
.emf-footer-root .emf-site-footer .emf-social-instagram svg circle:last-of-type {
    fill: #fff !important;
    stroke: none !important;
}
