:root {
    --lm-navy: #062832;
    --lm-navy-deep: #021a22;
    --lm-navy-soft: #123c44;
    --lm-ivory: #f5eee3;
    --lm-paper: #fbf8f2;
    --lm-gold: #d7b27a;
    --lm-gold-light: #ead4b2;
    --lm-ink: #0a252d;
    --lm-muted: #766d61;
    --lm-line: rgba(12, 42, 49, 0.16);
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 86px;
}

body.lumina-premium-page {
    margin: 0;
    color: var(--lm-ink);
    background: var(--lm-paper);
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
}

body.lumina-premium-page * {
    box-sizing: border-box;
}

body.lumina-premium-page img {
    display: block;
    max-width: 100%;
}

body.lumina-premium-page a {
    color: inherit;
    text-decoration: none;
}

body.lumina-premium-page button,
body.lumina-premium-page a {
    -webkit-tap-highlight-color: transparent;
}

.lm-site {
    position: relative;
    width: 100%;
    overflow: clip;
    background: var(--lm-paper);
}

.lm-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
    align-items: center;
    width: 100%;
    min-height: 104px;
    padding: 16px clamp(24px, 4.6vw, 84px);
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: min-height .35s ease, background .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.lm-header.is-scrolled {
    min-height: 78px;
    color: var(--lm-ink);
    background: rgba(250, 247, 241, .94);
    border-color: var(--lm-line);
    box-shadow: 0 12px 35px rgba(4, 29, 36, .08);
    backdrop-filter: blur(16px);
}

.admin-bar .lm-header {
    top: 32px;
}

.lm-brand {
    position: relative;
    display: flex;
    align-items: center;
    width: 218px;
    height: 70px;
    padding: 0;
    background: transparent;
    overflow: visible;
    transition: width .35s ease, height .35s ease, opacity .35s ease;
}

.lm-brand img {
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: .94;
    transition: filter .35s ease, opacity .35s ease;
}

.lm-header.is-scrolled .lm-brand {
    width: 182px;
    height: 58px;
    padding: 0;
    background: transparent;
}

.lm-header.is-scrolled .lm-brand img {
    filter: none;
    opacity: 1;
}

.lm-nav {
    display: flex;
    align-items: center;
    gap: clamp(24px, 2.4vw, 46px);
}

.lm-nav a {
    position: relative;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.lm-nav a::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .35s ease;
}

.lm-nav a:hover::after,
.lm-nav a:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
}

.lm-header-actions {
    display: flex;
    justify-self: end;
    align-items: center;
    gap: 14px;
}

.lm-lang {
    display: flex;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, .36);
    border-radius: 999px;
}

.lm-header.is-scrolled .lm-lang {
    border-color: var(--lm-line);
}

.lm-lang button {
    width: 34px;
    height: 29px;
    padding: 0;
    color: inherit;
    background: transparent;
    border: 0;
    border-radius: 999px;
    font: 600 10px/1 "DM Sans", sans-serif;
    letter-spacing: .08em;
    cursor: pointer;
}

.lm-lang button.is-active {
    color: var(--lm-navy);
    background: var(--lm-ivory);
}

.lm-header.is-scrolled .lm-lang button.is-active {
    color: #fff;
    background: var(--lm-navy);
}

.lm-header-reserve {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    color: var(--lm-navy) !important;
    background: var(--lm-ivory);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    transition: color .25s ease, background .25s ease, transform .25s ease;
}

.lm-header.is-scrolled .lm-header-reserve {
    color: #fff !important;
    background: var(--lm-navy);
}

.lm-header-reserve:hover {
    transform: translateY(-2px);
}

body.lumina-premium-page .lm-menu-toggle {
    display: none !important;
    width: 44px !important;
    height: 44px !important;
    padding: 12px;
    color: inherit !important;
    background: transparent !important;
    border: 1px solid currentColor !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    appearance: none;
}

