/* ============================================================
   Lammon Bros — base stylesheet
   ------------------------------------------------------------
   PALETTE derived from the logo (sampled): royal blue #0858f8 (the
   shield, the dominant color), orange #f86008 (the edge accent), ice
   blue #c0f0f8 (the lettering), over black/white. The site is built
   COOL (blue base, navy darks, ice-blue tints) with orange reserved
   as the punch on CTAs, so it reads in synchrony with the badge.
   ============================================================ */

:root {
  /* --- BRAND, from the logo --- */
  --brand:        #CC470A;   /* Lammon orange, nudged from logo #E85510 so white text on it clears WCAG AA (4.69:1) */
  --brand-dark:   #BC430A;   /* deep orange — orange text on white, hovers */
  --accent:       #0E56F0;   /* royal blue — the logo shield */
  --accent-dark:  #0B3DAE;   /* deep blue — body links, hovers */
  --ice:          #CFEAF5;   /* ice-blue tint — soft highlights, from the lettering */
  --navy:         #0B2552;   /* deep navy pulled from the royal blue — dark sections */
  --footer-bg:    #0B2552;   /* = navy */

  /* --- NEUTRALS (cool, tuned to the blue family) --- */
  --ink:          #17191f;   /* cool near-black body text */
  --bg:           #ffffff;
  --bg-warm:      #eef3f8;   /* cool light blue-gray for alt sections (ties to the shield) */
  --line:         #d9e2ec;   /* cool light hairline */
  --muted:        #5C6675;   /* WCAG-AA muted slate for secondary text */

  /* --- TYPE (placeholder pairing, can revisit with brand) --- */
  --font-head: "Archivo", system-ui, sans-serif;
  --font-body: "Public Sans", system-ui, sans-serif;

  --wrap: 1180px;

  /* Button corner style — flip to 8px for squared buttons site-wide */
  --btn-radius: 999px;
}

/* Placeholder marker styling — anything still needing Jim is loud on purpose */
.todo {
  outline: 2px dashed var(--accent);
  background: repeating-linear-gradient(45deg, #fff7ef, #fff7ef 10px, #ffeedb 10px, #ffeedb 20px);
  color: #8a4a13;
  font-family: var(--font-body);
  font-size: .8rem;
  padding: .4rem .6rem;
  border-radius: 4px;
  display: inline-block;
}
.photo-placeholder {
  border: 2px dashed #BCC6D2;
  background: var(--bg-warm);
  color: var(--muted);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-body);
  font-size: .85rem;
  padding: 2rem;
  min-height: 240px;
}

/* ============================================================
   Skip navigation link — accessibility (WCAG 2.1 AA)
   ============================================================ */
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-link:focus {
  position: fixed;
  top: 0; left: 0;
  width: auto; height: auto;
  overflow: visible;
  z-index: 9999;
  background: var(--brand); color: #fff;
  padding: .75rem 1.25rem;
  text-decoration: none;
  font-weight: 700; font-family: var(--font-head);
  border-radius: 0 0 8px 0;
  outline: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  font-size: 1.05rem;
}
h1, h2, h3 { font-family: var(--font-head); line-height: 1.1; letter-spacing: -0.01em; }
h1 { font-weight: 800; font-size: clamp(2.4rem, 5vw, 4.2rem); margin: 0 0 .4em; }
h2 { font-weight: 700; font-size: clamp(1.8rem, 3vw, 2.4rem); margin: 0 0 .5em; }
a { color: var(--accent-dark); }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 1.25rem; }
.section { padding: clamp(3rem, 6vw, 5.5rem) 0; }
.section--warm { background: var(--bg-warm); }

/* --- top bar / sticky phone --- */
.topbar {
  position: sticky; top: 0; z-index: 50;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  display: flex; align-items: center; justify-content: space-between;
  padding: .6rem 1.25rem;
}
.topbar .brandmark { font-family: var(--font-head); font-weight: 800; font-size: 1.3rem; color: var(--brand-dark); display: inline-flex; align-items: center; }
.brand-logo { height: 48px; width: auto; display: block; }
footer .foot-logo { height: 60px; width: auto; margin-bottom: .6rem; }
@media (max-width: 760px) { .brand-logo { height: 40px; } }
.topbar nav a { margin-left: 1.2rem; text-decoration: none; color: var(--ink); font-weight: 600; }
.callbtn {
  background: var(--brand); color: #fff; text-decoration: none;
  display: inline-flex; align-items: center; min-height: 44px;
  padding: .55rem 1rem; border-radius: var(--btn-radius); font-weight: 700; white-space: nowrap;
}

/* --- hero --- */
.hero { position: relative; min-height: 62vh; display: flex; align-items: center; }
.hero .photo-placeholder { position: absolute; inset: 0; min-height: 0; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, rgba(11,37,82,.82), rgba(11,37,82,.58) 55%, rgba(11,37,82,.42)); }
.hero .wrap { position: relative; z-index: 2; }
.hero h1 { max-width: 20ch; color: #fff; text-shadow: 0 2px 18px rgba(0,0,0,.45); }
.hero p.lede { font-size: 1.25rem; max-width: 52ch; color: #f1f5f9; text-shadow: 0 1px 10px rgba(0,0,0,.4); }

/* --- the two-pillar fork --- */
.pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.pillar {
  position: relative; min-height: 320px; border-radius: 10px; overflow: hidden;
  display: flex; align-items: flex-end; color: #fff; text-decoration: none;
}
.pillar .photo-placeholder { position: absolute; inset: 0; min-height: 0; border-radius: 10px; }
.pillar .label { position: relative; z-index: 2; padding: 1.5rem; background: linear-gradient(transparent, rgba(0,0,0,.6)); width: 100%; }
.pillar .label h3 { color: #fff; font-size: 1.7rem; margin: 0 0 .2em; }

/* --- clickable category tiles (photo + overlay + label) --- */
.tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: .6rem; margin: 1.5rem 0; }
.tile {
  position: relative; min-height: 320px; border-radius: 8px; overflow: hidden;
  display: flex; align-items: center; justify-content: center; text-decoration: none;
}
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tile::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,37,82,.28), rgba(11,37,82,.64));
  transition: background .2s;
}
.tile:hover::after { background: linear-gradient(180deg, rgba(11,37,82,.40), rgba(11,37,82,.74)); }
.tile .tlabel {
  position: relative; z-index: 2; color: #fff; font-family: var(--font-head);
  font-weight: 800; font-size: clamp(1.35rem, 2.1vw, 2rem); line-height: 1.08;
  text-align: center; padding: 0 1rem; text-shadow: 0 2px 14px rgba(0,0,0,.55);
}
@media (max-width: 760px) { .tiles { grid-template-columns: 1fr; } .tile { min-height: 200px; } }

