/* Del Zotto Products of Texas - BND mockup
   Retro-Americana hero, industrial-spec body.
   Palette sampled from the real badge: brick #871c1f, deep red #680406,
   gold #f7d331, ink #161010, concrete creams. */

:root {
  --red: #871c1f;
  --red-dark: #680406;
  --gold: #f7d331;
  --gold-dark: #d9b71a;
  --ink: #161010;
  --ink-soft: #2b2320;
  --cream: #f6f1e6;
  --paper: #fbf9f4;
  --concrete: #e8e4da;
  --steel: #6f6a61;
  --line: #d9d3c6;
  --text: #2e2823;
  --muted: #6f6a61;
  --gutter: clamp(20px, 4vw, 32px);
  --radius: 14px;
  --shadow: 0 10px 30px rgba(22, 16, 16, .12);
  --shadow-lift: 0 16px 40px rgba(22, 16, 16, .18);
  --font-display: 'Zilla Slab', 'Rockwell', serif;
  --font-body: 'Source Sans 3', 'Helvetica Neue', Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--text);
  background: var(--paper);
}
img { max-width: 100%; display: block; }
a { color: var(--red); }
h1, h2, h3, h4, .display { font-family: var(--font-display); color: var(--ink); line-height: 1.12; }
ul { list-style: none; }

.container { max-width: 1180px; margin-inline: auto; padding-inline: var(--gutter); }
section { padding-block: 92px; }
@media (max-width: 768px) { section { padding-block: 56px; } }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--red);
}
.eyebrow::before { content: ""; width: 34px; height: 3px; background: var(--gold); }
.section-head { max-width: 720px; margin-bottom: 44px; }
.section-head h2 { font-size: clamp(30px, 4.4vw, 46px); font-weight: 700; margin-top: 12px; }
.section-head p { margin-top: 14px; color: var(--muted); font-size: 17.5px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-weight: 700; font-size: 15px;
  letter-spacing: .08em; text-transform: uppercase; text-decoration: none;
  padding: 17px 30px; border-radius: 8px; border: 0; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}
.btn-red { background: var(--red); color: #fff; box-shadow: 0 6px 18px rgba(104, 4, 6, .38), inset 0 -3px 0 rgba(0,0,0,.28); }
.btn-red:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(104, 4, 6, .45), inset 0 -3px 0 rgba(0,0,0,.28); }
.btn-gold { background: var(--gold); color: var(--ink); box-shadow: 0 6px 18px rgba(22,16,16,.25), inset 0 -3px 0 rgba(0,0,0,.18); }
.btn-gold:hover { background: var(--gold-dark); transform: translateY(-2px); }
.btn-white { background: #fff; color: var(--red); box-shadow: 0 6px 18px rgba(22,16,16,.28), inset 0 -3px 0 rgba(0,0,0,.12); }
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(22,16,16,.34), inset 0 -3px 0 rgba(0,0,0,.12); }

