@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400&display=swap";:root{--bg: #ffffff;--text-main: #1a1a1a;--text-muted: #666666;--text-light: #ffffff;--accent: #d4af37;--border: rgba(0, 0, 0, .08);--font-sans: "Inter", sans-serif;--font-serif: "Playfair Display", serif;--header-height: 80px}*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;font-family:var(--font-sans);background:var(--bg);color:var(--text-main);-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:opacity .3s ease}a:hover{opacity:.7}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:400;margin:0;line-height:1.2}.eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);margin-bottom:1rem;display:block}.page{display:flex;flex-direction:column;min-height:100vh}.site-header{position:fixed;top:0;left:0;width:100%;height:var(--header-height);display:flex;justify-content:space-between;align-items:center;padding:0 4vw;z-index:100;transition:background .4s ease,color .4s ease;color:#fff}.site-header.scrolled{background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);color:var(--text-main)}.logo{font-family:var(--font-serif);font-size:1.5rem;font-weight:600;letter-spacing:.05em;color:inherit}.logo-sub{display:none}.nav{display:flex;gap:2rem;align-items:center}.nav-item{position:relative;padding:1rem 0}.nav-link{font-size:.9rem;font-weight:500;letter-spacing:.05em;color:inherit;position:relative}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:currentColor;transition:width .3s ease}.nav-link:hover:after{width:100%}.dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(10px);background:#fff;padding:1rem 1.5rem;border-radius:4px;box-shadow:0 10px 30px #0000001a;min-width:180px;opacity:0;visibility:hidden;transition:all .3s ease;display:flex;flex-direction:column;gap:.5rem;color:var(--text-main)}.nav-item:hover .dropdown{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.dropdown-item{font-size:.85rem;color:var(--text-muted);white-space:nowrap}.dropdown-item:hover{color:var(--text-main)}.header-actions{display:flex;gap:1.5rem;align-items:center}.icon-btn{background:none;border:none;cursor:pointer;font-size:1.1rem;color:inherit;padding:0;position:relative}.badge{position:absolute;top:-8px;right:-8px;background:var(--accent);color:#fff;font-size:.6rem;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hero-fullscreen{height:100vh;width:100%;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;overflow:hidden}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0;animation:heroZoom 20s infinite alternate}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000001a,#0000004d);z-index:1}.hero-content{position:relative;z-index:2;max-width:1000px;padding:0 2rem;animation:fadeUp 2s cubic-bezier(.22,1,.36,1) forwards;opacity:0;transform:translateY(60px)}.hero-title{font-size:clamp(4rem,9vw,8rem);margin-bottom:1.5rem;font-weight:300;letter-spacing:-.04em;text-shadow:0 10px 30px rgba(0,0,0,.2)}.hero-subtitle{font-size:1.4rem;line-height:1.6;margin-bottom:3rem;opacity:.9;font-weight:300;max-width:700px;margin-left:auto;margin-right:auto;text-shadow:0 2px 10px rgba(0,0,0,.2)}.scroll-indicator{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);z-index:2;animation:bounce 2s infinite;opacity:.8;cursor:pointer}.scroll-indicator span{display:block;width:1px;height:80px;background:#fff;margin:0 auto}.btn{display:inline-block;padding:1.2rem 3.5rem;border:1px solid #fff;color:#fff;text-transform:uppercase;font-size:.8rem;letter-spacing:.2em;transition:all .3s ease;background:transparent;cursor:pointer}.btn:hover{background:#fff;color:#000}.btn-dark{transform:translateY(30px);transition:opacity 1s ease,transform 1s ease}.section.visible{opacity:1;transform:translateY(0)}.section-header{text-align:center;margin-bottom:6rem}.section-header h2{font-size:3.5rem;margin-bottom:1.5rem}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:4rem}.grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem}.product-card{cursor:pointer}.product-image-wrapper{position:relative;overflow:hidden;aspect-ratio:3/4;margin-bottom:1.5rem;background:#f0f0f0}.product-image{width:100%;height:100%;object-fit:cover;transition:transform 1s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-details{text-align:center}.product-name{font-family:var(--font-serif);font-size:1.3rem;margin-bottom:.5rem;color:var(--text-main)}.product-price{font-size:1rem;color:var(--text-muted)}.univers-card{position:relative;aspect-ratio:1/1;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center}.univers-bg{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform 1s ease}.univers-card:hover .univers-bg{transform:scale(1.1)}.univers-content{position:relative;z-index:2;padding:2rem;background:#0003;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.univers-title{font-size:2.5rem;margin-bottom:.5rem;font-family:var(--font-serif)}.footer{background:#0f0f0f;color:#fff;padding:6rem 4vw 2rem;text-align:center}.footer-links{display:flex;justify-content:center;gap:3rem;margin-bottom:3rem;font-size:.9rem;color:#999;text-transform:uppercase;letter-spacing:.1em}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@keyframes heroZoom{0%{transform:scale(1)}to{transform:scale(1.1)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) translate(-50%)}40%{transform:translateY(-10px) translate(-50%)}60%{transform:translateY(-5px) translate(-50%)}}.burger{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:6px;z-index:101}.burger span{width:24px;height:2px;background:currentColor;transition:all .3s}@media(max-width:900px){.nav{display:none}.site-header{display:grid;grid-template-columns:1fr auto 1fr;padding:0 1.5rem}.burger{display:flex;justify-self:start;order:1}.logo{justify-self:center;order:2}.header-actions{justify-self:end;order:3;gap:1rem}.account-btn{display:none}.hero-title{font-size:3rem}.section{padding:6rem 4vw}.section-header{margin-bottom:3rem}.section-header h2{font-size:2.5rem}.grid-3,.grid-4{grid-template-columns:1fr;gap:2rem}}.mobile-menu-drawer{position:fixed;top:0;left:0;bottom:0;width:300px;background:#fff;z-index:200;transform:translate(-100%);transition:transform .3s cubic-bezier(.16,1,.3,1);box-shadow:10px 0 30px #0000001a;display:flex;flex-direction:column}.mobile-menu-drawer.open{transform:translate(0)}.drawer-header{padding:1.5rem;display:flex;justify-content:flex-end}.close-btn{background:none;border:none;font-size:2rem;cursor:pointer;padding:0;line-height:1}.drawer-content{padding:0 2rem 2rem;display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto}.drawer-link{font-family:var(--font-serif);font-size:1.5rem;color:var(--text-main);text-decoration:none}.drawer-section{display:flex;flex-direction:column;gap:1rem;padding:1.5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.drawer-subtitle{font-family:var(--font-sans);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin:0 0 .5rem}.drawer-section .drawer-link{font-family:var(--font-serif);font-size:1.3rem}.drawer-footer{margin-top:auto;padding-top:1rem}.drawer-link.highlight{font-family:var(--font-sans);font-size:1rem;text-decoration:underline}.overlay{position:fixed;inset:0;background:#00000080;z-index:150;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}
