#hero,.nav-brand,.nav-links,.nav-logo,nav{display:flex}.hero-bg,.hero-picture{z-index:1;inset:0}.hero-flare,nav{left:50%;transform:translateX(-50%);position:absolute}#about::before,#hero::after,.hero-bg,.hero-bg::after,.hero-flare,.hero-grid,.hero-picture,.hero-pipes,.nav-links a::after,.pipe-h,.pipe-v,nav{position:absolute}#about,#contact,#hero,.catalog-card,.hero-bg,.hero-pipes{overflow:hidden}#hero::after,.contact-grid-lines,.hero-bg::after,.hero-grid,.hero-pipes{pointer-events:none}#about,#contact,.form-group select option{background:var(--navy)}#services,body,footer{background:var(--navy-deep)}*,::after,::before{box-sizing:border-box;margin:0;padding:0}.hero-eyebrow,.hero-title{margin-bottom:1.5rem;opacity:0}:root{--navy:#1A1A1A;--navy-deep:#0A0A0A;--navy-mid:#242424;--steel:#666666;--steel-light:#999999;--gold:#FFFFFF;--gold-light:#E0E0E0;--cream:#E8E8E8;--white:#FFFFFF;--text-muted:#AAAAAA}html{scroll-behavior:smooth}body{font-family:Barlow,sans-serif;font-weight:400;color:var(--cream);overflow-x:hidden}nav{top:0;width:100%;max-width:1400px;z-index:100;padding:1.25rem 4rem;align-items:center;justify-content:space-between}.nav-logo{align-items:center;gap:.875rem;text-decoration:none}.nav-logo svg{width:44px;height:44px}.contact-icon svg,.tab-btn .tab-icon{width:18px;height:18px}.nav-brand{flex-direction:column;line-height:1}#hero,.about-grid{align-items:center}.nav-brand span:first-child{font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:1.25rem;letter-spacing:.12em;color:var(--white);text-transform:uppercase}.hero-eyebrow,.nav-brand span:last-child{color:var(--gold);text-transform:uppercase;font-family:'Barlow Condensed',sans-serif}.nav-brand span:last-child{font-weight:300;font-size:.65rem;letter-spacing:.25em;margin-top:2px}.nav-links{gap:2.5rem;list-style:none}.hero-img,.hero-picture{width:100%;display:block}.nav-links a{font-family:'Barlow Condensed',sans-serif;font-weight:600;font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;color:var(--steel-light);text-decoration:none;position:relative;transition:color .3s}.nav-links a::after{content:'';bottom:-4px;left:0;width:0;height:1px;background:var(--gold);transition:width .3s}.nav-links a:hover{color:var(--cream)}.nav-links a:hover::after{width:100%}#hero{position:relative;height:100vh;min-height:700px;max-height:900px;justify-content:center;text-align:center}#hero::after{content:'';bottom:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);z-index:10}.hero-bg::after{content:'';inset:0;background:radial-gradient(ellipse 80% 60% at 50% 110%,rgba(255,255,255,.05) 0,transparent 60%),radial-gradient(ellipse 60% 40% at 20% 80%,rgba(10,10,10,.5) 0,transparent 70%),linear-gradient(180deg,rgba(10,10,10,.55) 0,rgba(20,20,20,.25) 40%,rgba(10,10,10,.85) 100%);z-index:2}.hero-picture{height:100%}.hero-img{height:100%;object-fit:cover;object-position:center;filter:grayscale(100%) brightness(.55) contrast(1.1)}.hero-grid{inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse 80% 90% at 50% 50%,black 20%,transparent 75%);z-index:3}.hero-pipes{inset:0;z-index:4}.pipe-h{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:4s ease-in-out infinite pipeFill}.pipe-v{width:1px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.15),transparent);animation:5s ease-in-out infinite pipeFillV}@keyframes pipeFill{0%,100%{opacity:0;width:0}20%{opacity:1}80%{opacity:1;width:100%}}@keyframes pipeFillV{0%,100%{opacity:0;height:0}20%{opacity:.6}80%{opacity:.6;height:60%}}.hero-flare{bottom:-60px;width:500px;height:200px;background:radial-gradient(ellipse,rgba(255,255,255,.08),transparent 70%);filter:blur(20px);animation:3s ease-in-out infinite alternate flicker}#about,#contact,#services,.catalog-card,.catalog-panels,.hero-content{position:relative}@keyframes flicker{0%{opacity:.6;transform:translateX(-50%) scaleX(1)}100%{opacity:1;transform:translateX(-50%) scaleX(1.1)}}.hero-content{z-index:5;max-width:900px;padding:0 2rem;animation:1.2s forwards heroReveal}@keyframes heroReveal{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-eyebrow{font-weight:600;font-size:.75rem;letter-spacing:.4em;animation:1s .3s forwards heroReveal}.hero-title{font-family:'Playfair Display',serif;font-weight:900;font-size:clamp(3rem, 7vw, 6rem);line-height:1;color:var(--white);letter-spacing:-.01em;animation:1s .5s forwards heroReveal}.hero-title em{font-style:normal;color:var(--gold-light)}.hero-sub{font-size:1.1rem;font-weight:300;color:var(--text-muted);line-height:1.7;max-width:600px;margin:0 auto 2.5rem;opacity:0;animation:1s .7s forwards heroReveal}.hero-cta{display:inline-flex;gap:1rem;flex-wrap:wrap;justify-content:center;opacity:0;animation:1s .9s forwards heroReveal}.btn-outline,.btn-primary{display:inline-block;padding:.875rem 2.25rem;font-size:.85rem;letter-spacing:.15em;text-decoration:none}.btn-primary{background:var(--white);color:#0a0a0a;font-family:'Barlow Condensed',sans-serif;font-weight:700;text-transform:uppercase;transition:background .3s,transform .2s}.btn-outline,.section-label{font-family:'Barlow Condensed',sans-serif;font-weight:600;text-transform:uppercase}.btn-primary:hover,.btn-submit:hover{background:var(--gold-light);transform:translateY(-2px)}.btn-outline{border:1px solid rgba(143,160,173,.5);color:var(--cream);transition:border-color .3s,color .3s,transform .2s}.btn-outline:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-2px)}.scroll-line{width:1px;height:50px;background:linear-gradient(180deg,var(--gold) 0,transparent 100%);animation:1.8s ease-in-out infinite scrollPulse}@keyframes scrollPulse{0%,100%{opacity:.3;transform:scaleY(.6);transform-origin:top}50%{opacity:1;transform:scaleY(1)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}section{padding:7rem 4rem}.section-label{font-size:.72rem;letter-spacing:.4em;color:var(--gold);margin-bottom:1rem}.catalog-card h3,.section-title,.whyus-text h2{font-family:'Playfair Display',serif}.section-title{font-weight:700;font-size:clamp(2rem, 4vw, 3rem);line-height:1.15;color:var(--white);margin-bottom:1.5rem}.featured-badge,.tab-btn{font-family:'Barlow Condensed',sans-serif;font-weight:600;letter-spacing:.15em;text-transform:uppercase}.about-text p,.featured-badge,.tab-btn{color:var(--steel-light)}.gold-line{width:48px;height:2px;background:var(--gold);margin-bottom:2rem}.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s,transform .7s}.reveal.visible{opacity:1;transform:none}#about::before{content:'';right:-200px;top:-200px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.03),transparent 70%)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;max-width:1200px;margin:0 auto}.about-text p{font-size:1.05rem;font-weight:300;line-height:1.8;margin-bottom:1.25rem}.about-text p strong{color:var(--cream);font-weight:500}.about-illustration-container{position:relative;display:flex;align-items:center;justify-content:center;border-radius:12px;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.03),transparent 70%);padding:.5rem;overflow:hidden}.about-illustration-container::before{content:'';position:absolute;inset:0;border-radius:12px;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:30px 30px;mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 20%,transparent 80%);pointer-events:none}.about-illustration{width:100%;max-width:560px;height:auto;object-fit:contain;filter:grayscale(100%) contrast(1.1) brightness(.85);transition:transform .5s cubic-bezier(.25, 1, .5, 1),filter .5s;display:block}.about-illustration-container:hover .about-illustration{transform:translateY(-6px) scale(1.015);filter:grayscale(100%) contrast(1.15) brightness(.95)}.services-header{max-width:1200px;margin:0 auto 4rem}.catalog-tabs{display:flex;justify-content:center;gap:1rem;max-width:1200px;margin:0 auto 3.5rem;padding:0 1rem;flex-wrap:wrap}.tab-btn{background:rgba(36,36,36,.4);border:1px solid rgba(255,255,255,.08);font-size:.88rem;padding:.9rem 1.85rem;cursor:pointer;transition:.3s cubic-bezier(.25, .8, .25, 1);display:flex;align-items:center;gap:.75rem;border-radius:4px}.tab-btn .tab-icon{display:flex;align-items:center;justify-content:center;transition:transform .3s}.tab-btn .tab-icon svg{width:100%;height:100%}.tab-btn:hover{border-color:rgba(255,255,255,.35);color:var(--white);background:rgba(36,36,36,.7)}.tab-btn.active{background:var(--white);color:#0a0a0a;border-color:var(--white);font-weight:700;box-shadow:0 8px 24px rgba(0,0,0,.35)}.tab-btn.active .tab-icon{transform:scale(1.1)}.catalog-panels{max-width:1200px;margin:0 auto;padding:0}.catalog-panel{display:none;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:0;opacity:0;transform:translateY(15px);transition:opacity .35s,transform .35s cubic-bezier(.25, .8, .25, 1);border:1px dashed rgba(255,255,255,.12)}.contact-grid,.form-row{grid-template-columns:1fr 1fr}.catalog-panel.active{display:grid;opacity:1;transform:translateY(0)}.catalog-card{background:0 0;border:none;border-right:1px dashed rgba(255,255,255,.12);border-bottom:1px dashed rgba(255,255,255,.12);padding:2.5rem 2.25rem;display:flex;flex-direction:column;justify-content:flex-start;border-radius:0;transition:background .3s}.catalog-card:hover{background:rgba(255,255,255,.02)}.catalog-card.featured{background:rgba(255,255,255,.015)}.catalog-card.featured:hover{background:rgba(255,255,255,.04)}.featured-badge{position:absolute;top:1.25rem;right:1.25rem;background:0 0;border:1px dashed rgba(255,255,255,.25);font-size:.6rem;padding:.2rem .55rem;border-radius:0}#whyus,.btn-submit{background:var(--white)}.card-top{margin-bottom:0}.contact-grid,.whyus-inner{margin:0 auto;max-width:1200px}.catalog-card h3{font-size:1.25rem;font-weight:700;color:var(--white);margin-bottom:.75rem;line-height:1.3}.catalog-card p{font-size:.9rem;font-weight:300;color:var(--steel-light);line-height:1.7}#whyus{padding:4rem}.whyus-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.whyus-text h2{font-size:clamp(1.5rem, 3vw, 2.2rem);font-weight:900;color:#0a0a0a;margin-bottom:.5rem}.contact-item-text span,.form-group label,.why-item span{font-family:'Barlow Condensed',sans-serif;text-transform:uppercase}.whyus-text p{font-size:1rem;font-weight:300;color:rgba(10,10,10,.6)}.whyus-points{display:flex;gap:2.5rem;flex-wrap:wrap}.footer-logo,.why-item{display:flex;align-items:center;gap:.75rem}.why-item .check{width:28px;height:28px;border:2px solid #0a0a0a;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.why-item .check svg{width:14px;height:14px;stroke:#0A0A0A}.why-item span{font-weight:700;font-size:.9rem;letter-spacing:.08em;color:#0a0a0a}#contact::before{content:'';position:absolute;left:-300px;bottom:-300px;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.03),transparent 60%)}.contact-grid-lines{position:absolute;inset:0;z-index:1}.contact-grid-lines .line-h{position:absolute;left:0;right:0;height:1px;border-top:1px dashed rgba(255,255,255,.15)}.contact-grid-lines .line-top{top:7rem}.contact-grid-lines .line-bottom{bottom:7rem}.contact-grid-lines .line-v{position:absolute;top:0;bottom:0;width:1px;border-left:1px dashed rgba(255,255,255,.15)}.contact-grid-lines .line-left{left:max(4rem,calc(50% - 600px))}.contact-grid-lines .line-right{right:max(4rem,calc(50% - 600px))}.contact-grid{display:grid;gap:6rem;align-items:start;padding:3rem 4.5rem}.contact-info{padding-top:.5rem}.contact-info p{font-weight:300;color:var(--steel-light);line-height:1.8;font-size:1rem;margin-bottom:2.5rem}.contact-item{display:flex;gap:1rem;margin-bottom:1.75rem;align-items:flex-start}.contact-icon{width:40px;height:40px;border:1px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--white)}.contact-item-text span{display:block;font-size:.68rem;font-weight:700;letter-spacing:.25em;color:var(--gold);margin-bottom:.25rem}.contact-item-text p{font-size:.95rem;color:var(--cream);margin-bottom:0;font-weight:400}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.72rem;font-weight:700;letter-spacing:.2em;color:var(--steel-light)}.form-group input,.form-group select,.form-group textarea{background:rgba(5,14,28,.6);border:1px solid rgba(88,100,112,.4);color:var(--cream);font-family:Barlow,sans-serif;font-size:.95rem;padding:.875rem 1rem;outline:0;transition:border-color .3s;resize:none;-webkit-appearance:none;appearance:none}.btn-submit,.footer-links a{font-family:'Barlow Condensed',sans-serif;letter-spacing:.15em;text-transform:uppercase}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--steel)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold)}.form-submit{margin-top:.5rem;display:flex;justify-content:flex-start}.btn-submit{padding:1rem 2.75rem;color:#0a0a0a;font-weight:700;font-size:.85rem;border:none;cursor:pointer;transition:background .3s,transform .2s}footer{padding:3rem 4rem;border-top:1px solid rgba(88,100,112,.2)}.footer-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}.footer-logo svg{width:36px;height:36px}.footer-copy{font-size:.8rem;color:var(--steel);font-weight:300}.footer-links{display:flex;gap:2rem;list-style:none}.footer-links a{font-size:.72rem;font-weight:600;color:var(--steel);text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--gold)}.gold-divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent)}.catalog-nav{display:none}@media (max-width:900px){.contact-grid-lines .line-top{top:5rem}.contact-grid-lines .line-bottom{bottom:5rem}.contact-grid-lines .line-left{left:2rem}.contact-grid-lines .line-right{right:2rem}nav{padding:.85rem 2rem}.nav-links{gap:1.5rem}section{padding:5rem 2rem}.about-grid,.contact-grid{grid-template-columns:1fr;gap:3rem}.contact-info{display:grid;grid-template-columns:1fr 1fr;column-gap:2rem;row-gap:0}.contact-info>.section-label,.contact-info>.section-title,.contact-info>.gold-line,.contact-info>p{grid-column:1/-1}.contact-grid{padding:1.5rem 0}.catalog-panel{grid-template-columns:1fr 1fr}.form-row{grid-template-columns:1fr}footer{padding:2.5rem 2rem}.whyus-inner{flex-direction:column}#whyus{padding:3rem 2rem}.catalog-tabs{gap:.75rem}.tab-btn{font-size:.8rem;padding:.75rem 1.25rem}}@media (max-width:600px){nav{padding:.6rem 1.25rem}.nav-logo svg{width:32px;height:32px}.nav-brand span:first-child{font-size:1.05rem}.nav-brand span:last-child{font-size:.55rem;margin-top:1px}.about-illustration-container,.nav-links{display:none}.hero-content{padding-top:6rem}.hero-cta{width:100%;flex-direction:column}.btn-outline,.btn-primary{width:100%;text-align:center}.footer-inner{flex-direction:column;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}.catalog-tabs{flex-direction:column;align-items:stretch;gap:.5rem}.tab-btn{justify-content:center;width:100%}.catalog-panels{max-width:none;margin-left:-2rem;margin-right:-2rem;width:calc(100% + 4rem)}.catalog-panel.active{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;grid-template-columns:unset;padding:0 2rem;scroll-padding-inline:2rem}.catalog-panel.active::-webkit-scrollbar{display:none}.catalog-card{flex:0 0 min(82vw,280px);scroll-snap-align:start;padding:2rem 1.5rem}.catalog-card h3{font-size:1.1rem}.catalog-card p{font-size:.85rem;line-height:1.6}.catalog-nav{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2rem 0}.catalog-nav-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:rgba(36,36,36,.6);border:1px solid rgba(255,255,255,.15);color:var(--white);cursor:pointer;transition:background .3s,border-color .3s,opacity .3s;border-radius:4px;padding:0}.catalog-nav-btn:hover:not(:disabled){background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.35)}.catalog-nav-btn:disabled{opacity:.3;cursor:not-allowed}.catalog-nav-btn svg{width:20px;height:20px}.contact-info{grid-template-columns:1fr}}@media (max-width:1024px) and (min-width:901px){#contact{padding:5rem 2.5rem}.contact-grid-lines .line-top{top:5rem}.contact-grid-lines .line-bottom{bottom:5rem}.contact-grid-lines .line-left{left:2.5rem}.contact-grid-lines .line-right{right:2.5rem}.contact-grid{grid-template-columns:1fr;gap:2.5rem;padding:1.5rem 0}.contact-info{display:grid;grid-template-columns:1fr 1fr;column-gap:2rem;row-gap:0}.contact-info>.section-label,.contact-info>.section-title,.contact-info>.gold-line,.contact-info>p{grid-column:1/-1}.contact-info>p{margin-bottom:2rem;font-size:.95rem;line-height:1.7}#contact .section-title{font-size:clamp(1.75rem,3.5vw,2.25rem);margin-bottom:1.25rem}.contact-item{margin-bottom:1.5rem}.contact-item-text p{font-size:.875rem;line-height:1.55}.contact-form{gap:1rem;padding-top:.25rem}.form-row{gap:1rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem .875rem;font-size:.9rem}.form-group textarea{min-height:120px}}