.lm-menu-toggle span {
    display: block;
    width: 100%;
    height: 1px;
    margin: 5px 0;
    background: currentColor;
    transition: transform .25s ease;
}

.lm-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100svh;
    color: #fff;
    background: var(--lm-navy);
    isolation: isolate;
}

.lm-hero-image,
.lm-hero-overlay {
    position: absolute;
    z-index: -2;
    inset: 0;
    width: 100%;
    height: 100%;
}

.lm-hero-image {
    object-fit: cover;
    object-position: center 62%;
    animation: lm-hero-scale 16s ease-out both;
}

.lm-hero-overlay {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(1, 22, 29, .92) 0%, rgba(2, 25, 33, .72) 38%, rgba(2, 20, 26, .18) 72%),
        linear-gradient(0deg, rgba(1, 20, 27, .72) 0%, transparent 45%, rgba(1, 16, 22, .24) 100%);
}

@keyframes lm-hero-scale {
    from { transform: scale(1.08); }
    to { transform: scale(1); }
}

.lm-hero-content {
    width: min(880px, calc(100% - 48px));
    margin-left: clamp(24px, 10vw, 190px);
    padding-top: 90px;
}

.lm-kicker,
.lm-eyebrow {
    margin: 0 0 28px;
    color: var(--lm-gold-light);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .29em;
    text-transform: uppercase;
}

.lm-kicker {
    display: flex;
    align-items: center;
    gap: 13px;
}

.lm-kicker i {
    display: block;
    width: 20px;
    height: 1px;
    background: currentColor;
}

.lm-hero h1,
.lm-intro h2,
.lm-flavours h2,
.lm-sunset h2,
.lm-gallery h2,
.lm-reserve h2 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 500;
    line-height: .86;
    letter-spacing: -.045em;
}

.lm-hero h1 {
    max-width: 860px;
    font-size: clamp(68px, 8.3vw, 148px);
}

.lm-hero h1 em,
.lm-intro h2 em,
.lm-flavours h2 em,
.lm-sunset h2 em,
.lm-gallery h2 em,
.lm-reserve h2 em {
    color: var(--lm-gold-light);
    font-weight: 400;
}

.lm-hero-copy {
    max-width: 560px;
    margin: 35px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.7;
}

.lm-hero-buttons {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-top: 38px;
}

.lm-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    min-width: 230px;
    min-height: 62px;
    padding: 0 30px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .17em;
    text-transform: uppercase;
    transition: color .3s ease, background .3s ease, border-color .3s ease, transform .3s ease;
}

.lm-button svg {
    width: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
}

.lm-button:hover,
.lm-button:focus-visible {
    transform: translateY(-3px);
}

.lm-button-light {
    color: var(--lm-navy) !important;
    background: var(--lm-ivory);
}

.lm-button-light:hover {
    background: #fff;
}

.lm-text-link {
    position: relative;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.lm-text-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 1px;
    background: currentColor;
}

.lm-hero-meta {
    position: absolute;
    right: clamp(24px, 4vw, 70px);
    bottom: 54px;
    display: flex;
    gap: 24px;
    font-size: 9px;
    letter-spacing: .22em;
    writing-mode: vertical-rl;
    opacity: .7;
}

.lm-scroll {
    position: absolute;
    left: 50%;
    bottom: 24px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 42px;
    height: 22px;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 999px;
    transform: translateX(-50%);
}

.lm-scroll span {
    width: 5px;
    height: 5px;
    margin-top: 5px;
    background: #fff;
    border-radius: 50%;
    animation: lm-scroll 1.8s infinite;
}

@keyframes lm-scroll {
    0%, 100% { transform: translateY(0); opacity: .5; }
    50% { transform: translateY(7px); opacity: 1; }
}

.lm-intro {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr);
    grid-template-rows: auto auto;
    gap: 56px clamp(54px, 7vw, 120px);
    min-height: 0;
    padding: clamp(110px, 10vw, 165px) clamp(24px, 8.5vw, 160px) 130px;
    background: var(--lm-paper);
}

