@font-face {
    font-family: "Nalu Abril";
    src: url("../fonts/abril-fatface.woff2") format("woff2"),
        url("../fonts/abril-fatface.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nalu Quentin";
    src: url("../fonts/quentin.woff2") format("woff2"),
        url("../fonts/quentin.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nalu Getroka";
    src: url("../fonts/getroka.woff2") format("woff2"),
        url("../fonts/getroka.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nalu Boldest";
    src: url("../fonts/boldest-romance.woff2") format("woff2"),
        url("../fonts/boldest-romance.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nalu Segoe";
    src: url("../fonts/segoe-ui-variable.woff2") format("woff2"),
        url("../fonts/segoe-ui-variable.ttf") format("truetype");
    font-weight: 300 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nalu Source";
    src: url("../fonts/source-code-variable.woff2") format("woff2"),
        url("../fonts/source-code-variable.otf") format("opentype");
    font-weight: 300 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --nalu-ink: #352615;
    --nalu-muted: #756b5f;
    --nalu-blue: #98c0df;
    --nalu-blue-dark: #7fafcf;
    --nalu-cream: #f3e9b4;
    --nalu-white: #fbfaf6;
    --nalu-line: rgba(53, 38, 21, 0.24);
    --nalu-shadow: 0 24px 55px rgba(35, 26, 16, 0.16);
    --nalu-radius: 8px;
    --nalu-serif: "Nalu Abril", Georgia, serif;
    --nalu-script: "Nalu Quentin", "Brush Script MT", cursive;
    --nalu-display: "Nalu Getroka", var(--nalu-serif);
    --nalu-code: "Nalu Source", "Courier New", monospace;
    --nalu-sans: "Nalu Segoe", Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.nalu-site {
    margin: 0;
    background: var(--nalu-white);
    color: var(--nalu-ink);
    font-family: var(--nalu-sans);
    font-size: 16px;
    line-height: 1.55;
    overflow-x: hidden;
}

body.nalu-site img {
    max-width: 100%;
    height: auto;
    display: block;
}

body.nalu-site a {
    color: inherit;
    text-decoration: none;
}

.nalu-header {
    position: absolute;
    inset: 0 0 auto 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 48px 109px 0;
    color: #fff;
}

.nalu-sun,
.nalu-footer-sun {
    width: 160px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--nalu-cream);
    display: block;
    flex: 0 0 auto;
}

.nalu-nav {
    position: absolute;
    top: 119px;
    right: 109px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 92px;
    font-family: var(--nalu-display);
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
}

.nalu-nav a {
    color: rgba(255, 255, 255, 0.86);
    transition: color 180ms ease;
}

.nalu-nav a:hover,
.nalu-nav a.is-active {
    color: var(--nalu-cream);
}

.nalu-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    padding: 11px;
}

.nalu-menu-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: currentColor;
}

.nalu-hero {
    position: relative;
    min-height: clamp(680px, 56.45vw, 1084px);
    display: grid;
    place-items: center;
    overflow: hidden;
    isolation: isolate;
    background-image: var(--hero-image);
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
}

.nalu-hero.is-about {
    background-position: center 43%;
}

.nalu-hero.is-group {
    background-position: center 45%;
}

.nalu-hero.is-contact {
    background-position: center 48%;
}

.nalu-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(to bottom, rgba(24, 35, 32, 0.70), rgba(22, 22, 18, 0.25) 36%, rgba(18, 18, 15, 0.54)),
        rgba(0, 0, 0, 0.12);
}

.nalu-hero-content {
    position: relative;
    width: min(1080px, calc(100% - 42px));
    padding-top: 46px;
}

.nalu-hero h1 {
    margin: 0;
    font-family: var(--nalu-serif);
    font-size: 82px;
    line-height: 1.05;
    text-wrap: balance;
}

.nalu-hero.is-moroccan h1 {
    display: grid;
    justify-items: center;
    gap: 0;
    transform: translateY(-34px);
}

.nalu-hero-main {
    font-family: var(--nalu-serif);
    font-size: 136px;
    line-height: 0.86;
    text-transform: uppercase;
}

.nalu-script {
    font-family: var(--nalu-script);
    color: var(--nalu-cream);
    font-size: 112px;
    font-weight: 400;
    line-height: 0.8;
}

.nalu-script-top {
    transform: translate(-274px, -30px) rotate(-7deg);
}

.nalu-script-bottom {
    transform: translate(-18px, -6px) rotate(-4deg);
}

.nalu-hero-eyebrow {
    margin: 0 0 6px;
    color: var(--nalu-cream);
    font-family: var(--nalu-code);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.34em;
    line-height: 1;
    text-transform: uppercase;
}

.nalu-hero.is-moroccan .nalu-hero-eyebrow {
    transform: translate(260px, 38px);
}

.nalu-scroll-cue {
    position: absolute;
    right: 98px;
    bottom: 54px;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
}

.nalu-scroll-cue img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nalu-hero.is-moroccan .nalu-btn {
    margin-top: 34px;
}

.nalu-btn,
.nalu-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    min-height: 42px;
    padding: 11px 26px;
    border-radius: 999px;
    border: 0;
    background: var(--nalu-blue);
    color: #fff;
    font-family: var(--nalu-serif);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.nalu-btn-ghost {
    border: 1px solid rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.08);
}

