/* Extracted from style.css. Keep this file ordered after its declared dependencies. */
/* Homepage Native Layout */
body.page-template-page-home > main:nth-of-type(1),
body.page-template-page-home-php > main:nth-of-type(1),
body.home > main:nth-of-type(1) {
    display: none !important;
}

@keyframes fade-in-up {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes home-bounce {
    0%, 100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

.animate-fade-in-up {
    animation: fade-in-up 0.8s ease-out;
}

.animate-on-scroll {
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.2, 0.8, 0.2, 1), transform 1s cubic-bezier(0.2, 0.8, 0.2, 1);
    will-change: opacity, transform;
}

.animate-fade-up {
    transform: translateY(40px);
}

.animate-slide-left {
    transform: translateX(-50px);
}

.animate-slide-right {
    transform: translateX(50px);
}

.animate-scale-up {
    transform: scale(0.95);
}

.animate-on-scroll.is-visible {
    opacity: 1;
    transform: translate(0, 0) scale(1);
}

.animate-stagger > * {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    will-change: opacity, transform;
}

.animate-stagger.is-visible > * {
    opacity: 1;
    transform: translateY(0);
}

.animate-stagger.is-visible > *:nth-child(1) { transition-delay: 100ms; }
.animate-stagger.is-visible > *:nth-child(2) { transition-delay: 200ms; }
.animate-stagger.is-visible > *:nth-child(3) { transition-delay: 300ms; }
.animate-stagger.is-visible > *:nth-child(4) { transition-delay: 400ms; }
.animate-stagger.is-visible > *:nth-child(5) { transition-delay: 500ms; }
.animate-stagger.is-visible > *:nth-child(6) { transition-delay: 600ms; }

.home-latest-grid.animate-fade-up {
    transform: none;
}

.home-fill-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-zoom-image {
    transition: transform 0.7s ease;
}

a:hover .home-zoom-image {
    transform: scale(1.1);
}

.home-gradient-text {
    background: linear-gradient(to right, #EA2839 0%, #1A206D 33%, #FFD500 66%, #00A551 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.home-mission .home-gradient-text {
    background: linear-gradient(90deg, #ea2839 0%, #5d68d8 34%, #d39b00 66%, #009b63 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.home-hero {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background: #f8fbfd;
}

.home-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    overflow: hidden;
    opacity: 0.98;
}

.home-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.06) 44%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

.home-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(34rem, 1.14fr);
    align-items: stretch;
    gap: clamp(1.5rem, 4vw, 5rem);
    width: 100%;
    max-width: 118rem;
    min-height: 100vh;
    margin: 0 auto;
    padding: clamp(4.75rem, 6.5vh, 5.75rem) clamp(2rem, 7vw, 9.5rem) 0;
}

.home-hero-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 37% 54%, rgba(220, 234, 242, 0.46) 0, rgba(220, 234, 242, 0.2) 20rem, transparent 38rem),
        linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.96) 30%, rgba(255, 255, 255, 0.75) 42%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 56%);
}

.home-hero-copy {
    position: relative;
    z-index: 8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 46rem;
    padding: 0 0 3.4rem;
    text-align: left;
    transform: translateY(-18%);
}

.home-hero-title {
    position: relative;
    margin: 0 0 clamp(2rem, 4vh, 3.25rem);
    color: #071833;
    letter-spacing: 0;
    line-height: 0.86;
}

.home-hero-title span {
    display: block;
}

.home-hero-title-mauritius {
    position: relative;
    font-size: clamp(4.9rem, 6.6vw, 9.25rem);
    font-weight: 800;
    letter-spacing: -0.055em;
}

.home-hero-title-beyond {
    font-size: clamp(4.35rem, 6.9vw, 7.15rem);
    font-weight: 300;
    letter-spacing: -0.065em;
}

.home-hero-title-postcard {
    position: relative;
    display: inline-block !important;
    width: max-content;
    color: #4a9857;
    font-family: "Segoe Print", "Bradley Hand ITC", "Comic Sans MS", cursive;
    font-size: clamp(4.1rem, 5.2vw, 7.5rem);
    font-weight: 400;
    letter-spacing: -0.075em;
    line-height: 1.05;
}

.home-hero-title-postcard::after {
    content: "";
    position: absolute;
    right: -0.65rem;
    bottom: -0.22rem;
    left: 0.45rem;
    height: 0.5rem;
    border-radius: 9999px;
    background: #edc83a;
    transform: rotate(-1.2deg);
}

.home-hero-subtitle {
    max-width: 37.5rem;
    margin: 0 0 2.35rem;
    color: #1d2430;
    font-size: clamp(1.35rem, 1.35vw, 1.78rem);
    font-weight: 500;
    line-height: 1.55;
}


