.maison-hero {
    position: relative;
    min-height: 100svh;
    overflow: clip;
    isolation: isolate;
    z-index: 20;
    background:
        radial-gradient(circle at 78% 16%, rgba(198, 152, 69, 0.18), transparent 24%),
        linear-gradient(118deg, #050505 0%, #0b0908 48%, #15100c 100%);
}

.maison-hero__bg,
.maison-hero__stage,
.maison-hero__scrim,
.maison-hero__vignette,
.maison-hero__light {
    position: absolute;
    inset: 0;
}

.maison-hero__bg {
    background:
        radial-gradient(circle at 22% 34%, rgba(232, 213, 163, 0.07), transparent 24%),
        linear-gradient(135deg, rgba(7, 7, 6, 0.96) 0%, rgba(12, 10, 8, 0.84) 42%, rgba(10, 8, 7, 0.52) 100%);
}

.maison-hero__stage {
    z-index: 0;
    pointer-events: none;
}

.maison-hero__click-guard {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: auto;
    background: transparent;
}

.maison-hero__stage-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 74% 50%;
    opacity: 0.56;
    filter: saturate(0.9) contrast(1.08) brightness(0.9);
    transform: scale(1.02);
}

.maison-hero__scrim {
    background:
        linear-gradient(90deg, rgba(3, 3, 3, 0.96) 0%, rgba(4, 4, 4, 0.9) 31%, rgba(5, 5, 5, 0.42) 56%, rgba(5, 5, 5, 0.22) 100%);
}

.maison-hero__vignette {
    background:
        radial-gradient(circle at 75% 44%, transparent 0%, rgba(0, 0, 0, 0.18) 42%, rgba(0, 0, 0, 0.48) 100%);
}

.maison-hero__light--one {
    background: radial-gradient(circle at 74% 22%, rgba(255, 217, 145, 0.14), transparent 16%);
    mix-blend-mode: screen;
}

.maison-hero__light--two {
    background: radial-gradient(circle at 67% 68%, rgba(204, 145, 69, 0.11), transparent 22%);
    mix-blend-mode: screen;
}

