:root {
    --v6-ink: oklch(20% 0.018 57);
    --v6-ink-soft: oklch(30% 0.018 57);
    --v6-paper: oklch(96.5% 0.012 77);
    --v6-paper-deep: oklch(92.5% 0.017 74);
    --v6-shell: oklch(88% 0.028 68);
    --v6-blue: oklch(39% 0.076 241);
    --v6-cobalt: oklch(31% 0.085 251);
    --v6-salt: oklch(98% 0.007 79);
    --v6-coral: oklch(62% 0.10 42);
    --v6-line: oklch(20% 0.018 57 / 0.16);
    --v6-line-light: oklch(98% 0.007 79 / 0.25);
    --v6-ease: cubic-bezier(0.16, 1, 0.3, 1);
    --v6-ease-toggle: cubic-bezier(0.65, 0, 0.35, 1);
    --v6-pad: clamp(1.25rem, 3vw, 3rem);
    --v6-section: clamp(6.5rem, 12vw, 11rem);
    --v6-serif: "Cormorant Garamond", Georgia, serif;
    --v6-sans: "Manrope", "Helvetica Neue", sans-serif;
}

html {
    background: var(--v6-ink);
}

body {
    background: var(--v6-paper);
    color: var(--v6-ink);
    font-family: var(--v6-sans);
    font-kerning: normal;
}

body::before {
    position: fixed;
    z-index: 900;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
    content: "";
    opacity: 0.028;
    pointer-events: none;
}

::selection {
    background: var(--v6-cobalt);
    color: var(--v6-salt);
}

.container-wide {
    width: min(calc(100% - (var(--v6-pad) * 2)), 100rem);
}

.site-header {
    z-index: 400;
    padding: clamp(1rem, 2.2vw, 1.8rem) 0;
    color: var(--v6-salt);
    mix-blend-mode: normal;
    transition:
        background-color 500ms var(--v6-ease),
        color 500ms var(--v6-ease),
        padding 500ms var(--v6-ease),
        transform 500ms var(--v6-ease);
}

.site-header .container-wide {
    width: calc(100% - (var(--v6-pad) * 2));
}

.site-header.is-scrolled {
    padding: 0.85rem 0;
    border-color: var(--v6-line);
    background: oklch(96.5% 0.012 77 / 0.93);
    color: var(--v6-ink);
    backdrop-filter: blur(14px);
}

.site-header.is-scrolled .brand,
.site-header.is-scrolled .nav-link,
.site-header.is-scrolled .book-pill {
    color: inherit;
}

.header-shell {
    grid-template-columns: minmax(8rem, 1fr) auto minmax(8rem, 1fr);
}

.brand--v6 {
    display: inline-grid;
    width: max-content;
    color: inherit;
    line-height: 0.82;
    transition: color 300ms var(--v6-ease);
}

.brand--v6 .brand__small {
    margin-left: 0.12em;
    font-family: var(--v6-sans);
    font-size: 0.48rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.brand--v6 .brand__script {
    margin-top: 0.1rem;
    font-family: var(--v6-serif);
    font-size: 1.55rem;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -0.06em;
}

.site-nav__links {
    gap: clamp(2rem, 4.5vw, 5rem);
}

.nav-link,
.book-pill {
    color: inherit;
    font-family: var(--v6-serif);
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
}

.nav-link {
    position: relative;
}

.nav-link::after {
    position: absolute;
    right: 0;
    bottom: -0.35rem;
    left: 0;
    height: 1px;
    background: currentColor;
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 350ms var(--v6-ease);
}

.nav-link:hover::after,
.nav-link.is-active::after {
    transform: scaleX(1);
    transform-origin: left;
}

.nav-link:hover,
.nav-link.is-active,
.book-pill:hover {
    opacity: 1;
}

.book-pill {
    cursor: pointer;
    text-decoration: none;
}

.book-pill::after {
    display: inline-block;
    margin-left: 0.42rem;
    content: "↗";
    font-family: var(--v6-sans);
    font-size: 0.68rem;
    transition: transform 250ms var(--v6-ease);
}

.book-pill:hover::after {
    transform: translate(0.18rem, -0.18rem);
}

.nav-toggle__lines::before,
.nav-toggle__lines::after,
.nav-toggle__lines span {
    background: currentColor;
}

/* Full-screen navigation */
.mobile-nav {
    position: fixed;
    z-index: -1;
    inset: 0;
    display: grid;
    min-height: 100svh;
    grid-template-columns: minmax(16rem, 0.42fr) 1fr;
    padding: 0;
    color: var(--v6-salt);
    background: var(--v6-ink);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-1.5rem);
    transition:
        opacity 300ms var(--v6-ease),
        transform 500ms var(--v6-ease);
}

.mobile-nav.is-open {
    z-index: 350;
    opacity: 1;
    pointer-events: auto;
    transform: none;
}

.mobile-nav__image {
    min-height: 100%;
    background:
        linear-gradient(to bottom, transparent 45%, oklch(20% 0.018 57 / 0.55)),
        url("/assets/images/paradise-v6/ocean-swimmer.webp") center 62% / cover;
    transform: scale(1.04);
    transition: transform 1.2s var(--v6-ease);
}

.mobile-nav.is-open .mobile-nav__image {
    transform: scale(1);
}

.mobile-nav__inner {
    display: grid;
    min-height: 100%;
    align-content: center;
    padding: clamp(7rem, 12vh, 10rem) clamp(2rem, 7vw, 8rem) clamp(2rem, 5vh, 4rem);
}

.mobile-nav__masthead {
    max-width: 34rem;
    padding-bottom: clamp(2rem, 6vh, 4rem);
    border-bottom: 1px solid var(--v6-line-light);
}

.mobile-nav__eyebrow {
    color: oklch(98% 0.007 79 / 0.54);
}

.mobile-nav__title {
    max-width: 18ch;
    margin-top: 1rem;
    color: inherit;
    font-family: var(--v6-serif);
    font-size: clamp(2.7rem, 5vw, 5.5rem);
    line-height: 0.9;
}

