:root { --ink: #080909; --coal: #141515; --red: #d30a12; --ember: #fa6b19; --silver: #d5d6d5; --paper: #ececeb; --muted: #a6aaa1; --line: rgba(255,255,255,.15); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, sans-serif; }
a { color: inherit; text-decoration: none; }
.site-header { height: 80px; padding: 0 clamp(24px, 5vw, 76px); background: var(--ink); color: white; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 3; }
.logo { font: italic 800 25px/1 "Barlow Condensed", sans-serif; letter-spacing: .055em; } .logo span { color: var(--red); }
.main-nav { display: flex; align-items: center; gap: 31px; font-size: 13px; font-weight: 600; } .main-nav > a:not(.nav-cta) { opacity: .8; } .nav-cta { border: 1px solid var(--red); padding: 11px 16px; color: var(--silver); }
.menu-button { display: none; background: none; border: 1px solid var(--line); color: white; padding: 8px 12px; font: 700 12px Inter, sans-serif; text-transform: uppercase; }
.hero { min-height: 680px; padding: clamp(66px, 11vw, 150px) clamp(24px, 10vw, 154px) 65px; color: white; background: var(--ink); position: relative; overflow: hidden; isolation: isolate; }
.hero-grid { inset: 0; position: absolute; z-index: -1; opacity: .32; background: linear-gradient(90deg, transparent 0 49.8%, rgba(211,10,18,.28) 49.8% 50%, transparent 50%), linear-gradient(rgba(255,255,255,.075) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.075) 1px, transparent 1px); background-size: auto, 74px 74px, 74px 74px; mask-image: linear-gradient(to right, black, transparent 82%); }
.hero-content { max-width: 730px; } .eyebrow { color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .16em; margin: 0 0 20px; text-transform: uppercase; }
h1,h2,h3 { margin: 0; font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; } h1 { max-width: 710px; font-size: clamp(64px, 8.7vw, 128px); font-weight: 800; letter-spacing: -.045em; line-height: .84; } h1 em, h2 em { color: var(--red); font-style: normal; }
.hero-copy { max-width: 475px; color: #c9ccc6; font-size: 16px; line-height: 1.7; margin: 31px 0; }.hero-actions { display: flex; gap: 27px; align-items: center; }.button { display: inline-flex; align-items: center; gap: 27px; border: 0; padding: 16px 19px; font: 800 13px Inter,sans-serif; cursor: pointer; }.button span, .text-link span { font-size: 20px; line-height: .6; }.button-primary { background: var(--red); color: white; }.button-primary:hover { background: #f13a26; }.text-link { font-size: 13px; font-weight: 700; color: white; display: inline-flex; gap: 10px; align-items: center; }.text-link:hover, .service-card a:hover { color: var(--red); }
.hero-stat-wrap { display: flex; gap: 1px; position: absolute; bottom: 0; right: clamp(24px, 7vw, 105px); }.hero-stat { border-top: 1px solid var(--line); padding: 18px 29px 20px; min-width: 145px; }.hero-stat strong { display: block; color: var(--red); font: 700 29px "Barlow Condensed",sans-serif; text-transform: uppercase; }.hero-stat span { color: #a6aaa1; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.truck-mark { position: absolute; right: -4vw; top: 22%; z-index: -1; color: transparent; font: 900 clamp(130px, 22vw, 340px)/.7 "Barlow Condensed",sans-serif; -webkit-text-stroke: 1px rgba(211,10,18,.42); letter-spacing: -.08em; }.truck-mark i { display: block; width: 48%; border-top: 6px solid var(--red); margin: 13px 0 0 19%; }
.intro,.services,.process,.quote { padding: clamp(75px, 11vw, 158px) clamp(24px, 10vw, 154px); }.intro { background: var(--paper); }.intro-layout { display: grid; grid-template-columns: 1.2fr .75fr; gap: 10vw; align-items: end; }.intro h2,.section-heading h2,.quote h2 { font-size: clamp(50px,6vw,88px); line-height: .86; letter-spacing: -.035em; }.intro-layout p { color: #555a54; font-size: 15px; line-height: 1.85; margin: 0 0 27px; }.dark-link { color: var(--ink); }.dark-link:hover { color: var(--red); }
.services { color: white; background: var(--coal); }.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 55px; }.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }.service-card { background: var(--coal); min-height: 333px; padding: 29px; display: flex; flex-direction: column; }.service-card.featured { color: white; background: #9d080e; }.card-number { color: var(--red); font-size: 11px; font-weight: 800; }.featured .card-number { color: var(--silver); }.service-card h3 { font-size: 39px; line-height: .95; margin: auto 0 15px; letter-spacing: -.025em; }.service-card p { color: #b4b8b0; font-size: 13px; line-height: 1.7; margin: 0 0 24px; }.featured p { color: #f0cfd0; }.service-card a { font-size: 12px; font-weight: 800; }.service-card a span { margin-left: 8px; font-size: 17px; }
.process { background: #d8d9d7; }.steps { list-style: none; border-top: 1px solid #a8ada3; padding: 0; margin: 0; }.steps li { display: grid; grid-template-columns: 13% 1fr 1fr; gap: 25px; padding: 28px 0; border-bottom: 1px solid #a8ada3; }.steps li > span { color: var(--red); font: 700 16px "Barlow Condensed",sans-serif; }.steps h3 { font-size: 28px; line-height: 1; }.steps p { color: #555a54; font-size: 13px; line-height: 1.7; margin: 0; max-width: 360px; }
.quote { color: white; background: var(--ink); display: grid; grid-template-columns: 1fr .9fr; gap: 10vw; }.quote > div > p:not(.eyebrow) { color: #adb0aa; font-size: 14px; line-height: 1.8; max-width: 400px; margin-top: 24px; }.quote-form { display: grid; gap: 19px; }.quote-form label { color: #dfe1dc; display: grid; gap: 9px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }.quote-form input,.quote-form textarea { width: 100%; border: 0; border-bottom: 1px solid #747973; outline: none; padding: 10px 0; background: transparent; color: white; font: 15px Inter,sans-serif; resize: vertical; }.quote-form input:focus,.quote-form textarea:focus { border-color: var(--red); }.quote-form input::placeholder,.quote-form textarea::placeholder { color: #72766f; }.quote-form .button { margin-top: 8px; justify-self: start; }.form-note { color: #ff7a42; font-size: 12px; margin: 0; }
.website-field { display: none !important; }
footer { padding: 34px clamp(24px, 5vw, 76px); color: #9ca198; background: #0a0b0b; display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; font-size: 11px; } footer .copyright { margin: 0; }
@media(max-width:760px) { .site-header { height: 67px; } .main-nav { display: none; position: absolute; top: 67px; left: 0; right: 0; background: var(--ink); padding: 22px 24px; flex-direction: column; align-items: start; border-top: 1px solid var(--line); }.main-nav.open { display: flex; }.menu-button { display: block; }.hero { min-height: 670px; padding-top: 90px; }.hero-stat-wrap { left: 24px; right: auto; }.hero-stat { padding-left: 0; padding-right: 24px; min-width: 130px; }.truck-mark { top: 45%; right: -20vw; }.intro-layout,.quote { grid-template-columns: 1fr; gap: 35px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 250px; }.section-heading { display: block; }.steps li { grid-template-columns: 38px 1fr; }.steps li p { grid-column: 2; }.quote { padding-top: 80px; padding-bottom: 80px; } footer { grid-template-columns: 1fr; gap: 12px; } footer p { margin: 0; } }
