/*
 * Canonical mobile contract.
 * Loaded after the legacy mobile layer so header, weather and hero share one
 * predictable layout. Keep this file small and remove rules here only after
 * the older layers have been consolidated.
 */

@media (max-width: 760px) {
    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: clip !important;
    }

    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }

    html body .rm-header {
        height: calc(72px + var(--r7-safe-top, 0px)) !important;
        padding-top: var(--r7-safe-top, 0px) !important;
    }

    html body .rm-header__inner {
        display: flex !important;
        width: calc(100% - 32px) !important;
        max-width: none !important;
        min-width: 0 !important;
        gap: 8px !important;
    }

    html body .rm-brand,
    html body .rm-brand img {
        min-width: 0 !important;
        max-width: 108px !important;
    }

    html body .rm-brand { order: 1 !important; flex: 0 0 auto !important; }
    html body .rm-weather-offer { order: 2 !important; flex: 0 1 auto !important; }
    html body .rm-burger { order: 3 !important; }

    html body .rm-burger {
        display: grid !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        top: auto !important;
        right: auto !important;
        width: 46px !important;
        height: 46px !important;
        flex: 0 0 46px !important;
        transform: none !important;
        z-index: 2 !important;
        margin-left: 0 !important;
    }

    html body .rm-header__actions,
    html body .rm-header__meta,
    html body .rm-nav:not(.is-open) {
        display: none !important;
    }

    /* The compact weather status occupies the lane between logo and menu. */
    html body .rm-weather-offer,
    html body .rm-header__inner > .rm-weather-offer,
    html body .rm-header__inner > .rm-weather-offer.is-forecast {
        position: relative !important;
        inset: auto !important;
        display: block !important;
        width: min(170px, calc(100vw - 166px)) !important;
        max-width: min(170px, calc(100vw - 166px)) !important;
        min-width: 0 !important;
        margin-left: auto !important;
        z-index: 1001 !important;
        transform: none !important;
        margin-right: 0 !important;
    }

    html body .rm-weather-offer > .rm-weather-offer__dock,
    html body .rm-weather-offer > .rm-weather-offer__forecast,
    html body .rm-header__inner > .rm-weather-offer.is-forecast > .rm-weather-offer__forecast {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        min-height: 44px !important;
        padding: 7px 10px !important;
        border-radius: 14px !important;
        overflow: hidden !important;
    }

    html body .rm-weather-offer__forecast-kicker,
    html body .rm-weather-offer__forecast-days {
        display: none !important;
    }

    html body .rm-weather-offer__forecast-head {
        min-width: 0 !important;
        min-height: 28px !important;
        gap: 6px !important;
    }

    html body .rm-weather-offer__forecast-head strong,
    html body .rm-weather-offer__dock-label {
        display: block !important;
        min-width: 0 !important;
        max-width: none !important;
        overflow: hidden !important;
        font-size: 0.68rem !important;
        line-height: 1.1 !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    html body .rm-weather-offer__forecast-temp,
    html body .rm-weather-offer__dock strong {
        flex: 0 0 auto !important;
        font-size: 0.92rem !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    html body .rm-weather-offer__dock {
        justify-content: space-between !important;
        gap: 6px !important;
    }

    html body .rm-weather-offer__dock-mark {
        display: none !important;
    }

    /* Expanded offer is a full-width sheet below the fixed header, never a
       narrow column positioned over the page content. */
    html body .rm-weather-offer:not(.is-collapsed):not(.is-forecast) {
        position: fixed !important;
        top: calc(72px + var(--r7-safe-top, 0px) + 12px) !important;
        right: 12px !important;
        left: 12px !important;
        width: auto !important;
        max-width: none !important;
        max-height: calc(100dvh - 96px - var(--r7-safe-top, 0px)) !important;
        overflow: hidden !important;
        transform: none !important;
    }

    html body .rm-weather-offer:not(.is-collapsed):not(.is-forecast) > .rm-weather-offer__panel {
        position: relative !important;
        inset: auto !important;
        width: 100% !important;
        max-width: none !important;
        max-height: calc(100dvh - 96px - var(--r7-safe-top, 0px)) !important;
        overflow-y: auto !important;
        overscroll-behavior: contain;
    }

    html body .rm-weather-offer__body,
    html body .rm-weather-offer__code-row,
    html body .rm-weather-offer__actions,
    html body .rm-weather-offer__claim-fields,
    html body .rm-weather-offer__claim-actions {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    html body .rm-weather-offer__actions,
    html body .rm-weather-offer__claim-actions {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    html body .rm-weather-offer__actions > *,
    html body .rm-weather-offer__claim-actions > *,
    html body .rm-weather-offer__code-row > * {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    /* Hero content uses one readable column and cannot create horizontal
       overflow through desktop max-widths or nowrap labels. */
    html body .r7-hero,
    html body .r7-hero__inner,
    html body .r7-hero__content,
    html body .r7-hero__lead,
    html body .r7-hero__lead p,
    html body .r7-hero .r7-actions,
    html body .r7-hero__facts {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    html body .r7-hero {
        width: 100% !important;
        min-height: 100svh !important;
    }

    html body .r7-hero__inner {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-inline: 0 !important;
        min-height: 100svh !important;
        padding: calc(104px + var(--r7-safe-top, 0px)) 16px 28px !important;
    }

    html body .r7-hero__content {
        display: block !important;
        width: calc(100vw - 32px) !important;
        max-width: calc(100vw - 32px) !important;
        margin-block: auto !important;
        text-align: center !important;
    }

    html body .r7-hero h1 {
        width: 100% !important;
        max-width: 100% !important;
        margin-inline: auto !important;
        font-size: clamp(1.8rem, 7.6vw, 2.2rem) !important;
        line-height: 1.04 !important;
        letter-spacing: -0.045em !important;
        text-align: center !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
    }

    html body .r7-hero__title-desktop,
    html body .r7-hero__title-mobile {
        display: none !important;
        max-width: 100% !important;
        white-space: normal !important;
    }

    html body .r7-hero__title-mobile {
        display: block !important;
    }

    html body .r7-hero__lead,
    html body .r7-hero__lead p {
        width: 100% !important;
        max-width: 100% !important;
        margin-inline: auto !important;
        font-size: 0.94rem !important;
        line-height: 1.5 !important;
        text-align: center !important;
        overflow-wrap: normal !important;
    }

    html body .r7-hero__lead p br {
        display: block !important;
    }

    html body .r7-hero .r7-actions {
        display: grid !important;
        width: 100% !important;
        max-width: 27rem !important;
        margin-inline: auto !important;
    }

    html body .r7-hero .r7-button,
    html body .r7-hero .r7-link {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    html body .r7-hero__facts {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
        width: 100% !important;
        margin-top: 24px !important;
        padding-top: 18px !important;
        border-top: 1px solid rgba(248, 248, 245, 0.16) !important;
    }

    html body .r7-hero__facts > div,
    html body .r7-hero__facts > div + div {
        min-width: 0 !important;
        border: 0 !important;
        text-align: center !important;
    }

    html body .r7-hero__facts strong {
        display: block !important;
        font-size: 0.78rem !important;
        line-height: 1.35 !important;
        overflow-wrap: normal !important;
    }
}

@media (max-width: 360px) {
    html body .rm-brand,
    html body .rm-brand img {
        max-width: 98px !important;
    }

    html body .rm-weather-offer,
    html body .rm-header__inner > .rm-weather-offer,
    html body .rm-header__inner > .rm-weather-offer.is-forecast {
        width: min(150px, calc(100vw - 154px)) !important;
        max-width: min(150px, calc(100vw - 154px)) !important;
    }

    html body .r7-hero__facts {
        grid-template-columns: 1fr !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    html body .rm-weather-offer,
    html body .rm-weather-offer * {
        transition: none !important;
        animation: none !important;
    }
}

html body .rm-weather-offer [data-weather-offer-timer],
html body .rm-weather-offer [data-weather-offer-dock-timer] {
    font-variant-numeric: tabular-nums;
    will-change: opacity, transform;
}

html body .rm-weather-offer .is-weather-value-updated {
    animation: rm-weather-value-update 220ms ease-out both;
}

/* Async weather markup contains placeholders. Never paint them before the
   server confirms the current state, regardless of legacy cascade order. */
html body .rm-weather-offer[hidden],
html body .rm-header__inner > .rm-weather-offer[hidden] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

html body .rm-weather-offer [hidden] {
    display: none !important;
}

/* Quiet full-screen gallery viewer. The image remains the focus, not the UI. */
html body .rm-gallery-card__open {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: zoom-in;
    text-align: left;
}

html body .rm-gallery-card__open img {
    display: block;
    transition: transform 420ms cubic-bezier(.2,.7,.2,1), filter 420ms ease;
}

@media (hover: hover) and (pointer: fine) {
    html body .rm-gallery-card__open:hover img,
    html body .rm-gallery-card__open:focus-visible img {
        transform: scale(1.025);
        filter: saturate(1.06) contrast(1.02);
    }
}

html body .rm-gallery-card__open:focus-visible {
    outline: 2px solid var(--r7-gold, #c49a68);
    outline-offset: -3px;
}

html body.rm-lightbox-open { overflow: hidden; }

html body .rm-lightbox {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: grid;
    place-items: center;
    padding: clamp(16px, 4vw, 48px);
    background: rgba(7, 10, 11, .94);
    isolation: isolate;
}

html body .rm-lightbox[hidden] { display: none !important; }

html body .rm-lightbox__backdrop {
    position: absolute;
    inset: 0;
    cursor: zoom-out;
}

html body .rm-lightbox__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 1100px);
    max-height: 100%;
}

html body .rm-lightbox__figure { margin: 0; text-align: center; }

html body .rm-lightbox__image {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: calc(100dvh - 96px);
    margin: 0 auto;
    border-radius: 18px;
    box-shadow: 0 28px 90px rgba(0,0,0,.46);
    object-fit: contain;
}

html body .rm-lightbox__caption {
    margin-top: 14px;
    color: rgba(247,244,238,.72);
    font-size: 13px;
    letter-spacing: .08em;
}

html body .rm-lightbox__close {
    position: absolute;
    top: -12px;
    right: -12px;
    z-index: 2;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(247,244,238,.28);
    border-radius: 50%;
    background: rgba(18,22,23,.9);
    color: #f7f4ee;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

html body .rm-lightbox__close:hover,
html body .rm-lightbox__close:focus-visible {
    border-color: var(--r7-gold, #c49a68);
    color: var(--r7-gold, #c49a68);
}

@media (prefers-reduced-motion: reduce) {
    html body .rm-gallery-card__open img { transition: none; }
}

@keyframes rm-weather-value-update {
    0% { opacity: 0.48; transform: translateY(3px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* Good weather is an informational status, not a promotional popup. Keep it
   as one quiet header chip so only an active offer can show a timer or panel. */
html body .rm-header__inner > .rm-weather-offer.is-forecast-compact {
    width: 320px !important;
    max-width: min(320px, calc(100vw - 32px)) !important;
}

html body .rm-header__inner > .rm-weather-offer.is-forecast-compact .rm-weather-offer__forecast {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 42px !important;
    max-height: 48px !important;
    padding: 8px 13px !important;
    overflow: hidden !important;
    border-radius: 999px !important;
}

html body .rm-header__inner > .rm-weather-offer.is-forecast-compact .rm-weather-offer__forecast-days,
html body .rm-header__inner > .rm-weather-offer.is-forecast-compact .rm-weather-offer__forecast-kicker {
    display: none !important;
}

html body .rm-header__inner > .rm-weather-offer.is-forecast-compact .rm-weather-offer__forecast-head {
    min-height: 26px !important;
    align-items: center !important;
}

html body .rm-header__inner > .rm-weather-offer.is-forecast-compact .rm-weather-offer__forecast-head strong {
    max-width: none !important;
    overflow: hidden !important;
    font-size: 0.74rem !important;
    line-height: 1.1 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

html body .rm-header__inner > .rm-weather-offer.is-forecast-compact .rm-weather-offer__forecast-temp {
    flex: 0 0 auto !important;
    font-size: 1rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

@media (max-width: 760px) {
    html body .rm-header__inner > .rm-weather-offer.is-forecast-compact {
        width: min(170px, calc(100vw - 166px)) !important;
        max-width: min(170px, calc(100vw - 166px)) !important;
    }

    html body .rm-header__inner > .rm-weather-offer.is-forecast-compact .rm-weather-offer__forecast {
        min-height: 42px !important;
        max-height: 44px !important;
        padding: 7px 10px !important;
    }

    html body .rm-header__inner > .rm-weather-offer.is-forecast-compact .rm-weather-offer__forecast-head strong {
        max-width: 12ch !important;
        font-size: 0.68rem !important;
    }

    html body .rm-header__inner > .rm-weather-offer.is-forecast-compact .rm-weather-offer__forecast-temp {
        font-size: 0.92rem !important;
    }
}

/* Booking steps: keep the index readable on the light paper surface. */
html body .rm-booking-direct__steps li {
    border-color: rgba(110, 75, 49, 0.22) !important;
    background: rgba(110, 75, 49, 0.055) !important;
}

html body .rm-booking-direct__steps b {
    color: #6e4b31 !important;
    font-weight: 800 !important;
    font-variant-numeric: tabular-nums;
    text-shadow: none !important;
}

html body .rm-booking-direct__steps span {
    color: #17191b !important;
}

/* Rosmouka x Lucci: compact signature collaboration block. */
@font-face {
    font-family: "Lucci Montserrat";
    src: url("../images/lucci-montserrat-400.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Lucci Montserrat";
    src: url("../images/lucci-montserrat-600.ttf") format("truetype");
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "Lucci Montserrat";
    src: url("../images/lucci-montserrat-700.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
}

html body .rm-lucci-collab {
    position: relative;
    overflow: hidden;
    color: #f5f2ec;
    background:
        radial-gradient(circle at 86% 18%, rgba(194, 147, 96, 0.17), transparent 28%),
        linear-gradient(135deg, #111517 0%, #080a0c 62%, #171113 100%);
}

html body .rm-lucci-collab::after {
    position: absolute;
    top: 0;
    right: 8%;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, transparent, rgba(194,147,96,.35), transparent);
    content: "";
    opacity: .7;
    transform: rotate(18deg);
    transform-origin: center;
}

html body .rm-lucci-collab__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(150px, .8fr) minmax(0, 1.6fr) minmax(220px, .85fr);
    align-items: end;
    gap: clamp(28px, 5vw, 76px);
    padding-block: clamp(48px, 7vw, 86px);
}

html body .rm-lucci-collab__top {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(245,242,236,.14);
}

html body .rm-lucci-collab__eyebrow,
html body .rm-lucci-collab__edition {
    color: rgba(245,242,236,.58);
    font: 700 .64rem/1.2 var(--r7-sans, Manrope, sans-serif);
    letter-spacing: .16em;
    text-transform: uppercase;
}

html body .rm-lucci-collab__edition { color: #c29360; text-align: right; }

html body .rm-lucci-collab__brands {
    display: flex;
    align-items: center;
    gap: 16px;
}

html body .rm-lucci-collab__brand {
    display: grid;
    align-content: center;
    min-height: 76px;
    padding: 13px 16px;
    color: #f5f2ec;
    text-decoration: none;
    border: 1px solid rgba(245,242,236,.18);
    border-radius: 18px;
    background: rgba(255,255,255,.035);
    transition: border-color .3s ease, background .3s ease, transform .3s ease;
}

html body .rm-lucci-collab__brand:hover,
html body .rm-lucci-collab__brand:focus-visible {
    border-color: rgba(194,147,96,.72);
    background: rgba(194,147,96,.1);
    transform: translateY(-3px);
}

html body .rm-lucci-collab__brand--rosmouka img { display: block; width: 122px; height: auto; }
html body .rm-lucci-collab__brand--lucci strong {
    color: #f5f2ec;
    font: 600 1.08rem/1 "Lucci Montserrat", Montserrat, sans-serif;
    letter-spacing: .1em;
}
html body .rm-lucci-collab__brand--lucci img {
    display: block;
    width: 34px;
    height: 34px;
    margin-bottom: 9px;
    object-fit: contain;
}
html body .rm-lucci-collab__brand--lucci small {
    margin-top: 7px;
    color: rgba(245,242,236,.52);
    font: 600 .5rem/1 "Lucci Montserrat", Montserrat, sans-serif;
    letter-spacing: .16em;
    text-transform: uppercase;
}
html body .rm-lucci-collab__connector { color: #c29360; font: 400 1.6rem/1 var(--r7-display, Georgia, serif); }

html body .rm-lucci-collab__copy .r7-kicker { color: #c29360; }
html body .rm-lucci-collab h2 {
    max-width: 650px;
    margin: 12px 0 16px;
    color: #f5f2ec;
    font: 400 clamp(2.15rem, 4vw, 4.5rem)/.99 var(--r7-display, Georgia, serif);
    letter-spacing: -.04em;
}
html body .rm-lucci-collab h2 em { color: #c29360; font-style: normal; }
html body .rm-lucci-collab__copy p {
    max-width: 520px;
    margin: 0;
    color: rgba(245,242,236,.67);
    font-size: clamp(.92rem, 1.2vw, 1.06rem);
    line-height: 1.55;
}
html body .rm-lucci-collab__meta {
    display: grid;
    justify-items: start;
    gap: 20px;
    color: rgba(245,242,236,.58);
    font-size: .75rem;
    line-height: 1.45;
}
html body .rm-lucci-collab__address { max-width: 230px; }
html body .rm-lucci-collab__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
html body .rm-lucci-collab .r7-button--primary { color: #171313; background: #c29360; }
html body .rm-lucci-collab .r7-link { color: #f5f2ec; }

@media (max-width: 900px) {
    html body .rm-lucci-collab__inner { grid-template-columns: minmax(150px, .8fr) minmax(0, 1.5fr); }
    html body .rm-lucci-collab__meta { grid-column: 2; }
}

@media (max-width: 640px) {
    html body .rm-lucci-collab__inner { display: block; padding-block: 44px; }
    html body .rm-lucci-collab__top { align-items: flex-start; flex-direction: column; gap: 10px; }
    html body .rm-lucci-collab__edition { text-align: left; }
    html body .rm-lucci-collab__brands { margin: 28px 0 34px; }
    html body .rm-lucci-collab__brand { min-height: 68px; padding: 11px 13px; border-radius: 15px; }
    html body .rm-lucci-collab__brand--rosmouka img { width: 104px; }
    html body .rm-lucci-collab h2 { font-size: clamp(2.2rem, 11vw, 3.4rem); }
    html body .rm-lucci-collab__meta { margin-top: 28px; }
    html body .rm-lucci-collab__actions { align-items: stretch; flex-direction: column; gap: 12px; }
    html body .rm-lucci-collab__actions .r7-button,
    html body .rm-lucci-collab__actions .r7-link { width: 100%; box-sizing: border-box; text-align: center; }
}

/* Keep the hero partnership lockup consistent with the full Lucci section. */
html body .r7-home > .r7-hero .r7-hero__lucci {
    display: inline-flex;
    align-items: center;
    width: auto;
    max-width: min(100%, 360px);
    margin-top: 18px;
    padding: 10px 0 0;
    gap: 12px;
    color: rgba(247,247,244,.82);
    border-top: 0 !important;
    transition: color .25s ease, opacity .25s ease !important;
}

html body .r7-home > .r7-hero .r7-hero__lucci:hover,
html body .r7-home > .r7-hero .r7-hero__lucci:focus-visible {
    color: #f7f7f4;
    border-color: transparent;
}

html body .r7-home > .r7-hero .r7-hero__lucci-mark {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: rgba(247,247,244,.84);
    font: 600 .58rem/1 "Lucci Montserrat", Montserrat, sans-serif;
    letter-spacing: .12em;
    white-space: nowrap;
}

html body .r7-home > .r7-hero .r7-hero__lucci-mark i {
    color: #c29360;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
}

html body .r7-home > .r7-hero .r7-hero__lucci-rosmouka {
    display: block;
    width: 68px;
    height: auto;
    filter: saturate(.82) contrast(1.05);
}

html body .r7-home > .r7-hero .r7-hero__lucci-wordmark {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

html body .r7-home > .r7-hero .r7-hero__lucci-wordmark img {
    display: block;
    width: 19px;
    height: 19px;
    object-fit: contain;
    opacity: .9;
}

html body .r7-home > .r7-hero .r7-hero__lucci-wordmark b {
    color: inherit;
    font: 600 .64rem/1 "Lucci Montserrat", Montserrat, sans-serif;
    letter-spacing: .16em;
}

html body .r7-home > .r7-hero .r7-hero__lucci-note {
    color: rgba(247,247,244,.55);
    font: 500 .64rem/1.2 "Lucci Montserrat", Montserrat, sans-serif;
    letter-spacing: .04em;
    white-space: nowrap;
}

@media (max-width: 640px) {
    html body .r7-home > .r7-hero .r7-hero__lucci {
        align-items: center;
        flex-direction: row !important;
        justify-content: center;
        max-width: calc(100% - 24px) !important;
        margin-inline: auto !important;
        padding-top: 10px !important;
        gap: 10px !important;
        text-align: left !important;
    }

    html body .r7-home > .r7-hero .r7-hero__lucci-mark { gap: 7px; }

    html body .r7-home > .r7-hero .r7-hero__lucci-note {
        max-width: 150px;
        white-space: normal !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    html body .rm-lucci-collab::after,
    html body .rm-lucci-collab__brand { transition: none; transform: none; }
}

/* Brand lockup: the marks should read as one partnership, not two cards. */
html body .rm-lucci-collab__brands {
    align-items: center;
    gap: 24px;
    min-width: 0;
}

html body .rm-lucci-collab__brand,
html body .rm-lucci-collab__brand:hover,
html body .rm-lucci-collab__brand:focus-visible {
    display: flex;
    align-items: center;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    transform: none !important;
    transition: color .25s ease, opacity .25s ease !important;
}

html body .rm-lucci-collab__brand--lucci:hover strong,
html body .rm-lucci-collab__brand--lucci:focus-visible strong {
    color: #c29360;
}

html body .rm-lucci-collab__brand--rosmouka img {
    width: 118px;
    filter: saturate(.82) contrast(1.05);
}

html body .rm-lucci-collab__connector {
    position: relative;
    color: #c29360;
    font-size: 1.4rem;
    line-height: 1;
}

html body .rm-lucci-collab__connector::before,
html body .rm-lucci-collab__connector::after {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 1px;
    background: rgba(194,147,96,.36);
    content: "";
}

html body .rm-lucci-collab__connector::before { right: calc(100% + 8px); }
html body .rm-lucci-collab__connector::after { left: calc(100% + 8px); }

html body .rm-lucci-collab__brand--lucci {
    display: grid;
    grid-template-columns: 27px auto;
    column-gap: 10px;
    align-items: center;
}

html body .rm-lucci-collab__brand--lucci img {
    grid-row: 1 / span 2;
    width: 27px;
    height: 27px;
    margin: 0;
    opacity: .9;
}

html body .rm-lucci-collab__brand--lucci strong {
    font-size: .98rem;
    letter-spacing: .18em;
}

html body .rm-lucci-collab__brand--lucci small {
    margin-top: 4px;
    color: rgba(245,242,236,.46);
    font-size: .45rem;
    letter-spacing: .18em;
}

@media (max-width: 640px) {
    html body .rm-lucci-collab__brands {
        gap: 20px;
        margin: 26px 0 32px;
    }

    html body .rm-lucci-collab__brand--rosmouka img { width: 100px; }
    html body .rm-lucci-collab__brand--lucci { grid-template-columns: 23px auto; column-gap: 8px; }
    html body .rm-lucci-collab__brand--lucci img { width: 23px; height: 23px; }
}

/* The collaboration follows Lucci's calm editorial language, not a separate card system. */
html body .rm-lucci-collab {
    background:
        radial-gradient(circle at 78% 16%, rgba(194,147,96,.12), transparent 30%),
        linear-gradient(135deg, #101416 0%, #080a0c 68%, #171113 100%);
}

html body .rm-lucci-collab::after { display: none; }

html body .rm-lucci-collab__inner {
    grid-template-columns: minmax(180px, .72fr) minmax(0, 1.65fr) minmax(240px, .78fr);
    gap: clamp(26px, 4vw, 64px);
    padding-block: clamp(44px, 6vw, 72px);
}

html body .rm-lucci-collab__top {
    padding-bottom: 15px;
    border-bottom: 0;
}

html body .rm-lucci-collab__eyebrow,
html body .rm-lucci-collab__edition,
html body .rm-lucci-collab__address,
html body .rm-lucci-collab__copy .r7-kicker {
    font-family: "Lucci Montserrat", Montserrat, sans-serif;
}

html body .rm-lucci-collab__edition { letter-spacing: .12em; }

html body .rm-lucci-collab__brands {
    align-self: start;
    margin-top: 4px;
}

html body .rm-lucci-collab__copy h2 {
    max-width: 590px;
    margin-top: 8px;
    text-wrap: balance;
}

html body .rm-lucci-collab__copy p {
    max-width: 470px;
    text-wrap: pretty;
}

html body .rm-lucci-collab__meta {
    align-self: end;
    gap: 18px;
}

html body .rm-lucci-collab__actions .r7-button--primary {
    min-height: 44px;
    padding-inline: 20px;
    box-shadow: 0 12px 30px rgba(194,147,96,.16);
}

html body .rm-lucci-collab__actions .r7-button--primary:active {
    transform: scale(.96);
}

@media (max-width: 900px) {
    html body .rm-lucci-collab__inner {
        grid-template-columns: minmax(160px, .7fr) minmax(0, 1.4fr);
    }
}

@media (max-width: 640px) {
    html body .rm-lucci-collab__inner {
        padding-block: 42px 46px;
    }

    html body .rm-lucci-collab__top {
        gap: 8px;
    }

    html body .rm-lucci-collab__brands {
        justify-content: center;
        margin: 24px 0 30px;
    }

    html body .rm-lucci-collab__copy h2 {
        max-width: 12ch;
        margin-inline: auto;
        text-align: center;
    }

    html body .rm-lucci-collab__copy p {
        max-width: 34ch;
        margin-inline: auto;
        text-align: center;
    }

    html body .rm-lucci-collab__copy .r7-kicker {
        display: block;
        text-align: center;
    }

    html body .rm-lucci-collab__meta {
        justify-items: center;
        text-align: center;
    }

    html body .rm-lucci-collab__address { max-width: 28ch; }
}
