@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:ital,wght@0,300;0,400;0,500;1,300&display=swap");:root{--red:#c00;--red-dark:#a30000;--red-light:#ff1a1a;--black:#0a0a0a;--dark:#111;--grey-900:#1a1a1a;--grey-800:#2a2a2a;--grey-600:#555;--grey-400:#999;--grey-200:#e5e5e5;--grey-100:#f5f5f5;--white:#fff;--font-display:"Syne",sans-serif;--font-body:"DM Sans",sans-serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--white);color:var(--dark);line-height:1.6;overflow-x:hidden}nav{position:fixed;top:0;left:0;right:0;z-index:100;justify-content:space-between;padding:1.2rem 4rem;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--grey-200);transition:all .3s ease}.nav-logo,nav{display:flex;align-items:center}.nav-logo{gap:.75rem;text-decoration:none}.nav-logo img{height:40px;width:40px;object-fit:contain;filter:invert(0)}.nav-logo-text{font-family:var(--font-display);font-weight:800;font-size:1.1rem;color:var(--black);letter-spacing:-.02em}.nav-logo-text span{color:var(--red)}.nav-links{display:flex;align-items:center;gap:2.5rem;list-style:none}.nav-links a{font-family:var(--font-body);font-size:.9rem;font-weight:500;color:var(--grey-600);text-decoration:none;letter-spacing:.02em;transition:color .2s}.nav-links a:hover{color:var(--red)}.nav-cta{background:var(--red)!important;color:var(--white)!important;padding:.6rem 1.4rem!important;border-radius:2px!important;font-weight:500!important;transition:background .2s!important}.nav-cta:hover{background:var(--red-dark)!important}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero-bg{background-image:url(/images/nasa-Q1p7bh3SHj8-unsplash_resized.jpg);background-size:cover;background-position:50%;filter:brightness(.35);z-index:0}.hero-bg,.hero-overlay{position:absolute;inset:0}.hero-overlay{background:linear-gradient(135deg,hsla(0,0%,4%,.7),rgba(204,0,0,.15));z-index:1}.hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:6rem 4rem 0}.hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--red-light);margin-bottom:1.5rem}.hero-eyebrow:before{content:"";display:block;width:2rem;height:1px;background:var(--red-light)}.hero h1{font-family:var(--font-display);font-size:clamp(3rem,7vw,6rem);font-weight:800;line-height:1;color:var(--white);letter-spacing:-.03em;margin-bottom:1.5rem;max-width:800px}.hero h1 em{font-style:normal;color:var(--red-light)}.hero-sub{font-size:1.15rem;font-weight:300;color:hsla(0,0%,100%,.75);max-width:520px;margin-bottom:2.5rem;line-height:1.7}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{display:inline-block;background:var(--red);color:var(--white);padding:.9rem 2rem;font-family:var(--font-body);font-size:.9rem;font-weight:500;letter-spacing:.02em;text-decoration:none;border-radius:2px;transition:background .2s,transform .2s}.btn-primary:hover{background:var(--red-dark);transform:translateY(-1px)}.btn-secondary{display:inline-block;background:transparent;color:var(--white);padding:.9rem 2rem;font-family:var(--font-body);font-size:.9rem;font-weight:500;letter-spacing:.02em;text-decoration:none;border:1px solid hsla(0,0%,100%,.4);border-radius:2px;transition:border-color .2s,background .2s}.btn-secondary:hover{border-color:var(--white);background:hsla(0,0%,100%,.05)}.hero-scroll{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.4rem;color:hsla(0,0%,100%,.5);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase}.scroll-line{width:1px;height:40px;background:linear-gradient(180deg,hsla(0,0%,100%,.5),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.5}50%{opacity:1}}section{padding:6rem 0}.container{max-width:1200px;margin:0 auto;padding:0 4rem}.section-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--red);margin-bottom:1rem}.section-eyebrow:before{content:"";display:block;width:1.5rem;height:1px;background:var(--red)}h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.03em;line-height:1.1}h2,h3{font-family:var(--font-display);color:var(--black)}h3{font-size:1.3rem;font-weight:700;letter-spacing:-.02em}.products-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2px;gap:2px;margin-top:4rem;background:var(--grey-200)}.product-card{background:var(--white);padding:3rem;position:relative;overflow:hidden;transition:background .3s}.product-card:hover{background:var(--grey-100)}.product-tag{display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--red);border:1px solid var(--red);padding:.25rem .6rem;border-radius:1px;margin-bottom:1.5rem}.product-card h3{font-size:1.8rem;margin-bottom:1rem}.product-card p{color:var(--grey-600);font-size:.95rem;line-height:1.7;margin-bottom:1.5rem}.product-features{list-style:none;margin-bottom:2rem}.product-features li{display:flex;align-items:center;gap:.6rem;font-size:.875rem;color:var(--grey-600);padding:.35rem 0;border-bottom:1px solid var(--grey-100)}.product-features li:before{content:"";display:block;width:4px;height:4px;background:var(--red);border-radius:50%;flex-shrink:0}.product-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;color:var(--red);text-decoration:none;letter-spacing:.02em;transition:gap .2s}.product-link:hover{gap:.8rem}.product-img{width:100%;height:220px;object-fit:cover;margin-bottom:1.5rem;filter:grayscale(20%);transition:filter .3s}.product-card:hover .product-img{filter:grayscale(0)}.services-section{background:var(--grey-100)}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;margin-top:4rem;background:var(--grey-200)}.service-card{background:var(--white);padding:2.5rem 2rem;transition:background .3s}.service-card:hover{background:var(--dark)}.service-card:hover h3,.service-card:hover p{color:var(--white)!important}.service-card:hover .service-icon{color:var(--red-light)}.service-icon{font-size:2rem;margin-bottom:1.2rem;display:block;color:var(--red);transition:color .3s}.service-card h3{font-size:1.05rem;margin-bottom:.75rem;transition:color .3s}.service-card p{font-size:.875rem;color:var(--grey-600);line-height:1.6;transition:color .3s}.passion-section{position:relative;min-height:500px;display:flex;align-items:center;overflow:hidden}.passion-bg{position:absolute;inset:0;background-image:url(/images/ian-schneider-TamMbr4okv4-unsplash_resized.jpg);background-size:cover;background-position:center 30%;filter:brightness(.4)}.passion-content{position:relative;z-index:2;text-align:center;max-width:700px;margin:0 auto;padding:0 2rem}.passion-content h2{color:var(--white);font-size:clamp(2.5rem,5vw,4rem);margin-bottom:1rem}.passion-content p{color:hsla(0,0%,100%,.7);font-size:1.1rem;font-weight:300;margin-bottom:2rem}.about-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:6rem;gap:6rem;align-items:center}.about-img{width:100%;height:500px;object-fit:cover}.about-text .section-eyebrow{margin-top:2rem}.about-text h2{margin-bottom:1.5rem}.about-text p{color:var(--grey-600);margin-bottom:1rem;font-size:.95rem;line-height:1.8}.credentials{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem}.credential{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:var(--grey-600)}.credential-dot{width:6px;height:6px;background:var(--red);border-radius:50%;flex-shrink:0}.stats-bar{background:var(--dark);padding:4rem 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2px;gap:2px;background:var(--grey-800)}.stat-item{background:var(--dark);padding:2.5rem 2rem;text-align:center}.stat-number{font-family:var(--font-display);font-size:3rem;font-weight:800;color:var(--red-light);line-height:1;display:block;margin-bottom:.5rem}.stat-label{font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,100%,.5)}.contact-section{background:var(--grey-100)}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;grid-gap:6rem;gap:6rem;align-items:start}.contact-info h2{margin-bottom:1rem}.contact-info p{color:var(--grey-600);margin-bottom:2rem;line-height:1.7}.contact-details{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:var(--grey-600)}.contact-item span:first-child{color:var(--red);font-size:1.1rem}.contact-form{display:flex;flex-direction:column;gap:1.2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.8rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--grey-600)}.form-group input,.form-group select,.form-group textarea{padding:.85rem 1rem;border:1px solid var(--grey-200);background:var(--white);font-family:var(--font-body);font-size:.9rem;color:var(--dark);border-radius:2px;outline:none;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--red)}.form-group textarea{resize:vertical;min-height:120px}footer{background:var(--black);padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:3rem;gap:3rem;margin-bottom:3rem}.footer-brand p{color:hsla(0,0%,100%,.4);font-size:.875rem;line-height:1.7;margin-top:1rem;max-width:280px}.footer-col h4{font-family:var(--font-display);font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,100%,.3);margin-bottom:1.2rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer-col a{font-size:.875rem;color:hsla(0,0%,100%,.5);text-decoration:none;transition:color .2s}.footer-col a:hover{color:var(--white)}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.08);padding-top:2rem;display:flex;justify-content:space-between;align-items:center}.footer-bottom p{font-size:.8rem;color:hsla(0,0%,100%,.3)}.footer-logo{display:flex;align-items:center;gap:.6rem}.footer-logo img{height:28px;filter:brightness(0) invert(1) opacity(.6)}.footer-logo-text{font-family:var(--font-display);font-weight:800;font-size:.9rem;color:hsla(0,0%,100%,.6);letter-spacing:-.02em}.page-header{padding:8rem 0 4rem;background:var(--dark);position:relative;overflow:hidden}.page-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--red),transparent)}.page-header h1{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:var(--white);letter-spacing:-.03em;margin-bottom:1rem}.page-header p{color:hsla(0,0%,100%,.5);font-size:1.1rem;font-weight:300;max-width:500px}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .7s ease forwards}.fade-up-1{animation-delay:.1s;opacity:0}.fade-up-2{animation-delay:.25s;opacity:0}.fade-up-3{animation-delay:.4s;opacity:0}.fade-up-4{animation-delay:.55s;opacity:0}@media (max-width:1024px){nav{padding:1rem 2rem}.container{padding:0 2rem}.hero-content{padding:6rem 2rem 0}.services-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){nav{padding:1rem 1.5rem}.nav-links{display:none}.container{padding:0 1.5rem}.hero-content{padding:5rem 1.5rem 0}.about-grid,.products-grid,.services-grid{grid-template-columns:1fr}.about-grid{gap:2rem}.contact-grid{grid-template-columns:1fr;gap:3rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.footer-grid,.form-row{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}