[data-theme="light"] .maison-hero {
    background:
        radial-gradient(circle at 73% 16%, rgba(230, 190, 104, 0.22), transparent 26%),
        linear-gradient(118deg, #f7f1e4 0%, #efe5d4 45%, #d8c5aa 100%);
}

[data-theme="light"] .maison-hero__bg {
    background:
        radial-gradient(circle at 22% 34%, rgba(255, 255, 255, 0.42), transparent 24%),
        linear-gradient(135deg, rgba(252, 247, 237, 0.94) 0%, rgba(239, 228, 210, 0.78) 44%, rgba(186, 153, 100, 0.38) 100%);
}

[data-theme="light"] .maison-hero__stage-image {
    opacity: 0.62;
    filter: saturate(0.94) contrast(0.98) brightness(1.08);
}

[data-theme="light"] .maison-hero__scrim {
    background:
        linear-gradient(90deg, rgba(251, 246, 236, 0.9) 0%, rgba(248, 241, 228, 0.76) 31%, rgba(235, 221, 200, 0.38) 58%, rgba(196, 160, 104, 0.12) 100%);
}

[data-theme="light"] .maison-hero__vignette {
    background:
        radial-gradient(circle at 75% 43%, rgba(255, 255, 255, 0.02) 0%, rgba(112, 78, 35, 0.1) 46%, rgba(98, 66, 30, 0.2) 100%);
}

[data-theme="light"] .maison-hero__light--one {
    background: radial-gradient(circle at 72% 18%, rgba(255, 232, 172, 0.32), transparent 20%);
}

[data-theme="light"] .maison-hero__light--two {
    background: radial-gradient(circle at 65% 70%, rgba(194, 132, 54, 0.16), transparent 24%);
}

[data-theme="light"] .maison-hero__eyebrow,
[data-theme="light"] .maison-hero__notes,
[data-theme="light"] .maison-hero__scroll {
    color: rgba(105, 76, 30, 0.88);
}

[data-theme="light"] .maison-hero__eyebrow::before,
[data-theme="light"] .maison-hero__eyebrow::after,
[data-theme="light"] .maison-hero__scroll-line {
    background: rgba(146, 107, 42, 0.56);
}

[data-theme="light"] .maison-hero__title {
    color: #261f16;
}

[data-theme="light"] .maison-hero__subtitle {
    color: rgba(40, 32, 22, 0.76);
}

[data-theme="light"] .maison-hero__secondary-action {
    border-color: rgba(112, 79, 26, 0.24);
    color: #2d2417;
    background: rgba(255, 255, 255, 0.26);
}

.maison-hero__inner {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: minmax(31rem, 38rem) minmax(24rem, 29rem);
    align-items: center;
    gap: clamp(1.25rem, 1.9vw, 2.2rem);
    width: 100%;
    max-width: min(100%, 103rem);
    min-height: 100svh;
    margin: 0 auto;
    padding: 5.8rem 9.5rem 1rem 4.2rem;
}

.maison-hero__copy {
    position: relative;
    z-index: 4;
    min-width: 0;
    max-width: 39rem;
}

.maison-hero__eyebrow,
.maison-hero__title,
.maison-hero__subtitle,
.maison-hero__actions,
.maison-hero__notes,
.maison-hero__scroll {
    opacity: 0;
    transform: translateY(18px);
    animation: maisonHeroFadeUp 0.95s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.maison-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.15rem;
    color: #edd7aa;
    font-family: "Jost", sans-serif;
    font-size: 0.76rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    animation-delay: 0.1s;
}

.maison-hero__eyebrow::before,
.maison-hero__eyebrow::after {
    content: "";
    width: 3rem;
    height: 1px;
    background: rgba(237, 215, 170, 0.66);
    flex: 0 0 auto;
}

.maison-hero__eyebrow-short {
    display: none;
}

.maison-hero__title {
    margin: 0 0 1.15rem;
    color: #f7efe2;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(4.35rem, 5vw, 5.9rem);
    line-height: 0.885;
    letter-spacing: -0.045em;
    animation-delay: 0.2s;
}

.maison-hero__title span {
    display: block;
    white-space: nowrap;
}

.maison-hero__subtitle {
    max-width: 24.75rem;
    margin-bottom: 1.55rem;
    color: rgba(247, 239, 226, 0.82);
    font-size: clamp(0.95rem, 0.98vw, 1rem);
    line-height: 1.58;
    animation-delay: 0.3s;
}

.maison-hero__subtitle-short {
    display: none;
}

.maison-hero__window-reset-short {
    display: none;
}

.maison-hero__actions {
    display: flex;
    gap: 0.85rem;
    flex-wrap: nowrap;
    align-items: stretch;
    animation-delay: 0.42s;
}

.maison-hero .btn-primary,
.maison-hero .btn-outline {
    min-height: 3.05rem;
    padding-inline: 1.08rem;
    white-space: nowrap;
    flex: 0 0 auto;
}

.maison-hero__secondary-action {
    border-color: rgba(235, 215, 169, 0.24);
    color: #f7efe2;
    background: rgba(255, 255, 255, 0.02);
}

.maison-hero__notes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 0.95rem;
    margin-top: 0.9rem;
    color: rgba(235, 215, 169, 0.82);
    font-family: "Cinzel", serif;
    font-size: 0.57rem;
    letter-spacing: 0.165em;
    text-transform: uppercase;
    animation-delay: 0.54s;
}

.maison-hero__notes span {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
}

.maison-hero__notes span::before {
    content: "";
    width: 0.34rem;
    height: 0.34rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #f1d79e 0%, #b9893a 100%);
}

.maison-hero__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 4;
    min-width: 0;
}

.maison-hero__window {
    position: relative;
    width: min(100%, 27.5rem);
    z-index: 4;
}

.maison-hero__window-card {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 0.84;
    overflow: hidden;
    border-radius: 2rem;
    border: 1px solid rgba(236, 219, 184, 0.18);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%),
        rgba(17, 15, 11, 0.42);
    box-shadow: 0 34px 102px rgba(0, 0, 0, 0.42);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.maison-hero__window-card:hover,
.maison-hero__window-card:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 50px 128px rgba(0, 0, 0, 0.48);
    border-color: rgba(236, 219, 184, 0.32);
}