.nalu-btn-light {
    background: rgba(255, 255, 255, 0.86);
    color: var(--nalu-blue-dark);
}

.nalu-btn-blue {
    margin: 26px auto 0;
}

.nalu-section {
    width: min(1260px, calc(100% - 80px));
    margin: 0 auto;
    padding: 128px 0;
}

.nalu-section-heading {
    text-align: center;
}

.nalu-section-heading h2,
.nalu-copy-block h2,
.nalu-contact-copy h2 {
    margin: 0;
    font-family: var(--nalu-serif);
    font-size: 36px;
    line-height: 1.05;
}

.nalu-section-heading p,
.nalu-kicker {
    margin: 8px 0 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.nalu-copy-block {
    max-width: 470px;
}

.nalu-copy-block p:not(.nalu-kicker),
.nalu-centered-copy p,
.nalu-section-copy,
.nalu-contact-copy p {
    color: var(--nalu-ink);
    font-size: 17px;
}

.nalu-home-intro {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 70px;
    align-items: center;
    min-height: 1075px;
    overflow: hidden;
}

.nalu-postcards {
    position: relative;
    min-height: 820px;
}

.nalu-postcard {
    position: absolute;
    width: 288px;
    filter: drop-shadow(0 18px 18px rgba(33, 28, 20, 0.22));
}

.nalu-postcard-1 {
    left: 55%;
    top: 6%;
    transform: rotate(8deg);
}

.nalu-postcard-2 {
    right: 3%;
    top: 38%;
    transform: rotate(-3deg);
}

.nalu-postcard-3 {
    left: 24%;
    top: 55%;
    transform: rotate(-16deg);
}

.nalu-postcard-4 {
    right: -6%;
    bottom: 8%;
    transform: rotate(10deg);
}

.nalu-postcard-5 {
    left: 4%;
    bottom: 2%;
    transform: rotate(-9deg);
}

.nalu-blue-story {
    position: relative;
    min-height: clamp(760px, 56.45vw, 1084px);
    display: grid;
    place-items: center;
    overflow: hidden;
    background: var(--nalu-blue);
    color: var(--nalu-cream);
    text-align: center;
}

.nalu-blue-story > div {
    width: min(620px, calc(100% - 44px));
    transform: translateY(-10px);
}

.nalu-blue-story h2 {
    margin: 0;
    font-family: var(--nalu-serif);
    font-size: 32px;
}

.nalu-blue-story p {
    color: #fff;
}

.nalu-soft-sun {
    position: absolute;
    left: 12%;
    top: 205px;
    width: 210px;
    opacity: 0.22;
}

.nalu-blue-postcards {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.nalu-blue-postcard {
    position: absolute;
    width: 285px;
    filter: drop-shadow(0 18px 18px rgba(33, 28, 20, 0.22));
}

.nalu-blue-postcard-left {
    left: 7%;
    bottom: -42px;
    transform: rotate(-9deg);
}

.nalu-blue-postcard-right {
    right: -36px;
    top: 140px;
    transform: rotate(8deg);
}

.nalu-section.nalu-departures {
    text-align: center;
    overflow: hidden;
    width: 100%;
    max-width: none;
    padding-top: 320px;
    padding-bottom: 730px;
}

.nalu-departure-track {
    display: grid;
    grid-template-columns: minmax(0, 1320px) 340px;
    gap: 70px;
    align-items: stretch;
    width: min(1720px, calc(100% - 160px));
    margin: 70px auto 0;
}

.nalu-departure-card {
    min-height: 650px;
    border-radius: var(--nalu-radius);
    display: grid;
    place-items: center;
    overflow: hidden;
    background-image:
        linear-gradient(rgba(61, 48, 27, 0.50), rgba(61, 48, 27, 0.55)),
        var(--card-image);
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
}

.nalu-departure-card p {
    margin: 0 0 4px;
    color: var(--nalu-cream);
    font-size: 13px;
    font-weight: 700;
}

.nalu-departure-card h3 {
    margin: 0 0 26px;
    font-family: var(--nalu-serif);
    font-size: 86px;
    line-height: 0.92;
    text-transform: uppercase;
}

.nalu-departure-card h3 span,
.nalu-departure-card h3 em {
    display: block;
    font-family: var(--nalu-script);
    color: var(--nalu-cream);
    font-size: 66px;
    font-style: normal;
    text-transform: none;
}

.nalu-side-photo {
    margin: 0;
    overflow: hidden;
    border-radius: var(--nalu-radius);
}

.nalu-side-photo img {
    width: 100%;
    height: 100%;
    min-height: 650px;
    object-fit: cover;
}

.nalu-dots {
    display: flex;
    gap: 7px;
    justify-content: center;
    margin-top: 28px;
}

.nalu-dots span {
    width: 7px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--nalu-blue);
    opacity: 0.75;
}

.nalu-section.nalu-choice {
    padding-top: 160px;
    padding-bottom: 520px;
}

.nalu-choice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 62px;
    margin-top: 62px;
}

