:root {
    --lux-bg: #0a0a0a;
    --lux-bg-soft: #11100f;
    --lux-stone: #2c2825;
    --lux-white: #f5f2ee;
    --lux-muted: rgba(245, 242, 238, 0.62);
    --lux-faint: rgba(245, 242, 238, 0.11);
    --lux-gold: #c9a84c;
    --lux-display: "Cormorant Garamond", serif;
    --lux-body: "Jost", sans-serif;
    --lux-shell: 1440px;
}

.page-luxury-home {
    background: var(--lux-bg);
    color: var(--lux-white);
    font-family: var(--lux-body);
    font-weight: 300;
    cursor: none;
}

.page-luxury-home #mainContent {
    overflow: clip;
}

.page-luxury-home h1,
.page-luxury-home h2,
.page-luxury-home h3,
.page-luxury-home p {
    color: inherit;
}

.page-luxury-home .navbar {
    background: transparent;
    border-bottom: 1px solid transparent;
    box-shadow: none;
    transition: background-color .4s ease, border-color .4s ease;
}

.page-luxury-home .navbar.scrolled {
    background: rgba(10, 10, 10, .96);
    border-color: rgba(245, 242, 238, .08);
    box-shadow: none;
}

.page-luxury-home .navbar .container {
    max-width: 100%;
    padding: 0 clamp(22px, 4vw, 72px);
}

.page-luxury-home .nav-inner {
    min-height: 92px;
}

.page-luxury-home .nav-logo img {
    display: none;
}

.page-luxury-home .nav-logo-text {
    display: block;
}

.page-luxury-home .nav-logo-text strong {
    color: var(--lux-white);
    font-family: var(--lux-display);
    font-size: 1.55rem;
    font-weight: 300;
    letter-spacing: .2em;
}

.page-luxury-home .nav-menu {
    gap: clamp(8px, 1vw, 22px);
}

.page-luxury-home .nav-menu a {
    padding: 8px 0;
    border: 0;
    border-radius: 0;
    color: rgba(245, 242, 238, .74);
    font-family: var(--lux-body);
    font-size: .72rem;
    font-weight: 300;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.page-luxury-home .nav-menu a:hover,
.page-luxury-home .nav-menu a.active {
    color: var(--lux-gold);
    background: none;
}

.page-luxury-home .nav-tools {
    display: none;
}

.page-luxury-home .nav-cta {
    display: inline-flex;
}

.page-luxury-home .nav-toggle span {
    background: var(--lux-gold);
    height: 1px;
}

.luxury-cursor {
    position: fixed;
    z-index: 9999;
    width: 28px;
    height: 28px;
    left: 0;
    top: 0;
    border: 1px solid var(--lux-gold);
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: width .25s ease, height .25s ease, background-color .25s ease, opacity .25s ease;
}

.luxury-cursor.is-visible {
    opacity: 1;
}

.luxury-cursor.is-hovering {
    width: 42px;
    height: 42px;
    background: rgba(201, 168, 76, .12);
}

.lux-shell {
    width: min(calc(100% - 44px), var(--lux-shell));
    margin-inline: auto;
}

.lux-section {
    padding: clamp(110px, 13vw, 210px) 0;
}

.lux-eyebrow {
    margin: 0 0 24px;
    color: var(--lux-gold) !important;
    font-size: .64rem;
    font-weight: 400;
    letter-spacing: .32em;
    line-height: 1.5;
    text-transform: uppercase;
}

.lux-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 28px;
    border: 1px solid var(--lux-gold);
    color: var(--lux-gold);
    font-size: .65rem;
    font-weight: 400;
    letter-spacing: .24em;
    text-transform: uppercase;
    transition: color .4s ease, background-color .4s ease;
}

.lux-button:hover {
    color: var(--lux-bg);
    background: var(--lux-gold);
}

.lux-hero {
    position: relative;
    display: grid;
    min-height: 100svh;
    place-items: center;
    isolation: isolate;
}

.lux-hero-media,
.lux-hero-shade {
    position: absolute;
    inset: 0;
}

.lux-hero-media {
    z-index: -2;
    overflow: hidden;
}

.lux-hero-slide {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    transform: scale(1.04);
    transition: opacity 1.1s ease, transform 6.5s ease;
}

.lux-hero-slide.is-active {
    opacity: 1;
    transform: scale(1);
}

.lux-hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.7);
}