.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.home-hero-button {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-width: 7.25rem;
    min-height: 2.05rem;
    padding: 0.46rem 0.85rem;
    border: 1.25px solid transparent;
    border-radius: 0.45rem;
    font-size: 0.7rem;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.home-hero-button:hover {
    transform: translateY(-0.2rem);
}

.home-hero-button-primary {
    background: #43944e;
    color: #ffffff;
    box-shadow: 0 1rem 2rem -1rem rgba(26, 102, 42, 0.55);
}

.home-hero-button-primary:hover {
    background: #327d3e;
}

.home-hero-button-secondary {
    border-color: rgba(67, 148, 78, 0.65);
    background: #ffffff;
    color: #071833;
}

.home-hero-button-secondary:hover {
    border-color: #43944e;
    background: #f7fbf8;
}

.home-hero-art {
    position: relative;
    z-index: 2;
    min-height: 100%;
    pointer-events: none;
}

.home-hero-art::before {
    content: none;
}

.home-hero-note {
    position: absolute;
    top: 56%;
    left: -7.4rem;
    z-index: 7;
    color: #111827;
    font-family: "Segoe Print", "Bradley Hand ITC", "Comic Sans MS", cursive;
    font-size: clamp(1.45rem, 2vw, 2.15rem);
    font-weight: 700;
    line-height: 1.35;
    transform: rotate(-4deg);
}

.home-hero-note::after {
    content: "";
    display: block;
    width: 8.6rem;
    height: 0.22rem;
    margin: 0.55rem 0 0 2.4rem;
    border-radius: 9999px;
    background: #111827;
    transform: rotate(-7deg);
}

.home-main {
    position: relative;
    z-index: 10;
    margin-top: 0;
}

.home-container {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    padding: 3rem 1rem;
}

.home-section-heading {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
}

.home-section-eyebrow-wrap {
    margin-bottom: 1rem;
}

.home-section-eyebrow {
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    line-height: 1.2;
    text-transform: uppercase;
}

.home-section-title {
    margin: 0;
    color: #0f172a;
    font-size: clamp(2.25rem, 5vw, 3.75rem);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
}

.home-path-grid {
    display: flex;
    gap: 1rem;
    padding-bottom: 1.5rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.home-path-grid::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.home-path-card {
    position: relative;
    display: flex;
    flex: 0 0 75vw;
    flex-direction: column;
    overflow: hidden;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    border-radius: 2rem;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.home-path-card:hover {
    transform: translateY(-0.5rem);
}

.home-path-card-media {
    position: relative;
    display: block;
    flex: 0 0 auto;
    height: 9rem;
    overflow: hidden;
    background: #e2e8f0;
}

.home-path-card-media-fade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
}

.home-path-card-body {
    position: relative;
    z-index: 10;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: -2.5rem;
    padding: 0 1.5rem 1.5rem;
}

.home-path-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
    border-radius: 0.75rem;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
}

.home-path-card-icon img,
.home-path-card-icon svg {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
}

.home-path-card-label {
    margin-bottom: 0.5rem;
    color: #94a3b8;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.home-path-card-title {
    margin: 0 0 0.75rem;
    color: #0f172a;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.15;
    transition: color 0.2s ease;
}

.home-path-card-desc {
    margin: 0 0 1.5rem;
    color: #475569;
    font-size: 0.8125rem;
    line-height: 1.65;
}

.home-path-card-footer {
    margin-top: auto;
}

.home-path-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    transition: gap 0.2s ease;
}

.home-path-card-link svg {
    width: 1rem;
    height: 1rem;
}

.home-path-card-link:hover {
    gap: 0.75rem;
}

.home-path-card--mauritius-red .home-path-card-icon,
.home-path-card--mauritius-red .home-path-card-link,
.home-path-card--mauritius-red:hover .home-path-card-title {
    color: #EA2839;
}

.home-path-card--mauritius-yellow .home-path-card-icon,
.home-path-card--mauritius-yellow .home-path-card-link,
.home-path-card--mauritius-yellow:hover .home-path-card-title {
    color: #b88a00;
}

.home-path-card--mauritius-green .home-path-card-icon,
.home-path-card--mauritius-green .home-path-card-link,
.home-path-card--mauritius-green:hover .home-path-card-title {
    color: #00A551;
}

.home-explore-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 4rem;
    padding: 0;
}

.home-explore-card {
    position: relative;
    display: block;
    min-height: 17.5rem;
    overflow: hidden;
    border-radius: 1.35rem;
    background: #0f172a;
    color: #ffffff;
    text-decoration: none;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.home-explore-card:hover {
    transform: translateY(-0.25rem);
}

.home-explore-card-media {
    position: absolute;
    inset: 0;
}

.home-explore-card-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    min-height: 22%;
    padding: 2.75rem 1.35rem 1.25rem;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: 42% 42% 0 0 / 14% 14% 0 0;
    background: var(--home-explore-color);
    text-align: left;
}