.lm-section-number {
    position: absolute;
    top: 72px;
    left: clamp(24px, 4vw, 72px);
    color: var(--lm-gold);
    font: 500 11px/1 "DM Sans", sans-serif;
    letter-spacing: .18em;
}

.lm-intro-copy {
    align-self: start;
    grid-column: 1;
    grid-row: 1;
    z-index: 2;
    max-width: 760px;
}

.lm-intro-copy .lm-eyebrow,
.lm-flavours .lm-eyebrow,
.lm-gallery .lm-eyebrow,
.lm-reserve .lm-eyebrow {
    color: #b18449;
}

.lm-intro h2,
.lm-flavours h2,
.lm-gallery h2 {
    font-size: clamp(66px, 7vw, 122px);
}

.lm-intro h2 em,
.lm-flavours h2 em,
.lm-gallery h2 em {
    color: var(--lm-navy-soft);
}

.lm-intro-copy > p:last-child {
    max-width: 520px;
    margin: 38px 0 0;
    color: var(--lm-muted);
    font-size: 16px;
    line-height: 1.9;
}

.lm-intro-main {
    position: relative;
    isolation: isolate;
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: start;
    margin: 0;
}

.lm-intro-main::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -28px;
    right: -28px;
    width: 68%;
    height: 38%;
    border: 1px solid var(--lm-gold);
}

.lm-intro-main img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: contain;
}

.lm-intro-main figcaption {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    color: var(--lm-muted);
    font-size: 9px;
    letter-spacing: .18em;
}

.lm-intro-small {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    justify-self: start;
    width: min(68%, 520px);
    margin: 0;
}

.lm-intro-small img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: contain;
}

.lm-manifesto {
    position: relative;
    padding: 140px clamp(24px, 8.5vw, 160px);
    color: var(--lm-ivory);
    background: var(--lm-navy);
    overflow: hidden;
}

.lm-manifesto-line {
    position: absolute;
    top: 28px;
    left: 0;
    display: flex;
    white-space: nowrap;
    color: rgba(234, 212, 178, .12);
    font: 400 88px/1 "Cormorant Garamond", Georgia, serif;
    animation: lm-marquee 28s linear infinite;
}

@keyframes lm-marquee {
    to { transform: translateX(-50%); }
}

.lm-manifesto-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    align-items: end;
    gap: 80px;
    padding-top: 60px;
}

.lm-manifesto-title span {
    color: var(--lm-gold);
    font-size: 10px;
    letter-spacing: .18em;
}

.lm-manifesto h2 {
    margin: 20px 0 0;
    font: 400 clamp(66px, 7.5vw, 130px)/.9 "Cormorant Garamond", Georgia, serif;
    letter-spacing: -.04em;
}

.lm-manifesto-inner > p {
    max-width: 420px;
    margin: 0 0 12px;
    color: rgba(245, 238, 227, .67);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.8;
}

.lm-flavours {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 28px;
    padding: clamp(110px, 12vw, 190px) clamp(24px, 8.5vw, 160px);
    background: var(--lm-ivory);
}

.lm-flavours-heading {
    grid-column: 1 / 13;
    margin-bottom: 54px;
}

.lm-flavour-card {
    position: relative;
    margin: 0;
}

.lm-flavour-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease;
}

.lm-flavour-card:hover img {
    transform: scale(1.025);
}

.lm-flavour-card > div {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px 20px;
    padding-top: 22px;
}

.lm-flavour-card > div > span {
    grid-row: 1 / 3;
    padding-top: 9px;
    color: #a87d46;
    font-size: 9px;
    letter-spacing: .16em;
}

.lm-flavour-card h3 {
    margin: 0;
    color: var(--lm-navy);
    font: 600 30px/1.1 "Cormorant Garamond", Georgia, serif;
}

.lm-flavour-card p {
    margin: 0;
    color: var(--lm-muted);
    font-size: 13px;
    line-height: 1.65;
}

.lm-flavour-card-a {
    grid-column: 1 / 5;
}