.nalu-choice-card figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: var(--nalu-radius);
    aspect-ratio: 0.84;
    background: #ddd;
}

.nalu-choice-card figure::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(20, 16, 12, 0.32);
}

.nalu-choice-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.nalu-choice-card figcaption {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: grid;
    place-items: center;
    color: var(--nalu-cream);
    font-family: var(--nalu-script);
    font-size: 40px;
    line-height: 0.9;
    text-align: center;
}

.nalu-choice-card p {
    margin: 24px 0 0;
    font-size: 16px;
}

.nalu-section.nalu-memories {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 420px;
}

.nalu-memories .nalu-section-copy {
    width: min(520px, 100%);
    margin: 32px auto 0;
}

.nalu-palm-deco {
    position: absolute;
    right: 0;
    top: 80px;
    width: 330px;
    opacity: 0.82;
    transform: translateX(40%);
}

.nalu-memory-row {
    display: flex;
    justify-content: center;
    gap: 38px;
    margin-top: 64px;
}

.nalu-memory {
    margin: 0;
}

.nalu-memory img {
    width: 116px;
    aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
    padding: 5px;
    border: 4px solid #f08a24;
    outline: 4px solid #e747a3;
    background: #fff;
}

.nalu-memory figcaption {
    margin-top: 16px;
    color: var(--nalu-ink);
    font-size: 14px;
}