.mobile-nav__lede {
    display: none;
}

.mobile-nav__grid {
    display: grid;
    grid-template-columns: minmax(14rem, 0.8fr) minmax(16rem, 1fr);
    gap: clamp(2rem, 8vw, 9rem);
    margin-top: clamp(2rem, 6vh, 4rem);
}

.mobile-nav__list {
    gap: 0;
}

.mobile-nav__item {
    width: max-content;
    color: inherit;
    font-size: clamp(2.4rem, 4vw, 4.8rem);
    line-height: 1.06;
}

.mobile-nav__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(8rem, 1fr));
}

.mobile-nav__meta-block {
    padding: 0 1rem 1.25rem 0;
    border-color: var(--v6-line-light);
}

.mobile-nav__meta-block a,
.mobile-nav__meta-block p {
    color: oklch(98% 0.007 79 / 0.78);
}

.mobile-nav__actions {
    display: flex;
    gap: 2rem;
    align-items: center;
    margin-top: clamp(2rem, 5vh, 4rem);
}

.mobile-nav__action {
    min-height: 3rem;
    padding: 0;
    border: 0;
    color: inherit;
    background: none;
    font-family: var(--v6-serif);
    font-size: 1.25rem;
    text-decoration: underline;
    text-underline-offset: 0.35em;
    cursor: pointer;
}

/* Booking drawer */
.booking-drawer {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    margin: 0;
    padding: 0;
    border: 0;
    color: var(--v6-ink);
    background: transparent;
    opacity: 0;
    transition:
        display 450ms allow-discrete,
        overlay 450ms allow-discrete,
        opacity 250ms var(--v6-ease);
}

.booking-drawer[open] {
    display: grid;
    grid-template-columns: minmax(18rem, 0.45fr) minmax(34rem, 0.55fr);
    opacity: 1;
}

.booking-drawer::backdrop {
    background: oklch(16% 0.02 55 / 0.72);
    opacity: 0;
    backdrop-filter: blur(6px);
    transition:
        display 450ms allow-discrete,
        overlay 450ms allow-discrete,
        opacity 300ms var(--v6-ease);
}

.booking-drawer[open]::backdrop {
    opacity: 1;
}

@starting-style {
    .booking-drawer[open],
    .booking-drawer[open]::backdrop {
        opacity: 0;
    }
}

.booking-drawer__visual {
    min-height: 100svh;
    background:
        linear-gradient(to top, oklch(20% 0.018 57 / 0.55), transparent 55%),
        url("/assets/images/paradise-v6/arrival-balcony.webp") center 42% / cover;
    transform: scale(1.03);
    animation: drawer-image 900ms var(--v6-ease) both;
}

.booking-drawer__panel {
    display: flex;
    min-height: 100svh;
    flex-direction: column;
    padding: clamp(1.5rem, 4vw, 4.5rem);
    background: var(--v6-paper);
    animation: drawer-panel 600ms var(--v6-ease) both;
}

.booking-drawer__topline {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--v6-line);
    font-size: 0.67rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.booking-drawer__close {
    padding: 0;
    border: 0;
    color: inherit;
    background: none;
    font: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    cursor: pointer;
}

.booking-drawer__close::after {
    margin-left: 0.6rem;
    content: "×";
    font-size: 1rem;
}

.booking-drawer__copy {
    margin-top: auto;
    padding-top: clamp(3rem, 9vh, 7rem);
}

.booking-drawer__copy h2 {
    max-width: 11ch;
    font-size: clamp(3.2rem, 6vw, 6rem);
    line-height: 0.88;
}

.booking-drawer__copy > p:last-child {
    max-width: 34rem;
    margin: 1.5rem 0 0;
    color: var(--v6-ink-soft);
}

.quick-booking {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: clamp(2rem, 5vh, 4rem);
    border-top: 1px solid var(--v6-line);
    border-left: 1px solid var(--v6-line);
}