.home-explore-card--blue { --home-explore-color: #1f4f96; --home-explore-icon-color: #1f4f96; }
.home-explore-card--red { --home-explore-color: #d83b36; --home-explore-icon-color: #d83b36; }
.home-explore-card--yellow { --home-explore-color: #efc23a; --home-explore-icon-color: #efb81f; }
.home-explore-card--green { --home-explore-color: #3f913f; --home-explore-icon-color: #3f913f; }

.home-explore-card-icon {
    position: absolute;
    top: -1.8rem;
    left: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 9999px;
    background: #ffffff;
    color: var(--home-explore-icon-color);
    box-shadow: 0 0.65rem 1.4rem rgba(15, 23, 42, 0.16);
}

.home-explore-card-icon svg,
.home-explore-card-icon i,
.home-explore-card-icon img {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
    stroke-width: 2.8;
}

.home-explore-card-text {
    width: 100%;
    min-width: 0;
}

.home-explore-card h3 {
    margin: 0 0 0.75rem;
    color: #ffffff;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: clamp(1.5rem, 2.4vw, 2.55rem);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.home-explore-card p {
    max-width: 13.5rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.35;
}

.home-explore-card-arrow {
    position: absolute;
    right: 1.3rem;
    bottom: 1.6rem;
    width: 1.55rem;
    height: 1.55rem;
    color: rgba(255, 255, 255, 0.78);
    transition: transform 0.2s ease;
}

.home-explore-card:hover .home-explore-card-arrow {
    transform: translateX(0.25rem);
}

.home-empty-state {
    grid-column: 1 / -1;
    padding: 3rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.5);
    color: #64748b;
    text-align: center;
}



.home-ad-wrap {
    box-sizing: border-box;
    width: 100%;
    max-width: 80rem;
    margin: 0 auto 3rem;
    min-height: 300px;
    contain: layout;
    transform: none !important;
    transition: opacity 0.25s ease;
}

.home-ad-wrap-middle {
    margin-top: 0;
    margin-bottom: var(--home-section-gap);
}

.home-ad-box {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    min-height: 300px;
    margin: 0 auto;
    padding: 1rem 0.25rem;
    background: rgba(255, 255, 255, 0.62);
    text-align: center;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    backdrop-filter: blur(12px);
}

.home-ad-box ins.adsbygoogle,
.home-ad-wrap ins.adsbygoogle {
    display: block !important;
    width: 100%;
    min-height: 250px;
}

.home-ad-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background: linear-gradient(to right, rgba(26, 32, 109, 0.05), rgba(234, 40, 57, 0.05));
    opacity: 0.5;
    filter: blur(48px);
    transform: translate(-50%, -50%);
}

.home-ad-label {
    display: block;
    flex: 0 0 auto;
    margin-bottom: 0.5rem;
    color: #94a3b8;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-guides-section {
    position: relative;
    overflow: hidden;
    padding: 1rem 0 2rem;
    background: transparent;
}

.home-guides-heading {
    margin-bottom: 2.5rem;
}

.home-guides-slider {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.home-guides-track {
    display: flex;
    gap: 1.45rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0.6rem 4.5rem 2.25rem;
    scroll-padding-inline: 4.5rem;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.home-guides-track::-webkit-scrollbar {
    display: none;
}

.home-guide-card {
    --guide-accent: #1769c2;
    position: relative;
    display: grid;
    flex: 0 0 min(30rem, 78vw);
    grid-template-columns: 52% 48%;
    min-height: 20rem;
    overflow: hidden;
    border-radius: 1.45rem;
    background: #ffffff;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

@media (min-width: 1024px) {
    .home-guide-card {
        flex-basis: calc((100% - 2.9rem) / 2.45);
    }
}

.home-guide-card:hover {
    transform: translateY(-0.25rem);
}

.home-guide-card--blue {
    --guide-accent: #2f6edb;
}

.home-guide-card--green {
    --guide-accent: #5ca654;
}

.home-guide-card--red {
    --guide-accent: #d94c45;
}

.home-guide-card--yellow {
    --guide-accent: #FFD500;
}

.home-guide-card::before {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 0.36rem;
    background: var(--guide-accent);
}

.home-guide-image {
    position: relative;
    display: block;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    background: #e2e8f0;
    clip-path: polygon(0 0, 100% 0, 83% 100%, 0 100%);
}

.home-guide-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0) 72%, rgba(255,255,255,0.12) 100%);
    pointer-events: none;
}

.home-guide-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-guide-category {
    position: absolute;
    top: 1.45rem;
    left: 1.45rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    max-width: calc(100% - 2.9rem);
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.94);
    color: var(--guide-accent);
    font-size: 0.78rem;
    font-weight: 760;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.13);
    backdrop-filter: blur(10px);
}

.home-guide-category-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.15rem;
    height: 1.15rem;
    color: var(--guide-accent);
}

.home-guide-category-icon svg,
.home-guide-category-icon img {
    width: 1.05rem;
    height: 1.05rem;
    object-fit: contain;
    stroke-width: 2.6;
}

.home-guide-copy {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 2.5rem 2.35rem 5.3rem 0.35rem;
    background:
        linear-gradient(105deg, rgba(255,255,255,0.62) 0%, #ffffff 22%, #ffffff 100%);
}

.home-guide-copy::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3rem;
    width: 6rem;
    background: #ffffff;
    transform: skewX(-8deg);
    transform-origin: center;
}

.home-guide-copy > * {
    position: relative;
    z-index: 1;
}

.home-guide-card h3 {
    margin: 0 0 0.85rem;
    color: #071833;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: clamp(1.35rem, 1.45vw, 1.75rem);
    font-weight: 720;
    letter-spacing: 0;
    line-height: 1.16;
}

.home-guide-title-rule {
    display: block;
    width: 2rem;
    height: 0.16rem;
    margin-bottom: 1.25rem;
    border-radius: 999px;
    background: var(--guide-accent);
}

.home-guide-card p {
    max-width: 13rem;
    margin: 0;
    color: #64748b;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.55;
}

.home-guide-arrow {
    position: absolute;
    right: 1.75rem;
    bottom: 1.75rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.15rem;
    height: 3.15rem;
    border-radius: 999px;
    background: var(--guide-accent);
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16);
}

.home-guide-arrow svg {
    width: 1.25rem;
    height: 1.25rem;
}

.home-guides-nav {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    border: 1px solid rgba(148, 163, 184, 0.3);
    border-radius: 999px;
    background: rgba(255,255,255,0.68);
    color: #071833;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
    cursor: pointer;
    transform: translateY(-50%);
    backdrop-filter: blur(10px);
}

.home-guides-nav--prev {
    left: 0.75rem;
}

.home-guides-nav--next {
    right: 0.75rem;
}

.home-guides-nav svg {
    width: 1.4rem;
    height: 1.4rem;
}

@media (max-width: 767px) {
    .home-guides-section {
        padding-top: 0;
    }

    .home-guides-heading {
        margin-bottom: 2rem;
    }

    .home-guides-track {
        gap: 0.9rem;
        padding: 0.4rem 3.6rem 2rem 1rem;
        scroll-padding-inline: 1rem;
    }

    .home-guide-card {
        flex-basis: min(19rem, 78vw);
        grid-template-columns: 1fr;
        min-height: 28rem;
    }

    .home-guide-image {
        height: 14rem;
        clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%);
    }

    .home-guide-copy {
        justify-content: flex-start;
        padding: 1.3rem 1.4rem 5rem;
    }

    .home-guide-copy::before {
        content: none;
    }

    .home-guide-card h3 {
        font-size: 1.3rem;
    }

    .home-guides-nav {
        display: inline-flex;
        width: 2.65rem;
        height: 2.65rem;
        background: rgba(255, 255, 255, 0.76);
    }

    .home-guides-nav--prev {
        left: 0.45rem;
    }

    .home-guides-nav--next {
        right: 0.45rem;
    }

    .home-guides-nav svg {
        width: 1.15rem;
        height: 1.15rem;
    }
}

.home-learn-section {
    margin-bottom: 4rem;
}

.home-language-panel {
    position: relative;
    display: grid;
    gap: 2rem;
    overflow: hidden;
    padding: clamp(1.5rem, 4vw, 3rem);
    border-radius: 2rem;
    background:
        radial-gradient(circle at 80% 18%, rgba(255, 213, 0, 0.14), transparent 24rem),
        linear-gradient(105deg, rgba(255, 255, 255, 0.98), rgba(255, 252, 247, 0.94));
}

