:root{--white:#fff;--off-white:#f9f8f6;--light:#edeae6;--mid:#9a9590;--dark:#1a1917;--accent:#8c7b6e;--font-head:"Cormorant Garamond", Georgia, serif;--font-body:"Jost", system-ui, sans-serif;--max-w:1200px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--dark);background:var(--white);-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.75}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--font-head);letter-spacing:.02em;font-weight:300;line-height:1.15}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 2rem}.header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--light);background:#fffffff2;align-items:center;height:68px;display:flex;position:sticky;top:0}.header-inner{width:100%;max-width:var(--max-w);justify-content:space-between;align-items:center;margin:0 auto;padding:0 2rem;display:flex}.logo{color:var(--dark);flex-shrink:0;align-items:center;text-decoration:none;display:flex}.nav{align-items:center;gap:2.5rem;list-style:none;display:flex}.nav a{letter-spacing:.1em;text-transform:uppercase;color:var(--dark);font-size:.72rem;transition:color .2s}.nav a:hover{color:var(--accent)}.nav-dropdown{position:relative}.nav-dropdown-menu{background:var(--white);border:1px solid var(--light);z-index:10;min-width:160px;margin-top:0;padding:1rem 0 .5rem;list-style:none;display:none;position:absolute;top:100%;left:50%;transform:translate(-50%)}.nav-dropdown:hover .nav-dropdown-menu{display:block}.nav-dropdown-menu a{white-space:nowrap;padding:.5rem 1.25rem;display:block}.header-right{letter-spacing:.1em;text-transform:uppercase;color:var(--mid);align-items:center;gap:1.5rem;font-size:.72rem;display:flex}.header-right a:hover{color:var(--dark)}.hero{background:var(--dark);justify-content:center;align-items:center;min-height:calc(100vh - 68px);display:flex;position:relative;overflow:hidden}.hero-bg{object-fit:cover;opacity:.88;width:100%;height:100%;position:absolute;inset:0}.hero-content,.hero-inner{z-index:1;text-align:center;max-width:640px;padding:6rem 2rem;position:relative}.hero-label,.hero-pre{font-family:var(--font-head);letter-spacing:.04em;color:#ffffffe6;margin-bottom:.6rem;font-size:1.1rem;font-style:italic;font-weight:300}.hero h1,.hero-title{color:var(--white,#fff);font-size:clamp(3rem,7vw,6rem);font-family:var(--font-head);letter-spacing:.01em;margin-bottom:1.5rem;font-weight:300;line-height:1.05}.hero p,.hero-sub{color:#fffc;max-width:44ch;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:.95rem;line-height:1.75}.btn{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;background:var(--white,#fff);color:var(--dark);border:1px solid var(--white,#fff);cursor:pointer;padding:.85rem 2.5rem;font-size:.72rem;font-weight:400;transition:background .2s,color .2s;display:inline-block}.btn:hover{color:var(--white,#fff);background:0 0}.btn-dark{background:var(--dark);color:var(--white,#fff);border-color:var(--dark)}.btn-dark:hover{background:var(--accent);border-color:var(--accent);color:var(--white,#fff)}.btn-light{background:var(--white,#fff);color:var(--dark);border-color:var(--white,#fff)}.btn-light:hover{color:var(--white,#fff);background:0 0}.btn-outline{color:var(--dark);border-color:var(--dark);background:0 0}.btn-outline:hover{background:var(--dark);color:var(--white,#fff)}.section{padding:5rem 0}.section-off{background:var(--off-white)}.section-dark{background:var(--dark)}.section-header{justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;display:flex}.section-label{letter-spacing:.18em;text-transform:uppercase;color:var(--mid);margin-bottom:.5rem;font-size:.68rem}.section h2{font-size:clamp(1.75rem,3vw,2.5rem)}.section-link{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);font-size:.72rem;transition:color .2s}.section-link:hover{color:var(--dark)}.product-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.product-card{cursor:pointer}.product-card-image{aspect-ratio:3/4;background:var(--light);width:100%;transition:opacity .3s;position:relative;overflow:hidden}.product-card:hover .product-card-image{opacity:.85}.product-card-placeholder{aspect-ratio:3/4;background:var(--light);color:var(--mid);letter-spacing:.08em;text-transform:uppercase;justify-content:center;align-items:center;font-size:.75rem;display:flex}.product-card-body,.product-card-info{padding:.85rem 0 0}.product-card-name{font-family:var(--font-head);margin-bottom:.25rem;font-size:1rem;font-weight:300}.product-card-price{color:var(--mid);font-size:.85rem}.about-strip{grid-template-columns:1fr 1fr;display:grid}.about-image{object-fit:cover;width:100%;height:100%;min-height:500px}.about-image-placeholder{background:var(--light);min-height:500px;color:var(--mid);justify-content:center;align-items:center;font-size:.8rem;display:flex}.about-content{flex-direction:column;justify-content:center;gap:1.5rem;padding:5rem;display:flex}.about-content h2{font-size:clamp(1.75rem,2.5vw,2.25rem)}.about-content p{color:var(--mid);font-size:.95rem;line-height:1.85}.cta{text-align:center;max-width:560px;margin:0 auto;padding:6rem 2rem}.cta h2{color:var(--white);margin-bottom:1rem;font-size:clamp(2rem,3vw,2.75rem)}.cta p{color:var(--mid);margin-bottom:2rem;font-size:.9rem}.shop-header{border-bottom:1px solid var(--light);margin-bottom:3rem;padding:4rem 0 2.5rem}.shop-header h1{font-size:clamp(2rem,4vw,3rem)}.shop-grid{grid-template-columns:repeat(3,1fr);gap:2rem;padding-bottom:6rem;display:grid}.empty-state{text-align:center;color:var(--mid);letter-spacing:.05em;grid-column:1/-1;padding:6rem 0;font-size:.9rem}.breadcrumb{color:var(--mid);align-items:center;gap:.5rem;padding:1.5rem 0;font-size:.78rem;display:flex}.breadcrumb a:hover{color:var(--dark)}.product-detail{grid-template-columns:1fr 1fr;gap:5rem;padding-bottom:6rem;display:grid}.product-gallery-main{aspect-ratio:3/4;object-fit:cover;background:var(--light);width:100%}.product-info{flex-direction:column;gap:1.5rem;padding-top:1rem;display:flex}.product-title{font-size:clamp(1.75rem,2.5vw,2.5rem)}.product-price{color:var(--mid);letter-spacing:.05em;font-size:1.1rem}.product-desc{color:var(--mid);font-size:.95rem;line-height:1.85}.product-details-table{border-top:1px solid var(--light)}.product-details-row{border-bottom:1px solid var(--light);justify-content:space-between;padding:.75rem 0;font-size:.85rem;display:flex}.product-details-label{color:var(--mid)}.add-to-cart{background:var(--dark);width:100%;color:var(--white);font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;border:none;margin-top:.5rem;padding:1rem;font-size:.75rem;transition:background .2s}.add-to-cart:hover{background:var(--accent)}.footer{border-top:1px solid var(--light);margin-top:0;padding:4rem 0 2.5rem}.footer-grid{border-bottom:1px solid var(--light);grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem;padding-bottom:3rem;display:grid}.footer-brand-name{font-family:var(--font-body);letter-spacing:.18em;text-transform:uppercase;margin-bottom:1rem;font-size:.82rem;display:block}.footer-brand p{color:var(--mid);margin-bottom:1rem;font-size:.85rem;line-height:1.85}.footer-brand a{color:var(--mid);font-size:.8rem}.footer-col h4{font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;margin-bottom:1rem;font-size:.68rem;font-weight:500}.footer-col ul{flex-direction:column;gap:.5rem;list-style:none;display:flex}.footer-col ul a{color:var(--mid);font-size:.85rem;transition:color .2s}.footer-col ul a:hover{color:var(--dark)}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-bottom p{color:var(--mid);font-size:.78rem}.footer-legal{flex-wrap:wrap;gap:1.5rem;display:flex}.footer-legal a{color:var(--mid);font-size:.78rem;transition:color .2s}.footer-legal a:hover{color:var(--dark)}@keyframes anim-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes anim-fade-in{0%{opacity:0}to{opacity:1}}.animate-in{opacity:0;transform:translateY(20px)}.animate-in[data-visible="1"]{animation:1s cubic-bezier(.77,0,.175,1) both anim-fade-up}.lang-switcher{letter-spacing:.1em;align-items:center;gap:.35rem;font-size:.65rem;display:flex}.lang-switcher button{cursor:pointer;color:var(--dark);opacity:.45;letter-spacing:.1em;font-size:.65rem;font-family:var(--font-body);background:0 0;border:none;padding:0;transition:opacity .2s}.lang-switcher button:hover{opacity:.8}.lang-switcher button.lang-active{opacity:1;font-weight:500}.lang-switcher span{opacity:.3}@media (max-width:1024px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.header{height:auto}.header-inner{flex-wrap:wrap;height:auto;padding:0 1.25rem}.logo{flex:1;order:1;padding:.6rem 0}.header-inner nav{border-top:1px solid var(--light);order:3;width:100%}.header-right{order:2;padding:.85rem 0}.header-instagram{display:none}.nav{-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:center;gap:0;padding:0;display:flex;overflow-x:auto}.nav::-webkit-scrollbar{display:none}.nav li{flex-shrink:0}.nav a{padding:.7rem 1rem;font-size:.65rem;display:block}.nav-dropdown-menu{display:none!important}.about-strip{grid-template-columns:1fr}.about-content{padding:3rem 2rem}.product-detail,.footer-grid{grid-template-columns:1fr;gap:2rem}.shop-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.product-grid,.shop-grid{grid-template-columns:1fr}}
