:root {
  --rse-black: #111111;
  --rse-white: #ffffff;
  --rse-soft: #f3f1ed;
  --rse-line: rgba(17, 17, 17, .16);
  --rse-pad: clamp(20px, 3.2vw, 56px);
  --rse-section-y: clamp(64px, 9vw, 144px);
  --rse-ease: cubic-bezier(.2, .7, .2, 1);
}

[class*="rse-"] { box-sizing: border-box; }
[class*="rse-"] *, [class*="rse-"] *:before, [class*="rse-"] *:after { box-sizing: inherit; }
.rse-section { width: 100%; padding: var(--rse-section-y) var(--rse-pad); color: var(--rse-black); }
.rse-section h2, .rse-content-banner h2, .rse-editorial-split h2, .rse-featured-product h2, .rse-countdown h2, .rse-footer h2 { margin: 0; color: inherit; font-size: clamp(32px, 4.6vw, 76px); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
.rse-section__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: clamp(28px, 4vw, 56px); }
.rse-section__head h2 { max-width: 900px; }
.rse-section__foot { display: flex; justify-content: center; margin-top: 44px; }
.rse-eyebrow { margin-bottom: 16px; font-size: 11px; font-weight: 600; line-height: 1.2; letter-spacing: .14em; text-transform: uppercase; }
.rse-button, .rse-text-link { display: inline-flex; align-items: center; justify-content: center; gap: 26px; text-decoration: none !important; transition: all .35s var(--rse-ease); }
.rse-button { min-height: 50px; padding: 13px 20px; border: 1px solid currentColor; font-size: 12px; font-weight: 600; line-height: 1; letter-spacing: .06em; text-transform: uppercase; }
.rse-button svg, .rse-text-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform .35s var(--rse-ease); }
.rse-button:hover svg, .rse-text-link:hover svg { transform: translateX(5px); }
.rse-button--light { color: var(--rse-white) !important; background: transparent; }
.rse-button--light:hover { color: var(--rse-black) !important; background: var(--rse-white); }
.rse-button--dark { color: var(--rse-white) !important; background: var(--rse-black); border-color: var(--rse-black); }
.rse-button--dark:hover { color: var(--rse-black) !important; background: transparent; }
.rse-text-link { padding-bottom: 5px; border-bottom: 1px solid currentColor; color: inherit !important; font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.rse-text-link--light { color: var(--rse-white) !important; }
.rse-button-row { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.rse-icon-button { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; padding: 0 !important; border: 0 !important; border-radius: 0 !important; color: inherit !important; background: transparent !important; cursor: pointer; }
.rse-icon-button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.rse-editor-note, .rse-empty { width: 100%; padding: 40px; border: 1px dashed #aaa; text-align: center; }

/* Header */
.rse-header { position: relative; z-index: 1000; width: 100%; color: var(--rse-black); }
.rse-header.is-fixed { position: fixed !important; top: 0; right: 0; left: 0; width: 100%; }
.rse-header-spacer { display: block; width: 100%; height: 0; }
.rse-header-spacer.is-active { height: var(--rse-header-height); }
.admin-bar .rse-header.is-fixed { top: 32px; }
.rse-header.is-transparent { position: absolute; top: 0; left: 0; color: var(--rse-white); }
.rse-header.is-transparent .rse-header__main { background: linear-gradient(to bottom, rgba(0,0,0,.45), transparent) !important; border-bottom-color: rgba(255,255,255,.24); }
.rse-header.is-scrolled .rse-header__main { color: var(--rse-black); background: var(--rse-white) !important; box-shadow: 0 10px 30px rgba(0,0,0,.06); }
.rse-announcement { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 31px; padding: 6px var(--rse-pad); color: inherit; text-decoration: none !important; font-size: 9px; line-height: 1.2; letter-spacing: .08em; text-transform: uppercase; }
.rse-announcement span:last-child { text-align: right; }
.rse-announcement strong { font-weight: 500; }
.rse-header__main { min-height: 74px; border-bottom: 1px solid var(--rse-line); transition: background .3s, color .3s, box-shadow .3s; }
.rse-header__inner { display: grid; grid-template-columns: minmax(100px, 1fr) auto minmax(100px, 1fr); align-items: center; width: 100%; min-height: inherit; padding: 0 var(--rse-pad); }
.rse-header__logo { display: inline-flex; align-items: center; justify-self: start; color: inherit !important; text-decoration: none !important; font-size: 24px; font-weight: 700; letter-spacing: -.05em; }
.rse-header__logo img { display: block; max-height: 48px; object-fit: contain; }
.rse-header__nav { justify-self: center; }
.rse-menu, .rse-menu ul { margin: 0; padding: 0; list-style: none; }
.rse-header__nav > .rse-menu { display: flex; align-items: stretch; gap: clamp(20px, 2.4vw, 42px); }
.rse-header__nav > .rse-menu > li { position: relative; display: flex; align-items: center; min-height: 73px; }
.rse-header__nav a { position: relative; color: inherit; text-decoration: none; font-size: 11px; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; }
.rse-header__nav > .rse-menu > li > a:after { position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: currentColor; content: ''; transform: scaleX(0); transform-origin: right; transition: transform .3s var(--rse-ease); }
.rse-header__nav > .rse-menu > li:hover > a:after { transform: scaleX(1); transform-origin: left; }
.rse-header__nav .sub-menu { position: absolute; top: 100%; left: -28px; min-width: 240px; padding: 22px 28px; border: 1px solid var(--rse-line); color: var(--rse-black); background: var(--rse-white); box-shadow: 0 20px 40px rgba(0,0,0,.08); opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .25s var(--rse-ease); }
.rse-header__nav li:hover > .sub-menu, .rse-header__nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.rse-header__nav .sub-menu li + li { margin-top: 14px; }
.rse-header__nav .sub-menu .sub-menu { top: -23px; left: calc(100% + 28px); }
.rse-header__nav .rse-mega > .sub-menu { position: fixed; top: auto; right: var(--rse-pad); left: var(--rse-pad); display: grid; grid-template-columns: repeat(4, 1fr); min-height: 260px; gap: 32px; }
.rse-header__actions { display: flex; align-items: center; justify-content: flex-end; gap: 3px; }
.rse-header__menu-toggle { display: none; }
.rse-cart-count { position: absolute; top: 1px; right: 0; display: flex; align-items: center; justify-content: center; min-width: 16px; height: 16px; padding: 0 4px; border-radius: 50px; color: var(--rse-white); background: var(--rse-black); font-size: 9px; }
.rse-header.is-transparent:not(.is-scrolled) .rse-cart-count { color: var(--rse-black); background: var(--rse-white); }
.rse-languages select { max-width: 80px; height: 34px; padding: 0 20px 0 5px; border: 0; color: inherit; background: transparent; font-size: 10px; text-transform: uppercase; }
.rse-drawer { position: fixed; z-index: 1100; inset: 0; display: flex; opacity: 0; visibility: hidden; transition: opacity .3s; }
.rse-drawer.is-open { opacity: 1; visibility: visible; }
.rse-drawer__panel { position: relative; z-index: 2; width: min(440px, 92vw); height: 100%; padding: 0 28px 40px; color: var(--rse-black); background: var(--rse-white); overflow-y: auto; transform: translateX(-100%); transition: transform .4s var(--rse-ease); }
.rse-drawer.is-open .rse-drawer__panel { transform: none; }
.rse-drawer__backdrop { flex: 1; border: 0; background: rgba(0,0,0,.5); }
.rse-drawer__top { display: flex; align-items: center; justify-content: space-between; min-height: 76px; border-bottom: 1px solid var(--rse-line); font-weight: 700; }
.rse-drawer__nav > .rse-menu > li { border-bottom: 1px solid var(--rse-line); }
.rse-drawer__nav a { display: block; padding: 18px 0; color: inherit; text-decoration: none; font-size: 18px; }
.rse-drawer__nav .sub-menu { padding: 0 0 14px 18px; }
.rse-drawer__nav .sub-menu a { padding: 8px 0; font-size: 14px; }
.rse-search { position: fixed; z-index: 1200; inset: 0; display: flex; align-items: center; justify-content: center; padding: 30px; color: var(--rse-black); background: rgba(255,255,255,.98); opacity: 0; visibility: hidden; transition: all .3s; }
.rse-search.is-open { opacity: 1; visibility: visible; }
.rse-search__close { position: absolute; top: 24px; right: 24px; }
.rse-search__form { width: min(920px, 100%); }
.rse-search__form label { display: block; margin-bottom: 32px; font-size: clamp(32px, 5vw, 72px); line-height: 1; letter-spacing: -.04em; }
.rse-search__form > div { display: flex; border-bottom: 1px solid currentColor; }
.rse-search__form input[type="search"] { flex: 1; height: 72px; padding: 0; border: 0; outline: 0; color: inherit; background: transparent; font-size: clamp(20px, 3vw, 36px); }
.rse-search__form button { width: 60px; border: 0; color: inherit; background: transparent; }
.rse-search__form button svg { width: 28px; fill: none; stroke: currentColor; }
body.rse-lock { overflow: hidden; }

/* Hero */
.rse-hero { position: relative; min-height: 86vh; color: var(--rse-white); background: #222; overflow: hidden; }
.rse-hero__slide { position: absolute; z-index: 0; inset: 0; display: flex; background-image: var(--rse-hero-image); background-position: center; background-size: cover; opacity: 0; visibility: hidden; transform: scale(1.035); transition: opacity 1s ease, visibility 1s ease, transform 7s linear; }
.rse-hero__slide.is-active { z-index: 1; opacity: 1; visibility: visible; transform: scale(1); }
.rse-hero__slide:after { position: absolute; z-index: 0; inset: 0; background: rgba(0,0,0,.18); content: ''; }
.rse-hero__content { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; width: 100%; padding: clamp(100px, 11vw, 180px) var(--rse-pad) clamp(52px, 7vw, 96px); }
.rse-hero__content.is-bottom-center { align-items: center; text-align: center; }
.rse-hero__content.is-center { align-items: center; justify-content: center; text-align: center; }
.rse-hero__content.is-bottom-right { align-items: flex-end; text-align: right; }
.rse-hero__title { max-width: 1100px; margin: 0 0 28px; color: inherit; font-size: clamp(48px, 8.2vw, 138px); font-weight: 500; line-height: .88; letter-spacing: -.06em; }
.rse-hero__dots { position: absolute; z-index: 4; right: var(--rse-pad); bottom: 26px; display: flex; gap: 7px; }
.rse-hero__dots button { width: 36px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.42); cursor: pointer; }
.rse-hero__dots button.is-active { background: #fff; }

/* Product rail and cards */
.rse-product-rail__tools { display: flex; align-items: center; gap: 34px; }
.rse-tabs { display: flex; align-items: center; gap: 24px; overflow-x: auto; scrollbar-width: none; }
.rse-tabs::-webkit-scrollbar { display: none; }
.rse-tabs button { flex: 0 0 auto; padding: 0 0 6px !important; border: 0 !important; border-bottom: 1px solid transparent !important; border-radius: 0 !important; color: rgba(17,17,17,.5) !important; background: none !important; font-size: 12px; line-height: 1; white-space: nowrap; cursor: pointer; }
.rse-tabs button.is-active { border-bottom-color: currentColor !important; color: var(--rse-black) !important; }
.rse-rail__arrows { display: flex; gap: 4px; }
.rse-rail__arrows button { width: 42px; height: 42px; padding: 0 !important; border: 1px solid var(--rse-line) !important; border-radius: 50% !important; color: var(--rse-black) !important; background: transparent !important; cursor: pointer; }
.rse-tab-panel { display: none; }
.rse-tab-panel.is-active { display: block; }
.rse-product-rail__track, .rse-testimonials__track, .rse-blog__track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 3 * 18px) / 4); gap: 18px; padding-bottom: 12px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.rse-product-rail__track::-webkit-scrollbar, .rse-testimonials__track::-webkit-scrollbar, .rse-blog__track::-webkit-scrollbar { display: none; }
.rse-product-card { min-width: 0; scroll-snap-align: start; }
.rse-product-card__media { position: relative; display: block; aspect-ratio: 3 / 4; color: var(--rse-black); background: var(--rse-soft); overflow: hidden; }
.rse-product-card__media img { position: absolute; inset: 0; width: 100%; height: 100% !important; margin: 0 !important; object-fit: cover; transition: opacity .5s var(--rse-ease), transform .7s var(--rse-ease); }
.rse-product-card__secondary { opacity: 0; }
.rse-product-card__media:hover .rse-product-card__primary { opacity: 0; transform: scale(1.025); }
.rse-product-card__media:hover .rse-product-card__secondary { opacity: 1; transform: scale(1.025); }
.rse-product-card__badge, .rse-product-card__status { position: absolute; z-index: 2; top: 12px; padding: 6px 9px; color: var(--rse-black); background: var(--rse-white); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.rse-product-card__badge { left: 12px; }
.rse-product-card__status { right: 12px; }
.rse-product-card__body { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding: 15px 1px 0; }
.rse-product-card__body h3 { margin: 0 0 7px; font-size: 13px; font-weight: 500; line-height: 1.35; }
.rse-product-card__body h3 a { color: inherit; text-decoration: none; }
.rse-product-card__price { font-size: 12px; }
.rse-product-card__price del { margin-right: 5px; color: #888; }
.rse-product-card__add { flex: 0 0 auto; display: flex !important; align-items: center; justify-content: center; width: 34px; min-width: 34px !important; height: 34px; min-height: 34px !important; margin: 0 !important; padding: 0 !important; border: 1px solid var(--rse-line) !important; border-radius: 50% !important; color: var(--rse-black) !important; background: transparent !important; }
.rse-product-card__add:hover { color: var(--rse-white) !important; background: var(--rse-black) !important; }
.rse-product-card__add svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.5; }

/* Editorial split */
.rse-editorial-split { position: relative; color: var(--rse-black); }
.rse-editorial-split__media { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; }
.rse-editorial-split.is-left-wide .rse-editorial-split__media { grid-template-columns: 1.45fr .55fr; }
.rse-editorial-split.is-right-wide .rse-editorial-split__media { grid-template-columns: .55fr 1.45fr; }
.rse-editorial-split__media figure { min-height: inherit; margin: 0; background-position: center; background-size: cover; overflow: hidden; }
.rse-editorial-split__content { max-width: 820px; padding: 56px var(--rse-pad) 72px; }
.rse-editorial-split__content p { max-width: 600px; margin: 22px 0 30px; font-size: 16px; line-height: 1.6; }
.rse-editorial-split.is-overlay:after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.56), transparent 60%); content: ''; pointer-events: none; }
.rse-editorial-split.is-overlay .rse-editorial-split__content { position: absolute; z-index: 2; bottom: 0; left: 0; color: var(--rse-white); }

