:root {
  --ink: #15171b;
  --ink-2: #22252b;
  --paper: #f4f1e9;
  --paper-2: #eae5d9;
  --white: #fffdf8;
  --gold: #e7ad33;
  --gold-strong: #f2b62f;
  --muted: #696962;
  --line: rgba(21, 23, 27, 0.16);
  --dark-line: rgba(255, 255, 255, 0.16);
  --radius: 4px;
  --shadow: 0 18px 50px rgba(13, 14, 17, 0.14);
  --container: min(1180px, calc(100% - 40px));
  --header-height: 86px;
  --ease: 220ms ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Segoe UI", Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2, h3 { margin-bottom: 0.55em; font-weight: 650; line-height: 1.08; letter-spacing: -0.035em; }
h1 { font-size: clamp(3rem, 6.1vw, 5.7rem); }
h2 { font-size: clamp(2.25rem, 4vw, 4.1rem); }
h3 { font-size: 1.35rem; }
p { margin-bottom: 1.25em; }

.container { width: var(--container); margin-inline: auto; }
.section { padding: clamp(76px, 9vw, 126px) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: 12px; transform: translateY(-150%); padding: 11px 18px; background: var(--gold); color: var(--ink); font-weight: 700; border-radius: var(--radius); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--gold-strong); outline-offset: 4px; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--gold); font-size: 0.76rem; font-weight: 750; letter-spacing: 0.15em; line-height: 1.3; text-transform: uppercase; }
.eyebrow::before { width: 30px; height: 2px; background: currentColor; content: ""; }
.eyebrow-dark { color: #916715; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border: 1px solid var(--gold); border-radius: 2px; background: var(--gold); color: #18150f; font-weight: 750; line-height: 1.2; cursor: pointer; transition: background var(--ease), color var(--ease), border-color var(--ease), transform var(--ease); }
.button:hover { background: var(--gold-strong); border-color: var(--gold-strong); transform: translateY(-1px); }
.button-small { min-height: 44px; padding: 10px 17px; font-size: 0.86rem; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 10px; color: var(--ink); font-weight: 750; }
.text-link span { color: #9b701a; transition: transform var(--ease); }
.text-link:hover span { transform: translateX(4px); }
.text-link-light { color: var(--white); }
.text-link-light span { color: var(--gold); }

/* Privacy and shared footer partials */
.privacy-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 28px; padding-block: 12px; }
.privacy-links a, .privacy-links button { min-height: 44px; display: inline-flex; align-items: center; background: none; border: 0; color: #ddd7ca; font: inherit; font-size: .85rem; cursor: pointer; }
.telos-credit { background: #0d0f12; color: #b3b5b8; text-align: center; padding: 14px 20px 24px; font-size: 12px; }
.telos-credit a { display: inline-flex; align-items: center; min-height: 44px; color: var(--gold); }
.cookie-banner { position: fixed; z-index: 400; bottom: 16px; left: 16px; right: 16px; max-width: 1120px; margin: auto; display: grid; grid-template-columns: 1fr auto; gap: 24px; padding: 24px; max-height: 85svh; overflow: auto; background: var(--white); color: var(--ink); border: 1px solid #a39c8b; box-shadow: 0 8px 48px #0005; }
.cookie-banner[hidden] { display: none; }
.cookie-banner h2, .cookie-dialog h2 { font-size: 1.5rem; letter-spacing: -.02em; }
.cookie-banner p, .cookie-dialog p { font-size: 1rem; }
.cookie-banner a, .privacy-document a, .form-note a { text-decoration: underline; text-underline-offset: 3px; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.cookie-banner .cookie-actions { flex-direction: column; justify-content: center; }
.cookie-actions button { min-height: 44px; padding: 10px 16px; color: var(--ink); background: var(--paper-2); border: 1px solid #777266; border-radius: 2px; cursor: pointer; font-weight: 650; }
.cookie-actions button:disabled { opacity: .55; cursor: default; }
.cookie-dialog { width: min(560px, calc(100% - 30px)); max-height: 85svh; overflow: auto; padding: 28px; color: var(--ink); background: var(--white); border: 1px solid #777266; }
.cookie-dialog::backdrop { background: #0009; }
.cookie-toggle { display: flex; align-items: flex-start; gap: 12px; min-height: 44px; margin-block: 24px; cursor: pointer; }
.cookie-toggle input { width: 24px; height: 24px; flex-shrink: 0; accent-color: #916715; }
.privacy-document { max-width: 850px; padding-block: 150px 80px; }
.privacy-document h1 { font-size: clamp(2.5rem, 6vw, 4rem); }
.privacy-document h2 { margin-top: 40px; font-size: 1.7rem; }
.privacy-table { overflow-x: auto; }
.privacy-table table { border-collapse: collapse; width: 100%; font-size: .92rem; }
.privacy-table th, .privacy-table td { text-align: left; vertical-align: top; padding: 14px; border: 1px solid #b5b0a4; }
.privacy-table code { overflow-wrap: anywhere; }
@media (max-width: 760px) {
  .cookie-banner { grid-template-columns: 1fr; padding: 18px; gap: 12px; }
  .cookie-banner .cookie-actions { flex-direction: row; }
  .cookie-banner .cookie-actions button { flex: 1 1 130px; }
}

/* Header */
.site-header { position: absolute; z-index: 100; top: 0; left: 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,0.14); color: var(--white); transition: background var(--ease), box-shadow var(--ease), transform var(--ease); }
.site-header.is-sticky, .site-header-solid { position: fixed; background: rgba(18,20,25,0.97); box-shadow: 0 10px 30px rgba(0,0,0,0.16); backdrop-filter: blur(14px); }
.header-inner { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; min-height: 54px; align-items: center; gap: 11px; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand span { display: grid; line-height: 1.05; }
.brand strong { font-size: 1.03rem; letter-spacing: 0.02em; }
.brand small { margin-top: 5px; color: rgba(255,255,255,0.65); font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(15px, 2vw, 29px); }
.site-nav > a:not(.button) { position: relative; min-height: 44px; display: inline-flex; align-items: center; color: rgba(255,255,255,0.82); font-size: 0.88rem; font-weight: 650; }
.site-nav > a:not(.button)::after { position: absolute; right: 0; bottom: 5px; left: 0; height: 2px; background: var(--gold); content: ""; transform: scaleX(0); transform-origin: right; transition: transform var(--ease); }
.site-nav > a:hover::after, .site-nav > a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.site-nav .nav-phone { color: var(--white); }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 12px; border: 0; background: transparent; color: white; cursor: pointer; }
.menu-toggle i { display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; transition: transform var(--ease), opacity var(--ease); }
.menu-toggle[aria-expanded="true"] i:nth-of-type(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] i:nth-of-type(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] i:nth-of-type(3) { transform: translateY(-7px) rotate(-45deg); }

/* Hero */
.hero { position: relative; min-height: min(890px, 100svh); display: grid; align-items: center; overflow: hidden; background: var(--ink); color: var(--white); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center 48%; }
.hero-shade { background: linear-gradient(90deg, rgba(9,11,14,0.91) 0%, rgba(9,11,14,0.7) 43%, rgba(9,11,14,0.15) 76%), linear-gradient(0deg, rgba(9,11,14,0.75) 0%, transparent 35%); }
.hero-content { position: relative; z-index: 2; padding-top: calc(var(--header-height) + 65px); padding-bottom: 110px; }
.hero h1 { max-width: 820px; margin-bottom: 24px; font-weight: 620; }
.hero-copy { max-width: 680px; margin-bottom: 34px; color: rgba(255,255,255,0.82); font-size: clamp(1.06rem, 1.5vw, 1.24rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 28px; }
.hero-regions { position: absolute; z-index: 2; right: max(20px, calc((100vw - 1180px) / 2)); bottom: 32px; display: flex; align-items: center; gap: 15px; color: rgba(255,255,255,0.75); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; }
.hero-regions i { width: 36px; height: 1px; background: var(--gold); }

.trust-band { background: var(--gold); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { min-height: 122px; display: flex; flex-direction: column; justify-content: center; padding: 25px 34px; border-left: 1px solid rgba(21,23,27,0.22); }
.trust-grid > div:last-child { border-right: 1px solid rgba(21,23,27,0.22); }
.trust-grid strong { font-size: 1.06rem; }
.trust-grid span { margin-top: 4px; color: rgba(21,23,27,0.72); font-size: 0.87rem; }

/* Shared headings */
.section-heading { margin-bottom: clamp(42px, 6vw, 72px); }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr); align-items: end; gap: 70px; }
.split-heading h2 { max-width: 760px; margin-bottom: 0; }
.split-heading > p, .work-heading-copy > p { margin: 0; color: var(--muted); font-size: 1.03rem; }
.centered-heading { max-width: 770px; margin-inline: auto; text-align: center; }
.centered-heading .eyebrow { justify-content: center; }
.centered-heading > p:last-child { max-width: 650px; margin: 18px auto 0; color: var(--muted); }

/* Services */
.services { background: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card { position: relative; min-height: 420px; overflow: hidden; background: var(--ink-2); color: var(--white); }
.service-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(9,10,13,0.94) 0%, rgba(9,10,13,0.12) 68%); content: ""; }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(0.9); transition: transform 500ms ease, filter 500ms ease; }
.service-card:hover img { transform: scale(1.025); filter: saturate(1); }
.service-card > div:not(.service-card-mark) { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 26px; }
.service-card h3 { margin-bottom: 8px; font-size: 1.55rem; }
.service-card p { margin: 0; color: rgba(255,255,255,0.74); font-size: 0.92rem; }
.service-card-featured { grid-column: span 2; }
.service-card-wide { grid-column: span 3; min-height: auto; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 34px 40px; background: var(--paper-2); color: var(--ink); border: 1px solid var(--line); }
.service-card-wide::after { display: none; }
.service-card-wide > div:not(.service-card-mark) { position: static; max-width: 760px; padding: 0; }
.service-card-wide h3 { margin-bottom: 8px; }
.service-card-wide p { color: var(--muted); }
.service-card-wide .service-kicker, .service-kicker { margin: 0 0 9px; color: #936a18; font-size: 0.72rem; font-weight: 750; letter-spacing: 0.13em; text-transform: uppercase; }
.trucking-service-card { grid-column: span 2; }
.trucking-service-card img { object-position: center 57%; }
.trucking-service-card h3 a { display: inline-flex; align-items: center; min-height: 44px; }
.trucking-service-card h3 a:hover { text-decoration: underline; text-underline-offset: 5px; }
.section-link-row { display: flex; justify-content: flex-end; margin-top: 28px; }

/* Carousel */
.work-preview { overflow: hidden; background: var(--ink); color: var(--white); }
.work-heading-copy { display: grid; justify-items: start; gap: 18px; }
.work-heading-copy > p { color: rgba(255,255,255,0.65); }
.carousel-viewport { overflow: visible; }
.carousel-track { display: flex; gap: 22px; transition: transform 520ms cubic-bezier(.2,.75,.2,1); will-change: transform; }
.carousel-slide { position: relative; flex: 0 0 min(82%, 880px); height: clamp(390px, 58vw, 620px); margin: 0; overflow: hidden; opacity: 0.42; transform: scale(0.97); transform-origin: left center; transition: opacity 400ms ease, transform 400ms ease; }
.carousel-slide.is-active { opacity: 1; transform: none; }
.carousel-slide img { width: 100%; height: 100%; object-fit: cover; }
.carousel-slide:nth-child(2) img, .carousel-slide:nth-child(5) img, .carousel-slide:nth-child(6) img { object-position: center 42%; }
.carousel-slide figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 15px 18px; background: rgba(17,19,24,0.86); color: var(--white); font-weight: 700; backdrop-filter: blur(8px); }
.carousel-controls { display: flex; align-items: center; gap: 18px; margin-top: 26px; }
.carousel-arrow { width: 50px; height: 50px; border: 1px solid rgba(255,255,255,0.28); background: transparent; color: white; font-size: 1.25rem; cursor: pointer; transition: color var(--ease), border-color var(--ease), background var(--ease); }
.carousel-arrow:hover { border-color: var(--gold); background: var(--gold); color: var(--ink); }
.carousel-status { min-width: 118px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,0.58); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; }
.carousel-status span:first-child { color: var(--white); }
.carousel-status i { flex: 1; height: 1px; background: rgba(255,255,255,0.25); }

/* About & areas */
.about { background: var(--paper-2); }
.about-grid { display: grid; grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr); align-items: center; gap: clamp(55px, 8vw, 110px); }
.about-image-wrap { position: relative; }
.about-image-wrap > img { width: 100%; height: min(680px, 65vw); object-fit: cover; object-position: center 30%; box-shadow: var(--shadow); }
.about-since { position: absolute; right: -28px; bottom: 28px; width: 162px; min-height: 135px; display: flex; flex-direction: column; justify-content: center; padding: 22px; background: var(--gold); color: var(--ink); }
.about-since strong { font-size: 2.4rem; line-height: 1; letter-spacing: -0.04em; }
.about-since span { margin-top: 8px; font-size: 0.72rem; font-weight: 700; line-height: 1.35; text-transform: uppercase; }
.about-copy h2 { max-width: 680px; }
.about-copy > p { max-width: 680px; color: var(--muted); }
.about-copy .about-lede { color: var(--ink); font-size: 1.18rem; }
.about-copy .text-link { margin-top: 12px; }

.service-areas { background: var(--white); }
.area-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; max-width: 930px; margin: 0 auto; }
.area-card { min-height: 240px; display: grid; grid-template-columns: 140px 1fr; align-items: center; gap: 22px; padding: 38px; border: 1px solid var(--line); background: var(--paper); }
.state-icon { display: grid; width: 118px; height: 118px; place-items: center; }
.state-icon svg { width: 100%; height: 100%; overflow: visible; fill: none; stroke: #a57517; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.2; }
.area-card h3 { margin-bottom: 8px; font-size: 1.45rem; }
.area-card p { margin: 0; color: var(--muted); font-size: 0.91rem; }

/* Estimate */
.estimate { background: var(--ink); color: var(--white); }
.estimate-grid { display: grid; grid-template-columns: 0.78fr 1.22fr; align-items: start; gap: clamp(52px, 8vw, 110px); }
.estimate-intro { position: sticky; top: 125px; }
.estimate-intro h2 { margin-bottom: 22px; }
.estimate-intro > p { color: rgba(255,255,255,0.67); }
.contact-option { display: grid; padding: 22px 0; border-top: 1px solid var(--dark-line); }
.contact-option:last-child { border-bottom: 1px solid var(--dark-line); }
.contact-option span { color: rgba(255,255,255,0.48); font-size: 0.74rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.contact-option a { min-height: 44px; display: inline-flex; align-items: center; color: var(--gold); font-size: 1.1rem; font-weight: 700; }
.estimate-form { padding: clamp(27px, 4.3vw, 52px); background: #202329; border: 1px solid var(--dark-line); box-shadow: 0 24px 60px rgba(0,0,0,0.22); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 19px; }
.field { display: grid; gap: 8px; }
.field-full { grid-column: 1 / -1; }
.field label { color: rgba(255,255,255,0.84); font-size: 0.81rem; font-weight: 700; }
.field input:not([type="checkbox"]), .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid rgba(255,255,255,0.2); border-radius: 2px; background: #17191e; color: white; transition: border-color var(--ease), box-shadow var(--ease); }
.field textarea { min-height: 130px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: rgba(255,255,255,0.38); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); outline: none; box-shadow: 0 0 0 3px rgba(231,173,51,0.18); }
.field select { color-scheme: dark; }
.consent-field label { min-height: 48px; display: flex; align-items: flex-start; gap: 12px; cursor: pointer; }
.consent-field input { flex: 0 0 auto; width: 21px; height: 21px; margin: 2px 0 0; accent-color: var(--gold); }
.button-submit { width: 100%; margin-top: 25px; }
.button-submit[disabled] { opacity: 0.62; cursor: wait; transform: none; }
.form-note { margin: 12px 0 0; color: rgba(255,255,255,0.45); font-size: 0.78rem; text-align: center; }
.form-status { min-height: 24px; margin-top: 14px; color: rgba(255,255,255,0.78); font-size: 0.88rem; }
.form-status.is-error { color: #ffb5a8; }
.form-status.is-success { color: #bce7a8; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* Inner pages */
.page-hero { padding: calc(var(--header-height) + 100px) 0 100px; background: var(--ink); color: var(--white); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr); align-items: end; gap: 80px; }
.page-hero h1 { max-width: 830px; margin: 0; font-size: clamp(3rem, 5.8vw, 5.3rem); font-weight: 620; }
.page-hero-grid > p { margin: 0; color: rgba(255,255,255,0.68); font-size: 1.08rem; }

.service-detail-section { background: var(--white); }
.service-detail-grid { display: grid; gap: 90px; }
.service-detail-card { display: grid; grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1.14fr); align-items: center; gap: clamp(50px, 8vw, 110px); }
.service-detail-card-reverse { grid-template-columns: minmax(0, 1.14fr) minmax(300px, 0.86fr); }
.service-detail-card-reverse img { grid-column: 2; }
.service-detail-card-reverse > div { grid-row: 1; grid-column: 1; }
.service-detail-card img { width: 100%; height: 520px; object-fit: cover; }
.service-detail-card h2 { font-size: clamp(2rem, 3.2vw, 3.25rem); }
.service-detail-card p:not(.service-kicker) { max-width: 580px; color: var(--muted); }
.service-detail-card a { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; font-weight: 750; }
.service-detail-card a span { color: #9b701a; }
.trucking-band { background: var(--gold); }
.trucking-feature { display: grid; grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(52px, 8vw, 110px); }
.trucking-feature-media { height: 650px; box-shadow: 0 24px 60px rgba(21,23,27,0.2); }
.trucking-feature-media video { object-position: center; }
.trucking-feature-copy { max-width: 560px; }
.trucking-feature-copy .eyebrow { color: rgba(21,23,27,0.64); }
.trucking-feature-copy h2 { margin-bottom: 22px; }
.trucking-feature-copy > p:not(.eyebrow) { color: rgba(21,23,27,0.72); font-size: 1.08rem; }
.trucking-feature-copy .button { background: var(--ink); border-color: var(--ink); color: var(--white); }
.trucking-feature-copy .button:hover { background: var(--ink-2); }
.trucking-feature.is-playing .video-frame button { display: none; }
.trucking-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.trucking-grid .eyebrow { color: rgba(21,23,27,0.65); }
.trucking-grid h2 { margin: 0; }
.trucking-grid p { color: rgba(21,23,27,0.72); }
.trucking-grid .button { background: var(--ink); border-color: var(--ink); color: var(--white); }
.trucking-grid .button:hover { background: var(--ink-2); }

.compact-cta { background: var(--paper-2); }
.compact-cta-inner { display: grid; grid-template-columns: 1.4fr 0.6fr; align-items: center; gap: 70px; }
.compact-cta h2 { max-width: 760px; margin: 0; font-size: clamp(2rem, 3.8vw, 3.6rem); }
.compact-cta-inner > div:last-child { display: grid; justify-items: start; gap: 12px; }
.compact-cta-dark { background: var(--ink); color: var(--white); }

/* Work page */
.project-stories { background: var(--white); }
.project-story { display: grid; grid-template-columns: minmax(320px, 0.65fr) minmax(0, 1.35fr); gap: 36px; align-items: center; padding: 64px 0; border-top: 1px solid var(--line); }
.project-story:last-child { border-bottom: 1px solid var(--line); }
.project-story-reverse { grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr); }
.project-story-reverse .project-story-copy { grid-column: 2; grid-row: 1; }
.project-story-reverse .story-images { grid-column: 1; grid-row: 1; }
.project-story-copy > span { color: #956b18; font-size: 0.72rem; font-weight: 750; letter-spacing: 0.13em; text-transform: uppercase; }
.project-story-copy { min-width: 0; }
.project-story-copy h2 { margin-top: 12px; font-size: clamp(1.9rem, 2.5vw, 2.7rem); overflow-wrap: anywhere; }
.project-story-copy p { color: var(--muted); }
.story-images { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.story-images figure { position: relative; height: 540px; margin: 0; overflow: hidden; background: var(--paper-2); }
.story-images img { width: 100%; height: 100%; object-fit: cover; }
.story-images-landscape figure { height: 420px; }
.story-images figcaption { position: absolute; right: 12px; bottom: 12px; padding: 9px 12px; background: rgba(19,21,26,0.82); color: white; font-size: 0.75rem; font-weight: 700; backdrop-filter: blur(8px); }

.field-video { background: var(--ink); color: var(--white); }
.field-video .split-heading > p { color: rgba(255,255,255,0.64); }
.video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.video-card { margin: 0; }
.video-frame { position: relative; height: 620px; overflow: hidden; background: #0d0f12; }
.video-frame video { width: 100%; height: 100%; object-fit: cover; }
.video-frame button { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 12px; border: 0; background: linear-gradient(0deg, rgba(10,11,14,0.5), rgba(10,11,14,0.08)); color: white; font-weight: 750; cursor: pointer; }
.video-frame button span { width: 58px; height: 58px; display: grid; place-items: center; padding-left: 4px; border-radius: 50%; background: var(--gold); color: var(--ink); }
.video-card.is-playing .video-frame button { display: none; }
.video-card > div:last-child { padding: 22px 0 0; }
.video-card h3 { margin-bottom: 6px; }
.video-card p { margin: 0; color: rgba(255,255,255,0.58); }

.work-archive { background: var(--paper); }
.work-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 230px; gap: 13px; }
.work-tile { position: relative; grid-row: span 2; margin: 0; overflow: hidden; background: var(--paper-2); }
.work-tile-wide { grid-column: span 2; }
.work-tile-tall { grid-row: span 3; }
.work-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.work-tile:hover img { transform: scale(1.025); }
.work-tile figcaption { position: absolute; right: 10px; bottom: 10px; left: 10px; padding: 11px 13px; background: rgba(20,22,27,0.82); color: white; font-size: 0.78rem; font-weight: 700; backdrop-filter: blur(8px); }

/* Footer */
.site-footer { padding: 68px 0 0; background: #0d0f12; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.55fr repeat(3, 0.65fr); gap: 45px; padding-bottom: 56px; }
.footer-brand { display: flex; align-items: center; gap: 15px; }
.footer-brand img { width: 72px; height: 72px; object-fit: contain; }
.footer-brand div { display: grid; }
.footer-brand strong { font-size: 1.08rem; }
.footer-brand span { margin-top: 5px; color: rgba(255,255,255,0.5); font-size: 0.75rem; }
.footer-column { display: grid; align-content: start; justify-items: start; gap: 8px; }
.footer-column > span { margin-bottom: 7px; color: var(--gold); font-size: 0.7rem; font-weight: 750; letter-spacing: 0.13em; text-transform: uppercase; }
.footer-column a { min-height: 35px; display: inline-flex; align-items: center; color: rgba(255,255,255,0.68); font-size: 0.86rem; }
.footer-column a:hover { color: white; }
.footer-bottom { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.42); font-size: 0.76rem; }

@media (max-width: 1020px) {
  :root { --container: min(100% - 34px, 920px); }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; top: var(--header-height); right: 0; left: 0; height: calc(100svh - var(--header-height)); display: grid; align-content: start; gap: 0; padding: 24px max(20px, calc((100vw - 920px) / 2)); background: #121419; opacity: 0; visibility: hidden; transform: translateY(-14px); transition: opacity var(--ease), transform var(--ease), visibility var(--ease); }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .site-nav > a:not(.button) { min-height: 58px; border-bottom: 1px solid rgba(255,255,255,0.1); font-size: 1.05rem; }
  .site-nav .button { margin-top: 22px; }
  .site-nav > a:not(.button)::after { display: none; }
  .split-heading, .page-hero-grid { gap: 44px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card-featured { grid-column: span 1; }
  .service-card-wide { grid-column: span 2; }
  .estimate-grid { grid-template-columns: 0.72fr 1.28fr; gap: 45px; }
  .area-card { grid-template-columns: 100px 1fr; padding: 28px; }
  .state-icon { width: 92px; height: 92px; }
  .project-story, .project-story-reverse { grid-template-columns: 1fr; gap: 28px; }
  .project-story-reverse .project-story-copy, .project-story-reverse .story-images { grid-column: 1; grid-row: auto; }
  .project-story-reverse .project-story-copy { grid-row: 1; }
  .work-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, 0.7fr); gap: 25px; }
}

@media (max-width: 760px) {
  :root { --container: calc(100% - 30px); --header-height: 76px; }
  h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  h2 { font-size: clamp(2.05rem, 9.2vw, 3rem); }
  .section { padding: 74px 0; }
  .brand img { width: 52px; height: 52px; }
  .brand span { display: none; }
  .hero { min-height: 790px; align-items: end; }
  .hero-image { object-position: 63% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(9,11,14,0.96) 0%, rgba(9,11,14,0.68) 65%, rgba(9,11,14,0.28) 100%); }
  .hero-content { padding-top: 150px; padding-bottom: 136px; }
  .hero h1 { max-width: 620px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .hero-regions { right: 15px; bottom: 25px; left: 15px; justify-content: center; font-size: 0.68rem; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: 92px; padding: 20px 24px; border-right: 1px solid rgba(21,23,27,0.22); border-bottom: 1px solid rgba(21,23,27,0.22); }
  .split-heading, .page-hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card-featured { grid-column: span 1; min-height: 390px; }
  .service-card-wide { grid-column: span 1; align-items: flex-start; flex-direction: column; padding: 28px; }
  .trucking-service-card { grid-column: span 1; }
  .section-link-row { justify-content: flex-start; }
  .carousel-slide { flex-basis: 91%; height: 470px; }
  .about-grid { grid-template-columns: 1fr; gap: 62px; }
  .about-image-wrap > img { height: 560px; }
  .about-since { right: 12px; bottom: -28px; }
  .area-grid { grid-template-columns: 1fr; }
  .area-card { min-height: 200px; }
  .estimate-grid { grid-template-columns: 1fr; }
  .estimate-intro { position: static; }
  .form-grid { grid-template-columns: 1fr; }
  .field, .field-full { grid-column: 1; }
  .page-hero { padding: calc(var(--header-height) + 74px) 0 74px; }
  .service-detail-grid { gap: 75px; }
  .service-detail-card, .service-detail-card-reverse { grid-template-columns: 1fr; gap: 30px; }
  .service-detail-card img, .service-detail-card-reverse img { grid-column: 1; grid-row: 1; height: 470px; }
  .service-detail-card > div, .service-detail-card-reverse > div { grid-column: 1; grid-row: 2; }
  .trucking-grid, .trucking-feature, .compact-cta-inner { grid-template-columns: 1fr; gap: 30px; }
  .trucking-feature-media { height: 590px; }
  .story-images figure { height: 420px; }
  .story-images-landscape figure { height: 310px; }
  .video-grid { grid-template-columns: 1fr; gap: 50px; }
  .video-frame { height: 640px; }
  .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 190px; }
  .work-tile-wide { grid-column: span 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .hero { min-height: 740px; }
  .hero-content { padding-bottom: 128px; }
  .hero-regions i { width: 20px; }
  .hero-regions { gap: 9px; }
  .service-card { min-height: 350px; }
  .carousel-slide { height: 420px; }
  .area-card { grid-template-columns: 78px 1fr; gap: 18px; padding: 24px 20px; }
  .state-icon { width: 74px; height: 74px; }
  .estimate-form { padding: 23px 18px; }
  .story-images { grid-template-columns: 1fr; }
  .story-images figure, .story-images-landscape figure { height: 410px; }
  .video-frame { height: 540px; }
  .work-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: 420px; }
  .work-tile, .work-tile-wide, .work-tile-tall { grid-column: span 1; grid-row: span 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: 1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0; }
}

/* Keep controls and content usable on narrow and short screens. */
.footer-column a { min-height: 44px; }
.field { min-width: 0; }
.contact-option a { overflow-wrap: anywhere; }
.video-frame video { object-fit: contain; }
.carousel-viewport { touch-action: pan-y; }
@media (max-width: 1020px) {
  .site-nav { overflow-y: auto; overscroll-behavior: contain; padding-bottom: max(24px, env(safe-area-inset-bottom)); }
}
@media (max-width: 760px) {
  .video-frame, .trucking-feature-media { height: auto; aspect-ratio: 9 / 16; max-height: 80svh; }
  .video-frame video { position: absolute; inset: 0; }
  .cookie-banner { bottom: max(12px, env(safe-area-inset-bottom)); }
  .story-images figcaption, .work-tile figcaption { max-width: calc(100% - 24px); overflow-wrap: anywhere; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
