:root{--color-bg: #f8f7f5;--color-bg-white: #ffffff;--color-text-dark: #0a0a0a;--color-text-mid: #444444;--color-text-light: #888888;--color-border: #e5e2dc;--color-accent: #c8956c;--color-accent-pink: #e8a09a;--color-gold: #c9a84c;--color-dark-footer: #0a0a0a;--font-heading: "Cormorant Garamond", "Playfair Display", "Outfit", serif;--font-body: "Inter", sans-serif;--font-label: "Outfit", sans-serif;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 4rem;--spacing-xl: 6rem;--transition-fast: .25s cubic-bezier(.4, 0, .2, 1);--transition-slow: .55s cubic-bezier(.16, 1, .3, 1);--shadow-soft: 0 10px 40px -10px rgba(0,0,0,.08);--shadow-card: 0 4px 24px rgba(0,0,0,.06);--radius-sm: 6px;--radius-md: 14px;--radius-lg: 30px;--radius-pill:9999px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--color-text-dark);background-color:var(--color-bg-white);line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:500;line-height:1.25}a{text-decoration:none;color:inherit;transition:color var(--transition-fast)}a:hover{color:var(--color-text-mid)}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:var(--font-body)}.container{max-width:1300px;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);width:100%}.section-padding{padding:var(--spacing-xl) 0}.text-center{text-align:center}.mt-sm{margin-top:var(--spacing-sm)}.mt-md{margin-top:var(--spacing-md)}.mb-sm{margin-bottom:var(--spacing-sm)}.mb-md{margin-bottom:var(--spacing-md)}.section-label{font-family:var(--font-label);font-size:.7rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.75rem;display:block}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 2.2rem;font-family:var(--font-label);font-size:.75rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;border:none;cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;position:relative;overflow:hidden}.btn-black{background:var(--color-text-dark);color:#fff;border-radius:var(--radius-pill)}.btn-black:hover{background:#2a2a2a;transform:translateY(-2px);box-shadow:0 8px 24px #0003;color:#fff}.btn-outline{background:transparent;color:var(--color-text-dark);border:1.5px solid var(--color-text-dark);border-radius:var(--radius-pill)}.btn-outline:hover{background:var(--color-text-dark);color:#fff}.btn-white{background:#fff;color:var(--color-text-dark);border-radius:var(--radius-pill);box-shadow:0 2px 12px #0000001f}.btn-white:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000002e;color:var(--color-text-dark)}.btn-grey{background:#888;color:#fff;border-radius:var(--radius-pill)}.btn-grey:hover{background:#666}.announcement-bar{background:var(--color-text-dark);color:#ffffffe0;text-align:center;padding:.6rem 1rem;font-size:.72rem;font-family:var(--font-label);letter-spacing:.12em;position:relative;z-index:1001}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.2rem clamp(1.2rem,3vw,2.5rem);background:#fffffff7;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid transparent;position:sticky;top:0;z-index:1000;transition:all var(--transition-fast);gap:1.5rem}.navbar.scrolled{border-bottom-color:var(--color-border);box-shadow:0 2px 20px #0000000f;padding-top:.9rem;padding-bottom:.9rem}.nav-links{display:flex;gap:.1rem;list-style:none;align-items:center}.nav-links a{font-family:var(--font-label);font-size:.7rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:.4rem .7rem;border-radius:var(--radius-sm);transition:all var(--transition-fast);position:relative;white-space:nowrap}.nav-links a:hover{color:var(--color-text-dark);background:#0000000a}.nav-links a.active{color:var(--color-text-dark);font-weight:600}.brand-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;flex-shrink:0;transition:opacity var(--transition-fast)}.brand-logo:hover{opacity:.85;color:inherit}.brand-logo-img{height:40px;width:auto;object-fit:contain;mix-blend-mode:multiply}.brand-logo-text{display:flex;flex-direction:column;line-height:1}.brand-logo-text h1{font-family:var(--font-heading);font-size:1.35rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--color-text-dark);margin:0}.brand-logo-text p{font-family:var(--font-label);font-size:.5rem;letter-spacing:.35em;text-transform:uppercase;color:var(--color-text-light);margin:.2rem 0 0}.nav-right{display:flex;align-items:center;gap:1rem;flex-shrink:0}.nav-search-pill{display:flex;align-items:center;gap:.5rem;background:#f2f0ec;border-radius:var(--radius-pill);padding:.5rem 1.1rem;min-width:180px;cursor:text;transition:background var(--transition-fast)}.nav-search-pill:hover{background:#eae7e0}.nav-search-pill svg{width:14px;height:14px;color:var(--color-text-light);flex-shrink:0}.nav-search-pill span{font-size:.75rem;color:var(--color-text-light);font-family:var(--font-body)}.nav-auth-btn{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-label);font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-dark);text-decoration:none;padding:.46rem .88rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:transparent;transition:all var(--transition-fast);white-space:nowrap}.nav-auth-btn:hover{border-color:var(--color-text-dark);background:#0000000a}.nav-auth-btn svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;flex-shrink:0}.nav-icons{display:flex;align-items:center;gap:.8rem}.nav-icons svg{width:20px;height:20px;cursor:pointer;transition:opacity var(--transition-fast);color:var(--color-text-dark);fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.nav-icons svg:hover{opacity:.55}.nav-cart-wrapper{position:relative;cursor:pointer;display:flex!important;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;color:#111;transition:background .2s ease,transform .2s ease;flex-shrink:0}.nav-cart-wrapper:hover{background:#0000000f;transform:scale(1.05)}.nav-cart-wrapper svg{width:21px!important;height:21px!important;display:block!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round;stroke-linejoin:round}.cart-badge{position:absolute;top:2px;right:2px;background:#c9a84c;color:#111;border-radius:10px;min-width:17px;height:17px;font-size:.65rem;display:flex;align-items:center;justify-content:center;font-weight:700;font-family:var(--font-label);padding:0 4px;box-shadow:0 2px 6px #00000026}.menu-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:.5rem;z-index:1001;flex-shrink:0}.menu-toggle span{display:block;width:22px;height:1.5px;background:var(--color-text-dark);transition:var(--transition-fast);border-radius:2px}.hero-slider{position:relative;width:100%;height:88vh;min-height:540px;overflow:hidden;background:#111}.slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 1.4s ease-in-out;pointer-events:none}.slide.active{opacity:1;pointer-events:auto}.slide>img{width:100%;height:100%;object-fit:cover;object-position:center top;filter:brightness(.6)}.slide-content{position:absolute;bottom:12%;left:7%;color:#fff;max-width:560px}.slide-content h2{font-family:var(--font-heading);font-size:clamp(1.8rem,5vw,3.4rem);font-weight:400;letter-spacing:.04em;color:#fff;margin-bottom:1.2rem;text-shadow:0 2px 24px rgba(0,0,0,.35);line-height:1.2}.slide-content p{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#fffc;margin-bottom:2rem;letter-spacing:.08em;font-family:var(--font-label)}.story-section{display:grid;grid-template-columns:1fr 1fr;min-height:580px;align-items:stretch}.story-image{position:relative;overflow:hidden}.story-image img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .8s ease}.story-image:hover img{transform:scale(1.03)}.story-content{display:flex;flex-direction:column;justify-content:center;padding:clamp(2.5rem,6vw,5rem);background:var(--color-bg-white)}.story-content .section-label{margin-bottom:1.2rem}.story-content h2{font-size:clamp(2rem,4vw,3rem);font-weight:500;margin-bottom:1.5rem;line-height:1.15}.story-content p{font-size:.95rem;color:var(--color-text-mid);line-height:1.85;margin-bottom:1.2rem}.story-divider{width:48px;height:1.5px;background:var(--color-border);margin:1.2rem 0}.story-ctas{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}.trust-ribbon{background:var(--color-text-dark);padding:1.8rem clamp(1rem,4vw,3rem)}.trust-ribbon-inner{display:flex;justify-content:space-around;align-items:center;gap:1rem;flex-wrap:wrap;max-width:1100px;margin:0 auto}.trust-item{display:flex;align-items:center;gap:1rem;color:#fff;padding:.5rem}.trust-icon{width:44px;height:44px;border-radius:50%;background:#ffffff1f;border:1.5px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-icon svg{width:20px;height:20px;color:var(--color-accent-pink);fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.trust-text h4{font-family:var(--font-label);font-size:.82rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent-pink);margin-bottom:.2rem}.trust-text p{font-size:.72rem;color:#ffffffa6;letter-spacing:.04em}.muse-section{padding:var(--spacing-xl) 0;background:var(--color-bg-white)}.muse-header{text-align:center;margin-bottom:3rem}.muse-header h2{font-size:clamp(2rem,4vw,2.8rem);font-weight:400;letter-spacing:.02em}.muse-header p{font-size:.9rem;color:var(--color-text-light);margin-top:.75rem;font-style:italic}.muse-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--color-border)}.muse-card{background:var(--color-bg-white);overflow:hidden;position:relative;aspect-ratio:3/4;cursor:pointer}.muse-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.16,1,.3,1)}.muse-card:hover img{transform:scale(1.06)}.muse-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.55) 0%,transparent 55%);opacity:0;transition:opacity var(--transition-fast);display:flex;align-items:flex-end;padding:1.5rem}.muse-card:hover .muse-overlay{opacity:1}.muse-overlay-text{color:#fff}.muse-overlay-text h4{font-family:var(--font-heading);font-size:1rem;font-weight:400;margin-bottom:.2rem}.muse-overlay-text p{font-size:.72rem;color:#ffffffbf}.services-section{padding:var(--spacing-xl) 0;background:var(--color-bg)}.services-header{text-align:center;margin-bottom:3rem}.services-header h2{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:400}.services-header p{font-size:.9rem;color:var(--color-text-light);margin-top:.75rem}.services-grid{display:grid;grid-template-columns:1fr 1.4fr 1fr;gap:1.5rem;align-items:stretch}.service-card{position:relative;border-radius:var(--radius-md);overflow:hidden;cursor:pointer;aspect-ratio:3/4}.service-card.wide{aspect-ratio:unset}.service-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.16,1,.3,1)}.service-card:hover img{transform:scale(1.06)}.service-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000b8,#0000001f 55%);display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 1.8rem;transition:background var(--transition-fast)}.service-card:hover .service-overlay{background:linear-gradient(to top,#000000d1,#0000002e 55%)}.service-overlay-inner h3{font-family:var(--font-heading);font-size:1.35rem;color:#fff;font-weight:400;margin-bottom:.5rem}.service-overlay-inner p{font-size:.78rem;color:#ffffffbf;line-height:1.7;margin-bottom:1.2rem}.marquee-ribbon{background:var(--color-text-dark);padding:1rem 0;overflow:hidden;white-space:nowrap;position:relative}.marquee-track{display:inline-flex;align-items:center;gap:0;animation:marquee-scroll 28s linear infinite;will-change:transform}.marquee-ribbon:hover .marquee-track{animation-play-state:paused}.marquee-item{display:inline-flex;align-items:center;gap:1.5rem;padding:0 1.5rem}.marquee-item span{font-family:var(--font-label);font-size:.78rem;color:#ffffffc7;letter-spacing:.12em;text-transform:uppercase}.marquee-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.3);flex-shrink:0}.marquee-dot{width:4px;height:4px;border-radius:50%;background:#ffffff59;flex-shrink:0}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.curated-section{padding:var(--spacing-xl) 0;background:var(--color-bg-white)}.curated-header{text-align:center;margin-bottom:3rem}.curated-header h2{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:400}.products-carousel-wrapper{position:relative}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.product-card{position:relative;text-align:left;display:block;cursor:pointer;background:var(--color-bg-white);border-radius:var(--radius-sm);overflow:hidden;transition:box-shadow var(--transition-slow)}.product-card:hover{box-shadow:var(--shadow-card)}.product-card-img-wrap{position:relative;overflow:hidden;aspect-ratio:3/4;background:var(--color-bg)}.product-card-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.16,1,.3,1)}.product-card:hover .product-card-img-wrap img{transform:scale(1.06)}.wishlist-btn{position:absolute;top:12px;right:12px;width:34px;height:34px;background:#ffffffe6;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:all var(--transition-fast);box-shadow:0 2px 8px #0000001a}.wishlist-btn:hover{background:#fff;transform:scale(1.1)}.wishlist-btn svg{width:15px;height:15px;stroke:var(--color-text-dark);fill:none;stroke-width:2;transition:all var(--transition-fast)}.wishlist-btn.active svg{fill:#e74c3c;stroke:#e74c3c}.add-to-cart-overlay{position:absolute;bottom:0;left:0;right:0;padding:.75rem;transform:translateY(100%);transition:transform var(--transition-fast);z-index:2}.product-card:hover .add-to-cart-overlay{transform:translateY(0)}.add-to-cart-overlay .btn{width:100%;justify-content:center;font-size:.68rem;padding:.7rem 1rem;background:#fffffff2;color:var(--color-text-dark);border-radius:var(--radius-pill);box-shadow:0 2px 12px #0000001f;letter-spacing:.14em}.add-to-cart-overlay .btn:hover{background:var(--color-text-dark);color:#fff}.product-info{padding:1rem .75rem}.product-stars{display:flex;gap:2px;margin-bottom:.35rem}.product-stars span{font-size:.7rem;color:var(--color-gold)}.product-title{font-family:var(--font-label);font-size:.82rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.3rem;color:var(--color-text-dark)}.product-price{font-size:.82rem;color:var(--color-text-mid);font-family:var(--font-body)}.product-image{width:100%;aspect-ratio:3/4;object-fit:cover;margin-bottom:1rem;transition:transform var(--transition-slow);display:block}.product-card:hover .product-image{transform:scale(1.04)}.lookbook-section{padding:var(--spacing-xl) 0;background:var(--color-bg)}.lookbook-header{text-align:center;margin-bottom:2.5rem}.lookbook-header h2{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:400}.lookbook-header p{font-size:.9rem;color:var(--color-text-light);margin-top:.75rem;font-style:italic}.lookbook-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.75rem}.lookbook-item{position:relative;overflow:hidden;border-radius:var(--radius-sm);aspect-ratio:2/3;cursor:pointer}.lookbook-item img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.16,1,.3,1)}.lookbook-item:hover img{transform:scale(1.08)}.lookbook-bag-badge{position:absolute;top:8px;right:8px;width:30px;height:30px;background:#000000bf;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity var(--transition-fast)}.lookbook-item:hover .lookbook-bag-badge{opacity:1}.lookbook-bag-badge svg{width:14px;height:14px;color:#fff;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.testimonials-section{padding:var(--spacing-xl) 0;background:var(--color-bg-white)}.testimonials-header{text-align:center;margin-bottom:3rem}.testimonials-header h2{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:400}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testimonial-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);padding:2rem;transition:box-shadow var(--transition-slow),transform var(--transition-slow)}.testimonial-card:hover{box-shadow:var(--shadow-card);transform:translateY(-4px)}.testimonial-stars{display:flex;gap:3px;margin-bottom:1rem}.testimonial-stars span{font-size:.9rem;color:var(--color-gold)}.testimonial-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.testimonial-name{font-family:var(--font-label);font-size:.82rem;font-weight:600;color:var(--color-text-dark)}.testimonial-handle{font-size:.75rem;color:var(--color-text-light);display:flex;align-items:center;gap:.3rem}.testimonial-handle svg{width:12px;height:12px;color:var(--color-text-light);fill:none;stroke:currentColor;stroke-width:1.8}.testimonial-text{font-size:.88rem;color:var(--color-text-mid);line-height:1.75;font-style:italic}.intro-section{text-align:center;max-width:820px;margin:0 auto}.intro-section h2{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:1.5rem}.intro-section p{font-size:clamp(.9rem,2vw,1rem);color:var(--color-text-mid);line-height:1.9;margin-bottom:2.5rem}.featured-section{background:var(--color-bg-white)}.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,3vw,2.5rem)}.featured-item{display:block;cursor:pointer;transition:transform var(--transition-slow),box-shadow var(--transition-slow)}.featured-item:hover{transform:translateY(-8px);box-shadow:var(--shadow-soft)}.featured-item img{width:100%;aspect-ratio:3/4;object-fit:cover;margin-bottom:1.2rem}.featured-item h3{font-family:var(--font-label);font-size:.85rem;margin-bottom:.4rem;letter-spacing:.08em;text-transform:uppercase}.featured-item p{font-size:.8rem;color:var(--color-text-light)}.newsletter-section{background:var(--color-bg);padding:var(--spacing-lg) clamp(1rem,4vw,3rem);text-align:center}.newsletter-section h2{font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2rem);font-weight:400;margin-bottom:.75rem}.newsletter-section p{font-size:.88rem;color:var(--color-text-light);margin-bottom:2rem}.newsletter-form{display:flex;justify-content:center;gap:0;max-width:500px;margin:0 auto;border-radius:var(--radius-pill);overflow:hidden;border:1.5px solid var(--color-border);background:#fff}.newsletter-form input[type=email]{flex-grow:1;padding:.9rem 1.5rem;border:none;background:transparent;font-family:var(--font-body);font-size:.85rem;outline:none;color:var(--color-text-dark)}.newsletter-form button{padding:.9rem 1.8rem;background:var(--color-text-dark);color:#fff;border:none;font-family:var(--font-label);font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;flex-shrink:0;transition:background var(--transition-fast)}.newsletter-form button:hover{background:#2a2a2a}footer,.site-footer{background:#080808;color:#ffffffd1;border-top:1px solid rgba(201,168,76,.3);margin-top:auto;position:relative;overflow:hidden;font-family:var(--font-body)}.footer-newsletter-strip{background:linear-gradient(180deg,#141414,#0a0a0a);border-bottom:1px solid rgba(201,168,76,.18);padding:3rem clamp(1.5rem,5vw,4rem)}.footer-newsletter-container{max-width:1320px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2.5rem;flex-wrap:wrap}.footer-newsletter-text{max-width:580px}.footer-newsletter-badge{font-family:var(--font-label);font-size:.65rem;letter-spacing:.35em;color:#c9a84c;text-transform:uppercase;font-weight:600;display:block;margin-bottom:.4rem}.footer-newsletter-text h3{font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2rem);font-weight:500;color:#fff;margin:0 0 .4rem;letter-spacing:.02em}.footer-newsletter-text p{font-size:.86rem;color:#ffffffa6;line-height:1.6;margin:0}.footer-newsletter-form{display:flex;gap:.75rem;flex:1 1 380px;max-width:480px}.footer-newsletter-form input{flex:1;background:#ffffff0d;border:1px solid rgba(201,168,76,.3);color:#fff;padding:.85rem 1.25rem;font-size:.85rem;font-family:var(--font-body);border-radius:4px;outline:none;transition:border-color .2s,background .2s}.footer-newsletter-form input::placeholder{color:#fff6}.footer-newsletter-form input:focus{border-color:#c9a84c;background:#ffffff14;box-shadow:0 0 0 2px #c9a84c33}.footer-newsletter-form .btn-gold{background:#c9a84c;color:#000;font-family:var(--font-label);font-weight:600;padding:.85rem 1.75rem;border-radius:4px;border:none;font-size:.74rem;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;transition:all .25s ease;white-space:nowrap}.footer-newsletter-form .btn-gold:hover{background:#dfbd60;box-shadow:0 4px 18px #c9a84c59;transform:translateY(-1px)}.footer-main,.footer-container{padding:4.5rem clamp(1.5rem,5vw,4rem) 3.5rem;display:grid;grid-template-columns:1.9fr 1.1fr 1.2fr 1.2fr;gap:clamp(2rem,3.5vw,4rem);max-width:1320px;margin:0 auto;box-sizing:border-box}.footer-brand{display:flex;flex-direction:column}.footer-brand-header{text-decoration:none;display:inline-block;margin-bottom:1.1rem}.footer-brand h2,.footer-col-brand h2,.footer-brand-header h2{font-family:var(--font-heading);font-size:2.15rem;font-weight:500;color:#fff;letter-spacing:.05em;margin:0 0 .3rem;line-height:1.1}.footer-brand .footer-nigeria,.footer-col-brand .footer-nigeria,.footer-brand-header .footer-nigeria{font-family:var(--font-label);font-size:.65rem;letter-spacing:.34em;text-transform:uppercase;color:#c9a84c;display:block;font-weight:600;margin-bottom:0}.footer-brand .footer-tagline,.footer-brand-desc{font-size:.86rem;color:#ffffffad;line-height:1.8;margin:0 0 1.6rem;max-width:340px}.footer-meta-list{display:flex;flex-direction:column;gap:.8rem}.footer-meta-item,.footer-address{display:flex;align-items:center;gap:.75rem;font-size:.83rem;color:#ffffffb8;line-height:1.5}.footer-meta-item svg,.footer-address svg{width:16px;height:16px;flex-shrink:0;color:#c9a84c;fill:none;stroke:currentColor;stroke-width:1.8}.footer-meta-item strong{color:#fff;font-weight:500}.footer-col,.footer-column{display:flex;flex-direction:column}.footer-col h4,.footer-column h4{font-family:var(--font-label);font-size:.76rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#fff;margin:0 0 1.4rem;position:relative;padding-bottom:.65rem}.footer-col h4:after,.footer-column h4:after{content:"";position:absolute;bottom:0;left:0;width:28px;height:2px;background:#c9a84c}.footer-col ul,.footer-column ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.85rem}.footer-col ul li a,.footer-column ul li a{font-size:.85rem;color:#ffffffad;text-decoration:none;transition:color .22s ease,transform .22s ease;display:inline-flex;align-items:center;gap:.5rem}.footer-col ul li a:hover,.footer-column ul li a:hover{color:#c9a84c;transform:translate(4px)}.footer-col ul li a .arrow,.footer-column ul li a .arrow{font-size:.75rem;color:#c9a84c;transition:transform .22s ease}.footer-col ul li a:hover .arrow,.footer-column ul li a:hover .arrow{transform:translate(3px)}.footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:3rem;max-width:1320px;margin:0 auto;padding:3.5rem clamp(1.5rem,5vw,4rem)}.social-icons{display:flex;gap:.8rem}.social-icons a svg{width:20px;height:20px;fill:none;stroke:#fff9;stroke-width:1.5;transition:stroke .2s}.social-icons a:hover svg{stroke:#c9a84c}.footer-bottom{border-top:1px solid rgba(201,168,76,.18);background:#050505;padding:1.8rem clamp(1.5rem,5vw,4rem);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.25rem;max-width:1320px;margin:0 auto}.footer-bottom-copy p{font-size:.78rem;color:#ffffff8c;margin:0 0 .25rem;font-family:var(--font-body)}.footer-bottom-sub{font-size:.72rem;color:#c9a84c;letter-spacing:.04em;font-weight:500}.footer-bottom-links{display:flex;gap:1.4rem;flex-wrap:wrap}.footer-bottom-links a{font-size:.78rem;color:#ffffff80;text-decoration:none;transition:color .2s}.footer-bottom-links a:hover{color:#c9a84c}.scroll-top-btn{position:fixed;bottom:1.8rem;right:1.8rem;width:44px;height:44px;border-radius:50%;background:var(--color-text-dark);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:900;box-shadow:0 4px 16px #00000040;opacity:0;transform:translateY(20px);transition:all var(--transition-fast)}.scroll-top-btn.visible{opacity:1;transform:translateY(0)}.scroll-top-btn:hover{background:#333}.scroll-top-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.whatsapp-float{position:fixed;bottom:5rem;right:1.8rem;width:48px;height:48px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;z-index:900;box-shadow:0 4px 16px #0003;transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 8px 24px #00000040}.whatsapp-float svg{width:26px;height:26px;fill:#fff}.fade-in{opacity:0;transform:translateY(28px) scale(.98);transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.fade-in.visible{opacity:1;transform:translateY(0) scale(1)}.nav-links a{position:relative;padding-bottom:2px}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--color-text-dark);transition:width var(--transition-fast)}.nav-links a:hover:after{width:100%}.shop-header-section{text-align:center;padding:3rem 0 1.5rem}.shop-header-section h1{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:400;letter-spacing:.1em}.category-filters-bar{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap;padding:1.5rem clamp(1rem,4vw,3rem);border-bottom:1px solid var(--color-border)}.category-pill{font-family:var(--font-label);font-size:.72rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:.5rem 1.2rem;border-radius:var(--radius-pill);border:1.5px solid var(--color-border);cursor:pointer;background:transparent;color:var(--color-text-mid);transition:all var(--transition-fast);text-decoration:none;display:inline-block}.category-pill:hover,.category-pill.active{background:var(--color-text-dark);color:#fff;border-color:var(--color-text-dark)}.shop-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1rem,2.5vw,2rem)}.breadcrumb{font-size:.72rem;color:var(--color-text-light);margin-bottom:1.2rem;letter-spacing:.06em;font-family:var(--font-label)}.product-container{display:grid;grid-template-columns:1.2fr 1fr;gap:5rem;align-items:start}.product-gallery{display:flex;gap:1.5rem}.thumbnails{display:flex;flex-direction:column;gap:1rem;width:80px;flex-shrink:0}.thumbnails img{width:100%;aspect-ratio:1;object-fit:cover;cursor:pointer;opacity:.55;transition:opacity var(--transition-fast);border-radius:4px}.thumbnails img:hover,.thumbnails img.active{opacity:1}.main-image{flex-grow:1;position:relative;overflow:hidden;border-radius:var(--radius-sm)}.main-image img{width:100%;display:block}.gallery-controls{position:absolute;top:50%;width:100%;display:flex;justify-content:space-between;padding:0 1rem;transform:translateY(-50%);opacity:0;transition:opacity var(--transition-fast);pointer-events:none}.main-image:hover .gallery-controls{opacity:1;pointer-events:auto}.control-btn{width:36px;height:36px;background:#ffffffd9;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;box-shadow:0 2px 8px #0000001f}.product-details{padding-top:1rem}.product-title-page{font-family:var(--font-heading);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:400;margin-bottom:.8rem;letter-spacing:.04em}.product-price-page{font-size:1.2rem;font-weight:500;margin-bottom:2rem;color:var(--color-text-dark);font-family:var(--font-label)}.size-label{font-family:var(--font-label);font-size:.72rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;display:block;margin-bottom:.75rem}.size-options{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:1.5rem}.size-btn{width:42px;height:42px;border:1.5px solid var(--color-border);background:transparent;font-size:.78rem;font-family:var(--font-label);cursor:pointer;transition:all var(--transition-fast);border-radius:4px}.size-btn:hover,.size-btn.active{background:var(--color-text-dark);color:#fff;border-color:var(--color-text-dark)}.qty-wrapper{display:flex;align-items:center;gap:0;border:1.5px solid var(--color-border);border-radius:var(--radius-pill);overflow:hidden;width:fit-content;margin-bottom:1.5rem}.qty-minus,.qty-plus{width:38px;height:38px;border:none;background:transparent;cursor:pointer;font-size:1.1rem;transition:background var(--transition-fast)}.qty-minus:hover,.qty-plus:hover{background:var(--color-bg)}.qty-input{width:50px;text-align:center;border:none;border-left:1.5px solid var(--color-border);border-right:1.5px solid var(--color-border);padding:.5rem 0;font-size:.9rem;font-family:var(--font-body);outline:none}.add-to-cart-btn-full{width:100%;padding:1.1rem;background:var(--color-text-dark);color:#fff;border:none;font-family:var(--font-label);font-size:.8rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;border-radius:var(--radius-pill);transition:all var(--transition-fast);margin-bottom:1rem}.add-to-cart-btn-full:hover{background:#2a2a2a;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.accordion{border-top:1px solid var(--color-border);margin-top:2rem}.accordion-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;cursor:pointer;border-bottom:1px solid var(--color-border);font-family:var(--font-label);font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.accordion-icon{font-size:1.2rem;transition:transform var(--transition-fast)}.accordion-content{overflow:hidden;max-height:0;transition:max-height .4s ease}.accordion-content.open{max-height:500px}.accordion-content p{padding:1.2rem 0;font-size:.88rem;color:var(--color-text-mid);line-height:1.8}.about-hero{position:relative;width:100%;height:65vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.about-hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;filter:brightness(.55)}.about-hero h1{position:relative;z-index:2;color:#fff;font-size:clamp(2rem,6vw,4rem);letter-spacing:.2em;font-weight:400}.about-content{max-width:800px;text-align:center;margin:0 auto}.about-content h2{font-size:clamp(1.2rem,3vw,1.8rem);margin-bottom:1.5rem}.about-content p{font-size:clamp(.88rem,2vw,1rem);color:var(--color-text-mid);line-height:1.9;margin-bottom:1.5rem}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);align-items:center}.about-grid-text{text-align:left}.about-grid-text h3{font-size:1.3rem;letter-spacing:.1em;margin-bottom:1rem}.about-grid-text p{font-size:.9rem;line-height:1.85;color:var(--color-text-mid);margin-bottom:1.5rem}.about-grid-img img{width:100%;box-shadow:0 10px 30px #0000001a;border-radius:var(--radius-sm)}.page-header{text-align:center;padding:3rem 0 1rem;background:var(--color-bg)}.page-header h1{font-size:clamp(1.2rem,3vw,1.8rem);letter-spacing:.25em;font-weight:400}.collections-main{background:var(--color-bg);min-height:60vh}.collection-hero{display:flex;align-items:center;gap:clamp(2rem,5vw,5rem);padding:var(--spacing-xl) 0}.collection-hero.reverse{flex-direction:row-reverse}.collection-image{flex:1;overflow:hidden;border-radius:var(--radius-sm)}.collection-image img{width:100%;height:auto;object-fit:cover}.collection-info{flex:1}.collection-info h2{font-size:clamp(1.4rem,3vw,2rem);margin-bottom:.5rem}.collection-info h3{font-size:.88rem;color:var(--color-text-light);margin-bottom:1.5rem;font-weight:400;letter-spacing:.1em}.collection-info p{font-size:.9rem;color:var(--color-text-mid);line-height:1.9;margin-bottom:2rem}.contact-container{display:flex;gap:clamp(2rem,5vw,5rem);align-items:flex-start}.contact-info{flex:1}.contact-info h1{font-size:clamp(1.3rem,3vw,2rem);letter-spacing:.1em;margin-bottom:2.5rem;font-weight:400}.info-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem;font-size:.85rem;color:var(--color-text-mid)}.info-item svg{width:20px;height:20px;margin-top:2px;color:var(--color-text-dark);fill:none;stroke:currentColor;stroke-width:2;flex-shrink:0}.contact-form-container{flex:1.5}.contact-form-container p{font-size:.85rem;color:var(--color-text-light);margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-row{display:flex;gap:1.5rem;margin-bottom:1.5rem}.form-row .form-group{flex:1;margin-bottom:0}.contact-form input,.contact-form textarea{width:100%;padding:1rem;background:#f5f5f5;border:1px solid transparent;border-radius:4px;font-family:var(--font-body);font-size:.85rem;outline:none;transition:border-color var(--transition-fast)}.contact-form input:focus,.contact-form textarea:focus{border-color:#ccc}.contact-form textarea{height:150px;resize:vertical}.submit-btn{background:var(--color-text-dark);color:#fff;border:none;padding:1rem 3rem;font-family:var(--font-label);letter-spacing:.15em;font-size:.82rem;cursor:pointer;float:right;border-radius:var(--radius-pill);transition:all var(--transition-fast)}.submit-btn:hover{background:#2a2a2a}.clear{clear:both}.contact-email{color:var(--color-accent);font-weight:500}.page-main{padding:var(--spacing-xl) 0}.consultation-hero{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);padding:5rem clamp(1rem,4vw,3rem);text-align:center;color:#fff}.consultation-hero h1{font-family:var(--font-heading);font-size:clamp(2rem,5vw,3.5rem);font-weight:400;margin-bottom:1rem;color:#fff}.consultation-hero p{font-size:1rem;color:#ffffffa6;max-width:580px;margin:0 auto 2rem;line-height:1.8}.consultation-form-section{background:var(--color-bg);padding:var(--spacing-xl) 0}.consultation-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.consultation-info h2{font-size:1.5rem;margin-bottom:1rem;font-weight:400}.consultation-info p{font-size:.9rem;color:var(--color-text-mid);line-height:1.8;margin-bottom:1.5rem}.consultation-type-cards{display:flex;flex-direction:column;gap:1rem;margin:1.5rem 0}.consult-type-card{display:flex;align-items:center;gap:1rem;background:#fff;border:1.5px solid var(--color-border);border-radius:var(--radius-md);padding:1.2rem 1.5rem;cursor:pointer;transition:all var(--transition-fast)}.consult-type-card:hover,.consult-type-card.active{border-color:var(--color-text-dark);box-shadow:0 4px 16px #00000014}.consult-type-icon{width:44px;height:44px;border-radius:50%;background:var(--color-bg);display:flex;align-items:center;justify-content:center;font-size:1.2rem}.consult-type-text h4{font-family:var(--font-label);font-size:.82rem;font-weight:600;letter-spacing:.06em;margin-bottom:.25rem}.consult-type-text p{font-size:.75rem;color:var(--color-text-light)}.consultation-form-card{background:#fff;border-radius:var(--radius-md);padding:2.5rem;box-shadow:var(--shadow-card)}.consultation-form-card h3{font-size:1.2rem;font-weight:400;margin-bottom:2rem}.form-field{margin-bottom:1.5rem}.form-field label{display:block;font-family:var(--font-label);font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-mid);margin-bottom:.5rem}.form-field input,.form-field select,.form-field textarea{width:100%;padding:.85rem 1rem;border:1.5px solid var(--color-border);border-radius:var(--radius-sm);font-family:var(--font-body);font-size:.88rem;outline:none;background:var(--color-bg-white);transition:border-color var(--transition-fast)}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--color-text-dark)}.form-field textarea{height:100px;resize:vertical}.form-row-two{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.checkout-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:start}.form-group label{display:block;font-family:var(--font-label);font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-mid);margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.85rem 1rem;border:1.5px solid var(--color-border);border-radius:4px;font-family:var(--font-body);font-size:.88rem;outline:none;background:#fff;transition:border-color var(--transition-fast)}.form-group input:focus,.form-group select:focus{border-color:var(--color-text-dark)}.order-summary-card{background:#f8f7f5;border-radius:var(--radius-md);padding:2rem;position:sticky;top:6rem}.order-summary-card h3{font-size:1rem;margin-bottom:1.5rem;letter-spacing:.1em}.auth-page,.auth-section{min-height:calc(100vh - 120px);display:flex;align-items:center;justify-content:center;padding:4rem 1.5rem;background:#faf8f5;position:relative;box-sizing:border-box}.auth-card{background:#fff;border:1px solid var(--color-border);border-radius:16px;padding:3rem 2.5rem;max-width:440px;width:100%;box-shadow:0 16px 40px #0000000f,0 1px 3px #0000000a;text-align:center;margin:0 auto;position:relative;z-index:1;box-sizing:border-box}.auth-card-header h1{font-family:var(--font-heading);font-size:1.75rem;font-weight:500;letter-spacing:.14em;color:var(--color-text-dark);margin:0 0 .5rem;text-transform:uppercase}.auth-card-header p{font-size:.85rem;color:var(--color-text-light);margin:0 0 2rem;letter-spacing:.02em}.auth-form{display:flex;flex-direction:column;gap:1.25rem;text-align:left}.auth-form .field-group{display:flex;flex-direction:column;gap:.45rem;text-align:left}.auth-form .field-group label{font-family:var(--font-label);font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-mid)}.auth-form .field-group input{width:100%;padding:.85rem 1rem;background:#fff;border:1.5px solid #e5e2db;border-radius:8px;font-family:var(--font-body);font-size:.9rem;color:var(--color-text-dark);outline:none;transition:all var(--transition-fast);box-sizing:border-box}.auth-form .field-group input:focus{border-color:#000;box-shadow:0 0 0 3px #0000000f}.auth-form .password-field{position:relative;display:flex;align-items:center;width:100%}.auth-form .password-field input{padding-right:2.8rem}.auth-form .toggle-password{position:absolute;right:.75rem;background:none;border:none;cursor:pointer;padding:.25rem;color:var(--color-text-light);display:flex;align-items:center;justify-content:center;transition:color var(--transition-fast)}.auth-form .toggle-password:hover{color:var(--color-text-dark)}.auth-form .toggle-password svg{width:18px;height:18px}.auth-form-meta{display:flex;justify-content:flex-end;margin-top:-.3rem}.auth-text-btn{background:none;border:none;color:var(--color-text-light);font-size:.78rem;cursor:pointer;font-family:var(--font-body);text-decoration:underline;transition:color var(--transition-fast);padding:0}.auth-text-btn:hover{color:var(--color-text-dark)}.auth-form .checkout-submit-btn,.auth-submit-btn{width:100%;padding:.95rem;background:#000;color:#fff;border:none;border-radius:8px;font-family:var(--font-label);font-size:.8rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;transition:all var(--transition-fast);margin-top:.5rem}.auth-form .checkout-submit-btn:hover,.auth-submit-btn:hover{background:#222;transform:translateY(-1px);box-shadow:0 4px 14px #00000026}.auth-divider{display:flex;align-items:center;margin:1.75rem 0 1.25rem;position:relative;text-align:center}.auth-divider:before{content:"";flex:1;height:1px;background:var(--color-border)}.auth-divider span{padding:0 1rem;font-size:.72rem;font-weight:600;letter-spacing:.1em;color:var(--color-text-light);text-transform:uppercase}.auth-divider:after{content:"";flex:1;height:1px;background:var(--color-border)}.auth-switch{font-size:.84rem;color:var(--color-text-mid);margin:0;line-height:1.5}.auth-switch a{color:#000;font-weight:600;text-decoration:underline;transition:opacity var(--transition-fast)}.auth-switch a:hover{opacity:.75}.auth-message{padding:.75rem 1rem;border-radius:8px;font-size:.82rem;margin-bottom:1.25rem;line-height:1.4;text-align:left}.auth-message-error{background:#ef44441a;border:1px solid rgba(239,68,68,.25);color:#dc2626}.auth-message-success{background:#10b9811a;border:1px solid rgba(16,185,129,.25);color:#059669}@media (max-width: 1200px){.footer-main{grid-template-columns:1.5fr 1fr 1fr 1fr}.services-grid{grid-template-columns:1fr 1fr;gap:1.5rem}}@media (max-width: 1024px){.products-grid,.shop-grid{grid-template-columns:repeat(3,1fr)}.muse-grid{grid-template-columns:repeat(2,1fr)}.lookbook-grid{grid-template-columns:repeat(4,1fr)}.story-section{grid-template-columns:1fr}.story-image{height:460px}.footer-main,.footer-container{grid-template-columns:1fr 1fr;gap:3rem}.footer-newsletter-container{flex-direction:column;align-items:flex-start;gap:1.5rem}.footer-newsletter-form{width:100%;max-width:100%}.consultation-grid{grid-template-columns:1fr}}@media (max-width: 900px){.featured-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:1fr}.about-grid{grid-template-columns:1fr;gap:3rem}.collection-hero,.collection-hero.reverse{flex-direction:column;gap:2rem}.contact-container,.form-row{flex-direction:column}.checkout-grid{grid-template-columns:1fr}.product-container{grid-template-columns:1fr;gap:3rem}}@media (max-width: 768px){:root{--spacing-lg: 2.5rem;--spacing-xl: 3.5rem}.nav-links{position:fixed;top:0;left:0;height:100vh;width:100%;background:var(--color-bg-white);flex-direction:column;justify-content:center;align-items:center;gap:2rem;transform:translate(-100%);transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:1000}.nav-links a{font-size:.9rem;padding:.5rem 1rem}.nav-links.open{transform:translate(0)}.menu-toggle{display:flex;order:-1}.menu-toggle.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.nav-search-pill{display:none}.brand-logo-img{height:34px}.brand-logo-text h1{font-size:1.1rem}.hero-slider{height:65vh}.slide-content{left:5%;right:5%;text-align:center}.slide-content h2{font-size:1.6rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.shop-grid,.muse-grid{grid-template-columns:repeat(2,1fr)}.lookbook-grid{grid-template-columns:repeat(3,1fr)}.services-grid,.testimonials-grid{grid-template-columns:1fr}.featured-grid{grid-template-columns:1fr;gap:2rem}.footer-main,.footer-container{grid-template-columns:1fr;gap:2.5rem;padding:3.5rem 1.5rem}.footer-bottom{flex-direction:column;text-align:center;align-items:center;gap:1.5rem}.footer-bottom-links{justify-content:center}.footer-newsletter-form{flex-direction:column}.footer-newsletter-form .btn-gold{width:100%}.trust-ribbon-inner{flex-direction:column;gap:1.5rem}.trust-item{justify-content:center}.form-row-two{grid-template-columns:1fr}.story-ctas{flex-direction:column}.story-ctas .btn{justify-content:center}.about-grid-img{order:2}.about-grid-text{order:1;text-align:center}}@media (max-width: 480px){.products-grid,.shop-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.lookbook-grid{grid-template-columns:repeat(2,1fr)}.brand-logo-text{display:none}.brand-logo-img{height:38px}}