.home-language-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 213, 0, 0.36) 1.4px, transparent 1.4px);
    background-size: 0.9rem 0.9rem;
    background-position: right 3rem top 3.5rem;
    mask-image: linear-gradient(90deg, transparent 55%, #000 90%);
    opacity: 0.55;
    pointer-events: none;
}

.home-language-copy,
.home-language-visual {
    position: relative;
    z-index: 1;
}

.home-language-copy {
    z-index: 3;
}

.home-language-eyebrow {
    display: block;
    margin-bottom: 1rem;
    color: #2f9b58;
    font-size: clamp(0.78rem, 1.1vw, 0.96rem);
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.home-language-title {
    margin: 0 0 1.35rem;
    color: #071833;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: clamp(2.8rem, 6vw, 4.2rem);
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.0;
}

.home-language-title span {
    display: block;
}

.home-language-title span:last-child {
    position: relative;
    display: inline-block;
    color: #4f9855;
    font-weight: 520;
    font-style: italic;
}

.home-language-title span:last-child::after {
    content: "";
    position: absolute;
    right: 0.1em;
    bottom: -0.12em;
    left: 0.04em;
    height: 0.13em;
    border-radius: 999px;
    background: #e5bd3b;
    transform: rotate(-1deg);
}

.home-language-intro {
    max-width: 34rem;
    margin: 0 0 2.25rem;
    color: #344256;
    font-size: clamp(1rem, 1.5vw, 1.35rem);
    font-weight: 500;
    line-height: 1.55;
}

.home-language-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    max-width: 42rem;
    margin-bottom: 2rem;
}

.home-language-feature {
    display: grid;
    justify-items: center;
    gap: 0.45rem;
    color: #243044;
    text-align: center;
    text-decoration: none !important;
}

.home-language-feature svg {
    width: 2rem;
    height: 2rem;
    margin-bottom: 0.1rem;
    stroke-width: 2.2;
}

.home-language-feature--green svg {
    color: #2f9b58;
}

.home-language-feature--yellow svg {
    color: #efc23a;
}

.home-language-feature--blue svg {
    color: #1f4f96;
}

.home-language-feature--red svg {
    color: #d83b36;
}

.home-language-feature strong {
    margin: 0;
    color: #16243a;
    font-size: 0.95rem;
    font-weight: 850;
    line-height: 1.2;
}

.home-language-feature span {
    max-width: 9rem;
    color: #556174;
    font-size: 0.86rem;
    font-weight: 520;
    line-height: 1.35;
}

.home-language-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    min-height: 3.7rem;
    padding: 0 1.65rem;
    border: 1px solid rgba(0, 121, 64, 0.18);
    border-radius: 9999px;
    background: #329b55;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 12px 22px rgba(47, 155, 88, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.home-language-button:hover {
    transform: translateY(-2px);
    background: #287f47;
    color: #ffffff;
    box-shadow: 0 16px 26px rgba(47, 155, 88, 0.28);
}

.home-language-button svg {
    width: 1.15rem;
    height: 1.15rem;
}

.home-language-visual {
    position: absolute;
    inset: 0 0 0 auto;
    z-index: 1;
    width: min(56%, 50rem);
    min-height: 24rem;
    pointer-events: none;
}

.home-language-image-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0 2rem 2rem 0;
    background: transparent;
    box-shadow: none;
}

.home-language-image-wrap::before {
    content: "";
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.home-language-image-wrap::before {
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.86) 16%, rgba(255, 255, 255, 0.42) 34%, rgba(255, 255, 255, 0) 58%),
        radial-gradient(circle at 72% 20%, rgba(255, 255, 255, 0.18), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(15, 23, 42, 0.08));
}

.home-language-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-language-bubbles {
    position: absolute;
    top: 3rem;
    left: clamp(1rem, 8vw, 5.5rem);
    z-index: 4;
    display: grid;
    gap: 0.9rem;
}

.home-language-bubble {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    min-width: 10rem;
    min-height: 3.75rem;
    padding: 0.55rem 1.5rem;
    border-radius: 999px;
    color: #ffffff;
    font-size: clamp(1.55rem, 2.7vw, 2.45rem);
    font-weight: 520;
    font-style: italic;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.15);
}

.home-language-bubble::after {
    content: "";
    position: absolute;
    right: 1.2rem;
    bottom: -0.7rem;
    border-width: 0.9rem 0.75rem 0 0;
    border-style: solid;
    border-color: var(--language-bubble-color) transparent transparent transparent;
    transform: rotate(-10deg);
}

.home-language-bubble--green {
    --language-bubble-color: #329b55;
    margin-left: 1rem;
    background: #329b55;
    color: #ffffff;
}

.home-language-bubble--red {
    --language-bubble-color: #d83b36;
    margin-left: 5rem;
    background: #d83b36;
    color: #ffffff;
}

.home-language-bubble--blue {
    --language-bubble-color: #1f4f96;
    margin-left: 2.6rem;
    background: #1f4f96;
    color: #ffffff;
}

.home-language-bubble--yellow {
    --language-bubble-color: #efc23a;
    margin-left: 10rem;
    min-width: 4.6rem;
    width: 4.6rem;
    height: 4.6rem;
    padding: 0;
    background: #efc23a;
    color: #ffffff;
}

.home-language-bubble svg {
    width: 1.8rem;
    height: 1.8rem;
    color: #071833;
    stroke-width: 2.6;
}

