/* =========================================================
   VILLA TAZITUNT — 05-sections.css
   V6.1 — Premium Homepage Editorial System
   ========================================================= */


/* =========================================================
   01 — GLOBAL V6
   ========================================================= */

.v5-container {
    width: min(90%, 1440px);
    margin-inline: auto;
}

.v5-eyebrow {
    margin: 0 0 1.15rem;
    font-family: var(--font-sans, "Inter", sans-serif);
    font-size: 0.66rem;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--text-soft, #625e56);
}

.v5-link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    min-width: 320px;
    padding: 1rem 0;
    border-bottom: 1px solid currentColor;
    color: inherit;
    font-family: var(--font-sans, "Inter", sans-serif);
    font-size: 0.68rem;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    text-decoration: none;
}

.v5-link span {
    transition: transform 260ms ease;
}

.v5-link:hover span {
    transform: translateX(5px);
}

figure {
    margin: 0;
}

figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* =========================================================
   02 — HERO
   ========================================================= */

.v5-hero {
    position: relative;
    width: 100%;
    min-height: 100svh;
    overflow: hidden;
    background: #11120f;
    color: #fff;
}

.v5-hero__media,
.v5-hero__image,
.v5-hero__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.v5-hero__image {
    object-fit: cover;
    object-position: center 52%;
}

.v5-hero__shade {
    z-index: 1;
    background:
        linear-gradient(
            180deg,
            rgba(8, 9, 7, 0.18) 0%,
            rgba(8, 9, 7, 0.02) 36%,
            rgba(8, 9, 7, 0.16) 58%,
            rgba(8, 9, 7, 0.72) 100%
        );
}

.v5-hero__content {
    position: relative;
    z-index: 2;
    width: min(90%, 1440px);
    min-height: 100svh;
    margin-inline: auto;
    padding: 9rem 0 3.8rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.v5-hero__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    margin-bottom: 1.7rem;
    font-family: var(--font-sans, "Inter", sans-serif);
    font-size: 0.63rem;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    opacity: 0.82;
}

.v5-hero h1 {
    max-width: 1050px;
    margin: 0;
    font-family: var(--font-serif, "Cormorant Garamond", serif);
    font-size: clamp(6rem, 9vw, 10.4rem);
    line-height: 0.8;
    font-weight: 400;
    letter-spacing: -0.06em;
}

.v5-hero__subtitle {
    width: min(440px, 42%);
    margin: 2rem 0 0;
    font-family: var(--font-serif, "Cormorant Garamond", serif);
    font-size: clamp(1.7rem, 2.3vw, 2.5rem);
    line-height: 1.05;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: rgba(255, 255, 255, 0.84);
}

