/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties {
    @supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {
        *, :before, :after, ::backdrop {
            --tw-border-style: solid;
            --tw-outline-style: solid
        }
    }
}

@layer theme {
    :root, :host {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --spacing: .25rem;
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono)
    }
}

@layer base {
    *, :after, :before, ::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    html, :host {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px
    }

    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: inherit;
        font-weight: inherit
    }

    a {
        color: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit
    }

    b, strong {
        font-weight: bolder
    }

    code, kbd, samp, pre {
        font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings, normal);
        font-variation-settings: var(--default-mono-font-variation-settings, normal);
        font-size: 1em
    }

    small {
        font-size: 80%
    }

    sub, sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse
    }

    :-moz-focusring {
        outline: auto
    }

    progress {
        vertical-align: baseline
    }

    summary {
        display: list-item
    }

    ol, ul, menu {
        list-style: none
    }

    img, svg, video, canvas, audio, iframe, embed, object {
        vertical-align: middle;
        display: block
    }

    img, video {
        max-width: 100%;
        height: auto
    }

    button, input, select, optgroup, textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    :where(select:is([multiple], [size])) optgroup {
        font-weight: bolder
    }

    :where(select:is([multiple], [size])) optgroup option {
        padding-inline-start: 20px
    }

    ::file-selector-button {
        margin-inline-end: 4px
    }

    ::placeholder {
        opacity: 1
    }

    @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
        ::placeholder {
            color: currentColor
        }

        @supports (color:color-mix(in lab, red, red)) {
            ::placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent)
            }
        }
    }

    textarea {
        resize: vertical
    }

    ::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit
    }

    ::-webkit-datetime-edit {
        display: inline-flex
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0
    }

    ::-webkit-datetime-edit {
        padding-block: 0
    }

    ::-webkit-datetime-edit-year-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-month-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-day-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-hour-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-minute-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-second-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0
    }

    ::-webkit-calendar-picker-indicator {
        line-height: 1
    }

    :-moz-ui-invalid {
        box-shadow: none
    }

    button, input:where([type=button], [type=reset], [type=submit]) {
        appearance: button
    }

    ::file-selector-button {
        appearance: button
    }

    ::-webkit-inner-spin-button {
        height: auto
    }

    ::-webkit-outer-spin-button {
        height: auto
    }

    [hidden]:where(:not([hidden=until-found])) {
        display: none !important
    }
}

@layer components;

@layer utilities {
    .visible {
        visibility: visible
    }

    .relative {
        position: relative
    }

    .start {
        inset-inline-start: var(--spacing)
    }

    .block {
        display: block
    }

    .table {
        display: table
    }

    .border {
        border-style: var(--tw-border-style);
        border-width: 1px
    }

    .outline {
        outline-style: var(--tw-outline-style);
        outline-width: 1px
    }
}

:root {
    --ink: #121511;
    --ink-soft: #20261f;
    --forest: #2f3a31;
    --sage: #879180;
    --stone: #d8d0c4;
    --sand: #ebe4d9;
    --paper: #f6f2eb;
    --gold: #bda274;
    --gold-light: #e3d2ad;
    --copy: #625f59;
    --line: #1d211c2b;
    --serif: Georgia, "Times New Roman", serif;
    --sans: Arial, Helvetica, sans-serif
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    color: var(--ink);
    background: var(--paper);
    font-family: var(--sans);
    -webkit-font-smoothing: antialiased;
    margin: 0
}

body:has(.mobileMenu[open]) {
    overflow: hidden
}

img, video {
    width: 100%;
    display: block
}

a {
    color: inherit
}

figure {
    margin: 0
}

h1, h2, h3, p {
    overflow-wrap: break-word
}

h1, h2, h3 {
    font-family: var(--serif);
    letter-spacing: -.035em;
    font-weight: 400
}

h1 em, h2 em, h3 em {
    color: var(--gold);
    font-weight: 400
}

p {
    line-height: 1.75
}

.pageShell {
    width: min(100% - 11vw, 1500px);
    margin-inline: auto
}

.kicker {
    color: #8f7547;
    letter-spacing: .24em;
    text-transform: uppercase;
    margin: 0 0 19px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4
}

.kickerLight {
    color: var(--gold-light)
}

.lead {
    color: var(--copy);
    font-family: var(--serif);
    font-size: clamp(20px, 2vw, 29px);
    line-height: 1.55
}

.lineArrow {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.15px;
    stroke-linecap: square;
    stroke-linejoin: miter;
    width: 17px;
    height: 17px
}

.arrowLink {
    min-width: 245px;
    color: var(--ink);
    letter-spacing: .17em;
    text-transform: uppercase;
    border-bottom: 1px solid #161a156b;
    align-items: center;
    gap: 38px;
    padding: 0 0 13px;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex
}

.arrowLink .lineArrow {
    margin-left: auto;
    transition: transform .25s
}