@media (max-width: 767px) {
    .home-language-panel {
        gap: 1.5rem;
        padding: 1.5rem;
        border-radius: 1.75rem;
    }

    .home-language-panel::before {
        background-position: right 1.25rem top 48%;
        mask-image: linear-gradient(90deg, transparent 35%, #000 100%);
    }

    .home-language-title {
        margin-bottom: 1rem;
        font-size: clamp(2.35rem, 11vw, 3.7rem);
    }

    .home-language-intro {
        margin-bottom: 1.5rem;
        font-size: 1rem;
        line-height: 1.5;
    }

    .home-language-features {
        gap: 0.85rem 0.6rem;
        margin-bottom: 1.5rem;
    }

    .home-language-feature svg {
        width: 1.55rem;
        height: 1.55rem;
    }

    .home-language-feature strong {
        font-size: 0.82rem;
    }

    .home-language-feature span {
        max-width: 7.5rem;
        font-size: 0.73rem;
        line-height: 1.25;
    }

    .home-language-button {
        width: 100%;
        min-height: 3.15rem;
        padding: 0 1.25rem;
        font-size: 0.93rem;
    }

    .home-language-visual {
        display: none;
    }

    .home-language-image-wrap {
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

    .home-language-bubbles {
        top: 0.3rem;
        left: 0.1rem;
        gap: 0.65rem;
    }

    .home-language-bubble {
        min-width: 7.5rem;
        min-height: 2.85rem;
        padding: 0.45rem 1rem;
        font-size: 1.35rem;
    }

    .home-language-bubble--green {
        margin-left: 0.25rem;
    }

    .home-language-bubble--red {
        margin-left: 3.8rem;
    }

    .home-language-bubble--blue {
        margin-left: 1.6rem;
    }

    .home-language-bubble--yellow {
        margin-left: 7rem;
        width: 3.5rem;
        height: 3.5rem;
        min-width: 3.5rem;
    }

    .home-language-bubble svg {
        width: 1.35rem;
        height: 1.35rem;
    }
}

.home-mission {
    position: relative;
    overflow: hidden;
    margin-bottom: 4rem;
    border-radius: 3rem;
    background: #0f172a;
    color: #ffffff;
}

.home-mission-bg,
.home-mission-overlay {
    position: absolute;
    inset: 0;
}

.home-mission-bg {
    background: #1f2937;
}

.home-mission-image {
    width: 100%;
    height: 100%;
    background-image: url("https://creolemauritius.com/wp-content/uploads/2025/11/mauritiusbeach.webp");
    background-position: center;
    background-size: cover;
    opacity: 0.6;
}

.home-mission-overlay {
    background: linear-gradient(to right, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.7), rgba(15, 23, 42, 0));
}

.home-mission-content {
    position: relative;
    z-index: 10;
    max-width: 48rem;
    padding: 2rem;
}

.home-mission h2 {
    margin: 0 0 1.5rem;
    font-size: clamp(2.25rem, 5vw, 3.75rem);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
}

.home-mission p {
    margin: 0 0 1.75rem;
    color: #cbd5e1;
    font-size: 1rem;
    line-height: 1.65;
}

.home-mission-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    border-radius: 9999px;
    background: #ffffff;
    color: #0f172a;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.home-mission-link:hover {
    transform: translateY(-0.25rem);
    background: #1A206D;
    color: #ffffff;
    box-shadow: 0 0 20px rgba(26, 32, 109, 0.5);
}

.home-mission-link svg {
    width: 1rem;
    height: 1rem;
}

.home-newsletter {
    position: relative;
    overflow: visible; /* Allow petals to overlap outer edges */
    margin: 5rem auto 3rem;
    background: #43944e; /* Mockup Green */
    border: none;
    border-radius: 2rem; /* Matched to other containers */
    box-shadow: 0 15px 35px rgba(67, 148, 78, 0.2);
    width: 100%;
    max-width: 100%; /* Spans full width of container */
}

.home-newsletter-inner {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    padding: 2.25rem 3.5rem;
    width: 100%;
}

.home-newsletter-copy-wrap {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex: 1 1 auto;
}

