
:root {
  --navy: #07162a;
  --navy-2: #0d2743;
  --orange: #f97316;
  --orange-2: #fb923c;
  --text: #0f172a;
  --muted: #5b6676;
  --line: rgba(15, 23, 42, 0.12);
  --bg: #f8fafc;
  --white: #ffffff;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.site-header {
  position: sticky; top: 0; z-index: 50; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 0.45rem clamp(1rem, 4vw, 2.6rem); background: rgba(255,255,255,0.96); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line);
}
.brand { text-decoration: none; }
.logo-frame {
  display: inline-flex; align-items: center; justify-content: center; background: #fff; border-radius: 16px; padding: .3rem .5rem; box-shadow: 0 8px 18px rgba(15,23,42,.08); border: 1px solid rgba(15,23,42,.05);
}
.brand img { width: 118px; height: 62px; object-fit: contain; object-position: center; }
.site-nav { display: flex; gap: 1rem; align-items: center; }
.site-nav a { text-decoration: none; font-weight: 850; color: #172033; font-size: 0.94rem; }
.site-nav a:hover { color: var(--orange); }
.nav-toggle { display: none; border: 1px solid var(--line); background: var(--white); border-radius: 12px; padding: 0.55rem 0.75rem; }
.hero { position: relative; min-height: 88vh; display: flex; align-items: center; padding: clamp(3rem, 8vw, 6rem) clamp(1.2rem, 5vw, 5rem); color: white; overflow: hidden; isolation: isolate; }
.hero-bg { position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(90deg, rgba(3,10,20,.94), rgba(6,22,42,.78), rgba(6,22,42,.45)), url("assets/hero-trucks.png"); background-size: cover; background-position: center; }
.hero::after { content: ""; position: absolute; inset: auto -8% -20% auto; width: 52rem; height: 52rem; border-radius: 999px; background: radial-gradient(circle, rgba(249,115,22,.24), transparent 68%); z-index: -1; }
.hero-inner { width: min(var(--max), 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.18fr) 0.82fr; gap: clamp(2rem, 5vw, 4rem); align-items: end; }
.hero-logo-card { display: inline-flex; background: rgba(255,255,255,.96); padding: .85rem 1rem; border-radius: 24px; box-shadow: 0 20px 40px rgba(0,0,0,.32); margin-bottom: 1rem; }
.hero-logo { width: min(260px, 65vw); filter: drop-shadow(0 12px 18px rgba(0,0,0,.12)); }
.eyebrow { margin: 0 0 1rem; color: var(--orange-2); text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.78rem; font-weight: 950; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.55rem, 5.8vw, 5.1rem); line-height: .96; letter-spacing: -0.06em; max-width: 820px; margin-bottom: 1.05rem; text-shadow: 0 18px 48px rgba(0,0,0,.55); }
h2 { font-size: clamp(2rem, 4.2vw, 3.9rem); line-height: 1; letter-spacing: -0.055em; margin-bottom: 1rem; }
h3 { margin-bottom: 0.65rem; line-height: 1.15; }
.hero-text { max-width: 670px; color: rgba(255,255,255,0.84); font-size: clamp(1rem, 1.6vw, 1.16rem); line-height: 1.7; margin-bottom: 1.6rem; }
.button-row { display: flex; flex-wrap: wrap; gap: .9rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border-radius: 999px; padding: 0 1.25rem; border: 0; cursor: pointer; font-weight: 950; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--orange), var(--orange-2)); color: white; box-shadow: 0 20px 40px rgba(249,115,22,.28); }
.btn-secondary { border: 1px solid rgba(255,255,255,.30); background: rgba(255,255,255,.09); color: white; }
.trust-row { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.6rem; }
.trust-row span { padding: .5rem .7rem; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.88); font-size: .86rem; font-weight: 850; }
.hero-card { background: rgba(255,255,255,.95); color: var(--text); border-radius: var(--radius); padding: 1.45rem; box-shadow: var(--shadow); border-top: 6px solid var(--orange); }
.hero-card h2 { font-size: 1.95rem; letter-spacing: -0.04em; }
.hero-card p { color: var(--muted); line-height: 1.6; }
.hero-card a { color: var(--orange); font-weight: 950; text-decoration: none; }
.card-kicker { font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; color: var(--orange) !important; font-weight: 950; }
.mini-list { margin: 0 0 1rem 0; padding-left: 1.1rem; color: var(--muted); }
.mini-list li { margin-bottom: .35rem; }
.section { padding: clamp(4.5rem, 8vw, 7rem) clamp(1.2rem, 5vw, 5rem); }
.section-shell { width: min(var(--max), 100%); margin: 0 auto; }
.section-heading { max-width: 800px; margin-bottom: 2.2rem; }
.section-heading.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading p, .service-card p, .options-section p, .process-section p, .review-card p, .estimate-section p, .footer-inner p, .crew-section p, .ba-card p { color: var(--muted); line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.service-card, .review-card, .estimate-form, .process-grid article, .image-panel, .ba-card, .option-list article { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.service-card { padding: 1rem; overflow: hidden; }
.service-card img { height: 186px; width: 100%; object-fit: cover; border-radius: 18px; margin-bottom: 1rem; }
.service-card h3 { color: var(--navy); }
.before-after-section { background: linear-gradient(180deg, #fff, #eef3f8); }
.ba-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.ba-card { padding: 1rem; position: relative; overflow: hidden; }
.ba-card img { width: 100%; height: 300px; object-fit: cover; border-radius: 18px; margin-bottom: 1rem; }
.ba-label { position: absolute; top: 1.75rem; left: 1.75rem; padding: .42rem .7rem; border-radius: 999px; font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.ba-label.before { background: rgba(7,22,42,.82); color: white; }
.ba-label.after { background: rgba(249,115,22,.92); color: white; }
.options-section { background: #fff; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 5vw, 4rem); align-items: center; }
.split-top { align-items: start; }
.option-list { display: grid; gap: .9rem; margin-top: 1.35rem; }
.option-list article { padding: 1rem 1.1rem; }
.option-list strong { display: block; color: var(--navy); margin-bottom: .35rem; font-size: 1.05rem; }
.option-list span { display: block; color: var(--muted); line-height: 1.65; }
.image-stack { display: grid; gap: 1rem; }
.image-panel { padding: 1rem; overflow: hidden; }
.image-panel img { border-radius: 18px; width: 100%; height: 100%; object-fit: cover; }
.process-section { background: #08182b; color: white; }
.process-section .section-heading p, .process-grid span { color: rgba(255,255,255,.74); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.process-grid article { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.14); padding: 1.15rem; box-shadow: none; }
.process-grid strong { display: block; margin-bottom: .5rem; color: white; font-size: 1.05rem; }
.process-grid span { display: block; }
.crew-section { background: linear-gradient(180deg, #f8fafc, #ffffff); }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin-top: 1.25rem; }
.stat-row div { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: .9rem; box-shadow: 0 12px 32px rgba(15,23,42,.08); }
.stat-row strong { display: block; color: var(--orange); font-size: 1rem; }
.stat-row span { display: block; color: var(--muted); font-weight: 800; font-size: .86rem; }
.reviews-section { background: white; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.review-card { padding: 1.35rem; }
.stars { color: var(--orange); letter-spacing: .08em; font-size: 1.05rem; margin-bottom: .85rem; }
.review-card span { color: var(--muted); font-weight: 850; font-size: .9rem; }
.demo-note { font-style: italic; }
.estimate-section { background-image: linear-gradient(90deg, rgba(5,15,28,.94), rgba(5,15,28,.78)), url("assets/service-truck.png"); background-size: cover; background-position: center; color: white; }
.estimate-section p { color: rgba(255,255,255,.76); }
.estimate-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(1.5rem, 5vw, 4rem); align-items: start; }
.estimate-form { padding: clamp(1.2rem, 3vw, 2rem); color: var(--text); }
.estimate-form label { display: block; font-weight: 900; margin-bottom: 1rem; }
.estimate-form input, .estimate-form textarea, .estimate-form select { display: block; width: 100%; margin-top: .45rem; border: 1px solid var(--line); border-radius: 14px; padding: .85rem; background: #f8fafc; }
.form-note { color: var(--muted) !important; font-size: .9rem; margin-top: .9rem; margin-bottom: 0; }
.site-footer { background: #050d18; color: white; padding: 2rem clamp(1.2rem, 5vw, 5rem); }
.footer-inner { width: min(var(--max), 100%); margin: 0 auto; display: grid; grid-template-columns: 200px 1fr; gap: 1.4rem; align-items: center; }
.footer-logo-frame { background: rgba(255,255,255,.98); border-radius: 22px; padding: .85rem 1rem; display: inline-flex; width: fit-content; box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.footer-inner img { width: 145px; }
.footer-inner p { margin: 0; font-size: .95rem; color: rgba(255,255,255,.75); }
@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 100%; right: 1rem; left: 1rem; background: white; border: 1px solid var(--line); border-radius: 18px; padding: 1rem; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .site-nav.is-open { display: flex; }
  .hero-inner, .split, .estimate-shell { grid-template-columns: 1fr; }
  .service-grid, .process-grid, .reviews-grid { grid-template-columns: 1fr 1fr; }
  .ba-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .brand img { width: 105px; height: 56px; }
  .hero { min-height: auto; }
  .service-grid, .process-grid, .reviews-grid, .footer-inner, .stat-row { grid-template-columns: 1fr; }
  .hero-card { margin-top: 1rem; }
  .footer-inner { gap: 1rem; }
}
