:root {
  --black: #111111;
  --charcoal: #202124;
  --red: #b5091b;
  --red-bright: #d21e2b;
  --peach: #f58a3c;
  --cream: #fff7f1;
  --white: #ffffff;
  --ink: #1b1c1f;
  --muted: #60636a;
  --line: #dedede;
  --shadow: 0 20px 45px rgba(17, 17, 17, .12);
  --radius: 18px;
}

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

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: block; width: 270px; text-decoration: none; }
.brand img { width: 100%; height: 82px; object-fit: contain; object-position: left center; }
.header-nav { display: flex; align-items: center; gap: 24px; }
.header-nav > a:not(.button) { color: var(--charcoal); font-size: .92rem; font-weight: 750; text-decoration: none; }
.header-nav .header-phone { color: var(--red); font-size: 1.04rem; font-weight: 900; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 23px; color: var(--white); background: var(--red); border: 2px solid var(--red); border-radius: 7px; font: inherit; font-weight: 850; text-decoration: none; cursor: pointer; box-shadow: 0 9px 20px rgba(181,9,27,.2); transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); background: var(--red-bright); box-shadow: 0 13px 26px rgba(181,9,27,.25); }
.button-small { min-height: 44px; padding: 8px 16px; font-size: .9rem; }
.button-dark { background: var(--black); border-color: var(--black); box-shadow: none; }
.button-light { color: var(--black); background: var(--white); border-color: var(--white); box-shadow: none; }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(245,138,60,.55); outline-offset: 3px; }

