:root {
  --yellow: #ffc400;
  --yellow-dark: #e7ad00;
  --black: #0b0d0f;
  --charcoal: #15191d;
  --charcoal-2: #20262c;
  --steel: #6f7780;
  --line: #dfe3e7;
  --soft: #f4f5f6;
  --white: #ffffff;
  --max: 1180px;
  --shadow: 0 14px 40px rgba(11, 13, 15, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--black); background: var(--white); line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.skip-link { position: absolute; left: -9999px; top: 0; z-index: 9999; background: var(--yellow); color: var(--black); padding: .8rem 1rem; font-weight: 800; }
.skip-link:focus { left: 1rem; top: 1rem; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.section { padding: 88px 0; }
.eyebrow { margin: 0 0 .45rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; font-size: .78rem; color: #8d6a00; }
h1, h2, h3 { font-family: "Barlow Condensed", Impact, sans-serif; line-height: .98; margin-top: 0; text-transform: uppercase; }
h1 { font-size: clamp(3.2rem, 7.4vw, 6.4rem); max-width: 830px; margin-bottom: 1.2rem; }
h2 { font-size: clamp(2.5rem, 4.8vw, 4.6rem); margin-bottom: 1rem; }
h3 { font-size: 1.55rem; margin-bottom: .55rem; }
p { margin-top: 0; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 48px; padding: .78rem 1.15rem; border: 2px solid var(--yellow); border-radius: 5px; background: var(--yellow); color: var(--black); text-decoration: none; font-family: "Barlow Condensed", Impact, sans-serif; font-weight: 900; text-transform: uppercase; letter-spacing: .03em; transition: .2s ease; }
.btn:hover { transform: translateY(-1px); background: #ffd137; border-color: #ffd137; }
.btn-small { min-height: 40px; padding: .55rem .9rem; }
.btn-ghost { background: rgba(11,13,15,.32); color: var(--white); border-color: rgba(255,255,255,.55); backdrop-filter: blur(5px); }
.btn-ghost:hover { background: var(--white); color: var(--black); border-color: var(--white); }
.btn-secondary { background: var(--white); border-color: var(--black); }
.btn-secondary:hover { background: var(--black); color: var(--white); border-color: var(--black); }
.btn-dark { background: var(--black); color: var(--white); border-color: var(--black); }

.site-header { position: sticky; top: 0; z-index: 50; background: var(--black); color: var(--white); box-shadow: 0 4px 16px rgba(0,0,0,.18); }
.utility-bar { background: #050607; border-bottom: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.utility-links { display: flex; gap: 1.2rem; }
.utility-links a { text-decoration: none; font-weight: 700; }
.utility-links a:hover { color: var(--yellow); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand img { width: 210px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 1.25rem; }
.nav-links > a:not(.btn) { text-decoration: none; font-family: "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; font-weight: 800; letter-spacing: .03em; }
.nav-links > a:not(.btn):hover { color: var(--yellow); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--white); font-size: 1.8rem; }

.hero { position: relative; min-height: 670px; display: grid; align-items: center; overflow: hidden; background: var(--black); color: var(--white); }
.hero-image { position: absolute; inset: 0; background: url('assets/hero-telehandler.jpg') center/cover no-repeat; transform: scale(1.01); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,8,10,.92) 0%, rgba(6,8,10,.79) 36%, rgba(6,8,10,.23) 68%, rgba(6,8,10,.06) 100%); }
.hero-content { position: relative; z-index: 2; padding: 86px 0 96px; }
.hero .eyebrow { color: var(--yellow); }
.hero h1 span { color: var(--yellow); }
.hero-text { max-width: 610px; font-size: clamp(1.05rem, 2vw, 1.35rem); margin-bottom: 1.7rem; color: #eef0f2; }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.hero-trust { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .75rem 1.3rem; color: #f2f3f4; font-size: .9rem; font-weight: 700; }
.hero-trust span::first-letter { color: var(--yellow); }

.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem; align-items: end; margin-bottom: 2rem; }
.split-heading > p { color: #4c555d; max-width: 520px; }
.equipment-section { background: var(--soft); }
.equipment-tools { display: grid; grid-template-columns: 1.4fr 1fr auto; gap: .9rem; align-items: end; padding: 1rem; background: var(--white); border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 7px 26px rgba(11,13,15,.05); margin-bottom: .8rem; }
.equipment-tools label { display: grid; gap: .35rem; color: #454d55; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.equipment-tools input, .equipment-tools select { width: 100%; min-height: 48px; border: 1px solid #cfd4d8; border-radius: 5px; background: var(--white); padding: .7rem .8rem; color: var(--black); text-transform: none; letter-spacing: normal; font-weight: 500; }
.equipment-tools input:focus, .equipment-tools select:focus, .quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { outline: 3px solid rgba(255,196,0,.28); border-color: #a47b00; }
.results-count { color: #606970; font-size: .85rem; margin-bottom: .35rem; }
.equipment-image-note { color: #7b848b; font-size: .78rem; margin: 0 0 1.2rem; }
.equipment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.equipment-card { background: var(--white); border: 1px solid var(--line); border-radius: 9px; overflow: hidden; box-shadow: 0 8px 28px rgba(11,13,15,.06); display: flex; flex-direction: column; transition: transform .18s ease, box-shadow .18s ease; }
.equipment-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.equipment-card[hidden] { display: none; }
.equipment-card > img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; background: #eef0f1; }
.telehandler-card > img { object-fit: cover; object-position: center center; background: #eef0f1; }
.card-body { padding: 1rem 1rem 1.05rem; display: flex; flex: 1; flex-direction: column; }
.card-kicker { color: #806100; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin-bottom: .3rem; }
.card-body h3 { font-size: 1.65rem; margin-bottom: .55rem; }
.card-body > p:not(.card-kicker) { color: #4c555d; font-size: .93rem; flex: 1; }
.card-actions { border-top: 1px solid #eceff1; margin-top: .7rem; padding-top: .8rem; display: flex; justify-content: space-between; align-items: center; gap: .8rem; flex-wrap: wrap; }
.card-actions > span { color: #6a737b; font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.text-button { border: 0; padding: 0; background: transparent; color: #6e5300; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.text-button:hover { color: var(--black); }
.need-card { background: var(--charcoal); color: var(--white); border-color: var(--charcoal); }
.need-card:hover { box-shadow: 0 14px 38px rgba(0,0,0,.22); }
.need-card-inner { padding: 1.4rem; display: flex; flex-direction: column; min-height: 100%; }
.need-card .card-kicker { color: var(--yellow); }
.need-card h3 { font-size: 2.1rem; }
.need-card p:not(.card-kicker) { color: #d8dde1; }
.need-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--black); font-family: "Barlow Condensed", Impact, sans-serif; font-size: 1.6rem; font-weight: 900; margin-bottom: 1rem; }
.need-card .btn { margin-top: auto; align-self: flex-start; }
.empty-state { padding: 2rem; text-align: center; background: var(--white); border: 1px solid var(--line); border-radius: 8px; }

.how-section { padding: 72px 0; background: var(--white); }
.centered-heading { text-align: center; max-width: 750px; margin: 0 auto 2rem; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.steps-grid article { position: relative; border-top: 4px solid var(--yellow); padding: 1rem 1rem 0; }
.steps-grid span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--black); color: var(--yellow); font-family: "Barlow Condensed", Impact, sans-serif; font-size: 1.35rem; font-weight: 900; margin-bottom: .8rem; }
.steps-grid p { color: #555f67; font-size: .9rem; }

.why-section { background: var(--black); color: var(--white); }
.light-heading .eyebrow { color: var(--yellow); }
.light-heading h2 { max-width: 760px; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.why-grid article { padding: 1.25rem; background: var(--charcoal); border: 1px solid #282f35; border-radius: 8px; }
.why-icon { width: 44px; height: 44px; display: grid; place-items: center; background: var(--yellow); color: var(--black); border-radius: 6px; font-weight: 900; margin-bottom: 1rem; }
.why-grid p { color: #cbd1d6; font-size: .9rem; }

.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 3.5rem; align-items: center; }
.about-photo { background: var(--soft); border-radius: 10px; overflow: hidden; box-shadow: var(--shadow); }
.about-photo img { width: 100%; min-height: 360px; object-fit: cover; }
.about-copy > p:not(.eyebrow) { color: #4f5860; font-size: 1.03rem; }
.about-points { display: flex; flex-wrap: wrap; gap: .65rem; margin: 1.4rem 0 1.6rem; }
.about-points span { background: #f2f3f4; border-left: 4px solid var(--yellow); padding: .55rem .75rem; font-weight: 700; font-size: .86rem; }

.quote-section { padding: 88px 0; background: var(--charcoal); color: var(--white); }
.quote-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 3.4rem; align-items: start; }
.quote-copy .eyebrow { color: var(--yellow); }
.quote-copy > p:not(.eyebrow):not(.small-note) { color: #d5dade; font-size: 1.05rem; }
.quote-contact { display: grid; gap: .8rem; margin: 1.5rem 0; }
.quote-contact a { display: grid; text-decoration: none; padding: .85rem 1rem; border: 1px solid #394148; border-radius: 7px; background: #111519; }
.quote-contact a:hover { border-color: var(--yellow); }
.quote-contact small { color: #aeb6bd; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.quote-contact strong { font-size: 1.05rem; }
.small-note { color: #aeb6bd; font-size: .8rem; }
.quote-form { background: var(--white); color: var(--black); padding: 1.5rem; border-radius: 10px; display: grid; gap: 1rem; box-shadow: 0 16px 50px rgba(0,0,0,.22); }
.quote-form label { display: grid; gap: .4rem; font-size: .82rem; font-weight: 800; color: #343b41; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid #cbd1d5; border-radius: 5px; padding: .72rem .78rem; color: var(--black); background: var(--white); font-weight: 500; }
.quote-form textarea { resize: vertical; min-height: 120px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.form-btn { width: 100%; margin-top: .2rem; }
.form-footnote { margin: -.2rem 0 0; text-align: center; color: #747d84; font-size: .72rem; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }

.contact-band { background: var(--yellow); padding: 28px 0; }
.contact-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.contact-band small { display: block; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-band strong { display: block; font-family: "Barlow Condensed", Impact, sans-serif; font-size: 2rem; text-transform: uppercase; line-height: 1; }
.contact-actions { display: flex; gap: .7rem; flex-wrap: wrap; }
.contact-band .btn { border-color: var(--black); }

.footer { background: #07090b; color: #c8ced3; padding: 48px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 2rem; }
.footer-brand img { width: 220px; margin-bottom: 1rem; }
.footer-brand p { max-width: 300px; color: #aeb6bd; }
.footer h3 { color: var(--white); font-size: 1.15rem; margin-bottom: .8rem; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: .45rem; }
.footer a { text-decoration: none; }
.footer a:hover { color: var(--yellow); }
.footer-bottom { margin-top: 2rem; padding-top: 1.2rem; border-top: 1px solid #242a2f; font-size: .8rem; }
.mobile-cta { display: none; }

/* Secondary pages */
.simple-page { min-height: 65vh; padding: 80px 0; }
.simple-page .content-card { max-width: 850px; padding: 2rem; background: var(--white); border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow); }
.simple-page h1 { color: var(--black); font-size: clamp(3rem, 7vw, 5.5rem); }
.simple-page h2 { font-size: 2rem; margin-top: 2rem; }
.simple-page p, .simple-page li { color: #4f5860; }

@media (max-width: 980px) {
  .utility-inner > span { display: none; }
  .utility-inner { justify-content: flex-end; }
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 112px; left: 0; right: 0; background: var(--black); padding: 1rem 20px 1.3rem; border-top: 1px solid #252a2e; flex-direction: column; align-items: stretch; gap: .4rem; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: .7rem 0; }
  .nav-links .btn { margin-top: .4rem; }
  .hero { min-height: 600px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(6,8,10,.94), rgba(6,8,10,.68) 66%, rgba(6,8,10,.35)); }
  .equipment-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .quote-grid, .about-grid, .split-heading { grid-template-columns: 1fr; gap: 2rem; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 2 / 4; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--max)); }
  .section { padding: 64px 0; }
  .utility-bar { display: none; }
  .nav-wrap { min-height: 64px; }
  .brand img { width: 145px; }
  .menu-toggle { font-size: 1.65rem; line-height: 1; }
  .nav-links { top: 64px; }
  .hero { min-height: 610px; }
  .hero-content { padding: 70px 0 96px; }
  .hero-image { background-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(6,8,10,.95), rgba(6,8,10,.76) 70%, rgba(6,8,10,.45)); }
  .hero-actions { display: grid; grid-template-columns: 1fr; max-width: 360px; }
  .hero .btn { width: 100%; }
  .hero-trust { display: grid; gap: .5rem; }
  .equipment-tools { grid-template-columns: 1fr; }
  .equipment-tools .btn { width: 100%; }
  .equipment-grid, .steps-grid, .why-grid { grid-template-columns: 1fr; }
  .equipment-card > img { aspect-ratio: 16 / 9; }
  .equipment-section { padding-bottom: 104px; }
  .form-row { grid-template-columns: 1fr; }
  .quote-form { padding: 1rem; }
  .contact-band-inner { align-items: stretch; flex-direction: column; }
  .contact-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .footer { padding-bottom: 78px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > :last-child { grid-column: auto; }
  .mobile-cta { display: grid; grid-template-columns: 1fr 1fr; position: fixed; z-index: 60; bottom: 0; left: 0; right: 0; box-shadow: 0 -5px 22px rgba(0,0,0,.2); }
  .mobile-cta a { min-height: 54px; display: grid; place-items: center; text-decoration: none; font-family: "Barlow Condensed", Impact, sans-serif; font-size: 1.1rem; text-transform: uppercase; font-weight: 900; }
  .mobile-cta a:first-child { background: var(--black); color: var(--white); }
  .mobile-cta a:last-child { background: var(--yellow); color: var(--black); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}


.form-status {
  min-height: 1.4em;
  margin: 0.65rem 0 0;
  font-weight: 700;
}