.maison-hero__window-card:focus-visible {
    outline: 2px solid rgba(232, 200, 125, 0.88);
    outline-offset: 4px;
}

.maison-hero__window-card::before {
    content: "";
    position: absolute;
    inset: 8% 9%;
    border-radius: 1.45rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    pointer-events: none;
    z-index: 2;
}

.maison-hero__window-image,
.maison-hero__window-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.maison-hero__window-image {
    object-fit: cover;
}

.maison-hero__window-overlay {
    background:
        linear-gradient(180deg, rgba(16, 14, 10, 0.05) 0%, rgba(16, 14, 10, 0.1) 32%, rgba(12, 11, 9, 0.34) 60%, rgba(7, 6, 5, 0.82) 100%);
    z-index: 1;
}

.maison-hero__window-meta,
.maison-hero__window-reset {
    position: relative;
    z-index: 3;
}

.maison-hero__window-meta {
    display: grid;
    gap: 0.35rem;
    align-content: end;
    height: 100%;
    padding: 0 1.1rem 1.2rem;
    color: #f7efe2;
}

.maison-hero__window-kicker {
    font-family: "Cinzel", serif;
    font-size: 0.6rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(234, 214, 176, 0.84);
}

.maison-hero__window-title {
    max-width: 19rem;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.95rem, 1.92vw, 2.3rem);
    line-height: 0.88;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.maison-hero__window-link {
    display: inline-flex;
    width: fit-content;
    margin-top: 0.18rem;
    padding-bottom: 0.1rem;
    border-bottom: 1px solid rgba(236, 219, 184, 0.4);
    color: rgba(248, 240, 224, 0.92);
    font-family: "Cinzel", serif;
    font-size: 0.64rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.maison-hero__window-reset {
    position: absolute;
    top: 0.9rem;
    right: 0.9rem;
    min-height: 2.28rem;
    padding: 0.6rem 0.94rem;
    border: 1px solid rgba(231, 214, 178, 0.18);
    border-radius: 999px;
    background: rgba(96, 87, 73, 0.74);
    color: rgba(247, 239, 226, 0.95);
    font-family: "Cinzel", serif;
    font-size: 0.53rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.maison-hero__window-reset:hover,
.maison-hero__window-reset:focus-visible {
    background: rgba(116, 104, 85, 0.9);
    border-color: rgba(231, 214, 178, 0.36);
    transform: translateY(-1px);
}

.maison-hero__window-reset:focus-visible {
    outline: 2px solid rgba(232, 200, 125, 0.86);
    outline-offset: 3px;
}

.maison-hero__ring-rail {
    position: absolute;
    top: 6.15rem;
    right: clamp(1rem, 2vw, 1.75rem);
    bottom: 1.5rem;
    width: 7.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.65rem;
    overflow: visible;
    pointer-events: auto;
    z-index: 12;
    touch-action: none;
}

.maison-hero__ring {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    overflow: visible;
    pointer-events: auto;
    z-index: 1;
}

.maison-hero__ring-track {
    position: relative;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    z-index: 2;
    mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.98) 4%, rgba(0, 0, 0, 0.98) 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.98) 4%, rgba(0, 0, 0, 0.98) 96%, transparent 100%);
}

.maison-hero__ring-track::before {
    content: "";
    position: absolute;
    top: 8%;
    bottom: 8%;
    left: 0.35rem;
    width: 1px;
    background: linear-gradient(180deg, transparent 0%, rgba(232, 200, 125, 0.42) 18%, rgba(232, 200, 125, 0.42) 82%, transparent 100%);
    pointer-events: none;
    z-index: 0;
}

.maison-hero__ring-item {
    position: absolute;
    left: auto;
    top: 50%;
    width: 4.25rem;
    height: 4.25rem;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.28s ease;
    pointer-events: auto;
    z-index: 12;
    will-change: top, right, transform, opacity;
}

.maison-hero__ring-item.is-active {
    opacity: 1;
}

.maison-hero__ring-thumb {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.2rem;
    border-radius: 999px;
    border: 1px solid rgba(232, 200, 125, 0.58);
    background:
        radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.14), transparent 36%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%),
        rgba(10, 9, 8, 0.72);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34), inset 0 0 0 1px rgba(255, 244, 210, 0.07);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: border-color 0.24s ease, box-shadow 0.24s ease;
}