.lux-hero-shade {
    z-index: -1;
    background: linear-gradient(to bottom, rgba(10, 10, 10, .38), rgba(10, 10, 10, .82));
}

.lux-hero-content {
    width: min(92%, 1100px);
    padding-top: 80px;
    text-align: center;
}

.lux-hero-title {
    margin: 0;
    color: var(--lux-white);
    font-family: var(--lux-display);
    font-size: clamp(3.6rem, 8vw, 7.5rem);
    font-weight: 300;
    letter-spacing: .13em;
    line-height: .92;
    text-transform: uppercase;
}

.lux-hero-title span {
    display: block;
}

.lux-hero-title span + span {
    margin-top: .12em;
}

.lux-hero-intro {
    max-width: 560px;
    margin: 34px auto 38px;
    color: rgba(245, 242, 238, .8) !important;
    font-size: .98rem;
    font-weight: 200;
    letter-spacing: .06em;
    line-height: 1.9;
}

.lux-hero-reveal {
    opacity: 0;
    transform: translateY(24px);
    animation: luxHeroIn 1.1s ease-out forwards;
}

.lux-hero-title .lux-hero-reveal:nth-child(1) { animation-delay: .15s; }
.lux-hero-title .lux-hero-reveal:nth-child(2) { animation-delay: .3s; }
.lux-hero-intro.lux-hero-reveal { animation-delay: .45s; }
.lux-button.lux-hero-reveal { animation-delay: .62s; }

@keyframes luxHeroIn {
    to { opacity: 1; transform: translateY(0); }
}

.lux-hero-controls {
    position: absolute;
    right: clamp(22px, 4vw, 72px);
    bottom: 42px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: rgba(245, 242, 238, .76);
}

.lux-hero-arrow,
.lux-hero-dots button {
    appearance: none;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

.lux-hero-arrow {
    padding: 0;
    color: rgba(245, 242, 238, .66);
    font-family: var(--lux-body);
    font-size: .58rem;
    font-weight: 400;
    letter-spacing: .24em;
    line-height: 1;
    text-transform: uppercase;
}

.lux-hero-arrow:hover,
.lux-hero-arrow:focus-visible {
    color: var(--lux-gold);
}

.lux-hero-dots {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.lux-hero-dots button {
    position: relative;
    width: 28px;
    height: 28px;
}

.lux-hero-dots button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border: 1px solid rgba(245, 242, 238, .68);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: background-color .25s ease, border-color .25s ease, transform .25s ease;
}

.lux-hero-dots button.is-active::before,
.lux-hero-dots button:hover::before,
.lux-hero-dots button:focus-visible::before {
    border-color: var(--lux-gold);
    background: var(--lux-gold);
    transform: translate(-50%, -50%) scale(1.25);
}

.lux-scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: grid;
    justify-items: center;
    color: rgba(245, 242, 238, .66);
    font-size: .58rem;
    letter-spacing: .28em;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.lux-scroll i {
    display: block;
    width: 1px;
    height: 62px;
    margin-top: 14px;
    overflow: hidden;
    background: rgba(245, 242, 238, .25);
}

.lux-scroll i::after {
    content: "";
    display: block;
    width: 1px;
    height: 28px;
    background: var(--lux-gold);
    animation: luxScroll 2s ease-in-out infinite;
}

@keyframes luxScroll {
    0% { transform: translateY(-30px); }
    70%, 100% { transform: translateY(64px); }
}

.lux-marquee {
    height: 42px;
    overflow: hidden;
    background: var(--lux-gold);
    color: var(--lux-bg);
}

.lux-marquee-track {
    display: flex;
    width: max-content;
    animation: luxTicker 32s linear infinite;
}

.lux-marquee span {
    display: flex;
    align-items: center;
    height: 42px;
    white-space: nowrap;
    font-size: .66rem;
    font-weight: 300;
    letter-spacing: .29em;
    text-transform: uppercase;
}

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

.lux-philosophy {
    position: relative;
    min-height: 100svh;
    padding-top: clamp(145px, 17vw, 270px);
    padding-bottom: clamp(120px, 15vw, 230px);
    overflow: hidden;
    isolation: isolate;
    background: var(--lux-bg);
}

.lux-philosophy::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    width: 1px;
    height: clamp(70px, 9vw, 145px);
    background: linear-gradient(to bottom, var(--lux-gold), rgba(201, 168, 76, 0));
}