.home-newsletter-icon-circle {
    width: 72px;
    height: 72px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.home-newsletter-icon-circle svg {
    width: 32px;
    height: 32px;
    stroke: #43944e;
}

.home-newsletter-icon-circle img {
    display: block;
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.home-newsletter-copy-text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.home-newsletter-copy-text h2 {
    color: #ffffff !important;
    font-size: 1.625rem !important;
    font-weight: 700 !important;
    margin: 0 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.2px !important;
}

.home-newsletter-copy-text p {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 1rem !important;
    margin: 0 !important;
    line-height: 1.4 !important;
    max-width: 460px;
}

.home-newsletter-form-wrap {
    position: relative;
    flex: 0 1 480px;
    width: 100%;
    max-width: 480px;
    min-width: 0;
    z-index: 20;
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
    box-sizing: border-box;
}

.home-newsletter-form-pill,
.home-newsletter-form-pill .fluentform,
.home-newsletter-form-pill .fluentform-wrapper,
.home-newsletter-form-pill .fluentform_wrapper,
.home-newsletter-form-pill .frm-fluentform,
.home-newsletter-form-pill .frm-fluent-form,
.home-newsletter-form-pill form,
.subscribe-newsletter,
.subscribe-newsletter .fluentform,
.subscribe-newsletter .fluentform-wrapper,
.subscribe-newsletter .fluentform_wrapper,
.subscribe-newsletter .frm-fluentform,
.subscribe-newsletter .frm-fluent-form,
.subscribe-newsletter form {
    width: 100% !important;
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    position: relative !important;
}

.home-newsletter-form-pill .frm-fluentform,
.home-newsletter-form-pill .frm-fluent-form,
.home-newsletter-form-pill form,
.subscribe-newsletter .frm-fluentform,
.subscribe-newsletter .frm-fluent-form,
.subscribe-newsletter form {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    background: transparent !important;
    border-radius: 32px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
    overflow: hidden !important;
}

.home-newsletter-form-pill .ff-t-container,
.home-newsletter-form-pill .ff-t-container.subscribe-newsletter,
.home-newsletter-form-pill .ff-t-row,
.home-newsletter-form-pill .ff-t-cell,
.home-newsletter-form-pill .ff-el-group,
.home-newsletter-form-pill .ff-el-input--wrap,
.subscribe-newsletter.ff-t-container,
.subscribe-newsletter .ff-t-container,
.subscribe-newsletter .frm-fluentform .ff-t-container,
.subscribe-newsletter .frm-fluent-form .ff-t-container,
.frm-fluent-form .ff-t-container,
#fluentform_2.frm-fluent-form .ff-t-container {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: row !important;
    align-items: stretch !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    gap: 0 !important;
    column-gap: 0 !important;
    row-gap: 0 !important;
    overflow: hidden !important;
    border-radius: 32px !important;
}

.home-newsletter-form-pill .fluentform .ff-el-group {
    margin-bottom: 0 !important;
}

.home-newsletter-form-pill .ff-t-column-1,
.subscribe-newsletter.ff-t-container > .ff-t-column-1 {
    flex: 1 1 0% !important;
    flex-basis: 0 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    display: flex !important;
    background: #ffffff !important;
    border-radius: 32px 0 0 32px !important;
    box-sizing: border-box !important;
    height: 64px !important;
    overflow: hidden !important;
}

.home-newsletter-form-pill .ff-t-column-2,
.subscribe-newsletter.ff-t-container > .ff-t-column-2 {
    flex: 0 0 auto !important;
    flex-basis: auto !important;
    width: auto !important;
    max-width: 45% !important;
    min-width: 0 !important;
    display: flex !important;
    background: #F4C748 !important;
    border-radius: 0 32px 32px 0 !important;
    transition: background-color 0.2s ease !important;
    box-sizing: border-box !important;
    height: 64px !important;
    margin: 0 !important;
    overflow: hidden !important;
}

.home-newsletter-form-pill .ff-t-column-2:hover,
.subscribe-newsletter.ff-t-container > .ff-t-column-2:hover {
    background: #E6B736 !important;
}

.home-newsletter-form-pill .ff-t-column-2 .ff-el-group,
.home-newsletter-form-pill .ff-t-column-2 .ff-el-submit-button,
.home-newsletter-form-pill .ff-submit-btn-wrapper {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex: 1 1 auto !important;
    height: 100% !important;
    width: 100% !important;
    min-width: 0 !important;
}

.home-newsletter-form-pill .ff-el-input--content {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
}

.home-newsletter-form-pill .ff-el-form-control {
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    border: none !important;
    background: transparent !important;
    color: #333333 !important;
    padding: 0 28px !important;
    font-size: 1.05rem !important;
    border-radius: 32px 0 0 32px !important;
    box-shadow: none !important;
    outline: none !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.home-newsletter-form-pill .ff-el-form-control:focus {
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

.home-newsletter-form-pill .ff-el-form-control::placeholder {
    color: #888888 !important;
    font-weight: 400 !important;
}

.home-newsletter-form-pill .ff-el-submit-button,
.home-newsletter-form-pill .ff-submit-btn-wrapper {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex: 0 0 auto !important;
    height: 100% !important;
}

.home-newsletter-form-pill .ff-btn-submit {
    height: 64px !important;
    min-width: 0 !important;
    max-width: 100% !important;
    background: transparent !important;
    color: #1a1a1a !important;
    font-weight: 700 !important;
    font-size: 1.05rem !important;
    border: none !important;
    border-radius: 0 32px 32px 0 !important;
    padding: 0 clamp(20px, 3vw, 40px) !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    margin: 0 !important;
    white-space: nowrap !important;
    box-shadow: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

.home-newsletter-form-pill .ff-btn-submit:hover {
    background: transparent !important;
    color: #000000 !important;
    transform: none !important;
    box-shadow: none !important;
}

/* Error message positioning to float below the pill */
.home-newsletter-form-pill .error,
.home-newsletter-form-pill .ff-error-text {
    position: absolute !important;
    top: calc(100% + 6px) !important;
    left: 20px !important;
    color: #ffcdd2 !important;
    font-size: 0.8rem !important;
    margin: 0 !important;
    z-index: 10 !important;
}

/* Success message styling */
.home-newsletter-form-pill .ff-message-success {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 0 !important;
    right: 0 !important;
    background: rgba(255, 255, 255, 0.95) !important;
    color: #2e7d32 !important;
    border: 1px solid #c8e6c9 !important;
    border-radius: 8px !important;
    padding: 10px 16px !important;
    font-size: 0.9rem !important;
    z-index: 100 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

/* Petals element positioning */
.home-newsletter-petals {
    position: absolute;
    right: -42px;
    top: 50%;
    transform: translateY(-50%);
    width: 110px;
    height: 110px;
    pointer-events: none;
    z-index: 3;
    display: none; /* Hidden on mobile */
}

.home-newsletter-petals svg {
    display: block;
    width: 100%;
    height: 100%;
}

.home-gallery {
    width: 100%;
}

.home-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 16rem;
}

.home-gallery-item {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.home-gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.home-gallery-item:hover .home-gallery-image {
    transform: scale(1.1);
}

.home-gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
}

.home-gallery-item:hover .home-gallery-overlay {
    background: rgba(0, 0, 0, 0);
}

@media (min-width: 640px) {
    .home-hero-actions {
        gap: 1rem;
    }

    .home-hero-button {
        flex: 0 0 auto;
        gap: 0.55rem;
        padding-right: 0.85rem;
        padding-left: 0.85rem;
        font-size: 0.9rem;
    }

    .home-path-card {
        flex-basis: 60vw;
    }

    .home-explore-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .home-hero-inner {
        padding-top: clamp(4.75rem, 6.5vh, 5.75rem);
    }

    .home-hero-copy {
        padding-left: 0;
    }

    .home-section {
        margin-bottom: 8rem;
    }

    .home-section-eyebrow {
        font-size: 0.875rem;
    }

    .home-path-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 2rem;
        overflow: visible;
    }

    .home-path-card {
        flex: initial;
        border-radius: 2.5rem;
    }

    .home-path-card-media {
        height: 12rem;
    }

    .home-path-card-body {
        margin-top: -3rem;
        padding: 0 2rem 2rem;
    }

    .home-path-card-icon {
        width: 4rem;
        height: 4rem;
        margin-bottom: 1.5rem;
        border-radius: 1rem;
    }

    .home-path-card-icon img,
    .home-path-card-icon svg {
        width: 2rem;
        height: 2rem;
    }

    .home-path-card-label {
        margin-bottom: 0.75rem;
    }

    .home-path-card-title {
        margin-bottom: 1rem;
        font-size: 1.5rem;
    }

    .home-path-card-desc {
        margin-bottom: 2rem;
        font-size: 0.875rem;
    }

    .home-explore-grid {
        gap: 1rem;
        margin-bottom: 6rem;
    }

    .home-explore-card {
        min-height: 20.5rem;
    }

    .home-explore-card-content {
        padding: 2.9rem 1.55rem 1.35rem;
    }

    .home-explore-card h3 {
        font-size: clamp(2.15rem, 1.7vw, 2.8rem);
    }

    .home-explore-card p {
        font-size: 0.8rem;
    }

    .home-ad-wrap-middle {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .home-ad-box {
        padding: 1.5rem;
        border-radius: 2rem;
    }

    .home-learn-section {
        margin-bottom: 6rem;
    }

    .home-language-panel {
        grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 1fr);
        align-items: center;
        min-height: 33rem;
        padding: clamp(2rem, 4vw, 4.3rem) 0 clamp(2rem, 4vw, 4.3rem) clamp(2rem, 4vw, 4.3rem);
        border-radius: 2.35rem;
    }

    .home-language-copy {
        max-width: 43rem;
    }

    .home-language-image-wrap {
        border-radius: 0 2.35rem 2.35rem 0;
    }

    .home-language-features {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .home-language-feature strong {
        font-size: 1rem;
    }

    .home-mission {
        margin-bottom: 6rem;
    }

    .home-mission-content {
        padding: 3rem;
    }

    .home-mission p {
        font-size: 1.125rem;
    }

    .home-mission-link {
        font-size: 1rem;
    }

    .home-newsletter-form-pill .ff-t-container,
    .home-newsletter-form-pill .frm-fluent-form .ff-t-container,
    .subscribe-newsletter .ff-t-container,
    .subscribe-newsletter .frm-fluent-form .ff-t-container,
    .frm-fluent-form .ff-t-container,
    #fluentform_2.frm-fluent-form .ff-t-container {
        gap: 0 !important;
        column-gap: 0 !important;
        row-gap: 0 !important;
    }

    .home-newsletter {
        border-radius: 2.35rem; /* Matched to language panel on desktop */
    }

    .home-newsletter-inner {
        padding: 3rem 4rem 3rem 3rem;
    }
    
    .home-newsletter-copy-wrap {
        flex-direction: row;
        text-align: left;
        gap: 1.5rem;
    }
    
    .home-newsletter-copy-text {
        align-items: flex-start;
        text-align: left;
    }
    
    .home-newsletter-copy-text h2 {
        font-size: 1.625rem !important;
    }

    .home-newsletter-form-pill .ff-el-form-control {
        padding: 0 28px !important;
        font-size: 1.05rem !important;
    }

    .home-newsletter-form-pill .ff-btn-submit {
        font-size: 1.05rem !important;
        padding: 0 40px !important;
    }

    .home-newsletter-petals {
        display: block;
        width: 110px;
        height: 110px;
        right: -72px;
        top: 44%;
    }

    .home-gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        height: 20rem;
    }
}

@media (min-width: 1024px) {
    .home-hero-copy {
        padding-left: 0;
    }

    .home-explore-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        padding-right: 0;
        padding-left: 0;
    }

    .home-newsletter {
        border-radius: 2.35rem;
    }

    .home-newsletter-inner {
        flex-direction: row;
        justify-content: space-between;
        padding: 2.25rem 5.5rem 2.25rem 4.5rem;
        gap: 3rem;
    }

    .home-newsletter-copy-wrap {
        width: auto;
    }

    .home-gallery-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media (max-width: 1023px) {
    .home-hero-inner {
        display: flex;
        flex-direction: column;
        min-height: 100svh;
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .home-hero-copy {
        max-width: 44rem;
        padding-bottom: 1.5rem;
        transform: translateY(-10%);
    }

    .home-hero-art {
        flex: 1 1 auto;
        min-height: 30rem;
        margin-right: -2rem;
        margin-left: -2rem;
    }

    .home-hero-art::before {
        content: none;
    }

    .home-hero-note {
        top: 58%;
        left: 8vw;
    }
}

@media (max-width: 640px) {
    .home-hero {
        min-height: 38rem;
        background: #ffffff;
    }

    .home-hero-bg img {
        object-position: center bottom;
    }

    .home-hero-bg::after {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.58) 42%, rgba(255, 255, 255, 0) 78%);
    }

    .home-hero-inner {
        display: flex;
        min-height: 38rem;
        padding: 5.5rem 2rem 0;
        flex-direction: column;
    }

    .home-hero-inner::before {
        background:
            radial-gradient(circle at 68% 70%, rgba(204, 222, 233, 0.42) 0, rgba(204, 222, 233, 0.16) 12rem, transparent 24rem),
            linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 42%, rgba(255, 255, 255, 0) 78%);
    }

    .home-hero-copy {
        max-width: none;
        padding: 0;
        transform: none;
    }

    .home-hero-title {
        margin-bottom: 1.8rem;
        line-height: 0.9;
    }

    .home-hero-title-mauritius {
        font-size: clamp(3.85rem, 16vw, 4.9rem);
        letter-spacing: -0.055em;
    }

    .home-hero-title-beyond {
        font-size: clamp(3.35rem, 13.8vw, 4.2rem);
        letter-spacing: -0.06em;
    }

    .home-hero-title-postcard {
        font-size: clamp(3.35rem, 13.6vw, 4.25rem);
    }

    .home-hero-title-postcard::after {
        right: -0.25rem;
        bottom: -0.18rem;
        left: 0.3rem;
        height: 0.25rem;
    }

    .home-hero-subtitle {
        max-width: 21rem;
        margin-bottom: 1.55rem;
        font-size: 1.04rem;
        line-height: 1.52;
    }

    .home-hero-actions {
        display: grid;
        width: min(100%, 10.4rem);
        gap: 0.75rem;
    }

    .home-hero-button {
        min-width: 0;
        min-height: 2.1rem;
        padding: 0.5rem 0.75rem;
        border-width: 1px;
        border-radius: 0.45rem;
        font-size: 0.72rem;
    }

    .home-hero-art {
        flex: 1 1 auto;
        min-height: 9.5rem;
        margin-right: -2rem;
        margin-left: -2rem;
    }

    .home-hero-art::before {
        content: none;
    }

    .home-hero-note {
        display: none;
    }

    .home-hero-note::after {
        content: none;
    }
}