.lm-flavour-card-a img {
    height: 520px;
}

.lm-flavour-card-b {
    grid-column: 5 / 9;
    margin-top: 0;
}

.lm-flavour-card-b img {
    height: 520px;
}

.lm-flavour-card-c {
    grid-column: 9 / 13;
    margin-top: 0;
}

.lm-flavour-card-c img {
    height: 520px;
}

.lm-sunset {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 900px;
    padding: clamp(70px, 8vw, 140px) clamp(24px, 8.5vw, 160px);
    color: #fff;
    background: var(--lm-navy-deep);
    overflow: hidden;
}

.lm-sunset > img,
.lm-sunset-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.lm-sunset > img {
    object-fit: cover;
    object-position: center 58%;
}

.lm-sunset-shade {
    background: linear-gradient(0deg, rgba(1, 18, 24, .9) 0%, rgba(1, 18, 24, .14) 68%, rgba(1, 18, 24, .16) 100%);
}

.lm-sunset-content {
    position: relative;
    width: 100%;
}

.lm-sunset h2 {
    font-size: clamp(70px, 8vw, 138px);
}

.lm-sunset .lm-button {
    position: absolute;
    right: 0;
    bottom: 8px;
}

.lm-button-outline {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .62);
}

.lm-button-outline:hover {
    color: var(--lm-navy) !important;
    background: var(--lm-ivory);
    border-color: var(--lm-ivory);
}

.lm-gallery {
    padding: clamp(110px, 12vw, 190px) clamp(24px, 8.5vw, 160px);
    background: var(--lm-paper);
}

.lm-gallery-header {
    display: grid;
    grid-template-columns: .6fr 1.4fr;
    align-items: start;
    margin-bottom: 85px;
}

.lm-gallery-header > div > span {
    color: var(--lm-gold);
    font-size: 10px;
    letter-spacing: .18em;
}

.lm-gallery-header .lm-eyebrow {
    margin-top: 28px;
}

.lm-gallery-grid {
    display: grid;
    grid-template-columns: 1.1fr .75fr .75fr;
    grid-template-rows: 360px 360px;
    gap: 22px;
}

.lm-gallery-grid figure {
    margin: 0;
    overflow: hidden;
}

.lm-gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .9s cubic-bezier(.2, .7, .2, 1);
}

.lm-gallery-grid figure:hover img {
    transform: scale(1.045);
}

.lm-gallery-tall {
    grid-row: 1 / 3;
}

.lm-gallery-wide {
    grid-column: 2 / 4;
}

.lm-gallery-small img {
    object-position: center 25%;
}

.lm-reserve {
    position: relative;
    padding: clamp(120px, 12vw, 210px) clamp(24px, 8.5vw, 160px) 70px;
    color: var(--lm-ivory);
    background: var(--lm-navy-deep);
    overflow: hidden;
}

.lm-reserve::before {
    content: "L";
    position: absolute;
    top: 50%;
    right: 3vw;
    color: rgba(216, 180, 123, .055);
    font: 400 min(70vw, 950px)/.6 "Cormorant Garamond", Georgia, serif;
    transform: translateY(-50%);
}

.lm-reserve-orbit {
    position: absolute;
    top: 10%;
    right: -8vw;
    width: 48vw;
    height: 48vw;
    border: 1px solid rgba(216, 180, 123, .24);
    border-radius: 50%;
}

.lm-reserve-orbit::before {
    content: "";
    position: absolute;
    inset: 12%;
    border: 1px solid rgba(216, 180, 123, .1);
    border-radius: 50%;
}

.lm-reserve-inner {
    position: relative;
    z-index: 1;
    max-width: 1050px;
}

.lm-reserve h2 {
    font-size: clamp(72px, 8.4vw, 150px);
}

.lm-reserve-copy {
    max-width: 550px;
    margin: 42px 0;
    color: rgba(245, 238, 227, .68);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}