.arrowLink:hover .lineArrow {
    transform: translate(3px, -3px)
}

.arrowLinkLight {
    color: #fff;
    border-color: #ffffff73
}

.artistNote {
    z-index: 3;
    color: #ffffffb8;
    letter-spacing: .17em;
    text-transform: uppercase;
    margin: 0;
    font-size: 8px;
    position: absolute;
    bottom: 18px;
    right: 24px
}

.siteHeader {
    z-index: 40;
    color: #fff;
    position: absolute;
    inset: 0 0 auto
}

.siteHeaderInner {
    border-bottom: 1px solid #ffffff3b;
    grid-template-columns: minmax(230px, 1fr) auto minmax(130px, .55fr);
    align-items: center;
    gap: 28px;
    min-height: 112px;
    padding: 15px 4vw;
    display: grid
}

.brandLockup {
    color: #fff;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    display: flex
}

.brandLockup a {
    color: inherit;
    text-decoration: inherit
}

.brandLockup img {
    object-fit: contain;
    filter: drop-shadow(0 2px 6px #00000040);
    width: 112px;
    height: 68px
}

.brandLockup span {
    border-left: 1px solid #fff6;
    padding-left: 19px;
    display: flex;
    flex-direction: column;
}

.brandLockup b {
    font-family: var(--serif);
    letter-spacing: .17em;
    font-size: 20px;
    font-weight: 400;
    display: block
}

.brandLockup small {
    letter-spacing: .2em;
    opacity: .7;
    text-transform: uppercase;
    margin-top: 6px;
    font-size: 7px;
    display: block
}

.desktopNav {
    align-items: center;
    gap: clamp(18px, 2.1vw, 38px);
    display: flex
}

.desktopNav a {
    color: #ffffffbf;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s;
    position: relative
}

.desktopNav a:hover, .desktopNav a.active {
    color: var(--gold-light)
}

.desktopNav a.active:after {
    content: "";
    background: var(--gold-light);
    height: 1px;
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0
}

.headerEnquire {
    border-bottom: 1px solid var(--gold-light);
    letter-spacing: .16em;
    text-transform: uppercase;
    justify-self: end;
    align-items: center;
    gap: 15px;
    padding-bottom: 10px;
    font-size: 9px;
    font-weight: 700;
    text-decoration: none;
    display: flex
}

.mobileMenu {
    display: none
}

.homeHero {
    color: #fff;
    background: var(--ink);
    align-items: flex-end;
    min-height: 100svh;
    display: flex;
    position: relative;
    overflow: hidden
}

.homeHero>video {
    object-fit: cover;
    height: 100%;
    position: absolute;
    inset: 0
}

.homeHeroShade {
    background: linear-gradient(90deg, #0b0e0bc7, #0b0e0b33 65%), linear-gradient(#0000 45%, #090b09b3);
    position: absolute;
    inset: 0
}

.homeHeroCopy {
    z-index: 2;
    width: min(86vw, 1180px);
    padding: 170px 7vw 10vh;
    position: relative
}

.homeHeroCopy h1 {
    white-space: nowrap;
    letter-spacing: .055em;
    width: max-content;
    max-width: 100%;
    margin: 0 0 22px;
    font-size: clamp(74px, 11.5vw, 184px);
    font-weight: 400;
    line-height: .82
}

.homeHeroLine {
    font-family: var(--serif);
    margin: 0 0 38px;
    font-size: clamp(28px, 3.4vw, 50px);
    line-height: 1.15
}

.heroIndex {
    z-index: 2;
    border-bottom: 1px solid #ffffff6b;
    align-items: end;
    gap: 18px;
    padding: 0 0 14px;
    display: flex;
    position: absolute;
    bottom: 6vh;
    right: 5vw
}

.heroIndex span {
    font-family: var(--serif);
    font-size: 70px;
    line-height: .8
}

.heroIndex p {
    color: #ffffffb8;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin: 0;
    font-size: 8px;
    line-height: 1.55
}

.opening {
    grid-template-columns: 1.15fr .85fr;
    align-items: start;
    gap: 10vw;
    padding-block: clamp(110px, 12vw, 190px);
    display: grid
}

.opening h2, .sectionIntro h2, .locationPreview h2 {
    margin: 0;
    font-size: clamp(56px, 6.5vw, 105px);
    line-height: .98
}

.opening .lead {
    margin: 35px 0 42px
}

.numbersBand {
    border-block: 1px solid var(--line);
    grid-template-columns: repeat(4, 1fr);
    padding: 40px 5.5vw;
    display: grid
}

.numbersBand div {
    border-right: 1px solid var(--line);
    padding: 12px 5vw
}

.numbersBand div:last-child {
    border-right: 0
}

.numbersBand strong {
    color: var(--forest);
    font-family: var(--serif);
    font-size: clamp(48px, 5vw, 78px);
    font-weight: 400;
    line-height: 1;
    display: block
}

.numbersBand span {
    color: var(--copy);
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-top: 11px;
    font-size: 8px;
    font-weight: 700;
    display: block
}

.aerialFeature {
    color: #fff;
    min-height: min(82vw, 1100px);
    position: relative;
    overflow: hidden
}

.aerialFeature>img {
    object-fit: cover;
    height: 100%;
    position: absolute;
    inset: 0
}

.aerialFeatureShade {
    background: linear-gradient(#0000 35%, #0c100dd1);
    position: absolute;
    inset: 0
}

.aerialFeatureCopy {
    z-index: 2;
    max-width: 880px;
    position: absolute;
    bottom: 7vw;
    left: 6vw
}

.aerialFeatureCopy h2 {
    margin: 0 0 28px;
    font-size: clamp(48px, 6.2vw, 98px);
    line-height: 1
}

.aerialFeatureCopy>p:not(.kicker) {
    color: #ffffffbf;
    max-width: 650px;
    font-size: 17px
}

.aerialFeatureCopy .arrowLink {
    margin-top: 18px
}

.architectureSplit {
    background: var(--sand);
    grid-template-columns: 1.16fr .84fr;
    min-height: 760px;
    display: grid
}

.architectureSplit figure {
    position: relative
}

.architectureSplit figure img {
    object-fit: contain;
    background: var(--stone);
    height: 100%
}

.architectureSplit figcaption, .communityVisuals figcaption, .kitchenStory figcaption {
    color: #fff;
    letter-spacing: .14em;
    text-transform: uppercase;
    background: #0f120fb8;
    padding: 9px 12px;
    font-size: 8px;
    position: absolute;
    inset: auto 20px 18px
}

.architectureSplit>div {
    align-self: center;
    padding: clamp(60px, 7vw, 120px)
}

.architectureSplit h2 {
    margin: 0 0 30px;
    font-size: clamp(52px, 5.5vw, 88px);
    line-height: 1
}

.architectureSplit>div>p:not(.kicker) {
    color: var(--copy);
    font-size: 17px
}

.architectureSplit .arrowLink {
    margin-top: 26px
}

.interiorFeature {
    padding-block: clamp(110px, 12vw, 190px)
}

.sectionIntro {
    max-width: 980px;
    margin-bottom: 70px
}

.sectionIntro>p:last-child {
    max-width: 700px;
    color: var(--copy);
    font-size: 17px
}

.interiorFeatureGrid {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr .75fr;
    gap: 20px;
    display: grid
}

.interiorFeatureGrid figure {
    background: var(--stone);
    position: relative;
    overflow: hidden
}

.interiorFeatureGrid img {
    object-fit: contain;
    background: var(--stone);
    height: 100%
}

.interiorFeatureGrid .featureLarge {
    grid-row: span 2;
    min-height: 870px
}

.interiorFeatureGrid>figure:not(.featureLarge) {
    min-height: 480px
}

.interiorFeatureGrid figcaption {
    color: #fff;
    letter-spacing: .14em;
    text-transform: uppercase;
    background: linear-gradient(#0000, #0000009e);
    padding: 40px 18px 18px;
    font-size: 9px;
    position: absolute;
    inset: auto 0 0
}

.featureText {
    padding: 42px 15px 0
}

.featureText p {
    max-width: 550px;
    color: var(--copy);
    font-family: var(--serif);
    margin: 0 0 34px;
    font-size: 24px;
    line-height: 1.55
}

.filmFeature {
    background: var(--ink-soft);
    color: #fff;
    grid-template-columns: 1.25fr .75fr;
    min-height: 760px;
    display: grid
}

.filmFeature video {
    align-self: center
}

.filmFeature>div {
    align-self: center;
    padding: clamp(60px, 7vw, 120px)
}

.filmFeature h2 {
    margin: 0 0 28px;
    font-size: clamp(50px, 5vw, 84px);
    line-height: 1
}

.filmFeature>div>p:not(.kicker) {
    color: #ffffffad;
    font-size: 17px
}

.filmFeature .arrowLink {
    margin-top: 25px
}

.locationPreview {
    grid-template-columns: 1fr .9fr;
    gap: 10vw;
    padding-block: clamp(110px, 12vw, 180px);
    display: grid
}

.locationPreview .lead {
    margin: 0 0 40px
}

.closingImage {
    color: #fff;
    min-height: min(74vw, 980px);
    position: relative;
    overflow: hidden
}

.closingImage>img {
    object-fit: cover;
    height: 100%;
    position: absolute;
    inset: 0
}

.closingImage:after {
    content: "";
    background: linear-gradient(90deg, #0a0d0ab8, #0a0d0a14 75%);
    position: absolute;
    inset: 0
}

.closingImage>div {
    z-index: 2;
    position: absolute;
    bottom: 10vw;
    left: 7vw
}

.closingImage h2 {
    margin: 0 0 35px;
    font-size: clamp(56px, 7vw, 110px);
    line-height: .95
}

.pageHero {
    color: #fff;
    background: var(--ink);
    align-items: flex-end;
    min-height: clamp(620px, 56.25vw, 820px);
    display: flex;
    position: relative;
    overflow: hidden
}

.pageHero>img {
    object-fit: cover;
    height: 100%;
    position: absolute;
    inset: 0
}

.pageHeroShade {
    background: linear-gradient(90deg, #0a0d0ac7, #0a0d0a21 70%), linear-gradient(#0000 42%, #0a0d0aad);
    position: absolute;
    inset: 0
}

.pageHeroCopy {
    z-index: 2;
    max-width: 1100px;
    padding: 190px 7vw 9vh;
    position: relative
}

.pageHeroCopy h1 {
    margin: 0 0 32px;
    font-size: clamp(33px, 4vw, 65px);
    line-height: .9
}

.pageHeroCopy>p:last-child {
    color: #ffffffc7;
    max-width: 690px;
    font-family: var(--serif);
    font-size: clamp(21px, 2.2vw, 31px);
    line-height: 1.45
}

.editorialIntro {
    grid-template-columns: .45fr 1fr;
    gap: 8vw;
    padding-block: clamp(110px, 12vw, 180px);
    display: grid
}

.editorialIntro h2 {
    margin: 0;
    font-size: clamp(52px, 6vw, 96px);
    line-height: 1
}

.communityPlan {
    background: var(--forest);
    color: #fff;
    grid-template-columns: 1.25fr .75fr;
    min-height: 760px;
    display: grid
}

.communityPlan>img {
    object-fit: contain;
    background: var(--ink-soft);
    height: 100%
}

.communityPlan>div {
    align-self: center;
    padding: clamp(55px, 7vw, 115px)
}

.communityPlan>div>span {
    color: var(--gold-light);
    font-family: var(--serif);
    font-size: 58px
}

.communityPlan h2 {
    margin: 35px 0 25px;
    font-size: clamp(48px, 5vw, 80px);
    line-height: 1
}

.communityPlan p {
    color: #ffffffad
}

.amenityGrid {
    grid-template-columns: repeat(4, 1fr);
    padding-block: clamp(90px, 10vw, 150px);
    display: grid
}

.amenityGrid article {
    border-left: 1px solid var(--line);
    min-height: 330px;
    padding: 25px 28px
}

.amenityGrid article:last-child {
    border-right: 1px solid var(--line)
}

.amenityGrid article>span {
    color: var(--gold);
    font-family: var(--serif);
    font-size: 34px
}

.amenityGrid h3 {
    margin: 70px 0 18px;
    font-size: 34px
}

.amenityGrid p {
    color: var(--copy);
    font-size: 14px
}

.communityVisuals {
    grid-template-columns: repeat(2, 1fr);
    display: grid
}

.communityVisuals figure {
    background: var(--stone);
    min-height: 0;
    position: relative
}

.communityVisuals img {
    aspect-ratio: 16/9;
    object-fit: contain;
    height: auto
}

.architectureStory {
    grid-template-columns: 1fr .8fr;
    align-items: end;
    gap: 10vw;
    padding-block: clamp(100px, 11vw, 170px);
    display: grid
}

.architectureStory h2 {
    margin: 0;
    font-size: clamp(54px, 6vw, 94px);
    line-height: 1
}

.architectureStory>div:last-child>p {
    color: var(--copy);
    font-size: 17px
}

.architectureStory .arrowLink {
    margin-top: 25px
}

.wideVisual {
    min-height: min(62vw, 880px);
    position: relative
}

.wideVisual img {
    object-fit: cover;
    height: 100%;
    position: absolute;
    inset: 0
}

.kitchenStory {
    background: var(--sand);
    grid-template-columns: 1.3fr .7fr;
    min-height: 780px;
    display: grid
}

.kitchenStory figure {
    position: relative
}

.kitchenStory img {
    object-fit: contain;
    background: var(--stone);
    height: 100%
}

.kitchenStory>div {
    align-self: center;
    padding: clamp(55px, 7vw, 115px)
}

.kitchenStory h2 {
    margin: 0 0 28px;
    font-size: clamp(50px, 5vw, 82px);
    line-height: 1
}

.kitchenStory>div>p:last-child {
    color: var(--copy);
    font-size: 17px
}

.featureList {
    grid-template-columns: .7fr 1.3fr;
    gap: 9vw;
    padding-block: clamp(100px, 11vw, 170px);
    display: grid
}

.featureList h2 {
    margin: 0;
    font-size: clamp(52px, 5.7vw, 90px);
    line-height: 1
}

.featureList ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.featureList li {
    border-top: 1px solid var(--line);
    min-height: 84px;
    font-family: var(--serif);
    grid-template-columns: 60px 1fr;
    align-items: center;
    font-size: clamp(22px, 2.2vw, 33px);
    display: grid
}

.featureList li:last-child {
    border-bottom: 1px solid var(--line)
}

.featureList li span {
    color: var(--gold);
    font-family: var(--sans);
    letter-spacing: .15em;
    font-size: 9px;
    font-weight: 700
}

.privateSpaces {
    padding-bottom: clamp(100px, 12vw, 180px)
}

.privateGrid {
    grid-template-columns: 1.15fr .85fr .85fr;
    gap: 18px;
    display: grid
}

.privateGrid figure {
    background: var(--stone);
    min-height: 0;
    position: relative;
    overflow: hidden
}

.privateGrid img {
    aspect-ratio: 3/2;
    object-fit: contain;
    height: auto
}

.privateGrid figcaption {
    color: #fff;
    letter-spacing: .14em;
    text-transform: uppercase;
    background: linear-gradient(#0000, #0000009e);
    padding: 42px 18px 18px;
    font-size: 8px;
    position: absolute;
    inset: auto 0 0
}

.planSection {
    background: var(--forest);
    color: #fff;
    padding-block: clamp(100px, 11vw, 170px)
}

.planSection h2 {
    margin: 0 0 60px;
    font-size: clamp(54px, 6vw, 94px);
    line-height: 1
}

.planGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    display: grid
}

.planGrid article {
    background: #222;
    min-height: 500px;
    position: relative;
    overflow: hidden
}

.planGrid img {
    object-fit: cover;
    opacity: .58;
    height: 100%;
    transition: transform .5s;
    position: absolute;
    inset: 0
}

.planGrid article:hover img {
    transform: scale(1.025)
}

.planGrid article:after {
    content: "";
    background: linear-gradient(#0000 35%, #080b08d1);
    position: absolute;
    inset: 0
}

.planGrid article>div {
    z-index: 2;
    position: absolute;
    inset: auto 35px 30px
}

.planGrid article p {
    color: var(--gold-light);
    letter-spacing: .18em;
    text-transform: uppercase;
    margin: 0;
    font-size: 9px;
    font-weight: 700
}

.planGrid article h3 {
    margin: 10px 0;
    font-size: 40px
}

.planGrid article span {
    color: #ffffffad;
    font-size: 13px
}

.planNote {
    color: #ffffff7a;
    margin: 35px 0 0;
    font-size: 10px
}

.residenceCTA {
    justify-content: space-between;
    align-items: end;
    gap: 50px;
    padding-block: clamp(100px, 11vw, 160px);
    display: flex
}

.residenceCTA h2 {
    margin: 0;
    font-size: clamp(54px, 6vw, 95px);
    line-height: 1
}

.locationStatement {
    padding-block: clamp(120px, 13vw, 200px)
}

.locationStatement h2 {
    max-width: 1150px;
    margin: 0 0 42px;
    font-size: clamp(60px, 7vw, 112px);
    line-height: .96
}

.locationStatement .lead {
    max-width: 780px;
    margin-left: auto
}

.locationBands {
    border-top: 1px solid var(--line)
}

.locationBands article {
    border-bottom: 1px solid var(--line);
    grid-template-columns: .25fr 1fr;
    align-items: center;
    min-height: 170px;
    padding: 25px 7vw;
    display: grid
}

.locationBands article>span {
    color: var(--gold);
    font-family: var(--serif);
    font-size: 42px
}

.locationBands h3 {
    margin: 0;
    font-size: clamp(30px, 3.2vw, 52px)
}

.locationImage {
    color: #fff;
    min-height: min(75vw, 980px);
    position: relative
}

.locationImage>img {
    object-fit: cover;
    height: 100%;
    position: absolute;
    inset: 0
}

.locationImage:after {
    content: "";
    background: linear-gradient(90deg, #0a0d0ab3, #0a0d0a0f 72%);
    position: absolute;
    inset: 0
}

.locationImage>div {
    z-index: 2;
    position: absolute;
    bottom: 9vw;
    left: 7vw
}

.locationImage h2 {
    margin: 0 0 35px;
    font-size: clamp(62px, 8vw, 125px);
    line-height: .9
}

.gallerySection {
    padding-block: clamp(100px, 11vw, 170px)
}

.editorialGallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 20px;
    display: grid
}

.editorialGallery figure {
    overflow: hidden
}

.editorialGallery figure.galleryWide {
    grid-column: 1/-1
}

.editorialGallery img {
    object-fit: contain;
    background: var(--stone);
    width: 100%;
    height: auto;
    transition: transform .45s
}

.editorialGallery .galleryWide img {
    aspect-ratio: auto
}

.editorialGallery figure:hover img {
    transform: scale(1.015)
}

.editorialGallery figcaption {
    border-bottom: 1px solid var(--line);
    letter-spacing: .14em;
    text-transform: uppercase;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 2px;
    font-size: 9px;
    font-weight: 700;
    display: flex
}

.editorialGallery figcaption span {
    color: var(--copy);
    font-weight: 400
}

.galleryDark {
    background: var(--ink-soft);
    color: #fff;
    width: 100%
}

.galleryDark .editorialGallery figcaption {
    border-color: #ffffff2b
}

.galleryDark .editorialGallery figcaption span {
    color: #ffffff85
}

.cinema {
    padding-block: clamp(100px, 11vw, 160px)
}

.cinema video {
    background: #000
}

.reelSection {
    background: var(--ink-soft);
    color: #fff;
    grid-template-columns: .75fr 1.25fr;
    align-items: center;
    gap: 10vw;
    padding: clamp(90px, 10vw, 150px) 9vw;
    display: grid
}

.reelFrame {
    background: #050505;
    border: 1px solid #ffffff4d;
    border-radius: 38px;
    width: min(100%, 430px);
    margin-inline: auto;
    padding: 12px;
    box-shadow: 0 40px 100px #00000057
}

.reelFrame video {
    border-radius: 27px
}

.reelSection h2 {
    margin: 0 0 28px;
    font-size: clamp(58px, 7vw, 110px);
    line-height: .94
}

.reelSection>div:last-child>p:not(.kicker) {
    color: #ffffffad;
    max-width: 550px;
    font-size: 17px
}

.reelSection .arrowLink {
    margin-top: 25px
}

.filmCTA {
    justify-content: space-between;
    align-items: end;
    gap: 50px;
    padding-block: clamp(100px, 11vw, 160px);
    display: flex
}

.filmCTA h2 {
    margin: 0;
    font-size: clamp(56px, 6vw, 98px)
}

.contactSection {
    grid-template-columns: .82fr 1.18fr;
    gap: 9vw;
    padding-block: clamp(110px, 12vw, 180px);
    display: grid
}

.contactSection h2 {
    margin: 0;
    font-size: clamp(58px, 6.5vw, 100px);
    line-height: 1
}

.contactSection .lead {
    max-width: 600px;
    margin: 35px 0 55px
}

.contactSection dl {
    margin: 0
}

.contactSection dl>div {
    border-top: 1px solid var(--line);
    padding: 20px 0
}

.contactSection dt {
    color: #8f7547;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 9px;
    font-size: 8px;
    font-weight: 700
}

.contactSection dd {
    color: var(--copy);
    font-family: var(--serif);
    margin: 0;
    font-size: 20px;
    line-height: 1.5
}

.contactSection dd a {
    text-decoration: none
}

.contactForm {
    background: var(--sand);
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 24px;
    padding: clamp(35px, 5vw, 75px);
    display: grid
}

.contactForm label {
    display: block
}

.contactForm label.full {
    grid-column: 1/-1
}

.contactForm label span {
    color: #8f7547;
    letter-spacing: .17em;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 8px;
    font-weight: 700;
    display: block
}

.contactForm input, .contactForm textarea {
    width: 100%;
    color: var(--ink);
    font: 18px var(--serif);
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #aaa296;
    border-radius: 0;
    outline: 0
}

.contactForm input {
    height: 48px
}

.contactForm textarea {
    resize: vertical
}

.contactForm input:focus, .contactForm textarea:focus {
    border-color: var(--gold)
}

.contactForm button {
    border: 1px solid var(--forest);
    background: var(--forest);
    color: #fff;
    cursor: pointer;
    letter-spacing: .17em;
    text-transform: uppercase;
    justify-self: start;
    min-height: 50px;
    padding: 0 28px;
    font-size: 9px;
    font-weight: 700
}

.contactForm>p {
    color: var(--copy);
    align-self: center;
    margin: 0;
    font-size: 12px
}

.siteFooter {
    color: #fff;
    background: #0f120f;
    padding: clamp(80px, 9vw, 130px) 6vw 35px
}

.footerLead {
    border-bottom: 1px solid #ffffff29;
    grid-template-columns: 190px 1fr;
    align-items: start;
    gap: 7vw;
    padding-bottom: 85px;
    display: grid
}

.footerLead>a>img {
    width: 190px
}

.footerLead h2 {
    margin: 0;
    font-size: clamp(50px, 6vw, 95px);
    line-height: 1
}

.footerGrid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8vw;
    padding: 75px 0;
    display: grid
}

.footerHeading {
    color: var(--gold-light);
    letter-spacing: .2em;
    text-transform: uppercase;
    margin: 0 0 25px;
    font-size: 9px;
    font-weight: 700
}

.footerGrid>div {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    display: flex
}

.footerGrid a, .footerGrid p:not(.footerHeading) {
    color: #ffffff9e;
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    text-decoration: none
}

.footerGrid a {
    align-items: center;
    gap: 9px;
    display: inline-flex
}

.footerGrid .lineArrow {
    width: 12px;
    height: 12px
}

.footerBase {
    border-top: 1px solid #ffffff29;
    justify-content: space-between;
    gap: 30px;
    padding-top: 25px;
    display: flex
}

.footerBase p, .legal {
    color: #fff6;
    letter-spacing: .13em;
    text-transform: uppercase;
    margin: 0;
    font-size: 8px;
    line-height: 1.6
}

.legal {
    text-transform: none;
    max-width: 1050px;
    margin-top: 25px
}

@media (width<=1120px) {
    .siteHeaderInner {
        grid-template-columns: minmax(210px, 1fr) auto
    }

    .desktopNav {
        display: none
    }

    .headerEnquire {
        margin-right: 66px
    }

    .mobileMenu {
        display: block;
        position: absolute;
        top: 31px;
        right: 4vw
    }

    .mobileMenu summary {
        z-index: 3;
        cursor: pointer;
        place-content: center;
        gap: 6px;
        width: 40px;
        height: 40px;
        list-style: none;
        display: grid;
        position: relative
    }

    .mobileMenu summary::-webkit-details-marker {
        display: none
    }

    .mobileMenu summary span {
        background: #fff;
        width: 25px;
        height: 1px;
        transition: transform .2s
    }

    .mobileMenu[open] summary span:first-child {
        transform: translateY(3.5px)rotate(45deg)
    }

    .mobileMenu[open] summary span:last-child {
        transform: translateY(-3.5px)rotate(-45deg)
    }

    .mobilePanel {
        z-index: 2;
        background: #0f120ffb;
        padding: 110px 7vw 35px;
        position: fixed;
        inset: 0;
        overflow-y: auto
    }

    .mobilePanel>p {
        color: var(--gold-light);
        letter-spacing: .2em;
        text-transform: uppercase;
        font-size: 9px
    }

    .mobilePanel>a {
        color: #fff;
        min-height: 72px;
        font-family: var(--serif);
        border-top: 1px solid #ffffff29;
        grid-template-columns: 45px 1fr auto;
        align-items: center;
        font-size: 34px;
        text-decoration: none;
        display: grid
    }

    .mobilePanel>a:last-child {
        border-bottom: 1px solid #ffffff29
    }

    .mobilePanel>a.active {
        color: var(--gold-light);
        box-shadow: inset 2px 0 0 var(--gold);
        background: #e3d2ad14;
        padding-inline: 14px
    }

    .mobilePanel small {
        color: var(--gold);
        font-family: var(--sans);
        letter-spacing: .15em;
        font-size: 8px
    }

    .homeHeroCopy {
        padding-bottom: 17vh
    }

    .heroIndex {
        bottom: 5vh;
        left: 7vw;
        right: auto
    }

    .interiorFeatureGrid .featureLarge {
        min-height: 680px
    }

    .architectureSplit, .filmFeature, .communityPlan, .kitchenStory {
        grid-template-columns: 1fr
    }

    .architectureSplit figure, .communityPlan>img, .kitchenStory figure {
        min-height: 70vw
    }

    .filmFeature video {
        order: 2
    }

    .amenityGrid, .privateGrid {
        grid-template-columns: repeat(2, 1fr)
    }

    .privateGrid figure:first-child {
        grid-column: 1/-1
    }
}

@media (width<=720px) {
    .pageShell {
        width: min(100% - 42px, 1500px)
    }

    .siteHeaderInner {
        min-height: 92px;
        padding-inline: 20px
    }

    .brandLockup {
        gap: 12px
    }

    .brandLockup img {
        width: 84px;
        height: 53px
    }

    .brandLockup span {
        padding-left: 12px
    }

    .brandLockup b {
        font-size: 16px
    }

    .brandLockup small, .headerEnquire {
        display: none
    }

    .mobileMenu {
        top: 25px;
        right: 18px
    }

    .homeHero {
        min-height: 850px
    }

    .homeHero>video {
        object-position: 53% center
    }

    .homeHeroCopy {
        padding: 140px 22px 210px
    }

    .homeHeroCopy h1 {
        letter-spacing: .035em;
        font-size: clamp(46px, 15.5vw, 61px)
    }

    .homeHeroLine {
        font-size: 29px
    }

    .heroIndex {
        bottom: 45px;
        left: 22px
    }

    .heroIndex span {
        font-size: 54px
    }

    .opening, .locationPreview, .editorialIntro, .architectureStory, .featureList, .contactSection {
        grid-template-columns: 1fr;
        gap: 45px
    }

    .opening {
        padding-block: 95px
    }

    .opening h2, .sectionIntro h2, .locationPreview h2 {
        font-size: 50px
    }

    .numbersBand {
        grid-template-columns: repeat(2, 1fr);
        padding-inline: 22px
    }

    .numbersBand div {
        border-bottom: 1px solid var(--line);
        padding: 25px 18px
    }

    .numbersBand div:nth-child(2) {
        border-right: 0
    }

    .numbersBand div:nth-child(3), .numbersBand div:nth-child(4) {
        border-bottom: 0
    }

    .aerialFeature {
        min-height: 760px
    }

    .aerialFeature>img {
        object-position: 49% center
    }

    .aerialFeatureCopy {
        bottom: 70px;
        left: 22px;
        right: 22px
    }

    .aerialFeatureCopy h2 {
        font-size: 48px
    }

    .architectureSplit figure, .communityPlan>img, .kitchenStory figure {
        min-height: 0
    }

    .architectureSplit figure img, .communityPlan>img, .kitchenStory figure img {
        aspect-ratio: auto;
        object-fit: contain;
        height: auto
    }

    .architectureSplit>div, .communityPlan>div, .kitchenStory>div, .filmFeature>div {
        padding: 75px 22px
    }

    .architectureSplit h2, .communityPlan h2, .kitchenStory h2, .filmFeature h2 {
        font-size: 49px
    }

    .interiorFeature {
        padding-block: 90px
    }

    .interiorFeatureGrid {
        grid-template-columns: 1fr
    }

    .interiorFeatureGrid .featureLarge {
        grid-row: auto;
        min-height: 0
    }

    .interiorFeatureGrid>figure:not(.featureLarge) {
        min-height: 0
    }

    .interiorFeatureGrid img {
        aspect-ratio: auto;
        object-fit: contain;
        height: auto
    }

    .filmFeature {
        min-height: 0
    }

    .filmFeature video {
        order: 0
    }

    .locationPreview {
        padding-block: 90px
    }

    .closingImage, .locationImage {
        min-height: 730px
    }

    .closingImage>img, .locationImage>img {
        object-position: 57% center
    }

    .closingImage>div, .locationImage>div {
        bottom: 70px;
        left: 22px;
        right: 22px
    }

    .closingImage h2, .locationImage h2 {
        font-size: 56px
    }

    .pageHero {
        min-height: 0;
        padding-top: 92px;
        display: block
    }

    .pageHero>img {
        object-fit: contain;
        object-position: center;
        height: auto;
        position: relative
    }

    .pageHeroShade {
        display: none
    }

    .pageHeroCopy {
        background: var(--ink);
        padding: 62px 22px 80px
    }

    .pageHeroCopy h1 {
        font-size: 32px
    }

    .pageHeroCopy>p:last-child {
        font-size: 20px
    }

    .editorialIntro {
        padding-block: 90px
    }

    .editorialIntro h2, .locationStatement h2 {
        font-size: 50px
    }

    .amenityGrid {
        grid-template-columns: 1fr;
        padding-block: 70px
    }

    .amenityGrid article {
        border-right: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
        min-height: 250px
    }

    .amenityGrid h3 {
        margin-top: 45px
    }

    .communityVisuals {
        grid-template-columns: 1fr
    }

    .communityVisuals figure {
        min-height: 0
    }

    .architectureStory {
        padding-block: 90px
    }

    .architectureStory h2 {
        font-size: 50px
    }

    .wideVisual {
        min-height: 570px
    }

    .featureList {
        padding-block: 90px
    }

    .featureList h2 {
        font-size: 50px
    }

    .featureList li {
        grid-template-columns: 45px 1fr;
        font-size: 23px
    }

    .privateGrid {
        grid-template-columns: 1fr
    }

    .privateGrid figure:first-child {
        grid-column: auto
    }

    .privateGrid figure {
        min-height: 0
    }

    .planGrid {
        grid-template-columns: 1fr
    }

    .planGrid article {
        min-height: 470px
    }

    .residenceCTA, .filmCTA {
        flex-direction: column;
        align-items: start;
        padding-block: 90px
    }

    .residenceCTA h2, .filmCTA h2 {
        font-size: 52px
    }

    .locationStatement {
        padding-block: 100px
    }

    .locationStatement .lead {
        margin-left: 0
    }

    .locationBands article {
        grid-template-columns: 60px 1fr;
        padding-inline: 22px
    }

    .editorialGallery {
        grid-template-columns: 1fr
    }

    .editorialGallery figure.galleryWide {
        grid-column: auto
    }

    .editorialGallery .galleryWide img, .editorialGallery img {
        aspect-ratio: auto
    }

    .gallerySection {
        padding-block: 90px
    }

    .reelSection {
        grid-template-columns: 1fr;
        gap: 70px;
        padding: 85px 22px
    }

    .reelSection h2 {
        font-size: 56px
    }

    .contactSection {
        padding-block: 90px
    }

    .contactSection h2 {
        font-size: 52px
    }

    .contactForm {
        grid-template-columns: 1fr;
        padding: 38px 24px
    }

    .contactForm label.full {
        grid-column: auto
    }

    .footerLead {
        grid-template-columns: 1fr;
        gap: 50px
    }

    .footerLead>a>img {
        width: 125px
    }

    .footerLead h2 {
        font-size: 50px
    }

    .footerGrid {
        grid-template-columns: 1fr;
        gap: 55px
    }

    .footerBase {
        flex-direction: column;
        gap: 8px
    }
}

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

    .planGrid img, .editorialGallery img, .arrowLink .lineArrow {
        transition: none
    }
}

@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid
}

@property --tw-outline-style {
    syntax: "*";
    inherits: false;
    initial-value: solid
}