/* Homepage Latest Articles */
.home-latest-section {
    position: relative;
    max-width: 100%;
    margin-bottom: 3rem;
}

/* Keep homepage section rhythm consistent across older section-specific rules. */
.home-hero,
.home-section,
.home-latest-section,
.home-mission,
.home-newsletter,
.home-ad-wrap {
    --home-section-gap: 3.5rem;
    margin-top: 0 !important;
    margin-bottom: var(--home-section-gap) !important;
}

.home-ad-wrap-middle {
    margin-top: 0 !important;
    margin-bottom: var(--home-section-gap) !important;
}

@media (min-width: 768px) {
    .home-hero,
    .home-section,
    .home-latest-section,
    .home-mission,
    .home-newsletter,
    .home-ad-wrap {
        --home-section-gap: 5.5rem;
    }
}

@media (max-width: 767px) {
    .home-section-heading {
        margin-bottom: 2rem;
    }
}

.home-latest-actions {
    position: absolute;
    top: 4.25rem;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    pointer-events: none;
}

.home-latest-view-all {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    min-height: 3.25rem;
    padding: 0.75rem 1.5rem;
    border: 1px solid rgba(148, 163, 184, 0.45);
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.9);
    color: #0f172a;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
    max-width: 100%;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    pointer-events: auto;
}

