:root {
  --orange: #f47b20;
  --orange-hot: #ff8a2a;
  --ink: #171717;
  --muted: #6e6e68;
  --paper: #f3f1eb;
  --white: #fff;
  --line: rgba(23, 23, 23, .14);
  --header-height: 86px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.5; overflow-x: hidden; }
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
::selection { background: var(--orange); color: var(--white); }

.skip-link { position: fixed; z-index: 200; top: 8px; left: 8px; padding: 10px 14px; background: var(--ink); color: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto 0; width: 100%; height: var(--header-height); display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(22px, 4vw, 70px); transition: background .3s, box-shadow .3s, height .3s; }
.site-header.is-scrolled { height: 70px; background: rgba(243, 241, 235, .96); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(12px); }
.brand { position: relative; z-index: 2; width: 190px; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); font-size: .77rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.site-header:not(.is-scrolled) .main-nav { color: var(--white); text-shadow: 0 1px 12px rgba(0,0,0,.45); }
.main-nav > a:not(.nav-call) { position: relative; }
.main-nav > a:not(.nav-call)::after { content: ""; position: absolute; right: 0; bottom: -6px; left: 0; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-call { padding: 12px 20px; background: var(--orange); color: var(--white); }
.menu-toggle { display: none; flex: 0 0 42px; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .25s, opacity .25s; }
.mobile-header-call { display: none; padding: 10px 15px; background: var(--orange); color: var(--white); font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: center; overflow: hidden; background: #333; color: var(--white); }
.hero-slides, .hero-slide, .hero-shade { position: absolute; inset: 0; }
.hero-slide { background-image: var(--bg); background-position: center; background-size: cover; opacity: 0; transform: scale(1.04); transition: opacity 1s ease, transform 7s ease; }
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-shade { background: linear-gradient(90deg, rgba(15, 15, 15, .82) 0%, rgba(15, 15, 15, .54) 47%, rgba(15, 15, 15, .12) 78%), linear-gradient(0deg, rgba(0,0,0,.45), transparent 45%); }
.hero-content { position: relative; z-index: 2; width: min(760px, 88vw); margin-left: clamp(22px, 9vw, 150px); padding-top: 80px; }
.hero-content.reveal { animation: hero-in .85s .15s both ease-out; }
@keyframes hero-in { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 14px; margin: 0 0 24px; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .22em; }
.eyebrow::before { content: ""; width: 50px; height: 3px; background: var(--orange); }
.hero h1, .section h2 { margin: 0; font-size: clamp(3.3rem, 7.2vw, 7rem); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
.hero h1 { max-width: 820px; font-weight: 900; text-shadow: 0 3px 25px rgba(0,0,0,.22); }
.hero h1 em { color: var(--orange-hot); font-style: normal; }
.hero-copy { max-width: 590px; margin: 30px 0 34px; color: rgba(255,255,255,.86); font-size: clamp(1rem, 1.5vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 54px; padding: 0 25px; border: 1px solid transparent; font-size: .77rem; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; cursor: pointer; transition: background .25s, color .25s, border-color .25s, transform .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--white); }
.button-primary:hover { background: var(--orange-hot); }
.button-ghost { border-color: rgba(255,255,255,.55); color: var(--white); }
.button-ghost:hover { background: var(--white); color: var(--ink); }
.slide-controls { position: absolute; z-index: 3; right: clamp(22px, 4vw, 70px); bottom: 42px; display: flex; gap: 9px; }
.slide-dot { width: 38px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.35); cursor: pointer; }
.slide-dot.is-active { background: var(--orange); }
.scroll-cue { position: absolute; z-index: 2; bottom: 38px; left: clamp(22px, 4vw, 70px); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .17em; }
.scroll-cue span { margin-left: 9px; color: var(--orange); }

.section { padding: clamp(85px, 11vw, 160px) clamp(22px, 7vw, 110px); }
.section-kicker { margin-bottom: clamp(40px, 6vw, 80px); color: var(--muted); }
.section-kicker span { color: var(--orange); }
.intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; }
.section h2 { font-size: clamp(2.8rem, 5.8vw, 6rem); }
.section h2 strong { color: var(--orange); font-weight: 900; }
.intro-copy { padding-bottom: 4px; }
.intro-copy p { max-width: 590px; margin: 0 0 30px; color: #4f4f4a; font-size: clamp(1rem, 1.4vw, 1.2rem); }
.text-link { display: inline-flex; gap: 22px; padding-bottom: 8px; border-bottom: 2px solid var(--orange); font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(70px, 9vw, 130px); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 350px; padding: clamp(30px, 4vw, 55px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; transition: background .3s, color .3s; }
.service-card:hover { background: var(--orange); color: var(--white); }
.service-number { position: absolute; top: 25px; right: 25px; color: var(--muted); font-size: .7rem; }
.service-card svg { width: 64px; margin-bottom: 55px; fill: none; stroke: var(--orange); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; transition: stroke .3s; }
.service-card:hover svg { stroke: var(--white); }
.service-card h3 { max-width: 260px; margin: 0 0 14px; font-size: 1.45rem; text-transform: uppercase; line-height: 1.05; }
.service-card p { max-width: 300px; margin: 0; color: var(--muted); transition: color .3s; }
.service-card:hover p, .service-card:hover .service-number { color: rgba(255,255,255,.8); }

.featured-image { position: relative; height: min(75vw, 800px); min-height: 460px; overflow: hidden; }
.featured-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 56%; transition: transform 1.2s ease; }
.featured-image:hover img { transform: scale(1.025); }
.featured-image::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.7)); }
.featured-caption { position: absolute; z-index: 1; right: clamp(22px, 6vw, 90px); bottom: clamp(25px, 5vw, 70px); max-width: 530px; color: var(--white); font-size: clamp(1.8rem, 4vw, 4rem); font-weight: 900; line-height: .95; text-align: right; text-transform: uppercase; }
.featured-caption span { color: var(--orange); }

