:root {
  --orange: #f4510b;
  --orange-bright: #ff5a0a;
  --ink: #111315;
  --muted: #64686b;
  --cream: #f4f1eb;
  --line: #d8d5cf;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header { height: 78px; padding: 0 clamp(22px, 5vw, 78px); display: flex; align-items: center; gap: 42px; border-bottom: 1px solid #ddd; background: rgba(255,255,255,.96); position: sticky; top: 0; z-index: 20; }
.header-logo { width: 170px; height: 70px; flex: 0 0 auto; display: block; position: relative; overflow: hidden; }
.header-logo img { position: absolute; width: 160px; max-width: none; height: auto; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.site-header nav { display: flex; gap: 32px; margin-left: auto; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.site-header nav a:hover { color: var(--orange); }
.header-cta { background: var(--ink); color: #fff; padding: 13px 18px; font-size: 12px; font-weight: 800; letter-spacing: .04em; }

.hero { min-height: 680px; display: grid; align-items: stretch; background: #fff; overflow: hidden; }
.hero-grid { width: 100%; display: grid; grid-template-columns: 52% 48%; }
.hero-copy { padding: clamp(70px, 8vw, 120px) clamp(28px, 6vw, 96px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 18px; color: var(--orange); font-size: 12px; line-height: 1.3; font-weight: 900; letter-spacing: .18em; }
.hero h1 { margin: 0; font-size: clamp(54px, 6.8vw, 106px); line-height: .86; letter-spacing: -.075em; font-weight: 950; text-transform: uppercase; }
.hero h1 span { color: var(--orange); }
.hero-lead { margin: 28px 0 32px; max-width: 620px; color: #4b4f52; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; min-height: 52px; padding: 0 23px; font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; transition: transform .15s ease, background .15s ease; }
.button:hover { transform: translateY(-2px); }
.button-orange { background: var(--orange); color: white; }
.button-orange:hover { background: #d94200; }
.button-dark { background: var(--ink); color: white; }
.hero-facts { margin-top: 48px; display: flex; gap: 0; border-top: 1px solid var(--line); padding-top: 22px; }
.hero-facts div { min-width: 120px; padding-right: 28px; margin-right: 28px; border-right: 1px solid var(--line); }
.hero-facts div:last-child { border: 0; }
.hero-facts strong { display: block; font-size: 25px; font-weight: 950; }
.hero-facts span { display: block; margin-top: 4px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .12em; }

.hero-mark { min-height: 100%; background: var(--ink); display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 5vw, 80px); position: relative; overflow: hidden; }
.hero-mark::before { content: "CCW"; position: absolute; right: -40px; top: 20px; color: rgba(255,255,255,.025); font-size: 290px; line-height: 1; font-weight: 950; letter-spacing: -.1em; }
.logo-plate { position: relative; z-index: 1; background: #fff; padding: 18px; border-left: 8px solid var(--orange); box-shadow: 0 28px 60px rgba(0,0,0,.24); transform: rotate(-1.4deg); }
.logo-plate img { display: block; width: 100%; height: auto; }
.hero-mark > p { position: relative; z-index: 1; margin: 32px 0 0; color: white; font-weight: 900; font-style: italic; font-size: clamp(24px, 2.5vw, 40px); letter-spacing: -.04em; }
.hero-mark > p span { color: var(--orange-bright); }

.ticker { min-height: 54px; padding: 16px 24px; display: flex; justify-content: center; align-items: center; gap: clamp(16px, 3vw, 50px); background: var(--orange); color: #fff; font-size: 11px; font-weight: 950; letter-spacing: .16em; white-space: nowrap; overflow: hidden; }

.section { padding: 100px clamp(24px, 6vw, 96px); }
.rentals { background: var(--cream); }
.section-heading { max-width: 1330px; margin: 0 auto 55px; display: grid; grid-template-columns: 1fr 440px; gap: 40px; align-items: end; }
.section-heading h2, .sales-section h2, .heritage h2, .contact h2 { margin: 0; font-size: clamp(43px, 5vw, 74px); line-height: .95; letter-spacing: -.06em; font-weight: 950; text-transform: uppercase; }
.section-heading > p { margin: 0; color: #555b5d; line-height: 1.65; }

.rental-grid { max-width: 1330px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.rental-card { min-height: 520px; padding: 28px; background: white; border: 1px solid #ddd8d1; position: relative; overflow: hidden; }
.rental-card.featured { border-top: 5px solid var(--orange); padding-top: 24px; }
.card-top { display: flex; justify-content: space-between; color: #a09b94; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.availability { color: var(--orange); }
.rental-card h3 { margin: 8px 0 9px; font-size: 27px; letter-spacing: -.04em; }
.rental-card > p { color: #606568; font-size: 14px; line-height: 1.55; }
.price { margin-top: 20px; display: flex; align-items: baseline; gap: 8px; }
.price strong { font-size: clamp(42px, 4vw, 62px); letter-spacing: -.06em; line-height: 1; }
.price span { font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.card-rule { height: 1px; background: #e2dfda; margin: 23px 0 17px; }
.rate-note { margin: 0; }
.machine-icon { height: 145px; margin: 30px 0 4px; position: relative; }
.machine-icon .track { position: absolute; width: 138px; height: 35px; left: 36px; bottom: 9px; border: 9px solid var(--ink); border-radius: 22px; box-shadow: inset 0 0 0 4px white; }
.machine-icon .cab { position: absolute; background: var(--ink); }
.machine-icon.skid .cab { width: 66px; height: 78px; left: 80px; bottom: 44px; clip-path: polygon(8% 12%, 88% 0, 100% 100%, 0 100%); }
.machine-icon.skid .arm { position: absolute; width: 115px; height: 15px; left: 35px; bottom: 60px; background: var(--orange); transform: rotate(-20deg); }
.machine-icon.skid .bucket { position: absolute; width: 58px; height: 42px; left: 165px; bottom: 7px; background: var(--ink); clip-path: polygon(0 0,100% 30%,84% 100%,12% 100%); }
.machine-icon.excavator .cab { width: 70px; height: 76px; left: 38px; bottom: 45px; border: 8px solid var(--ink); background: var(--orange); border-radius: 5px 18px 4px 4px; }
.machine-icon.excavator .boom { position: absolute; width: 135px; height: 14px; background: var(--ink); left: 94px; top: 44px; transform: rotate(-28deg); transform-origin: left center; }
.machine-icon.excavator .bucket { position: absolute; right: 46px; bottom: 28px; width: 40px; height: 54px; border: 12px solid var(--ink); border-top-color: transparent; border-left-color: transparent; transform: rotate(18deg); }
.attachment-graphic { height: 145px; margin: 30px 0 4px; display: grid; place-items: center; background: var(--ink); color: var(--orange); clip-path: polygon(0 16%, 84% 16%, 100% 50%, 84% 84%, 0 84%, 10% 50%); }
.attachment-graphic span { font-size: 80px; font-weight: 200; line-height: 1; }

.delivery-strip { max-width: 1330px; margin: 14px auto 0; min-height: 110px; display: grid; grid-template-columns: 120px 1fr 1fr auto; align-items: center; gap: 26px; background: var(--ink); color: #fff; padding: 0 28px 0 0; }
.delivery-badge { height: 110px; display: grid; place-items: center; text-align: center; background: var(--orange); font-size: 11px; font-weight: 950; letter-spacing: .1em; line-height: 1.4; }
.delivery-strip p { margin: 0 0 4px; color: #bfc1c1; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.delivery-strip strong { font-size: 25px; }
.delivery-total { display: flex; flex-direction: column; gap: 6px; padding-left: 28px; border-left: 1px solid #444; }
.delivery-total span { font-size: 9px; color: #999; font-weight: 800; letter-spacing: .1em; }
.delivery-total b { font-size: 15px; }
.delivery-strip > a { color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .08em; }

.sales-section { padding: 95px clamp(24px, 6vw, 96px); background: var(--ink); color: #fff; }
.sales-inner { max-width: 1330px; margin: 0 auto; display: grid; grid-template-columns: 170px 1fr auto; gap: 50px; align-items: center; }
.sales-tag { width: 150px; height: 150px; border: 2px solid var(--orange); color: var(--orange); display: grid; place-items: center; font-weight: 950; font-size: 18px; transform: rotate(-4deg); }
.sales-inner > div:nth-child(2) > p:last-child { max-width: 690px; color: #b9bcbd; line-height: 1.7; }

.heritage { display: grid; grid-template-columns: minmax(270px, .75fr) 1.25fr; gap: clamp(45px, 8vw, 120px); align-items: center; max-width: 1500px; margin: 0 auto; }
.heritage-stamp { min-width: 0; overflow: hidden; border-right: 1px solid var(--line); padding-right: 40px; }
.heritage-parent { display: block; margin-bottom: 8px; color: #8a8d8f; font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.heritage-company { display: block; margin-bottom: 25px; color: var(--ink); font-size: clamp(24px, 3vw, 42px); font-weight: 950; letter-spacing: -.04em; }
.heritage-established { display: block; margin-bottom: 7px; color: var(--orange); font-size: 11px; font-weight: 950; letter-spacing: .18em; }
.heritage-number { width: 100%; color: var(--orange); font-size: clamp(76px, 8.5vw, 126px); font-weight: 950; letter-spacing: -.07em; line-height: .82; white-space: nowrap; }
.heritage-copy > p:not(.eyebrow):not(.parent-note) { max-width: 760px; color: #5d6264; font-size: 17px; line-height: 1.7; }
.founders-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0 20px; }
.founders-row span { min-width: 120px; display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px 9px 9px; background: var(--ink); color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.founders-row b { width: 30px; height: 30px; display: grid; place-items: center; background: var(--orange); color: white; font-size: 17px; }
.heritage-copy .parent-note { max-width: 760px; margin: 0; padding-top: 18px; border-top: 1px solid var(--line); color: #6c7072; font-size: 13px; line-height: 1.6; }
.heritage-copy .parent-note strong { color: var(--ink); }

.contact { background: var(--orange); padding: 90px clamp(24px, 6vw, 96px); }
.contact .eyebrow { color: #fff; }
.contact-top { max-width: 1330px; margin: 0 auto 42px; }
.contact-top > p:last-child { font-size: 17px; }
.contact-grid { max-width: 1330px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(0,0,0,.25); border-bottom: 1px solid rgba(0,0,0,.25); }
.contact-grid a { min-height: 124px; padding: 24px 28px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; border-right: 1px solid rgba(0,0,0,.25); transition: background .15s ease; }
.contact-grid a:hover { background: rgba(255,255,255,.16); }
.contact-grid a:last-child { border-right: 0; }
.contact-grid span { grid-column: 1 / -1; font-size: 9px; font-weight: 900; letter-spacing: .14em; opacity: .72; }
.contact-grid strong { align-self: end; font-size: clamp(17px, 2vw, 26px); letter-spacing: -.03em; }
.contact-grid b { align-self: end; font-size: 24px; }

footer { padding: 45px clamp(24px, 6vw, 96px); background: #0a0b0c; color: #fff; display: flex; gap: 30px; align-items: center; justify-content: space-between; }
.footer-brand { font-size: 18px; font-weight: 950; }
.footer-brand span { color: var(--orange); font-size: 28px; }
footer p { margin: 0; color: #777; font-size: 9px; font-weight: 800; letter-spacing: .12em; }

@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-mark { min-height: 500px; }
  .rental-grid { grid-template-columns: 1fr 1fr; }
  .attachment-card { grid-column: 1 / -1; }
  .section-heading { grid-template-columns: 1fr; }
  .sales-inner { grid-template-columns: 140px 1fr; }
  .sales-inner > .button { grid-column: 2; justify-self: start; }
  .delivery-strip { grid-template-columns: 110px 1fr 1fr; padding-right: 22px; }
  .delivery-strip > a { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid a { border-right: 0; border-bottom: 1px solid rgba(0,0,0,.25); }
}

@media (max-width: 720px) {
  .site-header { height: 68px; gap: 18px; }
  .site-header nav { display: none; }
  .header-cta { margin-left: auto; font-size: 10px; padding: 11px 12px; }
  .header-logo { width: 138px; height: 60px; }
  .header-logo img { width: 138px; }
  .hero { min-height: 0; }
  .hero-copy { padding: 64px 24px 54px; }
  .hero h1 { font-size: clamp(53px, 17vw, 82px); }
  .hero-lead { font-size: 16px; }
  .hero-facts { gap: 12px; }
  .hero-facts div { min-width: 0; flex: 1; margin: 0; padding: 0 12px 0 0; }
  .hero-facts strong { font-size: 20px; }
  .hero-mark { min-height: 390px; padding: 42px 24px; }
  .logo-plate { padding: 9px; border-left-width: 5px; }
  .ticker { justify-content: flex-start; }
  .section { padding: 72px 20px; }
  .rental-grid { grid-template-columns: 1fr; }
  .attachment-card { grid-column: auto; }
  .rental-card { min-height: 500px; }
  .delivery-strip { grid-template-columns: 90px 1fr; gap: 18px; }
  .delivery-total { display: none; }
  .delivery-badge { height: 100%; }
  .sales-section { padding: 72px 22px; }
  .sales-inner { grid-template-columns: 1fr; gap: 30px; }
  .sales-tag { width: 100px; height: 100px; font-size: 13px; }
  .sales-inner > .button { grid-column: auto; }
  .heritage { grid-template-columns: 1fr; gap: 35px; }
  .heritage-stamp { border-right: 0; border-bottom: 1px solid var(--line); padding: 0 0 32px; }
  .contact { padding: 72px 20px; }
  footer { flex-direction: column; align-items: flex-start; }
}

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