/* DeLalla Carting site styles. No framework. Tokens first, then layout, then components. */

:root {
  --ink: #1B1F22;
  --steel: #5C6670;
  --line: #D8DCD9;
  --ground: #F3F4F2;
  --panel: #FFFFFF;
  --green: #24A14B;
  --green-ink: #0F5C2B;
  --green-light: #7DDC96;
  --amber: #F4A62A;
  --dark: #1B1F22;
  --dark-line: #323A3E;
  --on-dark: #FFFFFF;
  --on-dark-muted: #C9D0CC;
  --font-display: "Archivo", "Arial Narrow", Arial, sans-serif;
  --font-body: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  --radius: 4px;
  --max: 1240px;
  --gutter: 24px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body { margin: 0; background: var(--ground); color: var(--ink); font-family: var(--font-body); font-size: 18px; line-height: 1.5; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--ink); text-decoration: none; }
a:hover { color: var(--green); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--green); outline-offset: 2px; }
h1, h2, h3, h4 { font-family: var(--font-display); margin: 0; letter-spacing: -0.01em; text-wrap: balance; line-height: 1.12; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
svg { display: block; }
.wrap { max-width: var(--max); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.eyebrow { font-family: var(--font-display); font-weight: 700; font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--green); }
.muted { color: var(--steel); }
.h2 { font-size: clamp(30px, 3.4vw, 40px); font-weight: 700; }
.lede { color: var(--steel); font-size: 19px; max-width: 64ch; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--font-display); font-weight: 700; border-radius: var(--radius); border: 0; cursor: pointer; text-decoration: none; line-height: 1; }
.btn-call { background: var(--green); color: #fff; font-size: 20px; padding: 14px 22px; white-space: nowrap; }
.btn-call:hover { background: var(--green-ink); color: #fff; }
.btn-call-lg { font-size: 30px; font-weight: 800; padding: 18px 30px; }
.btn-dark { background: var(--ink); color: #fff; font-size: 17px; padding: 13px 22px; }
.btn-dark:hover { background: #000; color: #fff; }
.link-quiet { color: var(--steel); font-size: 16px; text-decoration: underline; text-underline-offset: 3px; }
.link-quiet:hover { color: var(--green); }

/* Top bar */
.topbar { background: var(--dark); color: var(--on-dark-muted); font-size: 15px; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-top: 9px; padding-bottom: 9px; }
.topbar p:first-child { letter-spacing: 0.04em; }

/* Nav */
.nav { background: var(--panel); border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 12px; padding-bottom: 12px; }
.nav-logo img { height: 60px; width: auto; }
.nav-links { display: flex; gap: 22px; align-items: center; font-family: var(--font-display); font-weight: 600; font-size: 15px; white-space: nowrap; }
.nav-links a[aria-current="page"] { color: var(--green-ink); border-bottom: 2px solid var(--green); padding-bottom: 2px; }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.nav-order { color: var(--steel); font-family: var(--font-display); font-weight: 600; font-size: 15px; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
.nav-burger { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.nav-drawer { display: none; }
@media (max-width: 960px) {
  .nav-links, .nav-order, .topbar p:last-child { display: none; }
  .nav-burger { display: block; }
  .nav-logo img { height: 46px; }
  .btn-call.nav-call { font-size: 16px; padding: 11px 14px; }
  .btn-call.nav-call span { display: none; }
  .nav-drawer { position: absolute; left: 0; right: 0; top: 100%; background: var(--panel); border-bottom: 1px solid var(--line); box-shadow: 0 12px 24px rgba(0,0,0,0.12); }
  .nav-drawer[hidden] { display: none; }
  .nav-drawer:not([hidden]) { display: block; }
  .nav-drawer ul { display: flex; flex-direction: column; }
  .nav-drawer a { display: block; padding: 14px var(--gutter); border-top: 1px solid var(--line); font-family: var(--font-display); font-weight: 600; font-size: 17px; }
  .nav-drawer .drawer-order { color: var(--steel); }
}

/* Hero */
/* Height scales with the viewport so the photo crop stays in the same place on every screen;
   the extra room on wide monitors shows more driveway and the whole container. */
.hero { position: relative; min-height: clamp(640px, 41vw, 820px); background: var(--dark); overflow: hidden; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
/* Two layers: a top-down shade for the headline and the right-hand copy, and a lighter
   left-to-right shade than before so the dumpster in the lower-left reads clearly. */
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,24,26,0.62) 0%, rgba(20,24,26,0.30) 45%, rgba(20,24,26,0.10) 100%), linear-gradient(90deg, rgba(20,24,26,0.55) 0%, rgba(20,24,26,0.35) 55%, rgba(20,24,26,0.15) 100%); }
/* Desktop: the headline alone sits over the trees on the left; everything else stacks in a
   right-hand column so the dumpster in the lower-left of the photo stays in full view. */
.hero .wrap { position: relative; padding-top: 72px; padding-bottom: 64px; display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); grid-template-areas: "h1 sub" "h1 cards" "h1 cta"; grid-template-rows: auto auto 1fr; column-gap: 56px; row-gap: 22px; align-content: start; }
.hero h1 { grid-area: h1; align-self: start; color: #fff; font-size: clamp(32px, 4.4vw, 54px); font-weight: 700; max-width: 14ch; }
.hero-sub { grid-area: sub; justify-self: end; width: 100%; max-width: 440px; color: #D9DEDB; font-size: clamp(17px, 1.6vw, 21px); }
.hero-cta { grid-area: cta; align-self: start; justify-self: end; width: 100%; max-width: 440px; }
.hero-split { grid-area: cards; display: grid; grid-template-columns: 1fr; gap: 14px; align-self: start; justify-self: end; width: 100%; max-width: 440px; }
.hero-card { background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.22); padding: 18px 22px; display: flex; flex-direction: column; gap: 6px; backdrop-filter: blur(4px); }
.hero-card .eyebrow { color: var(--green-light); }
.hero-card p:last-child { color: #fff; font-size: 17px; }
.hero-cta { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.hero-note { color: #D9DEDB; font-size: 16px; line-height: 1.35; max-width: 34ch; }
.hero h1, .hero-sub, .hero-note { text-shadow: 0 1px 2px rgba(0,0,0,0.55), 0 2px 14px rgba(0,0,0,0.45); }
@media (max-width: 720px) {
  .hero { min-height: 0; }
  .hero-shade { background: linear-gradient(180deg, rgba(20,24,26,0.45) 0%, rgba(20,24,26,0.88) 60%, rgba(20,24,26,0.95) 100%); }
  .hero .wrap { padding-top: 220px; padding-bottom: 32px; display: flex; flex-direction: column; gap: 16px; }
  .hero-split { grid-template-columns: 1fr; gap: 10px; max-width: none; }
  .hero-sub, .hero-cta { max-width: none; }
  .hero-sub { max-width: 34ch; }
  .hero-card { padding: 12px 14px; }
  .hero-card p:last-child { font-size: 15px; }
  .btn-call-lg { font-size: 24px; padding: 16px 22px; width: 100%; }
}

/* Proof strip */
.proof { background: var(--panel); border-bottom: 1px solid var(--line); }
.proof .wrap { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 24px; padding-top: 28px; padding-bottom: 28px; }
.proof-bbb .proof-top a { display: inline-flex; }
.proof-bbb img { height: 40px; width: auto; display: block; }
.proof-item { display: flex; flex-direction: column; gap: 4px; border-left: 3px solid var(--green); padding-left: 16px; }
.proof-top { min-height: 32px; display: flex; align-items: center; gap: 10px; }
.proof-top strong { font-family: var(--font-display); font-weight: 700; font-size: 24px; line-height: 1; white-space: nowrap; font-variant-numeric: tabular-nums; }
.proof-item p { color: var(--steel); font-size: 15px; }
.stars { display: flex; gap: 2px; }
.stars svg { width: 20px; height: 20px; }
@media (max-width: 960px) { .proof .wrap { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; } .proof-top strong { font-size: 19px; } .proof-bbb { grid-column: 1 / -1; } }

/* Sections */
.section { padding: 80px 0; }
.section-head { display: flex; flex-direction: column; gap: 10px; max-width: 720px; margin-bottom: 36px; }
.section-head-row { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 32px; }
.section-head-row .section-head { margin-bottom: 0; }
@media (max-width: 720px) { .section { padding: 56px 0; } .section-head-row { flex-direction: column; align-items: flex-start; gap: 12px; } }

/* Size cards */
.sizes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.size-card { background: var(--panel); border: 1px solid var(--line); display: flex; flex-direction: column; }
.size-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.size-body { padding: 26px 28px 28px; display: flex; flex-direction: column; gap: 14px; }
.size-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.size-head h3 { font-size: 28px; font-weight: 700; }
.size-dims { color: var(--steel); font-family: var(--font-display); font-weight: 600; font-size: 14px; letter-spacing: 0.06em; text-transform: uppercase; white-space: nowrap; }
.size-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 20px; font-size: 16px; }
.size-facts li { display: flex; gap: 8px; align-items: center; }
.size-facts svg { width: 16px; height: 16px; flex: none; }
.size-actions { display: flex; align-items: center; gap: 18px; margin-top: 4px; flex-wrap: wrap; }
.sizes-note { color: var(--steel); font-size: 15px; margin-top: 20px; }
@media (max-width: 860px) { .sizes { grid-template-columns: 1fr; gap: 20px; } .size-facts { grid-template-columns: 1fr; } }

/* Video block */
.video-block { background: var(--panel); border: 1px solid var(--line); display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); margin-top: 28px; }
.video-poster { position: relative; display: block; background: var(--dark); min-height: 300px; overflow: hidden; }
.video-poster img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.video-poster iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: transparent; border: 0; cursor: pointer; padding: 0; }
.video-play span { width: 76px; height: 76px; border-radius: 50%; background: rgba(27,31,34,0.88); border: 2px solid #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 20px rgba(0,0,0,0.35); transition: transform 0.15s ease; }
.video-play:hover span { transform: scale(1.06); }
.video-copy { padding: 32px 36px; display: flex; flex-direction: column; gap: 14px; justify-content: center; }
.video-copy h3 { font-size: 26px; font-weight: 700; }
.video-copy p { font-size: 17px; }
.video-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 4px; }
.video-block.video-inline { grid-template-columns: 1fr; margin: 8px 0 28px; }
.video-inline .video-poster { aspect-ratio: 16 / 9; min-height: 0; }
.video-inline .video-copy { padding: 20px 24px; gap: 10px; }
.video-inline .video-copy p { font-size: 16px; }
@media (max-width: 860px) { .video-block { grid-template-columns: 1fr; } .video-poster { aspect-ratio: 16 / 9; min-height: 0; } .video-copy { padding: 22px; } }

/* Included table */
.included { background: var(--panel); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.included .wrap { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 64px; align-items: start; padding-top: 80px; padding-bottom: 80px; }
.included-table { width: 100%; border-collapse: collapse; font-size: 17px; }
.included-table th { text-align: left; font-family: var(--font-display); font-weight: 600; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--steel); padding: 12px 0; border-top: 2px solid var(--ink); }
.included-table th.us { color: var(--ink); font-weight: 700; }
.included-table td { padding: 14px 12px 14px 0; border-top: 1px solid var(--line); vertical-align: top; }
.included-table td.us { font-weight: 600; }
.included-table td.them { color: var(--steel); }
.included-table tr:last-child td { border-bottom: 2px solid var(--ink); }
@media (max-width: 960px) { .included .wrap { grid-template-columns: 1fr; gap: 28px; padding-top: 56px; padding-bottom: 56px; } .included-table { font-size: 15px; } }
@media (max-width: 560px) { .included-table thead { display: none; } .included-table tr { display: block; padding: 12px 0; border-top: 1px solid var(--line); } .included-table td { display: block; border: 0; padding: 2px 0; } .included-table td.label { font-family: var(--font-display); font-weight: 700; } .included-table td.them::before { content: "Typical: "; } .included-table tr:last-child td { border: 0; } }

/* Deliveries grid */
.deliveries { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.delivery { display: flex; flex-direction: column; gap: 10px; }
.delivery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.delivery p { font-family: var(--font-display); font-weight: 600; font-size: 16px; }
.delivery p span { color: var(--steel); font-weight: 400; }
@media (max-width: 860px) { .deliveries { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; } }
@media (max-width: 520px) { .deliveries { grid-template-columns: 1fr; } }

/* Trucks band */
.band { position: relative; min-height: 520px; background: var(--dark); overflow: hidden; display: flex; align-items: flex-end; }
.band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 62%; }
.band-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,24,26,0.15) 0%, rgba(20,24,26,0.25) 45%, rgba(20,24,26,0.9) 100%); }
.band .wrap { position: relative; width: 100%; display: flex; justify-content: space-between; align-items: end; gap: 48px; padding-bottom: 48px; padding-top: 200px; }
.band h2 { color: #fff; }
.band p { color: #D9DEDB; font-size: 19px; max-width: 60ch; }
.band .band-tag { color: var(--on-dark-muted); font-size: 15px; white-space: nowrap; }
@media (max-width: 860px) { .band { min-height: 0; } .band .wrap { flex-direction: column; align-items: flex-start; padding-top: 240px; padding-bottom: 32px; gap: 12px; } .band p { font-size: 17px; } }

/* Steps (dark) */
.steps { background: var(--dark); color: #fff; border-top: 1px solid var(--dark-line); }
.steps h2 { color: #fff; }
.steps-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; margin-top: 36px; }
.step { display: flex; flex-direction: column; gap: 10px; border-top: 2px solid var(--green); padding-top: 18px; }
.step .eyebrow { color: var(--green-light); }
.step h3 { font-size: 22px; font-weight: 700; color: #fff; }
.step p { color: var(--on-dark-muted); font-size: 17px; }
@media (max-width: 960px) { .steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .steps-grid { grid-template-columns: 1fr; } }

/* Contractors */
.contractors .wrap { display: grid; grid-template-columns: minmax(0, 1fr) 440px; gap: 64px; align-items: center; }
.contractors-copy { display: flex; flex-direction: column; gap: 18px; }
.contractors-copy p.big { font-size: 19px; max-width: 62ch; }
.check-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 24px; font-size: 17px; }
.check-list li { display: flex; gap: 10px; align-items: center; }
.check-list svg { width: 18px; height: 18px; flex: none; }
.contractors-photo { display: flex; flex-direction: column; gap: 10px; }
.contractors-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.contractors-photo p { color: var(--steel); font-size: 15px; }
@media (max-width: 960px) { .contractors .wrap { grid-template-columns: 1fr; gap: 28px; } .check-list { grid-template-columns: 1fr; } }

/* Reviews */
.reviews-band { background: var(--panel); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.rating-line { display: flex; align-items: center; gap: 12px; }
.rating-line strong { font-family: var(--font-display); font-weight: 700; font-size: 24px; line-height: 1; }
.rating-line span { color: var(--steel); font-size: 16px; }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.review { display: flex; flex-direction: column; gap: 14px; border-top: 2px solid var(--ink); padding-top: 20px; }
.review blockquote { margin: 0; font-size: 18px; line-height: 1.55; }
.review cite { color: var(--steel); font-size: 15px; font-style: normal; }
@media (max-width: 860px) { .review-grid { grid-template-columns: 1fr; gap: 22px; } }

/* Close + callback */
.close .wrap { display: grid; grid-template-columns: minmax(0, 1fr) 460px; gap: 64px; align-items: start; padding-top: 88px; padding-bottom: 96px; }
.close-copy { display: flex; flex-direction: column; gap: 22px; }
.close-copy h2 { font-size: clamp(30px, 3.6vw, 44px); }
.close-copy .btn { align-self: flex-start; }
.callback { background: var(--panel); border: 1px solid var(--line); padding: 28px 30px; display: flex; flex-direction: column; gap: 14px; }
.callback h3 { font-size: 22px; font-weight: 700; }
.callback p { color: var(--steel); font-size: 16px; }
.callback form { display: flex; flex-direction: column; gap: 10px; }
.callback input, .callback textarea { width: 100%; border: 1px solid #C4CAC7; border-radius: var(--radius); padding: 12px 14px; font: inherit; font-size: 16px; color: var(--ink); background: #fff; }
.callback textarea { min-height: 84px; resize: vertical; }
.callback .btn { width: 100%; }
.callback .form-note { font-size: 13px; color: var(--steel); }
.callback .hp { position: absolute; left: -9999px; }
.form-msg { border-radius: var(--radius); padding: 12px 14px; font-size: 16px; }
.form-msg.ok { background: #E6F6EB; color: var(--green-ink); }
.form-msg.err { background: #FBEEDF; color: #B45309; }
@media (max-width: 960px) { .close .wrap { grid-template-columns: 1fr; gap: 32px; padding-top: 56px; padding-bottom: 64px; } .close-copy .btn { align-self: stretch; } }

/* Footer */
.footer { background: var(--dark); color: var(--on-dark-muted); font-size: 15px; }
.footer .wrap { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; padding-top: 44px; padding-bottom: 44px; }
.footer-col { display: flex; flex-direction: column; gap: 8px; }
.footer-col strong { color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 16px; }
.footer a { color: var(--on-dark-muted); }
.footer a:hover { color: #fff; }
.footer-social { display: flex; gap: 14px; margin-top: 6px; }
.footer-social svg { width: 20px; height: 20px; fill: var(--on-dark-muted); }
.footer-social a:hover svg { fill: #fff; }
.footer-legal { border-top: 1px solid var(--dark-line); }
.footer-legal .wrap { display: flex; justify-content: space-between; gap: 16px; padding-top: 16px; padding-bottom: 16px; font-size: 13px; flex-wrap: wrap; }
@media (max-width: 860px) { .footer .wrap { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .footer .wrap { grid-template-columns: 1fr; } }

/* Sticky call bar (phones) */
.callbar { display: none; }
@media (max-width: 960px) {
  body { padding-bottom: 84px; }
  .callbar { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; background: var(--dark); padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); gap: 12px; align-items: center; box-shadow: 0 -6px 18px rgba(0,0,0,0.25); }
  .callbar .btn-call { flex: 1; font-size: 18px; font-weight: 800; min-height: 48px; white-space: nowrap; padding: 12px 14px; gap: 8px; }
  .callbar .callbar-alt { display: flex; align-items: center; justify-content: center; border: 1px solid var(--steel); color: #fff; font-family: var(--font-display); font-weight: 600; font-size: 14px; padding: 0 14px; border-radius: var(--radius); min-height: 48px; white-space: nowrap; }
}

/* Utilities */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* ---------- Inner pages ---------- */

/* Page hero (dark band with photo) */
.page-hero { position: relative; background: var(--dark); overflow: hidden; }
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.page-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,24,26,0.9) 0%, rgba(20,24,26,0.7) 55%, rgba(20,24,26,0.35) 100%); }
.page-hero .wrap { position: relative; padding-top: 64px; padding-bottom: 56px; display: flex; flex-direction: column; gap: 18px; }
.page-hero .eyebrow { color: var(--green-light); }
.page-hero h1 { color: #fff; font-size: clamp(30px, 4vw, 48px); font-weight: 700; max-width: 18ch; }
.page-hero p.lede { color: #D9DEDB; max-width: 58ch; }
.page-hero .hero-cta { margin-top: 6px; }
.crumbs { font-size: 14px; color: var(--steel); display: flex; gap: 8px; flex-wrap: wrap; }
.crumbs a { color: var(--steel); }
.page-hero .crumbs, .page-hero .crumbs a { color: var(--on-dark-muted); }
@media (max-width: 720px) { .page-hero .wrap { padding-top: 40px; padding-bottom: 36px; } .page-hero-shade { background: linear-gradient(180deg, rgba(20,24,26,0.85) 0%, rgba(20,24,26,0.92) 100%); } }

/* Plain page header (light) */
.page-head { background: var(--panel); border-bottom: 1px solid var(--line); }
.page-head .wrap { padding-top: 48px; padding-bottom: 40px; display: flex; flex-direction: column; gap: 14px; }
.page-head h1 { font-size: clamp(30px, 4vw, 46px); font-weight: 700; }
.page-head .lede { max-width: 66ch; }
.page-head-row { display: flex; justify-content: space-between; align-items: end; gap: 32px; flex-wrap: wrap; }
.page-head-actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }

/* Chips */
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); background: var(--panel); border-radius: 999px; padding: 8px 14px; font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--ink); cursor: pointer; }
.chip[aria-pressed="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.chip span.count { color: var(--steel); font-weight: 400; }
.chip[aria-pressed="true"] span.count { color: var(--on-dark-muted); }
.chip-static { cursor: default; }

/* Two-column copy + aside */
.split { display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: 56px; align-items: start; }
.split-aside { background: var(--panel); border: 1px solid var(--line); padding: 26px 28px; display: flex; flex-direction: column; gap: 14px; }
.split-aside h3 { font-size: 20px; font-weight: 700; }
.split-copy { display: flex; flex-direction: column; gap: 18px; max-width: 66ch; }
.split-copy h2 { margin-top: 8px; }
.split-copy p { font-size: 18px; }
@media (max-width: 960px) { .split { grid-template-columns: 1fr; gap: 28px; } }

/* Spec table */
.spec { width: 100%; border-collapse: collapse; font-size: 16px; }
.spec th, .spec td { text-align: left; padding: 10px 12px 10px 0; border-top: 1px solid var(--line); vertical-align: top; }
.spec th { font-family: var(--font-display); font-weight: 600; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--steel); width: 44%; }
.spec tr:last-child th, .spec tr:last-child td { border-bottom: 1px solid var(--line); }

/* Who-list */
.who { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.who-item { background: var(--panel); border: 1px solid var(--line); padding: 20px 22px; display: flex; flex-direction: column; gap: 8px; }
.who-item h3 { font-size: 19px; font-weight: 700; }
.who-item p { color: var(--steel); font-size: 16px; }
@media (max-width: 860px) { .who { grid-template-columns: 1fr; gap: 12px; } }

/* FAQ */
.faq { display: flex; flex-direction: column; border-top: 2px solid var(--ink); max-width: 820px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 0; font-family: var(--font-display); font-weight: 700; font-size: 19px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-weight: 500; font-size: 24px; color: var(--steel); flex: none; }
.faq details[open] summary::after { content: "–"; }
.faq .faq-a { padding: 0 0 20px; font-size: 17px; max-width: 66ch; }
.faq .faq-a p + p { margin-top: 10px; }

/* Reviews page */
.rv-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.rv { background: var(--panel); border: 1px solid var(--line); padding: 22px 24px; display: flex; flex-direction: column; gap: 12px; }
.rv[hidden] { display: none; }
.rv .stars svg { width: 16px; height: 16px; }
.rv blockquote { margin: 0; font-size: 17px; line-height: 1.55; }
.rv cite { font-style: normal; font-size: 14px; color: var(--steel); display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; }
.rv cite b { color: var(--ink); font-weight: 600; }
.rv-count { color: var(--steel); font-size: 15px; }
.rv-more { margin-top: 28px; background: var(--panel); border: 1px solid var(--line); padding: 18px 22px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; font-size: 16px; }
@media (max-width: 960px) { .rv-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .rv-grid { grid-template-columns: 1fr; gap: 14px; } }

/* Steps on a light ground */
.steps-light .step { border-top-color: var(--ink); }
.steps-light .step h3 { color: var(--ink); }
.steps-light .step p { color: var(--steel); }
.steps-light .step .eyebrow { color: var(--green); }
.split-copy .check-list { grid-template-columns: 1fr; }

/* Review cards flow in columns so short ones don't stretch */
.rv-grid { display: block; columns: 3; column-gap: 22px; }
.rv { break-inside: avoid; margin-bottom: 22px; }
@media (max-width: 960px) { .rv-grid { columns: 2; } }
@media (max-width: 600px) { .rv-grid { columns: 1; } .rv { margin-bottom: 14px; } }

/* County page: town cards */
.towns { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.town-card { background: var(--panel); border: 1px solid var(--line); padding: 14px 16px; display: flex; flex-direction: column; gap: 4px; color: var(--ink); }
.town-card:hover { border-color: var(--ink); color: var(--ink); }
.town-name { font-family: var(--font-display); font-weight: 700; font-size: 17px; }
.town-rule { font-size: 13px; font-family: var(--font-display); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }
.town-rule-driveway { color: var(--green-ink); }
.town-rule-permit { color: #8A5A00; }
.town-rule-unknown { color: var(--steel); }
.town-fee { font-size: 13px; color: var(--steel); }
@media (max-width: 960px) { .towns { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 480px) { .towns { grid-template-columns: 1fr; } }
a.chip { text-decoration: none; }
a.chip:hover { border-color: var(--ink); color: var(--ink); }

/* White full-width section */
.section-alt { background: var(--panel); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 80px 0; }
@media (max-width: 720px) { .section-alt { padding: 56px 0; } }

/* Guides */
.guide-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.guide-card { background: var(--panel); border: 1px solid var(--line); padding: 26px 28px; display: flex; flex-direction: column; gap: 10px; color: var(--ink); }
.guide-card:hover { border-color: var(--ink); color: var(--ink); }
.guide-card h2 { font-size: 24px; font-weight: 700; }
.guide-card p:not(.eyebrow) { color: var(--steel); font-size: 16px; }
.guide-card .link-quiet { margin-top: auto; }
@media (max-width: 720px) { .guide-list { grid-template-columns: 1fr; gap: 14px; } }
.guide-grid { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 56px; align-items: start; }
.guide-side { position: sticky; top: 24px; display: flex; flex-direction: column; gap: 22px; }
.toc ul { display: flex; flex-direction: column; gap: 6px; margin-top: 10px; border-left: 2px solid var(--line); }
.toc a { display: block; padding: 4px 0 4px 14px; font-size: 15px; color: var(--steel); }
.toc a:hover { color: var(--ink); }
.guide-cta { gap: 10px; }
.guide-cta h3 { font-size: 20px; }
.article { max-width: 78ch; font-size: 18px; }
.article p, .article .article-list, .article .faq { max-width: 68ch; }
.article h2 { font-size: 28px; font-weight: 700; margin: 40px 0 14px; scroll-margin-top: 24px; }
.article h2:first-of-type { margin-top: 0; }
.article p { margin: 0 0 16px; }
.article .article-intro { font-size: 20px; color: var(--ink); }
.article-list { list-style: disc; padding-left: 22px; margin: 0 0 18px; display: flex; flex-direction: column; gap: 6px; }
.article-sources { margin-top: 32px; font-size: 14px; color: var(--steel); }
.article-sources a { color: var(--steel); text-decoration: underline; }
.article-related { margin-top: 32px; display: flex; flex-direction: column; gap: 10px; }
.article table.spec th { width: auto; }
.article .faq { margin-bottom: 8px; }
.gtable { width: 100%; border-collapse: collapse; font-size: 15px; margin: 8px 0 24px; }
.gtable th, .gtable td { text-align: left; padding: 10px 10px 10px 0; border-top: 1px solid var(--line); vertical-align: top; }
.gtable th { font-family: var(--font-display); font-weight: 600; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--steel); }
.gtable tr:last-child td { border-bottom: 1px solid var(--line); }
.gtable-wrap { overflow-x: auto; }
.gtable .town-rule { font-size: 12px; }
@media (max-width: 960px) { .guide-grid { grid-template-columns: 1fr; gap: 28px; } .guide-side { position: static; } .toc { display: none; } }
@media (max-width: 1180px) and (min-width: 961px) { .nav-links { gap: 16px; font-size: 14px; } .nav-order { display: none; } .btn-call.nav-call { font-size: 17px; padding: 12px 16px; } .nav-logo img { height: 52px; } }

/* Legal pages (privacy, terms) keep their own markup; give the grid a home */
.dc-legal-head .container, .dc-legal-body .container { max-width: 860px; margin: 0 auto; padding: 0 24px; }
.dc-legal-head { background: var(--panel); border-bottom: 1px solid var(--line); padding: 48px 0 36px; text-align: left; }
.dc-legal-head .row, .dc-legal-body .row { display: block; }
.dc-legal-head .text-center { text-align: left; }
.dc-legal-kicker { font-family: var(--font-display); font-weight: 700; font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--green); }
.dc-legal-title { font-size: clamp(30px, 4vw, 46px); font-weight: 700; margin: 8px 0 12px; }
.dc-legal-sub { color: var(--steel); font-size: 19px; max-width: 66ch; }
.dc-legal-updated { color: var(--steel); font-size: 14px; margin-top: 8px; }
.dc-legal-body { padding: 48px 0 72px; }
.dc-legal-card { max-width: 70ch; font-size: 17px; }
.dc-legal-card h2 { font-size: 24px; font-weight: 700; margin: 32px 0 10px; }
.dc-legal-card h2:first-child { margin-top: 0; }
.dc-legal-card p, .dc-legal-card ul { margin: 0 0 14px; }
.dc-legal-card ul { padding-left: 22px; list-style: disc; }
.dc-legal-card a { text-decoration: underline; }
.chip svg { width: 16px; height: 16px; flex: none; }
.gmark { display: inline-flex; flex: none; }
.gmark svg { width: 22px; height: 22px; }
.proof-top .gmark svg { width: 24px; height: 24px; }
a.rating-line, a.proof-top { color: inherit; }
a.rating-line:hover strong, a.proof-top:hover strong { color: var(--green-ink); }
a.rating-line:hover span { text-decoration: underline; text-underline-offset: 3px; }
