@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Inter:wght@300;400;500&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--cream: #FAF9F6;--dark: #1a1a1a;--gold: #C9A959;--gray: #666666;--light-gray: #e5e5e5}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:var(--cream);color:var(--dark);line-height:1.6}.luxury-site{position:relative;padding-left:80px}.nav-vertical{position:fixed;left:0;top:0;bottom:0;width:80px;background:var(--dark);color:var(--cream);display:flex;flex-direction:column;align-items:center;padding:3rem 0;z-index:1000}.nav-brand{font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:600;letter-spacing:.15em;writing-mode:vertical-rl;text-orientation:mixed;margin-bottom:auto}.nav-items{display:flex;flex-direction:column;gap:2rem;margin-bottom:auto}.nav-items a{color:var(--cream);text-decoration:none;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;writing-mode:vertical-rl;text-orientation:mixed;transition:opacity .3s}.nav-items a:hover{opacity:.6}.nav-icons{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:2rem}.nav-icon-btn{background:none;border:none;color:var(--cream);padding:.5rem;cursor:pointer;transition:color .3s}.nav-icon-btn:hover{color:var(--gold)}.nav-icon-btn svg{width:20px;height:20px}.hero-fullscreen{height:100vh;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:brightness(.7)}.hero-overlay{position:relative;z-index:1;text-align:center;color:var(--cream)}.hero-season{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;margin-bottom:2rem;font-weight:500;color:var(--gold)}.hero-headline{font-family:Cormorant Garamond,serif;font-size:6rem;font-weight:300;line-height:1.1;margin-bottom:1.5rem;letter-spacing:.02em;text-shadow:2px 2px 20px rgba(0,0,0,.5)}.hero-tagline{font-size:1.125rem;color:var(--cream);margin-bottom:3rem;font-style:italic;opacity:.9}.btn-luxury{background:var(--dark);color:var(--cream);border:none;padding:1rem 3rem;font-size:.875rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .3s;font-family:Inter,sans-serif}.btn-luxury:hover{background:var(--gold);color:var(--dark)}.featured-grid{padding:6rem 4rem;max-width:1400px;margin:0 auto}.grid-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4rem;padding-bottom:2rem;border-bottom:1px solid var(--light-gray)}.section-heading{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:400}.category-filters{display:flex;gap:1.5rem}.category-filters button{background:none;border:none;color:var(--gray);font-size:.875rem;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;padding:.5rem 0;border-bottom:2px solid transparent;transition:all .3s;font-family:Inter,sans-serif}.category-filters button.active,.category-filters button:hover{color:var(--dark);border-bottom-color:var(--gold)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem}.product-card{cursor:pointer;transition:transform .3s}.product-card:hover{transform:translateY(-5px)}.product-image{position:relative;aspect-ratio:3/4;margin-bottom:1.5rem;overflow:hidden;background:var(--light-gray);box-shadow:0 4px 15px #0000001a}.product-img{width:100%;height:100%;object-fit:cover;transition:transform .5s;display:block}.product-card:hover .product-img{transform:scale(1.05)}.quick-view{position:absolute;bottom:1rem;left:50%;transform:translate(-50%) translateY(20px);background:var(--dark);color:var(--cream);border:1px solid var(--gold);padding:.75rem 2rem;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;opacity:0;transition:all .3s;cursor:pointer;font-family:Inter,sans-serif}.quick-view:hover{background:var(--gold);color:var(--dark)}.product-card:hover .quick-view{opacity:1;transform:translate(-50%) translateY(0)}.product-info{text-align:center}.product-name{font-size:1rem;margin-bottom:.5rem;font-weight:400;transition:color .3s}.product-card:hover .product-name{color:var(--gold)}.product-price{color:var(--gray);font-size:.95rem;font-weight:500}.editorial-split{display:grid;grid-template-columns:1fr 1fr;min-height:80vh;align-items:center}.editorial-image{height:100%;overflow:hidden}.editorial-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s ease}.editorial-split:hover .editorial-img{transform:scale(1.05)}.editorial-content{padding:6rem;background:var(--cream)}.editorial-label{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:2rem;font-weight:500}.editorial-title{font-family:Cormorant Garamond,serif;font-size:3.5rem;font-weight:400;line-height:1.2;margin-bottom:2rem}.editorial-text{color:var(--gray);line-height:1.8;margin-bottom:2.5rem;font-size:1.05rem}.link-underline{color:var(--dark);text-decoration:none;font-size:.95rem;letter-spacing:.05em;border-bottom:1px solid var(--dark);padding-bottom:.25rem;transition:border-color .3s}.link-underline:hover{border-bottom-color:var(--gold)}.collection-showcase{padding:6rem 4rem;background:var(--dark)}.showcase-layout{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;grid-template-rows:repeat(2,400px);gap:2rem}.showcase-large{grid-column:1 / 2;grid-row:1 / 3;position:relative;overflow:hidden;cursor:pointer}.showcase-tall{grid-column:2 / 3;grid-row:1 / 2;position:relative;overflow:hidden;cursor:pointer}.showcase-wide{grid-column:2 / 3;grid-row:2 / 3;position:relative;overflow:hidden;cursor:pointer}.showcase-img{width:100%;height:100%;object-fit:cover;transition:transform .5s;display:block;filter:brightness(.8)}.showcase-large:hover .showcase-img,.showcase-tall:hover .showcase-img,.showcase-wide:hover .showcase-img{transform:scale(1.1);filter:brightness(.9)}.showcase-caption{position:absolute;bottom:2rem;left:2rem;color:var(--cream);text-shadow:2px 2px 10px rgba(0,0,0,.5);transition:transform .3s}.showcase-large:hover .showcase-caption,.showcase-tall:hover .showcase-caption,.showcase-wide:hover .showcase-caption{transform:translateY(-5px)}.showcase-caption h3{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:400;margin-bottom:.5rem}.showcase-caption p{font-size:.9rem;opacity:.9;color:var(--gold)}.testimonials-minimal{padding:6rem 4rem;background:var(--cream)}.testimonials-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:4rem}.testimonial-item{text-align:center}.testimonial-text{font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem;font-style:italic;color:var(--dark)}.testimonial-author{font-size:.85rem;color:var(--gray);letter-spacing:.05em}.newsletter-luxury{padding:6rem 4rem;background:var(--dark);color:var(--cream);text-align:center}.newsletter-heading{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:400;margin-bottom:1rem}.newsletter-subhead{font-size:1rem;opacity:.8;margin-bottom:3rem}.newsletter-form{max-width:600px;margin:0 auto;display:flex;gap:1rem}.newsletter-input{flex:1;background:transparent;border:1px solid var(--cream);color:var(--cream);padding:1rem 1.5rem;font-size:.95rem;font-family:Inter,sans-serif}.newsletter-input::placeholder{color:#faf9f680}.newsletter-submit{background:var(--gold);color:var(--dark);border:none;padding:1rem 3rem;font-size:.875rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .3s;font-family:Inter,sans-serif}.newsletter-submit:hover{background:var(--cream)}.features-luxury{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem;padding:6rem 4rem;margin-left:80px;background:var(--cream);border-top:1px solid rgba(0,0,0,.1)}.feature-item-luxury{text-align:center}.feature-icon-luxury{width:56px;height:56px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;border:2px solid var(--gold);border-radius:50%;color:var(--gold)}.feature-icon-luxury svg{width:24px;height:24px}.feature-item-luxury h4{font-size:1.1rem;margin-bottom:.5rem;color:var(--dark)}.feature-item-luxury p{font-size:.95rem;opacity:.7;color:var(--dark)}.footer-luxury{background:var(--dark);color:var(--cream);padding:6rem 4rem 3rem;margin-left:80px}.footer-grid{max-width:1400px;margin:0 auto 4rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem}.footer-brand{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:600;letter-spacing:.1em;margin-bottom:1rem}.footer-desc{opacity:.7;line-height:1.7;max-width:300px}.footer-col h4{font-size:.875rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem;font-weight:500}.footer-col a{display:block;color:var(--cream);text-decoration:none;opacity:.7;margin-bottom:.75rem;font-size:.95rem;transition:opacity .3s}.footer-col a:hover{opacity:1}.footer-bottom-luxury{max-width:1400px;margin:0 auto;padding-top:3rem;border-top:1px solid rgba(250,249,246,.2);display:flex;justify-content:space-between;font-size:.85rem;opacity:.7}.footer-social{display:flex;gap:2rem}.footer-social a{color:var(--cream);text-decoration:none;transition:opacity .3s}.footer-social a:hover{opacity:.6}