.hero { min-height: 650px; display: grid; grid-template-columns: minmax(430px, .9fr) minmax(0, 1.45fr); background: var(--black); }
.hero-copy { display: grid; align-items: center; color: var(--white); background: linear-gradient(155deg, #080808, #211114 72%, #4c0710); border-top: 7px solid var(--red); }
.hero-copy-inner { width: min(510px, calc(100% - 64px)); margin-inline: auto; padding-block: 70px; }
.eyebrow { margin: 0 0 10px; color: #ffb179; font-size: .78rem; font-weight: 900; letter-spacing: .16em; }
.eyebrow.dark { color: var(--red); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.1; }
h1 { margin-bottom: 20px; font-size: clamp(3rem, 5.7vw, 5.35rem); letter-spacing: -.05em; }
h2 { margin-bottom: 16px; font-size: clamp(2rem, 4vw, 3.35rem); letter-spacing: -.04em; }
h3 { margin-bottom: 10px; font-size: 1.3rem; }
.hero-text { max-width: 520px; margin-bottom: 28px; color: rgba(255,255,255,.84); font-size: 1.16rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.text-link { color: var(--white); font-weight: 800; text-underline-offset: 5px; }
.hero-points { display: grid; gap: 8px; margin: 30px 0 0; padding: 0; color: rgba(255,255,255,.83); list-style: none; font-size: .94rem; font-weight: 700; }
.hero-points li::before { content: "✓"; margin-right: 10px; color: #ffb179; }
.hero-visual { position: relative; min-height: 650px; overflow: hidden; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }

.section { padding-block: 92px; }
.section-heading { max-width: 690px; margin-bottom: 40px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.rental-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.rental-card { min-height: 285px; display: flex; flex-direction: column; padding: 30px; background: var(--white); border: 1px solid var(--line); border-top: 5px solid var(--black); border-radius: var(--radius); box-shadow: 0 10px 28px rgba(17,17,17,.06); }
.rental-card.featured { border-top-color: var(--red); }
.card-number { margin-bottom: 40px; color: var(--red); font-size: .82rem; font-weight: 900; letter-spacing: .15em; }
.rental-card p { color: var(--muted); }
.rental-card a { margin-top: auto; color: var(--red); font-weight: 850; text-underline-offset: 4px; }

.process { padding-block: 70px; color: var(--white); background: var(--red); }
.process-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 65px; align-items: center; }
.process h2 { margin-bottom: 0; }
.process .eyebrow { color: rgba(255,255,255,.72); }
.steps { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 15px 18px; background: rgba(0,0,0,.14); border: 1px solid rgba(255,255,255,.2); }
.steps li > span { display: grid; width: 42px; height: 42px; place-items: center; color: var(--red); background: var(--white); border-radius: 50%; font-weight: 950; }
.steps strong { font-size: 1.05rem; }
.steps p { margin: 2px 0 0; color: rgba(255,255,255,.78); font-size: .9rem; }

.service-area { background: var(--cream); }
.area-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; }
.area-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.03rem; }
.county-panel { padding: 30px; color: var(--white); background: var(--black); box-shadow: var(--shadow); }
.county-panel > p { margin-bottom: 16px; color: #ffb179; font-size: .74rem; font-weight: 900; letter-spacing: .16em; }
.county-panel ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.county-panel li { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.15); }
.county-panel span { font-weight: 850; }
.county-panel small { color: rgba(255,255,255,.65); }

.quote-section { color: var(--white); background: #19191b; }
.quote-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 60px; align-items: start; }
.quote-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.quote-copy > p a { color: var(--white); font-weight: 850; }
.detail-list { display: grid; gap: 10px; margin-top: 28px; }
.detail-list span::before { content: "•"; margin-right: 10px; color: var(--peach); }
.quote-form { display: grid; gap: 16px; padding: 30px; color: var(--ink); background: var(--white); border-top: 6px solid var(--red); box-shadow: var(--shadow); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
label { display: grid; gap: 7px; color: var(--black); font-size: .86rem; font-weight: 800; }
input, select, textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: var(--white); border: 1px solid #bcbec2; border-radius: 6px; font: inherit; }
textarea { resize: vertical; }
.consent-row { grid-template-columns: 20px 1fr; align-items: start; gap: 10px; color: var(--muted); font-size: .78rem; font-weight: 600; line-height: 1.45; }
.consent-row input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--red); }
.form-submit { width: 100%; }
.form-submit:disabled { cursor: wait; opacity: .68; transform: none; }
.privacy-note { margin: -4px 0 0; color: var(--muted); font-size: .78rem; text-align: center; }
.form-status { min-height: 24px; margin: 0; color: var(--black); font-size: .9rem; font-weight: 750; }
.form-status.success { color: #176a35; }
.form-status.error { color: var(--red); }

.final-cta { padding-block: 52px; color: var(--white); background: linear-gradient(90deg, #7e0613, var(--red)); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.final-cta h2 { margin: 0; }
.final-cta .eyebrow { color: rgba(255,255,255,.7); }

.site-footer { padding-block: 36px 92px; color: rgba(255,255,255,.7); background: #090909; }
.footer-inner { display: grid; grid-template-columns: auto 1fr; gap: 20px 34px; align-items: center; }
.footer-brand { display: block; width: 245px; padding: 7px 12px; background: var(--white); border-radius: 8px; }
.footer-brand img { width: 100%; height: 76px; object-fit: contain; }
.footer-contact { display: grid; text-align: right; }
.footer-contact a { color: var(--white); font-size: 1.08rem; font-weight: 900; text-decoration: none; }
.footer-contact span { font-size: .88rem; }
.copyright { grid-column: 1 / -1; margin: 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.13); font-size: .82rem; }
.mobile-quote { display: none; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 570px; }
  .hero-copy-inner { width: min(680px, calc(100% - 48px)); }
  .hero-visual { min-height: 460px; }
  .rental-grid { grid-template-columns: 1fr; }
  .rental-card { min-height: 0; }
  .process-inner, .area-layout, .quote-layout { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1140px); }
  .header-inner { min-height: 76px; }
  .brand { width: 205px; }
  .brand img { height: 66px; }
  .header-nav > a:not(.button) { display: none; }
  .header-nav .button { display: none; }
  .hero { display: flex; flex-direction: column-reverse; }
  .hero-visual { min-height: 360px; }
  .hero-copy { min-height: 0; }
  .hero-copy-inner { width: min(100% - 28px, 680px); padding-block: 56px 72px; }
  h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
  .hero-actions { display: grid; align-items: stretch; }
  .section { padding-block: 68px; }
  .field-row { grid-template-columns: 1fr; }
  .county-panel li { display: grid; gap: 2px; }
  .final-cta-inner { display: grid; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-contact { text-align: left; }
  .footer-brand { width: 230px; }
  .mobile-quote { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60; display: flex; min-height: 52px; align-items: center; justify-content: center; color: var(--white); background: var(--red); border: 2px solid rgba(255,255,255,.35); border-radius: 7px; box-shadow: 0 10px 30px rgba(0,0,0,.3); font-weight: 900; text-decoration: none; }
}
