:root {
  --ink: #171917;
  --graphite: #242824;
  --paper: #f3f1e9;
  --muted: #cfcac0;
  --gold: #e4b83d;
  --line: rgba(23, 25, 23, 0.18);
  --radius: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.5; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 10; padding: 10px 16px; background: var(--gold); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 16px; }
.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 3; display: flex; min-height: 72px; align-items: center; justify-content: space-between; padding: 16px max(24px, calc((100vw - 1180px) / 2)); color: #fff; border-bottom: 1px solid rgba(255,255,255,.18); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; letter-spacing: .04em; font-size: .9rem; font-weight: 800; }
.brand strong { display: block; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.brand-logo { display: block; width: 42px; height: 42px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 24px; font-size: .88rem; font-weight: 700; }
.site-nav a { text-decoration: none; }
.nav-call { padding: 10px 13px; color: var(--ink); background: var(--gold); }
.menu-toggle { display: none; border: 0; background: transparent; color: #fff; font: inherit; font-weight: 800; }
.hero { position: relative; display: grid; min-height: min(760px, 100dvh); align-items: end; overflow: hidden; color: #fff; background: var(--graphite); }
.hero-media, .hero-media video, .hero-scrim, #hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { background: linear-gradient(125deg, #2d342e, #111411); }
.hero-media video { object-fit: cover; }
#hero-canvas { z-index: 1; opacity: .72; pointer-events: none; }
.hero-media video { z-index: 0; }
.hero-scrim { z-index: 2; }
.hero-scrim { background: linear-gradient(90deg, rgba(14,16,14,.84) 0%, rgba(14,16,14,.48) 56%, rgba(14,16,14,.25) 100%); }
.hero-content { position: relative; z-index: 3; padding-bottom: clamp(52px, 10vw, 112px); }
.eyebrow { margin: 0 0 14px; color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 20px; font-size: clamp(3rem, 7vw, 6.7rem); line-height: .93; letter-spacing: -.065em; }
h2 { font-size: clamp(2rem, 4.2vw, 4rem); line-height: .98; letter-spacing: -.055em; }
.hero-copy { max-width: 560px; margin-bottom: 28px; font-size: clamp(1rem, 1.8vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 13px 18px; border: 1px solid transparent; text-decoration: none; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:active { transform: translateY(1px); }
.button-primary { background: var(--gold); color: var(--ink); }
.button-secondary { border-color: rgba(255,255,255,.65); color: #fff; }
.intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; padding-block: 84px; }
.section-title h2 { max-width: 640px; }
.intro-copy { max-width: 500px; font-size: 1.05rem; }
.intro-copy p + p { padding-top: 18px; border-top: 1px solid var(--line); }
.services { display: grid; grid-template-columns: 1.2fr .8fr; gap: 12px; padding-bottom: 80px; }
.service { min-height: 300px; padding: clamp(26px, 4vw, 52px); border-radius: var(--radius); display: flex; flex-direction: column; justify-content: space-between; }
.service h2 { max-width: 570px; margin-bottom: 18px; font-size: clamp(1.8rem, 3vw, 3.6rem); }
.service p { max-width: 440px; }
.service a { margin-top: auto; font-weight: 800; text-decoration: none; }
.service-number { display: block; margin-bottom: auto; font-weight: 800; color: var(--gold); }
.service-large { grid-row: span 2; min-height: 672px; background: linear-gradient(150deg, #b9b5aa 0%, #dedbd3 62%, #d2a931 62%, #d2a931 100%); }
.service-large > div { height: 100%; display: flex; flex-direction: column; }
.service-dark { background: var(--graphite); color: #fff; }
.service-accent { background: var(--gold); }
.service-equipment { grid-column: span 2; min-height: 270px; background: #d8d5cc; }
.service-offers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding-bottom: 80px; }
.service-offers article { min-height: 280px; padding: clamp(24px, 3vw, 38px); border: 1px solid var(--line); border-radius: var(--radius); background: #fffdf7; display: flex; flex-direction: column; }
.service-offers article:nth-child(1) { background: var(--graphite); color: #fff; }
.service-offers article:nth-child(3) { background: var(--gold); }
.service-offers h2 { margin-bottom: 16px; font-size: clamp(1.75rem, 2.65vw, 2.65rem); }
.service-offers p:not(.eyebrow) { max-width: 31ch; }
.service-offers a { margin-top: auto; font-weight: 800; text-decoration: none; }
.service-area { padding-block: 72px; background: #e5e1d7; }
.area-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; }
.area-grid h2 { max-width: 630px; }
.area-links { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 0; border-top: 1px solid var(--line); }
.area-links a { padding: 18px 0; text-decoration: none; font-weight: 800; border-bottom: 1px solid var(--line); }
.area-links a:last-child { grid-column: 1 / -1; color: #7b5a00; }
.rental-directory { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(32px, 8vw, 120px); padding-block: 72px; }
.rental-directory h2 { max-width: 520px; }
.rental-directory p { max-width: 510px; margin: 22px 0 0; }
.rental-directory-links { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.rental-directory-links a { padding: 18px 0; border-bottom: 1px solid var(--line); font-weight: 800; text-decoration: none; }
.rental-directory-links a:nth-child(odd) { padding-right: 22px; }
.rental-directory-links a:nth-child(even) { padding-left: 22px; border-left: 1px solid var(--line); }
.rental-directory-links a:last-child { color: #7b5a00; }
.contact-band { display: flex; align-items: end; justify-content: space-between; gap: 32px; padding-block: 80px; }
.contact-band h2 { max-width: 800px; }
.contact-band p { max-width: 650px; }
.site-footer { padding: 34px 0; color: #fff; background: var(--ink); font-size: .88rem; }
.footer-row { display: grid; grid-template-columns: 1.2fr .8fr .7fr; gap: 28px; }
.site-footer a { color: var(--gold); }
.floating-contact { position: fixed; right: 22px; bottom: 22px; z-index: 9; display: grid; overflow: hidden; border: 1px solid rgba(255,255,255,.3); border-radius: var(--radius); box-shadow: 0 14px 34px rgba(0,0,0,.24); }
.floating-contact a { min-width: 92px; padding: 11px 15px; color: #fff; text-align: center; text-decoration: none; font-size: .78rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; transition: transform .18s ease, background .18s ease; }
.floating-contact a:active { transform: translateY(1px); }
.floating-contact-call { background: var(--ink); }
.floating-contact-text { color: var(--ink) !important; background: var(--gold); }
.inner-header { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 28px; padding: 14px max(24px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid var(--line); }
.inner-site-header { position: relative; color: var(--ink); border-bottom-color: var(--line); }
.inner-site-header .menu-toggle { color: var(--ink); }
.dark-brand { color: var(--ink); }
.route-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px; font-size: .8rem; font-weight: 800; }
.route-nav a { text-decoration: none; }
.inner-hero { padding-block: clamp(52px, 6vw, 84px) 52px; }
.inner-hero h1 { max-width: 950px; color: var(--ink); }
.inner-hero-video { position: relative; isolation: isolate; overflow: hidden; min-height: min(620px, 72dvh); display: grid; align-items: end; padding: 0; color: #fff; background: var(--graphite); }
.inner-hero-media, .inner-hero-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.inner-hero-media { z-index: -2; object-fit: cover; object-position: center; }
.inner-hero-scrim { z-index: -1; background: linear-gradient(90deg, rgba(18, 20, 18, .72) 0%, rgba(18, 20, 18, .42) 53%, rgba(18, 20, 18, .18) 100%); }
.inner-hero-content { padding-block: clamp(62px, 9vw, 132px) 62px; }
.inner-hero-video h1, .inner-hero-video .hero-copy { color: #fff; }
.inner-hero-video h1 { max-width: 800px; font-size: clamp(3rem, 5vw, 5.35rem); }
.inner-hero-video .hero-copy { max-width: 650px; }
.dark-copy { color: #464941; }
.authority { padding-block: 54px 104px; }
.authority h2 { max-width: 560px; }
.rental-reference { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); align-items: center; gap: clamp(28px, 6vw, 88px); padding-block: 52px; }
.rental-reference h2 { max-width: 500px; }
.rental-reference p { max-width: 520px; margin: 20px 0 28px; font-size: 1.05rem; }
.rental-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.rental-gallery a:first-child { grid-row: span 2; }
.rental-gallery a { min-height: 160px; overflow: hidden; border-radius: var(--radius); }
.rental-gallery img, .rental-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.rental-photo { padding-block: 52px 16px; }
.rental-photo img { aspect-ratio: 16 / 8; border-radius: var(--radius); object-position: center; box-shadow: 0 18px 48px rgba(27, 30, 26, .14); }
.client-equipment-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.fleet-shot { min-height: 190px; margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--graphite); position: relative; }
.fleet-shot-wide { grid-column: span 2; }
.fleet-shot-tall { grid-row: span 2; }
.fleet-shot img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.fleet-shot:hover img { transform: scale(1.035); }
.fleet-shot figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 34px 14px 12px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.74)); font-size: .8rem; font-weight: 800; }
.fleet-preview { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(30px, 7vw, 92px); align-items: center; padding-bottom: 72px; }
.fleet-preview h2 { max-width: 520px; }
.fleet-preview-copy > p:not(.eyebrow) { max-width: 480px; margin: 20px 0 28px; }
.fleet-preview-images { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.fleet-preview-images img { display: block; width: 100%; height: 100%; min-height: 150px; object-fit: cover; border-radius: var(--radius); }
.fleet-preview-images .fleet-preview-main { grid-row: span 2; min-height: 340px; }
.authority-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 42px; border-top: 1px solid var(--line); }
.authority-grid a, .city-list a { padding: 24px 0; border-bottom: 1px solid var(--line); font-size: 1.1rem; font-weight: 800; text-decoration: none; }
.authority-grid a:nth-child(odd) { padding-right: 22px; }
.authority-grid a:nth-child(even) { padding-left: 22px; border-left: 1px solid var(--line); }
.city-list { display: grid; grid-template-columns: 1fr 1fr; margin-top: 36px; border-top: 1px solid var(--line); }
.city-list a:nth-child(odd) { padding-right: 22px; }
.city-list a:nth-child(even) { padding-left: 22px; border-left: 1px solid var(--line); }

@media (max-width: 760px) {
  .shell { width: min(100% - 32px, 600px); }
  .site-header { min-height: 64px; padding-inline: 16px; }
  .floating-contact { right: 16px; bottom: max(16px, env(safe-area-inset-bottom)); grid-template-columns: 1fr 1fr; border-radius: 12px; }
  .floating-contact a { min-width: 76px; padding: 12px 13px; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 64px; left: 0; right: 0; padding: 16px; flex-direction: column; align-items: stretch; background: var(--ink); }
  .site-nav.is-open { display: flex; }
  .inner-site-header .site-nav { color: #fff; }
  .nav-call { text-align: center; }
  .hero { min-height: 650px; }
  .hero-scrim { background: linear-gradient(0deg, rgba(14,16,14,.9) 0%, rgba(14,16,14,.37) 100%); }
  .hero-content { padding-bottom: 48px; }
  h1 { font-size: clamp(3rem, 14vw, 4.9rem); }
  .intro, .services, .service-offers, .area-grid, .footer-row, .rental-directory { grid-template-columns: 1fr; }
  .intro { gap: 28px; padding-block: 56px; }
  .services { padding-bottom: 56px; }
  .service, .service-large, .service-equipment { grid-column: auto; grid-row: auto; min-height: 360px; }
  .service-large { min-height: 460px; }
  .service-equipment { min-height: 330px; }
  .area-links { grid-template-columns: 1fr; }
  .area-links a:last-child { grid-column: auto; }
  .rental-directory { padding-block: 56px; gap: 28px; }
  .rental-directory-links { grid-template-columns: 1fr; }
  .rental-directory-links a:nth-child(n) { padding-inline: 0; border-left: 0; }
  .service-area { padding-block: 56px; }
  .contact-band { align-items: flex-start; flex-direction: column; padding-block: 56px; }
  .inner-header { align-items: flex-start; flex-direction: column; gap: 14px; }
  .inner-hero-video { min-height: 560px; }
  .inner-hero-content { padding-block: 78px 48px; }
  .inner-hero-scrim { background: linear-gradient(0deg, rgba(18, 20, 18, .78), rgba(18, 20, 18, .28)); }
  .route-nav { justify-content: flex-start; gap: 12px 16px; }
  .authority-grid, .city-list { grid-template-columns: 1fr; }
  .authority-grid a:nth-child(n), .city-list a:nth-child(n) { padding-inline: 0; border-left: 0; }
  .rental-reference { grid-template-columns: 1fr; gap: 26px; padding-block: 44px; }
  .client-equipment-gallery { grid-template-columns: 1fr 1fr; }
  .fleet-shot { min-height: 180px; }
  .fleet-shot-wide { grid-column: span 2; }
  .fleet-shot-tall { grid-row: span 1; }
  .fleet-preview { grid-template-columns: 1fr; gap: 28px; padding-bottom: 56px; }
  .fleet-preview-images { grid-template-columns: 1fr 1fr; }
  .fleet-preview-images .fleet-preview-main { min-height: 280px; }
  .rental-photo { padding-block: 36px 0; }
  .rental-photo img { aspect-ratio: 4 / 3; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
