 @media only screen and (min-width: 0rem) {.wrap {width: 100%;max-width: 78rem;margin: 0 auto;padding: 0 1.25rem;position: relative;}.hazard {display: block;width: 5.5rem;height: 0.7rem;border-radius: 0.35rem;background-image: repeating-linear-gradient(135deg, var(--amber) 0 0.45rem, var(--asphalt) 0.45rem 0.9rem);}.hazard-top {margin: 0 auto 1.5rem;}.stamp {display: block;margin: 0 0 0.85rem;font-family: var(--utilFont);font-size: 0.8rem;font-weight: 500;letter-spacing: 0.26em;text-transform: uppercase;color: var(--amberDeep);}.stamp-light {color: var(--amber);}.lead-block {display: flex;flex-direction: column;align-items: center;text-align: center;margin-bottom: 3.25rem;}.hd {margin: 0;font-family: var(--headingFont);font-weight: 800;font-size: clamp(2.1rem, 7vw, 3.5rem);line-height: 1.02;letter-spacing: -0.035em;text-transform: uppercase;color: var(--asphalt);max-width: 20ch;}.hd-light {color: var(--bone);}.lit {display: block;color: var(--amberDeep);}.lit-light {display: block;color: var(--amber);}.read {margin: 1.25rem 0 0;max-width: 40rem;font-size: 1.05rem;line-height: 1.75;color: var(--bodyTextColor);}.push {display: inline-flex;align-items: center;justify-content: center;min-height: 3.5rem;padding: 0 2.35rem;font-family: var(--headingFont);font-weight: 800;font-size: 1rem;letter-spacing: 0.06em;text-transform: uppercase;text-align: center;text-decoration: none;color: var(--asphalt);background-color: var(--amber);border: 2px solid var(--amber);border-radius: 0.4rem;cursor: pointer;transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;}.push:hover {background-color: var(--amberLight);border-color: var(--amberLight);transform: translateY(-3px);}.pull {display: inline-flex;align-items: center;justify-content: center;min-height: 3.5rem;padding: 0 2.35rem;font-family: var(--headingFont);font-weight: 800;font-size: 1rem;letter-spacing: 0.06em;text-transform: uppercase;text-align: center;text-decoration: none;color: var(--bone);background-color: transparent;border: 2px solid var(--steel);border-radius: 0.4rem;cursor: pointer;transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;}.pull:hover {background-color: var(--amber);border-color: var(--amber);color: var(--asphalt);transform: translateY(-3px);}.lift {opacity: 1;}html.js .lift {opacity: 0;transform: translateY(1.5rem);transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);}html.js .lift.is-up {opacity: 1;transform: none;}}@media only screen and (min-width: 48rem) {.wrap {padding: 0 2rem;}.lead-block {margin-bottom: 4rem;}}@media only screen and (prefers-reduced-motion: reduce) {html.js .lift {opacity: 1;transform: none;transition: none;}.push:hover, .pull:hover {transform: none;}}@media only screen and (min-width: 0rem) {#hero {position: relative;width: 100%;overflow: hidden;isolation: isolate;background-color: var(--asphalt);padding: 9rem 0 0;border-bottom: 4px solid var(--amber);}#hero .hero-plate-img {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;object-position: 50% 45%;z-index: -2;}#hero .hero-wash {position: absolute;inset: 0;z-index: -1;display: block;background-image: linear-gradient(178deg, rgba(15, 16, 18, 0.82) 0%, rgba(15, 16, 18, 0.68) 42%, rgba(15, 16, 18, 0.96) 100%);}#hero .hero-wrap {display: flex;flex-direction: column;align-items: center;text-align: center;padding-top: 1rem;padding-bottom: 3.5rem;}#hero h1 {margin: 0 0 1.35rem;font-family: var(--headingFont);font-weight: 900;font-size: clamp(2.5rem, 10vw, 5.25rem);line-height: 0.94;letter-spacing: -0.045em;text-transform: uppercase;color: var(--bone);}#hero .hero-turn {display: block;color: var(--amber);}#hero .hero-read {margin: 0 auto 2.35rem;max-width: 36rem;font-size: 1.08rem;line-height: 1.75;color: rgba(244, 241, 236, 0.82);}}@media only screen and (min-width: 48rem) {#hero {padding-top: 12rem;}#hero .hero-wrap {padding-bottom: 6.5rem;}}@media only screen and (min-width: 64rem) {#hero {padding-top: 14.5rem;}}@media only screen and (min-width: 0rem) {#dispatch {background-color: var(--amber);padding: 2rem 0;}#dispatch .dispatch-wrap {display: flex;flex-direction: column;align-items: center;text-align: center;gap: 1.35rem;}#dispatch h2 {margin: 0;font-family: var(--headingFont);font-weight: 800;font-size: clamp(1.35rem, 4.6vw, 1.85rem);line-height: 1.2;letter-spacing: -0.02em;text-transform: uppercase;color: var(--asphalt);max-width: 22ch;}#dispatch .dispatch-call {display: inline-flex;align-items: center;justify-content: center;gap: 0.8rem;min-height: 3.35rem;padding: 0 1.85rem;font-family: var(--headingFont);font-size: 1.35rem;font-weight: 900;letter-spacing: -0.01em;text-decoration: none;color: var(--bone);background-color: var(--asphalt);border-radius: 0.4rem;transition: background-color 0.25s ease, transform 0.25s ease;}#dispatch .dispatch-call:hover {background-color: var(--char);transform: translateY(-3px);}#dispatch .dispatch-icon {display: flex;align-items: center;justify-content: center;color: var(--amber);}#dispatch .dispatch-icon svg {width: 1.2rem;height: 1.2rem;display: block;}}@media only screen and (min-width: 64rem) {#dispatch .dispatch-wrap {flex-direction: row;justify-content: center;gap: 2.5rem;}#dispatch h2 {max-width: none;}}@media only screen and (prefers-reduced-motion: reduce) {#dispatch .dispatch-call:hover {transform: none;}}@media only screen and (min-width: 0rem) {#services {background-color: var(--bone);padding: 4.5rem 0;}#services .svc-set {list-style: none;margin: 0;padding: 0;display: grid;grid-template-columns: 1fr;gap: 1rem;}#services .svc-set li {display: flex;flex-direction: column;align-items: center;text-align: center;padding: 2.5rem 1.75rem 2.65rem;background-color: var(--white);border: 1px solid var(--line);border-radius: 0.5rem;transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;}#services .svc-set li:hover {transform: translateY(-6px);border-color: var(--amber);box-shadow: var(--shadowSmall);}#services .ring {width: 4.35rem;height: 4.35rem;display: flex;align-items: center;justify-content: center;margin-bottom: 1.5rem;color: var(--amberDeep);background-color: var(--boneDeep);border: 2px solid var(--amber);border-radius: 50%;transition: background-color 0.3s ease, color 0.3s ease;}#services .svc-set li:hover .ring {background-color: var(--amber);color: var(--asphalt);}#services .ring svg {width: 2.15rem;height: 2.15rem;display: block;}#services h3 {margin: 0 0 0.9rem;font-family: var(--headingFont);font-weight: 800;font-size: 1.4rem;line-height: 1.15;letter-spacing: -0.025em;text-transform: uppercase;color: var(--asphalt);max-width: 16ch;}#services p {margin: 0;max-width: 26rem;font-size: 1rem;line-height: 1.75;color: var(--bodyTextColor);}}@media only screen and (min-width: 48rem) {#services {padding: 6.5rem 0;}#services .svc-set {grid-template-columns: repeat(2, 1fr);gap: 1.25rem;}}@media only screen and (min-width: 64rem) {#services .svc-set {grid-template-columns: repeat(3, 1fr);}}@media only screen and (prefers-reduced-motion: reduce) {#services .svc-set li:hover {transform: none;}}@media only screen and (min-width: 0rem) {#steps {position: relative;overflow: hidden;background-color: var(--asphalt);background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.022) 0 1px, transparent 1px 0.9rem);padding: 4.5rem 0;}#steps .step-run {list-style: none;margin: 0;padding: 0;display: grid;grid-template-columns: 1fr;gap: 2.5rem;}#steps .step-run li {display: flex;flex-direction: column;align-items: center;text-align: center;}#steps .step-no {display: flex;align-items: center;justify-content: center;width: 3.6rem;height: 3.6rem;margin-bottom: 1.35rem;font-family: var(--utilFont);font-size: 1.15rem;font-weight: 500;letter-spacing: 0.02em;color: var(--amber);background-color: rgba(255, 255, 255, 0.04);border: 2px solid var(--amber);border-radius: 50%;}#steps h3 {margin: 0 0 0.85rem;font-family: var(--headingFont);font-weight: 800;font-size: 1.35rem;line-height: 1.2;letter-spacing: -0.025em;text-transform: uppercase;color: var(--bone);max-width: 18ch;}#steps p {margin: 0;max-width: 24rem;font-size: 1rem;line-height: 1.75;color: var(--bodyTextLight);}}@media only screen and (min-width: 48rem) {#steps {padding: 6.5rem 0;}#steps .step-run {grid-template-columns: repeat(3, 1fr);gap: 1.75rem;}#steps .step-run li {position: relative;padding: 0 0.75rem;}#steps .step-run li::after {content: "";position: absolute;top: 1.8rem;left: calc(50% + 2.6rem);right: calc(-50% + 2.6rem);height: 0.4rem;border-radius: 0.2rem;background-image: repeating-linear-gradient(135deg, var(--amber) 0 0.3rem, transparent 0.3rem 0.6rem);opacity: 0.55;}#steps .step-run li:last-child::after {display: none;}}@media only screen and (min-width: 0rem) {#road {background-color: var(--boneDeep);padding: 4.5rem 0;}#road .road-wrap {display: grid;grid-template-columns: 1fr;gap: 2.75rem;align-items: center;}#road .road-shot {margin: 0;width: 100%;max-width: 30rem;margin-inline: auto;border-radius: 0.5rem;overflow: hidden;border-bottom: 5px solid var(--amber);background-color: var(--asphalt);}#road .road-shot img {width: 100%;aspect-ratio: 4 / 5;object-fit: cover;display: block;}#road .road-copy {display: flex;flex-direction: column;align-items: center;text-align: center;}#road .chip-run {list-style: none;margin: 1.85rem 0 2.25rem;padding: 0;display: flex;flex-wrap: wrap;justify-content: center;gap: 0.5rem;}#road .chip-run li {font-family: var(--utilFont);font-size: 0.82rem;font-weight: 500;letter-spacing: 0.12em;text-transform: uppercase;line-height: 1.2;color: var(--asphalt);background-color: var(--white);border: 1px solid var(--line);border-radius: 0.3rem;padding: 0.7rem 1.1rem;}}@media only screen and (min-width: 48rem) {#road {padding: 6.5rem 0;}}@media only screen and (min-width: 64rem) {#road .road-wrap {grid-template-columns: 0.9fr 1.1fr;gap: 4.5rem;}#road .road-shot {max-width: none;}}@media only screen and (min-width: 0rem) {#about {background-color: var(--bone);padding: 4.5rem 0;}#about .about-wrap {display: grid;grid-template-columns: 1fr;gap: 2.75rem;align-items: center;}#about .about-copy {display: flex;flex-direction: column;align-items: center;text-align: center;}#about .about-shot {margin: 0;width: 100%;max-width: 30rem;margin-inline: auto;border-radius: 0.5rem;overflow: hidden;border-bottom: 5px solid var(--amber);background-color: var(--asphalt);}#about .about-shot img {width: 100%;aspect-ratio: 4 / 5;object-fit: cover;display: block;}}@media only screen and (min-width: 48rem) {#about {padding: 6.5rem 0;}}@media only screen and (min-width: 64rem) {#about .about-wrap {grid-template-columns: 1.1fr 0.9fr;gap: 4.5rem;}#about .about-shot {max-width: none;}}@media only screen and (min-width: 0rem) {#gallery {background-color: var(--char);padding: 4.5rem 0;}#gallery .gal-run {list-style: none;margin: 0;padding: 0;display: grid;grid-template-columns: 1fr;gap: 0.85rem;}#gallery .gal-run li {overflow: hidden;border-radius: 0.5rem;background-color: var(--asphalt);}#gallery .gal-run img {width: 100%;aspect-ratio: 3 / 4;object-fit: cover;display: block;transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);}#gallery .gal-run li:hover img {transform: scale(1.06);}#gallery .gal-foot {display: flex;justify-content: center;margin-top: 2.75rem;}}@media only screen and (min-width: 48rem) {#gallery {padding: 6.5rem 0;}#gallery .gal-run {grid-template-columns: repeat(2, 1fr);gap: 1rem;}}@media only screen and (min-width: 64rem) {#gallery .gal-run {grid-template-columns: repeat(4, 1fr);}}@media only screen and (prefers-reduced-motion: reduce) {#gallery .gal-run li:hover img {transform: none;}}@media only screen and (min-width: 0rem) {#cta {position: relative;width: 100%;overflow: hidden;isolation: isolate;background-color: var(--asphalt);padding: 5rem 0;border-top: 4px solid var(--amber);}#cta .cta-plate-img {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;z-index: -2;}#cta .cta-wash {position: absolute;inset: 0;z-index: -1;display: block;background-image: linear-gradient(178deg, rgba(15, 16, 18, 0.94) 0%, rgba(24, 26, 29, 0.88) 50%, rgba(15, 16, 18, 0.96) 100%);}#cta .cta-wrap {display: flex;flex-direction: column;align-items: center;text-align: center;}#cta h2 {margin: 0 0 1.25rem;font-family: var(--headingFont);font-weight: 900;font-size: clamp(2.15rem, 8vw, 3.85rem);line-height: 0.98;letter-spacing: -0.04em;text-transform: uppercase;color: var(--bone);max-width: 18ch;}#cta .cta-turn {display: block;color: var(--amber);}#cta .cta-read {margin: 0 auto 2.35rem;max-width: 34rem;font-size: 1.05rem;line-height: 1.75;color: rgba(244, 241, 236, 0.82);}#cta .cta-line {margin-top: 1.6rem;font-family: var(--utilFont);font-size: 0.9rem;font-weight: 500;letter-spacing: 0.14em;text-transform: uppercase;text-decoration: none;color: var(--bone);border-bottom: 3px solid var(--amber);padding-bottom: 0.4rem;transition: color 0.25s ease, border-color 0.25s ease;}#cta .cta-line:hover {color: var(--amber);border-color: var(--bone);}}@media only screen and (min-width: 48rem) {#cta {padding: 7.5rem 0;}}