.home-latest-view-all:hover {
    transform: translateY(-2px);
    border-color: rgba(26, 32, 109, 0.35);
    background: #ffffff;
    box-shadow: 0 16px 35px rgba(15, 23, 42, 0.1);
}

.home-latest-view-all svg {
    transition: transform 0.2s ease;
}

.home-view-all-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.home-latest-view-all:hover svg {
    transform: translateX(3px);
}

.home-latest-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    align-items: stretch;
    margin-top: 1.5rem;
}

.home-latest-wrap {
    position: relative;
    margin-bottom: 0 !important;
}

/* Card Container */
.home-blog-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    background: #ffffff;
    border-radius: 1.25rem;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s ease;
    height: 100%;
}

.home-blog-card:hover {
    transform: translateY(-6px);
}

/* Media/Image Area */
.home-blog-card-media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f1f5f9;
}

.home-blog-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-blog-card:hover .home-blog-card-img {
    transform: scale(1.06);
}

.home-blog-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #94a3b8;
    background: #e2e8f0;
}

.home-blog-card-placeholder-icon {
    width: 2.5rem;
    height: 2.5rem;
}

/* Category Badges */
.home-blog-card-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
    padding: 0.35rem 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.home-blog-card-badge.is-travel {
    background-color: #1A206D;
}

.home-blog-card-badge.is-food {
    background-color: #EA2839;
}

.home-blog-card-badge.is-culture {
    background-color: #FFD500;
    color: #0f172a;
}

.home-blog-card-badge.is-lifestyle {
    background-color: #00A551;
}

.home-blog-card-badge.is-default {
    background-color: #64748b;
}

/* Card Body Content */
.home-blog-card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 1.5rem;
}

.home-blog-card-title {
    margin: 0 0 0.75rem;
    font-family: 'Inter', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.35;
    color: #0f172a;
    transition: color 0.2s ease;
    overflow: visible;
}

.home-blog-card:hover .home-blog-card-title {
    color: #1A206D;
}

.home-blog-card-excerpt {
    margin: 0 0 1.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #64748b;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Card Footer */
.home-blog-card-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.8rem;
    font-weight: 500;
    color: #94a3b8;
    border-top: 1px solid #94a3b8;
    padding-top: 1rem;
}

.home-blog-card-read-time {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.home-blog-card-clock-icon {
    width: 0.875rem;
    height: 0.875rem;
    color: #94a3b8;
    stroke-width: 2.5px;
}

@media (max-width: 1023px) {
    .home-latest-actions {
        position: static;
        justify-content: center;
        margin-top: 2rem;
        margin-bottom: 0;
        pointer-events: auto;
    }

    .home-latest-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 640px) {
    .home-latest-actions {
        margin-top: 1.5rem;
    }

    .home-latest-view-all {
        width: 100%;
        justify-content: center;
    }

    .home-latest-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .home-blog-card-media {
        aspect-ratio: 16 / 9;
    }

    .home-blog-card-body {
        padding: 1.25rem;
    }
}

/* Canonical homepage container chrome. Keep this after card definitions. */
.home-explore-card,
.home-blog-card,
.home-guide-card,
.home-path-card,
.home-language-panel,
.home-mission,
.home-newsletter,
.home-ad-box {
    border: 1px solid var(--home-container-border);
    box-shadow: var(--home-container-shadow);
}

.home-explore-card:hover,
.home-blog-card:hover,
.home-guide-card:hover,
.home-path-card:hover {
    border-color: var(--home-container-border-strong);
    box-shadow: var(--home-container-shadow-hover);
}

.home-ad-box:hover {
    border-color: var(--home-container-border-strong);
}

.home-language-panel,
.home-mission,
.home-newsletter {
    border-radius: 2.35rem;
}

.home-newsletter {
    border: none;
    box-shadow: 0 15px 35px rgba(67, 148, 78, 0.2);
}