.quick-booking label {
    display: grid;
    gap: 0.65rem;
    padding: 1rem 1.2rem;
    border-right: 1px solid var(--v6-line);
    border-bottom: 1px solid var(--v6-line);
    font-size: 0.64rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.quick-booking input,
.quick-booking select {
    min-width: 0;
    padding: 0;
    border: 0;
    color: var(--v6-ink);
    background: transparent;
    font-family: var(--v6-serif);
    font-size: 1.25rem;
}

.quick-booking button {
    grid-column: 1 / -1;
    display: flex;
    min-height: 4.5rem;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border: 0;
    color: var(--v6-salt);
    background: var(--v6-cobalt);
    font-family: var(--v6-serif);
    font-size: 1.4rem;
    cursor: pointer;
    transition: background-color 200ms var(--v6-ease);
}

.quick-booking button:hover {
    background: var(--v6-blue);
}

.booking-drawer__assurance {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
    margin-top: 1.25rem;
    color: var(--v6-ink-soft);
    font-size: 0.68rem;
}

.booking-drawer__assurance span::before {
    margin-right: 0.45rem;
    color: var(--v6-blue);
    content: "—";
}

@keyframes drawer-panel {
    from { opacity: 0; transform: translateX(4rem); }
}

@keyframes drawer-image {
    from { opacity: 0; transform: scale(1.08); }
}

/* Page transition */
.page-curtain {
    position: fixed;
    z-index: 1000;
    inset: 0;
    display: grid;
    place-items: center;
    color: var(--v6-salt);
    background: var(--v6-cobalt);
    pointer-events: none;
    transform: translateY(100%);
    transition: transform 560ms var(--v6-ease);
}

.page-curtain span {
    font-family: var(--v6-serif);
    font-size: clamp(2rem, 6vw, 5rem);
    font-style: italic;
    opacity: 0;
    transition: opacity 260ms 150ms var(--v6-ease);
}

body.is-leaving .page-curtain {
    transform: none;
}

body.is-leaving .page-curtain span {
    opacity: 1;
}

/* Home hero */
.v6-paper {
    background: var(--v6-paper);
}

.v6-kicker {
    margin: 0;
    color: inherit;
    font-family: var(--v6-sans);
    font-size: 0.66rem;
    font-weight: 650;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.v6-hero {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    color: var(--v6-salt);
    background: var(--v6-ink);
}

.v6-hero__slides,
.v6-hero__slide,
.v6-hero__shade {
    position: absolute;
    inset: 0;
}

.v6-hero__slide {
    margin: 0;
    opacity: 0;
    transform: scale(1.045);
    transition:
        opacity 1.3s var(--v6-ease-toggle),
        transform 8s linear;
}

.v6-hero__slide.is-active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
}

.v6-hero__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v6-hero__slide:nth-child(1) img {
    object-position: center;
}

.v6-hero__slide:nth-child(2) img {
    object-position: center 58%;
}

.v6-hero__shade {
    z-index: 2;
    background:
        linear-gradient(90deg, oklch(12% 0.018 57 / 0.66), transparent 68%),
        linear-gradient(to top, oklch(12% 0.018 57 / 0.78), transparent 48%),
        linear-gradient(to bottom, oklch(12% 0.018 57 / 0.24), transparent 28%);
}

.v6-hero__inner {
    position: relative;
    z-index: 3;
    display: grid;
    min-height: 100svh;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr auto;
    align-items: end;
    padding: clamp(7rem, 15vh, 11rem) 0 clamp(8.5rem, 16vh, 11.5rem);
}

.v6-hero__place {
    position: absolute;
    top: 50%;
    left: 0;
    display: flex;
    gap: 1rem;
    font-size: 0.58rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transform: rotate(-90deg) translateX(-50%);
    transform-origin: left top;
}

.v6-hero__copy {
    grid-row: 2 / 4;
    align-self: end;
    max-width: 56rem;
}

.v6-hero__copy h1 {
    max-width: 8ch;
    margin-top: 1rem;
    color: inherit;
    font-size: clamp(5rem, 12vw, 11.5rem);
    line-height: 0.72;
    letter-spacing: -0.055em;
}

.v6-hero__copy h1 em {
    display: inline-block;
    margin-left: 0.36em;
    font-weight: 400;
}

.v6-hero__lede {
    max-width: 33rem;
    margin: clamp(2rem, 4vh, 3rem) 0 0;
    color: oklch(98% 0.007 79 / 0.86);
    font-size: clamp(1rem, 1.45vw, 1.25rem);
    font-weight: 350;
    line-height: 1.6;
}

.v6-hero__links {
    display: flex;
    gap: 2.2rem;
    margin-top: 2rem;
}

.v6-text-link,
.v6-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    width: max-content;
    min-height: 2.75rem;
    padding: 0;
    border: 0;
    border-bottom: 1px solid currentColor;
    color: inherit;
    background: transparent;
    font-family: var(--v6-serif);
    font-size: 1.16rem;
    cursor: pointer;
    transition: gap 260ms var(--v6-ease), opacity 260ms var(--v6-ease);
}

.v6-text-link:hover,
.v6-arrow-link:hover {
    gap: 1.05rem;
    opacity: 1;
}

.v6-hero__counter {
    display: flex;
    grid-column: 2;
    grid-row: 3;
    gap: 0.75rem;
    align-items: center;
    padding-bottom: 0.7rem;
    font-size: 0.6rem;
    letter-spacing: 0.12em;
}

.v6-hero__counter-line {
    position: relative;
    display: block;
    width: clamp(4rem, 8vw, 8rem);
    height: 1px;
    overflow: hidden;
    background: oklch(98% 0.007 79 / 0.32);
}

.v6-hero__counter-line i {
    position: absolute;
    inset: 0;
    background: var(--v6-salt);
    transform: scaleX(0);
    transform-origin: left;
}

.v6-hero__counter-line i.is-running {
    animation: hero-progress 6.5s linear both;
}

@keyframes hero-progress {
    to { transform: scaleX(1); }
}

[data-hero-reveal] {
    opacity: 0;
    transform: translateY(2rem);
}

body.v6-ready [data-hero-reveal] {
    opacity: 1;
    transform: none;
    transition:
        opacity 850ms var(--v6-ease),
        transform 850ms var(--v6-ease);
}

body.v6-ready [data-hero-reveal]:nth-child(2) { transition-delay: 90ms; }
body.v6-ready [data-hero-reveal]:nth-child(3) { transition-delay: 180ms; }
body.v6-ready [data-hero-reveal]:nth-child(4) { transition-delay: 270ms; }

.v6-date-ribbon {
    position: absolute;
    z-index: 4;
    right: var(--v6-pad);
    bottom: 0;
    display: grid;
    width: min(48rem, calc(100% - (var(--v6-pad) * 2)));
    grid-template-columns: 1fr 1fr 0.8fr 1fr;
    color: var(--v6-ink);
    background: var(--v6-paper);
}

.v6-date-ribbon label {
    display: grid;
    gap: 0.35rem;
    min-width: 0;
    padding: 0.85rem 1rem;
    border-right: 1px solid var(--v6-line);
    font-size: 0.56rem;
    font-weight: 650;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.v6-date-ribbon input,
.v6-date-ribbon select {
    min-width: 0;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    font-family: var(--v6-serif);
    font-size: 1rem;
}

.v6-date-ribbon button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.15rem;
    border: 0;
    color: var(--v6-salt);
    background: var(--v6-cobalt);
    font-family: var(--v6-serif);
    font-size: 1.1rem;
    cursor: pointer;
}

/* Editorial content */
body.v6-motion [data-v6-reveal] {
    opacity: 0;
    transform: translateY(3rem);
    transition:
        opacity 900ms var(--v6-ease),
        transform 900ms var(--v6-ease);
}

body.v6-motion [data-v6-reveal].is-visible {
    opacity: 1;
    transform: none;
}

.v6-image-reveal {
    position: relative;
    overflow: hidden;
    transform: none;
}

