/* Functional Ralph Lauren chrome */
.rlui, .rlui * { box-sizing: border-box; }
.rlui {
  position: relative;
  z-index: 9000;
  font-family: "Jost", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0f2340;
  background: #fff;
}
.rlui a { color: inherit; text-decoration: none; }

.rlui-promo {
  background: #0f2340; color: #fff; font-size: 11px; letter-spacing: .14em;
  text-transform: uppercase; display: flex; justify-content: center; gap: 8px;
  align-items: center; padding: 9px 12px; text-align: center;
}
.rlui-promo a { text-decoration: underline; }
.rlui-promo .sep { opacity: .5; }

.rlui-bar {
  display: grid; grid-template-columns: 40px 1fr 40px; align-items: center;
  gap: 12px; padding: 14px 20px 10px; border-bottom: 1px solid #e6e4e0;
  background: #fff;
}
.rlui-logo {
  grid-column: 2; justify-self: center; font-family: Georgia, "Times New Roman", serif;
  font-size: 22px; letter-spacing: .28em; color: #0f2340; white-space: nowrap;
}
.rlui-actions { grid-column: 3; display: flex; justify-content: flex-end; gap: 4px; }
.rlui-burger { grid-column: 1; }
.rlui-icon {
  position: relative; background: none; border: 0; padding: 8px; cursor: pointer;
  color: #0f2340; display: inline-flex; align-items: center; justify-content: center;
  line-height: 0;
}
.rlui-burger span { display: block; width: 20px; height: 1.5px; background: #0f2340; margin: 3px 0; }
.rlui-bag-count {
  position: absolute; top: 2px; right: 0; min-width: 16px; height: 16px; padding: 0 4px;
  border-radius: 999px; background: #0f2340; color: #fff; font-size: 10px;
  display: none; align-items: center; justify-content: center;
}

.rlui-nav {
  grid-column: 1 / -1; grid-row: 2; display: flex; justify-content: center;
  gap: 34px; padding-top: 12px; flex-wrap: wrap;
}
.rlui-navitem a {
  font-size: 12px; letter-spacing: .18em; padding: 6px 2px; display: inline-block;
  border-bottom: 1px solid transparent;
}
.rlui-navitem:hover a { border-bottom-color: #0f2340; }
@media (max-width: 860px) { .rlui-nav { display: none; } }
@media (min-width: 861px) { .rlui-burger { visibility: hidden; } }

.rlui-mega {
  display: none; position: absolute; left: 0; right: 0; background: #fff;
  border-bottom: 1px solid #e6e4e0; box-shadow: 0 12px 24px -18px rgba(15,35,64,.5);
  padding: 28px 40px 34px; z-index: 9001;
}
.rlui-mega.is-open { display: block; }
.rlui-mm-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 24px; }
.rlui-mm-h { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; margin: 0 0 10px; color: #0f2340; }
.rlui-mega ul { list-style: none; margin: 0; padding: 0; }
.rlui-mega li { margin: 0 0 8px; }
.rlui-mega li a { font-size: 13px; color: #444a52; }
.rlui-mega li a:hover { color: #0f2340; text-decoration: underline; }
.rlui-mm-all { display: inline-block; margin-top: 18px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; border-bottom: 1px solid #0f2340; }

.rlui-overlay {
  position: fixed; inset: 0; background: rgba(15,35,64,.35); opacity: 0;
  pointer-events: none; transition: opacity .2s; z-index: 9002;
}
.rlui.has-panel .rlui-overlay { opacity: 1; pointer-events: auto; }

.rlui-panel {
  position: fixed; background: #fff; z-index: 9003; display: none;
  flex-direction: column; padding: 18px 20px 28px; overflow-y: auto;
}
.rlui-panel.is-open { display: flex; }
.rlui-panel-right { top: 0; right: 0; height: 100%; width: min(400px, 92vw); }
.rlui-panel-left { top: 0; left: 0; height: 100%; width: min(340px, 88vw); }
.rlui-panel-top { top: 0; left: 0; right: 0; max-height: 90vh; }
.rlui-panel-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.rlui-panel-head h2 { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; margin: 0; font-weight: 500; }
.rlui-close { background: none; border: 0; font-size: 26px; line-height: 1; cursor: pointer; color: #0f2340; }
.rlui-empty { font-size: 13px; color: #6b6f73; }

.rlui-search-input {
  width: 100%; border: 0; border-bottom: 1px solid #0f2340; padding: 12px 2px;
  font-size: 18px; font-family: inherit; outline: none; background: transparent;
}
.rlui-sr-cats { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.rlui-sr-cats a { font-size: 12px; border: 1px solid #e6e4e0; padding: 6px 12px; border-radius: 999px; }
.rlui-sr-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 18px; margin-top: 16px; }
.rlui-sr-grid a { display: block; font-size: 12px; }
.rlui-sr-grid img { width: 100%; aspect-ratio: 3/4; object-fit: cover; background: #f0efed; display: block; margin-bottom: 6px; }
.rlui-sr-grid .pr { display: block; color: #6b6f73; }

.rlui-bagitem { display: grid; grid-template-columns: 72px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid #eeece8; }
.rlui-bagitem img { width: 100%; aspect-ratio: 3/4; object-fit: cover; background: #f0efed; }
.rlui-bagitem p { margin: 0 0 4px; font-size: 13px; }
.rlui-bagitem .mt, .rlui-bagitem .pr { color: #6b6f73; font-size: 12px; }
.rlui-rm { background: none; border: 0; padding: 0; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: #0f2340; text-decoration: underline; cursor: pointer; }
.rlui-bagfoot { display: flex; justify-content: space-between; font-size: 13px; margin: 18px 0 14px; }
.rlui-checkout { width: 100%; background: #0f2340; color: #fff; border: 0; padding: 14px; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; cursor: pointer; font-family: inherit; }

.rlui-mobile-nav details { border-bottom: 1px solid #eeece8; }
.rlui-mobile-nav summary { list-style: none; cursor: pointer; padding: 14px 2px; font-size: 13px; letter-spacing: .16em; text-transform: uppercase; }
.rlui-mobile-nav summary::-webkit-details-marker { display: none; }
.rlui-mobile-nav ul { list-style: none; margin: 0 0 12px; padding: 0 0 0 6px; }
.rlui-mobile-nav li { margin-bottom: 10px; }
.rlui-mobile-nav li a { font-size: 13px; color: #444a52; }

body.rlui-open { overflow: hidden; }

.rlui-footer {
  background: #0f2340; color: #fff; padding: 46px 24px 28px; margin-top: 60px;
  font-family: "Jost", Helvetica, Arial, sans-serif;
}
.rlui-footer-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 28px; max-width: 1200px; margin: 0 auto; }
.rlui-footer .h { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; margin: 0 0 12px; }
.rlui-footer ul { list-style: none; margin: 0; padding: 0; }
.rlui-footer li { font-size: 13px; opacity: .78; margin-bottom: 9px; }
.rlui-copy { text-align: center; font-size: 11px; opacity: .6; margin: 36px 0 0; }

@media (max-width: 700px) {
  .rlui-logo { font-size: 15px; letter-spacing: .2em; }
  .rlui-bar { padding: 10px 8px; grid-template-columns: 36px 1fr 84px; }
  .rlui-icon { padding: 6px; }
}

.rlui button, .rlui-panel button {
  background: none; border: 0; border-radius: 0; box-shadow: none;
  text-indent: 0; text-transform: none; letter-spacing: normal; min-width: 0;
  width: auto; height: auto; color: #0f2340; font-family: inherit;
}
.rlui-close { width: 34px; height: 34px; }
.rlui-checkout { background: #0f2340 !important; color: #fff !important; letter-spacing: .18em !important; text-transform: uppercase !important; }
.rlui-panel-head h2 { white-space: nowrap; }

/* ---------- mobile drill-down menu (matches RL app) ---------- */
.rlui-panel-menu {
  top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%;
  padding: 0; background: #f4f5f7;
}
.rlui-mnav-head {
  display: grid; grid-template-columns: 40px 1fr auto; align-items: center;
  padding: 14px 14px; background: #fff; border-bottom: 1px solid #e6e4e0;
  position: sticky; top: 0; z-index: 2;
}
.rlui-mnav-back { background: none; border: 0; padding: 6px; cursor: pointer; color: #0f2340; line-height: 0; }
.rlui-mnav-title {
  text-align: center; font-family: Georgia, "Times New Roman", serif;
  font-size: 17px; color: #0f2340; letter-spacing: .02em;
}
.rlui-mnav-title.is-logo { letter-spacing: .22em; font-size: 15px; }
.rlui-mnav-actions { display: flex; align-items: center; gap: 2px; }
.rlui-mnav-actions .rlui-close { font-size: 24px; }

.rlui-mobile-nav { padding: 6px 0 60px; }
.rlui-mrow {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  width: 100%; padding: 16px 22px; background: none; border: 0; cursor: pointer;
  font-family: inherit; color: #0f2340; text-align: left; text-decoration: none;
}
.rlui-mrow-l {
  display: flex; align-items: center; gap: 12px; min-width: 0;
  font-family: Georgia, "Times New Roman", serif; font-size: 17px;
}
.rlui-mrow-account .rlui-mrow-l,
.rlui-mrow-all .rlui-mrow-l { font-family: inherit; font-size: 14px; letter-spacing: .06em; }
.rlui-mrow .rlui-chev { opacity: .55; flex: 0 0 auto; }
.rlui-mdiv { height: 1px; background: #dcdee2; margin: 8px 22px; }
.rlui-mextras { display: grid; gap: 18px; padding: 18px 22px 8px; }
.rlui-mextras span {
  display: flex; align-items: center; gap: 12px; font-size: 12px;
  letter-spacing: .16em; text-transform: uppercase; color: #0f2340;
}
.rlui-mtiles { padding: 18px 0 6px; }
.rlui-mtiles-h {
  margin: 0 22px 10px; font-size: 12px; letter-spacing: .18em; text-transform: uppercase;
  color: #0f2340; border-bottom: 1px solid #0f2340; padding-bottom: 10px;
}
.rlui-mtiles-row {
  display: flex; gap: 10px; overflow-x: auto; padding: 0 22px 12px;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
}
.rlui-mtile {
  position: relative; flex: 0 0 62%; max-width: 280px; scroll-snap-align: start;
  display: block; text-decoration: none;
}
.rlui-mtile img { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; background: #e8e8e8; }
.rlui-mtile-cap {
  position: absolute; left: 0; right: 0; bottom: 12px; color: #fff; text-align: center;
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase; display: grid; gap: 2px;
  text-shadow: 0 1px 6px rgba(0,0,0,.5);
}
.rlui-mtile-cap b { font-family: Georgia, serif; font-size: 15px; letter-spacing: .06em; text-transform: none; font-weight: 400; }

@media (min-width: 861px) {
  .rlui-panel-menu { left: auto; width: min(420px, 92vw); }
}
.rlui-panel-menu .rlui-mrow { width: 100%; display: flex; }
.rlui-mrow-l { flex: 1 1 auto; }
.rlui-mrow .rlui-chev { margin-left: auto; }

/* Mobile: captured pages only ship desktop artwork (no mobile srcset), so show
   every image whole (never cropped) and lay the copy out around it. */
@media (max-width: 860px) {
  article.rlc-fullbleed, article.rlc-slot, article.rlc-block {
    position: relative !important;
    height: auto !important; min-height: 0 !important; max-height: none !important;
    padding: 0 !important; overflow: hidden;
  }
  .rlc-picture, .rlc-background, .rlc-imagery, .rlc-image-wrap {
    position: relative !important; inset: auto !important;
    width: 100% !important; height: auto !important; margin: 0 !important;
    max-width: 100% !important;
  }
  /* Crop artwork into a tall mobile frame (like the real RL mobile site) */
  img.rlc-image, article img, .rlc-picture img {
    width: 100% !important; max-width: 100% !important;
    height: auto !important; aspect-ratio: 3 / 4;
    object-fit: cover !important; object-position: center !important;
    display: block; margin: 0 !important; left: 0 !important; transform: none !important;
  }

  /* copy always overlaid on the artwork */
  article.rlui-overlay-copy > .rlc-textgroup,
  article.rlui-overlay-copy > .rlc-copygroup {
    position: absolute !important; inset: 0 !important;
    justify-content: center !important;
    background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.35));
  }
  article.rlui-overlay-copy .rlc-textgroup *,
  article.rlui-overlay-copy .rlc-copygroup * { color: #fff !important; border-color: #fff !important; }

  article .rlc-textgroup, article .rlc-copygroup {
    width: 100% !important; max-width: 100% !important; margin: 0 !important;
    padding: 22px 18px 26px !important;
    display: flex !important; flex-direction: column;
    align-items: center !important; text-align: center !important;
    transform: none !important; box-sizing: border-box; z-index: 2;
  }
  .rlc-textgroup *, .rlc-copygroup * {
    max-width: 100% !important; white-space: normal !important;
    position: static !important; transform: none !important;
  }
  article .rlc-h2, article .rlc-h3, article h1, article h2 {
    font-size: clamp(24px, 7vw, 38px) !important; line-height: 1.14 !important; margin: 0 0 8px !important;
  }
  article .rlc-p, article .rlc-dek1, article .rlc-eyebrow, article p {
    font-size: clamp(12px, 3.4vw, 16px) !important; margin: 0 0 12px !important;
  }
  .rlc-links { display: flex !important; flex-wrap: wrap; justify-content: center; gap: 8px; width: 100%; }
  .rlc-links span { display: contents; }
  .rlc-linecta, .rlc-pillbutton { min-width: 96px; }

  /* side-by-side captured layouts become single column */
  .rlc-50-50, .rlc-grid, .rlc-row, .rlc-columns { display: block !important; }
  .rlc-50-50 > *, .rlc-grid > *, .rlc-row > * { width: 100% !important; max-width: 100% !important; float: none !important; }
  article .rlc-media, article .rlc-imagewrap, article figure,
  article .rlc-image-container, article .rlc-col, article .rlc-cell {
    width: 100% !important; max-width: 100% !important; margin: 0 !important; padding: 0 !important;
  }

  /* 50/50 split blocks: artwork cropped tall, copy overlaid */
  .rlc-50-50__block {
    position: relative !important; display: block !important;
    padding: 0 !important; margin: 0 !important; width: 100% !important; height: auto !important;
    overflow: hidden;
  }
  .rlc-50-50__block > .rlc-imagery, .rlc-50-50__block > .rlc-bg {
    position: relative !important; inset: auto !important;
    width: 100% !important; height: auto !important; margin: 0 !important; padding: 0 !important;
  }
  .rlc-50-50__block > .rlc-padding {
    position: absolute !important; inset: 0 !important;
    width: 100% !important; height: 100% !important; min-height: 0 !important;
    margin: 0 !important; padding: 22px 18px 26px !important;
    display: flex !important; flex-direction: column; align-items: center !important;
    justify-content: center !important;
    text-align: center !important; box-sizing: border-box;
    background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.35));
  }
  .rlc-50-50__block > .rlc-padding, .rlc-50-50__block > .rlc-padding * { color: #fff !important; border-color: #fff !important; }
  .rlc-50-50__block > .rlc-padding * { position: static !important; transform: none !important; max-width: 100% !important; }
}


@media (max-width: 860px) {
  /* zoom/parallax images were sized wider than the viewport by the desktop CSS */
  article .rlc-imagery img, article .rlc-bg img, .rlc-img-zoomout img, .rlc-img-zoomout {
    width: 100% !important; max-width: 100% !important; left: 0 !important; right: auto !important;
    margin: 0 !important; transform: none !important;
  }
  /* forms captured from desktop overflowed the screen */
  input, select, textarea, form, .email-signup, .footer-email-signup {
    max-width: 100% !important; box-sizing: border-box !important;
  }
  .swiper-slide img { width: 100% !important; }
  /* carousel headings sat on a light surface with light text */
  .rlc-hd { width: 100% !important; padding: 20px 18px 4px !important; text-align: center !important; }
  .rlc-hd .rlc-copygroup { align-items: center !important; }
  .rlc-hd .rlc-title, .rlc-hd .rlc-dek, .rlc-hd .rlc-dek * { color: #0d1b33 !important; }
  input[type="email"], input[type="text"] {
    padding-left: 14px !important; text-indent: 0 !important; margin-left: 0 !important; width: 100% !important;
  }
}

/* Third-party widget iframes captured from the original page render as empty boxes. */
#similarweb-outer-content, iframe[id^="similarweb"], iframe.sw-ltr,
#transcend-consent-manager { display: none !important; }

/* GSAP never runs on the captured pages: force animated copy visible. */
.rlc-copygroup, .rlc-copygroup *, .rlc-textgroup, .rlc-textgroup *,
.rlc-hd, .rlc-hd *, .rlc-title, .rlc-dek {
  visibility: visible !important; opacity: 1 !important;
  clip-path: none !important; filter: none !important;
}

/* Mobile fine-tuning: logos inside copy must stay small, copy centred on art. */
@media (max-width: 860px) {
  article .rlc-padding {
    position: absolute !important; inset: 0 !important;
    display: flex !important; align-items: center !important; justify-content: center !important;
    padding: 0 !important; width: 100% !important; height: 100% !important;
  }
  article .rlc-textgroup, article .rlc-copygroup {
    position: absolute !important; inset: 0 !important;
    justify-content: center !important;
  }
  article .rlc-textgroup img, article .rlc-copygroup img, img.rlc-logo {
    width: auto !important; max-width: 62% !important;
    height: auto !important; max-height: 84px !important;
    aspect-ratio: auto !important; object-fit: contain !important;
    margin: 0 auto 10px !important;
  }
}

/* The World of Luxury is a horizontal editorial rail, not a full-width hero. */
@media (max-width: 860px) {
  #rlc-m2e {
    overflow: hidden !important;
    padding: 48px 0 36px !important;
    background: #fff !important;
  }
  #rlc-m2e > .rlc-hd {
    width: auto !important;
    padding: 0 28px 26px !important;
    text-align: left !important;
  }
  #rlc-m2e > .rlc-hd .rlc-copygroup {
    position: static !important;
    inset: auto !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    display: block !important;
    text-align: left !important;
    transform: none !important;
  }
  #rlc-m2e > .rlc-hd .rlc-title {
    color: #111 !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 36px !important;
    line-height: 1.08 !important;
    margin: 0 0 8px !important;
  }
  #rlc-m2e > .rlc-hd .rlc-dek {
    color: #111 !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 20px !important;
    line-height: 1.45 !important;
    max-width: 330px !important;
  }
  #rlc-m2e .rlc-carousel,
  #rlc-m2e .rlc-carousel_wrapper {
    width: 100% !important;
    overflow: visible !important;
  }
  #rlc-m2e .rlc-carousel_wrapper {
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  #rlc-m2e .rlc-carousel_wrapper::-webkit-scrollbar { display: none; }
  #rlc-m2e .swiper-wrapper {
    width: max-content !important;
    height: auto !important;
    display: flex !important;
    gap: 16px !important;
    padding: 0 28px 10px !important;
    transform: none !important;
    box-sizing: border-box !important;
  }
  #rlc-m2e .rlc-slide {
    position: relative !important;
    flex: 0 0 min(73vw, 292px) !important;
    width: min(73vw, 292px) !important;
    height: auto !important;
    aspect-ratio: 3 / 4 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    scroll-snap-align: start;
  }
  #rlc-m2e .rlc-slide > .rlc-imagery,
  #rlc-m2e .rlc-slide > .rlc-bg {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  #rlc-m2e .rlc-slide .rlc-imagery a,
  #rlc-m2e .rlc-slide .rlc-imagery picture {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }
  #rlc-m2e .rlc-slide .rlc-imagery img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center !important;
  }
  #rlc-m2e .rlc-slide > .rlc-padding {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    display: block !important;
    background: linear-gradient(180deg, transparent 46%, rgba(0,0,0,.5) 100%) !important;
  }
  #rlc-m2e .rlc-slide .rlc-copygroup {
    position: absolute !important;
    inset: auto 0 0 !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 28px 28px !important;
    display: block !important;
    text-align: left !important;
    transform: none !important;
  }
  #rlc-m2e .rlc-slide .rlc-copygroup,
  #rlc-m2e .rlc-slide .rlc-copygroup * {
    color: #fff !important;
    border-color: #fff !important;
  }
  #rlc-m2e .rlc-slide .rlc-brand {
    margin: 0 0 9px !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
  }
  #rlc-m2e .rlc-slide .rlc-title {
    margin: 0 0 22px !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 31px !important;
    line-height: 1.08 !important;
    text-align: left !important;
  }
  #rlc-m2e .rlc-slide .rlc-links {
    display: flex !important;
    justify-content: flex-start !important;
    gap: 18px !important;
  }
  #rlc-m2e .rlc-slide .rlc-linecta {
    min-width: 0 !important;
    font-size: 12px !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
  }
  #rlc-m2e .rlc-navigation { display: none !important; }
}
