/* Final art-direction pass: glass, amber light and deliberate motion. */
:root{--amber:#d6a852;--ivory:#f4f0e8}
main{position:relative;z-index:1}.wardrobe,.duo,.scent-finder,.featured,.founder-editorial{position:relative;isolation:isolate}.wardrobe:before,.duo:after{content:'';position:absolute;pointer-events:none;z-index:-1;border-radius:50%;filter:blur(12px)}.wardrobe:before{width:34vw;height:34vw;right:-14vw;top:5%;background:radial-gradient(circle,rgba(176,103,31,.22),transparent 67%);animation:amberDrift 12s ease-in-out infinite}.duo:after{width:36vw;height:36vw;left:-14vw;top:12%;background:radial-gradient(circle,rgba(214,168,82,.13),transparent 68%);animation:amberDrift 15s ease-in-out -5s infinite}
.wardrobe-head .eyebrow,.duo .eyebrow{display:flex;align-items:center;gap:10px}.wardrobe-head .eyebrow:after,.duo .eyebrow:after{content:'';width:38px;height:1px;background:var(--amber);display:block}.wardrobe-card{box-shadow:0 16px 42px rgba(0,0,0,.18)}.wardrobe-card:before{content:'';position:absolute;inset:10px;border:1px solid rgba(244,240,232,.17);z-index:2;pointer-events:none;opacity:0;transform:scale(.97);transition:.55s}.wardrobe-card:hover:before{opacity:1;transform:scale(1)}.wardrobe-card .wardrobe-copy>span{display:inline-flex;align-items:center;gap:8px}.wardrobe-card .wardrobe-copy>span b{transition:transform .35s}.wardrobe-card:hover .wardrobe-copy>span b{transform:translate(4px,-4px)}
.duo-product{border-radius:2px}.duo-product:before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(214,168,82,.16),transparent 38%);opacity:0;transition:.35s}.duo-product:hover:before,.duo-product.selected:before{opacity:1}.duo-add{position:relative;overflow:hidden;transition:transform .25s,box-shadow .25s}.duo-add:before{content:'';position:absolute;inset:0;background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.48) 50%,transparent 80%);transform:translateX(-130%);transition:transform .65s}.duo-add:hover{transform:translateY(-2px);box-shadow:0 11px 28px rgba(214,168,82,.22)}.duo-add:hover:before{transform:translateX(130%)}
.featured .product-card{transition:transform .45s cubic-bezier(.2,.8,.2,1)}.featured .product-card:hover{transform:translateY(-8px)}.featured .product-image{position:relative;overflow:hidden}.featured .product-image:after{content:'';position:absolute;inset:auto 12% 0;height:24%;background:radial-gradient(ellipse,rgba(214,168,82,.23),transparent 70%);filter:blur(12px);pointer-events:none}
@keyframes amberDrift{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(-4vw,3vw,0) scale(1.16)}}
@media (prefers-reduced-motion:no-preference){.wardrobe-card,.duo-heading,.duo-picker,.scent-finder .finder-intro,.scent-finder .mood-list,.featured .section-head,.featured .product-card,.founder-card{animation:reveal .75s both;animation-timeline:view();animation-range:entry 5% cover 30%}.wardrobe-card:nth-child(2),.duo-product:nth-child(2),.featured .product-card:nth-child(2){animation-delay:.08s}.wardrobe-card:nth-child(3),.duo-product:nth-child(3),.featured .product-card:nth-child(3){animation-delay:.16s}.wardrobe-card:nth-child(4),.featured .product-card:nth-child(4){animation-delay:.24s}@keyframes reveal{from{opacity:0;transform:translateY(28px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}}
@media(max-width:780px){.wardrobe:before{width:105vw;height:105vw;right:-52vw;top:2%}.wardrobe-card{box-shadow:none}.wardrobe-card:before{inset:8px;opacity:.55;transform:none}.wardrobe-card:hover:before{transform:none}.duo{padding:78px 18px 86px}.duo:after{width:120vw;height:120vw;left:-75vw;top:22%}.duo-heading{padding-right:18px}.duo-price{margin-top:6px}.duo-products{gap:10px}.duo-product{min-height:225px;padding:11px}.duo-product b{font-size:17px;line-height:1.05}.duo-add{min-height:54px;margin-top:20px}.featured .product-card:hover{transform:none}.featured .product-card{border:1px solid rgba(244,240,232,.1);padding-bottom:12px;background:rgba(255,255,255,.015)}.featured .product-card h3,.featured .product-card .cap{padding-left:12px;padding-right:12px}.mobile-dock{box-shadow:0 -12px 35px rgba(0,0,0,.32)}.mobile-dock a:first-child b{position:relative}.mobile-dock a:first-child b:after{content:'';position:absolute;width:4px;height:4px;background:var(--amber);border-radius:50%;left:50%;bottom:-7px;transform:translateX(-50%)}}
.founder-editorial{background:radial-gradient(circle at 68% 18%,rgba(173,111,39,.22),transparent 29%),#12120f!important}.founder-photo{background:#171510!important}.founder-photo img{filter:saturate(.78) contrast(1.06) brightness(.82);transition:transform 1.1s cubic-bezier(.2,.8,.2,1),filter .7s}.founder-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,6,5,.02) 34%,rgba(6,6,5,.75) 100%);pointer-events:none}.founder-photo:hover img{transform:scale(1.055);filter:saturate(1) contrast(1.03) brightness(.92)}.founder-photo .portrait-number,.founder-photo .portrait-caption{position:absolute;z-index:3;font-family:DM Mono,monospace;text-transform:uppercase;letter-spacing:.14em;opacity:1}.founder-photo .portrait-number{top:24px;right:25px;font-size:11px;color:var(--ivory);width:34px;height:34px;border:1px solid rgba(244,240,232,.55);display:grid;place-items:center;border-radius:50%}.founder-photo .portrait-caption{left:24px;bottom:24px;font-size:8px;color:#e2ba73}.founder-card.aziz .founder-photo{clip-path:polygon(0 0,100% 0,100% 91%,91% 100%,0 100%)}.founder-card.qudoos .founder-photo{clip-path:polygon(0 0,91% 0,100% 9%,100% 100%,0 100%)}
@media(max-width:780px){.founder-editorial{background:radial-gradient(circle at 70% 8%,rgba(173,111,39,.18),transparent 33%),#12120f!important}.founder-photo .portrait-number{top:17px;right:17px;width:29px;height:29px;font-size:8px}.founder-photo .portrait-caption{left:17px;bottom:18px;font-size:7px}.founder-card.aziz .founder-photo,.founder-card.qudoos .founder-photo{clip-path:none}.founder-photo img{object-position:center 32%}}