.v6-image-reveal img {
    clip-path: inset(0);
    transform: scale(1.05);
    transition:
        clip-path 1.1s var(--v6-ease),
        transform 1.4s var(--v6-ease);
}

body.v6-motion .v6-image-reveal:not(.is-visible) img {
    clip-path: inset(0 0 100% 0);
}

body.v6-motion .v6-image-reveal.is-visible img {
    clip-path: inset(0);
    transform: scale(1);
}

.v6-opening {
    padding: var(--v6-section) 0;
}

.v6-opening__grid {
    display: grid;
    grid-template-columns: minmax(18rem, 0.72fr) minmax(22rem, 1fr);
    gap: clamp(3rem, 10vw, 11rem);
    align-items: center;
}

.v6-opening__portrait {
    width: min(100%, 38rem);
    aspect-ratio: 4 / 5.25;
}

.v6-opening__portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v6-image-caption {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    padding: 0.4rem 0.55rem;
    color: var(--v6-salt);
    background: var(--v6-ink);
    font-size: 0.55rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.v6-opening__copy {
    max-width: 49rem;
}

.v6-opening h2,
.v6-section-head h2,
.v6-day h2,
.v6-table-story h2,
.v6-booking-call h2 {
    margin-top: 1.25rem;
    font-size: clamp(4rem, 8vw, 8.5rem);
    line-height: 0.78;
    letter-spacing: -0.055em;
}

.v6-opening__lead {
    max-width: 37rem;
    margin: clamp(2rem, 5vw, 4rem) 0 0;
    font-family: var(--v6-serif);
    font-size: clamp(1.6rem, 2.7vw, 2.7rem);
    line-height: 1.12;
}

.v6-rule-copy {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--v6-line);
    color: var(--v6-ink-soft);
    font-size: 0.9rem;
    line-height: 1.65;
}

.v6-opening .v6-arrow-link,
.v6-table-story .v6-arrow-link,
.v6-day .v6-arrow-link {
    margin-top: 2rem;
}

.v6-manifesto {
    position: relative;
    display: grid;
    min-height: 90svh;
    place-items: center;
    padding: var(--v6-section) var(--v6-pad);
    overflow: hidden;
    color: var(--v6-salt);
    background: var(--v6-cobalt);
}

.v6-manifesto p {
    position: relative;
    z-index: 1;
    max-width: 18ch;
    margin: 0;
    font-family: var(--v6-serif);
    font-size: clamp(3.2rem, 7.8vw, 8rem);
    line-height: 0.9;
    text-align: center;
}

.v6-manifesto p em {
    font-weight: 400;
}

.v6-manifesto__mark {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(52vw, 48rem);
    color: oklch(98% 0.007 79 / 0.12);
    transform: translate(-50%, -50%);
}

.v6-manifesto__mark path {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 4;
}

.v6-residences {
    padding: var(--v6-section) 0;
}

.v6-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(18rem, 0.5fr);
    gap: 3rem;
    align-items: end;
}

.v6-section-head > p {
    max-width: 29rem;
    margin: 0 0 0.5rem;
    color: var(--v6-ink-soft);
    line-height: 1.65;
}

.v6-residence-track {
    display: flex;
    gap: clamp(1rem, 2vw, 2rem);
    margin-top: clamp(4rem, 8vw, 7rem);
    padding: 0 var(--v6-pad) 2rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    cursor: grab;
}

.v6-residence-track::-webkit-scrollbar {
    display: none;
}

.v6-residence-track.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
}

.v6-residence-card {
    display: grid;
    min-width: clamp(19rem, 33vw, 34rem);
    scroll-snap-align: start;
}

.v6-residence-card--tall {
    min-width: clamp(18rem, 26vw, 28rem);
}

.v6-residence-card--wide {
    min-width: clamp(24rem, 42vw, 44rem);
}

.v6-residence-card figure {
    aspect-ratio: 4 / 5;
    margin: 0;
    overflow: hidden;
    background: var(--v6-paper-deep);
}

.v6-residence-card--tall figure {
    aspect-ratio: 3 / 4.2;
}

.v6-residence-card--wide figure {
    aspect-ratio: 4 / 3.25;
}

.v6-residence-card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 800ms var(--v6-ease);
}

.v6-residence-card:hover figure img {
    transform: scale(1.035);
}

.v6-residence-card > div {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.4rem 1rem;
    padding: 1.25rem 0 0;
    border-top: 1px solid var(--v6-line);
}

.v6-residence-card span,
.v6-residence-card p,
.v6-track-footer {
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.v6-residence-card h3 {
    grid-column: 1 / -1;
    font-size: clamp(1.8rem, 3vw, 3rem);
}

.v6-residence-card p {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    color: var(--v6-ink-soft);
}

.v6-track-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
}

.v6-track-footer .v6-arrow-link {
    font-family: var(--v6-serif);
    font-size: 1.05rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

.v6-day {
    display: grid;
    min-height: 100svh;
    grid-template-columns: 0.52fr 0.48fr;
    color: var(--v6-salt);
    background: var(--v6-ink);
}

.v6-day__image {
    min-height: 100svh;
}

.v6-day__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v6-day__copy {
    display: grid;
    align-content: center;
    padding: var(--v6-section) clamp(2rem, 7vw, 8rem);
}

.v6-day h2 {
    color: inherit;
    font-size: clamp(4rem, 7vw, 7.5rem);
}

.v6-day__copy > p:not(.v6-kicker) {
    max-width: 31rem;
    margin: 2.5rem 0 0;
    color: oklch(98% 0.007 79 / 0.72);
    line-height: 1.7;
}

.v6-time-list {
    margin: 2.5rem 0 0;
    padding: 0;
    border-top: 1px solid var(--v6-line-light);
    list-style: none;
}

.v6-time-list li {
    display: grid;
    grid-template-columns: 4.5rem 1fr;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--v6-line-light);
}

.v6-time-list span {
    color: oklch(98% 0.007 79 / 0.52);
    font-size: 0.65rem;
}

.v6-time-list p {
    margin: 0;
    font-family: var(--v6-serif);
    font-size: 1.1rem;
}

