@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Roboto+Mono:wght@300;400&display=swap";:root{--color-bg: #ffffff;--color-text: #000000;--color-border: #e5e5e5;--font-main: "Inter", sans-serif;--font-mono: "Roboto Mono", monospace;--header-height: 60px}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-main);line-height:1.4;-webkit-font-smoothing:antialiased;overflow-x:hidden}.marquee{background:var(--color-text);color:#fff;padding:8px 0;font-size:11px;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:2px;overflow:hidden;white-space:nowrap;position:sticky;top:0;z-index:1000}.marquee-content{display:inline-block;animation:marquee 30s linear infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}nav{height:var(--header-height);display:flex;justify-content:space-between;align-items:center;padding:0 40px;border-bottom:1px solid var(--color-border);background:#fff;text-transform:uppercase;font-size:12px;font-weight:500;letter-spacing:1px}.nav-links{display:flex;gap:30px}.nav-links a{text-decoration:none;color:inherit}.logo{font-size:18px;font-weight:600;letter-spacing:3px}.hero{height:calc(100vh - var(--header-height) - 30px);position:relative;overflow:hidden;border-bottom:1px solid var(--color-border)}.hero img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;bottom:60px;left:40px;color:#fff;max-width:600px}.hero-overlay h1{font-size:48px;font-weight:400;line-height:1;text-transform:uppercase;margin-bottom:20px}.texture-section{padding:80px 40px;border-bottom:1px solid var(--color-border)}.texture-text{font-size:32px;line-height:1.1;text-transform:uppercase;font-weight:500;opacity:.1;-webkit-user-select:none;user-select:none}.section-header{padding:40px;display:flex;justify-content:space-between;align-items:flex-end;border-bottom:1px solid var(--color-border)}.section-header h2{font-size:12px;text-transform:uppercase;letter-spacing:2px;font-weight:600}.product-slider{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--color-border)}.product-item{border-right:1px solid var(--color-border);padding:20px;transition:background .3s ease;position:relative}.product-item:last-child{border-right:none}.product-item:hover{background:#f9f9f9}.product-img-container{aspect-ratio:3/4;overflow:hidden;margin-bottom:20px;position:relative}.product-img-container img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;opacity:0;transition:opacity .8s ease,transform .8s cubic-bezier(.16,1,.3,1)}.product-img-container img.active{opacity:1;position:relative}.product-item:hover img.active{transform:scale(1.05)}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fffc;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .3s ease;z-index:10}.product-item:hover .carousel-btn{opacity:1}.carousel-btn.prev{left:10px}.carousel-btn.next{right:10px}.carousel-indicators{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:10}.indicator{width:6px;height:6px;border-radius:50%;background:#0003;transition:background .3s ease}.indicator.active{background:#000c}.product-meta{display:flex;flex-direction:column;gap:5px;text-transform:uppercase;font-size:11px;letter-spacing:1px}.product-name{font-weight:600}.product-price{color:#666}.editorial-grid{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--color-border)}.editorial-item{padding:60px 40px;border-right:1px solid var(--color-border)}.editorial-item:last-child{border-right:none}.editorial-number{font-family:var(--font-mono);font-size:12px;margin-bottom:30px;display:block}.editorial-content h3{font-size:32px;text-transform:uppercase;margin-bottom:20px;font-weight:400;line-height:1.1}.editorial-content p{font-size:14px;line-height:1.6;max-width:400px}footer{padding:80px 40px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;font-size:12px;text-transform:uppercase;letter-spacing:1px}.footer-col h4{margin-bottom:20px;font-weight:600}.footer-col ul{list-style:none}.footer-col li{margin-bottom:10px}.footer-col a{text-decoration:none;color:#666}.footer-bottom{grid-column:1 / -1;padding-top:40px;border-top:1px solid var(--color-border);display:flex;justify-content:space-between;color:#999;font-size:10px}@media(max-width:1024px){.product-slider{grid-template-columns:1fr 1fr}.product-item:nth-child(1),.product-item:nth-child(2){border-bottom:1px solid var(--color-border)}.product-item:nth-child(2){border-right:none}.editorial-grid{grid-template-columns:1fr}.editorial-item{border-right:none;border-bottom:1px solid var(--color-border)}}@media(max-width:768px){.product-slider{grid-template-columns:1fr}.product-item{border-right:none;border-bottom:1px solid var(--color-border)}.product-item:last-child{border-bottom:none}footer{grid-template-columns:1fr 1fr}.nav-links{display:none}}