.lm-button-gold {
    min-width: 300px;
    color: var(--lm-navy-deep) !important;
    background: var(--lm-gold);
}

.lm-button-gold:hover {
    background: var(--lm-gold-light);
}

.lm-deposit-note {
    max-width: 720px;
    margin: 28px 0 0;
    color: rgba(245, 238, 227, .75);
    font-size: 12px;
    line-height: 1.7;
    text-decoration: underline;
    text-decoration-color: rgba(216, 180, 123, .6);
    text-underline-offset: 5px;
}

.lm-contact-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 130px;
    padding-top: 42px;
    border-top: 1px solid rgba(245, 238, 227, .2);
}

.lm-contact-grid > div {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.lm-contact-grid span {
    color: var(--lm-gold);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.lm-contact-grid a,
.lm-contact-grid p {
    margin: 0;
    color: rgba(245, 238, 227, .72);
    font: 400 18px/1.5 "Cormorant Garamond", Georgia, serif;
}

.lm-location-showcase {
    position: relative;
    padding: clamp(54px, 6vw, 96px) clamp(18px, 6vw, 96px);
    background:
        radial-gradient(circle at 18% 20%, rgba(216, 180, 123, .12), transparent 34%),
        radial-gradient(circle at 84% 80%, rgba(127, 157, 148, .1), transparent 30%),
        var(--lm-navy-deep);
    overflow: hidden;
}

.lm-location-showcase::before,
.lm-location-showcase::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(216, 180, 123, .14);
    border-radius: 50%;
    pointer-events: none;
}

.lm-location-showcase::before {
    top: -28vw;
    right: -18vw;
    width: 62vw;
    height: 62vw;
}

.lm-location-showcase::after {
    bottom: -35vw;
    left: -20vw;
    width: 58vw;
    height: 58vw;
}

.lm-location-map-link {
    position: relative;
    z-index: 1;
    isolation: isolate;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: min(100%, 1180px);
    min-height: clamp(720px, 82vh, 980px);
    margin: 0 auto;
    padding: clamp(20px, 2vw, 34px) clamp(20px, 4vw, 64px) clamp(116px, 10vw, 150px);
    color: var(--lm-ivory) !important;
    background: #6d5b42;
    border: 1px solid rgba(216, 180, 123, .52);
    border-radius: clamp(22px, 2.2vw, 36px);
    box-shadow: 0 34px 90px rgba(0, 0, 0, .34), inset 0 0 0 1px rgba(255, 255, 255, .05);
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}

.lm-location-ambient {
    position: absolute;
    z-index: -2;
    inset: -10%;
    background-position: center;
    background-size: cover;
    filter: blur(46px) sepia(.2) brightness(.66) saturate(.78);
    opacity: .72;
    transform: scale(1.12);
}

.lm-location-map-link::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(180deg, rgba(2, 24, 32, .16), rgba(2, 24, 32, .38));
    pointer-events: none;
}

.lm-location-map-link > img {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 72vh;
    object-fit: contain;
    border: 1px solid rgba(255, 246, 231, .38);
    border-radius: 18px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, .34);
    transition: transform .7s cubic-bezier(.22, 1, .36, 1), box-shadow .7s ease;
}

.lm-location-overlay {
    position: absolute;
    z-index: 3;
    bottom: clamp(20px, 2.3vw, 34px);
    left: 50%;
    display: grid;
    justify-items: center;
    width: min(88%, 680px);
    padding: 18px 24px 20px;
    color: var(--lm-ivory);
    background: rgba(1, 18, 25, .86);
    border: 1px solid rgba(216, 180, 123, .42);
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .28);
    backdrop-filter: blur(18px);
    text-align: center;
    transform: translateX(-50%);
    transition: transform .45s cubic-bezier(.22, 1, .36, 1), border-color .35s ease;
}