.v6-table-story {
    padding: var(--v6-section) 0;
}

.v6-table-story__grid {
    display: grid;
    grid-template-columns: minmax(18rem, 0.65fr) minmax(24rem, 1.2fr);
    gap: clamp(3rem, 10vw, 10rem);
    align-items: center;
}

.v6-table-story__copy {
    max-width: 34rem;
}

.v6-table-story h2 {
    font-size: clamp(4rem, 7vw, 7rem);
}

.v6-table-story__copy > p:not(.v6-kicker) {
    margin: 2.5rem 0 0;
    color: var(--v6-ink-soft);
    line-height: 1.7;
}

.v6-table-story__image {
    aspect-ratio: 3 / 2;
}

.v6-table-story__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v6-booking-call {
    position: relative;
    display: grid;
    min-height: 92svh;
    align-items: end;
    overflow: hidden;
    color: var(--v6-salt);
    background: var(--v6-ink);
}

.v6-booking-call__background {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, oklch(12% 0.018 57 / 0.78), transparent 72%),
        linear-gradient(to top, oklch(12% 0.018 57 / 0.72), transparent 55%),
        url("/assets/images/paradise-editorial/skyline-dusk-balcony.webp") center / cover;
    transform: scale(1.02);
}

.v6-booking-call__inner {
    position: relative;
    z-index: 1;
    padding-bottom: clamp(4rem, 10vh, 8rem);
}

.v6-booking-call h2 {
    max-width: 12ch;
    color: inherit;
    font-size: clamp(4.3rem, 9vw, 9rem);
}

.v6-booking-call__inner > p:not(.v6-kicker) {
    max-width: 36rem;
    margin: 2.5rem 0 0;
    color: oklch(98% 0.007 79 / 0.78);
}

.v6-outline-button {
    display: inline-flex;
    gap: 2.5rem;
    align-items: center;
    min-height: 3.6rem;
    margin-top: 2rem;
    padding: 0.75rem 1rem;
    border: 1px solid currentColor;
    color: inherit;
    background: transparent;
    font-family: var(--v6-serif);
    font-size: 1.2rem;
    cursor: pointer;
    transition:
        color 250ms var(--v6-ease),
        background-color 250ms var(--v6-ease);
}

.v6-outline-button:hover {
    color: var(--v6-ink);
    background: var(--v6-salt);
}

/* Residence and experience indexes */
.v6-index-hero {
    position: relative;
    display: grid;
    min-height: 100svh;
    align-items: end;
    overflow: hidden;
    color: var(--v6-salt);
    background: var(--v6-ink);
}

.v6-index-hero__image,
.v6-index-hero__shade {
    position: absolute;
    inset: 0;
}

.v6-index-hero--residences .v6-index-hero__image {
    background: url("/assets/images/hero-daytime.webp") center / cover;
}

.v6-index-hero--experiences .v6-index-hero__image {
    background: url("/assets/images/paradise-v6/ocean-swimmer.webp") center 38% / cover;
}

.v6-index-hero__image {
    animation: v6-index-image 1.4s var(--v6-ease) both;
}

@keyframes v6-index-image {
    from { opacity: 0; transform: scale(1.06); }
}

.v6-index-hero__shade {
    background:
        linear-gradient(90deg, oklch(12% 0.018 57 / 0.62), transparent 72%),
        linear-gradient(to top, oklch(12% 0.018 57 / 0.84), transparent 60%),
        linear-gradient(to bottom, oklch(12% 0.018 57 / 0.24), transparent 26%);
}

.v6-index-hero__inner {
    position: relative;
    z-index: 1;
    padding-bottom: clamp(4rem, 10vh, 8rem);
}

.v6-index-hero h1 {
    max-width: 11ch;
    margin-top: 1rem;
    color: inherit;
    font-size: clamp(5rem, 12vw, 11rem);
    line-height: 0.73;
    letter-spacing: -0.055em;
}

.v6-index-hero h1 em {
    margin-left: 0.2em;
    font-weight: 400;
}

.v6-index-hero__inner > p:not(.v6-kicker) {
    max-width: 33rem;
    margin: 2.5rem 0 0;
    color: oklch(98% 0.007 79 / 0.82);
    font-size: 1.05rem;
    line-height: 1.65;
}

.v6-index-hero .v6-text-link {
    margin-top: 2rem;
}

.v6-collection-intro {
    padding: var(--v6-section) 0;
}

.v6-collection-intro__grid {
    display: grid;
    grid-template-columns: minmax(22rem, 1.2fr) minmax(18rem, 0.65fr);
    gap: clamp(3rem, 10vw, 10rem);
    align-items: end;
}

.v6-collection-intro h2 {
    margin-top: 1rem;
    font-size: clamp(4rem, 8vw, 8rem);
    line-height: 0.8;
    letter-spacing: -0.05em;
}

.v6-collection-intro__copy > p {
    color: var(--v6-ink-soft);
    line-height: 1.7;
}

.v6-collection-intro dl {
    margin: 2.5rem 0 0;
    border-top: 1px solid var(--v6-line);
}

.v6-collection-intro dl > div {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 0.9rem 0;
    border-bottom: 1px solid var(--v6-line);
}