.lux-philosophy-backdrop {
    position: absolute;
    z-index: -2;
    inset: 0;
    opacity: .13;
}

.lux-philosophy-backdrop::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(10, 10, 10, .7), var(--lux-bg) 82%);
}

.lux-philosophy-backdrop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

.lux-philosophy-word {
    position: absolute;
    z-index: -1;
    top: clamp(35px, 5vw, 85px);
    right: -2vw;
    color: rgba(245, 242, 238, .035);
    font-family: var(--lux-display);
    font-size: clamp(9rem, 22vw, 27rem);
    font-weight: 300;
    font-style: italic;
    line-height: .72;
    pointer-events: none;
}

.lux-philosophy-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(420px, .8fr);
    gap: clamp(90px, 13vw, 215px);
    align-items: center;
}

.lux-philosophy-visual {
    position: relative;
}

.lux-philosophy-media {
    position: relative;
    min-height: 760px;
    margin: 0;
    overflow: hidden;
    box-shadow: 0 42px 100px rgba(0, 0, 0, .42);
}

.lux-philosophy-media img {
    width: 100%;
    height: 100%;
    min-height: 760px;
    object-fit: cover;
    filter: saturate(.62);
    transition: transform .9s ease;
}

.lux-philosophy-media::after {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(201, 168, 76, .5);
    pointer-events: none;
}

.lux-philosophy-media figcaption {
    position: absolute;
    z-index: 2;
    right: 34px;
    bottom: 32px;
    left: 34px;
    max-width: 300px;
    color: rgba(245, 242, 238, .76);
    font-size: .58rem;
    font-weight: 300;
    letter-spacing: .18em;
    line-height: 1.8;
    text-transform: uppercase;
}

.lux-philosophy-media:hover img {
    transform: scale(1.03);
}

.lux-philosophy-index {
    position: absolute;
    top: 54px;
    right: -58px;
    color: var(--lux-gold);
    font-size: .57rem;
    letter-spacing: .25em;
    text-transform: uppercase;
    transform: rotate(90deg);
    transform-origin: center;
}

.lux-philosophy-copy {
    position: relative;
    padding: clamp(35px, 4vw, 70px) 0;
}

.lux-philosophy-copy::before {
    content: "";
    position: absolute;
    top: 0;
    left: -52px;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(245, 242, 238, .18), transparent);
}

.lux-philosophy-copy h2,
.lux-section-head h2,
.lux-space-copy h2,
.lux-enquiry-copy h2 {
    margin: 0;
    color: var(--lux-white);
    font-family: var(--lux-display);
    font-size: clamp(3.1rem, 5vw, 5.4rem);
    font-weight: 300;
    letter-spacing: .02em;
    line-height: 1;
}

.lux-philosophy-copy > p:not(.lux-eyebrow),
.lux-space-copy > p:not(.lux-eyebrow),
.lux-enquiry-copy > p:not(.lux-eyebrow) {
    max-width: 580px;
    margin: 36px 0 0;
    color: var(--lux-muted) !important;
    font-size: 1rem;
    font-weight: 300;
    line-height: 2;
}

.lux-philosophy-link {
    display: inline-block;
    margin-top: 42px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(201, 168, 76, .65);
    color: var(--lux-white);
    font-size: .59rem;
    font-weight: 300;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.lux-philosophy-link:hover {
    color: var(--lux-gold);
}

.lux-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 62px 0 0;
    border-top: 1px solid var(--lux-line);
}

.lux-stats div {
    display: grid;
    grid-template-columns: 90px 1fr;
    align-items: baseline;
    padding: 21px 0;
    border-bottom: 1px solid var(--lux-line);
}

.lux-stats dt {
    color: var(--lux-gold);
    font-family: var(--lux-display);
    font-size: 2.7rem;
    font-weight: 300;
    line-height: 1;
}

.lux-stats dd {
    margin: 0;
    color: var(--lux-muted);
    font-size: .58rem;
    letter-spacing: .21em;
    line-height: 1.7;
    text-transform: uppercase;
}

.lux-collections {
    background: var(--lux-bg);
}

.lux-section-head {
    max-width: 720px;
    margin: 0 auto clamp(70px, 8vw, 120px);
    text-align: center;
}

.lux-section-head h2 {
    font-size: clamp(3.5rem, 6vw, 6rem);
}

.lux-section-head > p:last-child {
    max-width: 480px;
    margin: 26px auto 0;
    color: var(--lux-muted);
    font-size: .9rem;
    line-height: 1.9;
}