.maison-hero__ring-item.is-active .maison-hero__ring-thumb,
.maison-hero__ring-item:hover .maison-hero__ring-thumb,
.maison-hero__ring-item:focus-visible .maison-hero__ring-thumb {
    border-color: rgba(242, 223, 183, 0.88);
    border-width: 1.5px;
    box-shadow:
        0 14px 32px rgba(0, 0, 0, 0.32),
        0 0 0 1px rgba(242, 223, 183, 0.18),
        0 0 18px rgba(201, 168, 76, 0.12);
}

.maison-hero__ring-thumb-image {
    width: 100%;
    height: 100%;
    border-radius: 999px;
    object-fit: cover;
}

[data-theme="light"] .maison-hero__ring-track::before {
    background: linear-gradient(180deg, transparent 0%, rgba(177, 126, 39, 0.36) 18%, rgba(177, 126, 39, 0.36) 82%, transparent 100%);
}

[data-theme="light"] .maison-hero__ring-thumb {
    border-color: rgba(146, 107, 42, 0.52);
    background:
        radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.4), transparent 38%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 251, 242, 0.08) 100%),
        rgba(46, 34, 20, 0.32);
    box-shadow: 0 12px 26px rgba(84, 58, 20, 0.18), inset 0 0 0 1px rgba(255, 250, 232, 0.14);
}

[data-theme="light"] .maison-hero__ring-nav {
    color: rgba(66, 46, 18, 0.92);
    background: rgba(255, 249, 236, 0.88);
    border-color: rgba(177, 126, 39, 0.45);
    box-shadow: 0 8px 18px rgba(84, 58, 20, 0.12);
}

[data-theme="light"] .maison-hero__ring-nav:hover,
[data-theme="light"] .maison-hero__ring-nav:focus-visible {
    border-color: rgba(177, 126, 39, 0.72);
    background: rgba(255, 251, 242, 0.96);
    color: rgba(48, 34, 12, 0.98);
}

[data-theme="light"] .maison-hero__ring-nav.is-disabled,
[data-theme="light"] .maison-hero__ring-nav:disabled {
    opacity: 1;
    color: rgba(120, 88, 36, 0.55);
    border-color: rgba(177, 126, 39, 0.32);
    background: rgba(255, 249, 236, 0.7);
}

.maison-hero__ring-nav {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    flex: 0 0 auto;
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(232, 200, 125, 0.62);
    border-radius: 999px;
    background: rgba(28, 22, 16, 0.78);
    color: rgba(247, 232, 190, 0.98);
    box-shadow: 0 0 0 1px rgba(201, 168, 76, 0.16), 0 10px 22px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    pointer-events: auto;
    z-index: 14;
    cursor: pointer;
    transition: border-color 0.22s ease, background-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.maison-hero__ring-nav:hover,
.maison-hero__ring-nav:focus-visible {
    border-color: rgba(242, 223, 183, 0.92);
    background: rgba(36, 28, 18, 0.88);
    color: #f7e8be;
    box-shadow: 0 0 0 1px rgba(201, 168, 76, 0.28), 0 12px 24px rgba(0, 0, 0, 0.32);
    outline: none;
}

.maison-hero__ring-nav.is-disabled,
.maison-hero__ring-nav:disabled {
    opacity: 1;
    color: rgba(232, 200, 125, 0.58);
    border-color: rgba(232, 200, 125, 0.42);
    background: rgba(22, 18, 14, 0.72);
    box-shadow: 0 0 0 1px rgba(201, 168, 76, 0.1);
    cursor: default;
    pointer-events: none;
}

.maison-hero__ring-nav-icon {
    display: block;
    flex-shrink: 0;
    width: 0.85rem;
    height: 0.85rem;
}

.maison-hero__scroll {
    position: absolute;
    left: clamp(1.5rem, 3vw, 4.2rem);
    bottom: 1.25rem;
    right: auto;
    z-index: 6;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(247, 239, 222, 0.82);
    font-family: "Cinzel", serif;
    font-size: 0.64rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    text-decoration: none;
    animation-delay: 0.7s;
}

.maison-hero__scroll-line {
    width: 2.8rem;
    height: 1px;
    background: rgba(235, 215, 169, 0.6);
}

@keyframes maisonHeroFadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .maison-hero__eyebrow,
    .maison-hero__title,
    .maison-hero__subtitle,
    .maison-hero__actions,
    .maison-hero__notes,
    .maison-hero__scroll {
        animation: none;
        opacity: 1;
        transform: none;
    }

    .maison-hero__window-card,
    .maison-hero__stage-image,
    .maison-hero__ring-item,
    .maison-hero__window-reset {
        transition: none;
    }
}

