:root {
  --ink: #181b1e;
  --ink-2: #252a2e;
  --paper: #f7f4ed;
  --white: #ffffff;
  --sand: #d9a441;
  --sand-2: #f3c66f;
  --red: #a8342b;
  --muted: #697177;
  --line: #dad7cf;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(24, 27, 30, 0.12);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 10px 16px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 16px; }

.topline { background: #111315; color: #e8e8e8; font-size: .84rem; }
.topline .container { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topline__right { color: var(--sand-2); font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247,244,237,.96); border-bottom: 1px solid rgba(24,27,30,.09); backdrop-filter: blur(12px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand-logo { display: block; width: 218px; height: 60px; object-fit: contain; object-position: left center; }
.site-footer .brand { padding: 8px 11px; border-radius: 7px; background: var(--white); }
.site-footer .brand-logo { width: 225px; height: 62px; }
.site-nav { display: flex; align-items: center; gap: 26px; font-size: .93rem; font-weight: 750; }
.site-nav a { position: relative; }
.site-nav a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--red); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { right: 0; }
.menu-button { display: none; border: 0; background: transparent; color: var(--ink); padding: 8px; font-weight: 800; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 2px solid transparent; border-radius: 7px; background: var(--red); color: var(--white); font-weight: 850; line-height: 1.1; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 11px 24px rgba(168,52,43,.25); }
.button--light { background: var(--white); color: var(--ink); }
.button--outline { border-color: rgba(255,255,255,.58); background: transparent; }
.button--sand { background: var(--sand); color: #151515; }
.button--sm { min-height: 42px; padding: 0 17px; font-size: .86rem; }

.hero { min-height: 670px; display: grid; align-items: center; color: var(--white); background-image: linear-gradient(90deg, rgba(12,14,15,.96) 0%, rgba(12,14,15,.80) 41%, rgba(12,14,15,.18) 78%), url("../images/hero-hauling.webp"); background-position: center; background-size: cover; }
.hero__content { width: min(700px, 100%); padding: 88px 0 95px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--sand-2); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 36px; height: 3px; background: currentColor; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.04em; }
h1 { max-width: 790px; font-size: clamp(3rem, 7vw, 6.5rem); text-transform: uppercase; }
.hero h1 span { color: var(--sand-2); }
.hero__lead { max-width: 650px; margin: 24px 0 0; color: #f0efeb; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 38px; color: #e5e2dc; font-size: .87rem; font-weight: 750; }
.hero__proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero__proof span::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--sand); }

.stats { position: relative; z-index: 2; margin-top: -52px; }
.stats__grid { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.stat { padding: 28px 34px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; font-size: 1.5rem; line-height: 1.15; letter-spacing: -.03em; }
.stat span { display: block; margin-top: 7px; color: var(--muted); font-size: .88rem; }

.section { padding: 105px 0; }
.section--white { background: var(--white); }
.section--dark { background: var(--ink); color: var(--white); }
.section--sand { background: #ead3a3; }
.section-heading { max-width: 770px; margin-bottom: 46px; }
.section-heading h2 { font-size: clamp(2.35rem, 5vw, 4.6rem); text-transform: uppercase; }
.section-heading p { max-width: 680px; margin: 18px 0 0; color: var(--muted); font-size: 1.05rem; }
.section--dark .section-heading p { color: #b9bec1; }
.kicker { margin: 0 0 12px; color: var(--red); font-size: .75rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.section--dark .kicker { color: var(--sand-2); }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); overflow: hidden; }
.card::before { content: attr(data-number); display: block; margin-bottom: 34px; color: var(--sand); font-size: .8rem; font-weight: 950; letter-spacing: .12em; }
.card h3 { font-size: 1.43rem; }
.card p { margin: 14px 0 0; color: var(--muted); }
.card__link { display: inline-block; margin-top: 22px; color: var(--red); font-weight: 850; }
.card--dark { border-color: rgba(255,255,255,.1); background: var(--ink-2); }
.card--dark p { color: #b9bec1; }

.split { display: grid; grid-template-columns: 1.02fr .98fr; gap: 64px; align-items: center; }
.split__content h2 { font-size: clamp(2.2rem, 4.5vw, 4.3rem); text-transform: uppercase; }
.split__content > p { margin: 22px 0 0; color: var(--muted); font-size: 1.04rem; }
.split__content .button { margin-top: 28px; }
.feature-panel { min-height: 460px; padding: 40px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: var(--radius); color: var(--white); background: linear-gradient(145deg, rgba(168,52,43,.92), rgba(24,27,30,.96)), repeating-linear-gradient(45deg, transparent 0 22px, rgba(255,255,255,.05) 22px 24px); box-shadow: var(--shadow); }
.feature-panel__number { color: var(--sand-2); font-size: clamp(4.5rem, 10vw, 8rem); font-weight: 950; line-height: .9; letter-spacing: -.08em; }
.feature-panel h3 { max-width: 390px; margin-top: 18px; font-size: 2rem; }
.feature-panel p { max-width: 420px; margin: 13px 0 0; color: #e3e0dc; }
.check-list { display: grid; gap: 14px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; font-weight: 700; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .45em; width: 14px; height: 8px; border-left: 3px solid var(--red); border-bottom: 3px solid var(--red); transform: rotate(-45deg); }
.credential-line { display: inline-block; margin: 25px 0 0; padding: 10px 14px; border: 1px solid rgba(243,198,111,.55); border-radius: 6px; color: var(--sand-2); font-size: .86rem; font-weight: 850; letter-spacing: .03em; }

.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border-radius: var(--radius); overflow: hidden; background: rgba(255,255,255,.14); }
.process__step { min-height: 230px; padding: 30px 26px; background: var(--ink-2); }
.process__number { color: var(--sand-2); font-size: .75rem; font-weight: 900; letter-spacing: .15em; }
.process__step h3 { margin-top: 38px; font-size: 1.3rem; }
.process__step p { margin: 12px 0 0; color: #b9bec1; font-size: .92rem; }

.cta-band { padding: 56px 0; background: var(--red); color: var(--white); }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-band h2 { max-width: 720px; font-size: clamp(2rem, 4vw, 3.55rem); text-transform: uppercase; }
.cta-band p { margin: 10px 0 0; color: #f2dbd9; }

.page-hero { padding: 86px 0 76px; color: var(--white); background: radial-gradient(circle at 86% 0%, rgba(217,164,65,.22), transparent 32%), var(--ink); }
.page-hero h1 { max-width: 930px; font-size: clamp(2.8rem, 6.5vw, 6rem); }
.page-hero p { max-width: 720px; margin: 22px 0 0; color: #cfd2d3; font-size: 1.15rem; }
.breadcrumbs { margin-bottom: 24px; color: var(--sand-2); font-size: .78rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.service-list { display: grid; gap: 18px; }
.service-row { display: grid; grid-template-columns: 80px 1fr; gap: 24px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.service-row__number { color: var(--sand); font-size: 1.15rem; font-weight: 950; }
.service-row h2 { font-size: 1.8rem; }
.service-row p { margin: 11px 0 0; color: var(--muted); }
.service-row ul { margin: 18px 0 0; padding-left: 18px; color: var(--muted); }
.area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.area-panel { min-height: 420px; padding: 40px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); }
.area-panel--map { color: var(--white); background: radial-gradient(circle at center, rgba(217,164,65,.82) 0 8%, transparent 8.5%), radial-gradient(circle at center, rgba(217,164,65,.18) 0 31%, transparent 31.5%), radial-gradient(circle at center, rgba(217,164,65,.08) 0 52%, transparent 52.5%), var(--ink); display: grid; place-items: center; text-align: center; }
.area-panel h2 { font-size: 2rem; }
.area-panel p { color: var(--muted); }
.area-panel--map p { max-width: 340px; color: #d8dadb; }
.county-list { columns: 2; margin: 24px 0 0; padding: 0; list-style: none; }
.county-list li { padding: 8px 0; font-weight: 750; }

.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 32px; align-items: start; }
.contact-card { padding: 32px; border-radius: var(--radius); background: var(--ink); color: var(--white); }
.contact-card h2 { font-size: 2rem; }
.contact-card p { color: #bcc0c2; }
.contact-item { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-item:last-child { border-bottom: 0; }
.contact-item small { display: block; color: var(--sand-2); font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.contact-item a, .contact-item span { display: block; margin-top: 5px; font-size: 1.05rem; font-weight: 750; }
.quote-form { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.quote-form h2 { margin-bottom: 8px; font-size: 2.15rem; }
.quote-form > p { margin: 0 0 26px; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .86rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 49px; padding: 12px 14px; border: 1px solid #c9c7c0; border-radius: 7px; color: var(--ink); background: #fcfbf8; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(217,164,65,.25); border-color: var(--sand); }
.form-actions { display: flex; align-items: center; gap: 18px; margin-top: 22px; }
.form-note { margin: 0; color: var(--muted); font-size: .86rem; }
.form-note--attention { padding: 12px; border-radius: 6px; background: #fff1d2; color: #694b0e; }
.form-note--success { color: #2f6a45; }

.site-footer { padding: 68px 0 28px; background: #101214; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 48px; }
.footer-brand p { max-width: 420px; color: #aeb3b6; }
.footer-brand .footer-credential { margin-top: 16px; color: var(--sand-2); font-size: .83rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.footer-col h3 { margin-bottom: 18px; color: var(--sand-2); font-size: .76rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-col a, .footer-col span { display: block; margin: 9px 0; color: #cdd0d2; }
.footer-bottom { margin-top: 54px; padding-top: 23px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #858c90; font-size: .8rem; }

@media (max-width: 900px) {
  .site-nav { display: none; position: absolute; left: 20px; right: 20px; top: 78px; padding: 22px; flex-direction: column; align-items: stretch; gap: 18px; border-radius: 12px; background: var(--white); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav .button { width: 100%; }
  .menu-button { display: block; }
  .cards, .process { grid-template-columns: repeat(2, 1fr); }
  .split, .contact-layout, .area-grid { grid-template-columns: 1fr; }
  .feature-panel { min-height: 390px; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .topline .container { justify-content: center; text-align: center; }
  .topline__right { display: none; }
  .brand-logo { width: 178px; height: 52px; }
  .hero { min-height: 630px; background-image: linear-gradient(90deg, rgba(12,14,15,.95), rgba(12,14,15,.58)), url("../images/hero-hauling.webp"); background-position: 62% center; }
  .hero__content { padding: 72px 0 100px; }
  h1 { font-size: clamp(2.7rem, 14vw, 4.4rem); }
  .hero__actions .button { width: 100%; }
  .stats__grid, .cards, .process { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
  .section { padding: 76px 0; }
  .section-heading { margin-bottom: 32px; }
  .cta-band__inner { align-items: stretch; flex-direction: column; }
  .cta-band .button { width: 100%; }
  .service-row { grid-template-columns: 1fr; gap: 6px; }
  .area-panel { min-height: auto; padding: 28px; }
  .area-panel--map { min-height: 330px; }
  .form-grid { grid-template-columns: 1fr; }
  .quote-form { padding: 24px; }
  .field--full { grid-column: auto; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; }
}

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