.lux-collection-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.lux-collection-card {
    position: relative;
    min-height: 0;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    color: var(--lux-white);
}

.lux-collection-card:nth-child(2),
.lux-collection-card:nth-child(5) {
    transform: translateY(52px);
}

.lux-collection-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 10, 10, .85), rgba(10, 10, 10, .05) 60%);
    transition: background-color .7s ease;
}

.lux-collection-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease, filter .7s ease;
}

.lux-card-border {
    position: absolute;
    z-index: 2;
    inset: 14px;
    border: 1px solid var(--lux-gold);
    opacity: 0;
    transition: opacity .5s ease;
}

.lux-card-copy {
    position: absolute;
    z-index: 3;
    left: 34px;
    right: 34px;
    bottom: 30px;
    display: grid;
    transform: translateY(12px);
    transition: transform .5s ease;
}

.lux-card-copy small {
    margin-bottom: 7px;
    color: var(--lux-gold);
    font-size: .58rem;
    font-weight: 400;
    letter-spacing: .25em;
    text-transform: uppercase;
}

.lux-card-copy strong {
    font-family: var(--lux-display);
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 300;
    line-height: 1;
}

.lux-collection-card:hover img {
    filter: brightness(.65);
    transform: scale(1.03);
}

.lux-collection-card:hover .lux-card-border {
    opacity: 1;
}

.lux-collection-card:hover .lux-card-copy {
    transform: translateY(0);
}

.lux-spaces {
    background: var(--lux-bg-soft);
}

.lux-space-row {
    display: grid;
    grid-template-columns: 60% 40%;
    min-height: 760px;
}

.lux-space-row.is-reversed {
    grid-template-columns: 40% 60%;
}

.lux-space-row.is-reversed .lux-space-media {
    order: 2;
}

.lux-space-media {
    min-height: 760px;
    overflow: hidden;
}

.lux-space-media img {
    width: 100%;
    height: calc(100% + 80px);
    object-fit: cover;
    transform: translateY(var(--parallax-y, -40px)) scale(1.02);
    transition: transform .1s linear;
}

.lux-space-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(60px, 8vw, 150px);
}

.lux-space-copy h2 {
    font-size: clamp(3rem, 4.3vw, 5rem);
}

.lux-ghost-link {
    width: fit-content;
    margin-top: 42px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(201, 168, 76, .7);
    color: var(--lux-white);
    font-size: .63rem;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.lux-ghost-link:hover {
    color: var(--lux-gold);
}

.lux-craft {
    background: var(--lux-bg);
}

.lux-craft-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.lux-craft-step {
    min-height: 310px;
    padding: 10px clamp(24px, 3vw, 50px);
    border-left: 1px solid rgba(201, 168, 76, .35);
}

.lux-craft-step:last-child {
    border-right: 1px solid rgba(201, 168, 76, .35);
}

.lux-craft-step > span {
    color: var(--lux-gold);
    font-family: var(--lux-display);
    font-size: clamp(5rem, 7vw, 7.5rem);
    font-weight: 300;
    line-height: .85;
}

.lux-craft-step h3 {
    margin: 48px 0 16px;
    color: var(--lux-white);
    font-family: var(--lux-body);
    font-size: .72rem;
    font-weight: 300;
    letter-spacing: .27em;
    text-transform: uppercase;
}

.lux-craft-step p {
    margin: 0;
    color: var(--lux-muted);
    font-size: .83rem;
    line-height: 1.8;
}

.lux-voices {
    position: relative;
    background: #070707;
}

.lux-voices-inner {
    max-width: 940px;
    text-align: center;
}

.lux-quote-mark {
    height: 100px;
    color: var(--lux-gold);
    font-family: var(--lux-display);
    font-size: 9rem;
    font-weight: 300;
    line-height: 1;
}

.lux-testimonials {
    position: relative;
    min-height: 250px;
}

.lux-testimonial {
    position: absolute;
    inset: 0;
    display: grid;
    align-content: center;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
    transition: opacity .7s ease, transform .7s ease;
}

.lux-testimonial.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.lux-testimonial p {
    margin: 0;
    color: var(--lux-white);
    font-family: var(--lux-display);
    font-size: clamp(2rem, 3.4vw, 3.2rem);
    font-style: italic;
    font-weight: 300;
    line-height: 1.3;
}

.lux-testimonial cite {
    margin-top: 34px;
    color: var(--lux-gold);
    font-family: var(--lux-body);
    font-size: .6rem;
    font-style: normal;
    letter-spacing: .26em;
    text-transform: uppercase;
}

.lux-voice-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    margin-top: 45px;
}