/* Category grid */
.rse-category-grid__items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.rse-category-card { min-width: 0; color: inherit !important; text-decoration: none !important; }
.rse-category-card__image { aspect-ratio: 4 / 5; background: var(--rse-soft) center / cover; overflow: hidden; transition: transform .6s var(--rse-ease), filter .6s; }
.rse-category-card:hover .rse-category-card__image { filter: brightness(.92); transform: scale(.995); }
.rse-category-card__meta { display: flex; align-items: baseline; padding: 17px 0; border-bottom: 1px solid var(--rse-line); }
.rse-category-card__meta h3 { margin: 0; font-size: clamp(18px, 2vw, 30px); font-weight: 500; letter-spacing: -.025em; }
.rse-category-card__meta sup { margin-left: 5px; font-size: 9px; }
.rse-category-card__meta svg { width: 20px; margin-left: auto; fill: none; stroke: currentColor; }

/* Image content banner */
.rse-content-banner { position: relative; display: flex; align-items: center; min-height: 650px; padding: clamp(56px, 8vw, 120px) var(--rse-pad); color: var(--rse-white); background: #333 var(--rse-banner-image) center / cover; overflow: hidden; }
.rse-content-banner:after { position: absolute; z-index: 0; inset: 0; content: ''; }
.rse-content-banner__inner { position: relative; z-index: 1; width: min(760px, 100%); }
.rse-content-banner__inner h2 { margin-bottom: 26px; }
.rse-content-banner__inner p { max-width: 650px; margin: 0 0 30px; font-size: 16px; line-height: 1.6; }
.rse-content-banner.is-center { justify-content: center; text-align: center; }
.rse-content-banner.is-center .rse-content-banner__inner p { margin-right: auto; margin-left: auto; }
.rse-content-banner.is-center .rse-button-row { justify-content: center; }
.rse-content-banner.is-right { justify-content: flex-end; text-align: right; }
.rse-content-banner.is-right .rse-button-row { justify-content: flex-end; }

/* Countdown */
.rse-countdown { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; color: var(--rse-black); background: #e8e1d8; }
.rse-countdown__image { min-height: 620px; background: center / cover; }
.rse-countdown__content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(48px, 7vw, 110px); }
.rse-countdown__content h2 { margin-bottom: 28px; }
.rse-countdown__clock { display: grid; grid-template-columns: repeat(4, minmax(58px, 1fr)); width: 100%; margin-top: 70px; border-top: 1px solid rgba(17,17,17,.3); border-bottom: 1px solid rgba(17,17,17,.3); }
.rse-countdown__clock > div { padding: 20px 14px 18px; text-align: center; }
.rse-countdown__clock > div + div { border-left: 1px solid rgba(17,17,17,.3); }
.rse-countdown__clock strong { display: block; font-size: clamp(28px, 4vw, 56px); font-weight: 400; line-height: 1; letter-spacing: -.05em; }
.rse-countdown__clock span { display: block; margin-top: 8px; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.rse-countdown__ended { margin-top: 25px; }

/* Featured product */
.rse-featured-product { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr); min-height: 760px; padding: var(--rse-section-y) var(--rse-pad); gap: clamp(40px, 7vw, 120px); }
.rse-featured-product__gallery { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 14px; min-width: 0; }
.rse-featured-product__main { position: relative; min-height: 720px; background: var(--rse-soft); }
.rse-featured-product__main figure { position: absolute; inset: 0; margin: 0; opacity: 0; visibility: hidden; transition: opacity .45s; }
.rse-featured-product__main figure.is-active { opacity: 1; visibility: visible; }
.rse-featured-product__main img { width: 100%; height: 100%; object-fit: cover; }
.rse-featured-product__thumbs { display: flex; flex-direction: column; gap: 10px; order: -1; }
.rse-featured-product__thumbs button { aspect-ratio: 3 / 4; padding: 0; border: 1px solid transparent; background: var(--rse-soft); overflow: hidden; cursor: pointer; }
.rse-featured-product__thumbs button.is-active { border-color: var(--rse-black); }
.rse-featured-product__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.rse-featured-product__info { align-self: center; }
.rse-featured-product__info h2 { margin-bottom: 18px; font-size: clamp(34px, 4vw, 64px); }
.rse-featured-product__price { margin-bottom: 30px; font-size: 18px; }
.rse-featured-product__description { margin-bottom: 34px; color: rgba(17,17,17,.7); font-size: 15px; line-height: 1.65; }
.rse-featured-product__info > .rse-text-link { margin-top: 24px; }

/* Lookbook */
.rse-lookbook { width: 100%; padding: var(--rse-section-y) var(--rse-pad); }
.rse-lookbook__image { position: relative; min-height: 760px; background: var(--rse-soft) center / cover; }
.rse-lookbook__image > h2 { position: absolute; top: 24px; left: 28px; z-index: 2; margin: 0; color: var(--rse-white); font-size: clamp(26px, 4vw, 58px); font-weight: 500; letter-spacing: -.04em; }
.rse-hotspot { position: absolute; z-index: 4; transform: translate(-50%, -50%); }
.rse-hotspot > button { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); box-shadow: 0 4px 18px rgba(0,0,0,.2); cursor: pointer; }
.rse-hotspot > button:before { position: absolute; inset: -8px; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; content: ''; animation: rse-pulse 2s infinite; }
.rse-hotspot > button span { width: 8px; height: 8px; border-radius: 50%; background: var(--rse-black); }
.rse-hotspot__card { position: absolute; bottom: 46px; left: 50%; display: grid; grid-template-columns: 78px 1fr; gap: 13px; width: 280px; padding: 12px; color: var(--rse-black); background: var(--rse-white); box-shadow: 0 16px 40px rgba(0,0,0,.18); opacity: 0; visibility: hidden; transform: translate(-50%, 10px); transition: all .3s var(--rse-ease); }
.rse-hotspot.is-open .rse-hotspot__card { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.rse-hotspot__card img { width: 78px; height: 98px; object-fit: cover; }
.rse-hotspot__card h3 { margin: 4px 0 8px; font-size: 12px; line-height: 1.3; }
.rse-hotspot__card div { font-size: 11px; }
.rse-hotspot__card a { display: inline-block; margin-top: 12px; color: inherit; font-size: 10px; text-transform: uppercase; }
@keyframes rse-pulse { 0%,100% { transform: scale(.8); opacity: 0; } 45% { opacity: 1; } 90% { transform: scale(1.25); opacity: 0; } }

/* Locator */
.rse-locator__body { position: relative; }
.rse-locator__store { display: none; grid-template-columns: 1.25fr .75fr; min-height: 560px; background: var(--rse-soft); }
.rse-locator__store.is-active { display: grid; }
.rse-locator__image { min-height: 560px; background: center / cover; }
.rse-locator__info { padding: clamp(36px, 5vw, 72px); }
.rse-locator__info > div:first-child { display: flex; align-items: center; gap: 14px; }
.rse-locator__info > div:first-child svg { width: 25px; fill: none; stroke: currentColor; }
.rse-locator__info h3 { margin: 0; font-size: 30px; font-weight: 500; }
.rse-locator__info dl { margin: 44px 0; }
.rse-locator__info dt { margin-top: 24px; font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.rse-locator__info dd { margin: 8px 0 0; font-size: 14px; line-height: 1.55; }
.rse-locator__info dd a { color: inherit; }

/* Before / after */
.rse-before-after { display: grid; grid-template-columns: minmax(280px, .55fr) minmax(0, 1.45fr); align-items: center; gap: clamp(44px, 7vw, 110px); }
.rse-before-after__copy p { max-width: 420px; margin: 24px 0 32px; color: rgba(17,17,17,.68); line-height: 1.65; }
.rse-compare { position: relative; aspect-ratio: 16 / 10; background: var(--rse-soft); overflow: hidden; }
.rse-compare img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rse-compare__after { position: absolute; inset: 0; width: 100%; clip-path: inset(0 calc(100% - var(--position)) 0 0); }
.rse-compare__after:after { position: absolute; top: 0; bottom: 0; left: var(--position); width: 1px; background: white; content: ''; }
.rse-compare input { position: absolute; z-index: 5; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.rse-compare__handle { position: absolute; z-index: 4; top: 50%; left: var(--position); display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; color: var(--rse-black); background: white; box-shadow: 0 2px 15px rgba(0,0,0,.2); transform: translate(-50%, -50%); }
.rse-compare__label { position: absolute; z-index: 3; bottom: 18px; padding: 7px 10px; color: var(--rse-black); background: white; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.rse-compare__label.is-before { left: 18px; }
.rse-compare__label.is-after { right: 18px; }

/* Testimonials and blog */
.rse-testimonials { background: var(--rse-soft); }
.rse-testimonials__track { grid-auto-columns: calc((100% - 2 * 18px) / 3); }
.rse-testimonial { display: flex; flex-direction: column; min-height: 340px; margin: 0; padding: clamp(28px, 3vw, 48px); border: 1px solid rgba(17,17,17,.12); background: var(--rse-white); scroll-snap-align: start; }
.rse-testimonial > svg { width: 28px; height: 22px; margin-bottom: 38px; fill: var(--rse-black); }
.rse-testimonial > p { margin: 0; font-size: clamp(20px, 2.1vw, 30px); line-height: 1.25; letter-spacing: -.03em; }
.rse-testimonial footer { display: flex; align-items: center; gap: 13px; margin-top: auto; padding-top: 32px; }
.rse-testimonial footer img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.rse-testimonial footer strong, .rse-testimonial footer span { display: block; }
.rse-testimonial footer strong { font-size: 12px; }
.rse-testimonial footer span { margin-top: 4px; color: #777; font-size: 10px; }
.rse-blog__track { grid-auto-columns: calc((100% - 2 * 20px) / 3); gap: 20px; }
.rse-article-card { scroll-snap-align: start; }
.rse-article-card__image { display: block; aspect-ratio: 4 / 3; background: var(--rse-soft); overflow: hidden; }
.rse-article-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--rse-ease); }
.rse-article-card:hover .rse-article-card__image img { transform: scale(1.035); }
.rse-article-card__meta { display: flex; gap: 10px; margin-top: 15px; color: #777; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.rse-article-card h3 { margin: 12px 0 18px; font-size: clamp(18px, 2vw, 27px); font-weight: 500; line-height: 1.18; letter-spacing: -.025em; }
.rse-article-card h3 a { color: inherit; text-decoration: none; }

/* Footer */
.rse-footer { padding: clamp(64px, 9vw, 130px) var(--rse-pad) 24px; color: var(--rse-white); background: var(--rse-black); }
.rse-footer a { color: inherit; }
.rse-footer__top { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 9vw, 160px); padding-bottom: clamp(70px, 10vw, 150px); }
.rse-footer__brand img { width: min(220px, 100%); max-height: 80px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.rse-footer__brand strong { font-size: clamp(34px, 5vw, 72px); line-height: 1; letter-spacing: -.06em; }
.rse-footer__newsletter h2 { max-width: 850px; }
.rse-footer__newsletter > p { max-width: 560px; margin: 28px 0 36px; color: rgba(255,255,255,.66); line-height: 1.6; }
.rse-footer__placeholder-form, .rse-footer__newsletter form { display: flex; width: min(700px, 100%); border-bottom: 1px solid rgba(255,255,255,.55); }
.rse-footer__placeholder-form input, .rse-footer__newsletter form input[type="email"] { flex: 1; height: 58px; padding: 0; border: 0 !important; color: inherit !important; background: transparent !important; outline: none; }
.rse-footer__placeholder-form button { width: 55px; padding: 0; border: 0; color: inherit; background: transparent; }
.rse-footer__placeholder-form svg { width: 22px; fill: none; stroke: currentColor; }
.rse-footer__middle { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; padding: 50px 0 70px; border-top: 1px solid rgba(255,255,255,.18); }
.rse-footer__middle h3 { margin: 0 0 22px; color: inherit; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.rse-footer__menu { margin: 0; padding: 0; list-style: none; }
.rse-footer__menu li + li { margin-top: 11px; }
.rse-footer__menu a, .rse-footer__socials a { color: rgba(255,255,255,.7); text-decoration: none; font-size: 13px; transition: color .25s; }
.rse-footer__menu a:hover, .rse-footer__socials a:hover { color: white; }
.rse-footer__socials { display: flex; flex-direction: column; align-items: flex-start; }
.rse-footer__socials a + a { margin-top: 11px; }
.rse-footer__bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.48); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 1024px) {
  .rse-header__inner { grid-template-columns: 1fr auto 1fr; }
  .rse-header__menu-toggle { display: inline-flex; justify-self: start; }
  .rse-header__logo { justify-self: center; }
  .rse-header__nav, .rse-account-link { display: none; }
  .rse-product-rail__track { grid-auto-columns: calc((100% - 2 * 16px) / 3); }
  .rse-testimonials__track, .rse-blog__track { grid-auto-columns: calc((100% - 16px) / 2); }
  .rse-featured-product { grid-template-columns: 1fr 1fr; gap: 40px; }
  .rse-featured-product__gallery { grid-template-columns: 58px 1fr; }
  .rse-featured-product__main { min-height: 600px; }
  .rse-before-after { grid-template-columns: 1fr; }
  .rse-before-after__copy { max-width: 640px; }
}

@media (max-width: 767px) {
  :root { --rse-pad: 18px; --rse-section-y: 68px; }
  .rse-section__head { align-items: flex-start; margin-bottom: 28px; }
  .rse-section__head h2 { font-size: 34px; }
  .rse-announcement { display: flex; justify-content: center; min-height: 29px; text-align: center; }
  .rse-announcement span { display: none; }
  .rse-header__main, .rse-header__inner { min-height: 62px; }
  .rse-header__actions { gap: 0; }
  .rse-languages { display: none; }
  .rse-icon-button { width: 34px; height: 34px; }
  .rse-header__logo img { max-width: 120px; max-height: 38px; }
  .rse-hero { min-height: 76vh; }
  .rse-hero__slide { background-image: var(--rse-hero-mobile); }
  .rse-hero__content { padding: 110px 20px 48px; }
  .rse-hero__title { font-size: clamp(48px, 17vw, 78px); }
  .rse-hero__dots { right: 18px; bottom: 16px; }
  .rse-product-rail__tools { gap: 10px; }
  .rse-product-rail__tools .rse-rail__arrows { display: none; }
  .rse-product-rail .rse-section__head { display: block; }
  .rse-product-rail .rse-tabs { margin-top: 22px; }
  .rse-product-rail__track { grid-auto-columns: 74vw; gap: 11px; margin-right: calc(-1 * var(--rse-pad)); }
  .rse-product-card__body h3 { font-size: 12px; }
  .rse-editorial-split__media, .rse-editorial-split.is-left-wide .rse-editorial-split__media, .rse-editorial-split.is-right-wide .rse-editorial-split__media { grid-template-columns: 1fr; min-height: 0 !important; }
  .rse-editorial-split__media figure { min-height: 65vh; }
  .rse-editorial-split__media figure + figure { min-height: 42vh; }
  .rse-editorial-split.is-overlay .rse-editorial-split__content { padding: 42px 20px; }
  .rse-editorial-split__content h2 { font-size: 44px; }
  .rse-category-grid__items { display: grid; grid-auto-flow: column; grid-auto-columns: 78vw; grid-template-columns: none; margin-right: calc(-1 * var(--rse-pad)); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .rse-category-card { scroll-snap-align: start; }
  .rse-content-banner { min-height: 560px; background-image: var(--rse-banner-mobile); }
  .rse-content-banner__inner h2 { font-size: 43px; }
  .rse-countdown { grid-template-columns: 1fr; }
  .rse-countdown__image { min-height: 58vh; }
  .rse-countdown__content { padding: 50px 20px; }
  .rse-countdown__content h2 { font-size: 42px; }
  .rse-countdown__clock { margin-top: 42px; }
  .rse-countdown__clock > div { padding: 16px 5px; }
  .rse-featured-product { grid-template-columns: 1fr; padding-right: 0; padding-left: 0; }
  .rse-featured-product__gallery { display: block; }
  .rse-featured-product__main { min-height: 0; aspect-ratio: 3 / 4; }
  .rse-featured-product__thumbs { flex-direction: row; padding: 12px 18px 0; overflow-x: auto; }
  .rse-featured-product__thumbs button { flex: 0 0 58px; }
  .rse-featured-product__info { padding: 0 18px; }
  .rse-lookbook { padding-right: 0; padding-left: 0; }
  .rse-lookbook__image { min-height: 80vh; }
  .rse-hotspot__card { width: 240px; grid-template-columns: 60px 1fr; }
  .rse-hotspot__card img { width: 60px; height: 78px; }
  .rse-locator .rse-section__head { display: block; }
  .rse-locator .rse-tabs { margin-top: 22px; }
  .rse-locator__store, .rse-locator__store.is-active { grid-template-columns: 1fr; }
  .rse-locator__image { min-height: 55vh; }
  .rse-locator__info { padding: 35px 24px 45px; }
  .rse-before-after { gap: 40px; }
  .rse-compare { aspect-ratio: 4 / 5; }
  .rse-testimonials__track { grid-auto-columns: 86vw; margin-right: calc(-1 * var(--rse-pad)); }
  .rse-blog__track { grid-auto-columns: 82vw; margin-right: calc(-1 * var(--rse-pad)); }
  .rse-rail__arrows { display: none; }
  .rse-footer__top { grid-template-columns: 1fr; gap: 55px; }
  .rse-footer__brand { order: 2; }
  .rse-footer__middle { grid-template-columns: 1fr 1fr; }
  .rse-footer__bottom { gap: 20px; }
}

@media (max-width: 782px) {
  .admin-bar .rse-header.is-fixed { top: 46px; }
}

/* Page header (breadcrumb + title) */
.rse-page-header { display: flex; align-items: center; padding: clamp(48px, 7vw, 110px) var(--rse-pad); background: var(--rse-soft); color: var(--rse-black); }
.rse-page-header.is-dark { background: var(--rse-black); color: var(--rse-white); }
.rse-page-header__inner { width: 100%; max-width: 940px; }
.rse-page-header.is-center { text-align: center; }
.rse-page-header.is-center .rse-page-header__inner { margin-inline: auto; }
.rse-breadcrumb { display: flex; gap: 10px; align-items: center; margin-bottom: 22px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.rse-page-header.is-center .rse-breadcrumb { justify-content: center; }
.rse-breadcrumb a { color: inherit; text-decoration: none; opacity: .65; }
.rse-breadcrumb a:hover { opacity: 1; text-decoration: underline; }
.rse-page-header__title { margin: 0; font-size: clamp(40px, 6vw, 96px); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
.rse-page-header__subtitle { max-width: 640px; margin: 22px 0 0; font-size: 15px; line-height: 1.6; opacity: .85; }
.rse-page-header.is-center .rse-page-header__subtitle { margin-inline: auto; }

/* Blog grid + category filter */
.rse-filter { display: flex; flex-wrap: wrap; gap: clamp(16px, 2.4vw, 34px); justify-content: center; margin-bottom: clamp(30px, 4vw, 54px); }
.rse-filter button { padding: 0; border: 0; background: transparent; color: #9a9a9a; font-size: clamp(20px, 2.4vw, 34px); font-weight: 500; letter-spacing: -.02em; cursor: pointer; transition: color .3s; }
.rse-filter button.is-active, .rse-filter button:hover { color: var(--rse-black); }
.rse-blog-grid__items { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 3vw, 46px) clamp(18px, 2vw, 28px); }
.rse-blog-grid .rse-article-card__image { aspect-ratio: 3 / 4; }
.rse-blog-grid .rse-article-card h3 { margin: 16px 0 8px; }
.rse-article-card.is-hidden { display: none; }

/* Accordion (FAQ + product details) */
.rse-faq, .rse-product-details { max-width: 1000px; margin-inline: auto; }
.rse-faq__group + .rse-faq__group { margin-top: clamp(40px, 6vw, 88px); }
.rse-faq__group-title { margin: 0 0 6px; font-size: clamp(30px, 4vw, 60px); font-weight: 500; letter-spacing: -.04em; }
.rse-accordion { border-top: 1px solid var(--rse-line); }
.rse-accordion__item { border-bottom: 1px solid var(--rse-line); }
.rse-accordion__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; padding: 24px 0; border: 0; background: transparent; color: inherit; font-size: clamp(15px, 1.4vw, 18px); font-weight: 500; text-align: left; cursor: pointer; }
.rse-accordion__head svg { width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform .35s var(--rse-ease); }
.rse-accordion__item.is-open .rse-accordion__head svg { transform: rotate(180deg); }
.rse-accordion__panel { height: 0; overflow: hidden; transition: height .35s var(--rse-ease); }
.rse-accordion__item.is-open .rse-accordion__panel { height: auto; }
.rse-accordion__content { padding: 0 0 26px; max-width: 900px; line-height: 1.7; color: #444; }
.rse-accordion__content > :first-child { margin-top: 0; }
.rse-accordion__content > :last-child { margin-bottom: 0; }

/* Contact */
.rse-contact { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(40px, 6vw, 100px); align-items: start; }
.rse-contact__intro h2 { margin: 0 0 20px; font-size: clamp(30px, 3.6vw, 56px); font-weight: 500; letter-spacing: -.04em; }
.rse-contact__intro p { max-width: 460px; line-height: 1.65; color: #444; }
.rse-contact__details { list-style: none; margin: 36px 0 0; padding: 0; display: grid; gap: 20px; }
.rse-contact__details li { display: flex; gap: 16px; align-items: flex-start; }
.rse-contact__icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.rse-contact__details small { display: block; margin-bottom: 3px; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: #888; }
.rse-contact__details a, .rse-contact__details strong { color: inherit; text-decoration: none; font-size: 17px; font-weight: 500; }
.rse-contact__details a:hover { text-decoration: underline; }
.rse-contact__form { display: grid; gap: 18px; }
.rse-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.rse-field { display: flex; flex-direction: column; gap: 8px; }
.rse-field > span { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: #666; }
.rse-field input, .rse-field textarea { width: 100%; padding: 14px 16px; border: 1px solid var(--rse-line); background: var(--rse-white); font: inherit; color: var(--rse-black); }
.rse-field input:focus, .rse-field textarea:focus { outline: none; border-color: var(--rse-black); }
.rse-contact__form .rse-button { justify-self: start; }
.rse-hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.rse-contact__notice { display: flex; gap: 12px; align-items: center; padding: 16px 18px; margin-bottom: 22px; border: 1px solid var(--rse-line); }
.rse-contact__notice.is-success { border-color: #1a7f4b; color: #1a7f4b; }
.rse-contact__notice.is-error { border-color: #b3261e; color: #b3261e; }
.rse-contact__notice svg { width: 22px; height: 22px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.6; }
.rse-contact__notice p { margin: 0; }

/* Product summary */
.rse-product-summary { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); gap: clamp(30px, 5vw, 90px); padding: var(--rse-section-y) var(--rse-pad); align-items: start; }
.rse-product-summary__gallery { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 14px; min-width: 0; }
.rse-product-summary__title { margin: 0 0 14px; font-size: clamp(28px, 3.4vw, 48px); font-weight: 500; letter-spacing: -.03em; }
.rse-product-summary__price { margin-bottom: 20px; font-size: 22px; }
.rse-product-summary__excerpt { margin-bottom: 24px; color: #444; line-height: 1.6; }
.rse-product-summary__cart .quantity input { width: 72px; padding: 12px; border: 1px solid var(--rse-line); background: var(--rse-white); font: inherit; }
.rse-product-summary__cart .variations { width: 100%; margin-bottom: 14px; border-collapse: collapse; }
.rse-product-summary__cart .variations th, .rse-product-summary__cart .variations td { padding: 8px 0; text-align: left; vertical-align: middle; }
.rse-product-summary__cart .variations select { padding: 12px; border: 1px solid var(--rse-line); background: var(--rse-white); font: inherit; }
.rse-product-summary__cart .single_add_to_cart_button, .rse-product-summary__cart .button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; margin-top: 12px; padding: 15px 28px; border: 1px solid var(--rse-black); background: var(--rse-black); color: var(--rse-white); font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.rse-product-summary__cart .single_add_to_cart_button { width: 100%; }
.rse-product-summary__badges { list-style: none; margin: 24px 0 0; padding: 22px 0 0; border-top: 1px solid var(--rse-line); display: grid; gap: 14px; }
.rse-product-summary__badges li { display: flex; align-items: center; gap: 12px; font-size: 13px; }
.rse-product-summary__badges svg { width: 22px; height: 22px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.4; }
.rse-product-summary__meta { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 18px; font-size: 12px; color: #777; }
.rse-product-summary__meta a { color: inherit; }

/* Related products rail */
.rse-related__track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 3 * 18px) / 4); gap: 18px; padding-bottom: 12px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.rse-related__track::-webkit-scrollbar { display: none; }
.rse-related__track .rse-product-card { scroll-snap-align: start; }

/* Detail banner */
.rse-detail-banner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(12px, 1.6vw, 24px); padding: 0 var(--rse-pad); }
.rse-detail-banner figure { position: relative; margin: 0; min-height: 460px; display: flex; align-items: flex-end; background: var(--rse-soft) center / cover no-repeat; }
.rse-detail-banner__caption { margin: clamp(20px, 3vw, 44px); padding: clamp(22px, 2.4vw, 34px); max-width: 82%; background: var(--rse-black); color: var(--rse-white); }
.rse-detail-banner__caption strong, .rse-detail-banner__caption span { display: block; font-size: clamp(24px, 2.6vw, 40px); font-weight: 500; line-height: 1.05; letter-spacing: -.03em; }
.rse-detail-banner__caption span { opacity: .6; }

/* Responsive for the new widgets */
@media (max-width: 900px) {
  .rse-contact, .rse-product-summary { grid-template-columns: 1fr; }
  .rse-product-summary__gallery { grid-template-columns: 58px 1fr; }
  .rse-blog-grid__items { grid-template-columns: repeat(2, 1fr); }
  .rse-related__track { grid-auto-columns: calc((100% - 2 * 16px) / 3); }
}
@media (max-width: 640px) {
  .rse-field-row { grid-template-columns: 1fr; }
  .rse-product-summary__gallery { display: block; }
  .rse-detail-banner { grid-template-columns: 1fr; }
  .rse-detail-banner__caption { max-width: none; }
  .rse-related__track { grid-auto-columns: 74vw; gap: 11px; margin-right: calc(-1 * var(--rse-pad)); }
  .rse-page-header__title { font-size: clamp(36px, 12vw, 60px); }
}

/* Image carousel (auto-loop marquee) */
.rse-marquee { --rse-marquee-duration: 30s; --rse-marquee-height: 460px; --rse-marquee-item: 340px; --rse-marquee-gap: 0px; --rse-marquee-radius: 0px; position: relative; width: 100%; overflow: hidden; }
.rse-marquee__head { padding: 0 var(--rse-pad); margin-bottom: clamp(20px, 3vw, 40px); }
.rse-marquee__track { display: flex; width: max-content; will-change: transform; animation: rse-marquee-scroll var(--rse-marquee-duration, 30s) linear infinite; }
.rse-marquee[data-direction="right"] .rse-marquee__track { animation-direction: reverse; }
.rse-marquee.is-paused .rse-marquee__track,
.rse-marquee.is-touch-paused .rse-marquee__track,
.rse-marquee[data-pause="yes"]:hover .rse-marquee__track { animation-play-state: paused; }
.rse-marquee__group { display: flex; }
.rse-marquee__item { flex: 0 0 auto; width: var(--rse-marquee-item, 340px); height: var(--rse-marquee-height, 460px); margin-inline-end: var(--rse-marquee-gap, 0px); overflow: hidden; border-radius: var(--rse-marquee-radius, 0px); text-decoration: none; }
.rse-marquee__item img { display: block; width: 100%; height: 100%; object-fit: cover; }
.rse-marquee.is-grayscale .rse-marquee__item img { filter: grayscale(1); transition: filter .5s var(--rse-ease); }
.rse-marquee.is-grayscale .rse-marquee__item:hover img { filter: grayscale(0); }
.rse-marquee__placeholder { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; background: var(--rse-soft); }
.rse-marquee__placeholder svg { width: 34px; height: 34px; fill: none; stroke: var(--rse-line); stroke-width: 1.5; }
@keyframes rse-marquee-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

@media (prefers-reduced-motion: reduce) {
  .rse-hero__slide, .rse-product-card__media img, .rse-drawer__panel, [class*="rse-"] { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