.nalu-final-cta {
    min-height: clamp(560px, 56.45vw, 1084px);
    display: grid;
    place-items: center;
    background-image:
        linear-gradient(rgba(67, 54, 28, 0.36), rgba(92, 49, 22, 0.46)),
        var(--cta-image);
    background-size: cover;
    background-position: center 58%;
    color: #fff;
    text-align: center;
}

.nalu-final-cta > div {
    width: min(580px, calc(100% - 46px));
}

.nalu-final-cta h2 {
    margin: 0;
    font-family: var(--nalu-serif);
    font-size: 36px;
}

.nalu-final-cta p {
    margin: 12px auto;
    color: #fff;
}

.nalu-footer {
    position: relative;
    min-height: 650px;
    margin-top: 420px;
    padding: 210px 0 54px;
    background: var(--nalu-blue);
    color: #fff;
}

.nalu-footer-sun {
    position: absolute;
    left: 50%;
    top: 0;
    width: 180px;
    transform: translate(-50%, -50%);
}

.nalu-footer-inner {
    width: min(1040px, calc(100% - 80px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nalu-footer-nav {
    display: grid;
    gap: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.nalu-socials,
.nalu-contact-socials {
    display: flex;
    gap: 18px;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 33px;
    font-weight: 700;
}

.nalu-legal {
    width: min(1040px, calc(100% - 80px));
    margin: 88px auto 0;
    display: flex;
    gap: 34px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 13px;
}

.nalu-centered-copy {
    width: min(590px, calc(100% - 80px));
    text-align: center;
}

.nalu-centered-copy p {
    text-align: left;
}

.nalu-about-photos {
    width: min(1120px, calc(100% - 80px));
    margin: 0 auto -120px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 90px;
    position: relative;
    z-index: 2;
}

.nalu-about-photos figure {
    margin: 0;
    border-radius: var(--nalu-radius);
    overflow: hidden;
    aspect-ratio: 0.86;
    box-shadow: var(--nalu-shadow);
}

.nalu-about-photos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nalu-mission {
    position: relative;
    min-height: 760px;
    display: grid;
    place-items: center;
    background: var(--nalu-blue);
    color: #fff;
    overflow: hidden;
    padding-top: 180px;
}

.nalu-mission > div {
    width: min(540px, calc(100% - 60px));
}

.nalu-mission .nalu-section-heading h2 {
    color: var(--nalu-cream);
}

.nalu-mission-palm {
    position: absolute;
    right: 0;
    top: 180px;
    width: 390px;
    opacity: 0.32;
    transform: translateX(42%);
}

.nalu-gallery {
    width: min(1180px, calc(100% - 80px));
    margin: 0 auto 120px;
    display: grid;
    grid-template-columns: 1.15fr 0.75fr 0.6fr;
    grid-template-rows: 170px 170px;
    gap: 12px;
}

.nalu-gallery div {
    overflow: hidden;
}

.nalu-gallery div:first-child {
    grid-row: span 2;
    border-radius: var(--nalu-radius) 0 0 var(--nalu-radius);
}

.nalu-gallery div:nth-child(2) {
    grid-row: span 2;
}

.nalu-gallery div:nth-child(3) {
    border-radius: 0 var(--nalu-radius) 0 0;
}

.nalu-gallery div:nth-child(4) {
    border-radius: 0 0 var(--nalu-radius) 0;
}

.nalu-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nalu-gallery .nalu-btn {
    grid-column: 1 / -1;
}

.nalu-itinerary {
    padding: 80px 0 120px;
    background: linear-gradient(to bottom, var(--nalu-white) 0 30%, #eff7fb 30% 100%);
}

.nalu-map-card,
.nalu-accordion {
    width: min(1040px, calc(100% - 80px));
    margin: 70px auto 0;
}

.nalu-map-card {
    overflow: hidden;
    border-radius: var(--nalu-radius);
    box-shadow: var(--nalu-shadow);
    background: #fff;
}

.nalu-map-card img {
    width: 100%;
}

.nalu-day {
    border-bottom: 1px solid var(--nalu-line);
}

.nalu-day-toggle {
    width: 100%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 32px 0;
    color: var(--nalu-ink);
    text-align: left;
    cursor: pointer;
}

.nalu-day-toggle span {
    display: grid;
    gap: 8px;
    font-family: var(--nalu-serif);
    font-size: 32px;
    line-height: 1.1;
}

.nalu-day-toggle em {
    font-family: var(--nalu-sans);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.nalu-day-toggle b {
    font-size: 24px;
    transition: transform 180ms ease;
}

.nalu-day.is-open .nalu-day-toggle b {
    transform: rotate(180deg);
}

.nalu-day-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 80px;
    padding: 0 0 48px;
}

.nalu-day-panel[hidden] {
    display: none;
}

.nalu-day-text {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 48px;
}

.nalu-day-text h3 {
    margin: 0 0 8px;
    font-family: var(--nalu-serif);
    font-size: 18px;
}

.nalu-day-text p {
    margin: 0;
}

.nalu-day-panel figure {
    margin: 0;
    overflow: hidden;
    border-radius: var(--nalu-radius);
}

.nalu-day-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nalu-inclusions {
    width: min(1060px, calc(100% - 80px));
    margin: -40px auto 120px;
    display: grid;
    gap: 70px;
}

.nalu-info-panel {
    border-radius: var(--nalu-radius);
    padding: 72px 86px;
}

.nalu-info-panel.is-blue {
    background: var(--nalu-blue);
    color: #fff;
}

.nalu-info-panel.is-cream {
    background: var(--nalu-cream);
    color: var(--nalu-blue-dark);
}

.nalu-info-panel .nalu-section-heading h2 {
    color: inherit;
}

.nalu-info-list {
    margin-top: 42px;
    display: grid;
    gap: 28px;
}

.nalu-info-list article {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.nalu-info-icon {
    width: 44px;
    max-height: 48px;
    object-fit: contain;
}

.nalu-blue-dot {
    width: 42px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--nalu-blue);
    display: block;
}

.nalu-info-list h3 {
    margin: 0 0 4px;
    font-family: var(--nalu-serif);
    font-size: 19px;
}

.nalu-info-list p,
.nalu-info-note {
    margin: 0;
}

.nalu-info-note {
    margin-top: 34px;
}

.nalu-price {
    min-height: 610px;
    display: grid;
    place-items: center;
    background-image:
        linear-gradient(rgba(49, 38, 25, 0.54), rgba(49, 38, 25, 0.54)),
        var(--price-image);
    background-position: center;
    background-size: cover;
    color: #fff;
    text-align: center;
}

.nalu-price h2 {
    margin: 12px 0 0;
    font-family: var(--nalu-serif);
    font-size: 34px;
}

.nalu-price span {
    display: block;
    margin-top: 8px;
    font-weight: 700;
}

.nalu-price strong {
    display: block;
    margin: 54px 0 26px;
    font-family: var(--nalu-serif);
    font-size: 96px;
    line-height: 1;
}

.nalu-contact-section {
    width: min(1260px, calc(100% - 100px));
    min-height: 760px;
    margin: 0 auto;
    padding: 150px 0 220px;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 100px;
    align-items: start;
}

.nalu-contact-copy {
    padding-top: 16px;
}

.nalu-contact-socials {
    margin-top: 54px;
}

.nalu-contact-form {
    display: grid;
    gap: 22px;
}

.nalu-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.nalu-contact-form label {
    display: grid;
    gap: 0;
}

.nalu-contact-form span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.nalu-contact-form input,
.nalu-contact-form textarea {
    width: 100%;
    border: 2px solid rgba(53, 38, 21, 0.54);
    border-radius: 999px;
    min-height: 58px;
    padding: 16px 24px;
    background: transparent;
    color: var(--nalu-ink);
    font-family: var(--nalu-serif);
    font-size: 19px;
    text-align: center;
}

.nalu-contact-form input::placeholder,
.nalu-contact-form textarea::placeholder {
    color: rgba(53, 38, 21, 0.74);
    text-transform: uppercase;
}

.nalu-contact-form textarea {
    border-radius: 26px;
    min-height: 180px;
    resize: vertical;
    text-align: left;
}

.nalu-textarea {
    position: relative;
}

.nalu-contact-form label {
    position: relative;
}

.nalu-contact-form label::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.nalu-contact-form label:nth-child(1) input,
.nalu-contact-form label:nth-child(2) input {
    font-family: var(--nalu-serif);
}

.nalu-submit {
    width: 100%;
    min-height: 58px;
    font-size: 22px;
}

.nalu-form-note {
    display: none;
    margin: 0;
    color: var(--nalu-muted);
    text-align: center;
}

.nalu-contact-form.has-submitted .nalu-form-note {
    display: block;
}

@media (min-width: 1600px) {
    .nalu-section {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .nalu-hero {
        min-height: 1084px;
    }
}

@media (min-width: 2300px) {
    .nalu-section,
    .nalu-footer-inner,
    .nalu-legal,
    .nalu-contact-section {
        max-width: 1480px;
    }

    .nalu-hero {
        min-height: 1084px;
    }
}

@media (max-width: 1180px) {
    .nalu-header {
        padding: 28px 38px 0;
    }

    .nalu-sun {
        width: 92px;
    }

    .nalu-nav {
        top: 64px;
        right: 38px;
        gap: 34px;
        font-size: 14px;
    }

    .nalu-home-intro,
    .nalu-contact-section {
        grid-template-columns: 1fr;
    }

    .nalu-postcards {
        min-height: 430px;
    }

    .nalu-about-photos {
        gap: 40px;
    }

    .nalu-day-panel {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .nalu-day-panel figure {
        max-width: 460px;
    }
}

@media (max-width: 900px) {
    body.nalu-site {
        font-size: 15px;
    }

    .nalu-header {
        padding: 22px 22px 0;
    }

    .nalu-sun {
        width: 64px;
    }

    .nalu-menu-toggle {
        display: block;
        z-index: 30;
    }

    .nalu-nav {
        position: fixed;
        inset: 0;
        display: grid;
        place-content: center;
        gap: 28px;
        background: rgba(48, 64, 62, 0.96);
        font-size: 20px;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
        transition: opacity 180ms ease, transform 180ms ease;
    }

    .nalu-menu-open .nalu-nav {
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }

    .nalu-hero {
        min-height: 650px;
    }

    .nalu-hero h1 {
        font-size: 44px;
    }

    .nalu-hero.is-moroccan h1 {
        transform: none;
    }

    .nalu-hero-main {
        font-size: 62px;
    }

    .nalu-script {
        font-size: 42px;
    }

    .nalu-script-top,
    .nalu-script-bottom {
        transform: none;
    }

    .nalu-hero-eyebrow {
        font-size: 13px;
        letter-spacing: 0.22em;
    }

    .nalu-hero.is-moroccan .nalu-hero-eyebrow {
        transform: none;
    }

    .nalu-scroll-cue {
        right: 24px;
        bottom: 26px;
        width: 46px;
        height: 46px;
    }

    .nalu-section,
    .nalu-centered-copy,
    .nalu-gallery,
    .nalu-map-card,
    .nalu-accordion,
    .nalu-inclusions,
    .nalu-contact-section,
    .nalu-about-photos {
        width: min(100% - 36px, 720px);
    }

    .nalu-section {
        padding: 86px 0;
    }

    .nalu-home-intro {
        min-height: 0;
        padding-bottom: 30px;
    }

    .nalu-postcards {
        display: flex;
        gap: 18px;
        min-height: 0;
        overflow-x: auto;
        padding: 16px 18px 34px;
        margin: 0 -18px;
        scroll-snap-type: x mandatory;
    }

    .nalu-postcard {
        position: static;
        flex: 0 0 245px;
        width: 245px;
        transform: none;
        scroll-snap-align: center;
    }

    .nalu-blue-story {
        min-height: 480px;
        padding: 90px 0;
    }

    .nalu-blue-postcards {
        display: none;
    }

    .nalu-soft-sun {
        left: 20px;
        top: 60px;
        width: 100px;
    }

    .nalu-departure-track {
        display: flex;
        overflow-x: auto;
        gap: 22px;
        padding: 0 18px 24px;
        margin-left: -18px;
        margin-right: -18px;
        scroll-snap-type: x mandatory;
    }

    .nalu-section.nalu-departures {
        padding-top: 86px;
        padding-bottom: 86px;
    }

    .nalu-section.nalu-choice {
        padding-bottom: 86px;
    }

    .nalu-section.nalu-memories {
        padding-bottom: 110px;
    }

    .nalu-departure-card,
    .nalu-side-photo {
        flex: 0 0 82%;
        scroll-snap-align: center;
    }

    .nalu-departure-card h3 {
        font-size: 42px;
    }

    .nalu-choice-grid,
    .nalu-about-photos,
    .nalu-form-row {
        grid-template-columns: 1fr;
    }

    .nalu-choice-grid {
        gap: 36px;
    }

    .nalu-memory-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 20px;
        justify-items: center;
    }

    .nalu-palm-deco {
        right: 0;
        top: 70px;
        width: 240px;
    }

    .nalu-about-photos {
        margin-bottom: -80px;
    }

    .nalu-mission {
        padding-top: 130px;
    }

    .nalu-gallery {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(2, 210px);
    }

    .nalu-gallery div:first-child,
    .nalu-gallery div:nth-child(2),
    .nalu-gallery div:nth-child(3),
    .nalu-gallery div:nth-child(4) {
        grid-row: auto;
        border-radius: var(--nalu-radius);
    }

    .nalu-day-toggle span {
        font-size: 25px;
    }

    .nalu-day-text {
        grid-template-columns: 1fr;
    }

    .nalu-info-panel {
        padding: 42px 24px;
    }

    .nalu-info-list article {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .nalu-price strong {
        font-size: 72px;
    }

    .nalu-contact-section {
        gap: 50px;
        padding: 88px 0 140px;
    }

    .nalu-footer {
        min-height: 430px;
        margin-top: 120px;
        padding-top: 120px;
    }

    .nalu-footer-sun {
        width: 128px;
    }

    .nalu-footer-inner {
        width: min(100% - 44px, 720px);
    }
}

@media (max-width: 560px) {
    .nalu-hero {
        min-height: 600px;
    }

    .nalu-hero h1 {
        font-size: 36px;
    }

    .nalu-hero-main {
        font-size: 47px;
    }

    .nalu-script {
        font-size: 35px;
    }

    .nalu-section-heading h2,
    .nalu-copy-block h2,
    .nalu-contact-copy h2 {
        font-size: 30px;
    }

    .nalu-departure-card,
    .nalu-side-photo {
        flex-basis: 88%;
    }

    .nalu-departure-card {
        min-height: 330px;
    }

    .nalu-choice-card figcaption {
        font-size: 34px;
    }

    .nalu-gallery {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 230px);
    }

    .nalu-memory img {
        width: 92px;
    }

    .nalu-final-cta {
        min-height: 420px;
    }

    .nalu-footer-inner {
        display: grid;
        gap: 64px;
    }

    .nalu-legal {
        width: min(100% - 44px, 720px);
        gap: 18px;
    }
}
