@import "https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap";:root{--primary:#b3001b;--primary-dark:#850015;--black:#111;--gray-dark:#444;--gray:#777;--light-gray:#f5f5f5;--white:#fff;--max-width:1200px;--transition:.25s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--black);background:#fff;font-family:Inter,sans-serif;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{width:min(92%, var(--max-width));margin:auto}section{padding:5rem 0}h1,h2,h3,h4{letter-spacing:.5px;font-family:Oswald,sans-serif}.btn{background:var(--primary);color:#fff;transition:var(--transition);border-radius:8px;padding:.9rem 1.8rem;font-weight:600;display:inline-block}.btn:hover{background:var(--black)}@media (width<=768px){.container{width:min(94%, var(--max-width))}section{padding:70px 0}h1{line-height:1.1}h2{line-height:1.2}}@media (width<=768px){.header .container{width:100%;max-width:none;padding:0 1.25rem}.nav{justify-content:space-between;align-items:center;height:76px;display:flex}.logo img{height:50px}.menu-toggle{cursor:pointer;background:0 0;border:0;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:46px;height:46px;padding:0;display:flex}.menu-toggle:hover{background:#f4f4f4}.menu-toggle:focus-visible{outline-offset:2px;outline:3px solid #b3001b4d}.menu-toggle-line{background:#111;border-radius:999px;width:26px;height:3px;transition:transform .25s,opacity .2s;display:block}body.menu-open{overflow:hidden}.menu-toggle.is-open .menu-toggle-line:first-child{transform:translateY(9px)rotate(45deg)}.menu-toggle.is-open .menu-toggle-line:nth-child(2){opacity:0}.menu-toggle.is-open .menu-toggle-line:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.desktop-nav{opacity:0;visibility:hidden;pointer-events:none;background:#fff;flex-direction:column;grid-column:auto;justify-self:auto;align-items:stretch;gap:0;width:100%;padding:0 1.25rem 1.25rem;transition:opacity .2s,visibility .2s,transform .2s;display:flex;position:fixed;top:76px;left:0;right:0;transform:translateY(-12px);box-shadow:0 12px 24px #0000001f}.desktop-nav.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.desktop-nav a{text-align:left;border-bottom:1px solid #e5e5e5;width:100%;padding:1rem;font-size:1.05rem}.desktop-nav a:last-child{border-bottom:0}.desktop-nav a.active{color:#b3001b;border-bottom-color:#111}}.site-footer{color:#fff;background:#1f1f1f;margin-top:0}.footer-container{grid-template-columns:1fr 2fr;gap:4rem;max-width:1200px;margin:0 auto;padding:4rem 2rem;display:grid}.footer-brand h3{color:#fff;margin-bottom:.75rem}.footer-brand p{color:#cfcfcf;line-height:1.7}.footer-links{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.footer-links h4{color:#fff;margin-bottom:1rem;font-size:1rem}.footer-links a{color:#cfcfcf;margin-bottom:.75rem;text-decoration:none;transition:color .2s;display:block}.footer-links a:hover{color:#fff}.footer-bottom{text-align:center;color:#999;border-top:1px solid #444;padding:1.5rem;font-size:.9rem}@media (width<=768px){.footer-container{text-align:center;grid-template-columns:1fr}.footer-container{text-align:center;grid-template-columns:1fr;gap:3rem;padding:3rem 1.5rem}.footer-links{grid-template-columns:1fr;gap:2rem}.footer-links h4{margin-bottom:.75rem}.footer-links a{margin-bottom:.5rem}.footer-bottom{padding:1.25rem;font-size:.85rem}}.hero{height:700px;position:relative;overflow:visible}.hero-images{grid-template-columns:1fr 1fr;display:grid;position:absolute;inset:0}.hero-truck{background:url(/hero.jpg) 50% 55%/cover no-repeat}.hero-marine{background:url(/hero2.JPG) 50%/cover no-repeat}.hero-overlay{top:-30px;justify-content:center;align-items:flex-start;padding-top:0;display:flex;position:relative;inset:0}.hero-content{text-align:center;color:#fff;z-index:5}.hero h1{text-transform:uppercase;letter-spacing:2px;text-shadow:0 8px 20px #0009;font-family:Oswald,sans-serif;font-size:4.8rem;line-height:.92}.hero h1 span{display:block}.hero-subtitle{text-transform:uppercase;margin-top:30px;font-size:1.2rem;font-weight:700}.hero-subtitle span{color:#c8102e;margin:0 12px}.hero-images:after{content:"";background:#00000085;width:2px;height:100%;position:absolute;top:0;left:50%}.hero-cards{grid-template-columns:repeat(2,420px);gap:40px;display:grid;position:absolute;bottom:-50px;left:50%;transform:translate(-50%)}.hero-card{text-align:center;background:#fff;border-radius:22px;padding:40px;transition:all .3s;box-shadow:0 20px 45px #00000040}.hero-card:hover{transform:translateY(-8px)}.hero-card img{height:120px;margin:auto}.hero-card h2{color:#b3001b;text-transform:uppercase;margin-top:20px;font-size:3rem}.hero-card p{text-transform:uppercase;margin-bottom:25px;font-weight:700}.hero-card button{color:#fff;cursor:pointer;text-transform:uppercase;background:#b3001b;border:none;border-radius:8px;padding:14px 30px;font-weight:700}@media (width<=768px){.hero{background:#fff;height:auto;min-height:900px}.hero-images{grid-template-rows:1fr 1fr;grid-template-columns:1fr}.hero-images:after{display:none}.hero-overlay{padding:40px 20px 0;top:0}.hero h1{letter-spacing:1px;font-size:3rem;line-height:1}.hero-subtitle{margin-top:20px;font-size:1rem}.hero-cards{grid-template-columns:1fr;gap:24px;width:min(92%,420px);margin:40px auto 0;position:relative;bottom:auto;left:auto;transform:none}.hero-card{padding:30px}.hero-card img{height:90px}.hero-card h2{font-size:2.2rem}.hero-card p{font-size:.95rem}.hero-card button{width:100%}.hero-marine{display:none}}body{font-family:Inter,sans-serif}h1,h2,h3,.nav-link{text-transform:uppercase;font-family:Oswald,sans-serif}.services{background:#fff;padding-top:180px;padding-bottom:70px}.services-grid{grid-template-columns:repeat(4,1fr);gap:0;display:grid}.service-item{align-items:flex-start;gap:20px;padding:0 28px;display:flex}.service-item:not(:last-child){border-right:1px solid #ddd}.service-icon{color:#b3001b;border:2px solid #b3001b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;font-size:2rem;display:flex}.service-text h3{text-transform:uppercase;margin-bottom:.5rem;font-family:Oswald,sans-serif;font-size:1.3rem}.service-text p{color:#555;line-height:1.6}.feature-icon{border:2px solid #b3001b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:70px;min-width:70px;height:70px;display:flex}.feature-icon img{object-fit:contain;width:34px;height:34px}@media (width<=768px){.services{padding-top:120px;padding-bottom:60px}.services-grid{grid-template-columns:1fr;gap:2rem}.service-item{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:0;border-right:none!important}.service-text h3{margin-top:1rem}.feature-icon{width:60px;min-width:60px;height:60px}.feature-icon img{width:28px;height:28px}}.brands{background:#f8f8f8;padding:90px 0}.brands .container{text-align:center;max-width:1100px;margin:0 auto}.brands h2{text-transform:uppercase;margin-bottom:.5rem;font-family:Oswald,sans-serif;font-size:2.3rem}.brands-intro{color:#666;max-width:650px;margin:0 auto 3rem}.brands-grid{grid-template-columns:repeat(2,1fr);gap:30px;display:grid}.brand-card{background:#fff;border-radius:16px;justify-content:center;align-items:center;min-height:170px;padding:35px;transition:all .25s;display:flex;box-shadow:0 10px 30px #00000014}.brand-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0000001f}.brand-card img{width:auto;max-width:220px;height:auto;max-height:90px}@media (width<=768px){.brands{padding:70px 0}.brands h2{font-size:2rem}.brands-intro{margin-bottom:2rem;padding:0 1rem}.brands-grid{grid-template-columns:1fr;gap:20px}.brand-card{min-height:140px;padding:24px}.brand-card img{max-width:180px;max-height:70px}}.cta{text-align:center;color:#fff;background-image:linear-gradient(#00000059,#000000a6),url(/background3.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:110px 20px;position:relative;overflow:hidden}.cta .container{z-index:2;max-width:800px;margin:0 auto;position:relative}.cta h2{text-transform:uppercase;color:#fff;margin-bottom:1rem;font-family:Oswald,sans-serif;font-size:2.75rem}.cta p{color:#ffffffeb;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.8}.btn-primary{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#b3001b;border-radius:8px;padding:15px 36px;font-family:Oswald,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-block}.btn-primary:hover{background:#8d0015;transform:translateY(-2px);box-shadow:0 10px 25px #00000040}@media (width<=768px){.cta{padding:70px 20px}.cta h2{font-size:2rem;line-height:1.2}.cta p{margin-bottom:2rem;font-size:1rem;line-height:1.7}.btn-primary{width:100%;max-width:320px;padding:16px 24px}}.header{z-index:1000;background:#fff;position:sticky;top:0;box-shadow:0 2px 12px #00000014}.header .container{max-width:1400px;margin:0 auto;padding:0 2rem}.nav{grid-template-columns:250px 1fr 250px;align-items:center;height:88px;display:grid;position:relative}.logo{justify-self:start}.logo img{width:auto;height:58px;display:block}.desktop-nav{grid-column:2;justify-content:center;justify-self:center;align-items:center;gap:2.5rem;display:flex}.desktop-nav a{color:#222;letter-spacing:.5px;text-transform:uppercase;border-bottom:3px solid #0000;padding-bottom:6px;font-family:Oswald,sans-serif;font-size:1.1rem;text-decoration:none;transition:color .2s,border-color .2s}.desktop-nav a:hover{color:#b3001b}.desktop-nav a.active{color:#b3001b;border-bottom-color:#111}.menu-toggle{display:none}@media (width<=768px){.header .container{width:100%;max-width:none;padding:0 1.25rem}.nav{justify-content:space-between;align-items:center;height:76px;display:flex}.logo img{height:50px}.menu-toggle{cursor:pointer;background:0 0;border:0;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:46px;height:46px;padding:0;display:flex}.menu-toggle:hover{background:#f4f4f4}.menu-toggle:focus-visible{outline-offset:2px;outline:3px solid #b3001b4d}.menu-toggle-line{background:#111;border-radius:999px;width:26px;height:3px;transition:transform .25s,opacity .2s;display:block}body.menu-open{overflow:hidden}.menu-toggle.is-open .menu-toggle-line:first-child{transform:translateY(9px)rotate(45deg)}.menu-toggle.is-open .menu-toggle-line:nth-child(2){opacity:0}.menu-toggle.is-open .menu-toggle-line:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.desktop-nav{opacity:0;visibility:hidden;pointer-events:none;background:#fff;flex-direction:column;grid-column:auto;justify-self:auto;align-items:stretch;gap:0;width:100%;padding:0 1.25rem 1.25rem;transition:opacity .2s,visibility .2s,transform .2s;display:flex;position:fixed;top:76px;left:0;right:0;transform:translateY(-12px);box-shadow:0 12px 24px #0000001f}.desktop-nav.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.desktop-nav a{text-align:left;border-bottom:1px solid #e5e5e5;width:100%;padding:1rem;font-size:1.05rem}.desktop-nav a:last-child{border-bottom:0}.desktop-nav a.active{color:#b3001b;border-bottom-color:#111}}
