@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@600;700;800;900&display=swap";.loading-screen{background:var(--color-deep-graphite);width:100%;height:100vh;color:var(--color-copper-orange);font-family:var(--font-heading);letter-spacing:5px;justify-content:center;align-items:center;font-size:2rem;font-weight:900;animation:2s infinite pulse;display:flex}@keyframes pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}:root{--color-deep-graphite:#111827;--color-steel-blue:#1e3a5f;--color-copper-orange:#c46a2b;--color-molten-red:#b91c1c;--color-brushed-silver:#cbd5e1;--color-clean-white:#f8fafc;--color-success-green:#15803d;--bg-primary:var(--color-clean-white);--bg-secondary:#f1f5f9;--bg-dark:var(--color-deep-graphite);--text-primary:#0f172a;--text-secondary:#475569;--text-light:#f8fafc;--accent:var(--color-copper-orange);--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--transition-smooth:all .3s cubic-bezier(.4, 0, .2, 1);--transition-bounce:all .5s cubic-bezier(.175, .885, .32, 1.275)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em;font-weight:700;line-height:1.1}a{color:inherit;transition:var(--transition-smooth);text-decoration:none}button{cursor:pointer;font-family:var(--font-body);border:none;outline:none}.container{max-width:1280px;margin:0 auto;padding:0 2rem}@media (width<=768px){.container{padding:0 1.5rem}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:var(--color-steel-blue);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}@keyframes metallic-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.shimmer{background:linear-gradient(90deg,#0000,#ffffff1a,#0000) 0 0/200% 100%;animation:3s infinite metallic-shimmer}.navbar{z-index:1000;width:100%;transition:var(--transition-smooth);padding:1.5rem 0;position:fixed;top:0;left:0}.navbar.scrolled{-webkit-backdrop-filter:blur(12px);background:#111827d9;border-bottom:1px solid #ffffff1a;padding:1rem 0;box-shadow:0 10px 30px -10px #00000080}.nav-content{justify-content:space-between;align-items:center;display:flex}.logo{align-items:center;gap:.75rem;display:flex}.logo-icon{background:linear-gradient(135deg, var(--color-steel-blue), var(--color-copper-orange));color:#fff;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 4px 15px #c46a2b4d}.logo-text{flex-direction:column;line-height:1;display:flex}.brand-v{font-family:var(--font-heading);letter-spacing:1px;color:var(--color-copper-orange);font-size:1.25rem;font-weight:800}.brand-m{font-family:var(--font-heading);letter-spacing:3px;color:var(--color-brushed-silver);font-size:.85rem;font-weight:600}.desktop-menu{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--color-brushed-silver);font-size:.9rem;font-weight:500;position:relative}.nav-link:hover,.nav-link.active{color:#fff}.nav-link:after{content:"";background:var(--color-copper-orange);width:0;height:2px;transition:var(--transition-smooth);position:absolute;bottom:-4px;left:0}.nav-link:hover:after,.nav-link.active:after{width:100%}.cta-button{color:#fff;transition:var(--transition-bounce);background:0 0;border:2px solid #fff;border-radius:4px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600}.cta-button:hover{color:var(--color-deep-graphite);background:#fff;transform:translateY(-2px)}.mobile-toggle{color:#fff;background:0 0;display:none}.mobile-menu{background:var(--color-deep-graphite);z-index:999;width:300px;height:100vh;padding:80px 2rem 2rem;position:fixed;top:0;right:0;box-shadow:-10px 0 30px #00000080}.mobile-nav-links{flex-direction:column;gap:1.5rem;display:flex}.mobile-nav-link{color:var(--color-brushed-silver);border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-bottom:.75rem;font-size:1.1rem;font-weight:600;display:flex}.mobile-nav-link.active{color:var(--color-copper-orange)}.mobile-cta{color:#fff;text-align:center;background:0 0;border:2px solid #fff;border-radius:4px;margin-top:1rem;padding:1rem;font-weight:700}@media (width<=1024px){.desktop-menu{display:none}.mobile-toggle{display:block}}.footer{background-color:var(--color-deep-graphite);color:var(--color-brushed-silver);border-top:1px solid #ffffff0d;padding:5rem 0 2rem}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:4rem;margin-bottom:4rem;display:grid}.footer-brand .logo{margin-bottom:1.5rem}.footer-desc{opacity:.8;margin-bottom:2rem;font-size:.95rem;line-height:1.7}.social-links{gap:1rem;display:flex}.social-icon{width:40px;height:40px;transition:var(--transition-smooth);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;display:flex}.social-icon:hover{background:var(--color-copper-orange);color:#fff;transform:translateY(-3px)}.footer-links h3,.footer-contact h3{color:#fff;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.1rem;position:relative}.footer-links h3:after,.footer-contact h3:after{content:"";background:var(--color-copper-orange);width:30px;height:2px;position:absolute;bottom:0;left:0}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{opacity:.7;font-size:.95rem}.footer-links a:hover{opacity:1;color:var(--color-copper-orange);padding-left:5px}.footer-contact{flex-direction:column;gap:1.25rem;display:flex}.contact-item{align-items:flex-start;gap:1rem;font-size:.95rem;display:flex}.contact-icon{color:var(--color-copper-orange);flex-shrink:0}.yard-note{opacity:.6;font-size:.85rem;font-style:italic}.footer-bottom{opacity:.6;border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.9rem;display:flex}@media (width<=1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:3rem}}@media (width<=640px){.footer-grid{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}
