*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}body{font-family:Arimo,-apple-system,BlinkMacSystemFont,sans-serif;background-color:#fff;color:#000;line-height:1.5;letter-spacing:-.03em;min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}header{position:sticky;top:0;background:#fff;z-index:100;border-bottom:1px solid #eee}.hero-header{position:relative;z-index:100;background:transparent;border-bottom:none}.hero .hero-header,.product-detail .hero-header,.about-page .hero-header{position:absolute;top:0;left:0;right:0}.hero-header nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:start;padding:1.5rem 2rem;width:100%}.hero-header .logo{grid-column:2;display:flex;flex-direction:column;align-items:center;gap:.25rem}.hero-header .logo-main{font-size:2.5rem;font-weight:700;line-height:1}.hero-header .logo-text{font-weight:700;font-size:.75rem}.hero-header .nav-links{grid-column:3;display:flex;justify-content:space-evenly;list-style:none;padding-top:.5rem}.hero-header .nav-links a{font-size:.9375rem;transition:opacity .2s}.hero-header .nav-links a:hover{opacity:.6}.hero-header .nav-links a.active{font-weight:700}nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto}.logo{display:flex;align-items:center;gap:.25rem}.logo img{height:40px;width:auto}.logo-text{font-weight:700;font-size:.875rem}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{font-size:.9375rem;transition:opacity .2s}.nav-links a:hover{opacity:.6}.nav-links a.active{font-weight:700}main{flex:1;max-width:1200px;margin:0 auto;padding:2rem;width:100%}.hero{position:relative;margin:0;padding:0}.hero-images{display:grid;grid-template-columns:1fr 1fr;gap:0;height:100vh;min-height:100vh;overflow:hidden}.hero-img{width:100%;height:100%;object-fit:cover}.products{padding:1rem 0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.25rem}.shop-grid{grid-template-columns:repeat(3,1fr)}.product-card{display:block;transition:background-color .2s}.product-card:hover{background-color:#f0f0f0}.product-card:hover .product-image img{opacity:.85}.product-image{aspect-ratio:3/4;overflow:hidden;background:#f5f5f5;margin-bottom:.25rem}.product-image img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;justify-content:space-between;font-size:.875rem;margin-bottom:.5rem;padding:0 .5rem}.product-name{flex:1}.product-price{font-weight:400}.product-detail{display:grid;grid-template-columns:45% 1fr;gap:0;min-height:100vh;max-height:100vh;overflow:hidden}.product-detail-images{display:flex;flex-direction:column;overflow-y:auto;height:100vh}.product-detail-image{width:100%;flex-shrink:0;height:100vh}.product-detail-image img{width:100%;height:100%;object-fit:cover}.product-detail-info{height:100vh;overflow-y:auto;padding:15rem 4rem 2rem}.product-specs{width:100%;border-collapse:collapse;font-size:.9375rem}.product-specs tr{border-bottom:1px solid #000}.product-specs td{padding:.75rem 0;vertical-align:top}.spec-label{width:120px;color:#000}.spec-value{padding-left:1rem}.btn-inquire{display:inline-block;margin-top:2rem;padding:.75rem 2rem;border:1px solid #000;background:#fff;color:#000;font-size:.875rem;cursor:pointer;transition:background .2s,color .2s}.btn-inquire:hover{background:#000;color:#fff}.about-page{display:grid;grid-template-columns:45% 1fr;gap:0;align-items:start;min-height:100vh}.about-image{position:sticky;top:0;height:100vh;overflow:hidden}.about-image img{width:100%;height:100%;object-fit:cover}.about-content{padding:15rem 4rem 2rem}.about-content p{font-size:1rem;line-height:1.8;max-width:500px}.shop-page{margin:0 -1rem}.shop-page h1{font-size:1.5rem;font-weight:400;margin-bottom:2rem;padding:0 1rem}.contact-page{max-width:600px}.contact-page h1{font-size:1.5rem;font-weight:400;margin-bottom:2rem}.contact-content p{margin-bottom:1.5rem;line-height:1.8}.contact-details p{margin-bottom:.5rem}footer{padding:2rem;text-align:center;font-size:.75rem;color:#666;border-top:1px solid #eee}@media(max-width:768px){nav{flex-direction:column;gap:1rem;padding:1rem}.nav-links{gap:1.5rem}main{padding:1rem}.hero-images{grid-template-columns:1fr;height:auto}.hero-img{height:50vh}.product-grid,.shop-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.product-detail,.about-page{grid-template-columns:1fr;gap:2rem}.product-detail-info{order:2}.about-content{padding-top:0}}@media(max-width:480px){.product-grid,.shop-grid{grid-template-columns:1fr}.product-specs td{display:block;padding:.5rem 0}.spec-label{font-weight:700;width:100%}.spec-value{padding-left:0}.product-specs tr{display:block;padding:.5rem 0}}
