@import url("https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap");:root{--color-primary:#d4af37;--color-primary-hover:#c49b2a;--color-bg:#fff;--color-text:#1a1a1a;--color-heading:#000;--color-muted:#777;--color-footer:#222}*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:Helvetica Neue,sans-serif;background-color:var(--color-bg);color:var(--color-text);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}ul{list-style:none}.container{width:90%;max-width:1200px;margin:0 auto}.header{background-color:var(--color-bg);padding:1.5rem 0;border-bottom:1px solid var(--color-primary);display:flex;justify-content:space-between;align-items:center}.menu ul{display:flex;gap:2rem}.menu li a{font-weight:500;position:relative;padding:.2rem;transition:color .3s ease}.menu li a:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:2px;background:var(--color-primary);transition:width .3s ease}.menu li a:hover{color:var(--color-primary)}.menu li a:hover:after{width:100%}.menu-icons a svg{color:#fff;font-size:1rem;transition:color .3s ease;text-shadow:0 1px 3px rgba(0,0,0,.7)}.menu-icons a:hover svg{color:#d4af37}.hero-overlay{position:absolute;inset:0;background-color:rgba(0,0,0,.3);z-index:2}.hero{z-index:3;position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;text-align:center;background-color:#000}.hero-image{position:absolute;inset:0;z-index:1}.hero-img{object-fit:cover;filter:brightness(.7)}.hero-content{z-index:2;font-family:Old Standard TT,serif;padding:2rem;max-width:800px;color:#fff;text-align:center}.hero-sub{position:relative;letter-spacing:1px;font-size:3.9rem;transform:translateY(-3.2rem)!important;z-index:2;text-shadow:0 2px 4px rgba(0,0,0,.9),0 4px 12px rgba(0,0,0,.6),0 0 2px rgba(0,0,0,.4);transform:translateY(-.3rem);animation:fadeUp .8s ease-out forwards;animation-delay:.2s}.hero-sub,.hero-title{color:#fff;opacity:0;transform:translateY(20px)}.hero-title{font-size:2.6rem;font-weight:400;margin:2rem 0;text-shadow:0 2px 4px rgba(0,0,0,.8),0 4px 10px rgba(0,0,0,.6),0 0 40px rgba(0,0,0,.3);animation:fadeUp .8s ease-out forwards;animation-delay:.6s}.hero-button{position:relative;display:inline-block;padding:.8rem 2rem;font-size:1.2rem;color:#d4af37;border:1px solid #d4af37;background:transparent;transform:translateY(4.2rem)!important;transition:all .3s ease;text-shadow:0 1px 2px rgba(0,0,0,.6);animation:fadeUp .8s ease-out forwards;animation-delay:.8s;opacity:0;transform:translateY(20px)}.hero-button:hover{background:#d4af37;color:#000}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.site-header{position:fixed;width:100%;top:0;z-index:1000;transition:background-color .4s ease;padding:1.5rem 0}.site-header.scrolled{background-color:#000}.header-content{display:flex;align-items:center;justify-content:space-between}.logo{font-weight:700;font-size:1.5rem;color:#fff;letter-spacing:1px;text-shadow:0 1px 3px rgba(0,0,0,.6)}.main-menu ul{display:flex;gap:2rem}.main-menu li a{color:#fff;font-weight:500;font-size:.85rem;text-transform:uppercase;letter-spacing:1px;position:relative;text-shadow:0 1px 3px rgba(0,0,0,.6)}.main-menu li a:focus,.main-menu li a:hover{color:#d4af37}.menu-icons{display:flex;gap:1.2rem}.menu-icons a span{color:#fff;font-size:.95rem;text-shadow:0 1px 3px rgba(0,0,0,.6);cursor:pointer}.menu-icons a:hover span{color:#d4af37}.feature-section{display:flex;flex-wrap:wrap;min-height:600px;background:#f9f9f9}.feature-image{position:relative;width:50%;min-height:600px}.feature-img{object-fit:cover}.feature-content{width:50%;padding:4rem 3rem;display:flex;flex-direction:column;justify-content:center;text-align:left}.feature-text{display:flex;gap:2rem}.feature-paragraph{flex:1 1}.feature-paragraph p{font-size:1rem;color:#444;line-height:1.8}.feature-title{font-size:1.8rem;font-weight:700;font-style:italic;font-family:Old Standard TT,serif;margin-bottom:2rem;line-height:1.4;color:#000}.feature-number{font-size:5rem;font-style:normal;font-weight:400;color:#d43f1a;display:block;line-height:1}.spec-section{display:flex;background:#f9f9f9;min-height:600px}.spec-text{width:50%;padding:4rem 3rem;display:flex;flex-direction:column;justify-content:center}.spec-title{font-size:1.8rem;font-style:italic;font-family:Old Standard TT,serif;margin-bottom:2rem;color:#000}.spec-paragraph{font-size:1rem;color:#444;line-height:1.8;margin-bottom:2rem}.spec-link{font-size:1rem;font-weight:500;color:var(--color-primary);position:relative;transition:color .3s ease}.spec-link:after{content:"→";margin-left:8px;transition:margin-left .3s ease}.spec-link:hover{color:#000}.spec-link:hover:after{margin-left:12px}.spec-images{width:50%;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:1px;gap:1px;background-color:#ccc}.spec-img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;transition:filter .3s ease}.spec-img:hover{filter:brightness(.6)}.about{padding:4rem 2rem;background-color:#f4f4f4;text-align:center}.about-text{max-width:800px;margin:0 auto;font-size:1rem;color:var(--color-muted)}.product-showcase{display:flex;justify-content:space-between;align-items:flex-start;padding:4rem 2rem;gap:2rem}.product-box{width:25%;text-align:center}.product-title{font-family:Old Standard TT,serif;font-size:1.5rem;margin-bottom:1.2rem}.product-name{font-size:.95rem;font-weight:400;color:#666;margin:1rem 0}.product-button{background-color:#d4af37;color:#fff;padding:.6rem 1.4rem;border:none;font-size:.85rem;letter-spacing:1px;cursor:pointer;transition:background-color .3s ease}.product-button:hover{background-color:#6b550c}.carousel-box{width:25%;text-align:center}.carousel-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.carousel-grid img{width:100%;height:auto;object-fit:cover;border:1px solid #eee}.carousel-nav{margin-top:1rem;display:flex;justify-content:center;gap:1.5rem;font-size:1.5rem;cursor:pointer}.newsletter-section{background-color:#000;color:#fff;width:100%;padding:5rem 0}.newsletter-overlay{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 2rem;flex-wrap:wrap}.newsletter-text{flex:1 1;max-width:600px}.newsletter-title{font-family:Old Standard TT,serif;font-size:2.2rem;font-style:italic;color:#fff;margin-bottom:1.5rem}.newsletter-paragraph{font-size:1rem;color:#bbb;margin-bottom:2rem;line-height:1.6}.newsletter-button{display:inline-block;padding:.9rem 2rem;background-color:#d4af37;color:#fff;font-size:.9rem;letter-spacing:1px;text-transform:uppercase;margin-bottom:2rem;text-decoration:none}.newsletter-button:hover{background-color:#c49b2a}.newsletter-form{display:flex;gap:1rem;max-width:600px;margin-bottom:.5rem}.newsletter-form input{flex:1 1;padding:.8rem;font-style:italic;font-size:.95rem}.newsletter-form button,.newsletter-form input{background:#111;border:1px solid #333;color:#fff}.newsletter-form button{font-size:.75rem;letter-spacing:.05rem;padding:0 1.2rem;cursor:not-allowed}.form-note{font-size:.75rem;color:#777;font-style:italic}.newsletter-image{flex:1 1;display:flex;justify-content:center}.newsletter-image img{max-width:400px;height:auto}.map-strip{width:100%;height:300px;overflow:hidden;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.map-strip iframe{width:100%;height:100%;border:0;display:block}footer{background-color:#111;color:#fff;font-family:Old Standard TT,serif}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;padding:4rem 3rem;flex-wrap:wrap}.footer-item{flex:1 1;min-width:220px;margin-bottom:2rem;text-align:center}.footer-icon{margin-bottom:.5rem;color:#fff}.footer-title{font-size:1rem;font-weight:400;margin-bottom:.3rem;letter-spacing:1px}.footer-text{font-size:.9rem;color:#ccc;line-height:1.6}.footer-logo{flex:1 1;text-align:center;margin-bottom:2rem}.logo-placeholder{font-size:1.4rem;font-weight:700;padding:1rem;display:inline-block;margin-bottom:.5rem}.footer-bottom{background-color:#0c0c0c;text-align:center;padding:1rem 0;font-size:.8rem;color:#888}@media (max-width:768px){.logo{display:none}.header-content{flex-direction:column;gap:1rem;align-items:center;padding:1rem 0}.main-menu ul{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1.2rem}.main-menu li a{font-size:.75rem;letter-spacing:.5px}.menu-icons{display:none}.feature-section{flex-direction:column}.feature-image{position:relative;width:100%;min-height:300px}.feature-img{object-fit:cover}.feature-content{width:100%;padding:2.5rem 1.5rem;text-align:center}.feature-title{margin-bottom:1.5rem}.feature-text{font-size:.95rem;line-height:1.7;color:#444}.feature-text p{margin-bottom:1rem}.feature-number{font-size:3rem}.product-showcase{flex-direction:column;align-items:center}.carousel-box,.product-box{width:100%}.carousel-grid{grid-template-columns:1fr 1fr}.spec-section{flex-direction:column}.spec-images,.spec-text{width:100%}.spec-text{padding:2rem;text-align:center;align-items:center}.spec-link{margin-top:1rem}.footer-top{flex-direction:column-reverse;align-items:center;padding:2rem 1.5rem}.footer-logo{order:-1;margin-bottom:2rem}.footer-item-wrapper{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;width:100%}.footer-item{margin-bottom:1rem;text-align:center;min-width:140px;flex:1 1 40%}}