/* Home-page rhythm: product grid, editorial profile and compact new-release showcase. */
.hot-products{max-width:1380px;margin:0 auto;padding:70px 0 78px;display:grid;grid-template-columns:28% 72%;gap:38px;background:#fff8fb}.hot-intro{align-self:center;padding:24px 20px 24px 34px}.hot-intro h2{margin:14px 0;font:700 clamp(34px,3.6vw,56px)/.96 'Playfair Display',serif;letter-spacing:-.055em}.hot-intro h2 i{color:var(--red);font-weight:600}.hot-intro>p:not(.eyebrow){max-width:250px;color:var(--muted);font-size:12px;line-height:1.7}.hot-button{margin-top:15px;min-height:37px;padding:0 16px;border-radius:5px;background:#f27aa2;color:#fff;font-size:10px}.hot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding-right:26px}.hot-card{min-height:184px;display:grid;place-items:center;padding:13px;background:#fff;color:var(--ink);text-decoration:none;transition:transform .25s,box-shadow .25s}.hot-card:hover{transform:translateY(-4px);box-shadow:0 12px 25px rgba(81,35,67,.13)}.hot-card img{width:100%;height:140px;object-fit:contain}.hot-card span{font-size:9px;font-weight:800;text-align:center}.profile-section{position:relative;max-width:1380px;margin:0 auto;padding:72px 10%;display:grid;grid-template-columns:39% 1fr;align-items:center;gap:9%;overflow:hidden;background:#fff8fb}.profile-section:before,.profile-section:after{content:"";position:absolute;z-index:0;width:280px;height:280px;border:22px solid #f6d7e4;border-radius:50%;opacity:.65}.profile-section:before{left:-160px;bottom:-140px}.profile-section:after{right:-180px;top:-160px}.profile-visual,.profile-copy{position:relative;z-index:1}.profile-visual{width:min(360px,100%);aspect-ratio:1;border:12px solid #f4c2d5;border-radius:50%;overflow:hidden;background:#fff}.profile-visual img{width:100%;height:100%;object-fit:cover}.profile-copy h2{margin:10px 0 16px;font:700 clamp(35px,4vw,56px)/1 'Playfair Display',serif;letter-spacing:-.05em}.profile-copy>p:not(.eyebrow){max-width:480px;color:var(--muted);font-size:12px;line-height:1.9}.profile-link{color:var(--red)}.new-showcase{max-width:1380px;margin:0 auto;padding:70px max(30px,7vw) 80px;text-align:center;color:#fff;background:linear-gradient(140deg,#7a247a,#bc438d)}.new-showcase .eyebrow{color:#ffd3e5}.new-showcase h2{margin:11px 0;font:700 clamp(38px,4.2vw,62px)/1 'Playfair Display',serif;letter-spacing:-.05em}.new-showcase-head>p:not(.eyebrow){max-width:640px;margin:0 auto;color:#f9e6f0;font-size:11px}.new-showcase-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:34px;text-align:left}.new-showcase .product-card{min-width:0;padding:10px;background:rgba(255,255,255,.1);color:#fff}.new-showcase .product-card>div{height:220px;border-radius:3px;background:#fff}.new-showcase .product-card h3{font-size:11px}.new-showcase .product-card p{color:#ffe1ed}.new-showcase .product-card span{display:none}.new-showcase-link{display:inline-flex;align-items:center;justify-content:center;min-width:190px;min-height:35px;margin-top:28px;border-radius:4px;background:rgba(255,255,255,.26);color:#fff;text-decoration:none;font-size:10px;font-weight:800}.new-showcase-link:hover{background:#fff;color:#9e337f}@media(max-width:900px){.hot-products{grid-template-columns:1fr;padding:50px 24px;gap:24px}.hot-intro{padding:0}.hot-grid{padding:0;grid-template-columns:repeat(2,1fr)}.profile-section{grid-template-columns:1fr;padding:56px 24px;gap:32px}.profile-visual{margin:auto}.new-showcase{padding:54px 24px}.new-showcase-grid{grid-template-columns:repeat(2,1fr)}.new-showcase .product-card>div{height:170px}}