body.home-page .maison-hero {
    margin: 0;
}

body.home-page .maison-hero ~ *:not(.site-header-stack):not(.nav-shell):not(.public-scroll-top):not(.popup-backdrop) {
    position: relative;
    z-index: 1;
}

body.home-page .maison-hero + .brand-strip {
    margin-top: 0;
}

@media (max-width: 1480px) {
    .maison-hero__inner {
        grid-template-columns: minmax(28rem, 33rem) minmax(21rem, 25.5rem);
        max-width: 92rem;
        padding-right: 8.5rem;
        padding-left: 3.2rem;
        padding-top: 6.5rem;
        padding-bottom: 0.9rem;
    }

    .maison-hero__title {
        font-size: clamp(3.55rem, 4.15vw, 4.85rem);
    }

    .maison-hero__window {
        width: min(100%, 24rem);
    }

    .maison-hero__window-card {
        aspect-ratio: 0.86;
        border-radius: 1.85rem;
    }

    .maison-hero__window-title {
        font-size: clamp(1.75rem, 1.85vw, 2.05rem);
    }

    .maison-hero__ring-rail {
        top: 6.85rem;
        right: clamp(0.75rem, 1.5vw, 1.25rem);
        width: 6.8rem;
        bottom: 1.8rem;
    }

    .maison-hero__ring-item {
        width: 3.85rem;
        height: 3.85rem;
    }

}

@media (max-width: 1240px) {
    .maison-hero__inner {
        grid-template-columns: minmax(24rem, 1fr) minmax(18rem, 21rem);
        gap: 0.9rem;
        padding-top: 6.65rem;
        padding-right: 7rem;
        padding-bottom: 1rem;
    }

    .maison-hero__copy {
        max-width: 31rem;
    }

    .maison-hero__title {
        font-size: clamp(3.1rem, 3.8vw, 4rem);
    }

    .maison-hero__subtitle {
        max-width: 22rem;
        margin-bottom: 1.3rem;
    }

    .maison-hero__window {
        width: min(100%, 19.5rem);
    }

    .maison-hero__window-card {
        aspect-ratio: 0.88;
        border-radius: 1.7rem;
    }

    .maison-hero__window-card::before {
        inset: 7% 8%;
        border-radius: 1.25rem;
    }

    .maison-hero__window-meta {
        padding: 0 0.95rem 1rem;
    }

    .maison-hero__window-title {
        font-size: clamp(1.55rem, 2.1vw, 1.85rem);
    }

    .maison-hero__window-reset {
        top: 0.75rem;
        right: 0.75rem;
        min-height: 2.1rem;
        padding: 0.5rem 0.8rem;
        font-size: 0.5rem;
    }

    .maison-hero .btn-primary,
    .maison-hero .btn-outline {
        min-height: 3rem;
        padding-inline: 1rem;
        font-size: 0.68rem;
    }

    .maison-hero__ring-rail {
        top: 7rem;
        right: clamp(0.5rem, 1vw, 1rem);
        bottom: 2.1rem;
        width: 6rem;
    }

    .maison-hero__ring-item {
        width: 3.4rem;
        height: 3.4rem;
    }

    .maison-hero__scroll {
        left: 1.6rem;
    }
}