.lm-location-kicker {
    color: var(--lm-gold);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.lm-location-overlay strong {
    margin-top: 5px;
    font: 500 clamp(27px, 2.3vw, 38px)/1.05 "Cormorant Garamond", Georgia, serif;
    letter-spacing: -.02em;
}

.lm-location-action {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
    color: rgba(245, 238, 227, .82);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.lm-location-action svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: var(--lm-gold);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.lm-location-map-link:hover > img {
    transform: scale(1.014);
    box-shadow: 0 30px 76px rgba(0, 0, 0, .42);
}

.lm-location-map-link:hover .lm-location-overlay {
    border-color: rgba(216, 180, 123, .76);
    transform: translate(-50%, -4px);
}

.lm-location-map-link:focus-visible {
    outline: 3px solid var(--lm-gold);
    outline-offset: 6px;
}

.lm-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px clamp(24px, 8.5vw, 160px);
    color: rgba(245, 238, 227, .65);
    background: #011219;
    border-top: 1px solid rgba(245, 238, 227, .1);
}

.lm-footer-brand {
    color: var(--lm-ivory) !important;
    font: 500 23px/1 "Cormorant Garamond", Georgia, serif;
    letter-spacing: .16em;
}

.lm-footer p,
.lm-back-top {
    margin: 0;
    font-size: 9px;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.lm-back-top {
    color: var(--lm-gold) !important;
}

.lm-reveal {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity .8s ease, transform .8s cubic-bezier(.22, 1, .36, 1);
}

.lm-reveal.is-visible,
.lm-hero .lm-reveal {
    opacity: 1;
    transform: none;
}

.lm-hero .lm-reveal:nth-child(1) { transition-delay: .1s; }
.lm-hero .lm-reveal:nth-child(2) { transition-delay: .2s; }
.lm-hero .lm-reveal:nth-child(3) { transition-delay: .3s; }
.lm-hero .lm-reveal:nth-child(4) { transition-delay: .4s; }

@media (max-width: 1180px) {
    .lm-header {
        grid-template-columns: 1fr auto;
    }

    .lm-nav {
        position: fixed;
        top: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: min(430px, 100%);
        height: 100vh;
        padding: 110px 60px 60px;
        color: var(--lm-ivory);
        background: var(--lm-navy-deep);
        transform: translateX(100%);
        transition: transform .4s cubic-bezier(.22, 1, .36, 1);
    }

    .lm-nav a {
        font: 400 40px/1 "Cormorant Garamond", Georgia, serif;
        letter-spacing: -.02em;
        text-transform: none;
    }

    .lm-menu-open .lm-nav {
        transform: translateX(0);
    }

    body.lumina-premium-page .lm-menu-toggle {
        position: relative;
        z-index: 3;
        display: block !important;
    }

    .lm-menu-open .lm-menu-toggle {
        color: var(--lm-ivory);
    }

    .lm-menu-open .lm-menu-toggle span:first-child {
        transform: translateY(3px) rotate(45deg);
    }

    .lm-menu-open .lm-menu-toggle span:last-child {
        transform: translateY(-3px) rotate(-45deg);
    }

    .lm-intro {
        grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
        grid-template-rows: auto auto;
        min-height: auto;
    }

    .lm-intro-copy {
        grid-column: 1;
        grid-row: 1;
    }

    .lm-intro-main {
        grid-column: 2;
        grid-row: 1 / 3;
    }

    .lm-intro-small {
        grid-column: 1;
        grid-row: 2;
        width: min(72%, 430px);
        margin-top: 0;
    }

    .lm-sunset .lm-button {
        position: static;
        margin-top: 38px;
    }
}

@media (max-width: 900px) {
    .lm-header {
        min-height: 82px;
        padding: 12px 20px;
    }

    .admin-bar .lm-header {
        top: 46px;
    }

    .lm-brand,
    .lm-header.is-scrolled .lm-brand {
        width: 168px;
        height: 54px;
        padding: 0;
    }

    .lm-header-reserve {
        display: none;
    }

    .lm-hero-content {
        margin-left: 24px;
        padding-top: 86px;
    }

    .lm-hero h1 {
        font-size: clamp(58px, 15vw, 100px);
    }

    .lm-hero-meta {
        display: none;
    }

    .lm-intro {
        display: block;
        padding-bottom: 100px;
    }

    .lm-intro-copy > p:last-child {
        margin-left: 0;
    }

    .lm-intro-main {
        margin-top: 54px;
    }

    .lm-intro-main img {
        height: auto;
        min-height: 0;
        max-height: none;
    }

    .lm-intro-small {
        width: 100%;
        margin: 24px 0 0;
    }

    .lm-intro-small img {
        height: auto;
    }

    .lm-manifesto-inner {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .lm-flavours {
        display: block;
    }

    .lm-flavour-card,
    .lm-flavour-card-b,
    .lm-flavour-card-c {
        width: 100%;
        margin: 0 0 70px;
    }

    .lm-flavour-card img,
    .lm-flavour-card-a img,
    .lm-flavour-card-b img,
    .lm-flavour-card-c img {
        height: min(660px, 115vw);
    }

    .lm-sunset {
        min-height: 780px;
    }

    .lm-gallery-header {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .lm-gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 520px 300px 360px;
    }

    .lm-gallery-tall {
        grid-row: 1;
        grid-column: 1 / 3;
    }

    .lm-gallery-wide {
        grid-column: 1 / 3;
        grid-row: 2;
    }

    .lm-contact-grid {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-top: 90px;
    }

    .lm-footer {
        flex-direction: column;
        gap: 18px;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .lm-kicker,
    .lm-eyebrow {
        font-size: 9px;
        letter-spacing: .22em;
    }

    .lm-hero-content {
        width: calc(100% - 40px);
        margin-left: 20px;
    }

    .lm-hero h1 {
        font-size: clamp(54px, 17vw, 82px);
        line-height: .9;
    }

    .lm-hero-copy {
        font-size: 14px;
    }

    .lm-hero-buttons {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
    }

    .lm-button {
        width: 100%;
        min-width: 0;
    }

    .lm-intro h2,
    .lm-flavours h2,
    .lm-gallery h2,
    .lm-manifesto h2 {
        font-size: clamp(54px, 16vw, 76px);
    }

    .lm-intro-small {
        width: 100%;
    }

    .lm-manifesto,
    .lm-flavours,
    .lm-gallery,
    .lm-reserve {
        padding-left: 20px;
        padding-right: 20px;
    }

    .lm-manifesto-line {
        font-size: 56px;
    }

    .lm-sunset {
        min-height: 680px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .lm-sunset h2,
    .lm-reserve h2 {
        font-size: clamp(58px, 17vw, 84px);
    }

    .lm-gallery-grid {
        display: block;
    }

    .lm-gallery-grid figure {
        height: 430px;
        margin-bottom: 16px;
    }

    .lm-gallery-grid .lm-gallery-wide {
        height: 280px;
    }

    .lm-button-gold {
        min-width: 0;
    }

    .lm-reserve-orbit {
        width: 85vw;
        height: 85vw;
    }

    .lm-location-showcase {
        padding: 30px 12px 34px;
    }

    .lm-location-map-link {
        min-height: 0;
        padding: 12px 12px 112px;
        border-radius: 24px;
    }

    .lm-location-ambient {
        filter: blur(26px) sepia(.18) brightness(.68) saturate(.8);
    }

    .lm-location-map-link > img {
        width: 100%;
        max-height: none;
        border-radius: 14px;
    }

    .lm-location-overlay {
        bottom: 14px;
        width: calc(100% - 28px);
        padding: 13px 14px 15px;
        border-radius: 14px;
    }

    .lm-location-kicker {
        font-size: 8px;
        letter-spacing: .16em;
    }

    .lm-location-overlay strong {
        font-size: 25px;
    }

    .lm-location-action {
        gap: 8px;
        margin-top: 7px;
        font-size: 9px;
        letter-spacing: .12em;
    }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .lm-reveal { opacity: 1; transform: none; }
}