.v6-collection-intro dt {
    color: var(--v6-ink-soft);
    font-size: 0.66rem;
    font-weight: 650;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.v6-collection-intro dd {
    margin: 0;
    font-family: var(--v6-serif);
    font-size: 1.1rem;
}

.v6-collection-list {
    background: var(--v6-paper-deep);
}

.v6-collection-row {
    position: relative;
    display: grid;
    min-height: 88svh;
    grid-template-columns: minmax(22rem, 1.05fr) minmax(21rem, 0.95fr);
    border-top: 1px solid var(--v6-line);
}

.v6-collection-row__number {
    position: absolute;
    z-index: 2;
    top: 1.5rem;
    left: var(--v6-pad);
    padding: 0.35rem 0.48rem;
    color: var(--v6-salt);
    background: var(--v6-ink);
    font-size: 0.62rem;
    font-weight: 650;
}

.v6-collection-row__image {
    min-height: 88svh;
}

.v6-collection-row__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v6-collection-row__copy {
    display: grid;
    align-content: center;
    padding: var(--v6-section) clamp(2rem, 7vw, 8rem);
}

.v6-collection-row__copy h2 {
    margin-top: 1rem;
    font-size: clamp(4rem, 7vw, 7.5rem);
    line-height: 0.78;
    letter-spacing: -0.05em;
}

.v6-collection-row__copy > p:not(.v6-kicker) {
    max-width: 30rem;
    margin: 2.5rem 0 0;
    color: var(--v6-ink-soft);
    line-height: 1.7;
}

.v6-collection-row__copy ul {
    display: grid;
    gap: 0.6rem;
    margin: 2rem 0 0;
    padding: 1rem 0 0;
    border-top: 1px solid var(--v6-line);
    list-style: none;
    color: var(--v6-ink-soft);
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.v6-collection-row__copy li::before {
    margin-right: 0.6rem;
    content: "—";
}

.v6-collection-row__copy .v6-arrow-link {
    margin-top: 2rem;
}

.v6-collection-row--reverse .v6-collection-row__image {
    grid-column: 2;
}

.v6-collection-row--reverse .v6-collection-row__copy {
    grid-column: 1;
    grid-row: 1;
}

.v6-collection-close {
    padding: var(--v6-section) 0;
    color: var(--v6-salt);
    background: var(--v6-cobalt);
}

.v6-collection-close__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.42fr);
    gap: 2rem 5rem;
}

.v6-collection-close__grid > .v6-kicker,
.v6-collection-close__grid > h2 {
    grid-column: 1;
}

.v6-collection-close h2 {
    max-width: 13ch;
    font-size: clamp(4.2rem, 9vw, 9rem);
    line-height: 0.8;
    letter-spacing: -0.05em;
}

.v6-collection-close h2 em {
    font-weight: 400;
}

.v6-collection-close__grid > p:not(.v6-kicker) {
    grid-column: 2;
    grid-row: 2;
    align-self: end;
    color: oklch(98% 0.007 79 / 0.78);
    line-height: 1.7;
}

.v6-collection-close .v6-outline-button {
    grid-column: 2;
    justify-self: start;
}

.v6-experience-intro {
    padding: var(--v6-section) 0;
}

.v6-experience-intro p {
    max-width: 19ch;
    margin: 0 auto;
    font-family: var(--v6-serif);
    font-size: clamp(3.2rem, 7vw, 7rem);
    line-height: 0.95;
    text-align: center;
}

.v6-notes {
    padding-bottom: var(--v6-section);
}

.v6-note {
    display: grid;
    min-height: 88svh;
    grid-template-columns: minmax(22rem, 1.04fr) minmax(21rem, 0.96fr);
    align-items: stretch;
    border-top: 1px solid var(--v6-line);
}

.v6-note__image {
    min-height: 88svh;
}

.v6-note__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v6-note__copy {
    position: relative;
    display: grid;
    align-content: center;
    padding: var(--v6-section) clamp(2rem, 7vw, 8rem);
}

.v6-note__number {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    color: var(--v6-ink-soft);
    font-size: 0.65rem;
}

.v6-note__copy h2 {
    margin-top: 1rem;
    font-size: clamp(4rem, 7vw, 7.5rem);
    line-height: 0.78;
    letter-spacing: -0.05em;
}

.v6-note__copy > p:not(.v6-kicker) {
    max-width: 30rem;
    margin: 2.5rem 0 0;
    color: var(--v6-ink-soft);
    line-height: 1.7;
}

.v6-note .v6-arrow-link {
    margin-top: 2rem;
}

.v6-note--table .v6-note__image {
    grid-column: 2;
}

.v6-note--table .v6-note__copy {
    grid-column: 1;
    grid-row: 1;
}

.v6-note--reset .v6-note__image img {
    object-position: center;
}

.v6-experience-close {
    position: relative;
    display: grid;
    min-height: 94svh;
    align-items: end;
    overflow: hidden;
    color: var(--v6-salt);
    background: var(--v6-ink);
}

.v6-experience-close__image {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, oklch(12% 0.018 57 / 0.82), transparent 62%),
        url("/assets/images/paradise-editorial/skyline-dusk-balcony.webp") center / cover;
}

.v6-experience-close__copy {
    position: relative;
    z-index: 1;
    padding-bottom: clamp(4rem, 10vh, 8rem);
}

.v6-experience-close h2 {
    max-width: 12ch;
    margin-top: 1rem;
    color: inherit;
    font-size: clamp(4.2rem, 9vw, 9rem);
    line-height: 0.78;
}

.v6-experience-close h2 em {
    font-weight: 400;
}

.v6-experience-close .v6-outline-button {
    margin-top: 2.5rem;
}

/* Shared-page uplift */
body:not([data-page="home"]) .page-hero {
    min-height: 84svh;
}

body:not([data-page="home"]) .page-hero__content h1 {
    font-size: clamp(4.5rem, 10vw, 9rem);
    line-height: 0.82;
}

body:not([data-page="home"]) .page-hero::after {
    background:
        linear-gradient(to top, oklch(12% 0.018 57 / 0.76), transparent 55%),
        linear-gradient(to right, oklch(12% 0.018 57 / 0.42), transparent 65%);
}

.section-header .title-lg {
    font-size: clamp(3.6rem, 7vw, 7rem);
    line-height: 0.86;
}

/* Booking page: guest-facing, not systems-facing */
.booking-page {
    --booking-ink: var(--v6-ink);
    --booking-paper: var(--v6-paper);
    --booking-sand: var(--v6-paper-deep);
    --booking-sea: var(--v6-cobalt);
    --booking-rust: var(--v6-coral);
    --booking-line: var(--v6-line);
}

.booking-hero {
    min-height: 66svh;
}

