/* RIENG personalized homepage. No app or product-page selectors. */
.rgx{--rgx-ink:#111113;--rgx-paper:#f6f3ef;--rgx-red:#86162a;--rgx-muted:#c1b8bc;background:var(--rgx-ink);color:#fff;font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.65}
.rgx *{box-sizing:border-box}.rgx :is(h2,h3,p,figure){margin:0}.rgx a{color:inherit;text-decoration:none}.rgx img{display:block;max-width:100%}.rgx a:focus-visible,.rgx summary:focus-visible{outline:3px solid #e2aab4;outline-offset:5px}.rgx :is(section[id]){scroll-margin-top:125px}
.rgx .rgx-eyebrow{font-size:11px;letter-spacing:.15em;line-height:1.6;font-weight:600;color:#e7a4b2}.rgx h2{font:600 clamp(34px,3.2vw,50px)/1.15 'Playfair Display',serif;letter-spacing:-.025em;text-wrap:balance}.rgx h3{font-weight:600}.rgx .rgx-title{font-size:clamp(44px,4.35vw,68px);line-height:1.12;margin:20px 0 24px;letter-spacing:-.035em}.rgx-title em{font-weight:500;color:#efb5c0}
.rgx-hero{display:grid;grid-template-columns:1fr 1fr;background:#171114}.rgx-hero__copy{padding:64px 5vw;align-self:center}.rgx-lead{max-width:490px;color:#e0d7dc;line-height:1.75}.rgx-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.rgx .rgx-button{display:inline-flex;justify-content:center;align-items:center;gap:24px;min-height:50px;padding:13px 22px;background:var(--rgx-red);border:1px solid var(--rgx-red);font-size:14px;font-weight:600;line-height:1.5;color:#fff;transition:background .18s,border-color .18s}.rgx .rgx-button:hover{background:#a6263d;border-color:#a6263d}.rgx .rgx-button--outline{background:transparent;border-color:#89777d}.rgx .rgx-button--outline:hover{background:#34252c;border-color:#c3aab3}.rgx .rgx-button--light{background:#fff;color:#34111a;border-color:#fff}.rgx .rgx-button--light:hover{background:#f4dce2;border-color:#f4dce2}.rgx .rgx-hero__hint{margin-top:20px;font-size:13px;color:#c4b8be;max-width:410px}.rgx-hero__photo{position:relative;min-height:640px;overflow:hidden}.rgx-hero__photo>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 54%}.rgx-hero__photo:after{content:'';position:absolute;inset:60% 0 0;background:linear-gradient(transparent,#080808a8);pointer-events:none}.rgx-hero__caption{position:absolute;z-index:1;bottom:28px;left:32px;right:24px;display:flex;flex-direction:column;gap:5px;color:#fff}.rgx-hero__caption span:first-child{font-size:11px;letter-spacing:.13em;font-weight:600}.rgx-hero__caption span:last-child{font:500 italic 22px/1.3 'Playfair Display',serif}
.rgx-shortcuts{display:grid;grid-template-columns:repeat(3,1fr);background:#151416;border-top:1px solid #393037;border-bottom:1px solid #393037}.rgx-shortcuts a{display:flex;gap:18px;align-items:center;padding:24px 5vw;min-height:72px;font-size:14px}.rgx-shortcuts a+a{border-left:1px solid #393037}.rgx-shortcuts a>span:first-child{color:#e0a0ad;font-size:12px}.rgx-shortcuts a>span:last-child{margin-left:auto;color:#b1a7ac}.rgx-shortcuts a:hover{background:#2a1e24}
.rgx-section{padding:82px 5vw}.rgx-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:34px}.rgx-section-head h2{margin-top:10px}.rgx-section-head p:not(.rgx-eyebrow){color:#71676b;font-size:14px;max-width:560px;margin-top:16px}.rgx .rgx-text-link{display:inline-flex;align-items:center;gap:16px;min-height:44px;font-size:14px;font-weight:500;border-bottom:1px solid currentColor;align-self:flex-start}.rgx-text-link:hover{opacity:.75}
.rgx-products{background:var(--rgx-paper);color:#211c1e}.rgx-products .rgx-eyebrow{color:#86162a}.rgx-products__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.rgx-product{min-width:0}.rgx-product__link{display:flex;flex-direction:column;height:100%;border-bottom:1px solid #c9c0c2}.rgx-product__image{aspect-ratio:1;position:relative;overflow:hidden;background:#e8e3e0}.rgx-product__image img{width:100%;height:100%;object-fit:cover;transition:transform .25s}.rgx-product__link:hover img{transform:scale(1.025)}.rgx-product__info{display:flex;flex:1;flex-direction:column;padding:18px 0 0}.rgx .rgx-product__label{font-size:10px;letter-spacing:.08em;line-height:1.5;color:#76616a}.rgx-product h3{font:600 16px/1.5 'DM Sans',sans-serif;margin:7px 0 12px;overflow-wrap:anywhere}.rgx .rgx-product__price{color:#80152a;font-size:17px;font-weight:600;margin-top:auto}.rgx-product__price>span{font-size:13px;font-weight:400}.rgx-product__cta{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:52px;padding:12px 0;font-size:14px;font-weight:500;margin-top:8px}.rgx-product__link:hover .rgx-product__cta{color:#86162a}.rgx-products__empty{grid-column:1/-1}.rgx .rgx-products__note{font-size:13px;line-height:1.65;color:#706469;padding-top:24px}.rgx-product__stock{position:absolute;left:10px;bottom:10px;padding:5px 9px;font-size:12px;background:#fff;color:#34232b}.rgx-image-placeholder{display:grid;place-items:center;height:100%;font-weight:600}
.rgx-how{display:grid;grid-template-columns:1fr 1fr;background:#761628}.rgx-how__image{position:relative;min-height:650px}.rgx-how__image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 44%}.rgx-how__copy{padding:64px 5vw}.rgx-how h2{margin:16px 0 24px;font-size:clamp(32px,3vw,46px)}.rgx-how .rgx-eyebrow{color:#efbec9}.rgx-steps{padding:0;margin:0 0 28px;list-style:none}.rgx-steps li{display:grid;grid-template-columns:34px 1fr;gap:16px;padding:20px 0;border-bottom:1px solid #ad637280}.rgx-steps li>span{font-size:12px;color:#efbec9;padding-top:4px}.rgx-steps h3{font:600 17px/1.5 'DM Sans',sans-serif}.rgx-steps p{font-size:14px;color:#f0d3d9;margin-top:5px}.rgx .rgx-how__note{font-size:12px;color:#eac2cc;margin-top:15px}
.rgx-look .rgx-section-head>p{font-size:13px;color:var(--rgx-muted);max-width:295px}.rgx-look__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.rgx-look figure{min-width:0}.rgx-look img{width:100%;height:auto;aspect-ratio:3/4;object-fit:cover;object-position:center 35%;border:1px solid #3a3036}.rgx-look figcaption{font-size:13px;color:#c5b9bf;line-height:1.6;padding:14px 2px 0}
.rgx-faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:9vw;border-top:1px solid #3a3036;background:#191619}.rgx-faq h2{margin:12px 0 20px}.rgx-faq__intro>p:not(.rgx-eyebrow){color:var(--rgx-muted);font-size:15px;max-width:350px}.rgx-faq__intro .rgx-text-link{margin-top:24px;font-size:13px}.rgx-faq details{border-bottom:1px solid #4e414a}.rgx-faq details:first-child{border-top:1px solid #4e414a}.rgx-faq summary{display:flex;align-items:center;justify-content:space-between;gap:24px;list-style:none;padding:22px 0;font-size:16px;line-height:1.5;font-weight:500;cursor:pointer;min-height:64px}.rgx-faq summary::-webkit-details-marker{display:none}.rgx-faq summary>span{font-size:23px;font-weight:400;color:#e6b4c1;flex-shrink:0}.rgx-faq details[open] summary>span{transform:rotate(45deg)}.rgx-faq details>div{padding:0 32px 23px 0;color:#d1c6cd;font-size:14px;line-height:1.8}.rgx-faq details p a{text-decoration:underline;text-underline-offset:3px;color:#fff}
.rgx-end{text-align:center;padding:72px 20px 80px;background:#761628}.rgx-end .rgx-eyebrow{color:#edbec8}.rgx-end h2{font-size:clamp(38px,4.5vw,62px);margin:17px 0 28px}
@media(max-width:1100px) and (min-width:901px){.rgx-hero__copy{padding:44px 4vw}.rgx .rgx-title{font-size:48px}.rgx-hero__photo{min-height:650px}.rgx-shortcuts a{padding:20px 3vw}.rgx-how__copy{padding:48px 4vw}}
@media(max-width:900px){.rgx-hero{grid-template-columns:1fr}.rgx-hero__copy{padding:42px 32px}.rgx .rgx-title{font-size:50px}.rgx-hero__photo{min-height:0;height:450px}.rgx-hero__photo img{object-position:50% 49%}.rgx-shortcuts a{padding:18px 20px;gap:10px;font-size:13px}.rgx-section{padding:60px 32px}.rgx-products__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 16px}.rgx-how{grid-template-columns:1fr}.rgx-how__image{min-height:0;height:440px}.rgx-how__copy{padding:45px 32px}.rgx-how__image img{object-position:center 38%}.rgx-look__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 16px}.rgx-faq{grid-template-columns:1fr;gap:30px}.rgx-faq__intro>p:not(.rgx-eyebrow){max-width:540px}}
@media(max-width:560px){.rgx{font-size:15px}.rgx-hero__copy{padding:32px 20px}.rgx .rgx-eyebrow{font-size:10px;letter-spacing:.1em}.rgx .rgx-title{font-size:39px;margin:15px 0 18px}.rgx-lead{font-size:15px;line-height:1.7}.rgx-actions{gap:10px;margin-top:23px}.rgx .rgx-button{font-size:13px;padding:12px 16px;gap:20px;min-height:48px}.rgx .rgx-hero__hint{font-size:12px;margin-top:16px}.rgx-hero__photo{height:350px}.rgx-hero__caption{left:20px;bottom:20px}.rgx-shortcuts{grid-template-columns:1fr}.rgx-shortcuts a{padding:12px 20px;min-height:48px}.rgx-shortcuts a+a{border-left:0;border-top:1px solid #393037}.rgx-shortcuts a>span:first-child{min-width:24px}.rgx-section{padding:48px 20px}.rgx-section-head{align-items:flex-start;flex-direction:column;gap:15px;margin-bottom:24px}.rgx h2{font-size:33px}.rgx-section-head p:not(.rgx-eyebrow){font-size:13px;margin-top:12px}.rgx .rgx-text-link{font-size:13px;min-height:40px}.rgx-products__grid{gap:24px 12px}.rgx-product__info{padding-top:13px}.rgx .rgx-product__label{font-size:9px;letter-spacing:0}.rgx-product h3{font-size:14px;line-height:1.5;margin:7px 0 10px}.rgx .rgx-product__price{font-size:15px}.rgx-product__price>span{font-size:11px}.rgx-product__cta{font-size:13px;min-height:46px;padding:10px 0}.rgx .rgx-products__note{font-size:12px}.rgx-how__image{height:350px}.rgx-how__copy{padding:38px 20px}.rgx-how h2{font-size:32px}.rgx-steps li{gap:12px;padding:17px 0}.rgx-steps h3{font-size:16px}.rgx-steps p{font-size:13px}.rgx-look__grid{gap:22px 12px}.rgx-look figcaption{font-size:12px;padding-top:10px}.rgx-look .rgx-section-head>p{max-width:100%}.rgx-faq summary{font-size:15px;gap:18px;padding:18px 0}.rgx-faq details>div{font-size:13px;padding-right:8px}.rgx-end{padding:52px 20px 66px}.rgx-end h2{font-size:36px}}
.rgx .rgx-faq summary,.rgx .rgx-faq summary:hover,.rgx .rgx-faq summary:focus{color:#f7edf2}
@media(max-width:900px){.rgx-how__copy{grid-row:1}.rgx-how__image{grid-row:2}}
@media(max-width:560px){body:has(.rgx) #rvFab .rv-fab-label{display:none}}
@media(prefers-reduced-motion:reduce){html:has(.rgx){scroll-behavior:auto!important}.rgx *{transition:none!important;scroll-behavior:auto!important}.rgx-product__link:hover img{transform:none}}