.cta-unit { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.cta-or { color: rgba(255,255,255,.92); font-size: 19px; font-weight: 600; }
.cta-or a { color: var(--gold); font-family: var(--font-display); font-weight: 700; font-size: 24px; text-decoration: none; border-bottom: 3px solid var(--gold); }
.cta-or a:hover { color: #fff; border-color: #fff; }

/* ---------- utility bar ---------- */
.utility {
  background: var(--ink); color: #d9d3c6; font-size: 13.5px; font-weight: 600;
  letter-spacing: .04em;
}
.utility .container { display: flex; justify-content: space-between; align-items: center; min-height: 38px; gap: 16px; }
.utility a { color: var(--gold); text-decoration: none; font-weight: 700; }
.utility a:hover { color: #fff; }
.utility .u-right { display: flex; gap: 18px; white-space: nowrap; }
.utility .u-left { display: flex; align-items: center; gap: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.utility .u-star { color: var(--gold); }
@media (max-width: 700px) {
  .utility .u-left .u-hide, .utility .u-right .u-sealy, .utility .u-right .u-glab { display: none; }
}

/* ---------- header / nav ---------- */
header.site {
  position: sticky; top: 0; z-index: 90;
  background: var(--cream);
  border-bottom: 3px solid var(--ink);
  box-shadow: 0 4px 18px rgba(22,16,16,.10);
}
header.site .container { display: flex; align-items: center; gap: 26px; min-height: 78px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-right: 4px; flex-shrink: 0; }
.brand img { width: 86px; height: auto; }
.brand-words { line-height: 1.05; white-space: nowrap; }
.brand-words .bw-name { font-family: var(--font-display); font-weight: 700; font-size: 21px; color: var(--ink); letter-spacing: .01em; }
.brand-words .bw-sub { font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--red); }
nav.desktop { display: flex; align-items: center; gap: 0; margin-left: auto; }
nav.desktop > div, nav.desktop > a.navlink { position: relative; }
nav.desktop a.navlink, nav.desktop button.navlink {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-body); font-size: 14.5px; font-weight: 700; letter-spacing: .04em;
  color: var(--ink); text-decoration: none; padding: 10px 10px; background: none; border: 0; cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 1320px) {
  nav.desktop a.navlink, nav.desktop button.navlink { font-size: 13.5px; padding: 10px 8px; }
  .brand-words .bw-name { font-size: 19px; }
}
@media (max-width: 1200px) {
  .head-phone { display: none; }
}
nav.desktop a.navlink:hover, nav.desktop button.navlink:hover { color: var(--red); }
nav.desktop .caret { width: 10px; height: 10px; }
.dropdown { position: relative; }
.dropdown .menu {
  position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%) translateY(8px);
  background: #fff; border: 2px solid var(--ink); border-radius: 10px; box-shadow: var(--shadow-lift);
  min-width: 240px; padding: 10px; opacity: 0; visibility: hidden; transition: all .18s ease;
}
.dropdown:hover .menu, .dropdown:focus-within .menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.dropdown .menu a {
  display: block; padding: 9px 12px; border-radius: 7px; text-decoration: none;
  color: var(--ink); font-weight: 600; font-size: 14.5px;
}
.dropdown .menu a:hover { background: var(--cream); color: var(--red); }
.dropdown .menu a.menu-cta { color: var(--red); font-weight: 700; border-top: 1px solid var(--line); margin-top: 6px; padding-top: 12px; border-radius: 0 0 7px 7px; }
.head-phone { text-align: right; line-height: 1.15; margin-left: 10px; }
.head-phone .hp-label { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.head-phone a { font-family: var(--font-display); font-weight: 700; font-size: 21px; color: var(--red); text-decoration: none; white-space: nowrap; }
.head-cta { margin-left: 6px; }
.head-cta .btn { padding: 13px 22px; font-size: 13.5px; }
.hamburger {
  display: none; background: none; border: 0; cursor: pointer; padding: 10px; margin-left: auto;
}
.hamburger span { display: block; width: 26px; height: 3px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: all .25s ease; }
@media (max-width: 1080px) {
  nav.desktop, .head-phone, .head-cta { display: none; }
  .hamburger { display: block; }
  .brand img { width: 68px; }
}

/* ---------- mobile drawer ---------- */
.drawer-scrim {
  position: fixed; inset: 0; background: rgba(22,16,16,.55); z-index: 98;
  opacity: 0; visibility: hidden; transition: opacity .25s ease;
}
.drawer {
  position: fixed; top: 0; right: 0; height: 100dvh; width: min(420px, 100vw); z-index: 99;
  background: var(--cream); transform: translateX(102%); transition: transform .3s ease, visibility 0s linear .3s;
  display: flex; flex-direction: column; visibility: hidden;
}
body.drawer-open .drawer { transform: translateX(0); visibility: visible; transition: transform .3s ease; }
body.drawer-open .drawer-scrim { opacity: 1; visibility: visible; }
body.drawer-open { overflow: hidden; }
.drawer-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px var(--gutter); background: var(--ink);
}
.drawer-head img { width: 64px; }
.drawer-close { background: none; border: 2px solid var(--gold); color: var(--gold); border-radius: 8px; width: 42px; height: 42px; font-size: 20px; font-weight: 700; cursor: pointer; line-height: 1; }
.drawer-body { flex: 1; overflow-y: auto; padding: 10px var(--gutter) 20px; }
.drawer-body > a, .drawer-acc > button {
  display: flex; width: 100%; align-items: center; justify-content: space-between;
  font-family: var(--font-display); font-size: 20px; font-weight: 700; color: var(--ink);
  text-decoration: none; padding: 15px 4px; border: 0; border-bottom: 1px solid var(--line);
  background: none; cursor: pointer; text-align: left;
}
.drawer-acc .acc-panel { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.drawer-acc.open .acc-panel { max-height: 480px; }
.drawer-acc .acc-panel a { display: block; padding: 11px 14px; font-weight: 600; color: var(--ink-soft); text-decoration: none; font-size: 16px; }
.drawer-acc .acc-panel a:hover { color: var(--red); }
.drawer-acc .acc-caret { transition: transform .25s ease; }
.drawer-acc.open .acc-caret { transform: rotate(180deg); }
.drawer-foot { padding: 18px var(--gutter) 26px; background: var(--ink); }
.drawer-foot .btn { width: 100%; margin-bottom: 12px; }
.drawer-foot .df-call { display: block; text-align: center; font-family: var(--font-display); font-size: 26px; font-weight: 700; color: var(--gold); text-decoration: none; margin-bottom: 10px; }
.drawer-foot .df-meta { text-align: center; color: #b9b2a4; font-size: 13.5px; }
.drawer-foot .df-meta a { color: #d9d3c6; }

/* ---------- hero ---------- */
.hero { position: relative; padding: 0; background: var(--ink); }
.hero .hero-bg { position: absolute; inset: 0; overflow: hidden; }
.hero .hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 42%; }
.hero .hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(92deg, rgba(22,16,16,.93) 0%, rgba(64,10,12,.82) 34%, rgba(64,10,12,.45) 62%, rgba(22,16,16,.18) 100%);
}
.hero .container { position: relative; z-index: 2; padding-top: 90px; padding-bottom: 118px; max-width: 1180px; }
.hero-pill {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(246,241,230,.12); border: 1.5px solid rgba(247,211,49,.65); color: var(--cream);
  font-size: 12.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  padding: 8px 16px; border-radius: 999px; white-space: nowrap;
}
.hero-pill .star { color: var(--gold); }
.hero h1 {
  margin-top: 26px; color: var(--gold);
  font-size: 15px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase;
  font-family: var(--font-body);
}
.hero .hero-headline {
  font-family: var(--font-display); font-weight: 700; color: #fff;
  font-size: clamp(38px, 6vw, 66px); line-height: 1.06; margin-top: 14px; max-width: 13ch;
}
.hero .hero-headline em { font-style: normal; color: var(--gold); }
.hero .hero-sub { color: rgba(246,241,230,.94); font-size: 18.5px; max-width: 54ch; margin-top: 20px; }
.hero .cta-unit { margin-top: 32px; }
.cert-row { display: flex; align-items: center; gap: 26px; margin-top: 40px; padding-top: 26px; border-top: 1px solid rgba(246,241,230,.28); flex-wrap: wrap; }
.cert-row img { width: 84px; height: 84px; filter: drop-shadow(0 4px 10px rgba(0,0,0,.35)); }
.cert-chip { color: var(--cream); line-height: 1.25; }
.cert-chip .cc-big { font-family: var(--font-display); font-weight: 700; font-size: 24px; color: var(--gold); display: block; }
.cert-chip .cc-small { font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: rgba(246,241,230,.85); }
@media (max-width: 768px) {
  .hero .container { padding-top: 56px; padding-bottom: 88px; }
  .hero .hero-bg img { object-position: 70% 40%; }
  .cert-row { gap: 18px; }
  .cert-row img { width: 68px; height: 68px; }
}
@media (max-width: 560px) {
  .hero-pill { font-size: 11.5px; letter-spacing: .1em; }
  .hero-pill .pill-loc { display: none; }
}

/* ---------- quick-nav category row ---------- */
.quicknav { background: var(--cream); border-bottom: 1px solid var(--line); padding: 0; position: relative; }
.quicknav .container { transform: translateY(-46px); margin-bottom: -46px; }
.quicknav-card {
  background: #fff; border: 2.5px solid var(--ink); border-radius: var(--radius);
  box-shadow: var(--shadow-lift); overflow: hidden;
  display: grid; grid-template-columns: repeat(6, 1fr);
}
.quicknav-card a {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  padding: 22px 10px 18px; text-decoration: none; color: var(--ink);
  font-weight: 700; font-size: 13.5px; letter-spacing: .05em; text-transform: uppercase;
  border-right: 1px solid var(--line); transition: background .15s ease;
  text-align: center;
}
.quicknav-card a:last-child { border-right: 0; }
.quicknav-card a:hover { background: var(--cream); color: var(--red); }
.quicknav-card svg { width: 34px; height: 34px; stroke: var(--red); }
@media (max-width: 1080px) {
  .quicknav-card { grid-template-columns: repeat(3, 1fr); }
  .quicknav-card a { border-bottom: 1px solid var(--line); }
  .quicknav-card a:nth-child(3n) { border-right: 0; }
  .quicknav-card a:nth-child(n+4) { border-bottom: 0; }
}
@media (max-width: 520px) {
  .quicknav-card { grid-template-columns: repeat(2, 1fr); }
  .quicknav-card a { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .quicknav-card a:nth-child(3n) { border-right: 1px solid var(--line); }
  .quicknav-card a:nth-child(2n) { border-right: 0; }
  .quicknav-card a:nth-child(n+5) { border-bottom: 0; }
}

/* ---------- stat band ---------- */
.stats { background: var(--ink); color: var(--cream); padding-block: 56px; position: relative; overflow: hidden; }
.stats::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 6px; background: repeating-linear-gradient(90deg, var(--gold) 0 26px, transparent 26px 52px); }
.stats .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.stat { text-align: center; }
.stat .num { font-family: var(--font-display); font-weight: 700; font-size: clamp(40px, 5vw, 58px); color: var(--gold); line-height: 1; }
.stat .lbl { margin-top: 8px; font-size: 13.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #cfc8b9; }
@media (max-width: 768px) { .stats .container { grid-template-columns: repeat(2, 1fr); gap: 26px; } }

/* ---------- product cards ---------- */
.products { background: var(--paper); }
.prod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.prod-card {
  background: #fff; border: 2px solid var(--ink); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .2s ease;
  display: flex; flex-direction: column;
}
.prod-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lift); }
.prod-card .pc-img { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: var(--concrete); }
.prod-card .pc-img img { width: 100%; height: 100%; object-fit: cover; }
.prod-card .pc-tag {
  position: absolute; top: 12px; left: 12px; background: var(--gold); color: var(--ink);
  font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: 5px 11px; border-radius: 999px; border: 1.5px solid var(--ink);
}
.prod-card .pc-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.prod-card h3 { font-size: 23px; font-weight: 700; }
.prod-card ul { margin-top: 12px; flex: 1; }
.prod-card ul li { display: flex; gap: 9px; align-items: flex-start; padding: 4px 0; font-size: 15px; color: var(--ink-soft); }
.prod-card ul li::before { content: ""; flex: 0 0 8px; width: 8px; height: 8px; margin-top: 7px; background: var(--red); border-radius: 2px; }
.prod-card .pc-cta {
  margin-top: 16px; display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: 14px; letter-spacing: .06em; text-transform: uppercase;
  color: var(--red); text-decoration: none;
}
.prod-card .pc-cta:hover { color: var(--red-dark); }
@media (max-width: 1024px) { .prod-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .prod-grid { grid-template-columns: 1fr; } }

/* icon tile for photo-less products */
.pc-img.pc-icon { display: flex; align-items: center; justify-content: center; background: repeating-linear-gradient(45deg, var(--concrete) 0 14px, #efece4 14px 28px); }
.pc-img.pc-icon svg { width: 64px; height: 64px; stroke: var(--steel); }

/* ---------- why split ---------- */
.why { background: var(--cream); }
.why .container { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.why-photo { position: relative; }
.why-photo img { border-radius: var(--radius); border: 3px solid var(--ink); box-shadow: var(--shadow-lift); }
.why-photo .wp-badge {
  position: absolute; right: -18px; bottom: -24px; width: 148px;
  filter: drop-shadow(0 10px 24px rgba(22,16,16,.3));
}
.checklist li { display: flex; gap: 14px; padding: 11px 0; font-size: 17px; align-items: flex-start; }
.checklist li strong { color: var(--ink); }
.checklist .chk {
  flex: 0 0 26px; width: 26px; height: 26px; border-radius: 7px; background: var(--gold); border: 2px solid var(--ink);
  display: inline-flex; align-items: center; justify-content: center; margin-top: 2px;
}
.checklist .chk svg { width: 14px; height: 14px; stroke: var(--ink); stroke-width: 3.4; }
@media (max-width: 900px) {
  .why .container { grid-template-columns: 1fr; gap: 40px; }
  .why-photo .wp-badge { right: 8px; bottom: -20px; width: 116px; }
}

/* ---------- process ---------- */
.process { background: var(--paper); }
.proc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.proc-step { background: #fff; border: 2px solid var(--ink); border-radius: var(--radius); padding: 26px 24px; box-shadow: var(--shadow); position: relative; }
.proc-step .pn { font-family: var(--font-display); font-weight: 700; font-size: 46px; color: var(--gold); -webkit-text-stroke: 1.5px var(--ink); line-height: 1; }
.proc-step h3 { font-size: 21px; margin-top: 12px; }
.proc-step p { font-size: 15px; color: var(--muted); margin-top: 8px; }
@media (max-width: 1024px) { .proc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .proc-grid { grid-template-columns: 1fr; } }

/* ---------- testimonials ---------- */
.testimonials { background: var(--ink); }
.testimonials .eyebrow { color: var(--gold); }
.testimonials .section-head h2 { color: #fff; }
.testimonials .section-head p { color: #b9b2a4; }
.logo-bar { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 42px; }
.logo-bar .lb-item {
  background: rgba(246,241,230,.08); border-radius: 10px; padding: 12px 20px;
  border: 1.5px solid rgba(247,211,49,.4);
  font-family: var(--font-display); font-weight: 700; font-size: 17px; color: var(--cream);
}
.logo-bar .lb-item span { display: block; font-family: var(--font-body); font-weight: 600; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: #b9b2a4; }
.tst-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.tst-card { background: var(--cream); border-radius: var(--radius); padding: 28px; border-top: 6px solid var(--gold); box-shadow: var(--shadow); }
.tst-card .stars { color: var(--red); letter-spacing: 3px; font-size: 15px; margin-bottom: 12px; }
.tst-card blockquote { font-size: 16.5px; color: var(--ink-soft); }
.tst-card .who { margin-top: 16px; display: flex; align-items: center; gap: 12px; }
.tst-card .who img { height: 34px; width: auto; }
.tst-card .who .w-name { font-weight: 700; color: var(--ink); font-size: 15px; }
.tst-card .who .w-loc { font-size: 13.5px; color: var(--muted); }
@media (max-width: 820px) { .tst-grid { grid-template-columns: 1fr; } }

/* ---------- coverage ---------- */
.coverage { background: var(--cream); }
.coverage .container { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; align-items: center; }
.coverage .map-wrap { padding: 10px 26px; }
.loc-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 26px; }
.loc-card { background: #fff; border: 2px solid var(--ink); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.loc-card h3 { font-size: 24px; }
.loc-card h3 span { color: var(--red); }
.loc-card address { font-style: normal; color: var(--ink-soft); margin-top: 10px; font-size: 15.5px; line-height: 1.5; }
.loc-card .lc-phone { display: inline-block; margin-top: 12px; font-family: var(--font-display); font-weight: 700; font-size: 22px; color: var(--red); text-decoration: none; }
.loc-card .lc-link { display: inline-flex; margin-top: 10px; font-weight: 700; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink); }
@media (max-width: 980px) {
  .coverage .container { grid-template-columns: 1fr; gap: 30px; }
  .coverage .map-wrap { max-width: 340px; margin-inline: auto; }
}
@media (max-width: 620px) { .loc-cards { grid-template-columns: 1fr; } }

/* ---------- catalog CTA band ---------- */
.catalog-band { background: var(--red); position: relative; overflow: hidden; padding-block: 74px; }
.catalog-band::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 6px; background: repeating-linear-gradient(90deg, var(--gold) 0 26px, transparent 26px 52px); }
.catalog-band::after { content: ""; position: absolute; inset: auto 0 0 0; height: 6px; background: repeating-linear-gradient(90deg, var(--gold) 0 26px, transparent 26px 52px); }
.catalog-band .container { display: grid; grid-template-columns: 1.3fr .7fr; gap: 40px; align-items: center; }
.catalog-band h2 { color: #fff; font-size: clamp(30px, 4vw, 44px); }
.catalog-band p { color: rgba(255,255,255,.92); margin-top: 12px; font-size: 17.5px; max-width: 56ch; }
.catalog-band .cb-cta { display: flex; justify-content: flex-end; }
@media (max-width: 860px) {
  .catalog-band .container { grid-template-columns: 1fr; }
  .catalog-band .cb-cta { justify-content: flex-start; }
}

/* ---------- FAQ ---------- */
.faq { background: var(--paper); }
.faq-list { max-width: 820px; }
.faq-item { border: 2px solid var(--ink); border-radius: 12px; background: #fff; margin-bottom: 14px; overflow: hidden; box-shadow: var(--shadow); }
.faq-item button {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  background: none; border: 0; cursor: pointer; text-align: left;
  font-family: var(--font-display); font-size: 19px; font-weight: 700; color: var(--ink);
  padding: 19px 22px;
}
.faq-item .fa-caret { flex: 0 0 auto; width: 30px; height: 30px; border-radius: 8px; background: var(--gold); border: 2px solid var(--ink); display: inline-flex; align-items: center; justify-content: center; transition: transform .25s ease; }
.faq-item.open .fa-caret { transform: rotate(180deg); }
.faq-item .fa-panel { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-item .fa-panel p { padding: 0 22px 20px; color: var(--ink-soft); font-size: 16px; }
.faq-item.open .fa-panel { max-height: 320px; }

/* ---------- quote form ---------- */
.quote { background: var(--ink); position: relative; overflow: hidden; }
.quote::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 6px; background: repeating-linear-gradient(90deg, var(--gold) 0 26px, transparent 26px 52px); }
.quote .container { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
.quote .eyebrow { color: var(--gold); }
.quote h2 { color: #fff; font-size: clamp(30px, 4vw, 44px); margin-top: 12px; }
.quote .q-copy p { color: #cfc8b9; margin-top: 16px; font-size: 17px; }
.quote .q-copy .checklist li { color: var(--cream); }
.quote .q-copy .checklist li strong { color: var(--gold); }
.quote-form { background: var(--cream); border-radius: var(--radius); border: 3px solid var(--gold); padding: 30px; box-shadow: var(--shadow-lift); }
.quote-form h3 { font-size: 24px; }
.quote-form .qf-sub { font-size: 14.5px; color: var(--muted); margin: 6px 0 18px; }
.qf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.qf-grid .full { grid-column: 1 / -1; }
.quote-form label { display: block; font-size: 12.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); margin-bottom: 5px; }
.quote-form input, .quote-form select, .quote-form textarea {
  width: 100%; padding: 12px 14px; font-family: var(--font-body); font-size: 15.5px;
  border: 2px solid var(--ink); border-radius: 8px; background: #fff; color: var(--ink);
}
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { outline: 3px solid rgba(135,28,31,.35); }
.quote-form .btn { width: 100%; margin-top: 18px; }
.qf-note { text-align: center; font-size: 13px; color: var(--muted); margin-top: 10px; }
@media (max-width: 980px) { .quote .container { grid-template-columns: 1fr; gap: 36px; } }
@media (max-width: 560px) { .qf-grid { grid-template-columns: 1fr; } }

/* ---------- footer ---------- */
footer.site { background: #100c0c; color: #cfc8b9; }
.foot-cta { background: var(--gold); }
.foot-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 30px; flex-wrap: wrap; }
.foot-cta .fc-words { font-family: var(--font-display); font-weight: 700; font-size: clamp(22px, 3vw, 30px); color: var(--ink); }
.foot-trust { border-bottom: 1px solid rgba(246,241,230,.12); }
.foot-trust .container { display: flex; align-items: center; justify-content: center; gap: 40px; padding-block: 26px; flex-wrap: wrap; }
.foot-trust img { width: 66px; height: 66px; }
.foot-trust .ft-chip { font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #b9b2a4; display: flex; align-items: center; gap: 10px; }
.foot-trust .ft-chip .dot { width: 8px; height: 8px; background: var(--gold); border-radius: 2px; }
.foot-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 40px; padding-block: 54px; }
.foot-grid h4 { color: var(--gold); font-size: 16px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px; font-family: var(--font-body); font-weight: 700; }
.foot-grid a { color: #cfc8b9; text-decoration: none; }
.foot-grid a:hover { color: var(--gold); }
.foot-grid li { padding: 5px 0; font-size: 15px; }
.foot-brand img { width: 130px; margin-bottom: 16px; }
.foot-brand p { font-size: 14.5px; max-width: 34ch; }
.foot-loc { font-size: 15px; line-height: 1.55; margin-bottom: 16px; }
.foot-loc strong { color: #fff; }
.foot-loc a.tel { color: var(--gold); font-weight: 700; }
.foot-coverage { border-top: 1px solid rgba(246,241,230,.12); }
.foot-coverage .container { padding-block: 26px; }
.foot-coverage p { font-size: 13.5px; color: #8f887a; }
.foot-coverage strong { color: #b9b2a4; letter-spacing: .08em; text-transform: uppercase; font-size: 12.5px; }
.foot-legal { border-top: 1px solid rgba(246,241,230,.12); }
.foot-legal .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-block: 20px; font-size: 13px; color: #8f887a; flex-wrap: wrap; }
.foot-legal a { color: #b9b2a4; text-decoration: none; }
.back-top { display: inline-flex; align-items: center; gap: 8px; background: none; border: 2px solid #8f887a; color: #cfc8b9; border-radius: 8px; padding: 8px 14px; cursor: pointer; font-weight: 700; font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; }
.back-top:hover { border-color: var(--gold); color: var(--gold); }
@media (max-width: 1024px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .foot-grid { grid-template-columns: 1fr; } }

/* ---------- mobile sticky CTA ---------- */
.mobile-cta { display: none; }
@media (max-width: 768px) {
  .mobile-cta {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 95;
    box-shadow: 0 -6px 20px rgba(22,16,16,.25);
  }
  .mobile-cta a {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    padding: 16px 10px; font-weight: 700; font-size: 14.5px; letter-spacing: .06em;
    text-transform: uppercase; text-decoration: none;
  }
  .mobile-cta .mc-call { background: var(--ink); color: var(--gold); }
  .mobile-cta .mc-quote { background: var(--red); color: #fff; }
  body { padding-bottom: 58px; }
}

/* ---------- catalog page ---------- */
.page-hero { position: relative; background: var(--ink); padding: 0; }
.page-hero .hero-bg { position: absolute; inset: 0; overflow: hidden; }
.page-hero .hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero .hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(92deg, rgba(22,16,16,.94) 0%, rgba(64,10,12,.8) 45%, rgba(22,16,16,.45) 100%); }
.page-hero .container { position: relative; z-index: 2; padding-block: 74px; }
.page-hero .crumbs { font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(246,241,230,.75); }
.page-hero .crumbs a { color: var(--gold); text-decoration: none; }
.page-hero h1 { color: #fff; font-size: clamp(34px, 5vw, 54px); margin-top: 14px; font-family: var(--font-display); font-weight: 700; letter-spacing: 0; text-transform: none; }
.page-hero p { color: rgba(246,241,230,.9); max-width: 62ch; margin-top: 12px; font-size: 17.5px; }

.filter-bar { position: sticky; top: 78px; z-index: 40; background: var(--cream); border-bottom: 2px solid var(--ink); }
.filter-bar .container { display: flex; gap: 10px; padding-block: 14px; overflow-x: auto; scroll-padding-inline-start: var(--gutter); }
.filter-chip {
  flex: 0 0 auto; background: #fff; border: 2px solid var(--ink); color: var(--ink);
  font-family: var(--font-body); font-weight: 700; font-size: 13.5px; letter-spacing: .05em; text-transform: uppercase;
  padding: 9px 18px; border-radius: 999px; cursor: pointer; transition: all .15s ease;
}
.filter-chip:hover { background: var(--gold); }
.filter-chip.active { background: var(--red); color: #fff; border-color: var(--red-dark); }
.catalog-grid-section { background: var(--paper); }
.prod-card.hidden { display: none; }
.cat-count { font-size: 14.5px; color: var(--muted); margin-bottom: 22px; }

/* ---------- location page ---------- */
.loc-detail { background: var(--paper); }
.loc-detail .container { display: grid; grid-template-columns: 1.1fr .9fr; gap: 52px; align-items: start; }
.nap-card { background: #fff; border: 2px solid var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); padding: 30px; }
.nap-card h3 { font-size: 26px; }
.nap-card .nap-row { display: flex; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--line); align-items: flex-start; font-size: 16px; }
.nap-card .nap-row:last-of-type { border-bottom: 0; }
.nap-card .nap-ic { flex: 0 0 38px; width: 38px; height: 38px; background: var(--cream); border: 2px solid var(--ink); border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; }
.nap-card .nap-ic svg { width: 19px; height: 19px; stroke: var(--red); }
.nap-card .nap-row a { font-weight: 700; }
.city-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.city-pill { background: #fff; border: 2px solid var(--ink); border-radius: 999px; padding: 8px 16px; font-weight: 600; font-size: 14.5px; color: var(--ink-soft); transition: all .15s ease; }
.city-pill:hover { background: var(--gold); transform: translateY(-2px); }
@media (max-width: 900px) { .loc-detail .container { grid-template-columns: 1fr; } }

.photo-strip { background: var(--cream); }
.strip-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(300px, 1fr); gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline-start: var(--gutter); padding-bottom: 8px; }
.strip-track img { border-radius: 12px; border: 2px solid var(--ink); aspect-ratio: 4 / 3; object-fit: cover; width: 100%; scroll-snap-align: start; }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* =====================================================================
   V2 CRAFT LAYER - de-AI pass
   Design language pulled from the product itself: their culverts ship
   covered in stenciled yard markings and cert stamps. Stencil type =
   yard markings, Ultra slab = poured display type, rubber-stamp motifs,
   hard screen-print shadows, concrete grain on light sections.
   ===================================================================== */
:root {
  --font-ultra: 'Ultra', 'Zilla Slab', serif;
  --font-stencil: 'Saira Stencil One', 'Arial Black', sans-serif;
  --grain: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/><feComponentTransfer><feFuncA type='linear' slope='0.055'/></feComponentTransfer></filter><rect width='180' height='180' filter='url(%23n)'/></svg>");
}

/* concrete grain on light sections */
.products, .why, .process, .coverage, .faq, .photo-strip, .loc-detail,
.catalog-grid-section, header.site, .quicknav, .filter-bar {
  background-image: var(--grain);
}

/* display type: Ultra for the big moments */
.hero .hero-headline,
.section-head h2,
.page-hero h1,
.catalog-band h2,
.quote h2,
.fc-words,
.why h2,
.coverage h2 {
  font-family: var(--font-ultra);
  font-weight: 400;
  letter-spacing: .005em;
}
.hero .hero-headline { font-size: clamp(32px, 4.9vw, 56px); line-height: 1.14; max-width: 15ch; text-shadow: 3px 3px 0 rgba(22,16,16,.45); }
.section-head h2 { font-size: clamp(25px, 3.6vw, 38px); line-height: 1.2; }
.page-hero h1 { font-size: clamp(28px, 4.2vw, 46px); line-height: 1.18; }
.why h2, .coverage h2 { font-size: clamp(25px, 3.6vw, 38px) !important; line-height: 1.2; }
.catalog-band h2, .quote h2 { font-size: clamp(25px, 3.6vw, 38px); line-height: 1.2; }
.fc-words { font-size: clamp(20px, 2.6vw, 26px); }

/* stencil = yard markings */
.hero h1 {
  font-family: var(--font-stencil); font-weight: 400;
  color: var(--gold); font-size: 16px; letter-spacing: .3em;
}
.eyebrow {
  font-family: var(--font-stencil); font-weight: 400;
  border: 2.5px solid currentColor; padding: 6px 14px 5px;
  transform: rotate(-1.4deg); transform-origin: left center;
  letter-spacing: .18em; font-size: 12.5px;
}
.eyebrow::before { display: none; }
.hero-pill {
  font-family: var(--font-stencil); font-weight: 400;
  background: rgba(22,16,16,.45); border: 2px dashed rgba(247,211,49,.8);
  border-radius: 6px; transform: rotate(-1.2deg); transform-origin: left center;
}
.pc-tag {
  font-family: var(--font-stencil); font-weight: 400; letter-spacing: .12em;
  border-radius: 4px; transform: rotate(-2deg);
}
.stat .lbl { font-family: var(--font-stencil); font-weight: 400; letter-spacing: .18em; }
.stat .num { font-family: var(--font-ultra); font-weight: 400; -webkit-text-stroke: 0; }
.brand-words .bw-sub { font-family: var(--font-stencil); font-weight: 400; letter-spacing: .26em; }
.hp-label { font-family: var(--font-stencil); font-weight: 400; }
.proc-step .pn {
  font-family: var(--font-stencil); font-weight: 400; font-size: 40px;
  color: var(--red); -webkit-text-stroke: 0; opacity: .9;
}
.foot-grid h4 { font-family: var(--font-stencil); font-weight: 400; letter-spacing: .2em; }
.ft-chip { font-family: var(--font-stencil); font-weight: 400 !important; }
.filter-chip { font-family: var(--font-stencil); font-weight: 400; letter-spacing: .1em; }
.cat-count { font-family: var(--font-stencil); font-size: 13px; letter-spacing: .08em; color: var(--steel); }

/* hard screen-print shadows: buttons */
.btn { border: 2.5px solid var(--ink); border-radius: 7px; transition: transform .14s ease, box-shadow .14s ease, background .14s ease; }
.btn-red { box-shadow: 4px 4px 0 var(--ink); }
.btn-red:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--ink); background: var(--red-dark); }
.btn-gold { box-shadow: 4px 4px 0 var(--ink); }
.btn-gold:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--ink); background: var(--gold); }
.btn-white { box-shadow: 4px 4px 0 var(--ink); }
.btn-white:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--ink); }
.foot-cta .btn-red { border-color: var(--ink); }

/* hard shadows: cards */
.prod-card, .proc-step, .loc-card, .nap-card, .faq-item, .quote-form, .quicknav-card {
  box-shadow: 6px 6px 0 rgba(22,16,16,.85);
  border-radius: 10px;
}
.prod-card:hover { transform: translate(-3px, -3px); box-shadow: 10px 10px 0 rgba(22,16,16,.85); }
.tst-card { border: 2px solid rgba(246,241,230,.14); border-top: 6px solid var(--gold); box-shadow: 6px 6px 0 rgba(0,0,0,.5); border-radius: 10px; }
.why-photo img { border-radius: 10px; box-shadow: 8px 8px 0 rgba(22,16,16,.85); }

/* catalog-sheet product cards: index numbers + ruled body */
.pc-num {
  position: absolute; top: 12px; right: 12px;
  font-family: var(--font-stencil); font-size: 12px; letter-spacing: .14em;
  background: var(--ink); color: var(--cream); padding: 4px 9px; border-radius: 4px;
}
.prod-card .pc-body { border-top: 3px solid var(--ink); }
.prod-card h3 { font-family: var(--font-display); }
.prod-card ul li { border-bottom: 1px dashed var(--line); padding: 6px 0; }
.prod-card ul li:last-child { border-bottom: 0; }

/* testimonial cards: big cast quote mark + stencil avatars */
.tst-card { position: relative; padding-top: 34px; }
.tst-card::before {
  content: "\201C"; position: absolute; top: -6px; left: 18px;
  font-family: var(--font-ultra); font-size: 64px; color: var(--red); line-height: 1;
}
.w-avatar {
  flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center;
  min-width: 44px; height: 34px; padding: 0 8px;
  background: var(--red); color: var(--cream); border: 2px solid var(--ink); border-radius: 6px;
  font-family: var(--font-stencil); font-size: 13px; letter-spacing: .08em;
  transform: rotate(-2deg);
}

/* stamp devices */
.stamp {
  position: absolute; pointer-events: none; user-select: none;
  mix-blend-mode: multiply;
}
.hero-stamp {
  position: absolute; right: 4%; bottom: 40px; width: clamp(110px, 12vw, 170px);
  transform: rotate(9deg); opacity: .95; z-index: 2;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,.35));
  pointer-events: none;
}
.hero-stamp img { width: 100%; }
.form-stamp { position: absolute; top: -26px; right: -18px; width: 108px; transform: rotate(12deg); pointer-events: none; }
.quote-form { position: relative; }
.why-stamp { position: absolute; left: -16px; top: -22px; width: 110px; transform: rotate(-9deg); pointer-events: none; mix-blend-mode: multiply; }

/* hero: ghost badge watermark + tightened scrim edge */
.hero { overflow: hidden; }
.hero-ghost {
  position: absolute; right: -50px; top: -30px; width: 340px; opacity: .07;
  transform: rotate(-10deg); pointer-events: none; z-index: 1;
  filter: grayscale(1) brightness(3);
}
@media (max-width: 900px) { .hero-ghost { display: none; } }
.hero .container { z-index: 2; }

/* stats band: stencil + rivet rule */
.stats .container { position: relative; }
.stat { position: relative; }
.stat + .stat::before {
  content: ""; position: absolute; left: -15px; top: 12%; height: 76%;
  border-left: 2px dashed rgba(246,241,230,.25);
}
@media (max-width: 768px) { .stat + .stat::before { display: none; } }

/* quicknav: stencil labels */
.quicknav-card a { font-family: var(--font-stencil); font-weight: 400; letter-spacing: .12em; font-size: 12.5px; }

/* FAQ: slab question, stamped caret */
.faq-item button { font-size: 18px; }
.fa-caret { border-radius: 4px; }

/* footer coverage: stencil lead-in */
.foot-coverage strong { font-family: var(--font-stencil); font-weight: 400; }

/* drawer: stencil section feel */
.drawer-foot .df-call { font-family: var(--font-ultra); font-weight: 400; }

/* mobile sticky bar: stencil */
.mobile-cta a { font-family: var(--font-stencil); font-weight: 400; letter-spacing: .1em; }

@media (max-width: 560px) {
  .hero-stamp { width: 96px; bottom: 24px; right: 12px; }
  .form-stamp { width: 84px; top: -18px; right: -8px; }
  .why-stamp { width: 88px; left: -6px; }
  .hero .hero-headline { font-size: clamp(30px, 8.6vw, 40px); }
}

/* ---------- footer v2: shipping tags, stamp, cast-in wordmark ---------- */
footer.site { overflow: hidden; }
.foot-cta { position: relative; overflow: hidden; }
.foot-cta::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 6px; background: repeating-linear-gradient(90deg, var(--ink) 0 26px, transparent 26px 52px); }
.foot-cta .container { position: relative; z-index: 1; }
.fc-stamp { position: absolute; right: 5%; top: -20px; width: 118px; transform: rotate(-11deg); mix-blend-mode: multiply; opacity: .8; pointer-events: none; }
.fc-sub { font-size: 14.5px; font-weight: 600; color: rgba(22,16,16,.72); margin-top: 5px; }
.foot-trust .ft-chip { border-left: 2px dashed rgba(246,241,230,.18); padding-left: 22px; }
.foot-trust .ft-chip .dot { display: none; }
.foot-trust img + .ft-chip { border-left: 0; padding-left: 0; }
.yard-tag {
  position: relative; border: 2px dashed rgba(246,241,230,.28); border-radius: 10px;
  background: rgba(246,241,230,.04); padding: 14px 16px 14px 22px; margin-bottom: 14px;
  font-size: 14.5px; line-height: 1.65;
}
.yard-tag::before {
  content: ""; position: absolute; left: -8px; top: 20px; width: 12px; height: 12px;
  border-radius: 50%; background: #100c0c; border: 2px dashed rgba(246,241,230,.35);
}
.yt-label { display: block; font-family: var(--font-stencil); color: var(--gold); font-size: 11px; letter-spacing: .2em; margin-bottom: 3px; }
.yard-tag strong { color: #fff; font-family: var(--font-display); font-size: 17.5px; }
.yard-tag a.tel { color: var(--gold); font-weight: 700; text-decoration: none; font-size: 16px; }
.yard-tag a { color: #cfc8b9; }
.foot-ghost {
  font-family: var(--font-ultra); font-weight: 400;
  font-size: clamp(58px, 13.5vw, 180px); line-height: .9; letter-spacing: .01em;
  text-align: center; white-space: nowrap; overflow: hidden;
  color: rgba(246,241,230,.05); user-select: none; pointer-events: none;
  margin-top: 18px; margin-bottom: -14px;
}
.foot-coverage { border-top: 1px dashed rgba(246,241,230,.18); }
.back-top { border: 2px dashed #8f887a; font-family: var(--font-stencil); font-weight: 400; letter-spacing: .12em; }
@media (max-width: 700px) {
  .fc-stamp { width: 88px; right: 2%; top: auto; bottom: -16px; }
  .foot-cta .container { padding-right: 90px; }
}