.booking-hero__image {
    background:
        linear-gradient(90deg, oklch(12% 0.018 57 / 0.70), transparent 72%),
        linear-gradient(to top, oklch(12% 0.018 57 / 0.52), transparent 52%),
        url("/assets/images/paradise-v6/hero-dawn.webp") center / cover;
}

.booking-hero__inner {
    padding-block: clamp(8rem, 18vh, 12rem) clamp(3rem, 8vh, 5rem);
}

.booking-hero .title-xl {
    max-width: 10ch;
    font-size: clamp(4rem, 9vw, 8.5rem);
    line-height: 0.82;
}

.booking-hero .lead {
    max-width: 34rem;
    font-size: 1.05rem;
}

.booking-shell {
    padding-block: clamp(4rem, 8vw, 7rem);
    background: var(--v6-paper);
}

.booking-intro {
    align-items: center;
}

.booking-intro .title-lg {
    font-size: clamp(3.4rem, 6vw, 6rem);
}

.booking-steps {
    color: var(--v6-ink-soft);
}

.booking-steps span {
    border-radius: 50%;
}

.booking-panel__heading h3,
.booking-empty h4,
.booking-residence h4,
.booking-summary h4,
.booking-payment-state h3 {
    font-size: clamp(2.8rem, 5vw, 5rem);
    line-height: 0.88;
}

.booking-search {
    padding: 0;
    border-left: 1px solid var(--booking-line);
    background: transparent;
}

.booking-search .booking-field {
    min-height: 5.5rem;
    justify-content: center;
    padding: 1rem;
    border-top: 1px solid var(--booking-line);
    border-right: 1px solid var(--booking-line);
    border-bottom: 1px solid var(--booking-line);
}

.booking-search .booking-field input,
.booking-search .booking-field select {
    min-height: 2rem;
    padding: 0;
    border: 0;
    background: transparent;
    font-family: var(--v6-serif);
    font-size: 1.18rem;
}

.booking-search .booking-button {
    min-height: 5.5rem;
    color: var(--v6-salt);
    background: var(--v6-cobalt);
}

.booking-trust-row {
    color: var(--v6-ink-soft);
}

.booking-help {
    color: var(--v6-salt);
    background: var(--v6-cobalt);
}

.booking-help .eyebrow,
.booking-help h2,
.booking-help p {
    color: inherit;
}

.booking-help__points {
    color: oklch(98% 0.007 79 / 0.8);
}

.booking-residence {
    background: var(--v6-paper-deep);
}

.booking-residence.is-selected {
    background: oklch(91% 0.028 245);
}

.booking-button {
    border-radius: 0;
    transition:
        transform 160ms var(--v6-ease),
        color 200ms var(--v6-ease),
        background-color 200ms var(--v6-ease);
}

.booking-button--primary {
    color: var(--v6-salt);
    background: var(--v6-cobalt);
    border-color: var(--v6-cobalt);
}

/* Footer */
.footer--v6 {
    padding: clamp(5rem, 10vw, 9rem) 0 1.5rem;
    color: var(--v6-salt);
    background: var(--v6-ink);
}

.footer--v6 .brand {
    color: inherit;
}

.footer--v6 .footer-tagline,
.footer--v6 .footer-contact,
.footer--v6 .footer-note,
.footer--v6 .footer-nav,
.footer--v6 .footer-base,
.footer--v6 .eyebrow,
.footer--v6 .footer-contact a,
.footer--v6 .footer-note a,
.footer--v6 .footer-nav a,
.footer--v6 .footer-note p,
.footer--v6 .footer-contact .footer-enquiry {
    color: oklch(98% 0.007 79 / 0.68);
}

.footer--v6 .footer-nav a:hover,
.footer--v6 a:hover {
    color: var(--v6-salt);
    opacity: 1;
}

.footer--v6 .footer-grid,
.footer--v6 .footer-base {
    border-color: var(--v6-line-light);
}

/* Responsive */
@media (max-width: 1024px) {
    .site-nav {
        display: none;
    }

    .header-shell {
        grid-template-columns: 1fr auto;
    }

    .header-actions {
        grid-column: 2;
    }

    .nav-toggle {
        display: inline-grid;
        color: inherit;
    }

    .mobile-nav {
        grid-template-columns: minmax(13rem, 0.38fr) 1fr;
    }

    .booking-drawer[open] {
        grid-template-columns: minmax(14rem, 0.36fr) 1fr;
    }

    .v6-opening__grid {
        gap: 4rem;
    }

    .v6-section-head {
        grid-template-columns: 1fr;
    }

    .v6-day__copy {
        padding-inline: 3rem;
    }
}

