.app-container.premium-editorial{position:relative;width:100%}.utility-bar{display:none;background-color:var(--text-dark);color:var(--bg-pure-white);font-family:var(--font-sans);font-size:.75rem;letter-spacing:1px;padding:8px 0}.utility-content{display:flex;justify-content:center}.contact-info{display:flex;align-items:center;gap:15px;opacity:.8}.divider{color:var(--accent-gold)}.minimal-nav{position:sticky;top:0;left:0;width:100%;z-index:100;border-bottom:1px solid rgba(0,0,0,.05);background:#fffffffa;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.nav-content{display:flex;justify-content:space-between;align-items:center;height:60px;padding:0 20px}.logo{font-family:var(--font-sans);font-weight:600;font-size:1.1rem;letter-spacing:2px;color:var(--text-dark)}.nav-links{display:none;gap:30px}.nav-link{font-family:var(--font-sans);font-weight:500;font-size:.85rem;text-transform:uppercase;letter-spacing:1.5px;color:var(--text-muted);transition:color .3s ease;position:relative}.nav-link:hover{color:var(--text-dark)}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0%;height:1px;background-color:var(--accent-gold);transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-actions{display:flex;align-items:center;gap:20px}.btn-solid{display:none;background:var(--text-dark);color:var(--bg-pure-white);border:1px solid var(--text-dark);padding:10px 24px;font-family:var(--font-sans);font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s ease}.btn-solid:hover{background:var(--bg-pure-white);color:var(--text-dark)}.mobile-menu{display:block;cursor:pointer;color:var(--text-dark)}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:var(--bg-pure-white);z-index:1000;display:flex;flex-direction:column;padding:80px 40px;transform:translate(-100%);transition:transform .4s cubic-bezier(.77,0,.175,1)}.mobile-menu-overlay.open{transform:translate(0)}.close-menu-btn{position:absolute;top:30px;right:30px;cursor:pointer;color:var(--text-dark)}.mobile-nav-links{display:flex;flex-direction:column;margin-top:40px}.mobile-nav-links a{font-family:var(--font-sans);font-size:1.2rem;font-weight:500;color:var(--text-dark);text-transform:uppercase;letter-spacing:2px;padding:20px 0;border-bottom:1px solid var(--border-light);transition:color .3s ease}.mobile-nav-links a:hover{color:var(--accent-gold)}.hero-section{background:var(--bg-pure-white);min-height:100vh;display:flex;align-items:center;overflow:hidden;padding:0;position:relative}.hero-inner{display:flex;flex-direction:column;width:100%;max-width:1400px;margin:0 auto;padding:80px 20px 48px;gap:40px;align-items:center}.hero-left{flex:1;width:100%;display:flex;flex-direction:column;gap:0;z-index:2;text-align:center;align-items:center;overflow:hidden}.hero-eyebrow{font-family:var(--font-sans);font-size:.75rem;font-weight:700;letter-spacing:5px;color:var(--accent-gold);text-transform:uppercase;margin-bottom:24px;display:block}.hero-heading-wrap{display:flex;flex-direction:column;gap:0;margin-bottom:28px}.hero-h1{font-family:var(--font-serif);font-size:clamp(2.8rem,5.5vw,5rem);font-weight:800;line-height:.98;color:var(--text-dark);margin:0;letter-spacing:-.03em;text-transform:uppercase;word-break:break-word}.hero-h1--accent{color:var(--accent-gold);font-style:italic;font-weight:400;text-transform:none}.hero-sub{font-family:var(--font-sans);font-size:1rem;color:var(--text-muted);line-height:1.7;max-width:460px;margin:0 auto 36px}.hero-actions{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap;margin-bottom:40px}.btn-hero-primary{background:var(--text-dark);color:var(--bg-pure-white);border:none;padding:16px 36px;font-family:var(--font-sans);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;cursor:pointer;transition:background .3s ease,transform .3s ease}.btn-hero-primary:hover{background:var(--accent-gold);transform:translateY(-2px)}.btn-hero-ghost{font-family:var(--font-sans);font-size:.85rem;font-weight:600;letter-spacing:1.5px;color:var(--text-dark);text-decoration:none;border-bottom:1.5px solid var(--text-dark);padding-bottom:2px;transition:color .3s,border-color .3s}.btn-hero-ghost:hover{color:var(--accent-gold);border-color:var(--accent-gold)}.hero-stats{display:flex;gap:24px;border-top:1px solid var(--border-light);padding-top:24px;flex-wrap:wrap;justify-content:center}.hero-stat-item{display:flex;flex-direction:column;gap:4px}.hero-stat-val{font-family:var(--font-serif);font-size:2rem;font-weight:700;color:var(--text-dark);line-height:1}.hero-stat-label{font-family:var(--font-sans);font-size:.7rem;letter-spacing:2px;text-transform:uppercase;color:var(--text-muted)}.hero-right{flex:1;position:relative;display:flex;align-items:center;justify-content:center;min-height:400px;width:100%}.hero-geo-circle{position:absolute;width:70%;aspect-ratio:1;border-radius:50%;background:var(--accent-gold);opacity:.13;top:50%;left:55%;transform:translate(-50%,-50%);z-index:0}.hero-geo-ring{position:absolute;width:85%;aspect-ratio:1;border-radius:50%;border:1.5px solid var(--accent-gold);opacity:.25;top:50%;left:55%;transform:translate(-50%,-50%);z-index:0}.hero-img-frame{position:relative;z-index:2;width:82%;max-width:480px;aspect-ratio:4/5;border-radius:4px;overflow:hidden;box-shadow:0 40px 80px #0000002e}.hero-product-img{width:100%;height:100%;object-fit:cover;display:block}.hero-badge{position:absolute;bottom:8%;left:-5%;z-index:3;background:var(--bg-pure-white);color:var(--text-dark);padding:14px 20px;display:flex;align-items:center;gap:14px;box-shadow:0 12px 32px #00000026;border-left:4px solid var(--accent-gold)}.hero-badge-num{font-family:var(--font-serif);font-size:2rem;font-weight:700;color:var(--accent-gold);line-height:1}.hero-badge-text{font-family:var(--font-sans);font-size:.72rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--text-dark);line-height:1.5}@media (min-width: 768px){.hero-left{text-align:left;align-items:flex-start}.hero-sub{margin:0 0 36px}.hero-actions{justify-content:flex-start}.hero-stats{justify-content:flex-start;gap:36px;padding-top:28px}}@media (min-width: 900px){.hero-inner{flex-direction:row;padding:100px 60px;gap:0;align-items:center}.hero-left{padding-right:40px;max-width:52%}.hero-right{min-height:600px}}.prod-hero{background:var(--bg-pure-white);min-height:100vh;display:flex;align-items:center;overflow:hidden;position:relative}.prod-hero-inner{display:flex;flex-direction:column;width:100%;max-width:1400px;margin:0 auto;padding:110px 20px 56px;gap:40px;align-items:center}.prod-hero-left{flex:1;width:100%;display:flex;flex-direction:column;text-align:center;align-items:center;z-index:2}.prod-hero-eyebrow{font-family:var(--font-sans);font-size:.72rem;font-weight:700;letter-spacing:5px;color:var(--accent-gold);text-transform:uppercase;margin-bottom:20px;display:block}.prod-hero-heading{display:flex;flex-direction:column;margin-bottom:24px}.prod-hero-h1{font-family:var(--font-serif);font-size:clamp(2.6rem,5vw,5rem);font-weight:800;line-height:.98;color:var(--text-dark);margin:0;letter-spacing:-.03em;text-transform:uppercase;word-break:break-word}.prod-hero-h1--accent{color:var(--accent-gold);font-style:italic;font-weight:400;text-transform:none}.prod-hero-desc{font-size:1rem;color:var(--text-muted);line-height:1.7;max-width:480px;margin:0 auto 32px}.prod-hero-actions{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap;margin-bottom:40px}.prod-hero-stats{display:flex;gap:24px;border-top:1px solid var(--border-light);padding-top:24px;flex-wrap:wrap;justify-content:center;width:100%}.prod-stat-item{display:flex;flex-direction:column;gap:4px}.prod-stat-val{font-family:var(--font-serif);font-size:2rem;font-weight:700;color:var(--text-dark);line-height:1}.prod-stat-label{font-family:var(--font-sans);font-size:.68rem;letter-spacing:2px;text-transform:uppercase;color:var(--text-muted)}.prod-hero-right{flex:1;width:100%;position:relative;display:flex;align-items:center;justify-content:center;min-height:380px}.prod-hero-geo-circle{position:absolute;width:65%;aspect-ratio:1;border-radius:50%;background:var(--accent-gold);opacity:.1;top:50%;left:55%;transform:translate(-50%,-50%);z-index:0}.prod-hero-geo-ring{position:absolute;width:80%;aspect-ratio:1;border-radius:50%;border:1.5px solid var(--accent-gold);opacity:.2;top:50%;left:55%;transform:translate(-50%,-50%);z-index:0}.prod-hero-img-frame{position:relative;z-index:2;width:80%;max-width:460px;aspect-ratio:4/5;border-radius:4px;overflow:hidden;box-shadow:0 40px 80px #00000029}.prod-hero-img{width:100%;height:100%;object-fit:cover;display:block}.prod-hero-badge{position:absolute;bottom:8%;left:-2%;z-index:3;background:var(--bg-pure-white);padding:12px 18px;display:flex;align-items:center;gap:12px;box-shadow:0 12px 32px #0000001f;border-left:4px solid var(--accent-gold)}.prod-badge-num{font-size:1.4rem;color:var(--accent-gold);line-height:1}.prod-badge-text{font-family:var(--font-sans);font-size:.68rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--text-dark)}@media (min-width: 768px){.prod-hero-inner{flex-direction:row;padding:100px 40px 60px;gap:0;align-items:center}.prod-hero-left{text-align:left;align-items:flex-start;max-width:52%;padding-right:32px}.prod-hero-desc{margin:0 0 32px}.prod-hero-actions{justify-content:flex-start}.prod-hero-stats{justify-content:flex-start;gap:32px}.prod-hero-right{min-height:540px}}@media (min-width: 1024px){.prod-hero-inner{padding:100px 80px}.prod-hero-right{min-height:640px}}.about-section{padding:80px 0;background:var(--bg-pure-white)}.about-grid{display:flex;flex-direction:column;gap:50px;align-items:center}.about-image-side{width:100%;order:2}.elegant-image-box{width:100%;max-width:500px;margin:0 auto;aspect-ratio:1;overflow:hidden}.grayscale-hover{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:filter .8s ease}.elegant-image-box:hover .grayscale-hover{filter:grayscale(0%)}.about-text-side{text-align:center;order:1}.section-title,.hero-title{font-size:clamp(2.2rem,5vw,3.2rem);font-weight:700;background:linear-gradient(135deg,var(--text-dark) 40%,var(--accent-gold) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;margin-bottom:30px;line-height:1.2;letter-spacing:-.02em}.section-title em{font-style:italic;-webkit-text-fill-color:var(--accent-gold)}.text-center .section-title,.text-center .hero-title,.text-center .prod-hero-h1,.section-title.text-center{justify-content:center;text-align:center}.divider-line,.center-line{display:none!important}.section-desc{font-size:.95rem;color:var(--text-muted);line-height:1.7;margin-bottom:20px}.about-stats{margin-top:30px;padding-top:30px;border-top:1px solid var(--border-light);display:flex;justify-content:center}.stat-elegant{display:flex;align-items:center;gap:15px}.stat-num{font-family:var(--font-serif);font-size:3rem;color:var(--text-dark);line-height:1}.stat-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:var(--accent-gold);text-align:left}.products-section{padding:80px 0;background:var(--bg-off-white)}.section-header{margin-bottom:50px}.products-grid{display:flex;flex-direction:column;gap:40px;max-width:500px;margin:0 auto}.product-card{transition:transform .4s ease;display:flex;flex-direction:column;height:100%}.product-info{display:flex;flex-direction:column;flex-grow:1}.product-card:hover{transform:translateY(-5px)}.product-img-wrapper{position:relative;aspect-ratio:4/5;overflow:hidden;margin-bottom:20px}.product-img-wrapper:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#00000008;pointer-events:none}.product-img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.product-card:hover .product-img{transform:scale(1.05)}.product-number{position:absolute;bottom:0;left:0;background:var(--bg-pure-white);padding:10px 15px;font-family:var(--font-serif);font-size:1rem;color:var(--accent-gold)}.product-title{font-size:1.3rem;margin-bottom:10px;font-weight:400}.product-desc{font-size:.9rem;color:var(--text-muted);margin-bottom:15px}.read-more{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:var(--text-dark);border-bottom:1px solid var(--accent-gold);padding-bottom:4px;transition:color .3s}.read-more:hover{color:var(--accent-gold)}.capabilities-section{padding:80px 0;background:var(--bg-pure-white);border-top:1px solid var(--border-light)}.capabilities-grid{display:flex;flex-direction:column;gap:60px;align-items:center}.capabilities-text{width:100%;text-align:center}.elegant-progress{margin-top:40px;text-align:left}.progress-item{margin-bottom:25px}.progress-header{display:flex;justify-content:space-between;margin-bottom:8px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.progress-track{width:100%;height:1px;background:var(--border-light)}.progress-fill{height:2px;background:var(--accent-gold);transform:translateY(-.5px);transition:width 1.5s cubic-bezier(.22,1,.36,1)}.elegant-counters{display:grid;grid-template-columns:1fr;gap:30px;width:100%;text-align:center}.counter-item{display:flex;flex-direction:column;align-items:center;cursor:default;background-color:var(--bg-pure-white);padding:40px 30px;border:1px solid var(--border-light);border-radius:8px;box-shadow:0 10px 30px #00000008;position:relative}.counter-item:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:var(--accent-gold);border-radius:0 0 8px 8px}.counter-icon{display:flex;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:25px;color:var(--bg-pure-white);background-color:var(--accent-gold);border-radius:50%}.counter-num{font-family:var(--font-serif);font-size:3rem;color:var(--text-dark);line-height:1;margin-bottom:8px}.counter-label{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:1.5px;color:var(--text-muted)}.minimal-footer{background:var(--text-dark);color:var(--text-light);padding-top:60px}.footer-grid{display:flex;flex-direction:column;gap:40px;margin-bottom:60px}.footer-brand{text-align:center}.footer-brand .logo{color:var(--bg-pure-white)}.footer-logo{font-family:var(--font-sans);font-size:1.3rem;font-weight:600;letter-spacing:3px;color:var(--bg-pure-white);margin-bottom:15px}.footer-desc{font-size:.9rem;line-height:1.7;max-width:100%;margin:0 auto}.footer-links-col{text-align:center}.footer-heading{font-family:var(--font-serif);font-size:1.2rem;color:var(--bg-pure-white);font-weight:400;margin-bottom:20px}.footer-links-col ul{list-style:none;padding:0;margin:0}.footer-links-col li{margin-bottom:12px;font-size:.85rem}.footer-links-col a{transition:color .3s}.footer-links-col a:hover{color:var(--accent-gold)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:20px 0;font-size:.75rem;text-align:center;letter-spacing:1px}@keyframes fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-delay{0%{opacity:0;transform:translate(20px)}30%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@media (min-width: 768px){.utility-bar{display:block}.minimal-nav{position:sticky;top:0;border-bottom:1px solid rgba(0,0,0,.05)}.nav-content{height:80px;padding:0 40px}.logo{letter-spacing:4px}.mobile-menu{display:none}.nav-links,.btn-solid{display:flex}.hero-inner{flex-direction:row;padding:100px 40px 60px;gap:0;align-items:center}.hero-left{max-width:52%;padding-right:32px}.hero-right{min-height:520px}.about-grid{flex-direction:row;display:grid;grid-template-columns:1fr 1fr;text-align:left}.about-image-side{order:1}.about-text-side{order:2;text-align:left}.divider-line{margin:0 0 30px}.about-stats{justify-content:flex-start}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);max-width:100%}.capabilities-grid{flex-direction:row;display:grid;grid-template-columns:1fr 1fr;text-align:left}.capabilities-text{text-align:left}.elegant-counters{grid-template-columns:repeat(2,1fr);text-align:left}.footer-grid{flex-direction:row;display:grid;grid-template-columns:1fr 1fr;text-align:left}.footer-brand,.footer-links-col{text-align:left}}@media (min-width: 1024px){.utility-content{justify-content:flex-end}.hero-inner{padding:100px 80px}.hero-left{padding-right:48px;max-width:50%}.hero-right{min-height:640px}.about-section,.products-section,.capabilities-section{padding:120px 0}.products-grid{grid-template-columns:repeat(4,1fr)}.footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-brand{grid-column:span 1}}.contact-page{padding:100px 0;background-color:var(--bg-pure-white);min-height:calc(100vh - 114px)}.contact-header{text-align:center;margin-bottom:60px}.contact-intro{max-width:700px;margin:0 auto;color:var(--text-muted);line-height:1.8}.contact-grid{display:flex;flex-direction:column;gap:50px}.contact-form-side{display:flex;flex-direction:column;gap:40px}.contact-info-blocks{display:flex;flex-direction:column;gap:20px;padding:30px;background-color:var(--bg-off-white);border-left:3px solid var(--accent-gold)}.info-block{margin-bottom:10px}.info-heading{font-family:var(--font-serif);font-size:1.2rem;color:var(--text-dark);margin-bottom:5px}.elegant-form{display:flex;flex-direction:column;gap:20px}.form-title{font-family:var(--font-serif);font-size:1.8rem;margin-bottom:10px}.form-row{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;flex:1}.form-group label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;color:var(--text-muted)}.form-input{padding:15px;border:1px solid var(--border-light);background:transparent;font-family:var(--font-sans);font-size:1rem;color:var(--text-dark);transition:border-color .3s}.form-input:focus{outline:none;border-color:var(--accent-gold)}.submit-btn{margin-top:10px;align-self:flex-start}.contact-map-side{width:100%}.map-wrapper{width:100%;height:400px;background:var(--bg-off-white);border:1px solid var(--border-light)}@media (min-width: 768px){.form-row{flex-direction:row}}@media (min-width: 1024px){.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}.contact-form-side{max-width:100%}.map-wrapper{height:100%;min-height:600px}}.page-header{padding:80px 0 40px;background-color:var(--bg-pure-white)}.about-content-section{padding:80px 0}.about-content-section.bg-off-white{background-color:var(--bg-off-white)}.sub-heading{font-family:var(--font-serif);font-size:1.5rem;color:var(--text-dark);margin-bottom:15px;font-weight:400}.elegant-list{list-style:none;padding:0}.elegant-list li{position:relative;padding-left:20px;margin-bottom:15px;color:var(--text-muted);line-height:1.7}.elegant-list li:before{content:"•";color:var(--accent-gold);position:absolute;left:0;font-size:1.2rem;line-height:1.5}.elegant-list strong{color:var(--text-dark);font-weight:600}.highlight-quote{font-family:var(--font-serif);font-size:1.3rem;color:var(--text-dark);font-style:italic;border-left:3px solid var(--accent-gold);padding-left:20px;margin-top:30px}.faq-section{padding:80px 0 100px}.faq-container{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border-light);margin-bottom:10px}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px 0;cursor:pointer;transition:color .3s ease}.faq-question h4{font-family:var(--font-sans);font-size:1.1rem;font-weight:500;color:var(--text-dark);margin:0;padding-right:20px}.faq-icon{font-size:1.5rem;color:var(--accent-gold);font-weight:300;transition:transform .3s ease}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}.faq-answer p{color:var(--text-muted);line-height:1.7;margin:0}.faq-item.open .faq-answer{max-height:200px;padding-bottom:20px}.faq-item.open .faq-question h4{color:var(--accent-gold)}@media (min-width: 1024px){.alternate-grid .about-text-side{order:2}.alternate-grid .about-image-side{order:1}}.nav-dropdown{position:relative;display:inline-block;height:100%}.dropdown-content{visibility:hidden;position:absolute;top:100%;left:0;background-color:var(--bg-pure-white);min-width:240px;box-shadow:0 10px 30px #0000000d;border:1px solid var(--border-light);z-index:100;padding:10px 0;opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease,visibility .3s}.nav-dropdown:hover .dropdown-content{visibility:visible;opacity:1;transform:translateY(0)}.dropdown-item{color:var(--text-muted);padding:12px 20px;text-decoration:none;display:block;font-family:var(--font-sans);font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;border-left:2px solid transparent}.dropdown-item:hover{background-color:var(--bg-off-white);color:var(--accent-gold);padding-left:25px;border-left:2px solid var(--accent-gold)}.mobile-dropdown-container{width:100%}.mobile-dropdown-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;cursor:pointer;padding-bottom:15px;border-bottom:1px solid rgba(0,0,0,.05)}.mobile-dropdown-toggle span{font-size:1.8rem;font-family:var(--font-serif);color:var(--text-dark)}.dropdown-chevron{transition:transform .3s ease;color:var(--accent-gold)}.dropdown-chevron.open{transform:rotate(180deg)}.mobile-dropdown-content{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;display:flex;flex-direction:column;gap:15px;padding-left:20px}.mobile-dropdown-content.open{max-height:300px;padding-top:15px;padding-bottom:15px}.mobile-dropdown-content a{font-size:1.2rem!important;font-family:var(--font-sans)!important;color:var(--text-muted)!important;border-bottom:none!important;padding-bottom:0!important;margin-bottom:0!important}.mobile-dropdown-content a:hover{color:var(--accent-gold)!important}.mobile-dropdown{width:100%}.mobile-dropdown-header{font-family:var(--font-sans);font-size:1.5rem;font-weight:500;text-transform:uppercase;letter-spacing:2px;color:var(--text-dark);text-decoration:none;transition:color .3s ease;position:relative;padding-bottom:10px;border-bottom:1px solid var(--border-light);width:100%;text-align:center;cursor:pointer;display:block}.mobile-dropdown-header:hover{color:var(--accent-gold)}.mobile-dropdown-icon{font-family:var(--font-sans);font-size:1.5rem;color:var(--accent-gold);font-weight:300;position:absolute;right:10px;top:0}.mobile-dropdown-content{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;display:flex;flex-direction:column;align-items:center;gap:15px}.mobile-dropdown-content.open{max-height:300px;padding-top:20px;padding-bottom:10px}.mobile-nav-links .mobile-dropdown-content a{font-family:var(--font-sans);font-size:1rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px}.mobile-nav-links .mobile-dropdown-content a:hover{color:var(--accent-gold)}.mobile-nav-accordion{width:100%;border-bottom:1px solid var(--border-light)}.mobile-accordion-header{font-family:var(--font-sans);font-size:1.2rem;font-weight:500;color:var(--text-dark);text-transform:uppercase;letter-spacing:2px;padding:20px 0;width:100%;cursor:pointer;position:relative;display:flex;justify-content:flex-start;align-items:center}.mobile-accordion-icon{position:absolute;right:10px;font-size:1.5rem;color:var(--accent-gold)}.mobile-accordion-content{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;display:flex;flex-direction:column}.mobile-accordion-content.open{max-height:250px;padding-bottom:15px}.mobile-accordion-content a{font-size:.95rem;padding:12px 0;border-bottom:none;color:var(--text-muted);letter-spacing:1px}.mobile-accordion-content a:hover{color:var(--accent-gold)}.product-hero{background-color:var(--bg-pure-white);padding:80px 0 40px}.horizontal-counters{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:30px;padding:60px 0}@media (min-width: 768px){.horizontal-counters{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:60px}.horizontal-counters .counter-item{flex:0 1 auto;min-width:150px;display:flex;flex-direction:column;align-items:center;text-align:center}}.benefits-grid{display:grid;grid-template-columns:1fr;gap:40px;margin-top:50px}@media (min-width: 768px){.benefits-grid{grid-template-columns:repeat(3,1fr);gap:30px}}.benefit-card{padding:40px 30px;background-color:var(--bg-pure-white);border:1px solid var(--border-light);text-align:center;transition:transform .3s ease,box-shadow .3s ease}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000000d;border-bottom:3px solid var(--accent-gold)}.benefit-icon{color:var(--accent-gold);margin-bottom:20px;display:flex;justify-content:center}.benefit-title{font-family:var(--font-serif);font-size:1.3rem;color:var(--text-dark);margin-bottom:15px}.benefit-desc{color:var(--text-muted);font-size:.95rem;line-height:1.6}.industries-grid{display:grid;grid-template-columns:1fr;gap:30px;max-width:1200px;margin:0 auto}@media (min-width: 768px){.industries-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.industries-grid{grid-template-columns:repeat(4,1fr)}}.industry-item{background-color:var(--bg-pure-white);padding:30px 20px;border:1px solid var(--border-light);border-top:4px solid var(--accent-gold);transition:transform .3s ease,box-shadow .3s ease}.industry-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000000d}.industry-item h4{font-family:var(--font-serif);font-size:1.2rem;color:var(--text-dark);margin-bottom:10px}.industry-item p{font-size:.9rem;color:var(--text-muted);line-height:1.6}@media (max-width: 768px){.benefit-card{box-shadow:0 10px 30px #0000000d;border-bottom:3px solid var(--accent-gold)}.industry-item{box-shadow:0 10px 30px #0000000d}}@media (max-width: 767px){.product-page .products-grid,.product-page .benefits-grid,.product-page .industries-grid{display:flex!important;flex-direction:column!important;gap:30px;max-width:600px;margin:0 auto}.product-page .product-card,.product-page .benefit-card,.product-page .industry-item{position:sticky;background-color:var(--bg-pure-white);border:1px solid var(--border-light);box-shadow:0 -10px 20px #00000008;z-index:10}.product-page .product-card{padding:20px}.product-page .product-info{padding:20px 0 0}.product-page .product-card:nth-child(1),.product-page .benefit-card:nth-child(1),.product-page .industry-item:nth-child(1){top:100px;z-index:11}.product-page .product-card:nth-child(2),.product-page .benefit-card:nth-child(2),.product-page .industry-item:nth-child(2){top:130px;z-index:12}.product-page .product-card:nth-child(3),.product-page .benefit-card:nth-child(3),.product-page .industry-item:nth-child(3){top:160px;z-index:13}.product-page .product-card:nth-child(4),.product-page .benefit-card:nth-child(4),.product-page .industry-item:nth-child(4){top:190px;z-index:14}.product-page .product-card:nth-child(5),.product-page .benefit-card:nth-child(5),.product-page .industry-item:nth-child(5){top:220px;z-index:15}.product-page .product-card:nth-child(6),.product-page .benefit-card:nth-child(6),.product-page .industry-item:nth-child(6){top:250px;z-index:16}.product-page .product-card:nth-child(7),.product-page .benefit-card:nth-child(7),.product-page .industry-item:nth-child(7){top:280px;z-index:17}.product-page .product-card:nth-child(8),.product-page .benefit-card:nth-child(8),.product-page .industry-item:nth-child(8){top:310px;z-index:18}}.features-list-grid{display:grid;grid-template-columns:1fr;gap:20px;max-width:900px;margin:40px auto 0}@media (min-width: 768px){.features-list-grid{grid-template-columns:1fr 1fr;gap:30px}}.feature-list-item{display:flex;align-items:center;gap:20px;padding:25px;background:var(--bg-pure-white);border:1px solid var(--border-light);border-left:3px solid var(--accent-gold);transition:transform .3s ease,box-shadow .3s ease}.feature-list-item:hover{transform:translateY(-3px);box-shadow:0 10px 20px #00000008}.feature-list-icon{color:var(--accent-gold);flex-shrink:0}.feature-list-text{color:var(--text-muted);font-size:1.05rem;line-height:1.4}.feature-list-text strong{color:var(--text-dark);font-weight:600}.page-loader-wrapper{display:flex;justify-content:center;align-items:center;min-height:60vh;width:100%;background-color:var(--bg-pure-white)}.loader-content{display:flex;flex-direction:column;align-items:center;gap:20px}.loader-spinner{width:40px;height:40px;border:3px solid var(--border-light);border-top-color:var(--accent-gold);border-radius:50%;animation:spin 1s linear infinite}.loader-text{font-family:var(--font-sans);letter-spacing:4px;font-size:.85rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;animation:pulse 2s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.entrance-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:var(--bg-dark-slate);z-index:9999;display:flex;justify-content:center;align-items:center;transition:transform 1s cubic-bezier(.77,0,.175,1);overflow:hidden}.entrance-overlay.slide-up{transform:translateY(-100%)}.entrance-content{display:flex;flex-direction:column;align-items:center}.entrance-brand{font-family:var(--font-serif);color:var(--bg-pure-white);font-size:clamp(2.5rem,6vw,5rem);font-weight:300;letter-spacing:5px;margin:0 0 20px;opacity:0;animation:cinematicReveal 2.5s ease-out forwards}.entrance-line{width:0;height:1px;background-color:var(--accent-gold);animation:lineExpand 2s ease-out .5s forwards}@keyframes cinematicReveal{0%{opacity:0;letter-spacing:5px;transform:scale(.95)}20%{opacity:1}to{opacity:1;letter-spacing:15px;transform:scale(1)}}@keyframes lineExpand{0%{width:0;opacity:0}10%{opacity:1}to{width:150px;opacity:1}}.marquee-wrapper{overflow:hidden;border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);background-color:var(--bg-dark-slate);padding:14px 0;white-space:nowrap}.marquee-track{display:inline-flex;gap:0;will-change:transform}.marquee-item{display:inline-flex;align-items:center;gap:8px;padding:0 40px;font-family:var(--font-sans);font-size:.75rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#ffffffb3}.marquee-dot{color:var(--accent-gold);font-size:.5rem}.product-actions{display:flex;flex-direction:column;gap:10px;margin-top:auto;padding-top:15px}.btn-product{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;font-family:var(--font-sans);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;border-radius:4px;text-decoration:none;transition:all .3s ease;cursor:pointer;width:100%;box-sizing:border-box}.btn-product-outline{border:1px solid var(--text-dark);color:var(--text-dark);background:transparent}.btn-product-outline:hover{background:var(--text-dark);color:var(--bg-pure-white)}.btn-product-solid{background:var(--text-dark);color:var(--bg-pure-white);border:1px solid var(--text-dark)}.btn-product-solid:hover{background:var(--accent-gold);border-color:var(--accent-gold)}:root{--bg-pure-white: #ffffff;--bg-off-white: #fafafa;--text-dark: #111111;--text-muted: #666666;--text-light: #999999;--border-light: #eaeaea;--accent-gold: #b39b7d;--font-serif: "Playfair Display", serif;--font-sans: "Montserrat", sans-serif}body{margin:0;padding:0;min-width:320px;min-height:100vh;background-color:var(--bg-pure-white);color:var(--text-dark);font-family:var(--font-sans);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);margin:0;line-height:1.2}p{margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{max-width:1300px;margin:0 auto;padding:0 40px}.text-center{text-align:center}