.fleet { background: #e9e7e1; }
.fleet-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 70px; }
.fleet-heading .section-kicker { margin-bottom: 30px; }
.fleet-heading p { max-width: 310px; margin: 0 0 10px; color: var(--muted); }
.gallery { display: grid; grid-auto-flow: dense; grid-auto-rows: 250px; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.gallery-item { position: relative; min-width: 0; padding: 0; border: 0; overflow: hidden; background: #ccc; cursor: zoom-in; }
.gallery-item::after { content: "+"; position: absolute; right: 16px; bottom: 14px; display: grid; width: 38px; height: 38px; place-items: center; background: var(--orange); color: var(--white); font-size: 1.5rem; opacity: 0; transform: translateY(10px); transition: opacity .25s, transform .25s; }
.gallery-item:hover::after { opacity: 1; transform: translateY(0); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease, filter .6s ease; }
.gallery-item:hover img { transform: scale(1.045); filter: saturate(1.08); }
.gallery-wide { grid-column: span 2; }
.gallery-tall { grid-row: span 2; }
.gallery-more { margin: 38px auto 0; border: 0; background: var(--ink); color: var(--white); }

.contact { position: relative; min-height: 750px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding-right: 0; overflow: hidden; background: var(--orange); color: var(--white); }
.contact-content { position: relative; z-index: 2; padding-right: 8vw; }
.section-kicker-light { color: rgba(255,255,255,.72); }
.section-kicker-light span { color: var(--ink); }
.contact h2 strong { color: var(--ink); }
.contact-content > p { max-width: 540px; margin: 30px 0 40px; color: rgba(255,255,255,.84); font-size: 1.1rem; }
.contact-phone { display: flex; justify-content: space-between; max-width: 570px; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.45); border-bottom: 1px solid rgba(255,255,255,.45); font-size: clamp(1.35rem, 2.5vw, 2.35rem); font-weight: 900; }
.contact-email { display: inline-block; margin-top: 20px; font-weight: 800; }
.contact-truck { align-self: stretch; min-height: 540px; clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%); }
.contact-truck img { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; }
.contact-orbit { position: absolute; z-index: 1; width: 700px; height: 700px; left: -340px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.contact-orbit::before, .contact-orbit::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.contact-orbit::before { inset: 70px; }
.contact-orbit::after { inset: 150px; }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 35px; padding: 42px clamp(22px, 4vw, 70px); background: var(--ink); color: rgba(255,255,255,.65); font-size: .75rem; }
.site-footer img { filter: brightness(0) invert(1); }
.footer-links { display: flex; gap: 30px; }
.footer-links a:hover { color: var(--orange); }
.site-footer p { justify-self: end; margin: 0; }
.floating-call { position: fixed; z-index: 70; right: 22px; bottom: 22px; display: grid; width: 57px; height: 57px; place-items: center; border-radius: 50%; background: var(--orange); color: var(--white); box-shadow: 0 10px 35px rgba(0,0,0,.22); transition: transform .25s; }
.floating-call:hover { transform: scale(1.08); }
.floating-call svg { width: 25px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.lightbox { width: 100%; height: 100%; max-width: none; max-height: none; padding: 55px 70px; border: 0; background: rgba(12,12,12,.96); color: var(--white); }
.lightbox[open] { display: grid; grid-template-columns: 60px 1fr 60px; align-items: center; }
.lightbox::backdrop { background: rgba(0,0,0,.8); }
.lightbox figure { min-width: 0; margin: 0; text-align: center; }
.lightbox figure img { max-width: 100%; max-height: calc(100vh - 130px); margin: 0 auto; object-fit: contain; }
.lightbox figcaption { margin-top: 12px; color: rgba(255,255,255,.6); font-size: .8rem; }
.lightbox-close, .lightbox-nav { padding: 0; border: 0; background: transparent; color: var(--white); cursor: pointer; }
.lightbox-close { position: fixed; z-index: 2; top: 18px; right: 28px; font-size: 2.5rem; }
.lightbox-nav { font-size: 3.5rem; opacity: .7; }
.lightbox-nav:hover { opacity: 1; color: var(--orange); }

.reveal { opacity: 1; transform: none; }

@media (max-width: 900px) {
  :root { --header-height: 72px; }
  .site-header { background: rgba(243,241,235,.94); }
  .brand { width: 160px; }
  .menu-toggle { display: none !important; }
  .mobile-header-call { position: relative; z-index: 101; display: inline-flex; margin-left: auto; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 28px; background: var(--paper); font-size: 1.15rem; transform: translateX(100%); transition: transform .35s ease; }
  .site-header:not(.is-scrolled) .main-nav { color: var(--ink); text-shadow: none; }
  .menu-open .main-nav { transform: translateX(0); }
  .nav-call { margin-top: 10px; }
  .hero-content { margin: 0 22px; }
  .hero-shade { background: linear-gradient(90deg, rgba(15,15,15,.78), rgba(15,15,15,.28)), linear-gradient(0deg, rgba(0,0,0,.5), transparent 60%); }
  .intro-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 290px; }
  .service-card svg { margin-bottom: 35px; }
  .fleet-heading { display: block; }
  .fleet-heading p { margin-top: 30px; }
  .gallery { grid-auto-rows: 220px; grid-template-columns: repeat(2, 1fr); }
  .contact { grid-template-columns: 1fr; padding-right: 22px; }
  .contact-content { padding-right: 0; }
  .contact-truck { min-height: 390px; margin: 60px -22px -85px; clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 100%); }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .site-footer img { margin: auto; }
  .footer-links { justify-content: center; flex-wrap: wrap; }
  .site-footer p { justify-self: center; }
}

@media (max-width: 580px) {
  .hero h1 { font-size: clamp(2.6rem, 11.5vw, 3.5rem); letter-spacing: -.075em; }
  .hero-verb { font-size: .7em; letter-spacing: -.055em; }
  .hero-content.reveal { opacity: 1; transform: none; animation: none; }
  .hero-copy { margin: 22px 0 28px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .scroll-cue { display: none; }
  .slide-controls { right: 22px; bottom: 24px; }
  .section { padding: 82px 22px; }
  .section h2 { font-size: clamp(2.45rem, 13vw, 4rem); }
  .featured-image { height: 620px; }
  .featured-image img { object-position: 39% center; }
  .gallery { display: grid; grid-auto-rows: 210px; grid-template-columns: 1fr; }
  .gallery-wide, .gallery-tall { grid-column: auto; grid-row: auto; }
  .contact { padding-right: 22px; }
  .contact-phone { font-size: 1.25rem; }
  .footer-links { flex-direction: column; gap: 12px; }
  .lightbox { padding: 60px 12px 25px; }
  .lightbox[open] { grid-template-columns: 40px 1fr 40px; }
  .lightbox-nav { font-size: 2.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