/* Homepage materials category tiles — make the four products jump out like the dumpsters do */
.mat-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: .6rem; margin: 1.3rem 0 1.2rem; }
.mat-tiles .tile { min-height: 160px; }
.mat-tiles .tile .tlabel { font-size: clamp(1.05rem, 1.6vw, 1.45rem); }
@media (max-width: 760px) { .mat-tiles { grid-template-columns: 1fr 1fr; } .mat-tiles .tile { min-height: 130px; } }

/* --- material product cards --- */
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(258px, 1fr)); gap: 1.25rem; margin: 1.5rem 0; }
.product-card { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: #fff; display: flex; flex-direction: column; transition: box-shadow .16s ease, transform .16s ease; }
.product-card:hover { box-shadow: 0 12px 30px rgba(11,37,82,.13); transform: translateY(-3px); }
.pc-photo { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--bg-warm); }
.pc-photo img { width: 100%; height: 100%; object-fit: cover; }
.pc-price { position: absolute; top: .6rem; right: .6rem; background: var(--brand); color: #fff; font-family: var(--font-head); font-weight: 800; font-size: 1.05rem; padding: .28rem .6rem; border-radius: 7px; box-shadow: 0 2px 8px rgba(0,0,0,.2); }
.pc-price small { font-weight: 600; font-size: .68rem; opacity: .92; }
.pc-body { padding: .95rem 1.05rem 1.15rem; display: flex; flex-direction: column; gap: .35rem; flex: 1; }
.pc-body h3 { font-size: 1.18rem; margin: 0; }
.pc-body h3 a { color: var(--ink); text-decoration: none; }
.pc-body h3 a:hover { color: var(--brand-dark); text-decoration: underline; }
.pc-spec { font-size: .76rem; color: var(--brand-dark); font-weight: 700; margin: 0; text-transform: uppercase; letter-spacing: .04em; }
.pc-use { font-size: .92rem; color: #555; margin: 0; flex: 1; }

/* --- "which one" guide table --- */
.guide-table { width: 100%; border-collapse: collapse; margin: 1rem 0; font-size: .98rem; }
.guide-table th, .guide-table td { text-align: left; padding: .65rem .85rem; border-bottom: 1px solid var(--line); }
.guide-table th { font-family: var(--font-head); font-weight: 700; background: var(--bg-warm); }
.guide-table td:first-child { font-weight: 600; }

/* --- service area index --- */
.area-search { width: 100%; max-width: 420px; padding: .6rem .85rem; border: 1px solid var(--line); border-radius: 8px; font-size: 1rem; font-family: var(--font-body); margin: 1rem 0 1.5rem; }
.area-search:focus { outline: 2px solid var(--accent); outline-offset: 1px; border-color: var(--accent); }
.area-group { margin-top: 1.6rem; }
.area-group h2 { margin: 0 0 .5rem; }
.area-list { columns: 3 190px; column-gap: 1.5rem; list-style: none; padding: 0; margin: 0; }
.area-list li { break-inside: avoid; margin: 0; }
.area-list a { display: block; padding: .55rem .5rem; margin: .1rem 0; text-decoration: none; color: var(--brand-dark); font-weight: 600; border-radius: 6px; transition: background .12s; }
.area-list a:hover, .area-list a:focus-visible { background: var(--bg-warm); text-decoration: underline; }
.area-empty { color: var(--muted); margin: 1rem 0; }

/* --- FAQ (accordion, Scribby's-style +/x toggle) --- */
.faq-item { border-bottom: 1px solid var(--line); padding: 1.05rem 0; }
.faq-item:first-of-type { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 0; }
.faq-item > summary {
  font-family: var(--font-head); font-weight: 700; font-size: 1.12rem;
  cursor: pointer; list-style: none; color: var(--ink);
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.faq-item > summary::-webkit-details-marker { display: none; }
.faq-item > summary::after {
  content: "+"; flex: none; color: var(--brand);
  font-family: var(--font-body); font-size: 1.6rem; font-weight: 400; line-height: 1;
  transition: transform .18s ease;
}
.faq-item[open] > summary::after { transform: rotate(45deg); }
.faq-item > summary:hover { color: var(--brand-dark); }
.faq-item p { margin: .75rem 0 0; color: #444; }
.faq-item p:last-child { margin-bottom: 0; }
.faq-item h3 { margin: 0 0 .35rem; font-size: 1.12rem; } /* legacy, if any remain */

/* --- materials calculator --- */
.calc { border: 1px solid var(--line); border-radius: 12px; background: var(--bg-warm); padding: 1.4rem 1.5rem; max-width: 620px; }
.calc h3 { margin: 0 0 .2rem; }
.calc .calc-row { display: flex; flex-wrap: wrap; gap: 1rem; margin: 1rem 0; }
.calc label { display: flex; flex-direction: column; font-weight: 600; font-size: .9rem; gap: .25rem; flex: 1 1 150px; min-width: 140px; }
.calc input, .calc select { padding: .5rem .6rem; border: 1px solid var(--line); border-radius: 7px; font-size: 1rem; font-family: var(--font-body); width: 100%; max-width: 100%; box-sizing: border-box; }
.calc-result { font-family: var(--font-head); font-weight: 800; font-size: 1.25rem; color: var(--brand-dark); margin-top: .6rem; min-height: 1.4em; }
.calc-note { font-size: .85rem; color: #666; margin-top: .3rem; }

/* --- spec grid (dumpster size pages) --- */
.spec-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; margin: 1.4rem 0; }
@media (max-width: 560px) { .spec-grid { grid-template-columns: repeat(2, 1fr); } }
.spec { background: #fff; padding: 1rem 1.1rem; display: flex; flex-direction: column; gap: .25rem; }
.spec .label { font-size: .74rem; text-transform: uppercase; letter-spacing: .05em; color: #7a7a7a; font-weight: 700; }
.spec .val { font-family: var(--font-head); font-weight: 800; font-size: 1.5rem; color: var(--ink); line-height: 1; }
.spec .val small { font-size: .8rem; font-weight: 600; color: #666; }

/* --- best-for / can't-go-in lists --- */
.fit-list { list-style: none; padding: 0; margin: 1rem 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: .5rem .9rem; }
.fit-list li { position: relative; padding-left: 1.5rem; }
.fit-list li::before { content: ""; position: absolute; left: 0; top: .5em; width: .7rem; height: .7rem; border-radius: 2px; background: var(--brand); }
.fit-list.no li::before { background: #c0392b; }
.booking-box { border: 1px solid var(--line); border-radius: 12px; background: var(--bg-warm); padding: 1.4rem 1.5rem; margin: 1.4rem 0; }
.booking-box h3 { margin: 0 0 .3rem; }

/* --- dumpster size cards (number-led, small photo) --- */
.size-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; margin: 1.5rem 0; }
@media (max-width: 900px) { .size-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .size-grid { grid-template-columns: 1fr; } }
.size-card { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: #fff; display: flex; flex-direction: column; }
a.size-card { text-decoration: none; color: inherit; transition: box-shadow .16s ease, transform .16s ease, border-color .16s ease; }
a.size-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(11,37,82,.14); border-color: var(--brand); }
a.size-card:hover .size-cta { background: var(--brand-dark); box-shadow: 0 5px 14px rgba(232,85,16,.34); }
.size-card .sc-img { display: block; }
.size-card img { width: 100%; height: 150px; object-fit: cover; display: block; }
.size-card:hover { box-shadow: var(--elev-2); }
.size-card .booqable-product-button { width: 100%; min-width: 0; margin-top: .5rem; }
.size-card .bk-details { font-size: .85rem; color: var(--accent-dark); font-weight: 700; text-decoration: none; margin-top: .4rem; }
.size-card .bk-details:hover { text-decoration: underline; }
.size-card .body { padding: 1rem 1.1rem 1.2rem; display: flex; flex-direction: column; gap: .45rem; flex: 1; }
.size-num { font-family: var(--font-head); font-weight: 800; font-size: 2.1rem; color: var(--brand-dark); line-height: 1; margin: 0; }
/* hero rating line */
.hero-trust { color: #fff; font-weight: 700; font-size: 1rem; margin: .2rem 0 1rem; text-shadow: 0 1px 8px rgba(0,0,0,.45); }
.hero-trust span { color: #FFC53D; letter-spacing: 1px; margin-right: .35rem; }
/* "How it works" feature columns */
.howto { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; margin: 1.5rem 0 0; }
@media (max-width: 760px) { .howto { grid-template-columns: 1fr; gap: 1.1rem; } }
.howto > div { border-top: 3px solid var(--brand); padding-top: .85rem; }
.howto h3 { margin: 0 0 .35rem; font-size: 1.18rem; }
.howto p { margin: 0; color: #444; font-size: .98rem; line-height: 1.55; }
.size-num small { font-size: .95rem; color: var(--ink); font-weight: 600; letter-spacing: .03em; }
.size-fits { font-size: .95rem; color: #444; margin: 0; flex: 1; }
.size-price { font-family: var(--font-head); font-weight: 700; font-size: 1.2rem; color: var(--ink); margin: 0; line-height: 1; }
.size-price small { font-size: .66rem; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; }
.size-cta { margin-top: .6rem; align-self: stretch; text-align: center; background: var(--brand); color: #fff; font-family: var(--font-head); font-weight: 800; font-size: .98rem; padding: .62rem 1rem; border-radius: var(--btn-radius); box-shadow: 0 2px 8px rgba(232,85,16,.25); transition: background .15s ease, box-shadow .15s ease; }

/* --- slim trust line (real specifics, not a stat-tricolon) --- */
.trustline { color: #555; font-size: 1.02rem; margin: .2rem 0 1.1rem; }
.trustline strong { color: var(--ink); }

/* --- Hero Google-review pill (compact trust badge near the H1) --- */
.gbadge { display: inline-flex; align-items: center; gap: .55rem; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .5rem 1rem; box-shadow: var(--elev-1); }
.gbadge .gb-stars { color: #F5A623; font-size: 1.05rem; letter-spacing: .06em; line-height: 1; }
.gbadge .gb-score { font-family: var(--font-head); font-weight: 800; color: var(--navy); font-size: 1.05rem; line-height: 1; }
.gbadge .gb-label { color: var(--muted); font-weight: 600; font-size: .9rem; }
.gbadge svg { flex-shrink: 0; }

/* --- Benefit chips: scannable value props (Dump Dog style, Lammon brand) --- */
.benefit-strip { display: flex; flex-wrap: wrap; gap: .35rem 1.5rem; margin: 1.3rem 0 0; padding: 0; list-style: none; }
.benefit-strip li { display: inline-flex; align-items: center; gap: .45rem; font-family: var(--font-head); font-weight: 700; font-size: .92rem; color: var(--muted); }
.benefit-strip li::before { content: "\2713"; color: var(--brand); font-weight: 900; font-size: 1em; line-height: 1; }

/* Dump Dog–style hero headline: heavy + tight, with the two service phrases
   in brand orange, each underscored by a hand-painted orange brush stroke
   that paints on left-to-right. Phrases stay whole above phone width. */
.h1-hero { line-height: 1.16; }
.h1-svc {
  color: var(--brand);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 24' preserveAspectRatio='none'%3E%3Cpath d='M4 16 C70 8 165 6.5 245 7.5 C272 7.7 288 7.5 297 8 C288 15 245 17 190 17.5 C130 18 66 20 32 20 C17 20.2 7 19.5 4 16 Z' fill='%23CC470A'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% .38em;
  padding-bottom: .22em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  animation: brush-in .5s ease .18s both;
}
.h1-svc:nth-of-type(2) { animation-delay: .4s; }
@keyframes brush-in { to { background-size: 100% .38em; } }
@media (min-width: 460px) { .h1-svc { white-space: nowrap; } }
@media (prefers-reduced-motion: reduce) {
  .h1-svc { animation: none; background-size: 100% .38em; }
}

/* --- Header CTA cluster: standing "Book online" button beside Call --- */
.topbar-cta { display: inline-flex; align-items: center; gap: .55rem; }
.topbar .bookbtn {
  background: var(--accent); color: #fff; text-decoration: none;
  display: inline-flex; align-items: center; min-height: 44px;
  padding: .55rem 1.05rem; border-radius: var(--btn-radius); font-weight: 700;
  font-family: var(--font-head); white-space: nowrap;
  box-shadow: var(--elev-1); transition: background .15s ease, transform .15s ease, box-shadow .15s ease;
}
.topbar .bookbtn:hover { background: var(--accent-dark); transform: translateY(-1px); box-shadow: var(--elev-2); }
/* Hide the "Book online" button below 1160px: the full 7-link nav + both
   buttons need ~1160px to breathe, so drop the (redundant) book button first
   and keep the horizontal nav down to 1024 before the hamburger takes over. */
@media (max-width: 1159px) { .topbar .bookbtn { display: none; } }

/* --- Rich header phone button: white icon disc + label over number (Dump Dog style) --- */
.callbtn-rich {
  display: inline-flex; align-items: center; gap: .6rem; text-decoration: none;
  background: var(--brand); color: #fff; border-radius: var(--btn-radius);
  padding: .35rem .9rem .35rem .4rem; white-space: nowrap;
  box-shadow: var(--elev-1); transition: background .15s ease, transform .15s ease, box-shadow .15s ease;
}
.callbtn-rich:hover { background: var(--brand-dark); transform: translateY(-1px); box-shadow: var(--elev-2); }
.callbtn-rich .cr-disc { width: 40px; height: 40px; border-radius: 50%; background: #fff; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.callbtn-rich .cr-disc svg { width: 21px; height: 21px; display: block; }
.callbtn-rich .cr-text { display: flex; flex-direction: column; line-height: 1.05; }
.callbtn-rich .cr-text small { font-size: .72rem; font-weight: 600; color: rgba(255,255,255,.88); }
.callbtn-rich .cr-text strong { font-family: var(--font-head); font-weight: 800; font-size: 1.12rem; }
@media (max-width: 760px) {
  .topbar .callbtn-rich { padding: .3rem .8rem .3rem .35rem; gap: .5rem; }
  .topbar .callbtn-rich .cr-disc { width: 34px; height: 34px; }
  .topbar .callbtn-rich .cr-disc svg { width: 18px; height: 18px; }
  .topbar .callbtn-rich .cr-text small { display: none; }
  .topbar .callbtn-rich .cr-text strong { font-size: 1.02rem; }
}

/* --- Navy stats band: credibility numbers, each a shortcut to its page --- */
.stat-band { background: var(--navy); border-top: 3px solid var(--brand); }
.stat-band .wrap { display: flex; flex-wrap: wrap; justify-content: center; align-items: stretch; text-align: center; padding: clamp(1.7rem, 3vw, 2.5rem) 1.25rem; }
.stat-band .stat-item { flex: 1 1 160px; padding: .35rem 1.1rem; text-decoration: none; transition: transform .15s ease; }
a.stat-item { display: block; }
a.stat-item:hover { transform: translateY(-2px); }
a.stat-item:hover .si-label { color: rgba(255,255,255,.92); }
@media (min-width: 720px) { .stat-band .stat-item + .stat-item { border-left: 1px solid rgba(255,255,255,.14); } }
.stat-band .si-val { display: block; font-family: var(--font-head); font-weight: 800; font-size: clamp(1.6rem, 3vw, 2.2rem); color: #fff; line-height: 1; letter-spacing: -.01em; }
.stat-band .si-star { color: #F5A623; font-size: .5em; vertical-align: .55em; margin-left: .06em; }
.stat-band .si-label { display: block; margin-top: .55rem; font-size: .72rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: rgba(255,255,255,.6); transition: color .15s ease; }

/* --- review widget slot --- */
.widget-slot {
  border: 2px dashed #BCC6D2; background: var(--bg-warm); color: var(--muted);
  border-radius: 8px; padding: 2.5rem 1.5rem; text-align: center; font-family: var(--font-body);
}

/* --- compact chip strips (homepage teaser previews) --- */
.chips { display: flex; flex-wrap: wrap; gap: .5rem; margin: .8rem 0 1.1rem; padding: 0; list-style: none; }
.chip {
  display: inline-flex; align-items: center; min-height: 44px; padding: .4rem .85rem; border: 1px solid var(--line);
  border-radius: 999px; text-decoration: none; font-weight: 700; font-size: .95rem;
  color: var(--brand-dark); background: #fff; transition: background .15s, border-color .15s;
}
.chip:hover { background: #fdf1ea; border-color: var(--brand); }

/* --- homepage teaser row photo --- */
.row-photo { width: 100%; height: 100%; min-height: 280px; object-fit: cover; border-radius: 10px; }

/* --- generic cta band --- */
.cta-band { background: var(--bg-warm); text-align: center; }
.cta-phone { font-family: var(--font-head); font-weight: 800; font-size: clamp(1.6rem,3vw,2.2rem); color: var(--brand-dark); text-decoration: none; }

footer { background: var(--footer-bg); color: #d7e2ee; padding: 3rem 0; }
footer a { color: #fff; }

@media (max-width: 760px) {
  .pillars { grid-template-columns: 1fr; }
}

/* ============================================================
   Design polish (level-up): tactile CTAs, frosted lifted header,
   card depth, a navy closing CTA band, and finishing details.
   ============================================================ */
::selection { background: var(--brand); color: #fff; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 3px; }

h1 { letter-spacing: -0.025em; }
h2 { letter-spacing: -0.015em; }

/* tactile primary CTA */
.callbtn { box-shadow: 0 2px 10px rgba(232,85,16,.28); transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.callbtn:hover { transform: translateY(-1px); box-shadow: 0 7px 20px rgba(232,85,16,.38); background: var(--brand-dark); }
.callbtn:active { transform: translateY(0); box-shadow: 0 2px 8px rgba(232,85,16,.30); }

/* frosted, lifted sticky header */
.topbar { background: rgba(255,255,255,.9); backdrop-filter: saturate(1.5) blur(10px); -webkit-backdrop-filter: saturate(1.5) blur(10px); box-shadow: 0 1px 0 var(--line), 0 8px 24px rgba(11,37,82,.06); }

/* resting depth on cards (hover states already defined above) */
.product-card, .size-card { box-shadow: 0 1px 3px rgba(11,37,82,.06); }

/* navy closing CTA band with an orange accent line */
.cta-band { background: var(--navy); color: #fff; border-top: 3px solid var(--brand); }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.82); }
.cta-band a { color: #fff; }
.cta-band .cta-phone { color: #fff; }

/* premium hover on the clickable photo tiles (homepage fork + materials categories) */
.tile { transition: transform .22s ease, box-shadow .22s ease; }
.tile img { transition: transform .5s cubic-bezier(.2,.6,.2,1); }
.tile:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(11,37,82,.22); }
.tile:hover img { transform: scale(1.06); }
.tile .tlabel { transition: transform .25s ease; will-change: transform; }
.tile:hover .tlabel { transform: translateY(-3px); }

/* ============================================================
   Premium pass 2 — balanced headings, animated underlines,
   a layered elevation scale, and a sticky mobile call bar.
   ============================================================ */

/* layered, navy-tinted elevation scale (one consistent depth system) */
:root { --elev-1: 0 1px 3px rgba(11,37,82,.07); --elev-2: 0 10px 28px rgba(11,37,82,.12); --elev-3: 0 18px 44px rgba(11,37,82,.18); }
.product-card, .size-card { box-shadow: var(--elev-1); }
.product-card:hover, a.size-card:hover { box-shadow: var(--elev-2); }
.tile:hover { box-shadow: var(--elev-3); }
.calc, .booking-box { box-shadow: var(--elev-1); }

/* balanced headings (kills orphan/ragged lines), tidy lede wrapping */
h1, h2, h3 { text-wrap: balance; }
p.lede { text-wrap: pretty; }

/* nav links: an underline that wipes in from the left on hover */
.topbar nav a { position: relative; display: inline-block; }
.topbar nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -3px; height: 2px;
  background: var(--brand); transform: scaleX(0); transform-origin: left;
  transition: transform .22s ease;
}
.topbar nav a:hover::after { transform: scaleX(1); }

/* content links: animated underline grow (skips buttons, chips, big CTAs) */
.section p a:not(.callbtn):not(.cta-phone):not(.chip),
.faq-item p a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 1.5px; background-repeat: no-repeat; background-position: 0 100%;
  transition: background-size .25s ease; padding-bottom: 1px;
}
.section p a:not(.callbtn):not(.cta-phone):not(.chip):hover,
.faq-item p a:hover { background-size: 100% 1.5px; }

/* (sticky mobile call bar removed — the header keeps a compact call button on phones) */
.mcallbar { display: none !important; }

/* ============================================================
   Design pass 3 — one navy-tinted elevation system across header,
   cards and buttons, plus a faint light on the dark sections so
   they read with depth instead of as flat fills.
   ============================================================ */

/* unify the header + primary CTA onto the navy elevation tokens
   (the orange stays as a subtle warm tint so the CTA still pops) */
.topbar { box-shadow: 0 1px 0 var(--line), var(--elev-1); }
.callbtn { box-shadow: var(--elev-1), 0 2px 10px rgba(232,85,16,.22); }
.callbtn:hover { box-shadow: var(--elev-2), 0 7px 20px rgba(232,85,16,.32); }
.callbtn:active { box-shadow: var(--elev-1), 0 2px 8px rgba(232,85,16,.26); }
.chip { box-shadow: var(--elev-1); }
.chip:hover { box-shadow: var(--elev-2); }

/* faint radial light on the navy closing band — a soft spotlight from the top */
.cta-band { position: relative; overflow: hidden; }
.cta-band > * { position: relative; z-index: 1; }
.cta-band::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(120% 85% at 50% -15%, rgba(255,255,255,.12), rgba(255,255,255,0) 60%),
    radial-gradient(80% 60% at 85% 120%, rgba(14,86,240,.20), rgba(14,86,240,0) 60%);
}

/* faint blue glow in the footer so the navy has dimension */
footer { position: relative; overflow: hidden; }
footer .wrap { position: relative; z-index: 1; }
footer::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(70% 80% at 12% 0%, rgba(14,86,240,.18), rgba(14,86,240,0) 55%),
    radial-gradient(60% 70% at 100% 100%, rgba(232,85,16,.10), rgba(232,85,16,0) 60%);
}

/* ============================================================
   Mobile / tablet navigation — hamburger menu for phones
   through iPad portrait (<=900px). Above that, the full
   horizontal nav shows.
   ============================================================ */
.navtoggle { display: none; }
@media (max-width: 1023px) {
  .topbar { flex-wrap: wrap; }
  .navtoggle {
    display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 5px; width: 46px; height: 44px; padding: 0; flex: none;
    border: 1px solid var(--line); border-radius: 8px; background: #fff; cursor: pointer;
    box-shadow: var(--elev-1);
  }
  .navtoggle:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
  .navtoggle span { display: block; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
  .topbar nav {
    display: none; order: 5; flex-basis: 100%; width: 100%;
    flex-direction: column; margin-top: .55rem;
  }
  .topbar.nav-open nav { display: flex; }
  .topbar nav a { margin-left: 0; padding: .85rem .25rem; border-top: 1px solid var(--line); font-size: 1.05rem; }
  .topbar nav a::after { display: none; } /* no underline-wipe on the stacked menu */
  .topbar.nav-open .navtoggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .topbar.nav-open .navtoggle span:nth-child(2) { opacity: 0; }
  .topbar.nav-open .navtoggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}
/* on phones the bottom sticky bar handles calling, so reclaim header space */
/* mobile header: compact call button — phone glyph + number. The literal
   "Call (419)…" text node is zeroed (font-size:0) so it stays as the screen-
   reader label, while the visible number renders via ::after. */
@media (max-width: 760px) {
  .topbar .callbtn { font-size: 0; gap: 0; padding: .5rem .85rem; width: auto; height: 44px; min-height: 44px; justify-content: center; border-radius: 8px; }
  .topbar .callbtn::before { width: 19px; height: 19px; margin-right: .4rem; }
  .topbar .callbtn::after { content: "(419) 825-5956"; font-family: var(--font-head); font-size: .98rem; font-weight: 700; line-height: 1; white-space: nowrap; }
}
/* very small phones: trim padding so it never crowds the hamburger */
@media (max-width: 360px) {
  .topbar .callbtn { padding: .5rem .6rem; }
  .topbar .callbtn::after { font-size: .9rem; }
}

/* ============================================================
   Responsive safety — contain media and break long words/URLs
   so nothing can force horizontal scroll on small screens.
   ============================================================ */
img, svg, video, iframe, table { max-width: 100%; }
body { overflow-wrap: break-word; }
.post-body a, .faq-item a, .section p a { word-break: break-word; }

/* embedded GHL/LeadConnector review widget */
.review-widget { margin: 1.25rem 0; }
.review-widget iframe { display: block; width: 100%; border: 0; }

/* ============================================================
   Reviews section — a "trust box" summary card above the
   embedded widget (Dumpster Fire layout, Lammon brand:
   navy outline + offset shadow, gold stars, Google badge).
   ============================================================ */
.reviews-layout { display: flex; flex-direction: column; gap: 1.5rem; align-items: stretch; }
.reviews-summary {
  margin: 0 auto; display: inline-flex; align-items: stretch; justify-content: center; gap: 1.4rem;
  background: #fff; border: 2px solid var(--navy); border-radius: 12px;
  padding: 1rem 1.85rem; box-shadow: 5px 5px 0 var(--navy);
}
.rs-rating { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .4rem; }
.reviews-summary-stars { margin: 0; font-size: 1.7rem; line-height: 1; color: #F5A623; letter-spacing: .12em; }
.reviews-summary-label { margin: 0; font-family: var(--font-head); font-weight: 800; font-size: .92rem; letter-spacing: .16em; text-transform: uppercase; color: var(--navy); line-height: 1; }
.rs-source { display: flex; align-items: center; gap: .65rem; padding-left: 1.4rem; border-left: 2px solid var(--line); }
.rs-source svg { flex-shrink: 0; }
.rs-source-text { display: flex; flex-direction: column; line-height: 1.05; }
.rs-source-text strong { font-family: var(--font-head); font-weight: 800; font-size: 1.55rem; color: var(--navy); }
.rs-source-text span { font-size: .78rem; font-weight: 600; color: var(--muted); white-space: nowrap; }
.review-widget { width: 100%; margin: 0; }
@media (max-width: 460px) {
  .reviews-summary { gap: 1rem; padding: .85rem 1.1rem; box-shadow: 4px 4px 0 var(--navy); }
  .reviews-summary-stars { font-size: 1.4rem; }
  .rs-source { padding-left: 1rem; }
  .rs-source-text strong { font-size: 1.3rem; }
}

/* ============================================================
   Call CTAs as buttons (Family Trash style): phone icon + pill
   with a hover lift. Upgrades .cta-phone from a big text link
   into a real orange button; adds the phone glyph to .callbtn too.
   ============================================================ */
.callbtn, .cta-phone { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; }
/* CTA button groups: lay the paired buttons (e.g. "Call to order" + "How much
   do I need?") in a wrapping flex row so they keep a gap and never jam together
   when they stack on narrow screens. .cta-band stays centered. */
p:has(> .callbtn), p:has(> .cta-phone), p:has(> .calc-open-btn) {
  display: flex; flex-wrap: wrap; gap: .7rem; align-items: center;
}
.cta-band p:has(> .callbtn), .cta-band p:has(> .cta-phone), .cta-band p:has(> .calc-open-btn) {
  justify-content: center;
}
a.callbtn::before, a.cta-phone::before {
  content: ""; width: 1.05em; height: 1.05em; flex-shrink: 0; background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.4 0 .8-.3 1z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.4 0 .8-.3 1z'/%3E%3C/svg%3E") center/contain no-repeat;
}
/* .cta-phone: text link -> solid orange button */
.cta-phone {
  background: var(--brand); color: #fff;
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  padding: .9rem 1.7rem; border-radius: var(--btn-radius);
  box-shadow: 0 2px 10px rgba(232,85,16,.28);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.cta-phone:hover { transform: translateY(-2px); background: var(--brand-dark); box-shadow: 0 7px 20px rgba(232,85,16,.38); }
.cta-phone:active { transform: translateY(0); box-shadow: 0 2px 8px rgba(232,85,16,.30); }
/* stays an orange button (white text) even inside the navy cta-band */
.cta-band .cta-phone { color: #fff; background: var(--brand); }

/* reviews trust box: wrap on very small phones so the badge never overflows */
.reviews-summary { flex-wrap: wrap; }

/* ============================================================
   Pricing strip — compact 5-card row on the homepage
   ============================================================ */
/* --- homepage book-from-card strip (Booqable widgets need ~300px min) --- */
.dp-shared { max-width: 540px; margin: 1rem 0 1.4rem; }
.book-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 1rem; margin: 1.25rem 0; align-items: stretch; }
.bk-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; display: flex; flex-direction: column; min-width: 0; box-shadow: var(--elev-1); transition: box-shadow .16s ease; }
.bk-card:hover { box-shadow: var(--elev-2); }
.bk-card .bk-body { padding: 1rem 1.1rem 1.1rem; display: flex; flex-direction: column; gap: .55rem; flex: 1; }
.bk-card .ps-size { font-family: var(--font-head); font-weight: 800; font-size: 1.5rem; color: var(--brand-dark); line-height: 1; }
.bk-card .booqable-product-button { width: 100%; min-width: 0; }
.bk-card .bk-details { font-size: .82rem; color: var(--accent-dark); font-weight: 700; text-decoration: none; margin-top: auto; padding-top: .15rem; }
.bk-card .bk-details:hover { text-decoration: underline; }
/* brand-match the Booqable "Add to cart" button (stable .bq-button class) site-wide */
.bq-button { background: var(--brand) !important; border-color: var(--brand) !important; border-radius: 8px !important; }
.bq-price { color: var(--ink) !important; font-weight: 700; }
/* reusable solid button (no phone icon) for navigational CTAs */
.btn { display: inline-block; background: var(--brand); color: #fff; padding: .72rem 1.45rem; border-radius: var(--btn-radius); text-decoration: none; font-family: var(--font-head); font-weight: 800; font-size: 1rem; box-shadow: 0 2px 8px rgba(232,85,16,.25); transition: background .15s ease, box-shadow .15s ease; }
.btn:hover { background: var(--brand-dark); box-shadow: 0 5px 14px rgba(232,85,16,.32); color: #fff; }
.btn--blue { background: var(--accent); box-shadow: 0 2px 8px rgba(14,86,240,.25); }
.btn--blue:hover { background: var(--accent-dark); box-shadow: 0 5px 14px rgba(14,86,240,.32); }
.price-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: .65rem; margin: 1.5rem 0; }
@media (max-width: 760px) { .price-strip { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 460px) { .price-strip { grid-template-columns: repeat(2, 1fr); } }
.price-strip a {
  display: flex; flex-direction: column; align-items: center; gap: .15rem;
  padding: .9rem .6rem; border: 1px solid var(--line); border-radius: 10px;
  background: #fff; text-decoration: none; color: var(--ink);
  box-shadow: var(--elev-1); transition: box-shadow .16s ease, transform .16s ease, border-color .16s ease;
}
.price-strip a:hover { transform: translateY(-3px); box-shadow: var(--elev-2); border-color: var(--brand); }
.price-strip .ps-size { font-family: var(--font-head); font-weight: 800; font-size: 1.5rem; color: var(--brand-dark); line-height: 1; }
.price-strip .ps-price { font-family: var(--font-head); font-weight: 700; font-size: 1.15rem; color: var(--ink); }
.price-strip .ps-price small { font-size: .68rem; font-weight: 600; color: var(--muted); }
.price-strip .ps-cta { font-size: .8rem; color: var(--brand-dark); font-weight: 700; margin-top: .15rem; }

/* ============================================================
   Named Google reviews — static HTML cards
   ============================================================ */
.named-reviews { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1rem; margin: 1.5rem 0; }
.nr-card {
  background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 1.15rem 1.25rem;
  box-shadow: var(--elev-1); display: flex; flex-direction: column; gap: .45rem;
}
.nr-stars { color: #F5A623; font-size: 1.1rem; letter-spacing: .08em; line-height: 1; }
.nr-text { font-size: .95rem; color: #444; margin: 0; flex: 1; }
.nr-name { font-weight: 700; font-size: .88rem; color: var(--navy); margin: 0; }

/* ============================================================
   Inline lead form — compact quote request
   ============================================================ */
.lead-form {
  border: 1px solid var(--line); border-radius: 12px; background: var(--bg-warm);
  padding: 1.4rem 1.5rem; max-width: 560px; box-shadow: var(--elev-1);
}
.lead-form h3 { margin: 0 0 .6rem; }
.lead-form .lf-row { display: flex; flex-wrap: wrap; gap: .75rem; margin: .75rem 0; }
.lead-form label { display: flex; flex-direction: column; font-weight: 600; font-size: .9rem; gap: .25rem; flex: 1; min-width: 160px; }
.lead-form input, .lead-form textarea {
  padding: .5rem .6rem; border: 1px solid var(--line); border-radius: 7px;
  font-size: 1rem; font-family: var(--font-body); width: 100%;
}
.lead-form textarea { resize: vertical; }
.lf-consent { margin: .8rem 0 .2rem; }
.lf-consent label { display: flex !important; flex-direction: row !important; align-items: flex-start; gap: .5rem; font-weight: 400 !important; font-size: .8rem !important; color: var(--muted); line-height: 1.45; min-width: 0; flex: none; cursor: pointer; }
.lf-consent input { flex: none; width: 16px; height: 16px; margin-top: .12rem; accent-color: var(--brand); }
.lf-consent a { color: var(--accent-dark); text-decoration: underline; }

/* ============================================================
   Fee table — concrete + yard waste disposal pages
   ============================================================ */
.fee-table { width: 100%; border-collapse: collapse; margin: 1.25rem 0; font-size: .95rem; }
.fee-table th, .fee-table td { text-align: left; padding: .65rem .85rem; border-bottom: 1px solid var(--line); }
.fee-table th { font-family: var(--font-head); font-weight: 700; background: var(--bg-warm); white-space: nowrap; }
.fee-table td:first-child { font-weight: 600; white-space: nowrap; }
.fee-table .free { color: #27ae60; font-weight: 700; }
@media (max-width: 560px) { .fee-table { font-size: .85rem; } .fee-table th, .fee-table td { padding: .5rem .55rem; } }

/* ============================================================
   Photo gallery — simple grid for about page
   ============================================================ */
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: .65rem; margin: 1.5rem 0; }
.gallery img { width: 100%; height: 180px; object-fit: cover; border-radius: 8px; }

/* ============================================================
   5-column spec grid for dumpster pages with weight limit
   ============================================================ */
.spec-grid-5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; margin: 1.4rem 0; }
@media (max-width: 680px) { .spec-grid-5 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 400px) { .spec-grid-5 { grid-template-columns: repeat(2, 1fr); } }

/* ============================================================
   Project-type size picker (dumpster size calculator).
   ============================================================ */
.picker { max-width: 820px; margin: .8rem 0 0; }
.picker-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; }
@media (max-width: 760px) { .picker-options { grid-template-columns: 1fr 1fr; } }
@media (max-width: 460px) { .picker-options { grid-template-columns: 1fr; } }
.picker-opt { font-family: var(--font-head); font-weight: 700; font-size: 1rem; text-align: left; line-height: 1.25; padding: 1rem 1.1rem; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); cursor: pointer; transition: border-color .12s ease, transform .12s ease, box-shadow .12s ease; }
.picker-opt:hover { border-color: var(--brand); transform: translateY(-2px); box-shadow: var(--elev-2); }
.picker-opt.active { border-color: var(--brand); background: #fff1e8; box-shadow: inset 0 0 0 1px var(--brand); }
.picker-options .picker-result { grid-column: 1 / -1; }
.picker-rec { border: 2px solid var(--navy); border-radius: 12px; padding: 1.4rem 1.5rem; background: #fff; text-align: center; box-shadow: 5px 5px 0 var(--navy); margin-top: .3rem; }
.picker-rec-label { display: block; font-family: var(--font-head); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; color: var(--muted); }
.picker-rec-size { display: block; font-family: var(--font-head); font-weight: 800; font-size: clamp(1.8rem, 4vw, 2.6rem); color: var(--brand-dark); letter-spacing: -.02em; margin: .2rem 0 .55rem; line-height: 1; }
.picker-rec p { color: var(--ink); max-width: 46ch; margin: 0 auto 1.1rem; }
.picker-rec-cta { display: flex; gap: 1.1rem; justify-content: center; align-items: center; flex-wrap: wrap; }
.picker-rec-cta a { background: var(--accent-dark); color: #fff; font-family: var(--font-head); font-weight: 800; padding: .7rem 1.4rem; border-radius: var(--btn-radius); text-decoration: none; }
.picker-rec-cta a:hover { background: var(--navy); }
.picker-rec-cta a.picker-call { background: none; color: var(--accent-dark); padding: .7rem .3rem; }
.picker-rec-cta a.picker-call:hover { background: none; text-decoration: underline; }

/* ============================================================
   Material calculator — shared popup (cubic yards + truck).
   ============================================================ */
.calc-open-btn { display: inline-flex; align-items: center; gap: .5rem; background: var(--navy); color: #fff; border: 0; padding: .75rem 1.4rem; border-radius: var(--btn-radius); font-family: var(--font-head); font-weight: 800; font-size: 1rem; cursor: pointer; }
.calc-open-btn:hover { background: var(--accent-dark); }
.mcalc-overlay { position: fixed; inset: 0; z-index: 200; background: rgba(11,37,82,.58); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); display: flex; align-items: center; justify-content: center; padding: 1rem; animation: mcalc-fade .18s ease both; }
.mcalc-overlay[hidden] { display: none; }
@keyframes mcalc-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes mcalc-pop { from { opacity: 0; transform: translateY(10px) scale(.97); } to { opacity: 1; transform: none; } }
.mcalc-box { background: #fff; border-radius: 16px; max-width: 470px; width: 100%; padding: 1.75rem 1.6rem 1.85rem; position: relative; box-shadow: 0 24px 70px rgba(11,37,82,.4); animation: mcalc-pop .2s cubic-bezier(.2,.7,.3,1) both; }
.mcalc-close { position: absolute; top: .6rem; right: .7rem; width: 2rem; height: 2rem; display: flex; align-items: center; justify-content: center; background: none; border: 0; border-radius: 50%; font-size: 1.55rem; line-height: 1; color: var(--muted); cursor: pointer; transition: background .15s ease, color .15s ease; }
.mcalc-close:hover { background: var(--bg-warm); color: var(--ink); }
.mcalc-head { display: flex; align-items: center; gap: .6rem; margin-bottom: .4rem; }
.mcalc-ico { flex: none; width: 2.1rem; height: 2.1rem; display: flex; align-items: center; justify-content: center; border-radius: 9px; background: var(--brand); color: #fff; box-shadow: 0 4px 12px rgba(232,85,16,.3); }
.mcalc-ico svg { width: 1.15rem; height: 1.15rem; }
.mcalc-box h3 { margin: 0; font-size: 1.3rem; }
.mcalc-sub { color: var(--muted); font-size: .9rem; line-height: 1.5; margin: 0 0 1.15rem; }
.mcalc-row { display: flex; flex-wrap: wrap; gap: .7rem; margin-bottom: .85rem; }
.mcalc-row--3 { display: grid; grid-template-columns: repeat(3, 1fr); }
.mcalc-row label { display: flex; flex-direction: column; gap: .3rem; font-weight: 700; font-size: .76rem; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); flex: 1 1 110px; }
.mcalc-row input, .mcalc-row select { padding: .62rem .7rem; border: 1.5px solid var(--line); border-radius: 9px; font-size: 1rem; font-family: var(--font-body); color: var(--ink); background: #fff; width: 100%; box-sizing: border-box; transition: border-color .15s ease, box-shadow .15s ease; }
.mcalc-row input:focus, .mcalc-row select:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(232,85,16,.18); }
.mcalc-row select { appearance: none; -webkit-appearance: none; -moz-appearance: none; cursor: pointer; padding-right: 2rem; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%235C6675' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right .8rem center; }
.mcalc-go { width: 100%; margin-top: .45rem; background: var(--brand); color: #fff; border: 0; padding: .82rem 1.5rem; border-radius: var(--btn-radius); font-family: var(--font-head); font-weight: 800; font-size: 1.02rem; letter-spacing: .01em; cursor: pointer; box-shadow: 0 6px 16px rgba(232,85,16,.28); transition: background .15s ease, transform .08s ease, box-shadow .15s ease; }
.mcalc-go:hover { background: var(--brand-dark); box-shadow: 0 8px 22px rgba(232,85,16,.34); }
.mcalc-go:active { transform: translateY(1px); }
.mcalc-go:focus-visible { outline: 3px solid rgba(232,85,16,.4); outline-offset: 2px; }
.mcalc-out { margin-top: 1.15rem; font-size: 1rem; line-height: 1.55; }
.mcalc-out .mcalc-hint { color: var(--muted); }
.mcalc-out.is-result { background: var(--bg-warm); border-left: 4px solid var(--brand); border-radius: 0 12px 12px 0; padding: 1rem 1.15rem 1.05rem; animation: mcalc-fade .2s ease both; }
.mcalc-qty { font-family: var(--font-head); font-weight: 800; font-size: 2.1rem; line-height: 1; color: var(--brand-dark); }
.mcalc-qunit { font-family: var(--font-body); font-weight: 700; font-size: 1rem; color: var(--muted); margin-left: .4rem; }
.mcalc-trk { display: flex; align-items: center; gap: .45rem; margin-top: .6rem; font-weight: 700; color: var(--ink); }
.mcalc-trk-ico { flex: none; width: 1.15rem; height: 1.15rem; color: var(--accent-dark); }
.mcalc-help { margin: .6rem 0 0; font-size: .87rem; color: var(--muted); }
.mcalc-help a { color: var(--brand-dark); font-weight: 700; }

.price-strip a { border-top: 3px solid var(--brand); }
