/**
 * Premium paving mother template — tactile/material editorial.
 * Loaded after the legacy scaffold so the clone-safe PHP/ACF mechanics remain
 * intact while the public presentation has a new art direction.
 */

.fd-premium--paving {
  --p-coal: #151714;
  --p-coal-2: #252822;
  --p-limestone: #eee9dc;
  --p-paper: #faf8f1;
  --p-line: #c9c2b1;
  --p-yellow: var(--primary-color, #d9a012);
  --p-yellow-dark: color-mix(in srgb, var(--p-yellow) 75%, #000);
  --p-red: #9e321f;
  --p-display: 'Barlow Condensed', Impact, sans-serif;
  --p-body: 'Manrope', Arial, sans-serif;
  font-family: var(--p-body);
  color: var(--p-coal);
  background: var(--p-paper);
}
.fd-premium--paving h1,
.fd-premium--paving h2,
.fd-premium--paving h3,
.fd-premium--paving h4 { font-family: var(--p-display); letter-spacing: -.02em; }
.fd-premium--paving a:focus-visible,
.fd-premium--paving button:focus-visible,
.fd-premium--paving input:focus-visible,
.fd-premium--paving textarea:focus-visible,
.fd-premium--paving summary:focus-visible { outline: 3px solid var(--p-yellow); outline-offset: 4px; }

/* Header: one compact field bar over a warm-paper navigation plane. */
.fd-premium--paving .fd-t1 { min-height: 36px; padding: 7px clamp(18px,4vw,64px); background: var(--p-coal); font-family: var(--p-body); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.fd-premium--paving .fd-t1-phone { margin-left: auto; }
.fd-premium--paving .fd-t1-phone a { color: #fff !important; font-size: 13px; }
.fd-premium--paving .fd-t1-phone svg { fill: var(--p-yellow); }
.fd-premium--paving .fd-demo-tag { border: 1px solid rgba(255,255,255,.28); border-radius: 0; padding: 3px 8px; color: #ddd; font-size: 9px; letter-spacing: .14em; }
.fd-premium--paving .fd-t2 { min-height: 88px; padding: 0 clamp(18px,4vw,64px); background: var(--p-limestone); border-bottom: 1px solid var(--p-line); }
.fd-premium--paving .fd-t2-logo img { max-height: 58px; filter: none; }
.fd-premium--paving .fd-t2-logo .brandtext { color: var(--p-coal); font-family: var(--p-display); font-size: 27px; }
.fd-premium--paving .fd-mainnav a { padding: 32px 12px; color: var(--p-coal); font: 700 12px/1 var(--p-body); letter-spacing: .04em; }
.fd-premium--paving .fd-mainnav a:hover,
.fd-premium--paving .fd-mainnav li.current-menu-item > a { color: var(--p-coal); box-shadow: inset 0 -4px 0 var(--p-yellow); }
.fd-premium--paving .fd-t2 > .fd-btn { border-radius: 0; padding: 16px 21px; background: var(--p-coal); color: #fff !important; font-family: var(--p-body); }
.fd-premium--paving .fd-t3 { justify-content: flex-start; gap: 0; padding: 0 clamp(18px,4vw,64px); overflow-x: auto; flex-wrap: nowrap; background: var(--p-paper); border-bottom: 1px solid var(--p-line); scrollbar-width: thin; }
.fd-premium--paving .fd-t3 a { flex: 0 0 auto; padding: 12px 17px 11px 0; margin-right: 18px; color: #4e514a; font: 700 10px/1.2 var(--p-body); letter-spacing: .06em; }
.fd-premium--paving .fd-t3 a:hover { background: transparent; color: var(--p-coal); }

/* New homepage composition. */
.fdp-home { background: var(--p-paper); }
.fdp-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.fdp-eyebrow { margin: 0 0 18px; font: 800 12px/1.2 var(--p-body); letter-spacing: .16em; text-transform: uppercase; color: #5b5c55; }
.fdp-eyebrow::before { content: ''; display: inline-block; width: 32px; height: 4px; margin: 0 11px 2px 0; background: var(--p-yellow); }
.fdp-hero { position: relative; display: grid; grid-template-columns: minmax(430px,1.05fr) minmax(250px,.64fr) minmax(330px,.72fr); min-height: min(720px, calc(100svh - 124px)); padding: clamp(44px,5vw,72px) clamp(24px,4.5vw,72px) 92px; background: var(--p-limestone); overflow: hidden; }
.fdp-hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .12; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); }
.fdp-hero-copy { position: relative; z-index: 2; grid-column: 1; grid-row: 1; align-self: end; max-width: 720px; padding-right: clamp(24px,3vw,48px); animation: fdp-rise .65s cubic-bezier(.16,1,.3,1) both; }
.fdp-hero-support { position: relative; z-index: 2; grid-column: 1; grid-row: 2; align-self: start; max-width: 720px; padding-right: clamp(24px,3vw,48px); animation: fdp-rise .65s .06s cubic-bezier(.16,1,.3,1) both; }
.fdp-hero h1 { max-width: 760px; margin: 0; color: var(--p-coal); font-size: clamp(56px,5.4vw,86px); font-weight: 800; line-height: .86; text-transform: uppercase; text-wrap: balance; }
.fdp-lede { max-width: 660px; margin: 30px 0 0; color: #474a43; font-size: clamp(16px,1.25vw,19px); line-height: 1.7; }
.fdp-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.fdp-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 15px 22px; border: 1px solid var(--p-coal); border-radius: 0; color: var(--p-coal) !important; font: 800 12px/1.2 var(--p-body); letter-spacing: .05em; text-decoration: none !important; text-transform: uppercase; transition: transform .18s ease, background .18s ease, color .18s ease; }
.fdp-button:hover { transform: translateY(-2px); }
.fdp-button--solid { background: var(--p-coal); color: #fff !important; box-shadow: 6px 6px 0 var(--p-yellow); }
.fdp-button--solid:hover { background: #000; }
.fdp-button--phone { background: transparent; }
.fdp-button--phone::before { content: 'Call '; margin-right: 4px; color: #62645d; }
.fdp-fine { max-width: 560px; margin: 20px 0 0; font-size: 12px; line-height: 1.6; color: #686a63; }
.fdp-hero-visual { position: relative; z-index: 1; grid-column: 2; grid-row: 1 / span 2; align-self: stretch; min-height: 520px; margin: 0; overflow: hidden; background: var(--p-coal); animation: fdp-wipe .8s .08s cubic-bezier(.16,1,.3,1) both; }
.fdp-hero-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(0,0,0,.55)); pointer-events: none; }
.fdp-hero-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.08); transition: transform .7s cubic-bezier(.16,1,.3,1); }
.fdp-hero-visual:hover img { transform: scale(1.025); }
.fdp-hero-visual figcaption { position: absolute; z-index: 2; right: 24px; bottom: 22px; left: 24px; display: flex; gap: 16px; align-items: center; color: #fff; font: 700 12px/1.4 var(--p-body); text-transform: uppercase; letter-spacing: .08em; }
.fdp-hero-visual figcaption span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.55); color: var(--p-yellow); }
.fdp-hero-form { position: relative; z-index: 2; grid-column: 3; grid-row: 1 / span 2; display: flex; align-items: center; min-width: 0; padding: 26px; background: var(--p-coal); animation: fdp-rise .65s .12s cubic-bezier(.16,1,.3,1) both; }
.fdp-hero-form .fd-formcard { flex: 1 1 auto; min-width: 0; width: 100%; margin: 0; padding: 0; background: transparent; box-shadow: none; }
.fdp-hero-form .fd-formcard-head { justify-content: flex-start; font: 700 27px/1 var(--p-display); }
.fdp-hero-form .fd-field input,
.fdp-hero-form .fd-field textarea { border-radius: 0; background: #f6f2e8; font-family: var(--p-body); }
.fdp-hero-form .fd-field textarea { min-height: 64px; }
.fdp-hero-form .fd-consent { color: #b5b7b1; font-size: 8.5px; }
.fdp-hero-form .fd-form-submit { border-radius: 0; background: var(--p-yellow); color: var(--p-coal) !important; }
.fdp-jobrail { position: absolute; z-index: 3; right: clamp(24px,6vw,92px); bottom: 0; left: clamp(24px,6vw,92px); display: grid; grid-template-columns: repeat(4,1fr); background: var(--p-coal); color: #fff; }
.fdp-jobrail span { min-height: 72px; display: flex; align-items: center; padding: 14px 20px; border-right: 1px solid #3b3e37; font: 700 12px/1.35 var(--p-body); letter-spacing: .04em; text-transform: uppercase; }
.fdp-jobrail span::before { content: ''; width: 7px; height: 7px; margin-right: 12px; background: var(--p-yellow); }

.fdp-scope { padding: clamp(76px,9vw,132px) 0; background: var(--p-paper); }
.fdp-scope-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(54px,8vw,120px); align-items: start; }
.fdp-section-intro h2,
.fdp-section-head h2,
.fdp-estimate h2,
.fdp-area h2,
.fdp-close h2 { margin: 0; color: var(--p-coal); font-size: clamp(42px,5vw,74px); font-weight: 800; line-height: .95; text-transform: uppercase; }
.fdp-section-intro > p:last-child { max-width: 520px; margin: 24px 0 0; color: #5c5e57; line-height: 1.75; }
.fdp-checklist { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--p-line); }
.fdp-checklist li { display: grid; grid-template-columns: 56px 1fr; gap: 22px; padding: 26px 0; border-bottom: 1px solid var(--p-line); }
.fdp-checklist li > span { color: var(--p-yellow-dark); font: 800 16px/1 var(--p-display); }
.fdp-checklist h3 { margin: -5px 0 4px; color: var(--p-coal); font-size: 29px; font-weight: 700; text-transform: uppercase; }
.fdp-checklist p { margin: 0; color: #5e6059; line-height: 1.65; }

.fdp-services { padding: clamp(76px,9vw,132px) 0; background: var(--p-coal); color: #fff; }
.fdp-section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 46px; }
.fdp-services .fdp-eyebrow { color: #b9bbb4; }
.fdp-services .fdp-section-head h2 { max-width: 720px; color: #fff; }
.fdp-section-head > a { flex: 0 0 auto; padding-bottom: 5px; border-bottom: 2px solid var(--p-yellow); color: inherit; font: 800 12px/1.4 var(--p-body); text-decoration: none; text-transform: uppercase; letter-spacing: .05em; }
.fdp-service-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #41443d; border-left: 1px solid #41443d; }
.fdp-service { position: relative; min-height: 360px; display: grid; grid-template-rows: 180px 1fr; border-right: 1px solid #41443d; border-bottom: 1px solid #41443d; color: #fff !important; text-decoration: none !important; overflow: hidden; }
.fdp-service--feature { grid-column: span 2; grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr; }
.fdp-service-image { overflow: hidden; background: #333; }
.fdp-service-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65); transition: transform .45s cubic-bezier(.16,1,.3,1), filter .3s; }
.fdp-service:hover .fdp-service-image img { transform: scale(1.04); filter: saturate(.95); }
.fdp-service-copy { display: flex; flex-direction: column; align-items: flex-start; padding: 24px; }
.fdp-service-copy small { color: var(--p-yellow); font: 800 12px/1 var(--p-display); }
.fdp-service-copy strong { margin-top: 14px; font: 700 clamp(24px,2.4vw,35px)/.95 var(--p-display); text-transform: uppercase; }
.fdp-service-copy em { margin-top: 13px; color: #bfc1bb; font: 400 13px/1.6 var(--p-body); font-style: normal; }
.fdp-service-copy b { margin-top: auto; padding-top: 22px; color: #fff; font: 700 11px/1 var(--p-body); text-transform: uppercase; letter-spacing: .05em; }

.fdp-estimate { display: grid; grid-template-columns: minmax(300px,.82fr) minmax(480px,1.18fr); background: var(--p-limestone); }
.fdp-estimate-image { position: relative; min-height: 720px; overflow: hidden; }
.fdp-estimate-image img { width: 100%; height: 100%; object-fit: cover; }
.fdp-estimate-image span { position: absolute; left: 16px; bottom: 16px; padding: 7px 9px; background: rgba(20,22,19,.84); color: #fff; font: 700 9px/1 var(--p-body); text-transform: uppercase; letter-spacing: .08em; }
.fdp-estimate-copy { align-self: center; padding: clamp(42px,6vw,88px); }
.fdp-estimate h2 { font-size: clamp(42px,4.5vw,67px); }
.fdp-steps { margin-top: 32px; border-top: 1px solid var(--p-line); }
.fdp-steps p { position: relative; margin: 0; padding: 20px 0 20px 42px; border-bottom: 1px solid var(--p-line); color: #575a53; line-height: 1.65; }
.fdp-steps p span { position: absolute; left: 0; top: 23px; color: var(--p-yellow-dark); font: 800 15px/1 var(--p-display); }
.fdp-steps strong { display: block; color: var(--p-coal); }
.fdp-text-phone { display: inline-block; margin-top: 28px; color: var(--p-coal) !important; font: 800 28px/1 var(--p-display); text-decoration-color: var(--p-yellow) !important; text-underline-offset: 6px; }
.fdp-work { padding: clamp(76px,9vw,132px) 0; background: var(--p-paper); }
.fdp-work-pair { display: grid; grid-template-columns: 1.18fr .82fr; gap: 18px; }
.fdp-work figure { margin: 0; background: var(--p-coal); }
.fdp-work img { display: block; width: 100%; height: 520px; object-fit: cover; }
.fdp-work figure:last-child img { height: 430px; }
.fdp-work figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 19px 22px; color: #fff; }
.fdp-work figcaption strong { font: 700 23px/1 var(--p-display); text-transform: uppercase; }
.fdp-work figcaption span { color: #bfc1bb; font-size: 11px; text-transform: uppercase; letter-spacing: .05em; }

.fdp-proof { padding: 70px 0; background: var(--p-yellow); }
.fdp-proof .fdp-shell { display: grid; grid-template-columns: .45fr 1.55fr; gap: 50px; }
.fdp-proof-summary { display: flex; flex-direction: column; }
.fdp-proof-summary .fdp-eyebrow::before { background: var(--p-coal); }
.fdp-proof-summary strong { font: 800 90px/.8 var(--p-display); }
.fdp-proof-summary > span { margin-top: 10px; font-weight: 700; }
.fdp-proof-summary > a { margin-top: auto; color: var(--p-coal); font-weight: 800; }
.fdp-proof-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.fdp-proof blockquote { margin: 0; padding: 28px; background: var(--p-paper); }
.fdp-proof blockquote p { margin: 0; font: 600 17px/1.7 var(--p-body); }
.fdp-proof cite { display: block; margin-top: 18px; font-size: 12px; font-style: normal; }

.fdp-area { padding: clamp(76px,9vw,132px) 0; background: var(--p-limestone); }
.fdp-area-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px,8vw,110px); align-items: center; }
.fdp-area p { color: #5b5d56; line-height: 1.7; }
.fdp-area .hvg-city-related-pages { grid-template-columns: repeat(2,1fr); margin: 28px 0 34px; }
.fdp-area .hvg-city-related-pages a { color: var(--p-coal); text-decoration-color: var(--p-yellow); }
.fdp-map { border: 1px solid var(--p-line); background: var(--p-paper); padding: 12px; box-shadow: 14px 14px 0 var(--p-coal); }
.fdp-map iframe { display: block; width: 100%; min-height: 380px; border: 0; filter: grayscale(.75) contrast(.95); }
.fdp-map p { margin: 0; padding: 14px 10px 5px; font-size: 12px; }

.fdp-close { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; min-height: 500px; background: var(--p-coal); color: #fff; }
.fdp-close-image { min-height: 420px; background: linear-gradient(rgba(0,0,0,.12),rgba(0,0,0,.35)),var(--close-image) center/cover no-repeat; }
.fdp-close-copy { align-self: center; max-width: 740px; padding: clamp(48px,7vw,100px); }
.fdp-close .fdp-eyebrow { color: #c7c9c2; }
.fdp-close h2 { color: #fff; }
.fdp-close-copy > p:not(.fdp-eyebrow) { max-width: 590px; color: #c7c9c2; }
.fdp-close .fdp-button--solid { background: var(--p-yellow); color: var(--p-coal) !important; box-shadow: none; }
.fdp-close .fdp-button--phone { border-color: #757870; color: #fff !important; }

/* Interior pages inherit the same field-built language. */
.fd-premium--paving .fd-phero,
.fd-premium--paving .fd-hero { background: var(--p-coal); }
.fd-premium--paving .fd-phero-bg,
.fd-premium--paving .fd-hero-bg { filter: saturate(.58) contrast(1.08); }
.fd-premium--paving .fd-phero-bg::after,
.fd-premium--paving .fd-hero-bg::after { background: linear-gradient(90deg,rgba(17,19,16,.9),rgba(17,19,16,.28)); }
.fd-premium--paving .fd-phero h1,
.fd-premium--paving .fd-hero h1 { max-width: 850px; font-size: clamp(48px,6vw,88px); font-weight: 800; line-height: .9; }
.fd-premium--paving .fd-content { max-width: 1020px; font-family: var(--p-body); }
.fd-premium--paving .fd-content h2,
.fd-premium--paving .fd-citymain h2,
.fd-premium--paving .fd-citybottom h2 { font-size: clamp(34px,3.4vw,50px); font-weight: 800; line-height: 1; text-transform: uppercase; }
.fd-premium--paving .fd-faq,
.fd-premium--paving .hvg-accordion-list li,
.fd-premium--paving .fdemo .services-page-link { border-radius: 0; }
.fd-premium--paving .fd-faq { border-bottom: 1px solid var(--p-line); background: transparent; }
.fd-premium--paving .fd-faq summary { font-family: var(--p-body); }
.fd-premium--paving .fd-tile { min-height: 360px; }
.fd-premium--paving .fd-tile span { font-family: var(--p-display); font-size: 31px; text-transform: uppercase; }
.fd-premium--paving .fd-rely-photo img,
.fd-premium--paving .fdemo-contact-map iframe { border-radius: 0; box-shadow: 12px 12px 0 var(--p-yellow); }

/* Premium service pages: short, job-specific scopes instead of SEO prose. */
.fdp-service-page .fd-phero { min-height: 520px; }
.fdp-service-page .fd-phero-in { max-width: 1180px; padding-bottom: 88px; }
.fdp-service-page .fd-phero h1 { max-width: 920px; }
.fdp-service-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.fdp-service-hero-actions .fdp-button--solid { background: var(--p-yellow); }
.fdp-service-hero-actions .fdp-button--phone { border-color: #8b8d86; color: #fff !important; }
.fdp-service-page .fd-servicebody { background: var(--p-paper) !important; }
.fdp-service-page .fd-content { max-width: 1180px; padding-top: clamp(64px,8vw,112px); padding-bottom: clamp(70px,9vw,126px); }
.fdp-service-page .fd-svc-intro { max-width: 900px; margin: 0 0 clamp(58px,7vw,96px); color: var(--p-coal); font: 600 clamp(24px,2.5vw,37px)/1.35 var(--p-body); }
.fdp-service-page .fd-svc-block { margin: clamp(62px,8vw,108px) 0 0; }
.fdp-service-page .fd-svc-block > small { display: flex; align-items: center; gap: 10px; color: #65675f; font: 800 11px/1 var(--p-body); letter-spacing: .12em; text-transform: uppercase; }
.fdp-service-page .fd-svc-block > small::before { width: 32px; height: 3px; background: var(--p-yellow); content: ""; }
.fdp-service-page .fd-svc-block > h2 { max-width: 820px; margin: 18px 0 32px; }
.fdp-service-page .fd-svc-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--p-line); border-left: 1px solid var(--p-line); }
.fdp-service-page .fd-svc-grid article { min-height: 210px; padding: 30px; border-right: 1px solid var(--p-line); border-bottom: 1px solid var(--p-line); background: #fff; }
.fdp-service-page .fd-svc-grid h3 { margin: 0 0 14px; color: var(--p-coal); font: 800 25px/1 var(--p-display); text-transform: uppercase; }
.fdp-service-page .fd-svc-grid p { margin: 0; color: #5a5d55; line-height: 1.65; }
.fdp-service-page .fd-svc-note { display: grid; grid-template-columns: .72fr 1.28fr; gap: 42px; align-items: start; margin-top: clamp(68px,9vw,120px); padding: clamp(38px,5vw,68px); background: var(--p-coal); color: #fff; }
.fdp-service-page .fd-svc-note h2 { margin: 0; color: #fff; }
.fdp-service-page .fd-svc-note p { margin: 0; color: #c6c8c1; font-size: 18px; line-height: 1.7; }
.fdp-service-page .fd-svc-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; counter-reset: svc-step; }
.fdp-service-page .fd-svc-steps article { position: relative; padding-top: 44px; border-top: 1px solid var(--p-line); counter-increment: svc-step; }
.fdp-service-page .fd-svc-steps article::before { position: absolute; top: 14px; left: 0; color: #8b8d86; font: 800 11px/1 var(--p-body); content: "0" counter(svc-step); }
.fdp-service-page .fd-svc-steps h3 { margin: 0 0 12px; font: 800 24px/1 var(--p-display); text-transform: uppercase; }
.fdp-service-page .fd-svc-steps p { margin: 0; color: #5a5d55; line-height: 1.65; }
.fdp-service-close { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 520px; background: var(--p-coal); color: #fff; }
.fdp-service-close-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) contrast(1.08); }
.fdp-service-close-copy { align-self: center; max-width: 720px; padding: clamp(52px,7vw,100px); }
.fdp-service-close-copy h2 { color: #fff; }
.fdp-service-close-copy > p:not(.fdp-eyebrow) { color: #c6c8c1; }
.fdp-service-close .fdp-button--solid { background: var(--p-yellow); color: var(--p-coal) !important; }
.fdp-service-close .fdp-button--phone { border-color: #777a72; color: #fff !important; }

/* Footer: restrained, readable, and consistent with the limestone/coal field book. */
.fd-premium--paving .fd-footer { background: #0f110f; font-family: var(--p-body); }
.fd-premium--paving .fd-footer h4 { font-family: var(--p-body); color: var(--p-yellow); }
.fd-premium--paving .fd-footer-brand img { filter: invert(1) grayscale(1) brightness(2); }
.fd-premium--paving .fd-footer .fd-btn { border-radius: 0; background: var(--p-yellow); color: var(--p-coal) !important; }

@keyframes fdp-rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes fdp-wipe { from { opacity: 0; clip-path: inset(0 0 100% 0); } to { opacity: 1; clip-path: inset(0); } }

@media (max-width: 1080px) {
  .fdp-hero { grid-template-columns: minmax(0,1fr) minmax(340px,.82fr); }
  .fdp-hero-copy { grid-column: 1; grid-row: 1; }
  .fdp-hero-support { grid-column: 1; grid-row: 2; }
  .fdp-hero-visual { grid-column: 1; grid-row: 3; min-height: 330px; }
  .fdp-hero-form { grid-column: 2; grid-row: 1 / span 3; }
  .fdp-service-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 900px) {
  .fd-premium--paving .fd-t2 { min-height: 72px; }
  .fd-premium--paving .fd-t2 > .fd-btn { margin-left: auto; }
  .fd-premium--paving .fd-burger span { background: var(--p-coal); }
  .fd-premium--paving .fd-mnav { background: var(--p-coal); }
  .fdp-hero { grid-template-columns: 1fr; padding-bottom: 104px; }
  .fdp-hero-copy { grid-column: auto; grid-row: auto; order: 1; padding: 0 0 24px; }
  .fdp-hero-form { grid-column: auto; grid-row: auto; order: 2; }
  .fdp-hero-support { grid-column: auto; grid-row: auto; order: 3; padding: 10px 0 28px; }
  .fdp-hero-visual { grid-column: auto; grid-row: auto; order: 4; }
  .fdp-hero-visual { min-height: 430px; }
  .fdp-jobrail { grid-template-columns: repeat(2,1fr); }
  .fdp-scope-grid,
  .fdp-area-grid,
  .fdp-close { grid-template-columns: 1fr; }
  .fdp-estimate { grid-template-columns: 1fr; }
  .fdp-estimate-image { min-height: 420px; }
  .fdp-work-pair { grid-template-columns: 1fr; }
  .fdp-work figure:last-child img { height: 520px; }
  .fdp-proof .fdp-shell { grid-template-columns: 1fr; }
  .fdp-proof-summary > a { margin-top: 22px; }
  .fdp-service-page .fd-svc-grid { grid-template-columns: 1fr; }
  .fdp-service-page .fd-svc-note,
  .fdp-service-close { grid-template-columns: 1fr; }
  .fdp-service-page .fd-svc-steps { grid-template-columns: 1fr; }
  .fdp-service-close-image { min-height: 380px; }
}
@media (max-width: 620px) {
  .fdp-shell { width: min(100% - 32px,1180px); }
  .fdp-hero { min-height: auto; padding: 34px 16px 138px; }
  .fdp-hero h1 { font-size: clamp(48px,14vw,64px); }
  .fdp-lede { margin-top: 18px; font-size: 15px; line-height: 1.55; }
  .fdp-actions { margin-top: 20px; }
  .fdp-fine { margin-top: 14px; }
  .fdp-hero-form { padding: 24px 18px; }
  .fdp-hero-visual { min-height: 330px; }
  .fdp-jobrail { right: 16px; bottom: 0; left: 16px; }
  .fdp-jobrail span { min-height: 58px; padding: 10px 12px; font-size: 10px; }
  .fdp-section-head { align-items: flex-start; flex-direction: column; }
  .fdp-service-grid { grid-template-columns: 1fr; }
  .fdp-service--feature { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: 220px 1fr; }
  .fdp-estimate-copy,
  .fdp-close-copy { padding: 50px 20px; }
  .fdp-work img,
  .fdp-work figure:last-child img { height: 310px; }
  .fdp-work figcaption { align-items: flex-start; flex-direction: column; }
  .fdp-proof-cards { grid-template-columns: 1fr; }
  .fdp-area .hvg-city-related-pages { grid-template-columns: 1fr; }
  .fdp-map { box-shadow: 8px 8px 0 var(--p-coal); }
}
@media (prefers-reduced-motion: reduce) {
  .fd-premium--paving *,
  .fd-premium--paving *::before,
  .fd-premium--paving *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* 2026-08-22 showroom correction: use the working local-service grammar of
 * the current customer fleet without inheriting unsupported customer claims. */
.fd-premium--paving .fd-t2 { background: #080908; border-bottom-color: #30322d; }
.fd-premium--paving .fd-t2-logo { padding: 7px 10px; background: #f4f0e5; }
.fd-premium--paving .fd-t2-logo img { max-height: 54px; filter: none; }
.fd-premium--paving .fd-mainnav a { color: #fff; }
.fd-premium--paving .fd-mainnav a:hover,
.fd-premium--paving .fd-mainnav li.current-menu-item > a { color: #fff; }
.fd-premium--paving .fd-t2 > .fd-btn { background: var(--p-yellow); color: #111 !important; }
.fd-premium--paving .fd-t3 { background: #d7d7d3; border-bottom-color: #a9aaa5; }
.fd-premium--paving .fd-t3 a { color: #20221f; }

.fdp-hero {
  grid-template-columns: minmax(0,1fr) minmax(350px,.48fr);
  grid-template-rows: 1fr auto;
  gap: 0 clamp(34px,5vw,84px);
  min-height: min(760px,calc(100svh - 124px));
  padding: clamp(66px,8vw,118px) clamp(28px,6vw,92px) 112px;
  background: var(--p-coal);
}
.fdp-hero::before {
  z-index: 1;
  opacity: 1;
  background: linear-gradient(90deg,rgba(5,6,5,.94) 0%,rgba(5,6,5,.82) 37%,rgba(5,6,5,.36) 67%,rgba(5,6,5,.72) 100%);
}
.fdp-hero-copy { z-index: 2; grid-column: 1; grid-row: 1; align-self: end; max-width: 790px; padding: 0; }
.fdp-hero-support { z-index: 2; grid-column: 1; grid-row: 2; max-width: 720px; padding: 0 0 18px; }
.fdp-hero h1 { color: #fff; font-size: clamp(58px,5.8vw,92px); line-height: .88; text-shadow: 0 3px 28px rgba(0,0,0,.28); }
.fdp-hero .fdp-eyebrow { color: #e7e3d8; }
.fdp-lede { color: #f2eee4; font-weight: 500; text-shadow: 0 2px 18px rgba(0,0,0,.4); }
.fdp-fine { color: #d2d0c8; }
.fdp-hero .fdp-button--solid { border-color: var(--p-yellow); background: var(--p-yellow); color: #111 !important; box-shadow: none; }
.fdp-hero .fdp-button--phone { border-color: rgba(255,255,255,.72); background: rgba(8,9,8,.55); color: #fff !important; }
.fdp-hero-visual { position: absolute; z-index: 0; inset: 0; min-height: 0; margin: 0; animation: none; }
.fdp-hero-visual::after { background: linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.38)); }
.fdp-hero-visual img { object-position: 58% center; filter: saturate(.76) contrast(1.08) brightness(.8); }
.fdp-hero-visual figcaption { right: calc(clamp(28px,6vw,92px) + 390px); bottom: 96px; left: auto; max-width: 330px; padding: 10px 12px; background: rgba(8,9,8,.72); }
.fdp-hero-form { z-index: 3; grid-column: 2; grid-row: 1 / span 2; align-self: center; padding: 30px; background: rgba(8,9,8,.94); border-top: 5px solid var(--p-yellow); box-shadow: 0 28px 70px rgba(0,0,0,.38); }
.fdp-jobrail { z-index: 4; }

@media (max-width: 900px) {
  .fd-premium--paving .fd-burger span { background: #fff; }
  .fdp-hero { display: flex; flex-direction: column; min-height: auto; padding: 48px 24px 130px; }
  .fdp-hero-copy { order: 1; align-self: auto; }
  .fdp-hero-support { order: 2; padding: 0 0 28px; }
  .fdp-hero-form { order: 3; width: min(100%,540px); align-self: flex-start; }
  .fdp-hero-visual { min-height: 0; }
  .fdp-hero-visual figcaption { display: none; }
  .fdp-hero-visual img { object-position: 62% center; }
}
@media (max-width: 620px) {
  .fdp-hero { padding: 36px 16px 132px; }
  .fdp-hero h1 { font-size: clamp(47px,13.2vw,58px); }
  .fdp-hero::before { background: linear-gradient(180deg,rgba(5,6,5,.89) 0%,rgba(5,6,5,.77) 50%,rgba(5,6,5,.92) 100%); }
  .fdp-hero-visual img { object-position: 60% center; filter: saturate(.72) contrast(1.08) brightness(.62); }
  .fdp-hero-form { padding: 24px 18px; }
}