@media (max-width: 980px) {
    .maison-hero {
        min-height: auto;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .maison-hero__bg {
        background: linear-gradient(180deg, rgba(2, 2, 2, 0.94) 0%, rgba(4, 4, 4, 0.84) 36%, rgba(8, 7, 6, 0.56) 100%);
    }

    .maison-hero__stage-image {
        object-position: 74% 22%;
        opacity: 0.48;
    }

    .maison-hero__scrim {
        background: linear-gradient(180deg, rgba(2, 2, 2, 0.78) 0%, rgba(2, 2, 2, 0.86) 24%, rgba(6, 5, 4, 0.55) 58%, rgba(8, 6, 5, 0.74) 100%);
    }

    .maison-hero__inner {
        display: contents;
    }

    .maison-hero__copy {
        order: 3;
        max-width: 37rem;
        width: 100%;
        padding: 0 1.1rem;
    }

    .maison-hero__visual {
        order: 1;
        justify-content: center;
        width: 100%;
        padding: 6rem 1.1rem 0;
    }

    .maison-hero__ring-rail,
    .maison-hero__ring-rail.is-compact {
        order: 2;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        width: min(100%, 24rem);
        height: 4.85rem;
        margin: -0.35rem auto 0.15rem;
        padding: 0 0.15rem;
        flex-direction: row;
        align-items: center;
        gap: 0.45rem;
    }

    .maison-hero__window {
        width: min(100%, 24rem);
    }

    .maison-hero__window-card {
        aspect-ratio: 0.92;
        border-radius: 1.65rem;
        box-shadow: 0 26px 72px rgba(0, 0, 0, 0.38);
    }

    .maison-hero__window-meta {
        padding: 0 1rem 1.05rem;
    }

    .maison-hero__window-title {
        font-size: clamp(1.65rem, 4.8vw, 2rem);
    }

    .maison-hero__window-reset {
        top: 0.8rem;
        right: 0.8rem;
    }

    .maison-hero__scroll {
        order: 4;
        position: static;
        width: fit-content;
        margin: 0.35rem 0 1.75rem 1.1rem;
        left: auto;
    }

    .maison-hero__ring-rail .maison-hero__ring {
        flex: 1 1 auto;
        height: 4.25rem;
        min-height: 4.25rem;
    }

    .maison-hero__ring-rail .maison-hero__ring-track {
        mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.98) 5%, rgba(0, 0, 0, 0.98) 95%, transparent 100%);
        -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.98) 5%, rgba(0, 0, 0, 0.98) 95%, transparent 100%);
    }

    .maison-hero__ring-rail .maison-hero__ring-track::before {
        display: none;
    }

    .maison-hero__ring-rail .maison-hero__ring-item {
        width: 3.25rem;
        height: 3.25rem;
    }

    .maison-hero__ring-rail .maison-hero__ring-nav {
        width: 2.35rem;
        height: 2.35rem;
        flex-shrink: 0;
    }

    .maison-hero__ring-rail .maison-hero__ring-nav--up .maison-hero__ring-nav-icon {
        transform: rotate(-90deg);
    }

    .maison-hero__ring-rail .maison-hero__ring-nav--down .maison-hero__ring-nav-icon {
        transform: rotate(-90deg);
    }

    .maison-hero__actions {
        flex-wrap: nowrap;
        gap: 0.65rem;
    }

    .maison-hero .btn-primary,
    .maison-hero .btn-outline {
        flex: 1 1 0;
        min-width: 0;
    }
}

@media (max-width: 768px) {
    .maison-hero {
        padding-bottom: 0;
    }

    .maison-hero__window {
        width: min(100%, 21.5rem);
    }

    .maison-hero__window-card {
        aspect-ratio: 0.94;
    }

    .maison-hero__visual {
        padding-bottom: 0;
    }

    .maison-hero__ring-rail,
    .maison-hero__ring-rail.is-compact {
        margin-bottom: 0.35rem;
    }

    .maison-hero__copy {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        clip-path: inset(50%);
        white-space: nowrap;
        border: 0;
    }

    .maison-hero__notes,
    .maison-hero__scroll,
    .maison-hero__window-kicker {
        display: none;
    }

    .maison-hero__window-reset-long {
        display: none;
    }

    .maison-hero__window-reset-short {
        display: inline;
    }

    .maison-hero__window-reset {
        min-height: 2rem;
        padding: 0.45rem 0.75rem;
        font-size: 0.5rem;
        letter-spacing: 0.12em;
    }
}

@media (max-width: 640px) {
    .maison-hero__visual {
        padding: 5.75rem 0.85rem 0;
    }

    .maison-hero__inner {
        padding: 0;
    }
}
