:root {
  --brown: #b58a55;
  --brown-dark: #8d6637;
  --green: #17764a;
  --blue: #2469a8;
  --ink: #17201c;
  --muted: #5e6862;
  --paper: #fff;
  --sand: #f4f0e8;
  --line: #24332b;
  --shadow: 0 14px 34px rgba(23, 32, 28, 0.13);
  --max: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; font-family: "Roboto", sans-serif; color: var(--ink); background: #faf9f5; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; }
.topbar { position: sticky; top: 0; z-index: 30; background: #fff; border-bottom: 2px solid var(--line); }
.topbar-inner { min-height: 84px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 1.25rem; padding: .65rem 0; }
.topbar-brand { display: grid; font-family: "Poppins", sans-serif; }
.topbar-brand strong { font-size: 1.1rem; }
.topbar-brand span { color: var(--muted); font-size: .85rem; font-weight: 600; }
.topbar-phone { font-family: "Poppins", sans-serif; font-size: clamp(1.25rem, 3vw, 1.8rem); font-weight: 800; color: var(--blue); white-space: nowrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 3.25rem; padding: .85rem 1.25rem; border: 2px solid var(--line); font-family: "Poppins", sans-serif; font-weight: 800; text-align: center; cursor: pointer; }
.btn:hover, .btn:focus-visible { filter: brightness(.96); transform: translateY(-1px); }
.btn-brown { background: var(--brown); color: #fff; }
.btn-blue { background: var(--blue); color: #fff; }
.btn-green { background: var(--green); color: #fff; }
.hero { position: relative; padding: 2rem 0 2.4rem; background: linear-gradient(rgba(244,240,232,.93),rgba(244,240,232,.93)), url("https://nedland.com/wp-content/uploads/2020/02/ezrolloff-truck-hoist-1.jpg") center/cover; }
.hero-content { max-width: 860px; display: grid; gap: 1rem; }
.headline-box, .hero-owner, .form-panel, .service-shell, .size-card, .process-card, .testimonial-card, .faq-list article { background: var(--paper); border: 2px solid var(--line); box-shadow: var(--shadow); }
.headline-box { padding: clamp(1.25rem,4vw,2.25rem); text-align: center; border-width: 3px; }
.headline-box h1 { margin: 0; font: 800 clamp(2.7rem,8vw,5.5rem)/.98 "Poppins", sans-serif; letter-spacing: -.055em; }
.headline-box p { margin: .85rem 0 .25rem; color: var(--green); font: 800 clamp(1.25rem,3vw,1.75rem)/1.2 "Poppins", sans-serif; }
.headline-box small { color: var(--muted); font-weight: 700; }
.hero-owner { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.2rem; }
.hero-owner img { width: 82px; height: 82px; border-radius: 50%; object-fit: cover; border: 2px solid var(--line); }
.hero-owner div { display: grid; gap: .2rem; }
.hero-owner strong { font: 800 1.08rem "Poppins", sans-serif; }
.hero-owner span { color: var(--muted); }
.owner-phone { color: var(--blue); font-weight: 800; }
.form-panel { padding: clamp(1rem,4vw,1.6rem); }
.form-heading { text-align: center; margin-bottom: 1rem; }
.form-heading p { margin: 0; font-weight: 700; }
.phone-highlight { color: var(--blue); font: 800 clamp(1.7rem,5vw,2.35rem) "Poppins", sans-serif; }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.quote-form label { display: grid; gap: .35rem; font-weight: 700; }
.quote-form input, .quote-form select { width: 100%; min-height: 3.4rem; padding: .85rem 1rem; border: 2px solid #d7ddd9; border-radius: 4px; background: #f8faf9; font: inherit; }
.quote-form input:focus, .quote-form select:focus { outline: 2px solid var(--blue); border-color: transparent; }
.btn-submit, .form-status { grid-column: 1 / -1; }
.btn-submit { width: 100%; font-size: 1.05rem; }
.form-status { margin: 0; text-align: center; }
.service-area, .size-section, .process-section, .testimonial-section, .cta-strip, .faq { padding: 2rem 0; }
.section-title { margin: 0 0 1rem; color: var(--ink); font: 800 clamp(1.8rem,5vw,2.8rem)/1.1 "Poppins", sans-serif; }
.section-title.green { color: var(--green); }
.section-title.dark { color: var(--ink); }
.service-shell { display: grid; gap: 1rem; padding: 1.25rem; }
.service-shell > p { margin: 0; color: var(--muted); font-size: 1.06rem; font-weight: 600; }
.map-frame { overflow: hidden; border: 2px solid var(--line); background: #fff; }
.map-frame img { width: 100%; max-height: 650px; object-fit: contain; }
.city-list { display: flex; flex-wrap: wrap; gap: .55rem; }
.city-list span { padding: .55rem .7rem; border: 1px solid var(--line); background: #fff; font-weight: 700; }
.service-alert { display: block; padding: .85rem 1rem; background: #fff4e4; border: 2px solid var(--brown-dark); color: var(--brown-dark); font-weight: 800; text-align: center; }
.size-card { overflow: hidden; padding: 1.25rem; text-align: center; }
.size-card > img { width: 100%; max-height: 450px; object-fit: cover; border: 2px solid var(--line); }
.size-options { display: grid; grid-template-columns: repeat(3,1fr); margin: 1rem 0; border: 2px solid var(--line); }
.size-options div { padding: 1rem; }
.size-options div + div { border-left: 2px solid var(--line); }
.size-options h3, .process-card h3, .faq-list h3 { margin: 0 0 .4rem; font-family: "Poppins", sans-serif; }
.size-options p, .process-card p, .testimonial-card p, .faq-list p { margin: 0; color: var(--muted); }
.size-card .btn { min-width: min(100%, 320px); }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.process-card { padding: 1.2rem; }
.process-number { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: .7rem; border: 2px solid var(--line); background: var(--sand); font: 800 1.2rem "Poppins", sans-serif; }
.testimonial-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.testimonial-card { padding: 1.2rem; }
.testimonial-card:last-child { grid-column: 1 / -1; }
.stars { margin: .7rem 0 .3rem; color: #d5a500; letter-spacing: .12em; }
.testimonial-card strong { font-family: "Poppins", sans-serif; }
.cta-strip-inner { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }
.faq-list { display: grid; gap: .8rem; }
.faq-list article { padding: 1rem 1.1rem; }
.mobile-sticky-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: none; grid-template-columns: 1.25fr .75fr; gap: .55rem; padding: .7rem .75rem calc(.7rem + env(safe-area-inset-bottom)); background: #fff; border-top: 2px solid var(--line); }
.mobile-sticky-bar a { min-height: 3.2rem; display: grid; place-items: center; padding: .5rem; color: #fff; font: 700 .83rem/1.15 "Poppins", sans-serif; text-align: center; }
.mobile-sticky-bar a:first-child { background: var(--blue); }
.mobile-sticky-bar a:last-child { background: var(--green); }
@media (max-width: 760px) {
  body { padding-bottom: 5rem; }
  html { scroll-padding-top: 135px; }
  .topbar-inner { min-height: 118px; grid-template-columns: 1fr auto; gap: .45rem .8rem; }
  .topbar-brand { grid-row: 1 / 3; }
  .topbar-phone { font-size: 1.06rem; text-align: right; }
  .topbar .btn { min-height: 2.7rem; padding: .55rem .9rem; }
  .hero { padding-top: 1rem; }
  .headline-box h1 { font-size: clamp(2.6rem,14vw,4.3rem); }
  .hero-owner { align-items: flex-start; }
  .hero-owner img { width: 68px; height: 68px; }
  .quote-form, .size-options, .process-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .size-options div + div { border-left: 0; border-top: 2px solid var(--line); }
  .testimonial-card:last-child { grid-column: auto; }
  .mobile-sticky-bar { display: grid; }
}
