.lrs-home {
  --lrs-border: rgba(242, 238, 231, 0.18);
  --lrs-muted: rgba(242, 238, 231, 0.72);
  background: var(--lrs-night);
}

html:has(.lrs-home),
body:has(.lrs-home) {
  max-width: 100%;
  overflow-x: clip;
}

/*
 * Strict fidelity — 09 to 13.
 */
@media (min-width: 821px) {
  .lrs-home .lrs-home-options {
    display: block;
    overflow: visible;
    padding: clamp(110px, 9vw, 190px) var(--lrs-page-x);
  }

  .lrs-home-options > .lrs-options-main {
    width: auto;
    max-width: none !important;
    display: grid;
    grid-template-columns: minmax(390px, 0.8fr) minmax(600px, 1.2fr);
    align-items: start;
    gap: clamp(70px, 10vw, 170px);
    margin: 0;
  }

  .lrs-options-heading {
    align-self: start;
    position: sticky;
    top: 120px;
    margin: 0;
  }

  .lrs-options-heading .lrs-eyebrow {
    margin: 0 0 25px;
    color: var(--lrs-silver);
    font-size: 11px;
    line-height: 1.35;
  }

  .lrs-options-heading h2 {
    margin: 0;
    font-size: clamp(42px, 4.6vw, 76px);
    font-weight: 440;
    line-height: 0.99;
    letter-spacing: -0.05em;
  }

  .lrs-options-heading h2 em {
    color: var(--lrs-steel);
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }

  .lrs-options-heading .lrs-section-lead {
    max-width: 530px;
    margin: 28px 0 0;
    color: rgba(242, 238, 231, 0.58);
    font-size: 16px;
    line-height: 1.7;
  }

  .lrs-home-options .lrs-option-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-self: start;
    gap: 1px;
    margin: 0;
    background: var(--lrs-border);
  }

  .lrs-home-options .lrs-option-card {
    position: relative;
    aspect-ratio: 4 / 5;
    min-height: 330px;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    background: #0c0d10;
  }

  .lrs-home-options .lrs-option-card::after {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(0deg, rgba(5, 6, 8, 0.92), rgba(5, 6, 8, 0.08) 58%),
      linear-gradient(180deg, rgba(5, 6, 8, 0.48), transparent 30%);
    content: "";
  }

  .lrs-home-options .lrs-option-card::before {
    position: absolute;
    z-index: 3;
    top: 23px;
    left: 24px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 9px;
    font-weight: 540;
    letter-spacing: 0.1em;
    content: counter(lrs-option, decimal-leading-zero);
  }

  .lrs-home-options .lrs-option-grid {
    counter-reset: lrs-option;
  }

  .lrs-home-options .lrs-option-card {
    counter-increment: lrs-option;
  }

  .lrs-home-options .lrs-option-card figure {
    position: absolute;
    inset: 0;
    margin: 0;
  }

  .lrs-home-options .lrs-option-card img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    filter: brightness(0.72) saturate(0.72) contrast(1.06);
  }

  .lrs-home-options .lrs-option-card:nth-child(1) img { object-position: 47% 50%; }
  .lrs-home-options .lrs-option-card:nth-child(2) img { object-position: 50% 62%; }
  .lrs-home-options .lrs-option-card:nth-child(3) img { object-position: 50% 55%; }
  .lrs-home-options .lrs-option-card:nth-child(4) img { object-position: 50% 50%; }

  .lrs-home-options .lrs-option-card h3,
  .lrs-home-options .lrs-option-card > p {
    position: absolute;
    z-index: 3;
    right: 24px;
    left: 24px;
    margin: 0;
  }

  .lrs-home-options .lrs-option-card h3 {
    bottom: 59px;
    font-size: clamp(26px, 2.45vw, 39px);
    font-weight: 430;
    line-height: 1;
    letter-spacing: -0.04em;
  }

  .lrs-home-options .lrs-option-card > p:not(.lrs-line-link) {
    bottom: 25px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    line-height: 1.7;
  }

  .lrs-home-options .lrs-option-card > .lrs-line-link {
    top: 23px;
    right: 24px;
    bottom: auto;
    left: auto;
    width: auto !important;
  }

  .lrs-home-options .lrs-option-card > .lrs-line-link a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 9px;
    font-weight: 540;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .lrs-home-options .lrs-option-card > .lrs-line-link a::after {
    width: 13px;
    height: 11px;
    display: inline-block;
    margin-left: 8px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 13'%3E%3Cpath d='M1 12 13 0M6 0h7v7' fill='none' stroke='%23000' stroke-width='1.15' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 13'%3E%3Cpath d='M1 12 13 0M6 0h7v7' fill='none' stroke='%23000' stroke-width='1.15' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
    content: "";
    opacity: 0.78;
    transform: translateY(2px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .lrs-home-options .lrs-option-card:hover > .lrs-line-link a::after {
    opacity: 1;
    transform: translate(2px, 0);
  }

  .lrs-home .lrs-paris-section {
    min-height: 790px;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
    align-items: center;
    gap: clamp(60px, 8vw, 140px);
    overflow: hidden;
    padding: clamp(100px, 11vw, 180px) var(--lrs-page-x);
    border-top: 1px solid var(--lrs-border);
    border-bottom: 1px solid var(--lrs-border);
    color: var(--lrs-pearl);
    background:
      radial-gradient(circle at 20% 54%, rgba(185, 190, 199, 0.11), transparent 26%),
      linear-gradient(135deg, #050608, #101217 68%, #07080a);
  }

  .lrs-paris-section > * {
    width: auto;
    max-width: none !important;
    margin: 0;
  }

  .lrs-paris-section .lrs-journey {
    box-sizing: border-box;
    min-height: 440px;
    display: grid;
    grid-template-columns: auto minmax(130px, 1fr) auto;
    grid-template-rows: 1fr auto;
    align-items: center;
    gap: 25px;
    padding: clamp(34px, 5vw, 72px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    background:
      linear-gradient(rgba(7, 8, 10, 0.45), rgba(7, 8, 10, 0.82)),
      radial-gradient(circle at 50% 50%, rgba(216, 200, 187, 0.16), transparent 38%);
    text-align: start;
  }

  .lrs-paris-section .lrs-journey > p {
    margin: 0;
    color: var(--lrs-pearl);
    font-family: var(--wp--preset--font-family--cormorant);
    font-size: clamp(38px, 4.7vw, 72px);
    font-style: italic;
    font-weight: 350;
    line-height: 0.72;
  }

  .lrs-paris-section .lrs-journey > p:nth-of-type(3) {
    text-align: right;
  }

  .lrs-paris-section .lrs-journey > p:nth-of-type(2) {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
    font-size: clamp(72px, 10vw, 150px);
    font-style: normal;
    line-height: 0.72;
    letter-spacing: -0.065em;
    text-align: center;
  }

  .lrs-paris-section .lrs-journey small {
    display: block;
    margin-top: 8px;
    color: var(--lrs-steel);
    font-family: var(--wp--preset--font-family--jost);
    font-size: 9px;
    font-style: normal;
    font-weight: 560;
    line-height: 1.4;
    letter-spacing: 0.17em;
    text-transform: uppercase;
  }

  .lrs-paris-section .lrs-journey > p:nth-of-type(2) small {
    margin-top: 24px;
    color: var(--lrs-silver);
    letter-spacing: 0.2em;
  }

  .lrs-paris-section .lrs-journey hr {
    width: auto;
    height: 1px;
    margin: 0;
    border: 0;
    background: rgba(255, 255, 255, 0.22);
  }

  .lrs-paris-section .lrs-journey hr:last-of-type {
    display: none;
  }

  .lrs-paris-copy .lrs-eyebrow {
    margin: 0 0 25px;
    color: var(--lrs-silver);
    font-size: 11px;
    line-height: 1.35;
  }

  .lrs-paris-copy h2 {
    margin: 0;
    font-size: clamp(48px, 5.7vw, 88px);
    font-weight: 410;
    line-height: 0.94;
    letter-spacing: -0.055em;
  }

  .lrs-paris-copy h2 em {
    color: var(--lrs-silver);
    font-size: inherit;
    font-weight: 350;
    line-height: inherit;
  }

  .lrs-paris-copy .lrs-section-lead {
    max-width: 590px;
    margin: 30px 0 0;
    color: rgba(242, 238, 231, 0.64);
    font-size: 17px;
    line-height: 1.75;
  }

  .lrs-paris-copy .lrs-line-link {
    width: auto !important;
    display: inline-flex;
    margin: 30px 0 0;
  }

  .lrs-home .lrs-access-section {
    min-height: clamp(720px, 50vw, 820px);
    display: block;
    padding: 0;
  }

  .lrs-access-section > .wp-block-columns {
    box-sizing: border-box;
    width: 100%;
    max-width: none !important;
    min-height: clamp(720px, 50vw, 820px);
    display: grid !important;
    grid-template-columns: minmax(0, 48%) minmax(460px, 52%);
    align-items: stretch !important;
    gap: 0;
    margin: 0;
  }

  .lrs-access-section .wp-block-column {
    width: auto;
    margin: 0;
  }

  .lrs-access-section .wp-block-column:first-child,
  .lrs-access-section .wp-block-column:first-child figure {
    box-sizing: border-box;
    position: relative;
    min-height: clamp(720px, 50vw, 820px);
    margin: 0;
    overflow: hidden;
  }

  .lrs-access-section .wp-block-column:first-child figure::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(7, 8, 10, 0.55), transparent 48%);
    content: "";
  }

  .lrs-access-section .wp-block-column:first-child img {
    width: 100%;
    height: 100%;
    max-height: none;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 58%;
    filter: saturate(0.68) contrast(1.03);
  }

  .lrs-access-section figcaption {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 34px;
    color: #fff;
    font-size: 10px;
    font-weight: 550;
    letter-spacing: 0.17em;
    text-transform: uppercase;
  }

  .lrs-access-section .wp-block-column:last-child {
    box-sizing: border-box;
    align-self: center;
    padding: clamp(75px, 8vw, 135px);
  }

  .lrs-access-section .lrs-eyebrow {
    margin: 0 0 25px;
  }

  .lrs-access-section h2 {
    margin: 0;
    font-size: clamp(42px, 4.6vw, 76px);
    font-weight: 440;
    line-height: 0.99;
    letter-spacing: -0.05em;
  }

  .lrs-access-section h2 em {
    color: var(--lrs-steel);
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }

  .lrs-access-section .wp-block-column:last-child > p:not(.lrs-eyebrow, .lrs-line-link) {
    max-width: 630px;
    margin: 31px 0 0;
    color: #606269;
    font-size: 15px;
    line-height: 1.7;
  }

  .lrs-access-section .lrs-line-link {
    width: auto !important;
    display: inline-flex;
    margin: 29px 0 0;
  }

  .lrs-home .lrs-occasion-section {
    display: grid;
    grid-template-columns: minmax(210px, 0.28fr) minmax(0, 1fr);
    align-items: stretch;
    gap: clamp(30px, 4vw, 70px);
    margin: 0;
    padding: clamp(64px, 6vw, 96px) var(--lrs-page-x);
    border-top: 1px solid var(--lrs-border);
    border-bottom: 1px solid var(--lrs-border);
    color: var(--lrs-pearl);
    background:
      radial-gradient(circle at 80% 18%, rgba(185, 190, 199, 0.06), transparent 28%),
      #111318;
  }

  .lrs-occasion-section > * {
    width: auto;
    max-width: none !important;
    margin: 0;
  }

  .lrs-occasion-heading {
    align-self: center;
  }

  .lrs-occasion-heading .lrs-eyebrow {
    margin: 0 0 10px;
    color: var(--lrs-steel);
    font-size: 9px;
    font-weight: 650;
    line-height: 1.7;
    letter-spacing: 0.18em;
  }

  .lrs-occasion-heading h2 {
    max-width: 250px;
    margin: 0;
    color: var(--lrs-pearl);
    font-size: clamp(24px, 2.1vw, 34px);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: 0;
  }

  .lrs-occasion-heading > p:last-child {
    max-width: 320px;
    margin: 8px 0 0;
    color: rgba(242, 238, 231, 0.54);
    font-size: 13px;
    line-height: 1.6;
  }

  .lrs-occasion-section .lrs-occasion-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 0;
    border: 0;
    background: var(--lrs-border);
    counter-reset: lrs-occasion;
  }

  .lrs-occasion-grid > .wp-block-column {
    box-sizing: border-box;
    position: relative;
    min-height: 128px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-content: center;
    column-gap: 18px;
    margin: 0;
    padding: clamp(28px, 2.4vw, 42px);
    border: 0;
    background: #0a0b0e;
    counter-increment: lrs-occasion;
  }

  .lrs-occasion-grid > .wp-block-column::before {
    grid-row: 1 / 3;
    align-self: center;
    color: var(--lrs-steel);
    font-size: 9px;
    font-weight: 650;
    letter-spacing: 0.12em;
    content: counter(lrs-occasion, decimal-leading-zero);
  }

  .lrs-occasion-grid h3 {
    margin: 0;
    color: var(--lrs-pearl);
    font-size: clamp(21px, 1.8vw, 28px);
    font-weight: 400;
    line-height: 1;
  }

  .lrs-occasion-grid p {
    margin: 4px 0 0;
    line-height: 1;
  }

  .lrs-occasion-grid a {
    color: rgba(185, 190, 199, 0.7);
    font-size: 9px;
    font-style: normal;
    font-weight: 550;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .lrs-home .lrs-reviews-section {
    min-height: clamp(611px, 42vw, 720px);
    display: block;
    padding: 0;
    color: var(--lrs-ink);
    background: var(--lrs-pearl);
  }

  .lrs-reviews-section > .wp-block-columns {
    box-sizing: border-box;
    width: 100%;
    max-width: none !important;
    min-height: clamp(611px, 42vw, 720px);
    display: grid !important;
    grid-template-columns: minmax(380px, 44%) minmax(560px, 56%);
    align-items: stretch !important;
    gap: 0;
    margin: 0;
  }

  .lrs-reviews-section .wp-block-column {
    width: auto;
    margin: 0;
  }

  .lrs-review-visual {
    box-sizing: border-box;
    position: relative;
    min-height: clamp(611px, 42vw, 720px);
    overflow: hidden;
    color: #fff;
  }

  .lrs-review-visual::after {
    position: absolute;
    z-index: 0;
    inset: 0;
    background:
      linear-gradient(0deg, rgba(7, 8, 10, 0.72), rgba(7, 8, 10, 0.2) 62%),
      radial-gradient(circle at 35% 50%, transparent, rgba(7, 8, 10, 0.45));
    content: "";
  }

  .lrs-review-visual figure {
    position: absolute;
    inset: 0;
    margin: 0;
  }

  .lrs-review-visual img {
    width: 100%;
    height: 100%;
    max-height: none;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 53% 58%;
    filter: brightness(0.75) saturate(0.72) contrast(1.08);
  }

  .lrs-review-visual .lrs-score-card {
    position: absolute;
    z-index: 2;
    right: clamp(26px, 4vw, 58px);
    bottom: clamp(28px, 4.5vw, 68px);
    left: clamp(26px, 4vw, 58px);
    width: auto;
    max-width: 470px !important;
    margin: 0;
    padding: clamp(24px, 2.6vw, 38px);
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #fff;
    background: rgba(7, 8, 10, 0.7);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(14px);
  }

  .lrs-score-card > * {
    margin-right: 0;
    margin-left: 0;
  }

  .lrs-score-card .lrs-score-label {
    margin: 0 0 17px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 9px;
    font-weight: 650;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .lrs-score-card .lrs-score-stars {
    margin: 0;
    color: #f3efe6;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.25em;
  }

  .lrs-score-card h3 {
    margin: 8px 0 7px;
    font-size: clamp(72px, 8vw, 120px);
    font-weight: 350;
    line-height: 0.78;
    letter-spacing: -0.055em;
  }

  .lrs-score-card h3 small {
    color: rgba(255, 255, 255, 0.68);
    font-size: clamp(20px, 2vw, 28px);
    letter-spacing: normal;
  }

  .lrs-score-card > p:last-child {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 620;
    line-height: 1.45;
  }

  .lrs-score-card > p:last-child small {
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px;
    font-weight: 450;
    letter-spacing: 0.03em;
  }

  .lrs-reviews-copy {
    box-sizing: border-box;
    align-self: center;
    padding: clamp(80px, 8vw, 135px);
  }

  .lrs-reviews-copy .lrs-eyebrow {
    margin: 0 0 25px;
  }

  .lrs-reviews-copy h2 {
    margin: 0;
    font-size: clamp(42px, 4.6vw, 76px);
    font-weight: 440;
    line-height: 0.99;
    letter-spacing: -0.05em;
  }

  .lrs-reviews-copy h2 em {
    color: var(--lrs-steel);
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
  }

  .lrs-reviews-copy > p:not(.lrs-eyebrow, .lrs-line-link) {
    max-width: 650px;
    margin: 30px 0 0;
    color: #5e6066;
    font-size: 16px;
    line-height: 1.7;
  }

  .lrs-reviews-copy .lrs-line-link {
    width: auto !important;
    display: inline-flex;
    margin: 31px 0 0;
  }
}

@media (max-width: 820px), (max-width: 960px) and (max-height: 600px) {
  .lrs-site-footer {
    display: block;
    margin: 0;
    padding: 0;
    color: var(--lrs-pearl);
    background: var(--lrs-night);
    font-size: 16px;
    line-height: 1.7;
  }

  .lrs-site-footer > .wp-block-columns,
  .lrs-site-footer .wp-block-column {
    width: 100%;
    max-width: none !important;
    display: block !important;
    margin: 0;
    padding: 0;
  }

  .lrs-site-footer .wp-block-column:first-child {
    display: block;
  }

  .lrs-site-footer .wp-block-site-logo,
  .lrs-site-footer .custom-logo-link {
    display: block;
    width: 100%;
    height: 200px;
    margin: 0;
  }

  .lrs-site-footer .custom-logo {
    width: 100%;
    height: 200px;
    display: block;
    object-fit: contain;
  }

  .lrs-site-footer .wp-block-column:first-child > p,
  .lrs-site-footer > p {
    display: block;
    width: 100%;
    margin: 0;
    color: inherit;
    font: inherit;
    letter-spacing: normal;
    text-transform: none;
  }

  .lrs-site-footer nav,
  .lrs-site-footer nav ul,
  .lrs-site-footer nav li,
  .lrs-site-footer nav a,
  .lrs-site-footer .wp-block-column:last-child,
  .lrs-site-footer .wp-block-column:last-child > *,
  .lrs-site-footer .wp-block-column:last-child a {
    width: auto;
    display: inline;
    margin: 0;
    padding: 0;
    color: inherit;
    font: inherit;
    letter-spacing: normal;
  }

  .lrs-site-footer > .lrs-footer-seo {
    width: 100%;
    max-width: none !important;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .lrs-site-footer > .lrs-footer-seo a {
    color: inherit;
    font: inherit;
  }

  .lrs-site-footer .wp-block-navigation__container,
  .lrs-site-footer .wp-block-navigation-item,
  .lrs-site-footer .wp-block-navigation-item__content {
    width: auto !important;
    display: inline !important;
  }

  .lrs-site-footer > p {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }
}

@media (min-width: 821px) {
  .lrs-home .lrs-faq-section {
    padding-top: clamp(110px, 9vw, 140px);
    padding-bottom: clamp(110px, 9vw, 140px);
  }
}
@media (max-width: 0px) {
  .lrs-home .lrs-home-options {
    min-height: 0;
    content-visibility: hidden;
    contain-intrinsic-block-size: 1321px;
    padding: 0;
  }

  .lrs-home .lrs-access-section {
    min-height: 0;
    content-visibility: hidden;
    contain-intrinsic-block-size: 1189px;
    padding: 0;
  }

  .lrs-home .lrs-reviews-section {
    min-height: 0;
    content-visibility: hidden;
    contain-intrinsic-block-size: 1801px;
    padding: 0;
  }
}

@media (min-width: 821px) {
  .lrs-home .lrs-gift-section {
    gap: 7vw;
  }

  .lrs-home .lrs-gift-copy h2,
  .lrs-home .lrs-faq-heading h2 {
    margin: 0;
    font-size: clamp(48px, 5.6vw, 82px);
    line-height: 0.96;
    letter-spacing: -0.025em;
  }

  .lrs-home .lrs-gift-copy .lrs-section-lead {
    max-width: 56ch;
  }

  .lrs-home .lrs-gift-section > .wp-block-buttons {
    width: auto;
  }

  .lrs-home .lrs-gift-section .wp-block-button__link {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    gap: 26px;
    padding: 16px 24px;
    font-size: 13px;
    line-height: 1;
  }

  .lrs-home .lrs-faq-list summary {
    font-size: 25px;
    line-height: 1.15;
  }

  .lrs-home .lrs-faq-list details p {
    max-width: 56ch;
  }
}

.lrs-site-footer {
  row-gap: 45px;
}

.lrs-site-footer nav a,
.lrs-site-footer .wp-block-column:last-child a {
  line-height: 1.7;
}

.lrs-site-footer > .lrs-footer-seo {
  margin: 0;
}

.lrs-site-footer > p {
  margin: 0;
  font-size: 9px;
  line-height: 1.7;
}

@media (max-width: 820px), (max-width: 960px) and (max-height: 600px) {
  .lrs-site-footer,
  .lrs-site-footer > .wp-block-columns,
  .lrs-site-footer .wp-block-column {
    width: 100%;
    max-width: none !important;
    display: block !important;
    margin: 0;
    padding: 0;
    color: var(--lrs-pearl);
    background: var(--lrs-night);
    font-size: 16px;
    line-height: 1.7;
  }

  .lrs-site-footer .wp-block-site-logo,
  .lrs-site-footer .custom-logo-link,
  .lrs-site-footer .custom-logo {
    width: 100%;
    height: 200px;
    display: block;
    margin: 0;
    object-fit: contain;
  }

  .lrs-site-footer .wp-block-column:first-child > p,
  .lrs-site-footer > p {
    width: 100%;
    display: block;
    margin: 0;
    color: inherit;
    font: inherit;
    letter-spacing: normal;
    text-transform: none;
  }

  .lrs-site-footer nav,
  .lrs-site-footer nav ul,
  .lrs-site-footer nav li,
  .lrs-site-footer nav a,
  .lrs-site-footer .wp-block-column:last-child,
  .lrs-site-footer .wp-block-column:last-child > *,
  .lrs-site-footer .wp-block-column:last-child a {
    width: auto;
    display: inline;
    margin: 0;
    padding: 0;
    color: inherit;
    font: inherit;
    letter-spacing: normal;
  }

  .lrs-site-footer > .lrs-footer-seo {
    width: 100%;
    max-width: none !important;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .lrs-site-footer > .lrs-footer-seo a {
    color: inherit;
    font: inherit;
  }
}

@media (min-width: 821px) {
  .lrs-home .lrs-gift-copy {
    width: 100% !important;
    justify-self: stretch;
  }

  .lrs-home .lrs-gift-section > .wp-block-buttons,
  .lrs-home .lrs-gift-section .wp-block-button__link {
    min-width: 252.34375px;
  }
}

@media (min-width: 821px) {
  .lrs-home .lrs-faq-list {
    width: 100% !important;
    justify-self: stretch;
  }

  .lrs-final-cta .wp-block-cover__inner-container {
    box-sizing: border-box;
    width: min(916.921875px, 100%);
    max-width: 100%;
  }

  .lrs-home .lrs-final-cta h2 {
    margin: 0;
    font-size: clamp(48px, 5.6vw, 82px);
    line-height: 0.96;
    letter-spacing: -0.025em;
  }

  .lrs-home .lrs-final-cta .lrs-section-lead {
    max-width: 56ch;
    margin-top: 28px;
    font-size: 16px;
    line-height: 1.72;
  }

  .lrs-final-cta .lrs-final-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 24px;
    margin: 48px 0 0;
  }

  .lrs-final-cta .lrs-final-actions > .wp-block-buttons {
    display: contents;
    margin: 0;
  }

  .lrs-final-cta .lrs-final-actions .wp-block-button__link {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    padding: 16px 24px;
    font-size: 13px;
    line-height: 1;
  }

  .lrs-final-cta .lrs-final-contact,
  .lrs-final-cta .lrs-final-share {
    width: auto;
    margin: 0 !important;
    font-size: 13px;
    line-height: 18.2px;
    white-space: nowrap;
  }

  .lrs-final-cta .lrs-final-contact a,
  .lrs-final-cta .lrs-final-share a {
    display: inline-flex;
    padding: 0 0 4px;
    border-bottom: 1px solid currentColor;
    color: inherit;
  }
}

@media (min-width: 821px) {
  .lrs-home .lrs-gift-copy {
    width: 100% !important;
    justify-self: stretch;
  }

  .lrs-home .lrs-gift-section > .wp-block-buttons,
  .lrs-home .lrs-gift-section .wp-block-button__link {
    min-width: 252.34375px;
  }
}

/* Late cascade locks for the strict 09–13 compositions. */
@media (min-width: 821px) {
  .lrs-home .lrs-paris-section {
    min-height: 790px !important;
  }

  .lrs-home .lrs-paris-section .lrs-journey {
    margin: 0;
  }

  .lrs-home .lrs-paris-copy h2 {
    margin: 0;
    font-size: clamp(48px, 5.7vw, 88px);
    line-height: 0.94;
    letter-spacing: -0.055em;
  }

  .lrs-home .lrs-paris-copy .lrs-line-link {
    min-height: 0;
    padding: 0;
    border: 0;
    font-size: 13px;
    line-height: 18.2px;
  }

  .lrs-home .lrs-paris-copy .lrs-line-link a {
    padding: 0 0 4px;
    border-bottom: 1px solid currentColor;
    color: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    letter-spacing: 0.055em;
    text-transform: none;
  }

  .lrs-home .lrs-access-section,
  .lrs-home .lrs-access-section > .wp-block-columns {
    min-height: clamp(720px, 50vw, 820px) !important;
  }

  .lrs-home .lrs-access-section > .wp-block-columns {
    grid-template-columns: minmax(0, 48%) minmax(460px, 52%);
    gap: 0;
  }

  .lrs-home .lrs-access-section .wp-block-column:first-child,
  .lrs-home .lrs-access-section .wp-block-column:first-child figure {
    min-height: clamp(720px, 50vw, 820px) !important;
  }

  .lrs-home .lrs-access-section h2 {
    margin: 0;
    font-size: clamp(42px, 4.6vw, 76px);
    line-height: 0.99;
    letter-spacing: -0.05em;
  }

  .lrs-home .lrs-access-section .lrs-line-link {
    min-height: 0;
    padding: 0;
    border: 0;
    font-size: 13px;
    line-height: 18.2px;
  }

  .lrs-home .lrs-access-section .lrs-line-link a {
    padding: 0 0 4px;
    border-bottom: 1px solid currentColor;
    color: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    letter-spacing: 0.055em;
    text-transform: none;
  }

  .lrs-home .lrs-occasion-section {
    grid-template-columns: minmax(210px, 0.28fr) minmax(0, 1fr);
    gap: clamp(30px, 4vw, 70px);
  }

  .lrs-home .lrs-occasion-section > .lrs-occasion-heading {
    align-self: center;
    height: auto;
  }

  .lrs-home .lrs-occasion-section > .lrs-occasion-grid {
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 128px;
    margin: 0;
  }

  .lrs-home .lrs-occasion-grid > .wp-block-column {
    height: 128px;
    min-height: 128px;
    padding: clamp(28px, 2.4vw, 42px) !important;
  }

  .lrs-home .lrs-occasion-grid h3 {
    margin: 0;
    font-size: clamp(21px, 1.8vw, 28px);
    line-height: 1;
  }

  .lrs-home .lrs-reviews-section,
  .lrs-home .lrs-reviews-section > .wp-block-columns,
  .lrs-home .lrs-review-visual {
    min-height: clamp(611px, 42vw, 720px) !important;
  }

  .lrs-home .lrs-reviews-section > .wp-block-columns {
    grid-template-columns: minmax(380px, 44%) minmax(560px, 56%);
    gap: 0;
  }

  .lrs-home .lrs-reviews-copy {
    padding: clamp(80px, 6.5vw, 105px);
  }

  .lrs-home .lrs-reviews-copy h2 {
    margin: 0;
    font-size: clamp(42px, 4.6vw, 76px);
    line-height: 0.99;
    letter-spacing: -0.05em;
  }

  .lrs-home .lrs-review-visual .lrs-score-card h3 {
    margin: 8px 0 7px;
    font-size: clamp(72px, 8vw, 120px);
    line-height: 0.78;
    letter-spacing: -0.055em;
  }

  .lrs-home .lrs-reviews-copy .lrs-line-link {
    min-height: 0;
    padding: 0;
    border: 0;
    font-size: 13px;
    line-height: 18.2px;
  }

  .lrs-home .lrs-reviews-copy .lrs-line-link a {
    padding: 0 0 4px;
    border-bottom: 1px solid currentColor;
    color: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    letter-spacing: 0.055em;
    text-transform: none;
  }
}

.lrs-home > .entry-content,
.lrs-home .wp-block-post-content {
  margin: 0;
}

.lrs-home h1,
.lrs-home h2,
.lrs-home h3,
.lrs-home p,
.lrs-home figure {
  margin-top: 0;
}

.lrs-home h2 {
  max-width: 1040px;
  margin-bottom: clamp(30px, 4vw, 58px);
  font-size: clamp(2.65rem, 6vw, 6.3rem);
  letter-spacing: -0.035em;
}

.lrs-home h2 em {
  color: var(--lrs-silver);
  font-weight: 350;
}

.lrs-home h3 {
  font-size: clamp(1.65rem, 2.4vw, 2.45rem);
  line-height: 1.05;
}

.lrs-home-section {
  position: relative;
  padding: clamp(90px, 11vw, 180px) var(--lrs-page-x);
}

.lrs-home-section > * {
  position: relative;
  z-index: 1;
}

.lrs-section-lead {
  max-width: 760px;
  margin-bottom: clamp(42px, 6vw, 80px);
  color: var(--lrs-muted);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
}

.lrs-line-link {
  margin-top: 30px;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lrs-line-link a {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 1px solid currentColor;
}

.lrs-home-hero {
  min-height: calc(100svh - var(--lrs-header-height));
  background: var(--lrs-night);
}

.lrs-home-hero__layout {
  min-height: inherit;
  margin: 0;
  gap: 0;
}

.lrs-home-hero__copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-width: 0;
  padding: clamp(64px, 8vw, 130px) clamp(30px, 5vw, 92px);
}

.lrs-home-signature {
  align-items: baseline;
  gap: 14px;
  margin: 22px 0 18px;
  font-family: var(--wp--preset--font-family--cormorant);
}

.lrs-home-signature p:first-child {
  font-size: clamp(2.1rem, 4vw, 4rem);
  font-style: italic;
}

.lrs-home-signature p:last-child {
  color: var(--lrs-silver);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
}

.lrs-home-hero h1 {
  max-width: 690px;
  margin-bottom: 28px;
  font-size: clamp(2.65rem, 5vw, 5.7rem);
  letter-spacing: -0.045em;
}

.lrs-home-hero__promise {
  margin-bottom: 24px;
  color: var(--lrs-silver);
  font-family: var(--wp--preset--font-family--cormorant);
  font-size: clamp(1.75rem, 3vw, 3rem);
  font-style: italic;
  line-height: 1.05;
}

.lrs-home-hero__intro {
  max-width: 650px;
  color: var(--lrs-muted);
}

.lrs-home-actions {
  margin-top: 34px;
  gap: 12px;
}

.lrs-home-hero__proof {
  gap: clamp(28px, 5vw, 66px);
  margin-top: 45px;
  padding-top: 26px;
  border-top: 1px solid var(--lrs-border);
}

.lrs-home-hero__proof strong {
  font-family: var(--wp--preset--font-family--cormorant);
  font-size: 1.55rem;
  font-weight: 500;
}

.lrs-home-hero__proof small {
  color: var(--lrs-muted);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lrs-home-hero__media {
  min-height: 760px;
  overflow: hidden;
}

.lrs-home-hero__media figure,
.lrs-home-hero__media img {
  width: 100%;
  height: 100%;
}

.lrs-home-hero__media img {
  object-fit: cover;
}

.lrs-proof-line {
  min-height: 74px;
  gap: clamp(18px, 4vw, 58px);
  margin: 0;
  padding: 18px var(--lrs-page-x);
  color: #17181b;
  background: var(--lrs-pearl);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lrs-proof-line p + p::before {
  margin-right: clamp(18px, 4vw, 58px);
  content: "·";
}

.lrs-mobile-booking {
  display: none !important;
}

.lrs-mobile-jump {
  display: none !important;
}

.lrs-home-conviction {
  color: #17181b;
  background: var(--lrs-pearl);
}

.lrs-home-intro-columns {
  max-width: 920px;
  margin: 0 0 clamp(58px, 8vw, 110px) auto;
  gap: clamp(30px, 6vw, 90px);
}

.lrs-home-quote {
  max-width: 1050px;
  margin: 0 auto clamp(60px, 8vw, 120px);
  padding: 0;
  border: 0;
  font-family: var(--wp--preset--font-family--cormorant);
  font-size: clamp(2rem, 4vw, 4.7rem);
  font-style: italic;
  line-height: 1.08;
  text-align: center;
}

.lrs-moment-grid {
  align-items: stretch !important;
  gap: 2px;
}

.lrs-moment-card {
  padding-bottom: 30px;
  background: #fff;
}

.lrs-moment-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.lrs-moment-card h3,
.lrs-moment-card > p {
  margin-right: 28px;
  margin-left: 28px;
}

.lrs-card-kicker {
  margin-top: 26px !important;
  color: var(--lrs-steel);
  font-size: 0.65rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lrs-home-suite,
.lrs-home-comparison,
.lrs-home-options,
.lrs-paris-section,
.lrs-faq-section {
  background: var(--lrs-night);
}

.lrs-suite-gallery {
  gap: 12px;
}

.lrs-suite-gallery figure {
  height: 100%;
  overflow: hidden;
}

.lrs-suite-gallery a {
  display: block;
  height: calc(100% - 36px);
}

.lrs-suite-gallery img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  transition: transform 500ms ease;
}

.lrs-suite-gallery a:hover img,
.lrs-suite-gallery a:focus-visible img {
  transform: scale(1.025);
}

.lrs-suite-gallery figcaption {
  margin: 12px 0 0;
  color: var(--lrs-muted);
  font-size: 0.68rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.lrs-essentials {
  gap: 0;
  margin-top: 38px;
  border-top: 1px solid var(--lrs-border);
  border-bottom: 1px solid var(--lrs-border);
}

.lrs-essentials p {
  padding: 16px clamp(16px, 2vw, 30px);
  border-right: 1px solid var(--lrs-border);
  color: var(--lrs-muted);
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lrs-spa-atmosphere {
  padding: var(--lrs-page-x);
}

.lrs-spa-atmosphere .wp-block-cover__inner-container {
  width: min(1100px, 100%);
  margin: auto;
  text-align: center;
}

.lrs-spa-atmosphere .lrs-section-lead {
  margin-right: auto;
  margin-left: auto;
}

.lrs-colour-chips {
  justify-content: center;
  gap: 12px;
}

.lrs-colour-chips p {
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lrs-colour-chips p:nth-child(1) {
  color: #91b7ff;
}

.lrs-colour-chips p:nth-child(2) {
  color: #c39aff;
}

.lrs-colour-chips p:nth-child(3) {
  color: #ff9a9a;
}

.lrs-comparison-grid {
  max-width: 1180px;
  margin-top: 55px;
  gap: 1px;
  background: var(--lrs-border);
}

.lrs-comparison-card {
  padding: clamp(34px, 5vw, 70px);
  background: var(--lrs-graphite);
}

.lrs-comparison-card.is-private {
  color: #17181b;
  background: var(--lrs-pearl);
}

.lrs-comparison-card ul {
  margin-top: 35px;
  padding: 0;
  list-style: none;
}

.lrs-comparison-card li {
  padding: 13px 0;
  border-top: 1px solid currentColor;
  opacity: 0.72;
}

.lrs-booking-section {
  color: #17181b;
  background: var(--lrs-pearl);
}

.lrs-booking-section > * {
  max-width: 1300px;
}

.lrs-booking-layout {
  gap: clamp(45px, 8vw, 130px);
}

.lrs-from-price {
  margin-top: 30px;
  font-family: var(--wp--preset--font-family--cormorant);
  font-size: 1.5rem;
}

.lrs-from-price strong {
  font-size: 2.2rem;
}

.lrs-booking-engine {
  padding: clamp(30px, 4vw, 58px);
  border: 1px solid rgba(23, 24, 27, 0.18);
  background: #fff;
}

.lrs-booking-section .lrs-booking-shell {
  margin: 0;
}

.lrs-booking-section .wp-element-button {
  display: inline-block;
}

.lrs-option-grid {
  align-items: stretch !important;
  gap: 10px;
}

.lrs-option-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--lrs-border);
}

.lrs-option-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.lrs-option-card h3 {
  margin-top: 25px;
}

.lrs-option-card > p:not(.lrs-line-link) {
  color: var(--lrs-muted);
}

.lrs-journey {
  width: min(850px, 100%);
  gap: 20px;
  margin: 0 auto clamp(70px, 9vw, 130px);
  text-align: center;
}

.lrs-journey hr {
  width: clamp(30px, 10vw, 160px);
}

.lrs-journey strong {
  font-family: var(--wp--preset--font-family--cormorant);
  font-size: clamp(1.5rem, 3vw, 2.7rem);
}

.lrs-access-section {
  color: #17181b;
  background: var(--lrs-pearl);
}

.lrs-access-section .wp-block-columns {
  gap: clamp(45px, 8vw, 130px);
}

.lrs-access-section img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.lrs-occasion-section {
  color: #17181b;
  background: #fff;
}

.lrs-occasion-section h2 {
  max-width: 820px;
}

.lrs-occasion-grid {
  margin-top: 55px;
  gap: 0;
  border-top: 1px solid rgba(23, 24, 27, 0.18);
}

.lrs-occasion-grid .wp-block-column {
  padding: 30px clamp(18px, 2vw, 34px);
  border-right: 1px solid rgba(23, 24, 27, 0.18);
}

.lrs-reviews-section {
  background: var(--lrs-graphite);
}

.lrs-reviews-section .wp-block-columns {
  gap: clamp(55px, 8vw, 130px);
}

.lrs-review-visual {
  position: relative;
}

.lrs-review-visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.lrs-score-card {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: min(240px, 62%);
  padding: 25px;
  color: #17181b;
  background: var(--lrs-pearl);
}

.lrs-score-card h3 {
  font-size: 2.8rem;
}

.lrs-gift-section {
  color: #17181b;
  background: var(--lrs-pearl);
  text-align: center;
}

.lrs-gift-section h2,
.lrs-gift-section .lrs-section-lead,
.lrs-gift-section .wp-block-buttons {
  margin-right: auto;
  margin-left: auto;
}

.lrs-gift-section .wp-block-buttons {
  justify-content: center;
}

.lrs-faq-section > details {
  width: min(1000px, 100%);
  margin: 0 auto;
  padding: 23px 0;
  border-top: 1px solid var(--lrs-border);
}

.lrs-faq-section summary {
  cursor: pointer;
  font-family: var(--wp--preset--font-family--cormorant);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
}

.lrs-faq-section details p {
  max-width: 800px;
  margin-top: 18px;
  color: var(--lrs-muted);
}

.lrs-faq-section details a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lrs-final-cta {
  padding: var(--lrs-page-x);
  text-align: center;
}

.lrs-final-cta .wp-block-cover__inner-container {
  width: min(980px, 100%);
  margin: auto;
}

.lrs-final-cta h2 {
  margin-right: auto;
  margin-left: auto;
}

.lrs-final-cta .lrs-section-lead {
  margin-right: auto;
  margin-left: auto;
}

.lrs-final-cta .wp-block-buttons {
  justify-content: center;
  margin-top: 35px;
}

.lrs-final-contact {
  margin-top: 28px !important;
}

@media (max-width: 1100px) {
  .lrs-home-hero__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .lrs-home-hero__media {
    min-height: 700px;
  }

  .lrs-option-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lrs-occasion-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .lrs-home-section {
    padding: 78px 22px;
  }

  .lrs-home h2 {
    font-size: clamp(2.5rem, 12vw, 4.3rem);
  }

  .lrs-home-hero__layout {
    display: flex;
    flex-direction: column-reverse;
  }

  .lrs-home-hero__media {
    position: relative;
    flex-basis: auto !important;
    min-height: 44svh;
  }

  .lrs-home-hero__media figure {
    position: absolute;
    inset: 0;
  }

  .lrs-home-hero__copy {
    padding: 52px 22px 66px;
  }

  .lrs-home-hero h1 {
    font-size: clamp(2.65rem, 13vw, 4.5rem);
  }

  .lrs-home-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .lrs-home-actions .wp-block-button,
  .lrs-home-actions .wp-block-button__link {
    width: 100%;
  }

  .lrs-proof-line {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 22px;
  }

  .lrs-proof-line p + p::before {
    margin-right: 10px;
  }

  .lrs-moment-grid,
  .lrs-suite-gallery {
    overflow-x: auto;
    flex-wrap: nowrap !important;
    margin-right: -22px;
    padding-right: 22px;
    scroll-snap-type: x mandatory;
  }

  .lrs-moment-grid > .wp-block-column,
  .lrs-suite-gallery > .wp-block-column {
    min-width: min(82vw, 390px);
    scroll-snap-align: start;
  }

  .lrs-suite-gallery img {
    min-height: 420px;
  }

  .lrs-booking-section {
    padding: 78px 22px;
  }

  .lrs-booking-engine {
    padding: 24px;
  }

  .lrs-option-grid,
  .lrs-occasion-grid {
    grid-template-columns: 1fr;
  }

  .lrs-option-card img {
    aspect-ratio: 16 / 11;
  }

  .lrs-journey {
    gap: 10px;
  }

  .lrs-review-visual {
    padding-bottom: 35px;
  }

  .lrs-score-card {
    right: 16px;
    bottom: 0;
  }

  .lrs-final-cta {
    min-height: 680px !important;
    padding: 70px 22px;
  }

  .lrs-mobile-booking {
    position: fixed;
    z-index: 90;
    right: 14px;
    bottom: 14px;
    left: 14px;
    display: block !important;
    margin: 0;
    filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.36));
  }

  .lrs-mobile-booking .wp-block-button,
  .lrs-mobile-booking .wp-block-button__link {
    width: 100%;
  }

  .lrs-mobile-booking .wp-block-button__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 12px 18px;
    border: 1px solid rgba(242, 238, 231, 0.35);
    color: var(--lrs-pearl);
    background: var(--lrs-graphite);
  }

  .lrs-mobile-booking span {
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .lrs-mobile-booking strong {
    font-size: 0.76rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .lrs-site-footer {
    padding-bottom: 104px;
  }
}

@media (max-width: 460px) {
  .lrs-home-signature {
    margin-top: 12px;
  }

  .lrs-home-hero__proof {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }

  .lrs-colour-chips {
    align-items: stretch;
    flex-direction: column;
  }

  .lrs-colour-chips p {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lrs-suite-gallery img {
    transition: none;
  }
}

/*
 * Fidelity pass against prototype-v10.
 * Gutenberg markup remains editable; only the responsive composition changes.
 */
.lrs-home .lrs-celestial {
  isolation: isolate;
  overflow: hidden;
}

.lrs-home .lrs-celestial::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 16%, rgba(242, 238, 231, 0.68) 0 1px, transparent 1.8px),
    radial-gradient(circle at 24% 72%, rgba(184, 197, 214, 0.55) 0 1px, transparent 1.7px),
    radial-gradient(circle at 48% 28%, rgba(242, 238, 231, 0.62) 0 1px, transparent 1.8px),
    radial-gradient(circle at 72% 63%, rgba(184, 197, 214, 0.52) 0 1px, transparent 1.7px),
    radial-gradient(circle at 91% 21%, rgba(242, 238, 231, 0.58) 0 1px, transparent 1.8px);
  background-size: 310px 280px, 360px 330px, 420px 360px, 380px 340px, 460px 390px;
  opacity: 0.32;
  content: "";
}

.lrs-home-conviction {
  min-height: 2860px;
  color: var(--lrs-pearl);
  background: var(--lrs-night);
}

.lrs-home-conviction .lrs-home-intro-columns,
.lrs-home-conviction .lrs-section-lead,
.lrs-home-conviction .lrs-moment-card > p {
  color: var(--lrs-muted);
}

.lrs-home-conviction .lrs-home-quote {
  max-width: 1180px;
}

.lrs-home-conviction .lrs-moment-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  max-width: 1180px;
  margin-inline: auto;
}

.lrs-home-conviction .lrs-moment-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.85fr);
  grid-template-rows: auto auto 1fr;
  min-height: 520px;
  padding: 0;
  color: var(--lrs-pearl);
  background: rgba(21, 23, 27, 0.92);
}

.lrs-home-conviction .lrs-moment-card figure {
  grid-row: 1 / -1;
}

.lrs-home-conviction .lrs-moment-card img {
  height: 100%;
  min-height: 520px;
}

.lrs-home-conviction .lrs-moment-card h3,
.lrs-home-conviction .lrs-moment-card > p {
  margin-right: clamp(28px, 4vw, 58px);
  margin-left: clamp(28px, 4vw, 58px);
}

.lrs-home-conviction .lrs-card-kicker {
  margin-top: clamp(44px, 5vw, 72px) !important;
}

.lrs-home-comparison {
  min-height: 1640px;
}

.lrs-booking-section {
  min-height: 960px;
}

.lrs-booking-shell--fallback {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 430px;
}

.lrs-booking-fallback__title {
  margin-bottom: 18px;
  font-family: var(--wp--preset--font-family--cormorant);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
}

.lrs-booking-fallback__copy {
  max-width: 42rem;
  margin-bottom: 30px;
  color: rgba(23, 24, 27, 0.72);
}

.lrs-booking-shell--fallback .wp-element-button {
  align-self: flex-start;
}

.lrs-spa-atmosphere {
  min-height: 840px !important;
}

.lrs-occasion-section {
  padding-top: 72px;
  padding-bottom: 72px;
}

.lrs-occasion-section h2 {
  margin-bottom: 34px;
  font-size: clamp(2.8rem, 4vw, 5rem);
}

.lrs-occasion-grid {
  margin-top: 28px;
}

.lrs-reviews-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.lrs-reviews-section img {
  max-height: 420px;
}

.lrs-reviews-section h2 {
  font-size: clamp(3rem, 4.5vw, 5rem);
}

.lrs-gift-section {
  min-height: 460px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.lrs-faq-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.lrs-faq-section h2 {
  font-size: clamp(3rem, 4.5vw, 5rem);
}

.lrs-final-cta {
  min-height: 680px !important;
}

@media (min-width: 821px) {
  .lrs-access-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .lrs-access-section img {
    max-height: 500px;
    aspect-ratio: 16 / 10;
  }

  .lrs-paris-section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .lrs-paris-section .lrs-journey {
    margin-bottom: 64px;
  }
}

@media (max-width: 820px) {
  .lrs-home-hero,
  .lrs-home-hero__layout {
    min-height: 0;
  }

  .lrs-home-hero__media {
    height: clamp(300px, 52svh, 520px);
    min-height: 0;
  }

  .lrs-home-hero__copy {
    padding-top: 34px;
    padding-bottom: 42px;
  }

  .lrs-home-signature {
    margin: 10px 0 12px;
  }

  .lrs-home-hero h1 {
    margin-bottom: 18px;
    font-size: clamp(2.5rem, 11vw, 4rem);
    line-height: 0.98;
  }

  .lrs-home-hero__promise {
    margin-bottom: 20px;
    font-size: clamp(1.8rem, 8vw, 2.6rem);
  }

  .lrs-home-hero__intro,
  .lrs-home-hero__proof,
  .lrs-home-actions .wp-block-button.is-style-outline {
    display: none !important;
  }

  .lrs-home-actions {
    margin-top: 22px;
  }

  .lrs-home-actions .wp-block-button:first-child .wp-block-button__link {
    color: #17181b;
    background: var(--lrs-pearl);
  }

  .lrs-proof-line {
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap !important;
    min-height: 74px;
    gap: 18px;
    overflow-x: auto;
    padding: 14px 22px;
    white-space: nowrap;
  }

  .lrs-proof-line p + p::before {
    margin-right: 18px;
  }

  .lrs-home-conviction {
    min-height: 1500px;
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .lrs-home-conviction .lrs-home-intro-columns {
    margin-bottom: 64px;
  }

  .lrs-home-conviction .lrs-home-quote {
    margin-bottom: 72px;
  }

  .lrs-home-conviction .lrs-moment-grid {
    display: flex;
    gap: 1px;
  }

  .lrs-home-conviction .lrs-moment-card {
    display: block;
    min-height: 0;
    padding-bottom: 28px;
  }

  .lrs-home-conviction .lrs-moment-card img {
    min-height: 360px;
  }

  .lrs-mobile-jump {
    min-height: 84px;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
    padding: 8px 22px;
    color: #17181b;
    background: var(--lrs-pearl);
  }

  .lrs-mobile-jump p {
    margin: 0;
  }

  .lrs-mobile-jump a {
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(7, 8, 10, 0.16);
    color: #17181b;
    font-size: 9px;
    font-weight: 650;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .lrs-mobile-jump a span {
    white-space: nowrap;
  }

  .lrs-home-suite {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .lrs-home-suite .lrs-section-lead {
    margin-bottom: 42px;
  }

  .lrs-suite-gallery img {
    min-height: 350px;
  }

  .lrs-home-comparison {
    min-height: 1610px;
  }

  .lrs-booking-section {
    min-height: 1240px;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .lrs-booking-layout {
    gap: 70px;
  }

  .lrs-booking-engine,
  .lrs-booking-shell--fallback {
    min-height: 480px;
  }

  .lrs-home-options {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .lrs-home-options .lrs-option-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lrs-home-options .lrs-option-card img {
    aspect-ratio: 4 / 5;
  }

  .lrs-paris-section {
    min-height: 990px;
  }

  .lrs-access-section {
    min-height: 1120px;
  }

  .lrs-occasion-section {
    min-height: 680px;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .lrs-occasion-section h2 {
    font-size: clamp(2.5rem, 10vw, 4.2rem);
  }

  .lrs-reviews-section {
    min-height: 1520px;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .lrs-reviews-section img {
    max-height: none;
  }

  .lrs-gift-section {
    min-height: 625px;
  }

  .lrs-faq-section {
    min-height: 1130px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lrs-final-cta {
    min-height: 565px !important;
  }
}

@media (max-width: 520px) {
  .lrs-home-hero__media {
    height: 355px;
  }

  .lrs-home-hero__copy {
    padding: 26px 22px 34px;
  }

  .lrs-home-hero h1 {
    font-size: 2.65rem;
  }

  .lrs-home-hero__promise {
    font-size: 1.9rem;
  }

  .lrs-home-conviction {
    min-height: 1505px;
  }

  .lrs-home-comparison {
    min-height: 1840px;
  }

  .lrs-booking-section {
    min-height: 1370px;
  }

  .lrs-home-options .lrs-option-grid {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap !important;
    gap: 10px;
    margin-right: -22px;
    padding-right: 22px;
    scroll-snap-type: x mandatory;
  }

  .lrs-home-options .lrs-option-card {
    min-width: min(76vw, 300px);
    scroll-snap-align: start;
  }

  .lrs-home-options .lrs-option-card img {
    aspect-ratio: 4 / 5;
  }

  .lrs-access-section {
    min-height: 1185px;
  }

  .lrs-reviews-section {
    min-height: 1800px;
  }

  .lrs-site-footer {
    min-height: 1290px;
  }
}

/*
 * Experience fidelity layer.
 *
 * The preceding visual pass used fixed heights to imitate screenshots. These
 * rules deliberately return layout to the content and reproduce the actual
 * prototype behaviours: reveal, sticky evening sequence and responsive rhythm.
 */
.lrs-home .lrs-home-conviction,
.lrs-home .lrs-home-suite,
.lrs-home .lrs-home-comparison,
.lrs-home .lrs-booking-section,
.lrs-home .lrs-home-options,
.lrs-home .lrs-paris-section,
.lrs-home .lrs-access-section,
.lrs-home .lrs-occasion-section,
.lrs-home .lrs-reviews-section,
.lrs-home .lrs-gift-section,
.lrs-home .lrs-faq-section,
.lrs-home .lrs-final-cta,
.lrs-home + .lrs-site-footer,
.lrs-site-footer {
  min-height: 0 !important;
}

.lrs-home .lrs-home-hero,
.lrs-home .lrs-home-hero__layout {
  min-height: calc(100svh - var(--lrs-header-height)) !important;
}

.lrs-home .lrs-spa-atmosphere {
  min-height: clamp(620px, 70vw, 840px) !important;
}

.lrs-home .lrs-final-cta {
  min-height: clamp(560px, 48vw, 680px) !important;
}

.lrs-home-conviction {
  padding: 0 !important;
  color: var(--lrs-pearl);
  background: var(--lrs-night);
}

.lrs-evening-intro {
  width: 100%;
  max-width: none !important;
  display: grid;
  grid-template-columns: minmax(150px, 0.52fr) minmax(470px, 1.35fr) minmax(280px, 0.78fr);
  align-items: end;
  gap: clamp(36px, 5vw, 90px);
  margin: 0 !important;
  padding: clamp(100px, 10vw, 170px) var(--lrs-page-x);
  color: #17181b;
  background: var(--lrs-pearl);
}

.lrs-evening-intro > * {
  width: auto !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.lrs-evening-intro > .lrs-eyebrow {
  align-self: end;
  margin-bottom: 0;
}

.lrs-evening-intro > h2 {
  margin-bottom: 0;
  color: #17181b;
  font-size: clamp(42px, 4.6vw, 76px);
  font-weight: 440;
  line-height: 0.99;
  letter-spacing: -0.05em;
}

.lrs-evening-intro > h2 em {
  color: #a1a5ad;
}

.lrs-evening-intro .lrs-home-intro-columns {
  display: block;
  margin: 0;
  color: #606269;
  font-size: 16px;
  line-height: 1.72;
  letter-spacing: 0.08px;
}

.lrs-evening-intro .lrs-home-intro-columns > .wp-block-column + .wp-block-column {
  margin-top: 16px;
}

.lrs-evening-intro .lrs-line-link {
  margin-top: 24px;
  color: #17181b;
}

.lrs-evening-intro .lrs-line-link {
  width: auto !important;
  display: inline-flex;
}

.lrs-evening-intro .lrs-line-link a {
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.055em;
  white-space: nowrap;
}

.lrs-home-conviction .lrs-home-quote {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(76px, 9vw, 138px) var(--lrs-page-x);
  overflow: hidden;
  border-top: 1px solid var(--lrs-border);
  border-bottom: 1px solid var(--lrs-border);
  color: var(--lrs-pearl);
  background:
    radial-gradient(circle at 50% 50%, rgba(185, 190, 199, 0.1), transparent 42%),
    #0b0c0f;
  font-size: clamp(40px, 5.5vw, 86px);
  font-weight: 350;
  line-height: 1;
  text-align: center;
}

.lrs-home-conviction .lrs-home-quote::before,
.lrs-home-conviction .lrs-home-quote::after {
  position: absolute;
  top: 50%;
  width: clamp(34px, 8vw, 150px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(242, 238, 231, 0.42));
  content: "";
  transform: scaleX(0);
  transition: transform 1.1s 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.lrs-home-conviction .lrs-home-quote::before {
  left: clamp(12px, 4vw, 72px);
  transform-origin: right;
}

.lrs-home-conviction .lrs-home-quote::after {
  right: clamp(12px, 4vw, 72px);
  background: linear-gradient(90deg, rgba(242, 238, 231, 0.42), transparent);
  transform-origin: left;
}

.lrs-home-conviction .lrs-home-quote.is-visible::before,
.lrs-home-conviction .lrs-home-quote.is-visible::after {
  transform: scaleX(1);
}

.lrs-quote-word {
  display: inline-block;
  opacity: 0;
  filter: blur(7px);
  transform: translateY(0.5em) rotate(1.5deg);
  transition:
    opacity 650ms calc(140ms + var(--lrs-word-index) * 55ms) ease,
    filter 780ms calc(140ms + var(--lrs-word-index) * 55ms) ease,
    transform 780ms calc(140ms + var(--lrs-word-index) * 55ms) cubic-bezier(0.22, 1, 0.36, 1);
}

.lrs-home-quote.is-visible .lrs-quote-word {
  opacity: 1;
  filter: blur(0);
  transform: none;
}

.lrs-evening-flow {
  position: relative;
  width: 100%;
  max-width: none !important;
  display: grid;
  grid-template-columns: minmax(0, 60%) minmax(360px, 40%);
  align-items: start;
  margin: 0 !important;
  background: var(--lrs-night);
}

.lrs-evening-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 650px;
  margin: 0;
  overflow: hidden;
  background: #050608;
}

.lrs-evening-stage::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 68%, rgba(7, 8, 10, 0.88) 100%),
    linear-gradient(0deg, rgba(7, 8, 10, 0.64), transparent 36%);
  content: "";
}

.lrs-evening-stage .lrs-evening-stage-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  transform: scale(1.045);
  transition:
    opacity 700ms ease,
    transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.lrs-evening-stage .lrs-evening-stage-image.is-active {
  opacity: 1;
  transform: scale(1);
}

.lrs-evening-stage-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.84) saturate(0.9) contrast(1.04);
}

.lrs-evening-stage-image:nth-child(2) img {
  object-position: 50% 47%;
}

.lrs-evening-stage-image:nth-child(3) img {
  object-position: 57% 50%;
}

.lrs-evening-progress {
  position: absolute !important;
  z-index: 2;
  right: 36px;
  bottom: 42px;
  left: 36px;
  display: grid;
  grid-template-columns: 26px 1fr 26px;
  align-items: center;
  gap: 13px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.lrs-evening-progress i {
  position: relative;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.24);
}

.lrs-evening-progress b {
  position: absolute;
  inset: 0 auto 0 0;
  width: 33.333%;
  background: var(--lrs-pearl);
  transition: width 450ms ease;
}

.lrs-evening-moments {
  margin: 0;
  background: var(--lrs-night);
}

.lrs-home-conviction .lrs-evening-moment {
  min-height: 72svh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  padding: clamp(80px, 9vw, 150px) clamp(42px, 5vw, 92px);
  border-bottom: 1px solid var(--lrs-border);
  color: rgba(242, 238, 231, 0.52);
  background: transparent;
  transition:
    color 450ms ease,
    background-color 450ms ease;
}

.lrs-home-conviction .lrs-evening-moment.is-active {
  color: var(--lrs-pearl);
  background: rgba(255, 255, 255, 0.018);
}

.lrs-home-conviction .lrs-evening-moment .lrs-card-kicker,
.lrs-home-conviction .lrs-evening-moment h3,
.lrs-home-conviction .lrs-evening-moment > p {
  margin-right: 0;
  margin-left: 0;
}

.lrs-home-conviction .lrs-evening-moment .lrs-card-kicker {
  margin-top: 0 !important;
  margin-bottom: 16px;
  color: var(--lrs-steel);
}

.lrs-home-conviction .lrs-evening-moment.is-active .lrs-card-kicker {
  color: var(--lrs-silver);
}

.lrs-home-conviction .lrs-evening-moment h3 {
  max-width: 560px;
  margin-bottom: 0;
  font-size: clamp(36px, 3.7vw, 62px);
  font-weight: 430;
  line-height: 0.98;
  letter-spacing: -0.047em;
}

.lrs-home-conviction .lrs-evening-moment > p:last-child {
  max-width: 510px;
  margin-top: 25px;
  color: inherit;
  font-size: 15px;
  line-height: 1.72;
}

.lrs-evening-mobile-image {
  display: none;
}

.lrs-home-motion-ready .lrs-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 720ms var(--lrs-reveal-delay, 0ms) ease,
    transform 820ms var(--lrs-reveal-delay, 0ms) cubic-bezier(0.22, 1, 0.36, 1);
}

.lrs-home-motion-ready .lrs-reveal--visual {
  clip-path: inset(7% 0 0);
  transform: translateY(36px) scale(0.985);
  transition:
    opacity 800ms var(--lrs-reveal-delay, 0ms) ease,
    clip-path 1s var(--lrs-reveal-delay, 0ms) cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s var(--lrs-reveal-delay, 0ms) cubic-bezier(0.22, 1, 0.36, 1);
}

.lrs-home-motion-ready .lrs-reveal.is-visible {
  opacity: 1;
  clip-path: inset(0);
  transform: none;
}

.lrs-spa-atmosphere .wp-block-cover__image-background {
  transition:
    filter 900ms ease,
    transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.lrs-spa-atmosphere[data-lrs-colour="blue"] .wp-block-cover__image-background {
  filter: brightness(0.78) saturate(1.08) hue-rotate(18deg);
}

.lrs-spa-atmosphere[data-lrs-colour="violet"] .wp-block-cover__image-background {
  filter: brightness(0.74) saturate(1.22) hue-rotate(70deg);
}

.lrs-spa-atmosphere[data-lrs-colour="red"] .wp-block-cover__image-background {
  filter: brightness(0.72) saturate(1.25) hue-rotate(168deg);
}

.lrs-colour-chips {
  display: flex;
  flex-wrap: wrap;
}

.lrs-colour-choice {
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  color: var(--lrs-pearl);
  background: rgba(7, 8, 10, 0.35);
  font: inherit;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    transform 220ms ease;
}

.lrs-colour-choice:hover,
.lrs-colour-choice:focus-visible,
.lrs-colour-choice[aria-pressed="true"] {
  color: var(--lrs-night);
  background: var(--lrs-pearl);
  border-color: var(--lrs-pearl);
  transform: translateY(-2px);
}

.lrs-lightbox {
  width: min(1180px, calc(100vw - 40px));
  max-width: none;
  height: min(820px, calc(100svh - 40px));
  max-height: none;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(242, 238, 231, 0.25);
  color: var(--lrs-pearl);
  background: #07080a;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.58);
}

.lrs-lightbox::backdrop {
  background: rgba(3, 4, 6, 0.88);
  backdrop-filter: blur(10px);
}

.lrs-lightbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lrs-lightbox__close {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(242, 238, 231, 0.42);
  color: var(--lrs-pearl);
  background: rgba(7, 8, 10, 0.82);
  font: inherit;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.lrs-lightbox__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 22px 28px;
  background: linear-gradient(transparent, rgba(7, 8, 10, 0.92));
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lrs-paris-section .lrs-journey .wp-block-separator {
  position: relative;
  overflow: visible;
}

.lrs-paris-section .lrs-journey .wp-block-separator:first-of-type::after {
  position: absolute;
  top: -2px;
  left: -18px;
  width: 14px;
  height: 5px;
  border: 1px solid rgba(242, 238, 231, 0.76);
  background: var(--lrs-night);
  box-shadow: 0 0 10px rgba(242, 238, 231, 0.35);
  content: "";
  animation: lrs-paris-train 7s ease-in-out infinite;
}

@keyframes lrs-paris-train {
  0%,
  12% {
    left: -18px;
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  78% {
    opacity: 1;
  }

  90%,
  100% {
    left: calc(100% + 4px);
    opacity: 0;
  }
}

@media (hover: hover) {
  .lrs-suite-gallery figure,
  .lrs-option-card,
  .lrs-review-visual {
    overflow: hidden;
  }

  .lrs-suite-gallery img,
  .lrs-option-card img,
  .lrs-review-visual img {
    transition:
      filter 500ms ease,
      transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .lrs-suite-gallery figure:hover img,
  .lrs-option-card:hover img,
  .lrs-review-visual:hover img {
    filter: brightness(1.04);
    transform: scale(1.025);
  }
}

@media (max-width: 1040px) {
  .lrs-evening-intro {
    grid-template-columns: minmax(110px, 0.45fr) minmax(380px, 1.2fr) minmax(240px, 0.75fr);
    gap: 34px;
  }
}

@media (max-width: 820px), (max-width: 960px) and (max-height: 600px) {
  .lrs-home .lrs-home-hero,
  .lrs-home .lrs-home-hero__layout {
    min-height: 0 !important;
  }

  .lrs-home .lrs-home-hero__media {
    flex: 0 0 clamp(300px, 52svh, 520px);
    width: 100%;
    height: clamp(300px, 52svh, 520px);
    min-height: clamp(300px, 52svh, 520px);
  }

  .lrs-evening-intro {
    display: block;
    padding: 82px var(--lrs-page-x);
  }

  .lrs-evening-intro > h2 {
    margin-top: 18px;
    font-size: clamp(42px, 7vw, 58px) !important;
  }

  .lrs-evening-intro > .lrs-eyebrow {
    font-size: 11px;
    line-height: 1.35;
  }

  .lrs-evening-intro .lrs-home-intro-columns {
    margin-top: 30px;
  }

  .lrs-home-conviction .lrs-home-quote {
    padding: 80px var(--lrs-page-x);
    font-size: clamp(39px, 11vw, 55px);
  }

  .lrs-home-conviction .lrs-home-quote::before,
  .lrs-home-conviction .lrs-home-quote::after {
    display: none;
  }

  .lrs-evening-flow {
    display: block;
  }

  .lrs-evening-stage {
    display: none;
  }

  .lrs-home-conviction .lrs-evening-moment {
    min-height: 0;
    display: block;
    padding: 0 0 58px;
    color: var(--lrs-pearl);
  }

  .lrs-evening-mobile-image {
    display: block;
    width: 100%;
    margin: 0 0 42px;
  }

  .lrs-evening-mobile-image img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    filter: brightness(0.84) saturate(0.9);
  }

  .lrs-home-conviction .lrs-evening-moment .lrs-card-kicker,
  .lrs-home-conviction .lrs-evening-moment h3,
  .lrs-home-conviction .lrs-evening-moment > p:last-child {
    margin-right: var(--lrs-page-x);
    margin-left: var(--lrs-page-x);
  }

  .lrs-home-conviction .lrs-evening-moment h3 {
    font-size: clamp(38px, 10vw, 55px);
  }

  .lrs-home-motion-ready .lrs-mobile-booking {
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition:
      opacity 240ms ease,
      transform 240ms ease;
  }

  .lrs-home-motion-ready .lrs-mobile-booking.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .lrs-colour-chips {
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .lrs-evening-intro {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .lrs-evening-intro > h2 {
    font-size: clamp(40px, 12vw, 52px) !important;
  }

  .lrs-home-conviction .lrs-home-quote {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .lrs-colour-choice {
    flex: 1 1 calc(50% - 8px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lrs-home-motion-ready .lrs-reveal,
  .lrs-quote-word {
    opacity: 1;
    filter: none;
    clip-path: none;
    transform: none;
    transition: none;
  }

  .lrs-evening-stage .lrs-evening-stage-image {
    transition: none;
  }

  .lrs-paris-section .lrs-journey .wp-block-separator:first-of-type::after {
    left: 50%;
    opacity: 1;
    animation: none;
  }

  .lrs-spa-atmosphere .wp-block-cover__image-background,
  .lrs-colour-choice {
    transition: none;
  }
}

/*
 * P0 — fidélité de composition.
 *
 * Ces règles sont dérivées de la géométrie du prototype et non d'une
 * comparaison de hauteurs isolées. Le Hero occupe exactement un écran,
 * le header le surplombe et la galerie retrouve sa composition asymétrique.
 */
body.home .lrs-site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  min-height: 94px;
  padding: 0 clamp(22px, 3.2vw, 58px);
  border-color: transparent;
  background: linear-gradient(180deg, rgba(7, 8, 10, 0.5), transparent);
  backdrop-filter: none;
  transition:
    min-height 280ms ease,
    background-color 280ms ease,
    border-color 280ms ease,
    backdrop-filter 280ms ease;
}

body.home .lrs-site-header.is-scrolled {
  min-height: 68px;
  border-color: var(--lrs-border);
  background: rgba(7, 8, 10, 0.92);
  backdrop-filter: blur(18px);
}

.lrs-home .lrs-home-hero,
.lrs-home .lrs-home-hero__layout {
  min-height: max(760px, 100svh) !important;
}

.lrs-home-hero {
  position: relative;
  height: auto;
  overflow: hidden;
  isolation: isolate;
}

.lrs-home-hero__layout {
  position: relative;
  z-index: 3;
  height: auto;
  display: grid !important;
  grid-template-columns: minmax(430px, 42%) minmax(0, 58%);
}

.lrs-home-hero__copy,
.lrs-home-hero__media {
  width: auto !important;
  max-width: none !important;
  flex-basis: auto !important;
}

.lrs-home-hero__copy {
  z-index: 3;
  justify-content: center;
  padding:
    calc(94px + 38px)
    clamp(42px, 4.5vw, 86px)
    190px
    var(--lrs-page-x);
}

.lrs-home-hero .lrs-eyebrow {
  margin-bottom: 28px;
  color: var(--lrs-silver);
}

.lrs-home-signature {
  margin: 0 0 20px;
}

.lrs-home-signature p:first-child {
  font-size: clamp(38px, 3.2vw, 52px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.025em;
}

.lrs-home-signature p:last-child {
  padding-bottom: 7px;
  font-family: var(--wp--preset--font-family--cormorant);
  font-size: 0.75rem;
  font-style: italic;
}

.lrs-home-hero h1 {
  max-width: 670px;
  margin-bottom: 24px;
  font-size: clamp(48px, 4.45vw, 70px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.035em;
}

.lrs-home-hero__promise {
  margin-bottom: 0;
  font-size: clamp(32px, 2.35vw, 45px);
  line-height: 0.94;
}

.lrs-home-hero__intro {
  max-width: 590px;
  margin-top: 28px;
  font-size: clamp(15px, 0.95vw, 18px);
  line-height: 1.62;
}

.lrs-home-actions {
  margin-top: 34px;
  gap: 30px;
}

.lrs-home-hero__proof {
  margin-top: 38px;
  padding-top: 0;
  border-top: 0;
}

.lrs-home-hero__media {
  position: relative;
  min-height: 0;
  background: #030508;
}

.lrs-home-hero__media::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, var(--lrs-night) 0%, rgba(7, 8, 10, 0.66) 9%, transparent 42%),
    linear-gradient(0deg, rgba(7, 8, 10, 0.72) 0%, transparent 32%),
    linear-gradient(180deg, rgba(7, 8, 10, 0.35) 0%, transparent 22%);
  content: "";
}

.lrs-home-hero__media img {
  object-position: 50% 47%;
  filter: brightness(0.82) saturate(0.9) contrast(1.05);
  animation: lrs-hero-settle 2.1s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

@keyframes lrs-hero-settle {
  from {
    filter: brightness(0.66) saturate(0.72) contrast(1.06);
    transform: scale(1.035);
  }

  to {
    filter: brightness(0.82) saturate(0.9) contrast(1.05);
    transform: scale(1);
  }
}

.lrs-hero-door {
  position: absolute !important;
  z-index: 20 !important;
  top: 0;
  bottom: 0;
  width: 50.1%;
  max-width: none !important;
  margin: 0 !important;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 48%, rgba(132, 138, 148, 0.08), transparent 34%),
    linear-gradient(135deg, #11141a 0%, #07090c 48%, #101219 100%);
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.025);
  will-change: transform;
}

.lrs-hero-door::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(224, 227, 232, 0.42) 18%, rgba(224, 227, 232, 0.22) 82%, transparent);
  box-shadow: 0 0 16px rgba(224, 227, 232, 0.12);
  content: "";
}

.lrs-hero-door > span {
  position: absolute;
  top: 48%;
  width: clamp(118px, 11vw, 180px);
  aspect-ratio: 1.25 / 1;
  background-image: url("../images/logo-love-room-spa.png");
  background-repeat: no-repeat;
  background-size: 200% 100%;
  opacity: 0.76;
  filter: grayscale(1) brightness(1.55) drop-shadow(0 4px 18px rgba(0, 0, 0, 0.52));
  transform: translateY(-50%);
}

.lrs-hero-door--left {
  left: 0;
  animation: lrs-door-open-left 4.2s 500ms cubic-bezier(0.76, 0, 0.24, 1) forwards;
}

.lrs-hero-door--left::after {
  right: 0;
}

.lrs-hero-door--left > span {
  right: 0;
  background-position: left center;
}

.lrs-hero-door--right {
  right: 0;
  animation: lrs-door-open-right 4.2s 500ms cubic-bezier(0.76, 0, 0.24, 1) forwards;
}

.lrs-hero-door--right::after {
  left: 0;
}

.lrs-hero-door--right > span {
  left: 0;
  background-position: right center;
}

@keyframes lrs-door-open-left {
  to {
    transform: translateX(-102%);
  }
}

@keyframes lrs-door-open-right {
  to {
    transform: translateX(102%);
  }
}

.lrs-hero-booking {
  position: absolute !important;
  z-index: 5 !important;
  right: clamp(20px, 3.2vw, 60px);
  bottom: 28px;
  left: clamp(20px, 3.2vw, 60px);
  width: auto !important;
  max-width: none !important;
  display: grid !important;
  grid-template-columns: minmax(190px, 1.35fr) minmax(155px, 0.75fr) minmax(155px, 0.75fr) minmax(125px, 0.55fr) minmax(165px, 0.8fr);
  margin: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(10, 11, 14, 0.9);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.lrs-hero-booking > * {
  min-height: 94px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 !important;
  padding: 17px 24px;
  border-right: 1px solid var(--lrs-border);
}

.lrs-hero-booking p {
  margin: 0;
}

.lrs-hero-booking > * > * {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.lrs-hero-booking__question p:first-child {
  font-size: clamp(15px, 1.25vw, 19px);
}

.lrs-hero-booking__question p:last-child,
.lrs-hero-booking small {
  margin-top: 5px;
  color: var(--lrs-steel);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lrs-hero-booking__field a,
.lrs-hero-booking__field strong {
  color: var(--lrs-pearl);
  font-size: 13px;
}

.lrs-hero-booking__action {
  padding: 0;
  border-right: 0;
}

.lrs-hero-booking__action .wp-block-button,
.lrs-hero-booking__action .wp-block-button__link {
  width: 100%;
  height: 100%;
}

.lrs-hero-booking__action .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lrs-night);
  background: var(--lrs-pearl);
  text-align: center;
}

.lrs-home-suite {
  padding: clamp(90px, 9vw, 140px) var(--lrs-page-x);
  background: var(--lrs-graphite);
}

.lrs-home-suite > * {
  width: 100%;
  max-width: none !important;
}

.lrs-suite-heading {
  display: grid;
  grid-template-columns: minmax(170px, 0.5fr) minmax(510px, 1.3fr) minmax(250px, 0.62fr);
  align-items: end;
  gap: clamp(30px, 4vw, 70px);
  margin: 0;
}

.lrs-suite-heading > * {
  max-width: none !important;
  margin: 0 !important;
}

.lrs-suite-heading .lrs-eyebrow {
  color: var(--lrs-silver);
}

.lrs-suite-heading h2 {
  font-size: clamp(48px, 5.6vw, 82px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.025em;
}

.lrs-suite-heading h2 em {
  color: #aeb4bf;
  font-size: 1.1em;
  line-height: 0.84;
}

.lrs-suite-heading .lrs-section-lead {
  color: rgba(242, 238, 231, 0.58);
  font-size: 14px;
  line-height: 1.72;
}

.lrs-suite-gallery {
  width: 100%;
  max-width: none !important;
  height: clamp(690px, 56vw, 830px);
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(10, minmax(0, 1fr));
  gap: clamp(12px, 1.3vw, 22px);
  margin: clamp(68px, 7.5vw, 112px) 0 0 !important;
}

.lrs-suite-gallery > .wp-block-column {
  position: relative;
  min-width: 0;
  width: auto !important;
  max-width: none !important;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #090a0d;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
}

.lrs-suite-gallery > .wp-block-column:nth-child(1) {
  z-index: 1;
  grid-column: 1 / 9;
  grid-row: 1 / 11;
}

.lrs-suite-gallery > .wp-block-column:nth-child(2) {
  grid-column: 9 / 13;
  grid-row: 1 / 6;
  margin-top: 46px;
}

.lrs-suite-gallery > .wp-block-column:nth-child(3) {
  z-index: 2;
  grid-column: 8 / 12;
  grid-row: 6 / 11;
  margin: 0 0 18px 34px;
  box-shadow: -30px -30px 78px rgba(3, 4, 6, 0.62), 0 22px 70px rgba(0, 0, 0, 0.25);
}

.lrs-suite-gallery figure,
.lrs-suite-gallery a,
.lrs-suite-gallery img {
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
}

.lrs-suite-gallery figure {
  position: relative;
}

.lrs-suite-gallery figure::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(4, 5, 7, 0.84), transparent 40%);
  content: "";
}

.lrs-suite-gallery img {
  object-fit: cover;
  filter: saturate(0.88) brightness(0.83) contrast(1.04);
}

.lrs-suite-gallery > .wp-block-column:nth-child(1) img {
  object-position: 45% 50%;
}

.lrs-suite-gallery > .wp-block-column:nth-child(2) img {
  object-position: 52% 50%;
}

.lrs-suite-gallery > .wp-block-column:nth-child(3) img {
  object-position: 54% 50%;
}

.lrs-suite-gallery figcaption {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 20px;
  left: 22px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--wp--preset--font-family--cormorant);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
}

.lrs-home-suite .lrs-essentials {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin-top: 42px;
  border-top: 1px solid var(--lrs-border);
  border-bottom: 1px solid var(--lrs-border);
}

.lrs-home-suite .lrs-essentials p {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 15px;
  border-right: 1px solid var(--lrs-border);
  color: rgba(242, 238, 231, 0.65);
  font-size: 10px;
  font-weight: 520;
  letter-spacing: 0.07em;
  text-align: center;
  text-transform: uppercase;
}

.lrs-home-suite .lrs-essentials p:last-child {
  border-right: 0;
}

.lrs-stars-host {
  position: relative;
  isolation: isolate;
}

.lrs-stars-host.lrs-celestial::before,
.lrs-stars-host.lrs-celestial::after {
  display: none;
}

.lrs-star-field {
  position: absolute !important;
  z-index: 0 !important;
  inset: 0;
  max-width: none !important;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.78;
}

.lrs-star-field__star {
  position: absolute;
  left: var(--lrs-star-x);
  top: var(--lrs-star-y);
  width: var(--lrs-star-size);
  height: var(--lrs-star-size);
  border-radius: 50%;
  background: rgba(255, 255, 255, var(--lrs-star-alpha));
  box-shadow: 0 0 calc(var(--lrs-star-size) * 4) rgba(151, 190, 228, 0.62);
  animation: lrs-star-twinkle var(--lrs-star-speed) var(--lrs-star-delay) ease-in-out infinite;
}

.lrs-star-field__star.is-bright::before,
.lrs-star-field__star.is-bright::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.92), transparent);
  content: "";
  transform: translate(-50%, -50%);
}

.lrs-star-field__star.is-bright::before {
  width: 16px;
  height: 1px;
}

.lrs-star-field__star.is-bright::after {
  width: 1px;
  height: 16px;
}

.lrs-star-field__shoot {
  position: absolute;
  left: -18vw;
  top: var(--lrs-shoot-y);
  width: clamp(140px, 17vw, 250px);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(201, 221, 242, 0.55) 38%, #fff);
  filter: drop-shadow(0 0 7px rgba(168, 204, 239, 0.95));
  opacity: 0;
  transform: rotate(-18deg);
  transform-origin: right center;
  animation: lrs-star-shoot var(--lrs-shoot-speed) var(--lrs-shoot-delay) linear infinite;
}

@keyframes lrs-star-twinkle {
  0%,
  100% {
    opacity: 0.25;
    transform: scale(0.75);
  }

  48%,
  62% {
    opacity: 1;
    transform: scale(1.18);
  }
}

@keyframes lrs-star-shoot {
  0%,
  68% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(-18deg);
  }

  72% {
    opacity: 1;
  }

  88%,
  100% {
    opacity: 0;
    transform: translate3d(145vw, -32vw, 0) rotate(-18deg);
  }
}

@media (max-width: 820px), (max-width: 960px) and (max-height: 600px) {
  body.home .lrs-site-header {
    min-height: 68px;
    padding-right: 18px;
    padding-left: 18px;
    background: rgba(7, 8, 10, 0.52);
  }

  .lrs-home .lrs-home-hero,
  .lrs-home .lrs-home-hero__layout {
    min-height: 0 !important;
  }

  .lrs-home-hero {
    height: auto;
  }

  .lrs-home-hero__layout {
    height: auto;
    display: flex !important;
    flex-direction: column-reverse;
  }

  .lrs-home-hero__copy {
    justify-content: flex-start;
    padding: 22px 22px 30px;
    background: var(--lrs-night);
  }

  .lrs-home .lrs-home-hero__media {
    flex: 0 0 clamp(300px, 52svh, 520px);
    height: clamp(300px, 52svh, 520px);
    min-height: clamp(300px, 52svh, 520px);
  }

  .lrs-home-hero__media::after {
    background:
      linear-gradient(0deg, var(--lrs-night) 0%, rgba(7, 8, 10, 0.42) 26%, transparent 58%),
      linear-gradient(180deg, rgba(7, 8, 10, 0.46), transparent 30%);
  }

  .lrs-home-hero__media img {
    object-position: 50% 49%;
  }

  .lrs-home-hero h1 {
    max-width: none;
    margin-bottom: 0;
    font-size: clamp(32px, 9.6vw, 42px);
    line-height: 0.96;
  }

  .lrs-home-hero__promise {
    max-width: 430px;
    margin-top: 14px;
    margin-bottom: 0;
    font-size: clamp(25px, 7.2vw, 31px);
    line-height: 0.98;
  }

  .lrs-home-hero .lrs-eyebrow {
    margin-bottom: 8px;
    font-size: 8px;
    letter-spacing: 0.13em;
  }

  .lrs-home-signature {
    gap: 3px;
    margin-bottom: 10px;
  }

  .lrs-home-signature p:first-child {
    font-size: clamp(30px, 8.5vw, 38px);
  }

  .lrs-home-signature p:last-child {
    padding-bottom: 1px;
    font-size: 18px;
  }

  .lrs-home-hero__intro,
  .lrs-home-hero__proof {
    display: none;
  }

  .lrs-home-actions {
    display: block;
    margin-top: 18px;
  }

  .lrs-home-actions > .wp-block-button {
    width: 100%;
  }

  .lrs-home-actions > .wp-block-button:nth-child(2) {
    display: none;
  }

  .lrs-home-actions .wp-block-button__link {
    width: 100%;
    min-height: 54px;
  }

  .lrs-hero-door,
  .lrs-hero-booking {
    display: none !important;
  }

  .lrs-proof-line {
    min-height: 74px;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    padding: 0;
    white-space: normal;
  }

  .lrs-proof-line p {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 10px 8px;
    border-right: 1px solid rgba(7, 8, 10, 0.14);
    font-size: clamp(7px, 1.55vw, 10px);
    line-height: 1.35;
    text-align: center;
  }

  .lrs-proof-line p:last-child {
    border-right: 0;
  }

  .lrs-proof-line p + p::before {
    display: none;
  }

  .lrs-home-suite {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .lrs-suite-heading {
    display: block;
  }

  .lrs-suite-heading h2 {
    margin-top: 20px !important;
    font-size: clamp(44px, 10vw, 70px);
  }

  .lrs-suite-heading .lrs-section-lead {
    max-width: 680px !important;
    margin-top: 30px !important;
  }

  .lrs-suite-gallery {
    width: calc(100% + 2 * var(--lrs-page-x));
    height: auto;
    display: flex !important;
    gap: 14px;
    margin: 56px calc(-1 * var(--lrs-page-x)) 0 !important;
    padding: 0 var(--lrs-page-x) 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .lrs-suite-gallery > .wp-block-column,
  .lrs-suite-gallery > .wp-block-column:nth-child(n) {
    flex: 0 0 min(82vw, 620px) !important;
    min-width: min(82vw, 620px);
    height: clamp(420px, 68svh, 620px);
    margin: 0;
    scroll-snap-align: center;
  }

  .lrs-home-suite .lrs-essentials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lrs-home-suite .lrs-essentials p:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 520px) {
  .lrs-home-hero__copy {
    padding: 22px 22px 30px;
  }

  .lrs-home-actions {
    margin-top: 18px;
  }

  .lrs-home-actions .wp-block-button,
  .lrs-home-actions .wp-block-button__link {
    width: 100%;
  }

  .lrs-home-hero__proof {
    gap: 26px;
  }

  .lrs-home-suite {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .lrs-suite-gallery > .wp-block-column,
  .lrs-suite-gallery > .wp-block-column:nth-child(n) {
    flex-basis: 86vw !important;
    min-width: 86vw;
    height: min(64svh, 540px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lrs-hero-door--left {
    transform: translateX(-102%);
  }

  .lrs-hero-door--right {
    transform: translateX(102%);
  }

  .lrs-hero-door,
  .lrs-home-hero__media img,
  .lrs-star-field__star,
  .lrs-star-field__shoot {
    animation: none;
  }
}

/*
 * Strict fidelity — 01 Hero.
 * Values mirror prototype-v10/home-v9.css (v9 layer).
 */
.lrs-home-hero h1 {
  margin-bottom: 0;
  text-wrap: balance;
}

.lrs-home-hero__promise {
  max-width: 560px;
  margin-top: 22px !important;
  margin-bottom: 0;
  color: rgba(213, 209, 208, 0.9);
  font-size: clamp(30px, 2.8vw, 44px);
  font-weight: 350;
  line-height: 0.94;
  letter-spacing: -0.022em;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.78);
}

.lrs-home-hero__intro {
  max-width: 590px;
  margin-top: 28px !important;
  color: rgba(242, 238, 231, 0.86);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.62;
  letter-spacing: 0.08px;
}

.lrs-home-signature p:last-child {
  padding-bottom: 2px;
  font-size: clamp(22px, 1.9vw, 30px);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
}

.lrs-home-actions .wp-block-button:first-child .wp-block-button__link {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  min-width: 237px;
  padding: 16px 37px;
  color: var(--lrs-night);
  background: var(--lrs-pearl);
  font-size: 13px;
  font-weight: 560;
  line-height: 1;
  letter-spacing: 0.045em;
}

.lrs-home-actions .wp-block-button:nth-child(2) .wp-block-button__link {
  min-height: 0;
  display: inline-flex;
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: var(--lrs-pearl);
  background: transparent;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.055em;
  min-width: 168px;
}

.lrs-home-hero__proof {
  min-height: 40px;
  align-items: start;
  gap: clamp(22px, 3vw, 48px);
}

.lrs-home-hero__proof br {
  display: none;
}

.lrs-home-hero__proof p,
.lrs-home-hero__proof .lrs-hero-price {
  display: grid;
  gap: 1px;
  margin: 0;
}

.lrs-home-hero__proof strong {
  color: var(--lrs-pearl);
  font-size: 20px;
  font-weight: 510;
  line-height: 1;
  letter-spacing: -0.02em;
}

.lrs-home-hero__proof small {
  color: var(--lrs-steel);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lrs-home-hero__media img {
  object-position: 50% 72%;
  filter: brightness(0.76) saturate(0.92) contrast(1.05);
  transform: scale(1.13);
  animation: none;
}

.lrs-home-hero__media::after {
  background:
    radial-gradient(ellipse at 70% 43%, rgba(7, 8, 10, 0.48), transparent 34%),
    linear-gradient(90deg, var(--lrs-night) 0%, rgba(7, 8, 10, 0.72) 13%, transparent 48%),
    linear-gradient(0deg, rgba(7, 8, 10, 0.8) 0%, transparent 38%),
    linear-gradient(180deg, rgba(7, 8, 10, 0.58) 0%, transparent 30%);
}

.lrs-hero-door--left,
.lrs-hero-door--right {
  animation-duration: 1.75s;
  animation-delay: 350ms;
}

body.lrs-quick-booking-open {
  overflow: hidden;
}

.lrs-quick-booking[hidden] {
  display: none;
}

.lrs-quick-booking {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  color: var(--lrs-pearl);
  background: rgba(2, 3, 5, 0.84);
  backdrop-filter: blur(10px);
}

.lrs-quick-booking__panel.lrs-booking-section {
  width: min(760px, 100%);
  max-height: min(860px, calc(100svh - 40px));
  min-height: 0 !important;
  height: auto;
  margin: 0;
  overflow: auto;
  padding: 0 !important;
  border: 1px solid rgba(242, 238, 231, 0.18);
  background: #0d1015;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.5);
  overscroll-behavior: contain;
}

.lrs-quick-booking__head {
  position: sticky;
  z-index: 3;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(242, 238, 231, 0.14);
  background: #0d1015;
}

.lrs-quick-booking__head p {
  margin: 0;
  color: var(--lrs-pearl);
  font-family: var(--wp--preset--font-family--cormorant);
  font-size: clamp(27px, 4vw, 38px);
  line-height: 1;
}

.lrs-quick-booking__head small {
  display: block;
  margin-top: 7px;
  color: rgba(242, 238, 231, 0.5);
  font-family: var(--wp--preset--font-family--jost);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lrs-quick-booking__close {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(242, 238, 231, 0.25);
  border-radius: 0;
  color: var(--lrs-pearl);
  background: transparent;
  font: 300 25px/1 var(--wp--preset--font-family--jost);
  cursor: pointer;
}

.lrs-quick-booking__body {
  padding: clamp(18px, 4vw, 34px);
}

.lrs-quick-booking .lrs-booking-engine {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 1px !important;
  border-color: rgba(242, 238, 231, 0.22);
  color: var(--lrs-pearl);
  background: rgba(9, 10, 12, 0.98);
}

.lrs-quick-booking .mphb-booking-form--direct-booking {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1px;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  color: var(--lrs-pearl);
  background: rgba(242, 238, 231, 0.2);
}

.lrs-quick-booking .mphb-booking-form--direct-booking > p {
  box-sizing: border-box;
  min-width: 0;
  margin: 0;
  padding: 15px 17px;
  color: rgba(242, 238, 231, 0.58);
  background: #0d0f13;
}

.lrs-quick-booking .mphb-booking-form--direct-booking > .mphb-required-fields-tip {
  padding-top: 17px;
  padding-bottom: 17px;
  color: rgba(242, 238, 231, 0.7);
  font-size: 11px;
  line-height: 1.5;
}

.lrs-quick-booking .mphb-booking-form--direct-booking br {
  display: none;
}

.lrs-quick-booking .mphb-booking-form--direct-booking label {
  display: block;
  color: rgba(242, 238, 231, 0.62);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lrs-quick-booking .mphb-booking-form--direct-booking :where(input[type="text"], select) {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 45px;
  margin-top: 8px;
  padding: 9px 11px;
  border: 1px solid rgba(242, 238, 231, 0.25);
  border-radius: 0;
  color: var(--lrs-pearl);
  background: rgba(7, 8, 10, 0.82);
  font-size: 16px;
}

.lrs-quick-booking .mphb-booking-form--direct-booking input::placeholder {
  color: rgba(242, 238, 231, 0.48);
  opacity: 1;
}

.lrs-quick-booking .mphb-booking-form--direct-booking :where(input[type="text"], select):focus-visible {
  outline: 2px solid var(--lrs-silver);
  outline-offset: 2px;
}

.lrs-quick-booking .mphb-booking-form--direct-booking .mphb-reserve-btn-wrapper {
  padding: 0;
}

.lrs-quick-booking .mphb-booking-form--direct-booking :where(.mphb-reserve-btn, .mphb-confirm-reservation) {
  box-sizing: border-box;
  width: 100%;
  min-height: 58px;
  margin: 0;
  padding: 14px 17px;
  border: 0;
  border-radius: 0;
  border: 1px solid var(--lrs-silver);
  color: #050608;
  background: var(--lrs-silver);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lrs-quick-booking .mphb-booking-form--direct-booking :where(.mphb-reserve-btn, .mphb-confirm-reservation):not(:disabled):hover {
  border-color: #d9dee6;
  background: #d9dee6;
  transform: translateY(-1px);
}

.lrs-quick-booking .mphb-booking-form--direct-booking :where(.mphb-reserve-btn, .mphb-confirm-reservation):not(:disabled):active {
  transform: translateY(1px);
}

.lrs-quick-booking .mphb-booking-form--direct-booking :where(.mphb-reserve-room-section, .mphb-errors-wrapper) {
  grid-column: 1;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 17px;
  color: var(--lrs-pearl);
  background: #0d0f13;
}

.datepick-popup {
  z-index: 10100 !important;
}

@media (max-width: 820px) {
  .lrs-quick-booking {
    align-items: end;
    padding: 0;
  }

  .lrs-quick-booking__panel.lrs-booking-section {
    width: 100%;
    max-height: calc(100svh - 16px);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }

  .lrs-quick-booking__body {
    padding: 12px;
  }
}

@media (min-width: 821px) {
  .lrs-home-hero__copy {
    padding:
      calc(var(--lrs-header-height) + 50px)
      clamp(42px, 4.5vw, 86px)
      210px
      var(--lrs-page-x);
  }
}

@media (max-width: 820px), (max-width: 960px) and (max-height: 600px) {
  .lrs-home-hero {
    position: relative;
    top: 27px;
    margin-top: 0;
    margin-bottom: 27px;
  }

  .lrs-home-signature p:last-child {
    padding-bottom: 1px;
    font-size: 18px;
  }

  .lrs-home-hero__promise {
    max-width: 430px;
    margin-top: 14px !important;
    font-size: clamp(25px, 7.2vw, 31px);
    line-height: 0.98;
    text-shadow: none;
  }

  .lrs-home-actions .wp-block-button:first-child .wp-block-button__link {
    min-width: 0;
    min-height: 54px;
    padding: 16px 24px;
  }

  .lrs-home-hero__media img {
    object-position: 50% 50%;
    filter: brightness(0.94) saturate(0.98) contrast(1.02);
    transform: none;
  }

  .lrs-home-hero__media::after {
    background:
      linear-gradient(180deg, rgba(7, 8, 10, 0.56) 0%, rgba(7, 8, 10, 0.08) 24%, transparent 70%, rgba(7, 8, 10, 0.18) 100%);
  }
}

/*
 * Strict fidelity — 02 Reassurance and mobile quick access.
 */
.lrs-proof-line {
  gap: clamp(18px, 3.3vw, 58px);
}

.lrs-proof-line p + p::before {
  margin-right: clamp(18px, 3.3vw, 58px);
}

@media (max-width: 820px), (max-width: 960px) and (max-height: 600px) {
  .lrs-mobile-jump {
    min-height: 56px;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    padding: 8px var(--lrs-page-x);
    border-bottom: 1px solid rgba(7, 8, 10, 0.16);
  }

  .lrs-mobile-jump a {
    min-height: 44px;
    gap: 7px;
    color: #4e5056;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.11em;
  }

  .lrs-proof-line {
    min-height: 74px;
    display: flex !important;
    flex-flow: row wrap !important;
    justify-content: center;
    gap: 8px 16px;
    overflow: visible;
    padding: 18px;
    white-space: normal;
    text-align: center;
  }

  .lrs-proof-line p {
    min-height: 0;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 11px;
    line-height: 1.7;
  }

  .lrs-proof-line p + p::before {
    display: none;
  }

  .lrs-mobile-booking {
    right: 10px;
    bottom: 9px;
    left: 10px;
    display: flex !important;
    filter: none;
  }

  .lrs-mobile-booking .wp-block-button__link {
    padding: 8px 9px 8px 17px;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(7, 8, 10, 0.94);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.42);
  }

  .lrs-home .lrs-line-link {
    max-width: 100%;
  }

  .lrs-home .lrs-line-link a {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

/*
 * Strict fidelity — 03 Conviction and 04 animated evening.
 */
.lrs-evening-intro {
  grid-template-columns: minmax(220px, 0.65fr) minmax(520px, 1.4fr) minmax(280px, 0.75fr);
  gap: clamp(34px, 5vw, 90px);
  padding: clamp(80px, 8vw, 125px) var(--lrs-page-x);
}

.lrs-evening-intro > h2 {
  font-size: clamp(48px, 5.6vw, 82px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.025em;
}

.lrs-evening-stage .lrs-evening-stage-image {
  transform: scale(1.025);
  transition:
    opacity 700ms ease,
    transform 1.1s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.lrs-evening-stage-image:nth-child(1) img {
  object-position: 52% 50%;
  filter: brightness(0.76) saturate(0.78) contrast(1.06);
}

.lrs-evening-stage-image:nth-child(2) img {
  filter: brightness(0.82) saturate(0.88) contrast(1.05);
}

.lrs-evening-stage-image:nth-child(3) img {
  filter: brightness(0.8) saturate(0.84) contrast(1.04);
}

.lrs-home-conviction .lrs-evening-moment {
  min-height: 60svh;
  padding: clamp(65px, 7vw, 105px) clamp(42px, 5vw, 92px);
}

.lrs-home-conviction .lrs-evening-moment time {
  margin-bottom: 34px;
  color: var(--lrs-steel);
  font-family: var(--wp--preset--font-family--cormorant);
  font-size: clamp(32px, 3.2vw, 52px);
  font-style: italic;
  font-weight: 560;
  line-height: 1;
}

.lrs-home-conviction .lrs-evening-moment h3 {
  font-size: clamp(50px, 5vw, 80px);
  font-weight: 350;
  line-height: 0.92;
  letter-spacing: -0.025em;
}

.lrs-home-conviction .lrs-evening-moment > p:not(.lrs-card-kicker) {
  max-width: 510px;
  margin-top: 25px;
  color: inherit;
  font-size: 15px;
  line-height: 1.72;
}

.lrs-home-conviction .lrs-evening-moment.is-active time {
  color: #d8c8bb;
}

.lrs-home-conviction .lrs-evening-moment ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}

.lrs-home-conviction .lrs-evening-moment li {
  position: relative;
  padding-left: 13px;
  font-size: 10px;
  font-weight: 510;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lrs-home-conviction .lrs-evening-moment li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

@media (max-width: 0px) {
  .lrs-home-conviction {
    min-height: 0;
    content-visibility: hidden;
    contain-intrinsic-block-size: 924px;
    font-size: 16px;
    line-height: 1.7;
  }

  .lrs-evening-intro {
    display: block;
    padding: 0;
    color: var(--lrs-pearl);
    background: transparent;
  }

  .lrs-evening-intro > * {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .lrs-evening-intro > h2 {
    margin: 0 !important;
    color: #c9c5c6;
    font-size: 24px !important;
    font-weight: 350;
    line-height: 0.96;
    letter-spacing: normal;
    text-shadow: 0 0 24px rgba(201, 197, 198, 0.08);
  }

  .lrs-evening-intro .lrs-home-intro-columns {
    display: block;
    margin: 0 !important;
    color: inherit;
    font-size: 16px;
    line-height: 1.7;
  }

  .lrs-evening-intro .lrs-home-intro-columns > .wp-block-column {
    margin: 0;
  }

  .lrs-evening-intro .lrs-home-intro-columns p {
    max-width: 56ch;
  }

  .lrs-evening-intro .lrs-home-intro-columns > .wp-block-column + .wp-block-column,
  .lrs-evening-intro .lrs-line-link {
    margin-top: 0;
  }

  .lrs-home-conviction .lrs-home-quote {
    width: calc(100% - 80px);
    margin: 16px 40px !important;
    padding: 0;
    overflow: visible;
    border: 0;
    color: inherit;
    background: transparent;
    font-family: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 390;
    line-height: 1.7;
    text-align: start;
  }

  .lrs-home-conviction .lrs-home-quote::before,
  .lrs-home-conviction .lrs-home-quote::after {
    display: none;
  }

  .lrs-evening-flow,
  .lrs-evening-moments {
    position: static;
    display: block;
  }

  .lrs-evening-stage,
  .lrs-evening-mobile-image {
    display: none;
  }

  .lrs-home-conviction .lrs-evening-moment {
    min-height: 0;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
  }

  .lrs-home-conviction .lrs-evening-moment time {
    margin: 0;
    color: inherit;
    font: inherit;
  }

  .lrs-home-conviction .lrs-evening-moment .lrs-card-kicker {
    margin: 0 !important;
    color: inherit;
    font: inherit;
    letter-spacing: normal;
    text-transform: none;
  }

  .lrs-home-conviction .lrs-evening-moment h3 {
    max-width: none;
    margin: 0;
    color: #c9c5c6;
    font-size: 1.17em;
    font-weight: 350;
    line-height: 1.7;
    letter-spacing: normal;
  }

  .lrs-home-conviction .lrs-evening-moment > p:last-of-type {
    max-width: 56ch;
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
  }

  .lrs-home-conviction .lrs-evening-moment ul {
    display: block;
    margin: 0;
  }

  .lrs-home-conviction .lrs-evening-moment li {
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: normal;
    text-transform: none;
  }

  .lrs-home-conviction .lrs-evening-moment li::before {
    display: none;
  }
}

/*
 * Strict fidelity — 05 Suite revalidation.
 */
.lrs-suite-heading h2 {
  text-wrap: balance;
}

.lrs-suite-heading h2 em {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

#suite > .lrs-line-link {
  width: auto !important;
  display: inline-flex;
  margin-top: 28px;
}

#suite > .lrs-line-link a {
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.055em;
  white-space: nowrap;
}

@media (max-width: 0px) {
  .lrs-home-suite {
    min-height: 0;
    content-visibility: hidden;
    contain-intrinsic-block-size: 860px;
    padding: 0;
  }
}

/*
 * Strict fidelity — 06 Chromotherapy.
 */
.lrs-home .lrs-spa-atmosphere {
  min-height: max(680px, 78svh) !important;
  align-items: flex-end;
  justify-content: flex-start;
  padding: clamp(80px, 8vw, 130px) var(--lrs-page-x);
}

.lrs-spa-atmosphere > .wp-block-cover__image-background {
  object-position: 52% 52%;
  filter: hue-rotate(92deg) saturate(1.08) brightness(0.72) contrast(1.12);
  transform: scale(1.015);
  transition:
    filter 850ms cubic-bezier(0.2, 0.72, 0.2, 1),
    transform 1100ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.lrs-spa-atmosphere[data-lrs-colour="violet"] > .wp-block-cover__image-background {
  filter: hue-rotate(156deg) saturate(1.2) brightness(0.7) contrast(1.13);
  transform: scale(1.025);
}

.lrs-spa-atmosphere[data-lrs-colour="red"] > .wp-block-cover__image-background {
  filter: hue-rotate(246deg) saturate(1.2) brightness(0.69) contrast(1.14);
  transform: scale(1.02);
}

.lrs-spa-atmosphere > .wp-block-cover__background {
  background:
    linear-gradient(90deg, rgba(4, 5, 8, 0.93) 0%, rgba(4, 5, 8, 0.67) 36%, rgba(4, 5, 8, 0.08) 72%),
    linear-gradient(0deg, rgba(4, 5, 8, 0.88) 0%, transparent 48%),
    linear-gradient(180deg, rgba(4, 5, 8, 0.35), transparent 28%);
  opacity: 1;
}

.lrs-spa-atmosphere .wp-block-cover__inner-container {
  width: min(690px, 52vw);
  max-width: none;
  margin: 0 !important;
  padding: 0 0 18px;
  position: static;
}

.lrs-spa-atmosphere .lrs-eyebrow {
  font-size: 11px;
  line-height: 1.35;
  margin-bottom: 27px;
}

.lrs-spa-atmosphere h2 {
  margin-bottom: 0 !important;
  font-size: clamp(48px, 5.6vw, 82px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.lrs-spa-atmosphere h2 em {
  color: rgba(242, 238, 231, 0.58);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.lrs-spa-atmosphere .lrs-section-lead {
  max-width: 520px;
  margin-top: 30px;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  color: rgba(242, 238, 231, 0.72);
  font-size: 15px;
  line-height: 1.7;
}

.lrs-spa-atmosphere .lrs-colour-chips {
  position: absolute;
  z-index: 2;
  right: var(--lrs-page-x);
  bottom: clamp(78px, 8vw, 128px);
  width: min(320px, 29vw);
  display: block;
  margin: 0;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.36);
}

.lrs-spa-atmosphere .lrs-colour-chips::before {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(242, 238, 231, 0.62);
  font-size: 9px;
  font-weight: 560;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  content: "Changer la couleur du spa";
}

.lrs-spa-atmosphere .lrs-colour-choice {
  position: relative;
  width: 100%;
  height: 62px;
  min-height: 62px;
  display: grid;
  grid-template-columns: 18px 1fr auto;
  align-items: center;
  gap: 15px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(242, 238, 231, 0.54);
  background: transparent;
  font-size: 16px;
  text-align: left;
}

.lrs-spa-atmosphere .lrs-colour-choice[aria-pressed="true"] {
  padding-right: 9px;
  padding-left: 9px;
  color: var(--lrs-pearl);
  background: rgba(255, 255, 255, 0.045);
}

/*
 * Strict fidelity — 07 comparison.
 */
.lrs-home-comparison {
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(560px, 1.25fr);
  gap: clamp(64px, 9vw, 150px);
  padding: clamp(105px, 11vw, 180px) var(--lrs-page-x) 0;
}

.lrs-home-comparison > * {
  width: auto;
  max-width: none !important;
  margin-right: 0;
  margin-left: 0;
}

.lrs-comparison-intro {
  align-self: center;
  padding-bottom: clamp(80px, 9vw, 140px);
}

.lrs-comparison-intro .lrs-eyebrow {
  margin: 32px 0 24px;
  color: var(--lrs-silver);
}

.lrs-comparison-intro h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(48px, 5.6vw, 82px);
  font-weight: 410;
  line-height: 0.96;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.lrs-comparison-intro h2 em {
  color: var(--lrs-silver);
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: -0.025em;
}

.lrs-comparison-intro .lrs-section-lead {
  max-width: 650px;
  margin: 32px 0 0;
  color: rgba(242, 238, 231, 0.64);
  font-size: 17px;
  line-height: 1.75;
}

.lrs-comparison-intro .lrs-line-link {
  width: auto !important;
  display: inline-flex;
  align-items: center;
  min-height: 0;
  margin: 32px 0 0;
  padding: 0;
  border: 0;
  font-size: 13px;
  line-height: 18.2px;
}

.lrs-comparison-intro .lrs-line-link a {
  display: inline-flex;
  padding: 0 0 4px !important;
  border-bottom: 1px solid currentColor;
  color: inherit;
  font-weight: 500;
  letter-spacing: 0.055em;
  text-decoration: none;
  text-transform: none;
}

.lrs-comparison-panels {
  align-self: center;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.lrs-home-comparison .lrs-comparison-card {
  min-height: 520px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  padding: clamp(34px, 4vw, 64px);
  color: #17181b;
  background: var(--lrs-pearl);
}

.lrs-home-comparison .lrs-comparison-card + .lrs-comparison-card {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.lrs-home-comparison .lrs-comparison-card.is-private {
  color: var(--lrs-pearl);
  background:
    linear-gradient(rgba(7, 8, 10, 0.78), rgba(7, 8, 10, 0.9)),
    url("../images/home/salon-vue-spa-etoile-la-duchesse-1976.webp") center / cover;
}

.lrs-home-comparison .lrs-comparison-card .lrs-card-kicker {
  margin: 0 !important;
  color: var(--lrs-steel);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lrs-home-comparison .lrs-comparison-card h3 {
  min-height: 128px;
  margin: 25px 0 38px;
  font-size: clamp(29px, 3vw, 45px);
  font-weight: 430;
  line-height: 1.02;
  letter-spacing: normal;
}

.lrs-home-comparison .lrs-comparison-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lrs-home-comparison .lrs-comparison-card li {
  padding: 15px 0;
  border-top: 1px solid currentColor;
  opacity: 0.68;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.lrs-home-comparison .lrs-comparison-quote {
  grid-column: 1 / -1;
  width: auto;
  margin: 0 calc(var(--lrs-page-x) * -1) !important;
  padding: clamp(90px, 11vw, 170px) var(--lrs-page-x);
  border: 0;
  border-top: 1px solid var(--lrs-border);
  color: var(--lrs-pearl);
  background: #0b0c0f;
  font-size: clamp(42px, 6vw, 96px);
  font-style: italic;
  font-weight: 350;
  line-height: 1;
  text-align: center;
}

.lrs-home-comparison .lrs-comparison-quote p {
  margin: 0;
}

/*
 * Strict fidelity — 08 direct booking layout. The local fallback remains real:
 * no availability is invented when MotoPress is absent.
 */
.lrs-booking-section {
  padding: clamp(85px, 9vw, 140px) var(--lrs-page-x);
}

.lrs-booking-layout {
  width: 100%;
  max-width: none !important;
  display: grid !important;
  grid-template-columns: minmax(400px, 0.85fr) minmax(520px, 1.15fr);
  align-items: stretch !important;
  gap: clamp(70px, 10vw, 180px);
  margin: 0;
}

.lrs-booking-layout > .wp-block-column {
  width: auto;
  max-width: none;
}

.lrs-booking-layout > .wp-block-column:first-child {
  align-self: center;
}

.lrs-booking-section h2 {
  margin: 0;
  font-size: clamp(48px, 5.6vw, 82px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.025em;
}

.lrs-booking-section .lrs-eyebrow {
  margin-bottom: 27px;
}

.lrs-booking-layout > .wp-block-column:first-child > p:not(.lrs-eyebrow) {
  max-width: 570px;
  margin-top: 28px;
  color: #62646b;
  font-size: 16px;
  line-height: 1.7;
}

.lrs-booking-layout .lrs-booking-care {
  max-width: 570px;
  margin-top: 26px;
  padding: 18px 0 0 20px;
  border-top: 1px solid rgba(14, 16, 20, 0.16);
  border-left: 2px solid var(--lrs-silver);
}

.lrs-booking-layout .lrs-booking-care p {
  margin: 0;
  color: #62646b;
  font-size: 12px;
  line-height: 1.65;
  letter-spacing: 0.035em;
}

.lrs-booking-layout .lrs-booking-care strong {
  color: #0e1014;
  font-family: var(--wp--preset--font-family--cormorant);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.lrs-from-price {
  width: fit-content;
  display: grid;
  margin-top: 44px;
  padding-top: 25px;
  border-top: 1px solid rgba(14, 16, 20, 0.16);
}

.lrs-from-price span,
.lrs-from-price small {
  color: #7a7c82;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lrs-from-price strong {
  margin: 5px 0;
  font-size: 46px;
  font-weight: 450;
  line-height: 1;
  letter-spacing: -0.055em;
}

.lrs-booking-engine {
  height: clamp(679px, 47.15vw, 689px);
  padding: clamp(34px, 4.5vw, 70px);
}

@media (max-width: 1040px) and (min-width: 821px) {
  .lrs-home-comparison {
    grid-template-columns: 1fr;
  }

  .lrs-comparison-intro {
    padding-bottom: 0;
  }
}

@media (max-width: 0px) {
  .lrs-home .lrs-spa-atmosphere {
    min-height: 0 !important;
    content-visibility: hidden;
    contain-intrinsic-block-size: 680px;
    padding: 0;
  }

  .lrs-home-comparison {
    display: block;
    overflow: visible;
    padding: 0;
    border: 0;
    color: var(--lrs-pearl);
    background: var(--lrs-night);
    font-size: 16px;
    line-height: 1.7;
  }

  .lrs-home-comparison > * {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .lrs-comparison-intro h2,
  .lrs-home-comparison .lrs-comparison-card h3 {
    min-height: 0;
    margin: 0;
    color: #c9c5c6;
    font-size: 24px;
    font-weight: 400;
    line-height: 0.96;
    letter-spacing: -0.025em;
    text-shadow: 0 0 24px rgba(201, 197, 198, 0.08);
    text-wrap: wrap;
  }

  .lrs-comparison-intro .lrs-eyebrow,
  .lrs-comparison-intro .lrs-section-lead,
  .lrs-comparison-intro .lrs-line-link {
    max-width: 56ch;
    margin: 0;
    color: inherit;
    font: inherit;
  }

  .lrs-comparison-intro .lrs-eyebrow {
    font-size: 11px;
    line-height: 1.35;
    letter-spacing: 0.19em;
    text-transform: uppercase;
  }

  .lrs-comparison-intro .lrs-section-lead {
    letter-spacing: 0.08px;
  }

  .lrs-comparison-intro .lrs-line-link {
    width: auto !important;
    display: inline-flex;
    padding: 0;
    border: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.055em;
  }

  .lrs-comparison-intro .lrs-line-link a {
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    white-space: nowrap;
  }

  .lrs-comparison-panels {
    display: block !important;
    border: 0;
  }

  .lrs-home-comparison .lrs-comparison-card,
  .lrs-home-comparison .lrs-comparison-card.is-private {
    min-height: 0;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
  }

  .lrs-home-comparison .lrs-comparison-card .lrs-card-kicker,
  .lrs-home-comparison .lrs-comparison-card h3,
  .lrs-home-comparison .lrs-comparison-card li {
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    color: inherit;
    font: inherit;
    letter-spacing: normal;
    opacity: 1;
    text-transform: none;
  }

  .lrs-home-comparison .lrs-comparison-card .lrs-card-kicker {
    display: inline;
    font-size: 0.83333em;
    line-height: 1.7;
  }

  .lrs-home-comparison .lrs-comparison-card h3,
  .lrs-home-comparison .lrs-comparison-card ul,
  .lrs-home-comparison .lrs-comparison-card li {
    display: inline;
    font-size: inherit;
    line-height: inherit;
  }

  .lrs-home-comparison .lrs-comparison-quote {
    width: calc(100% - 80px);
    margin: 16px 40px 0 !important;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    font-family: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 390;
    line-height: 1.7;
    text-align: start;
  }

  .lrs-booking-section {
    min-height: 0;
    content-visibility: hidden;
    contain-intrinsic-block-size: 1390px;
    margin-top: 16px;
    padding: 0;
  }
}

@media (min-width: 821px) {
  .lrs-home .lrs-paris-section {
    min-height: 790px !important;
  }

  .lrs-home .lrs-paris-section .lrs-journey {
    margin: 0 !important;
  }

  .lrs-home .lrs-paris-copy h2,
  .lrs-home .lrs-access-section h2,
  .lrs-home .lrs-reviews-copy h2 {
    margin: 0 !important;
    font-size: clamp(42px, 4.6vw, 76px);
    line-height: 0.99;
    letter-spacing: -0.05em;
  }

  .lrs-home .lrs-paris-copy h2 {
    font-size: clamp(48px, 5.7vw, 88px);
    line-height: 0.94;
    letter-spacing: -0.055em;
  }

  .lrs-home .lrs-paris-copy .lrs-line-link,
  .lrs-home .lrs-access-section .lrs-line-link,
  .lrs-home .lrs-reviews-copy .lrs-line-link {
    min-height: 0;
    padding: 0;
    border: 0;
    font-size: 13px;
    line-height: 18.2px;
  }

  .lrs-home .lrs-paris-copy .lrs-line-link a,
  .lrs-home .lrs-access-section .lrs-line-link a,
  .lrs-home .lrs-reviews-copy .lrs-line-link a {
    padding: 0 0 4px !important;
    border-bottom: 1px solid currentColor;
    color: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    letter-spacing: 0.055em;
    text-transform: none;
  }

  .lrs-home .lrs-access-section,
  .lrs-home .lrs-access-section > .wp-block-columns,
  .lrs-home .lrs-access-section .wp-block-column:first-child,
  .lrs-home .lrs-access-section .wp-block-column:first-child figure {
    min-height: clamp(720px, 50vw, 820px) !important;
  }

  .lrs-home .lrs-access-section > .wp-block-columns {
    grid-template-columns: minmax(0, 48%) minmax(460px, 52%);
    gap: 0;
  }

  .lrs-home .lrs-occasion-section {
    grid-template-columns: minmax(210px, 0.28fr) minmax(0, 1fr);
    gap: clamp(30px, 4vw, 70px);
  }

  .lrs-home .lrs-occasion-section > .lrs-occasion-heading {
    align-self: center;
    height: auto;
  }

  .lrs-home .lrs-occasion-section > .lrs-occasion-grid {
    width: auto !important;
    max-width: none !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
  }

  .lrs-home .lrs-occasion-grid > .wp-block-column {
    height: 128px;
    min-height: 128px;
    padding: clamp(28px, 2.4vw, 42px) !important;
  }

  .lrs-home .lrs-occasion-grid h3 {
    margin: 0;
    font-size: clamp(21px, 1.8vw, 28px);
    line-height: 1;
  }

  .lrs-home .lrs-reviews-section,
  .lrs-home .lrs-reviews-section > .wp-block-columns,
  .lrs-home .lrs-review-visual {
    min-height: clamp(611px, 42vw, 720px) !important;
  }

  .lrs-home .lrs-reviews-section > .wp-block-columns {
    grid-template-columns: minmax(380px, 44%) minmax(560px, 56%);
    gap: 0;
  }

  .lrs-home .lrs-reviews-copy {
    padding: clamp(80px, 6.5vw, 135px);
  }

  .lrs-home .lrs-review-visual .lrs-score-card h3 {
    margin: 8px 0 7px;
    font-size: clamp(72px, 8vw, 120px);
    line-height: 0.78;
    letter-spacing: -0.055em;
  }
}

@media (min-width: 821px) {
  .lrs-home .lrs-occasion-section > .lrs-occasion-grid {
    width: 100% !important;
    grid-auto-rows: 128px;
  }

  .lrs-home .lrs-occasion-heading h2 {
    max-width: 250px;
    margin: 0 !important;
    font-size: clamp(24px, 2.1vw, 34px);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: 0;
  }

  .lrs-home .lrs-options-heading h2 {
    margin: 0 !important;
    font-size: clamp(42px, 5.6vw, 82px);
    line-height: 0.96;
    letter-spacing: -0.025em;
  }

  .lrs-home .lrs-access-section h2,
  .lrs-home .lrs-reviews-copy h2 {
    font-size: clamp(48px, 5.6vw, 82px);
    line-height: 0.96;
    letter-spacing: -0.025em;
  }

  .lrs-home .lrs-occasion-heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }

  .lrs-home .lrs-occasion-heading .lrs-eyebrow {
    margin: 0;
  }

  .lrs-home .lrs-occasion-heading > p:last-child {
    max-width: 240px;
  }

  .lrs-home .lrs-occasion-grid > .wp-block-column {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .lrs-home .lrs-occasion-grid > .wp-block-column::after {
    grid-column: 3;
    grid-row: 1 / 3;
    align-self: center;
    color: var(--lrs-silver);
    font-size: 17px;
    content: "↗";
  }

  .lrs-home .lrs-occasion-grid > .wp-block-column:last-child::after {
    content: "↓";
  }

  .lrs-home .lrs-reviews-copy .lrs-eyebrow {
    font-size: 11px;
    line-height: 1.35;
  }

  .lrs-home .lrs-reviews-copy .lrs-line-link {
    margin-top: 0;
  }

  .lrs-home .lrs-score-card .lrs-score-stars {
    line-height: 1.7;
  }

  .lrs-home .lrs-review-visual .lrs-score-card h3 {
    line-height: 0.84;
  }

  .lrs-home .lrs-score-card > p:last-child {
    line-height: 1.7;
  }
}

@media (min-width: 821px) {
  .lrs-home .lrs-home-options {
    padding-top: clamp(110px, 9vw, 140px);
    padding-bottom: clamp(110px, 9vw, 140px);
  }

  .lrs-home .lrs-access-section,
  .lrs-home .lrs-access-section > .wp-block-columns,
  .lrs-home .lrs-access-section .wp-block-column:first-child,
  .lrs-home .lrs-access-section .wp-block-column:first-child figure {
    min-height: 720px !important;
  }

  .lrs-home .lrs-reviews-section,
  .lrs-home .lrs-reviews-section > .wp-block-columns,
  .lrs-home .lrs-review-visual {
    min-height: 611px !important;
  }
}

@media (max-width: 0px) {
  .lrs-home .lrs-paris-section {
    min-height: 0 !important;
    display: block;
    overflow: visible;
    padding: 0;
    border: 0;
    color: var(--lrs-pearl);
    background: var(--lrs-night);
    font-size: 16px;
    line-height: 1.7;
  }

  .lrs-home .lrs-paris-section > *,
  .lrs-home .lrs-paris-section .lrs-paris-copy > * {
    width: 100%;
    max-width: none !important;
    margin: 0;
    padding: 0;
  }

  .lrs-home .lrs-paris-section .lrs-journey {
    min-height: 0;
    block-size: 81.6px;
    display: block;
    margin: 0;
    border: 0;
    color: inherit;
    background: transparent;
    font: inherit;
    text-align: start;
  }

  .lrs-home .lrs-paris-section .lrs-journey > p {
    display: inline;
    margin: 0;
    color: inherit;
    font: inherit;
    letter-spacing: normal;
    text-align: start;
  }

  .lrs-home .lrs-paris-section .lrs-journey hr {
    width: 0;
    height: 0;
    display: inline;
    margin: 0;
    border: 0;
  }

  .lrs-home .lrs-paris-section .lrs-journey small {
    display: inline;
    margin: 0;
    color: inherit;
    font: inherit;
    letter-spacing: normal;
    text-transform: none;
  }

  .lrs-home .lrs-paris-section .lrs-journey strong {
    color: inherit;
    font: inherit;
    letter-spacing: normal;
  }

  .lrs-home .lrs-paris-section .lrs-journey > p:nth-of-type(2) br {
    display: none;
  }

  .lrs-home .lrs-paris-copy {
    color: inherit;
    font: inherit;
  }

  .lrs-home .lrs-paris-copy .lrs-eyebrow {
    height: auto;
    color: inherit;
    font-size: 11px;
    line-height: 1.35;
    letter-spacing: 0.19em;
  }

  .lrs-home .lrs-paris-copy h2 {
    color: #c9c5c6;
    font-size: 24px;
    font-weight: 400;
    line-height: 0.96;
    letter-spacing: -0.025em;
    text-wrap: wrap;
  }

  .lrs-home .lrs-paris-copy .lrs-section-lead {
    width: auto;
    max-width: 56ch !important;
    color: inherit;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.08px;
  }

  .lrs-home .lrs-paris-copy .lrs-line-link {
    width: auto !important;
    display: inline-flex;
    border: 0;
    color: inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.055em;
  }

  .lrs-home .lrs-paris-copy .lrs-line-link a {
    padding: 0 0 4px !important;
    border-bottom: 1px solid currentColor;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    text-transform: none;
    white-space: nowrap;
  }

  .lrs-home .lrs-occasion-section {
    min-height: 0;
    display: block;
    overflow: visible;
    margin: 0;
    padding: 0;
    border: 0;
    color: var(--lrs-pearl);
    background: var(--lrs-night);
    font-size: 16px;
    line-height: 1.7;
  }

  .lrs-home .lrs-occasion-section > * {
    width: 100% !important;
    max-width: none !important;
    margin: 0;
    padding: 0;
  }

  .lrs-home .lrs-occasion-heading {
    display: block;
    color: inherit;
    font: inherit;
  }

  .lrs-home .lrs-occasion-heading .lrs-eyebrow,
  .lrs-home .lrs-occasion-heading h2 {
    display: inline;
    max-width: none;
    margin: 0 !important;
    color: inherit;
    font: inherit;
    letter-spacing: normal;
    text-transform: none;
  }

  .lrs-home .lrs-occasion-heading > p:last-child {
    max-width: none;
    display: block;
    margin: 0;
    color: inherit;
    font: inherit;
  }

  .lrs-home .lrs-occasion-section .lrs-occasion-grid {
    display: block !important;
    margin: 0;
    border: 0;
    background: transparent;
  }

  .lrs-home .lrs-occasion-grid > .wp-block-column {
    min-height: 0;
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    font: inherit;
  }

  .lrs-home .lrs-occasion-grid > .wp-block-column::before,
  .lrs-home .lrs-occasion-grid > .wp-block-column::after {
    display: none;
  }

  .lrs-home .lrs-occasion-grid h3,
  .lrs-home .lrs-occasion-grid p,
  .lrs-home .lrs-occasion-grid a {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    color: inherit;
    font: inherit;
    letter-spacing: normal;
    text-transform: none;
  }
}

@media (min-width: 521px) and (max-width: 820px) {
  .lrs-home .lrs-paris-section .lrs-journey > p:nth-of-type(3) br {
    display: none;
  }

  .lrs-home .lrs-occasion-heading {
    block-size: 81.6px;
  }
}

@media (min-width: 821px) {
  .lrs-home .lrs-reviews-copy {
    padding: clamp(80px, 6.5vw, 105px);
  }
}

/*
 * Strict fidelity — 14 to 17.
 */
@media (min-width: 821px) {
  .lrs-home .lrs-gift-section {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: clamp(40px, 7vw, 120px);
    padding: clamp(60px, 6.5vw, 105px) var(--lrs-page-x);
    border-top: 1px solid var(--lrs-border);
    border-bottom: 1px solid var(--lrs-border);
    color: var(--lrs-pearl);
    background: #17191e;
    text-align: start;
  }

  .lrs-gift-section > * {
    width: auto;
    max-width: none !important;
    margin: 0;
  }

  .lrs-gift-mark {
    width: 116px !important;
    aspect-ratio: 1;
    display: grid;
    place-content: center;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 50%;
    text-align: center;
  }

  .lrs-gift-mark p {
    margin: 0;
    color: var(--lrs-silver);
    font-size: 9px;
    line-height: 1.4;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .lrs-gift-mark strong {
    display: block;
    margin-top: 3px;
    color: var(--lrs-pearl);
    font-family: var(--wp--preset--font-family--jost);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
    text-transform: none;
  }

  .lrs-gift-copy .lrs-eyebrow {
    margin: 0 0 12px;
    color: var(--lrs-silver);
    font-size: 11px;
    line-height: 1.35;
  }

  .lrs-gift-copy h2 {
    margin: 0;
    font-size: clamp(32px, 3.6vw, 56px);
    font-weight: 430;
    line-height: 1;
    letter-spacing: -0.045em;
  }

  .lrs-gift-copy .lrs-section-lead {
    max-width: 680px;
    margin: 18px 0 0;
    color: rgba(242, 238, 231, 0.58);
    font-size: 14px;
    line-height: 1.65;
  }

  .lrs-gift-section > .wp-block-buttons {
    justify-content: start;
  }

  .lrs-home .lrs-faq-section {
    display: grid;
    grid-template-columns: minmax(360px, 0.8fr) minmax(570px, 1.2fr);
    align-items: start;
    gap: clamp(70px, 11vw, 190px);
    padding: clamp(110px, 9vw, 190px) var(--lrs-page-x);
    background: var(--lrs-graphite);
  }

  .lrs-faq-section > * {
    width: auto;
    max-width: none !important;
    margin: 0;
  }

  .lrs-faq-heading {
    align-self: start;
    position: sticky;
    top: 120px;
  }

  .lrs-faq-heading .lrs-eyebrow {
    margin: 0 0 27px;
    color: var(--lrs-silver);
    font-size: 11px;
    line-height: 1.35;
  }

  .lrs-faq-heading h2 {
    max-width: 590px;
    margin: 0;
    font-size: clamp(43px, 4.6vw, 72px);
    font-weight: 430;
    line-height: 0.98;
    letter-spacing: -0.05em;
  }

  .lrs-faq-heading .lrs-section-lead {
    max-width: 520px;
    margin: 29px 0 0;
    color: rgba(242, 238, 231, 0.55);
    font-size: 16px;
    line-height: 1.7;
  }

  .lrs-faq-list {
    border-top: 1px solid var(--lrs-border);
  }

  .lrs-home .lrs-faq-list > details {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid var(--lrs-border);
  }

  .lrs-home .lrs-faq-list summary {
    position: relative;
    padding: 27px 54px 27px 0;
    list-style: none;
    font-family: var(--wp--preset--font-family--jost);
    font-size: clamp(17px, 1.45vw, 22px);
    font-weight: 440;
    line-height: 1.3;
  }

  .lrs-home .lrs-faq-list summary::before,
  .lrs-home .lrs-faq-list summary::after {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 18px;
    height: 1px;
    background: var(--lrs-silver);
    content: "";
  }

  .lrs-home .lrs-faq-list summary::after {
    transform: rotate(90deg);
  }

  .lrs-home .lrs-faq-list details[open] summary::after {
    transform: rotate(0);
  }

  .lrs-home .lrs-faq-list details p {
    max-width: 700px;
    margin: 0;
    padding: 0 48px 28px 0;
    color: rgba(242, 238, 231, 0.55);
    font-size: 14px;
    line-height: 1.72;
  }

  .lrs-home .lrs-final-cta {
    min-height: 680px !important;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 0;
    text-align: center;
  }

  .lrs-final-cta > .wp-block-cover__image-background {
    object-position: 57% 50%;
    filter: brightness(0.52) saturate(0.72) contrast(1.06);
  }

  .lrs-final-cta > .wp-block-cover__background {
    background:
      radial-gradient(circle at 50% 46%, transparent, rgba(7, 8, 10, 0.46) 72%),
      linear-gradient(0deg, rgba(7, 8, 10, 0.55), transparent 50%);
    opacity: 1;
  }

  .lrs-final-cta .wp-block-cover__inner-container {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 90px 24px;
  }

.lrs-final-cta .lrs-eyebrow {
    margin: 0 0 25px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    line-height: 1.35;
  }

  .lrs-final-cta h2 {
    margin: 0;
    font-size: clamp(62px, 8vw, 124px);
    font-weight: 420;
    line-height: 0.86;
    letter-spacing: -0.065em;
  }

  .lrs-final-cta .lrs-section-lead {
    max-width: 650px;
    margin: 29px auto 0;
    color: rgba(242, 238, 231, 0.58);
    font-size: 14px;
    line-height: 1.65;
  }

  .lrs-final-cta .wp-block-buttons {
    justify-content: center;
    gap: 32px;
    margin: 48px 0 0;
  }

  .lrs-final-cta .lrs-final-contact {
    margin: 28px 0 0 !important;
  }
}

.lrs-site-footer {
  width: 100%;
  max-width: none !important;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  padding: 74px var(--lrs-page-x, clamp(22px, 5.4vw, 104px)) 35px;
  color: var(--lrs-pearl);
  background: #050608;
}

.lrs-site-footer > .wp-block-columns {
  width: 100%;
  max-width: none !important;
  display: grid !important;
  grid-template-columns: 1.1fr 1fr 1fr;
  align-items: start !important;
  gap: 45px;
  margin: 0;
}

.lrs-site-footer .wp-block-column {
  width: auto;
  margin: 0;
}

.lrs-site-footer .wp-block-column:first-child {
  display: grid;
  justify-items: start;
  gap: 10px;
}

.lrs-site-footer .custom-logo {
  width: 190px;
  height: auto;
  object-fit: contain;
}

.lrs-site-footer .wp-block-column:first-child > p,
.lrs-site-footer > p {
  margin: 0;
  color: var(--lrs-steel);
  font-size: 9px;
  line-height: 1.65;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lrs-site-footer nav,
.lrs-site-footer .wp-block-column:last-child {
  display: grid;
  align-content: start;
  gap: 9px;
}

.lrs-site-footer nav a,
.lrs-site-footer .wp-block-column:last-child a {
  width: fit-content;
  padding: 0;
  color: rgba(242, 238, 231, 0.62);
  font-size: 12px;
  line-height: 1.65;
}

.lrs-site-footer > .lrs-footer-seo {
  width: 100%;
  max-width: none !important;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin: 28px 0 0;
  padding-top: 28px;
  border-top: 1px solid var(--lrs-border);
}

.lrs-site-footer > .lrs-footer-seo a {
  color: var(--lrs-steel);
  font-size: 10px;
}

.lrs-site-footer > p {
  margin-top: 18px;
}

@media (max-width: 0px) {
  .lrs-home .lrs-gift-section {
    min-height: 0;
    content-visibility: hidden;
    contain-intrinsic-block-size: 493px;
    padding: 0;
  }

  .lrs-home .lrs-faq-section {
    min-height: 0;
    content-visibility: hidden;
    contain-intrinsic-block-size: 1288px;
    padding: 0;
  }

  .lrs-home .lrs-final-cta {
    min-height: 0 !important;
    content-visibility: hidden;
    contain-intrinsic-block-size: 565px;
    padding: 0;
  }
}

@media (min-width: 821px) {
  .lrs-home .lrs-gift-section {
    gap: 7vw;
  }

  .lrs-home .lrs-gift-copy h2,
  .lrs-home .lrs-faq-heading h2 {
    margin: 0;
    font-size: clamp(48px, 5.6vw, 82px);
    line-height: 0.96;
    letter-spacing: -0.025em;
  }

  .lrs-home .lrs-gift-copy .lrs-section-lead {
    max-width: 56ch;
  }

  .lrs-home .lrs-gift-section > .wp-block-buttons {
    width: auto;
  }

  .lrs-home .lrs-gift-section .wp-block-button__link {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    gap: 26px;
    padding: 16px 24px;
    font-size: 13px;
    line-height: 1;
  }

  .lrs-home .lrs-faq-list summary {
    font-size: 25px;
    line-height: 1.15;
  }

  .lrs-home .lrs-faq-list details p {
    max-width: 56ch;
  }
}

.lrs-site-footer {
  row-gap: 45px;
}

.lrs-site-footer nav a,
.lrs-site-footer .wp-block-column:last-child a {
  line-height: 1.7;
}

.lrs-site-footer > .lrs-footer-seo {
  margin: 0;
}

.lrs-site-footer > p {
  margin: 0;
  font-size: 9px;
  line-height: 1.7;
}
/* strict-mobile-footer-eof */
@media (max-width: 0px) {
  .lrs-site-footer,
  .lrs-site-footer > .wp-block-columns,
  .lrs-site-footer .wp-block-column {
    width: 100%;
    max-width: none !important;
    display: block !important;
    margin: 0;
    padding: 0;
    color: var(--lrs-pearl);
    background: var(--lrs-night);
    font-size: 16px;
    line-height: 1.7;
  }

  .lrs-site-footer .wp-block-site-logo,
  .lrs-site-footer .custom-logo-link,
  .lrs-site-footer .custom-logo {
    width: 100%;
    height: 200px;
    display: block;
    margin: 0;
    object-fit: contain;
  }

  .lrs-site-footer .wp-block-column:first-child > p,
  .lrs-site-footer > p {
    width: 100%;
    display: block;
    margin: 0;
    color: inherit;
    font: inherit;
    letter-spacing: normal;
    text-transform: none;
  }

  .lrs-site-footer nav,
  .lrs-site-footer nav ul,
  .lrs-site-footer nav li,
  .lrs-site-footer nav a,
  .lrs-site-footer .wp-block-column:last-child,
  .lrs-site-footer .wp-block-column:last-child > *,
  .lrs-site-footer .wp-block-column:last-child a {
    width: auto;
    display: inline;
    margin: 0;
    padding: 0;
    color: inherit;
    font: inherit;
    letter-spacing: normal;
  }

  .lrs-site-footer > .lrs-footer-seo {
    width: 100%;
    max-width: none !important;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .lrs-site-footer > .lrs-footer-seo a {
    color: inherit;
    font: inherit;
  }
}
/* strict-footer-flow-eof */
@media (max-width: 0px) {
  .lrs-site-footer .wp-block-navigation__container,
  .lrs-site-footer .wp-block-navigation-item,
  .lrs-site-footer .wp-block-navigation-item__content {
    width: auto !important;
    display: inline !important;
  }

  .lrs-site-footer > p {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }
}

/* strict-faq-desktop-cap-eof */
@media (min-width: 821px) {
  .lrs-home .lrs-faq-section {
    padding-top: clamp(110px, 9vw, 140px);
    padding-bottom: clamp(110px, 9vw, 140px);
  }
}

/* strict-reduced-motion-eof */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .lrs-home *,
  .lrs-home *::before,
  .lrs-home *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .lrs-home .lrs-star-field__star {
    animation: none !important;
    opacity: 0.45;
  }

  .lrs-home .lrs-star-field__shoot {
    display: none;
  }
}

/*
 * Correctifs de recette — média chromothérapie et rail Paris–Vernon.
 * Ces règles restent en fin de cascade pour neutraliser les styles génériques
 * de core/cover et core/separator sans modifier la structure éditable.
 */
.lrs-home .lrs-spa-atmosphere > .wp-block-cover__image-background {
  position: absolute !important;
  z-index: 0 !important;
  inset: 0 !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  object-fit: cover !important;
}

.lrs-home .lrs-spa-atmosphere > .wp-block-cover__background {
  z-index: 1 !important;
  background-color: transparent !important;
}

.lrs-home .lrs-spa-atmosphere > .wp-block-cover__inner-container {
  z-index: 2 !important;
}

.lrs-home .lrs-spa-atmosphere > .lrs-star-field {
  z-index: 2 !important;
}

@media (min-width: 821px) {
  .lrs-home .lrs-paris-section .lrs-journey > p:first-of-type {
    grid-column: 1;
    grid-row: 1;
  }

  .lrs-home .lrs-paris-section .lrs-journey > .wp-block-separator:first-of-type {
    grid-column: 2;
    grid-row: 1;
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
    justify-self: stretch;
  }

  .lrs-home .lrs-paris-section .lrs-journey > p:nth-of-type(3) {
    grid-column: 3;
    grid-row: 1;
  }
}

/*
 * Passe de finition stricte — contrôles du spa, durée du trajet et CTA final.
 */
.lrs-home .lrs-spa-atmosphere .lrs-colour-choice {
  position: relative;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  gap: 15px;
  overflow: visible;
  border-radius: 0;
  transition:
    color 260ms ease,
    padding 260ms ease,
    background-color 260ms ease;
}

.lrs-home .lrs-spa-atmosphere {
  --lrs-spa-rgb: 47, 83, 255;
}

.lrs-home .lrs-spa-atmosphere[data-lrs-colour="violet"] {
  --lrs-spa-rgb: 154, 55, 255;
}

.lrs-home .lrs-spa-atmosphere[data-lrs-colour="red"] {
  --lrs-spa-rgb: 229, 35, 60;
}

.lrs-home .lrs-spa-atmosphere[data-lrs-colour="blue"] > .wp-block-cover__image-background {
  filter: hue-rotate(92deg) saturate(1.08) brightness(0.72) contrast(1.12);
  transform: scale(1.015);
}

.lrs-home .lrs-spa-atmosphere > .wp-block-cover__background {
  background:
    radial-gradient(circle at 72% 72%, rgba(var(--lrs-spa-rgb), 0.3), transparent 38%),
    linear-gradient(90deg, rgba(4, 5, 8, 0.93) 0%, rgba(4, 5, 8, 0.67) 36%, rgba(4, 5, 8, 0.08) 72%),
    linear-gradient(0deg, rgba(4, 5, 8, 0.88) 0%, transparent 48%),
    linear-gradient(180deg, rgba(4, 5, 8, 0.35), transparent 28%);
}

.lrs-home .lrs-spa-atmosphere .lrs-colour-choice::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: var(--lrs-pearl);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 360ms ease;
}

.lrs-home .lrs-spa-atmosphere .lrs-colour-choice:hover,
.lrs-home .lrs-spa-atmosphere .lrs-colour-choice:focus-visible,
.lrs-home .lrs-spa-atmosphere .lrs-colour-choice[aria-pressed="true"] {
  padding-right: 9px;
  padding-left: 9px;
  color: var(--lrs-pearl);
  background: rgba(255, 255, 255, 0.045);
  transform: none;
}

.lrs-home .lrs-spa-atmosphere .lrs-colour-choice[aria-pressed="true"]::after {
  transform: scaleX(1);
}

.lrs-home .lrs-spa-atmosphere .lrs-colour-choice > i {
  width: 9px;
  height: 9px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  background: #3154ff;
  box-shadow: 0 0 15px rgba(49, 84, 255, 0.72);
}

.lrs-home .lrs-spa-atmosphere .lrs-colour-choice[data-spa-colour-choice="violet"] > i {
  background: #9a37ff;
  box-shadow: 0 0 15px rgba(154, 55, 255, 0.72);
}

.lrs-home .lrs-spa-atmosphere .lrs-colour-choice[data-spa-colour-choice="red"] > i {
  background: #e5233c;
  box-shadow: 0 0 15px rgba(229, 35, 60, 0.72);
}

.lrs-home .lrs-spa-atmosphere .lrs-colour-choice > span {
  font-family: var(--wp--preset--font-family--jost);
  font-size: 16px;
  font-weight: 450;
  line-height: 1;
  letter-spacing: 0.025em;
}

.lrs-home .lrs-spa-atmosphere .lrs-colour-choice > small {
  color: rgba(242, 238, 231, 0.45);
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.12em;
}

@media (min-width: 821px) {
  .lrs-home .lrs-paris-section .lrs-journey > p:nth-of-type(2) {
    width: auto;
    min-width: 206px;
    overflow: visible;
  }

  .lrs-home .lrs-paris-section .lrs-journey > p:nth-of-type(2) > strong {
    display: block;
    color: inherit;
    font: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    white-space: nowrap;
  }

  .lrs-home .lrs-paris-section .lrs-journey > p:nth-of-type(2) > br {
    display: none;
  }

  .lrs-home .lrs-paris-section .lrs-journey > p:nth-of-type(2) > small {
    line-height: 0.72;
  }

  .lrs-home .lrs-final-cta > .wp-block-cover__image-background {
    position: absolute !important;
    z-index: 0 !important;
    inset: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    object-fit: cover !important;
  }

  .lrs-home .lrs-final-cta > .wp-block-cover__background {
    z-index: 1 !important;
    background-color: transparent !important;
  }

  .lrs-home .lrs-final-cta > .wp-block-cover__inner-container {
    position: relative;
    z-index: 2 !important;
    box-sizing: border-box;
    width: 916.921875px !important;
    max-width: 916.921875px !important;
  }

  .lrs-home .lrs-final-cta .lrs-final-actions {
    width: 100%;
    max-width: none !important;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 48px 0 0 !important;
  }

  .lrs-home .lrs-final-cta .lrs-final-actions .wp-block-button__link {
    justify-content: center;
    gap: 26px;
    letter-spacing: 0.045em;
    white-space: nowrap;
  }

  .lrs-home .lrs-final-cta .lrs-final-actions .wp-block-button:first-child .wp-block-button__link {
    width: 205.640625px;
    border-color: var(--lrs-pearl);
    color: var(--lrs-night);
    background: var(--lrs-pearl);
  }

  .lrs-home .lrs-final-cta .lrs-final-actions .wp-block-button:nth-child(2) .wp-block-button__link {
    width: 187.875px;
  }

  .lrs-home .lrs-final-cta .lrs-final-contact,
  .lrs-home .lrs-final-cta .lrs-final-share {
    flex: 0 0 auto;
    align-items: center;
    margin: 0 !important;
    white-space: nowrap;
  }

  .lrs-home .lrs-final-cta .lrs-final-contact {
    width: auto;
    display: inline-flex;
    padding: 0 0 4px;
    border-bottom: 1px solid currentColor;
    font-size: 13px;
    line-height: 18.2px;
    letter-spacing: 0.055em;
  }

  .lrs-home .lrs-final-cta .lrs-final-contact a {
    padding: 0;
    border: 0;
  }

  .lrs-home .lrs-final-cta .lrs-final-share {
    width: auto;
    display: inline-flex;
    font-size: 16px;
    line-height: 27.2px;
    letter-spacing: 0.055em;
  }

  .lrs-home .lrs-final-cta .lrs-final-share a {
    min-height: 0;
    padding: 0;
  }
}

@media (min-width: 821px) and (max-width: 1000px) {
  .lrs-home .lrs-final-cta > .wp-block-cover__inner-container {
    width: calc(100vw - 48px) !important;
    max-width: calc(100vw - 48px) !important;
  }
}

/* Mobile booking: same compact, dark field rhythm as the La Duchesse date form. */
@media (max-width: 820px), (max-width: 960px) and (max-height: 600px) {
  .lrs-booking-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .lrs-booking-layout {
    gap: 44px;
  }

  .lrs-booking-engine {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 0 !important;
    margin: 0;
    padding: 1px;
    border-color: rgba(242, 238, 231, 0.22);
    color: var(--lrs-pearl);
    background: rgba(9, 10, 12, 0.98);
  }

  .lrs-booking-section .lrs-booking-shell,
  .lrs-booking-section .mphb-booking-form--direct-booking {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
  }

  .lrs-booking-section .mphb-booking-form--direct-booking {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1px;
    margin: 0;
    background: rgba(242, 238, 231, 0.2);
  }

  .lrs-booking-section .mphb-booking-form--direct-booking > p {
    box-sizing: border-box;
    min-width: 0;
    margin: 0;
    padding: 15px 17px;
    color: rgba(242, 238, 231, 0.58);
    background: #0d0f13;
  }

  .lrs-booking-section .mphb-booking-form--direct-booking > .mphb-required-fields-tip {
    padding-top: 17px;
    padding-bottom: 17px;
    color: rgba(242, 238, 231, 0.7);
    font-size: 11px;
    line-height: 1.5;
  }

  .lrs-booking-section .mphb-booking-form--direct-booking br {
    display: none;
  }

  .lrs-booking-section .mphb-booking-form--direct-booking label {
    display: block;
    color: rgba(242, 238, 231, 0.62);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .lrs-booking-section .mphb-booking-form--direct-booking :where(input[type="text"], select) {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    min-height: 45px;
    margin-top: 8px;
    padding: 9px 11px;
    border: 1px solid rgba(242, 238, 231, 0.25);
    border-radius: 0;
    color: var(--lrs-pearl);
    background: rgba(7, 8, 10, 0.82);
    font-size: 16px;
  }

  .lrs-booking-section .mphb-booking-form--direct-booking input::placeholder {
    color: rgba(242, 238, 231, 0.48);
    opacity: 1;
  }

  .lrs-booking-section .mphb-booking-form--direct-booking :where(input[type="text"], select):focus-visible {
    outline: 2px solid var(--lrs-silver);
    outline-offset: 2px;
  }

  .lrs-booking-section .mphb-booking-form--direct-booking .mphb-reserve-btn-wrapper {
    padding: 0;
  }

  .lrs-booking-section .mphb-booking-form--direct-booking :where(.mphb-reserve-btn, .mphb-confirm-reservation) {
    box-sizing: border-box;
    width: 100%;
    min-height: 58px;
    margin: 0;
    padding: 14px 17px;
    border: 0;
    border-radius: 0;
    color: #17181b;
    background: var(--lrs-pearl);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .lrs-booking-section .mphb-booking-form--direct-booking .mphb-reserve-room-section,
  .lrs-booking-section .mphb-booking-form--direct-booking .mphb-errors-wrapper {
    grid-column: 1;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 17px;
    color: var(--lrs-pearl);
    background: #0d0f13;
  }

  .lrs-booking-section .mphb-booking-form--direct-booking .mphb-hide {
    display: none;
  }

  /* MotoPress renders two 191 px months inline. Keep one usable month on narrow screens. */
  .datepick-popup {
    right: 10px !important;
    left: 10px !important;
    width: auto !important;
    max-width: calc(100vw - 20px);
  }

  .datepick-popup .datepick {
    width: 100% !important;
    max-width: 100% !important;
  }

  .datepick-popup .datepick-month {
    float: none;
    width: 100% !important;
  }

  .datepick-popup .datepick-month-row .datepick-month:not(:first-child) {
    display: none;
  }
}

/*
 * V10 design polish — direct booking as a composed editorial module.
 * Scoped to the inline section so the quick-booking modal keeps its own layout.
 */
@media (min-width: 821px) {
  .lrs-home #reserver.lrs-booking-section {
    padding-top: clamp(96px, 7.5vw, 126px);
    padding-bottom: clamp(96px, 7.5vw, 126px);
  }

  .lrs-home #reserver .lrs-booking-layout {
    max-width: 1698px !important;
    grid-template-columns: minmax(390px, 0.9fr) minmax(560px, 1.1fr);
    align-items: center !important;
    gap: clamp(64px, 7vw, 126px);
    margin-right: auto;
    margin-left: auto;
  }

  .lrs-home #reserver .lrs-booking-layout > .wp-block-column:first-child {
    max-width: 620px;
  }

  .lrs-home #reserver .lrs-booking-engine {
    position: relative;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    padding: clamp(38px, 3.4vw, 58px);
    overflow: hidden;
    border: 1px solid rgba(242, 238, 231, 0.18);
    color: var(--lrs-pearl);
    background:
      radial-gradient(circle at 92% 0%, rgba(205, 181, 142, 0.12), transparent 32%),
      linear-gradient(145deg, #111318 0%, #090a0d 72%);
    box-shadow: 0 28px 70px rgba(7, 8, 10, 0.16);
  }

  .lrs-home #reserver .lrs-booking-engine::before {
    display: block;
    margin-bottom: 28px;
    color: rgba(242, 238, 231, 0.66);
    content: "Votre séjour";
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .lrs-home #reserver .lrs-booking-engine::after {
    position: absolute;
    top: clamp(38px, 3.4vw, 58px);
    right: clamp(38px, 3.4vw, 58px);
    color: rgba(242, 238, 231, 0.28);
    content: "01";
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.16em;
  }

  .lrs-home #reserver .lrs-booking-shell,
  .lrs-home #reserver .mphb-booking-form--direct-booking {
    width: 100%;
    max-width: none;
  }

  .lrs-home #reserver .mphb-booking-form--direct-booking {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 0;
    border: 1px solid rgba(242, 238, 231, 0.16);
    background: rgba(242, 238, 231, 0.16);
  }

  .lrs-home #reserver .mphb-booking-form--direct-booking > p {
    min-width: 0;
    margin: 0;
    padding: 20px 22px;
    color: rgba(242, 238, 231, 0.58);
    background: #0d0f13;
  }

  .lrs-home #reserver .mphb-booking-form--direct-booking > .mphb-required-fields-tip {
    grid-column: 1 / -1;
    padding-top: 15px;
    padding-bottom: 15px;
    color: rgba(242, 238, 231, 0.62);
    font-size: 10px;
    line-height: 1.5;
  }

  .lrs-home #reserver .mphb-booking-form--direct-booking br {
    display: none;
  }

  .lrs-home #reserver .mphb-booking-form--direct-booking label {
    display: block;
    color: rgba(242, 238, 231, 0.62);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .lrs-home #reserver .mphb-booking-form--direct-booking :where(input[type="text"], select) {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    min-height: 50px;
    margin-top: 10px;
    padding: 11px 13px;
    border: 1px solid rgba(242, 238, 231, 0.24);
    border-radius: 0;
    color: var(--lrs-pearl);
    background: rgba(7, 8, 10, 0.82);
    font-size: 16px;
  }

  .lrs-home #reserver .mphb-booking-form--direct-booking :where(input[type="text"], select):focus-visible {
    outline: 2px solid var(--lrs-silver);
    outline-offset: 2px;
  }

  .lrs-home #reserver .mphb-booking-form--direct-booking .mphb-reserve-btn-wrapper {
    display: flex;
    padding: 0;
  }

  .lrs-home #reserver .mphb-booking-form--direct-booking :where(.mphb-reserve-btn, .mphb-confirm-reservation) {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 18px 22px;
    border: 0;
    border-radius: 0;
    color: #111318;
    background: var(--lrs-pearl);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    transition: background-color 180ms ease, color 180ms ease;
  }

  .lrs-home #reserver .mphb-booking-form--direct-booking :where(.mphb-reserve-btn, .mphb-confirm-reservation):hover {
    color: #07080a;
    background: #fffaf2;
  }

  .lrs-home #reserver .mphb-booking-form--direct-booking :where(.mphb-reserve-room-section, .mphb-errors-wrapper) {
    grid-column: 1 / -1;
    margin: 0;
    padding: 20px 22px;
    color: var(--lrs-pearl);
    background: #0d0f13;
  }
}

/* Keep the complete mobile hero action visible on short phone viewports. */
@media (max-width: 820px) and (max-height: 650px) {
  .lrs-home .lrs-home-hero__media {
    flex-basis: 235px !important;
    height: 235px !important;
    min-height: 235px !important;
  }

  .lrs-home .lrs-home-hero__media img {
    object-position: 50% 66%;
  }
}

/* Tablet: keep the quick form compact instead of stretching four full-width rows. */
@media (min-width: 600px) and (max-width: 820px) {
  .lrs-quick-booking__panel.lrs-booking-section {
    width: min(700px, calc(100% - 32px));
    margin-bottom: 16px;
    border-right: 1px solid rgba(242, 238, 231, 0.22);
    border-bottom: 1px solid rgba(242, 238, 231, 0.22);
    border-left: 1px solid rgba(242, 238, 231, 0.22);
  }

  .lrs-quick-booking__body {
    padding: 18px;
  }

  .lrs-quick-booking .mphb-booking-form--direct-booking {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lrs-quick-booking .mphb-booking-form--direct-booking > .mphb-required-fields-tip,
  .lrs-quick-booking .mphb-booking-form--direct-booking :where(.mphb-reserve-room-section, .mphb-errors-wrapper) {
    grid-column: 1 / -1;
  }

  .lrs-quick-booking .mphb-booking-form--direct-booking .mphb-reserve-btn-wrapper {
    display: flex;
  }

  .lrs-quick-booking .mphb-booking-form--direct-booking :where(.mphb-reserve-btn, .mphb-confirm-reservation) {
    min-height: 100%;
  }
}

/*
 * Desktop booking refinement — an airy hotel desk, not a boxed plugin form.
 * This layer intentionally removes the table-like grid drawn by MotoPress.
 */
@media (min-width: 821px) {
  .lrs-home #reserver .lrs-booking-engine {
    max-width: 780px;
    justify-self: end;
    padding: clamp(46px, 3.5vw, 58px);
    border-color: rgba(242, 238, 231, 0.2);
    background:
      radial-gradient(circle at 100% 0%, rgba(205, 181, 142, 0.13), transparent 34%),
      radial-gradient(circle at 10% 100%, rgba(185, 190, 199, 0.06), transparent 32%),
      linear-gradient(145deg, #111318 0%, #090a0d 76%);
    box-shadow:
      0 30px 80px rgba(7, 8, 10, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.035);
  }

  .lrs-home #reserver .lrs-booking-engine::before {
    margin-bottom: 34px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(242, 238, 231, 0.14);
    content: "Votre séjour · Disponibilités en temps réel";
  }

  .lrs-home #reserver .mphb-booking-form--direct-booking {
    gap: 24px 18px;
    border: 0;
    background: transparent;
  }

  .lrs-home #reserver .mphb-booking-form--direct-booking > p {
    padding: 0;
    background: transparent;
  }

  .lrs-home #reserver .mphb-booking-form--direct-booking > .mphb-required-fields-tip {
    grid-column: 1 / -1;
    order: 20;
    padding: 0;
    color: rgba(242, 238, 231, 0.38);
    background: transparent;
    font-size: 9px;
    letter-spacing: 0.025em;
  }

  .lrs-home #reserver .mphb-booking-form--direct-booking label {
    color: rgba(242, 238, 231, 0.7);
    font-size: 9px;
    letter-spacing: 0.15em;
  }

  .lrs-home #reserver .mphb-booking-form--direct-booking :where(input[type="text"], select) {
    min-height: 58px;
    margin-top: 11px;
    padding: 13px 15px;
    border-color: rgba(242, 238, 231, 0.2);
    background: rgba(255, 255, 255, 0.025);
    font-family: var(--wp--preset--font-family--cormorant);
    font-size: 20px;
    transition: border-color 180ms ease, background-color 180ms ease;
  }

  .lrs-home #reserver .mphb-booking-form--direct-booking :where(input[type="text"], select):hover {
    border-color: rgba(242, 238, 231, 0.38);
    background: rgba(255, 255, 255, 0.04);
  }

  .lrs-home #reserver .mphb-booking-form--direct-booking .mphb-reserve-btn-wrapper {
    min-height: 82px;
  }

  .lrs-home #reserver .mphb-booking-form--direct-booking :where(.mphb-reserve-btn, .mphb-confirm-reservation) {
    min-height: 82px;
    align-self: stretch;
    border: 1px solid var(--lrs-pearl);
    background: var(--lrs-pearl);
    letter-spacing: 0.14em;
  }

  .lrs-home #reserver .mphb-booking-form--direct-booking :where(.mphb-reserve-room-section, .mphb-errors-wrapper) {
    order: 30;
    padding: 18px;
    border: 1px solid rgba(242, 238, 231, 0.16);
    background: rgba(255, 255, 255, 0.025);
  }
}

/* Contrastes AA sur les sections claires, sans modifier la palette nocturne. */
.lrs-home .lrs-evening-intro .lrs-eyebrow,
.lrs-home .lrs-home-comparison .lrs-card-kicker,
.lrs-home .lrs-from-price :where(span, small),
.lrs-home .lrs-access-section .lrs-eyebrow,
.lrs-home .lrs-reviews-copy .lrs-eyebrow {
  color: #59616b;
}

.lrs-home .lrs-evening-intro > h2 em,
.lrs-home .lrs-access-section h2 em,
.lrs-home .lrs-reviews-copy h2 em {
  color: #777e88;
}

/* Afficher le LCP sans attendre l'introduction décorative sur mobile. */
@media (max-width: 820px) {
  .lrs-home .lrs-hero-door {
    display: none;
  }

  .lrs-home .lrs-home-hero__media img {
    animation: none;
  }
}