.v5-hero__discover {
    width: max-content;
    margin-top: 2.7rem;
    display: inline-flex;
    align-items: center;
    gap: 0.95rem;
    color: inherit;
    text-decoration: none;
    font-family: var(--font-sans, "Inter", sans-serif);
    font-size: 0.65rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.v5-hero__discover span {
    transition: transform 260ms ease;
}

.v5-hero__discover:hover span {
    transform: translateY(4px);
}


/* =========================================================
   03 — INTRODUCTION
   ========================================================= */

.v5-home-intro {
    position: relative;
    padding: 12rem 0 13rem;
    overflow: hidden;
    background: var(--stone-50, #f6f3ee);
    color: var(--text, #1b1c18);
}

.v5-home-intro__layout {
    display: grid;
    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(320px, 0.55fr);
    gap: 10rem;
    align-items: end;
}

.v5-home-intro h2 {
    max-width: 970px;
    margin: 0;
    font-family: var(--font-serif, "Cormorant Garamond", serif);
    font-size: clamp(5.1rem, 7.5vw, 8.8rem);
    line-height: 0.84;
    font-weight: 400;
    letter-spacing: -0.055em;
}

.v5-home-intro__copy {
    max-width: 430px;
    padding-bottom: 0.65rem;
}

.v5-home-intro__copy p {
    margin: 0;
    font-family: var(--font-sans, "Inter", sans-serif);
    font-size: 0.94rem;
    font-weight: 300;
    line-height: 1.8;
    color: var(--text-soft, #625e56);
}

.v5-home-intro__copy p + p {
    margin-top: 1.5rem;
}


/* =========================================================
   04 — LE DOMAINE
   ========================================================= */

.v5-home-domain {
    position: relative;
    overflow: hidden;
    padding-bottom: 12rem;
    background: var(--stone-100, #eee9e1);
    color: var(--text, #1b1c18);
}

.v5-home-domain__media {
    width: min(94%, 1700px);
    margin-inline: auto;
}

.v5-home-domain__media figure {
    width: 100%;
    overflow: hidden;
}

.v5-home-domain__media img {
    aspect-ratio: 16 / 8.7;
}

.v5-home-domain__content {
    padding-top: 6rem;
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(320px, 0.48fr);
    gap: 9rem;
    align-items: end;
}

.v5-home-domain__content h2 {
    max-width: 900px;
    margin: 0;
    font-family: var(--font-serif, "Cormorant Garamond", serif);
    font-size: clamp(4.8rem, 6.8vw, 7.8rem);
    line-height: 0.86;
    font-weight: 400;
    letter-spacing: -0.05em;
}

.v5-home-domain__copy {
    padding-bottom: 0.5rem;
}

.v5-home-domain__copy p {
    max-width: 390px;
    margin: 0 0 3rem;
    font-family: var(--font-sans, "Inter", sans-serif);
    font-size: 0.93rem;
    font-weight: 300;
    line-height: 1.8;
    color: var(--text-soft, #625e56);
}


/* =========================================================
   05 — LA VILLA
   ========================================================= */

.v5-home-villa {
    position: relative;
    overflow: hidden;
    padding: 12rem 0 13rem;
    background: var(--stone-50, #f6f3ee);
    color: var(--text, #1b1c18);
}

.v5-home-villa__heading {
    margin-bottom: 6rem;
}

.v5-home-villa__heading h2 {
    max-width: 1000px;
    margin: 0;
    font-family: var(--font-serif, "Cormorant Garamond", serif);
    font-size: clamp(4.9rem, 7vw, 8.2rem);
    line-height: 0.86;
    font-weight: 400;
    letter-spacing: -0.052em;
}

.v5-home-villa__image {
    width: 87%;
    margin-left: auto;
    overflow: hidden;
}

.v5-home-villa__image img {
    aspect-ratio: 16 / 9.3;
}

.v5-home-villa__footer {
    width: 87%;
    margin: 4rem 0 0 auto;
    display: grid;
    grid-template-columns:
        minmax(260px, 0.55fr)
        minmax(320px, 0.45fr);
    gap: 7rem;
    align-items: end;
}

.v5-home-villa__footer p {
    max-width: 420px;
    margin: 0;
    font-family: var(--font-serif, "Cormorant Garamond", serif);
    font-size: clamp(2rem, 2.7vw, 3rem);
    line-height: 1.04;
    letter-spacing: -0.03em;
}


/* =========================================================
   06 — LES INTÉRIEURS
   ========================================================= */

.v5-home-interiors {
    position: relative;
    overflow: hidden;
    padding: 12rem 0 13rem;
    background: var(--sand, #ded2c2);
    color: var(--text, #1b1c18);
}

.v5-home-interiors__heading {
    margin-bottom: 6rem;
}

.v5-home-interiors__heading h2 {
    margin: 0;
    font-family: var(--font-serif, "Cormorant Garamond", serif);
    font-size: clamp(4.9rem, 7vw, 8rem);
    line-height: 0.86;
    font-weight: 400;
    letter-spacing: -0.052em;
}

.v5-home-interiors__gallery {
    min-height: 980px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: start;
}

.v5-home-interiors__main {
    grid-column: 1 / 9;
    width: 100%;
    overflow: hidden;
}

.v5-home-interiors__main img {
    aspect-ratio: 16 / 10;
}

.v5-home-interiors__secondary {
    grid-column: 9 / 13;
    width: 82%;
    margin: 19rem 0 0 auto;
    overflow: hidden;
}

.v5-home-interiors__secondary img {
    aspect-ratio: 4 / 5;
}

.v5-home-interiors__footer {
    margin-top: 1rem;
    display: grid;
    grid-template-columns:
        minmax(260px, 0.55fr)
        minmax(320px, 0.45fr);
    gap: 7rem;
    align-items: end;
}

.v5-home-interiors__footer p {
    max-width: 440px;
    margin: 0;
    font-family: var(--font-serif, "Cormorant Garamond", serif);
    font-size: clamp(2rem, 2.8vw, 3.1rem);
    line-height: 1.04;
    letter-spacing: -0.03em;
}


/* =========================================================
   07 — L'EXPÉRIENCE
   ========================================================= */

.v5-home-experience {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    background: #151612;
    color: #fff;
}

.v5-home-experience__media,
.v5-home-experience__media figure,
.v5-home-experience__media img,
.v5-home-experience__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.v5-home-experience__media img {
    object-fit: cover;
}

.v5-home-experience__overlay {
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(10, 11, 9, 0.62) 0%,
            rgba(10, 11, 9, 0.34) 38%,
            rgba(10, 11, 9, 0.05) 72%
        ),
        linear-gradient(
            180deg,
            rgba(10, 11, 9, 0.08) 0%,
            rgba(10, 11, 9, 0.16) 60%,
            rgba(10, 11, 9, 0.48) 100%
        );
}

.v5-home-experience__content {
    position: relative;
    z-index: 2;
    min-height: 100svh;
    padding: 9rem 0 5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.v5-home-experience .v5-eyebrow {
    color: rgba(255, 255, 255, 0.72);
}

.v5-home-experience h2 {
    max-width: 900px;
    margin: 0;
    font-family: var(--font-serif, "Cormorant Garamond", serif);
    font-size: clamp(5rem, 7.4vw, 8.5rem);
    line-height: 0.84;
    font-weight: 400;
    letter-spacing: -0.055em;
}

.v5-home-experience__content > p:not(.v5-eyebrow) {
    width: min(520px, 45%);
    margin: 2.8rem 0 2.5rem;
    font-family: var(--font-serif, "Cormorant Garamond", serif);
    font-size: clamp(1.8rem, 2.6vw, 2.8rem);
    line-height: 1.04;
    letter-spacing: -0.025em;
    color: rgba(255, 255, 255, 0.82);
}

.v5-home-experience__link {
    width: min(360px, 100%);
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
    color: #fff;
    text-decoration: none;
    font-family: var(--font-sans, "Inter", sans-serif);
    font-size: 0.68rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.13em;
}

.v5-home-experience__link span {
    transition: transform 260ms ease;
}

.v5-home-experience__link:hover span {
    transform: translateX(5px);
}


/* =========================================================
   08 — GALERIE
   ========================================================= */

.v5-home-gallery {
    position: relative;
    overflow: hidden;
    padding: 12rem 0 13rem;
    background: var(--stone-50, #f6f3ee);
    color: var(--text, #1b1c18);
}

.v5-home-gallery__heading {
    margin-bottom: 6rem;
    display: flex;
    justify-content: space-between;
    gap: 5rem;
    align-items: end;
}

.v5-home-gallery__heading h2 {
    margin: 0;
    font-family: var(--font-serif, "Cormorant Garamond", serif);
    font-size: clamp(4.7rem, 6.7vw, 7.6rem);
    line-height: 0.87;
    font-weight: 400;
    letter-spacing: -0.05em;
}

.v5-home-gallery__grid {
    min-height: 950px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto auto;
    gap: 3rem;
    align-items: start;
}

.v5-home-gallery__item {
    overflow: hidden;
}

.v5-home-gallery__item--large {
    grid-column: 1 / 8;
    grid-row: 1 / 3;
}

.v5-home-gallery__item--large img {
    aspect-ratio: 4 / 5;
}

.v5-home-gallery__item:nth-child(2) {
    grid-column: 9 / 13;
    grid-row: 1;
    width: 100%;
}

.v5-home-gallery__item:nth-child(2) img {
    aspect-ratio: 4 / 3;
}

.v5-home-gallery__item:nth-child(3) {
    grid-column: 8 / 12;
    grid-row: 2;
    width: 82%;
    margin: 4rem 0 0 auto;
}

.v5-home-gallery__item:nth-child(3) img {
    aspect-ratio: 4 / 5;
}


/* =========================================================
   09 — FINAL / RÉSERVATION
   ========================================================= */

.v5-final {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    background: #11120f;
    color: #fff;
}

.v5-final__media,
.v5-final__media figure,
.v5-final__media img,
.v5-final__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.v5-final__media img {
    object-fit: cover;
}

.v5-final__shade {
    z-index: 1;
    background:
        linear-gradient(
            180deg,
            rgba(8, 9, 7, 0.12) 0%,
            rgba(8, 9, 7, 0.14) 42%,
            rgba(8, 9, 7, 0.76) 100%
        );
}

.v5-final__content {
    position: relative;
    z-index: 2;
    width: min(90%, 1440px);
    min-height: 100svh;
    margin-inline: auto;
    padding: 8rem 0 4.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.v5-final__location {
    margin: 0 0 1.6rem;
    font-family: var(--font-sans, "Inter", sans-serif);
    font-size: 0.64rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    opacity: 0.72;
}

.v5-final h2 {
    max-width: 1050px;
    margin: 0;
    font-family: var(--font-serif, "Cormorant Garamond", serif);
    font-size: clamp(5.2rem, 7.8vw, 9rem);
    line-height: 0.83;
    font-weight: 400;
    letter-spacing: -0.058em;
}

.v5-final__intro {
    width: min(450px, 44%);
    margin: 2.8rem 0 2.3rem;
    font-family: var(--font-sans, "Inter", sans-serif);
    font-size: 0.94rem;
    font-weight: 300;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.72);
}

.v5-final__cta {
    width: min(430px, 100%);
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.66);
    color: inherit;
    text-decoration: none;
    font-family: var(--font-sans, "Inter", sans-serif);
    font-size: 0.68rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.13em;
}

.v5-final__cta span {
    transition: transform 260ms ease;
}

.v5-final__cta:hover span {
    transform: translateX(5px);
}


/* =========================================================
   10 — FOOTER
   ========================================================= */

.v5-footer {
    padding: 5.5rem 0 2rem;
    background: #11120f;
    color: #f4f1e9;
}

.v5-footer__inner {
    display: grid;
    grid-template-columns:
        1.25fr
        0.8fr
        0.8fr
        1.1fr
        auto;
    gap: 3rem;
    align-items: start;
}

.v5-footer__brand {
    display: flex;
    flex-direction: column;
}

.v5-footer__brand span {
    font-family: var(--font-sans, "Inter", sans-serif);
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    opacity: 0.5;
}

.v5-footer__brand strong {
    margin-top: 0.2rem;
    font-family: var(--font-serif, "Cormorant Garamond", serif);
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 400;
}

.v5-footer__location,
.v5-footer__contact,
.v5-footer__top,
.v5-footer__navigation {
    font-family: var(--font-sans, "Inter", sans-serif);
    font-size: 0.67rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.56);
}

.v5-footer__navigation {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.v5-footer__navigation a,
.v5-footer__contact a,
.v5-footer__top a {
    color: inherit;
    text-decoration: none;
    transition: color 220ms ease;
}

.v5-footer__navigation a:hover,
.v5-footer__contact a:hover,
.v5-footer__top a:hover {
    color: rgba(255, 255, 255, 0.92);
}

.v5-footer__legal {
    grid-column: 1 / -1;
    margin-top: 3.5rem;
    padding-top: 1.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    font-family: var(--font-sans, "Inter", sans-serif);
    font-size: 0.58rem;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    color: rgba(255, 255, 255, 0.36);
}


/* =========================================================
   11 — TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .v5-home-intro__layout {
        grid-template-columns: 1fr 0.55fr;
        gap: 5rem;
    }

    .v5-home-domain__content {
        grid-template-columns: 1fr 0.55fr;
        gap: 5rem;
    }

    .v5-home-villa__footer,
    .v5-home-interiors__footer {
        gap: 4rem;
    }

    .v5-home-interiors__gallery {
        min-height: 760px;
    }

    .v5-home-interiors__secondary {
        margin-top: 14rem;
    }

    .v5-home-gallery__grid {
        min-height: 760px;
    }

    .v5-footer__inner {
        grid-template-columns:
            1.2fr
            0.9fr
            0.9fr
            1fr;
    }

    .v5-footer__top {
        grid-column: 4;
    }

}


/* =========================================================
   12 — MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .v5-container {
        width: calc(100% - 2rem);
    }

    .v5-eyebrow {
        margin-bottom: 0.9rem;
        font-size: 0.6rem;
    }

    .v5-link {
        width: 100%;
        min-width: 0;
    }


    /* HERO */

    .v5-hero {
        min-height: 100svh;
    }

    .v5-hero__image {
        object-position: 54% center;
    }

    .v5-hero__shade {
        background:
            linear-gradient(
                180deg,
                rgba(8, 9, 7, 0.16) 0%,
                rgba(8, 9, 7, 0.04) 38%,
                rgba(8, 9, 7, 0.68) 100%
            );
    }

    .v5-hero__content {
        width: calc(100% - 2rem);
        min-height: 100svh;
        padding: 7rem 0 2.2rem;
    }

    .v5-hero__meta {
        margin-bottom: 1.2rem;
        font-size: 0.56rem;
    }

    .v5-hero__meta span:last-child {
        display: none;
    }

    .v5-hero h1 {
        font-size: clamp(4rem, 18vw, 5.2rem);
        line-height: 0.84;
    }

    .v5-hero__subtitle {
        width: 90%;
        margin-top: 1.4rem;
        font-size: clamp(1.55rem, 7vw, 2rem);
    }

    .v5-hero__discover {
        margin-top: 1.8rem;
        font-size: 0.59rem;
    }


    /* INTRO */

    .v5-home-intro {
        padding: 6.5rem 0 7rem;
    }

    .v5-home-intro__layout {
        display: block;
    }

    .v5-home-intro h2 {
        font-size: clamp(3.4rem, 15vw, 4.7rem);
        line-height: 0.88;
    }

    .v5-home-intro__copy {
        width: 88%;
        margin: 3rem 0 0 auto;
        padding-bottom: 0;
    }

    .v5-home-intro__copy p {
        font-size: 0.9rem;
        line-height: 1.75;
    }


    /* DOMAIN */

    .v5-home-domain {
        padding-bottom: 7rem;
    }

    .v5-home-domain__media {
        width: 100%;
    }

    .v5-home-domain__media img {
        aspect-ratio: 4 / 3;
    }

    .v5-home-domain__content {
        padding-top: 4rem;
        display: block;
    }

    .v5-home-domain__content h2 {
        font-size: clamp(3.4rem, 15vw, 4.7rem);
        line-height: 0.89;
    }

    .v5-home-domain__copy {
        width: 90%;
        margin: 3rem 0 0 auto;
        padding: 0;
    }

    .v5-home-domain__copy p {
        margin-bottom: 2rem;
        font-size: 0.9rem;
    }


    /* VILLA */

    .v5-home-villa {
        padding: 7rem 0;
    }

    .v5-home-villa__heading {
        margin-bottom: 3.5rem;
    }

    .v5-home-villa__heading h2 {
        font-size: clamp(3.4rem, 15vw, 4.7rem);
        line-height: 0.89;
    }

    .v5-home-villa__image {
        width: calc(100% + 2rem);
        margin-left: -1rem;
    }

    .v5-home-villa__image img {
        aspect-ratio: 4 / 3;
    }

    .v5-home-villa__footer {
        width: 100%;
        margin-top: 3rem;
        display: block;
    }

    .v5-home-villa__footer p {
        width: 88%;
        margin: 0 0 2.5rem auto;
        font-size: clamp(2rem, 9vw, 2.7rem);
    }


    /* INTERIORS */

    .v5-home-interiors {
        padding: 7rem 0;
    }

    .v5-home-interiors__heading {
        margin-bottom: 3.5rem;
    }

    .v5-home-interiors__heading h2 {
        font-size: clamp(3.4rem, 15vw, 4.7rem);
        line-height: 0.89;
    }

    .v5-home-interiors__gallery {
        min-height: 0;
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }

    .v5-home-interiors__main {
        width: calc(100% + 2rem);
        margin-left: -1rem;
    }

    .v5-home-interiors__main img {
        aspect-ratio: 4 / 3;
    }

    .v5-home-interiors__secondary {
        width: 72%;
        margin: 0 0 0 auto;
    }

    .v5-home-interiors__secondary img {
        aspect-ratio: 4 / 5;
    }

    .v5-home-interiors__footer {
        margin-top: 3.5rem;
        display: block;
    }

    .v5-home-interiors__footer p {
        width: 88%;
        margin: 0 0 2.5rem;
        font-size: clamp(2rem, 9vw, 2.7rem);
    }


    /* EXPERIENCE */

    .v5-home-experience {
        min-height: 90svh;
    }

    .v5-home-experience__overlay {
        background:
            linear-gradient(
                180deg,
                rgba(10, 11, 9, 0.05) 0%,
                rgba(10, 11, 9, 0.16) 42%,
                rgba(10, 11, 9, 0.72) 100%
            );
    }

    .v5-home-experience__content {
        min-height: 90svh;
        padding: 6rem 0 2.8rem;
    }

    .v5-home-experience h2 {
        font-size: clamp(3.8rem, 16vw, 5.1rem);
        line-height: 0.85;
    }

    .v5-home-experience__content > p:not(.v5-eyebrow) {
        width: 92%;
        margin: 2rem 0 2rem;
        font-size: clamp(1.7rem, 8vw, 2.3rem);
    }

    .v5-home-experience__link {
        width: 100%;
    }


    /* GALLERY */

    .v5-home-gallery {
        padding: 7rem 0;
    }

    .v5-home-gallery__heading {
        margin-bottom: 3.5rem;
        display: block;
    }

    .v5-home-gallery__heading h2 {
        font-size: clamp(3.4rem, 15vw, 4.7rem);
        line-height: 0.89;
    }

    .v5-home-gallery__heading .v5-link {
        margin-top: 2.5rem;
    }

    .v5-home-gallery__grid {
        min-height: 0;
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .v5-home-gallery__item--large {
        width: calc(100% + 2rem);
        margin-left: -1rem;
    }

    .v5-home-gallery__item--large img {
        aspect-ratio: 4 / 5;
    }

    .v5-home-gallery__item:nth-child(2) {
        width: 78%;
        margin-left: auto;
    }

    .v5-home-gallery__item:nth-child(2) img {
        aspect-ratio: 4 / 3;
    }

    .v5-home-gallery__item:nth-child(3) {
        width: 68%;
        margin: 1rem auto 0 0;
    }

    .v5-home-gallery__item:nth-child(3) img {
        aspect-ratio: 4 / 5;
    }


    /* FINAL */

    .v5-final {
        min-height: 90svh;
    }

    .v5-final__content {
        width: calc(100% - 2rem);
        min-height: 90svh;
        padding: 6rem 0 2.8rem;
    }

    .v5-final h2 {
        font-size: clamp(3.8rem, 16vw, 5.1rem);
        line-height: 0.85;
    }

    .v5-final__intro {
        width: 92%;
        margin: 2rem 0;
        font-size: 0.9rem;
    }

    .v5-final__cta {
        width: 100%;
    }


    /* FOOTER */

    .v5-footer {
        padding: 4.5rem 0 1.5rem;
    }

    .v5-footer__inner {
        display: flex;
        flex-direction: column;
        gap: 2.2rem;
    }

    .v5-footer__brand strong {
        font-size: 2.5rem;
    }

    .v5-footer__navigation {
        gap: 0.55rem;
    }

    .v5-footer__legal {
        width: 100%;
        margin-top: 1rem;
    }

}


/* =========================================================
   13 — SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {

    .v5-home-intro h2,
    .v5-home-domain__content h2,
    .v5-home-villa__heading h2,
    .v5-home-interiors__heading h2,
    .v5-home-gallery__heading h2 {
        font-size: 3.45rem;
    }

    .v5-home-villa__footer p,
    .v5-home-interiors__footer p,
    .v5-home-experience__content > p:not(.v5-eyebrow) {
        overflow-wrap: normal;
        word-break: normal;
    }

}


/* =========================================================
   14 — DESKTOP MOTION
   ========================================================= */

@media (min-width: 769px) and (prefers-reduced-motion: no-preference) {

    .v5-reveal {
        opacity: 0;
        transform: translateY(18px);
        transition:
            opacity 900ms cubic-bezier(.22, .61, .36, 1),
            transform 900ms cubic-bezier(.22, .61, .36, 1);
    }

    .v5-reveal.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

    .v5-image-reveal {
        overflow: hidden;
    }

    .v5-image-reveal img {
        transform: scale(1.025);
        transition:
            transform 1300ms cubic-bezier(.22, .61, .36, 1);
    }

    .v5-image-reveal.is-visible img {
        transform: scale(1);
    }

}


/* =========================================================
   15 — MOBILE SAFETY
   ========================================================= */

@media (max-width: 768px) {

    .v5-reveal,
    .v5-image-reveal,
    .v5-reveal *,
    .v5-image-reveal * {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        filter: none !important;
    }

}


/* =========================================================
   16 — REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .v5-link span,
    .v5-hero__discover span,
    .v5-home-experience__link span,
    .v5-final__cta span {
        transition: none;
    }

}
/* =========================================================
   17 — DOMAINE PAGE
   V6.2 — Editorial Longform
   ========================================================= */


/* =========================================================
   DOMAIN PAGE — HERO
   ========================================================= */

.v5-domain-page-hero {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    background: #11120f;
    color: #fff;
}

.v5-domain-page-hero__media,
.v5-domain-page-hero__media img,
.v5-domain-page-hero__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.v5-domain-page-hero__media img {
    object-fit: cover;
    object-position: center center;
}

.v5-domain-page-hero__shade {
    z-index: 1;
    background:
        linear-gradient(
            180deg,
            rgba(8, 9, 7, 0.14) 0%,
            rgba(8, 9, 7, 0.05) 35%,
            rgba(8, 9, 7, 0.18) 58%,
            rgba(8, 9, 7, 0.70) 100%
        );
}

.v5-domain-page-hero__content {
    position: relative;
    z-index: 2;
    min-height: 100svh;
    padding: 9rem 0 4rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.v5-domain-page-hero__eyebrow {
    margin: 0 0 1.5rem;
    font-family: var(--font-sans, "Inter", sans-serif);
    font-size: 0.64rem;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: rgba(255, 255, 255, 0.78);
}

.v5-domain-page-hero h1 {
    margin: 0;
    font-family: var(--font-serif, "Cormorant Garamond", serif);
    font-size: clamp(6rem, 9vw, 10rem);
    line-height: 0.82;
    font-weight: 400;
    letter-spacing: -0.06em;
}

.v5-domain-page-hero__intro {
    width: min(500px, 46%);
    margin: 2.2rem 0 0;
    font-family: var(--font-serif, "Cormorant Garamond", serif);
    font-size: clamp(1.8rem, 2.6vw, 2.8rem);
    line-height: 1.05;
    letter-spacing: -0.025em;
    color: rgba(255, 255, 255, 0.84);
}

.v5-domain-page-hero__discover {
    width: max-content;
    margin-top: 2.7rem;
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    color: #fff;
    text-decoration: none;
    font-family: var(--font-sans, "Inter", sans-serif);
    font-size: 0.64rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.v5-domain-page-hero__discover span {
    transition: transform 260ms ease;
}

.v5-domain-page-hero__discover:hover span {
    transform: translateY(4px);
}


/* =========================================================
   DOMAIN PAGE — INTRODUCTION
   ========================================================= */

.v5-domain-page-intro {
    padding: 12rem 0 13rem;
    background: var(--stone-50, #f8f6f2);
    color: var(--text, #181916);
}

.v5-domain-page-intro__layout {
    display: grid;
    grid-template-columns:
        minmax(0, 1.12fr)
        minmax(320px, 0.55fr);
    gap: 10rem;
    align-items: end;
}

.v5-domain-page-intro h2 {
    max-width: 980px;
    margin: 0;
    font-family: var(--font-serif, "Cormorant Garamond", serif);
    font-size: clamp(5rem, 7.3vw, 8.6rem);
    line-height: 0.85;
    font-weight: 400;
    letter-spacing: -0.055em;
}

.v5-domain-page-intro__copy {
    max-width: 430px;
    padding-bottom: 0.5rem;
}

.v5-domain-page-intro__copy p {
    margin: 0;
    font-family: var(--font-sans, "Inter", sans-serif);
    font-size: 0.94rem;
    font-weight: 300;
    line-height: 1.8;
    color: var(--text-soft, #625e56);
}

.v5-domain-page-intro__copy p + p {
    margin-top: 1.5rem;
}


/* =========================================================
   DOMAIN PAGE — PANORAMA
   ========================================================= */

.v5-domain-page-panorama {
    background: var(--stone-100, #f1eee8);
}

.v5-domain-page-panorama figure {
    width: min(94%, 1700px);
    margin-inline: auto;
    overflow: hidden;
}

.v5-domain-page-panorama img {
    aspect-ratio: 16 / 8.5;
    object-fit: cover;
}


/* =========================================================
   DOMAIN PAGE — OLIVIERS
   ========================================================= */

.v5-domain-page-olives {
    padding: 12rem 0 13rem;
    background: var(--stone-100, #f1eee8);
    color: var(--text, #181916);
}

.v5-domain-page-olives__heading {
    margin-bottom: 6rem;
}

.v5-domain-page-olives__heading h2 {
    margin: 0;
    font-family: var(--font-serif, "Cormorant Garamond", serif);
    font-size: clamp(4.9rem, 7vw, 8rem);
    line-height: 0.86;
    font-weight: 400;
    letter-spacing: -0.052em;
}

.v5-domain-page-olives__composition {
    min-height: 1050px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: start;
}

.v5-domain-page-olives__main {
    grid-column: 1 / 8;
    width: 100%;
    overflow: hidden;
}

.v5-domain-page-olives__main img {
    aspect-ratio: 4 / 5;
}

.v5-domain-page-olives__copy {
    grid-column: 9 / 13;
    margin-top: 8rem;
}

.v5-domain-page-olives__copy p {
    max-width: 400px;
    margin: 0;
    font-family: var(--font-sans, "Inter", sans-serif);
    font-size: 0.94rem;
    font-weight: 300;
    line-height: 1.8;
    color: var(--text-soft, #625e56);
}

.v5-domain-page-olives__copy p + p {
    margin-top: 1.5rem;
}

.v5-domain-page-olives__detail {
    grid-column: 9 / 12;
    width: 82%;
    margin: 8rem 0 0 auto;
    overflow: hidden;
}

.v5-domain-page-olives__detail img {
    aspect-ratio: 4 / 5;
}


/* =========================================================
   DOMAIN PAGE — VERGER
   ========================================================= */

.v5-domain-page-orchard {
    padding: 12rem 0 13rem;
    background: var(--sand-100, #ebe1d1);
    color: var(--text, #181916);
}

.v5-domain-page-orchard__heading {
    margin-bottom: 4rem;
}

.v5-domain-page-orchard__heading h2 {
    margin: 0;
    font-family: var(--font-serif, "Cormorant Garamond", serif);
    font-size: clamp(4.8rem, 6.9vw, 7.9rem);
    line-height: 0.86;
    font-weight: 400;
    letter-spacing: -0.052em;
}

.v5-domain-page-orchard__intro {
    width: min(520px, 44%);
    margin: 0 6% 6rem auto;
}

.v5-domain-page-orchard__intro p {
    margin: 0;
    font-family: var(--font-serif, "Cormorant Garamond", serif);
    font-size: clamp(2rem, 2.8vw, 3.1rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.v5-domain-page-orchard__grid {
    border-top: 1px solid rgba(24, 25, 22, 0.14);
}

.v5-domain-page-orchard__item {
    min-height: 150px;
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 2rem;
    align-items: center;
    border-bottom: 1px solid rgba(24, 25, 22, 0.14);
}

.v5-domain-page-orchard__index {
    font-family: var(--font-sans, "Inter", sans-serif);
    font-size: 0.62rem;
    letter-spacing: 0.13em;
    color: var(--text-muted, #8b8b83);
}

.v5-domain-page-orchard__item h3 {
    margin: 0;
    font-family: var(--font-serif, "Cormorant Garamond", serif);
    font-size: clamp(2.1rem, 3vw, 3.3rem);
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.v5-domain-page-orchard__item p {
    max-width: 520px;
    margin: 0.6rem 0 0;
    font-family: var(--font-sans, "Inter", sans-serif);
    font-size: 0.88rem;
    font-weight: 300;
    line-height: 1.7;
    color: var(--text-soft, #625e56);
}

.v5-domain-page-orchard__images {
    min-height: 980px;
    margin-top: 9rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: start;
}

.v5-domain-page-orchard__image-main {
    grid-column: 1 / 8;
    width: 100%;
    overflow: hidden;
}

.v5-domain-page-orchard__image-main img {
    aspect-ratio: 4 / 5;
}

.v5-domain-page-orchard__image-secondary {
    grid-column: 9 / 13;
    width: 82%;
    margin: 18rem 0 0 auto;
    overflow: hidden;
}

.v5-domain-page-orchard__image-secondary img {
    aspect-ratio: 4 / 5;
}


/* =========================================================
   DOMAIN PAGE — VILLA & PAYSAGE
   ========================================================= */

.v5-domain-page-landscape {
    padding: 12rem 0 13rem;
    background: var(--stone-50, #f8f6f2);
    color: var(--text, #181916);
}

.v5-domain-page-landscape__heading {
    margin-bottom: 6rem;
}

.v5-domain-page-landscape__heading h2 {
    margin: 0;
    font-family: var(--font-serif, "Cormorant Garamond", serif);
    font-size: clamp(4.9rem, 7vw, 8rem);
    line-height: 0.86;
    font-weight: 400;
    letter-spacing: -0.052em;
}

.v5-domain-page-landscape__layout {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(320px, 0.42fr);
    gap: 7rem;
    align-items: end;
}

.v5-domain-page-landscape__image {
    width: 100%;
    overflow: hidden;
}

.v5-domain-page-landscape__image img {
    aspect-ratio: 16 / 10;
}

.v5-domain-page-landscape__copy {
    padding-bottom: 1rem;
}

.v5-domain-page-landscape__copy p {
    margin: 0;
    font-family: var(--font-serif, "Cormorant Garamond", serif);
    font-size: clamp(1.9rem, 2.6vw, 2.8rem);
    line-height: 1.05;
    letter-spacing: -0.025em;
}

.v5-domain-page-landscape__copy p + p {
    margin-top: 2rem;
}


/* =========================================================
   DOMAIN PAGE — IMMERSION
   ========================================================= */

.v5-domain-page-immersion {
    position: relative;
    min-height: 95svh;
    overflow: hidden;
    background: #11120f;
    color: #fff;
}

.v5-domain-page-immersion__media,
.v5-domain-page-immersion__media figure,
.v5-domain-page-immersion__media img,
.v5-domain-page-immersion__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.v5-domain-page-immersion__media img {
    object-fit: cover;
}

.v5-domain-page-immersion__shade {
    z-index: 1;
    background:
        linear-gradient(
            180deg,
            rgba(8, 9, 7, 0.04) 0%,
            rgba(8, 9, 7, 0.10) 48%,
            rgba(8, 9, 7, 0.60) 100%
        );
}

.v5-domain-page-immersion__content {
    position: relative;
    z-index: 2;
    min-height: 95svh;
    padding: 8rem 0 4rem;
    display: flex;
    align-items: flex-end;
}

.v5-domain-page-immersion__content p {
    margin: 0;
    font-family: var(--font-serif, "Cormorant Garamond", serif);
    font-size: clamp(4.6rem, 7.3vw, 8.2rem);
    line-height: 0.86;
    font-weight: 400;
    letter-spacing: -0.05em;
}


/* =========================================================
   DOMAIN PAGE — NEXT
   ========================================================= */

.v5-domain-page-next {
    padding: 12rem 0 13rem;
    background: var(--stone-100, #f1eee8);
    color: var(--text, #181916);
}

.v5-domain-page-next__layout {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(320px, 0.42fr);
    gap: 8rem;
    align-items: end;
}

.v5-domain-page-next h2 {
    margin: 0;
    font-family: var(--font-serif, "Cormorant Garamond", serif);
    font-size: clamp(5rem, 7.2vw, 8.2rem);
    line-height: 0.85;
    font-weight: 400;
    letter-spacing: -0.055em;
}


/* =========================================================
   DOMAIN PAGE — TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .v5-domain-page-intro__layout,
    .v5-domain-page-landscape__layout,
    .v5-domain-page-next__layout {
        gap: 5rem;
    }

    .v5-domain-page-olives__composition {
        min-height: 820px;
    }

    .v5-domain-page-orchard__images {
        min-height: 760px;
    }

}


/* =========================================================
   DOMAIN PAGE — MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .v5-domain-page-hero {
        min-height: 92svh;
    }

    .v5-domain-page-hero__media img {
        object-position: 58% center;
    }

    .v5-domain-page-hero__content {
        min-height: 92svh;
        padding: 6.5rem 0 2.6rem;
    }

    .v5-domain-page-hero h1 {
        font-size: clamp(4.2rem, 18vw, 5.4rem);
        line-height: 0.84;
    }

    .v5-domain-page-hero__intro {
        width: 92%;
        margin-top: 1.6rem;
        font-size: clamp(1.6rem, 7.5vw, 2.15rem);
    }

    .v5-domain-page-hero__discover {
        margin-top: 2rem;
        font-size: 0.59rem;
    }


    /* INTRO */

    .v5-domain-page-intro {
        padding: 7rem 0;
    }

    .v5-domain-page-intro__layout {
        display: block;
    }

    .v5-domain-page-intro h2 {
        font-size: clamp(3.4rem, 15vw, 4.7rem);
        line-height: 0.89;
    }

    .v5-domain-page-intro__copy {
        width: 90%;
        margin: 3rem 0 0 auto;
        padding: 0;
    }

    .v5-domain-page-intro__copy p {
        font-size: 0.9rem;
        line-height: 1.75;
    }


    /* PANORAMA */

    .v5-domain-page-panorama figure {
        width: 100%;
    }

    .v5-domain-page-panorama img {
        aspect-ratio: 4 / 3;
    }


    /* OLIVES */

    .v5-domain-page-olives {
        padding: 7rem 0;
    }

    .v5-domain-page-olives__heading {
        margin-bottom: 3.5rem;
    }

    .v5-domain-page-olives__heading h2 {
        font-size: clamp(3.4rem, 15vw, 4.7rem);
        line-height: 0.89;
    }

    .v5-domain-page-olives__composition {
        min-height: 0;
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }

    .v5-domain-page-olives__main {
        width: calc(100% + 2rem);
        margin-left: -1rem;
    }

    .v5-domain-page-olives__main img {
        aspect-ratio: 4 / 5;
    }

    .v5-domain-page-olives__copy {
        width: 88%;
        margin: 0 0 0 auto;
    }

    .v5-domain-page-olives__copy p {
        font-size: 0.9rem;
    }

    .v5-domain-page-olives__detail {
        width: 68%;
        margin: 0 auto 0 0;
    }


    /* ORCHARD */

    .v5-domain-page-orchard {
        padding: 7rem 0;
    }

    .v5-domain-page-orchard__heading {
        margin-bottom: 3rem;
    }

    .v5-domain-page-orchard__heading h2 {
        font-size: clamp(3.4rem, 15vw, 4.7rem);
        line-height: 0.89;
    }

    .v5-domain-page-orchard__intro {
        width: 90%;
        margin: 0 0 4rem auto;
    }

    .v5-domain-page-orchard__intro p {
        font-size: clamp(2rem, 9vw, 2.7rem);
    }

    .v5-domain-page-orchard__item {
        min-height: 120px;
        grid-template-columns: 44px 1fr;
        gap: 1rem;
    }

    .v5-domain-page-orchard__item h3 {
        font-size: clamp(2rem, 9vw, 2.7rem);
    }

    .v5-domain-page-orchard__item p {
        font-size: 0.86rem;
    }

    .v5-domain-page-orchard__images {
        min-height: 0;
        margin-top: 5rem;
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }

    .v5-domain-page-orchard__image-main {
        width: calc(100% + 2rem);
        margin-left: -1rem;
    }

    .v5-domain-page-orchard__image-secondary {
        width: 70%;
        margin: 0 0 0 auto;
    }


    /* LANDSCAPE */

    .v5-domain-page-landscape {
        padding: 7rem 0;
    }

    .v5-domain-page-landscape__heading {
        margin-bottom: 3.5rem;
    }

    .v5-domain-page-landscape__heading h2 {
        font-size: clamp(3.4rem, 15vw, 4.7rem);
        line-height: 0.89;
    }

    .v5-domain-page-landscape__layout {
        display: block;
    }

    .v5-domain-page-landscape__image {
        width: calc(100% + 2rem);
        margin-left: -1rem;
    }

    .v5-domain-page-landscape__image img {
        aspect-ratio: 4 / 3;
    }

    .v5-domain-page-landscape__copy {
        width: 90%;
        margin: 3rem 0 0 auto;
        padding: 0;
    }

    .v5-domain-page-landscape__copy p {
        font-size: clamp(1.9rem, 8.5vw, 2.5rem);
    }


    /* IMMERSION */

    .v5-domain-page-immersion {
        min-height: 85svh;
    }

    .v5-domain-page-immersion__content {
        min-height: 85svh;
        padding: 6rem 0 2.8rem;
    }

    .v5-domain-page-immersion__content p {
        font-size: clamp(3.8rem, 16vw, 5rem);
        line-height: 0.85;
    }


    /* NEXT */

    .v5-domain-page-next {
        padding: 7rem 0;
    }

    .v5-domain-page-next__layout {
        display: block;
    }

    .v5-domain-page-next h2 {
        font-size: clamp(3.6rem, 15.5vw, 4.9rem);
        line-height: 0.88;
    }

    .v5-domain-page-next .v5-link {
        margin-top: 3rem;
    }

}


/* =========================================================
   DOMAIN PAGE — SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {

    .v5-domain-page-intro h2,
    .v5-domain-page-olives__heading h2,
    .v5-domain-page-orchard__heading h2,
    .v5-domain-page-landscape__heading h2 {
        font-size: 3.45rem;
    }

}


/* =========================================================
   DOMAIN PAGE — REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .v5-domain-page-hero__discover span {
        transition: none;
    }

}