@media (max-width: 760px) {
    :root {
        --v6-pad: 1rem;
        --v6-section: clamp(5rem, 22vw, 7.5rem);
    }

    .brand--v6 .brand__small {
        font-size: 0.42rem;
    }

    .brand--v6 .brand__script {
        font-size: 1.35rem;
    }

    .book-pill {
        font-size: 0.95rem;
    }

    .mobile-nav {
        grid-template-columns: 1fr;
        overflow-y: auto;
    }

    .mobile-nav__image {
        position: absolute;
        inset: 0;
        min-height: 100%;
        opacity: 0.25;
        filter: saturate(0.72);
    }

    .mobile-nav__inner {
        position: relative;
        z-index: 1;
        display: block;
        padding: 7rem 1rem 2rem;
    }

    .mobile-nav__masthead {
        padding-bottom: 2rem;
    }

    .mobile-nav__title {
        font-size: clamp(2.8rem, 14vw, 4.2rem);
    }

    .mobile-nav__grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        margin-top: 2rem;
    }

    .mobile-nav__item {
        font-size: clamp(2.8rem, 14vw, 4.5rem);
    }

    .mobile-nav__group--secondary {
        display: none;
    }

    .mobile-nav__actions {
        margin-top: 2.5rem;
    }

    .booking-drawer[open] {
        display: block;
        overflow-y: auto;
        background: var(--v6-paper);
    }

    .booking-drawer__visual {
        min-height: 34svh;
        background-position: center 38%;
    }

    .booking-drawer__panel {
        min-height: 66svh;
        padding: 1.25rem 1rem 2rem;
    }

    .booking-drawer__copy {
        padding-top: 3rem;
    }

    .booking-drawer__copy h2 {
        font-size: clamp(3.1rem, 15vw, 4.8rem);
    }

    .quick-booking {
        margin-top: 2rem;
    }

    .booking-drawer__assurance {
        display: grid;
    }

    .v6-hero__inner {
        display: block;
        min-height: 100svh;
        padding: 8rem 0 10rem;
    }

    .v6-hero__copy {
        position: absolute;
        right: 0;
        bottom: 9rem;
        left: 0;
    }

    .v6-hero__copy h1 {
        margin-top: 0.7rem;
        font-size: clamp(5.2rem, 24vw, 8.2rem);
        line-height: 0.75;
    }

    .v6-hero__copy h1 em {
        margin-left: 0.08em;
    }

    .v6-hero__lede {
        max-width: 28rem;
        margin-top: 1.5rem;
        padding-right: 1.5rem;
        font-size: 0.95rem;
    }

    .v6-hero__links {
        gap: 1.25rem;
    }

    .v6-text-link {
        font-size: 1rem;
    }

    .v6-hero__place,
    .v6-hero__counter {
        display: none;
    }

    .v6-hero__shade {
        background:
            linear-gradient(to top, oklch(12% 0.018 57 / 0.88), transparent 60%),
            linear-gradient(to bottom, oklch(12% 0.018 57 / 0.36), transparent 30%);
    }

    .v6-hero__slide:nth-child(1) img {
        object-position: 62% center;
    }

    .v6-hero__slide:nth-child(2) img {
        object-position: 62% center;
    }

    .v6-date-ribbon {
        right: 0;
        width: 100%;
        grid-template-columns: 1fr 1fr auto;
    }

    .v6-date-ribbon label:nth-child(3) {
        display: none;
    }

    .v6-date-ribbon label {
        padding: 0.7rem 0.75rem;
    }

    .v6-date-ribbon input {
        font-size: 0.84rem;
    }

    .v6-date-ribbon button {
        padding-inline: 0.85rem;
        font-size: 0.92rem;
    }

    .v6-opening__grid,
    .v6-table-story__grid {
        grid-template-columns: 1fr;
        gap: 3.5rem;
    }

    .v6-opening__portrait {
        width: 82%;
        margin-left: auto;
    }

    .v6-opening h2,
    .v6-section-head h2,
    .v6-day h2,
    .v6-table-story h2,
    .v6-booking-call h2 {
        font-size: clamp(3.8rem, 18vw, 6rem);
        line-height: 0.8;
    }

    .v6-opening__lead {
        font-size: 1.65rem;
    }

    .v6-rule-copy {
        grid-template-columns: 1fr;
    }

    .v6-manifesto {
        min-height: 78svh;
    }

    .v6-manifesto p {
        font-size: clamp(3.2rem, 15vw, 5rem);
    }

    .v6-residence-track {
        gap: 1rem;
    }

    .v6-residence-card,
    .v6-residence-card--tall,
    .v6-residence-card--wide {
        min-width: 82vw;
    }

    .v6-track-footer > span {
        display: none;
    }

    .v6-track-footer {
        justify-content: flex-end;
    }

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

    .v6-day__image {
        min-height: 74svh;
    }

    .v6-day__copy {
        padding: 5rem 1rem 6rem;
    }

    .v6-table-story__image {
        grid-row: 1;
        width: calc(100% + 1rem);
        margin-left: -1rem;
        aspect-ratio: 4 / 3.2;
    }

    .v6-booking-call {
        min-height: 86svh;
    }

    .v6-booking-call__background {
        background-position: 62% center;
    }

    .v6-index-hero h1 {
        font-size: clamp(5rem, 23vw, 8rem);
    }

    .v6-index-hero__inner {
        padding-bottom: 4rem;
    }

    .v6-index-hero--residences .v6-index-hero__image {
        background-position: 58% center;
    }

    .v6-index-hero--experiences .v6-index-hero__image {
        background-position: center 44%;
    }

    .v6-collection-intro__grid,
    .v6-collection-row,
    .v6-note,
    .v6-collection-close__grid {
        grid-template-columns: 1fr;
    }

    .v6-collection-intro h2,
    .v6-collection-row__copy h2,
    .v6-note__copy h2,
    .v6-collection-close h2,
    .v6-experience-close h2 {
        font-size: clamp(3.8rem, 18vw, 6rem);
    }

    .v6-collection-row,
    .v6-note {
        min-height: 0;
    }

    .v6-collection-row__image,
    .v6-note__image {
        min-height: 70svh;
    }

    .v6-collection-row__copy,
    .v6-note__copy {
        padding: 5rem 1rem 6rem;
    }

    .v6-collection-row--reverse .v6-collection-row__image,
    .v6-note--table .v6-note__image {
        grid-column: 1;
    }

    .v6-collection-row--reverse .v6-collection-row__copy,
    .v6-note--table .v6-note__copy {
        grid-column: 1;
        grid-row: 2;
    }

    .v6-collection-close__grid > .v6-kicker,
    .v6-collection-close__grid > h2,
    .v6-collection-close__grid > p:not(.v6-kicker),
    .v6-collection-close .v6-outline-button {
        grid-column: 1;
        grid-row: auto;
    }

    .v6-experience-intro p {
        font-size: clamp(3rem, 14vw, 4.6rem);
    }

    .booking-hero {
        min-height: 72svh;
    }

    .booking-hero .title-xl {
        font-size: clamp(4rem, 18vw, 6.3rem);
    }

    .booking-search {
        border-top: 1px solid var(--booking-line);
    }
}

@media (hover: hover) and (pointer: fine) {
    .v6-residence-card:hover {
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    [data-hero-reveal],
    [data-v6-reveal],
    .v6-image-reveal {
        clip-path: none;
        opacity: 1;
        transform: none;
    }
}