.lux-voice-controls button {
    border: 0;
    background: transparent;
    color: var(--lux-white);
    font-size: 1.25rem;
    cursor: none;
}

.lux-voice-controls span {
    color: var(--lux-muted);
    font-size: .57rem;
    letter-spacing: .24em;
}

.lux-enquiry {
    display: grid;
    grid-template-columns: 48% 52%;
    min-height: 900px;
    background: var(--lux-bg-soft);
}

.lux-enquiry-media {
    min-height: 900px;
}

.lux-enquiry-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lux-enquiry-panel {
    display: grid;
    align-content: center;
    padding: clamp(70px, 9vw, 160px);
}

.lux-enquiry-copy h2 {
    max-width: 650px;
    font-size: clamp(3rem, 5vw, 5.4rem);
}

.lux-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 28px;
    margin-top: 62px;
}

.lux-form label {
    display: grid;
    gap: 10px;
}

.lux-form label span {
    color: rgba(245, 242, 238, .5);
    font-size: .57rem;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.lux-form input,
.lux-form select,
.lux-form textarea {
    width: 100%;
    padding: 4px 0 12px;
    border: 0;
    border-bottom: 1px solid rgba(245, 242, 238, .25);
    border-radius: 0;
    outline: none;
    background: transparent;
    color: var(--lux-white);
    font-family: var(--lux-body);
    font-size: .9rem;
    font-weight: 300;
    transition: border-color .3s ease;
}

.lux-form select option {
    color: var(--lux-white);
    background: var(--lux-bg);
}

.lux-form input:focus,
.lux-form select:focus,
.lux-form textarea:focus {
    border-color: var(--lux-gold);
}

.lux-form-wide {
    grid-column: 1 / -1;
}

.lux-form button {
    min-height: 54px;
    border: 1px solid var(--lux-gold);
    border-radius: 0;
    background: var(--lux-gold);
    color: var(--lux-bg);
    font-family: var(--lux-body);
    font-size: .64rem;
    font-weight: 400;
    letter-spacing: .25em;
    text-transform: uppercase;
    cursor: none;
    transition: background-color .35s ease, color .35s ease;
}

.lux-form button:hover {
    background: transparent;
    color: var(--lux-gold);
}

.lux-form button:disabled {
    opacity: .55;
}

.lux-honeypot {
    position: absolute;
    left: -10000px;
}

.lux-form-status {
    min-height: 20px;
    color: var(--lux-muted);
    font-size: .72rem;
    line-height: 1.5;
}

.lux-form-status.is-success { color: var(--lux-gold); }
.lux-form-status.is-error { color: #b87575; }

.lux-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .9s ease-out var(--delay, 0s), transform .9s ease-out var(--delay, 0s);
}

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

.page-luxury-home .site-footer {
    border-top: 1px solid rgba(201, 168, 76, .45);
    background: var(--lux-bg);
}

.page-luxury-home .footer-grid {
    grid-template-columns: 1.4fr .8fr .8fr 1.15fr;
    gap: clamp(35px, 5vw, 90px);
}

.page-luxury-home .site-footer p,
.page-luxury-home .site-footer a {
    color: rgba(245, 242, 238, .58);
    font-family: var(--lux-body);
    font-size: .72rem;
    font-weight: 300;
    line-height: 1.8;
}

.page-luxury-home .site-footer a:hover {
    color: var(--lux-gold);
}

.page-luxury-home .footer-action-row {
    border-color: rgba(245, 242, 238, .1);
}

.page-luxury-home .footer-logo img {
    width: 72px;
    height: 72px;
    object-fit: cover;
}

.page-luxury-home .footer-logo span,
.page-luxury-home .site-footer h4 {
    font-family: var(--lux-body);
    font-size: .63rem;
    font-weight: 300;
    letter-spacing: .24em;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .lux-philosophy-grid {
        grid-template-columns: minmax(0, .85fr) minmax(360px, .8fr);
        gap: 90px;
    }

    .lux-philosophy-media,
    .lux-philosophy-media img {
        min-height: 650px;
    }

    .lux-philosophy-index {
        display: none;
    }

    .lux-collection-card {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .lux-space-row,
    .lux-space-row.is-reversed {
        min-height: 650px;
        grid-template-columns: 55% 45%;
    }

    .lux-space-media {
        min-height: 650px;
    }

    .lux-enquiry-panel {
        padding: 80px 7vw;
    }

    .page-luxury-home .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1199px) {
    .page-luxury-home .nav-cta {
        display: none;
    }
}

@media (max-width: 767px) {
    .page-luxury-home {
        cursor: auto;
    }

    .luxury-cursor {
        display: none;
    }

    .page-luxury-home .nav-inner {
        min-height: 76px;
        padding: 0;
    }

    .page-luxury-home .nav-logo-text strong {
        font-size: 1.16rem;
    }

    .lux-shell {
        width: min(calc(100% - 36px), var(--lux-shell));
    }

    .lux-section {
        padding: 96px 0;
    }

    .lux-hero-content {
        padding-top: 60px;
    }

    .lux-hero-title {
        font-size: clamp(3.1rem, 16vw, 5rem);
        letter-spacing: .07em;
    }

    .lux-hero-intro {
        max-width: 340px;
        font-size: .86rem;
    }

    .lux-hero-controls {
        right: 18px;
        bottom: 28px;
        left: 18px;
        justify-content: center;
        gap: 12px;
    }

    .lux-hero-arrow {
        font-size: .52rem;
        letter-spacing: .18em;
    }

    .lux-hero-dots {
        gap: 4px;
    }

    .lux-philosophy-grid,
    .lux-collection-grid,
    .lux-craft-grid,
    .lux-enquiry {
        grid-template-columns: 1fr;
    }

    .lux-philosophy-grid {
        gap: 68px;
    }

    .lux-philosophy-media,
    .lux-philosophy-media img {
        min-height: 560px;
    }

    .lux-philosophy {
        min-height: auto;
        padding-top: 135px;
    }

    .lux-philosophy::before {
        height: 85px;
    }

    .lux-philosophy-word {
        top: 62px;
        font-size: 9rem;
    }

    .lux-philosophy-copy::before {
        display: none;
    }

    .lux-philosophy-copy h2,
    .lux-section-head h2,
    .lux-space-copy h2,
    .lux-enquiry-copy h2 {
        font-size: clamp(2.7rem, 13vw, 4rem);
    }

    .lux-stats {
        gap: 0;
    }

    .lux-stats dt {
        font-size: 2.1rem;
    }

    .lux-stats dd {
        font-size: .49rem;
    }

    .lux-stats div {
        grid-template-columns: 70px 1fr;
    }

    .lux-collection-grid {
        gap: 14px;
    }

    .lux-collection-card,
    .lux-collection-card:nth-child(2),
    .lux-collection-card:nth-child(5) {
        min-height: 0;
        aspect-ratio: 16 / 10;
        transform: none;
    }

    .lux-space-row,
    .lux-space-row.is-reversed {
        display: flex;
        min-height: auto;
        flex-direction: column;
    }

    .lux-space-row.is-reversed .lux-space-media {
        order: 0;
    }

    .lux-space-media {
        min-height: 460px;
    }

    .lux-space-copy {
        padding: 76px 22px 96px;
    }

    .lux-craft-grid {
        gap: 0;
    }

    .lux-craft-step,
    .lux-craft-step:last-child {
        min-height: auto;
        padding: 42px 8px;
        border: 0;
        border-top: 1px solid rgba(201, 168, 76, .35);
    }

    .lux-craft-step:last-child {
        border-bottom: 1px solid rgba(201, 168, 76, .35);
    }

    .lux-craft-step h3 {
        margin-top: 26px;
    }

    .lux-testimonials {
        min-height: 350px;
    }

    .lux-enquiry-media {
        min-height: 520px;
    }

    .lux-enquiry-panel {
        padding: 90px 22px;
    }

    .lux-form {
        grid-template-columns: 1fr;
    }

    .lux-form-wide {
        grid-column: auto;
    }

    .page-luxury-home .footer-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lux-hero-reveal,
    .lux-reveal {
        opacity: 1;
        transform: none;
        animation: none;
        transition: none;
    }

    .lux-marquee-track,
    .lux-scroll i::after {
        animation: none;
    }

    .lux-hero-slide {
        transform: none;
        transition: none;
    }

    .lux-space-media img {
        transform: none !important;
    }
}
