/*
Theme Name: AMPAC Paving & Concrete
Theme URI: https://ampacpaving.com/
Author: AMPAC Paving & Concrete Limited
Author URI: https://ampacpaving.com/
Description: Conversion-focused theme for AMPAC Paving & Concrete Limited. Asphalt, concrete and interlock contractor site with 26 city landing pages, eight service pages, a project portfolio, a blog, and a Fluent Forms booking slot. Self-hosted fonts, no external CDN calls, and no page builder. Titles, meta descriptions and structured data are left to an SEO plugin so there is a single source.
Version: 1.0.9
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ampac-paving
Domain Path: /languages
Tags: business, portfolio, one-column, custom-menu, custom-logo, featured-images, block-styles, translation-ready
*/

/* ---------------------------------------------------------------
   1. TOKENS
   --------------------------------------------------------------- */
:root {
  --ink: #16181B;
  --black: #0C0D0F;
  --red: #C8102E;
  --red-dk: #A00C24;
  --pink: #FF6C82;
  --cream: #F6F4F1;
  --sand: #EDEAE4;
  --line: #E4E0DA;
  --line-2: #E0DBD4;
  --grey: #55595F;
  --grey-2: #6B7076;
  --grey-3: #8A8F95;
  --grey-4: #9AA0A7;
  --d-grey: #C4C9CE;
  --d-grey-2: #B9BEC4;
  --d-line: #2A2E33;
  --d-panel: #16181B;
  --stone: #DDD9D3;
  --wrap: 1240px;
  --pad: 28px;
  --cond: "Barlow Condensed", "Barlow", "Arial Narrow", system-ui, sans-serif;
  --body: "Barlow", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

/* ---------------------------------------------------------------
   2. RESET / BASE
   --------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--cream);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video, svg, iframe { max-width: 100%; }
img { height: auto; border: 0; }
a { color: var(--red); text-decoration: none; }
a:hover, a:focus { color: var(--red-dk); text-decoration: underline; }
h1, h2, h3, h4, h5, h6 {
  font-family: var(--cond);
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.01em;
  line-height: 0.96;
  text-wrap: balance;
}
p { margin: 0; text-wrap: pretty; }
ul, ol { margin: 0; padding-left: 1.2em; }
figure { margin: 0; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 2px; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link:focus {
  position: fixed; z-index: 100000; top: 8px; left: 8px;
  background: var(--red); color: #fff; padding: 12px 18px; clip: auto; width: auto; height: auto;
  font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 700;
}

/* ---------------------------------------------------------------
   3. LAYOUT
   --------------------------------------------------------------- */
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--pad); }
.wrap--narrow { max-width: 900px; }
.sec { padding-top: 84px; padding-bottom: 84px; }
.sec--sm { padding-top: 62px; padding-bottom: 62px; }
.sec--lg { padding-top: 88px; padding-bottom: 88px; }
.sec--tight { padding-top: 40px; padding-bottom: 40px; }
.sec--top0 { padding-top: 0; }
.sec--bot0 { padding-bottom: 0; }

.band { background: var(--d-panel); color: #fff; }
.band--black { background: var(--black); color: #fff; }
.band--white { background: #fff; }
.band--sand { background: var(--sand); }
.band--red { background: var(--red); color: #fff; }
.band--rule { border-bottom: 1px solid var(--line); }
.band--rule-t { border-top: 1px solid var(--line); }

.grid { display: grid; gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.grid-auto { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 24px; }
.split { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,0.85fr); gap: 54px; align-items: start; }
.split--even { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
.split--flip { grid-template-columns: minmax(0,0.85fr) minmax(0,1.15fr); }
.split--wide { grid-template-columns: minmax(0,1.05fr) minmax(0,0.95fr); align-items: center; gap: 60px; }
.split--form { grid-template-columns: minmax(0,1.25fr) minmax(0,0.75fr); gap: 26px; }

/* hairline mosaic: 2px rules between dark tiles */
.mosaic { display: grid; gap: 2px; background: var(--d-line); border: 1px solid var(--d-line); }
.mosaic-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }

.row { display: flex; flex-wrap: wrap; gap: 14px; }
.row--tight { gap: 9px; }
.row--between { display: flex; flex-wrap: wrap; gap: 24px; align-items: flex-end; justify-content: space-between; }

/* ---------------------------------------------------------------
   4. TYPE SCALE
   --------------------------------------------------------------- */
.eyebrow {
  font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.18em;
  font-weight: 700; font-size: 16px; color: var(--red);
}
.eyebrow--pink { color: var(--pink); }
.eyebrow--grey { color: var(--grey-4); letter-spacing: 0.1em; }
.eyebrow--sm { font-size: 15px; letter-spacing: 0.14em; }

.t-hero { font-size: 118px; line-height: 0.86; text-transform: uppercase; letter-spacing: -0.02em; }
.t-page { font-size: 92px; line-height: 0.88; text-transform: uppercase; letter-spacing: -0.02em; }
.t-xl { font-size: 76px; line-height: 0.9; text-transform: uppercase; letter-spacing: -0.02em; }
.t-lg { font-size: 68px; line-height: 0.9; text-transform: uppercase; letter-spacing: -0.02em; }
.t-md { font-size: 54px; line-height: 0.94; text-transform: uppercase; }
.t-sm { font-size: 42px; text-transform: uppercase; }
.t-xs { font-size: 30px; text-transform: uppercase; }
.t-card { font-size: 27px; text-transform: uppercase; line-height: 1.02; }

.lead { font-size: 24px; line-height: 1.45; }
.lead--sm { font-size: 20px; line-height: 1.55; }
.copy { font-size: 18px; line-height: 1.7; color: #3E4247; }
.copy + .copy { margin-top: 16px; }
.note { font-size: 17px; line-height: 1.6; color: var(--grey); }
.note--sm { font-size: 15px; color: var(--grey-2); line-height: 1.5; }
.note--xs { font-size: 13px; color: var(--grey-3); line-height: 1.5; }
.on-dark { color: var(--d-grey); }
.on-dark-2 { color: var(--d-grey-2); }
.mt-6 { margin-top: 6px; } .mt-8 { margin-top: 8px; } .mt-10 { margin-top: 10px; }
.mt-14 { margin-top: 14px; } .mt-16 { margin-top: 16px; } .mt-18 { margin-top: 18px; }
.mt-22 { margin-top: 22px; } .mt-26 { margin-top: 26px; } .mt-30 { margin-top: 30px; }
.mt-34 { margin-top: 34px; } .mt-40 { margin-top: 40px; } .mt-44 { margin-top: 44px; }
.mw-14 { max-width: 14ch; } .mw-16 { max-width: 16ch; } .mw-18 { max-width: 18ch; }
.mw-20 { max-width: 20ch; } .mw-22 { max-width: 22ch; } .mw-24 { max-width: 24ch; }
.mw-26 { max-width: 26ch; } .mw-38 { max-width: 38ch; } .mw-40 { max-width: 40ch; }
.mw-44 { max-width: 44ch; } .mw-46 { max-width: 46ch; } .mw-48 { max-width: 48ch; } .mw-52 { max-width: 52ch; }

/* ---------------------------------------------------------------
   5. BUTTONS
   --------------------------------------------------------------- */
.btn {
  display: inline-block; border: 0; cursor: pointer; border-radius: 0;
  font-family: var(--cond); font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.06em; font-size: 21px; padding: 16px 30px;
  background: var(--red); color: #fff; text-align: center;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.btn:hover, .btn:focus { background: var(--black); color: #fff; text-decoration: none; }
.btn--lg { font-size: 24px; padding: 20px 38px; box-shadow: 0 14px 34px rgba(200,16,46,.42); }
.btn--sm { font-size: 18px; padding: 13px 22px; }
.btn--xs { font-size: 17px; padding: 12px 18px; letter-spacing: 0.05em; }
.btn--block { display: block; width: 100%; }
.btn--white { background: #fff; color: var(--ink); }
.btn--white:hover, .btn--white:focus { background: var(--red); color: #fff; }
.btn--wired { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.6); padding: 18px 34px; font-size: 24px; }
.btn--wired:hover, .btn--wired:focus { background: #fff; color: var(--black); border-color: #fff; }
.btn--wired-sm { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.6); padding: 15px 28px; font-size: 20px; }
.btn--wired-sm:hover { background: #fff; color: var(--black); }
.btn--outline { background: #fff; color: var(--ink); border: 2px solid var(--ink); padding: 13px 22px; font-size: 17px; }
.btn--outline:hover, .btn--outline:focus { background: var(--red); border-color: var(--red); color: #fff; }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--red); }
.btn--red-on-white { background: var(--red); color: #fff; }
.btn--red-on-white:hover { background: #fff; color: var(--red); }
.btn--onink { background: transparent; border: 2px solid var(--ink); color: var(--ink); font-size: 20px; padding: 13px 20px; }
.btn--onink:hover { background: var(--ink); color: #fff; }

.arrowlink {
  font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.08em;
  font-weight: 700; font-size: 15px; color: var(--red);
}

/* ---------------------------------------------------------------
   6. BADGES / TICKER
   --------------------------------------------------------------- */
.badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--red); color: #fff; font-family: var(--cond); font-weight: 700;
  font-size: 16px; letter-spacing: 0.16em; text-transform: uppercase; padding: 9px 16px;
}
.badge--white { background: #fff; color: var(--red); }
.badge--sm { font-size: 15px; padding: 8px 15px; }
.badge__dot { width: 9px; height: 9px; border-radius: 50%; background: currentColor; animation: ampacPulse 1.8s infinite; }
@keyframes ampacPulse { 0%,100% { opacity: 1; } 50% { opacity: .45; } }
@keyframes ampacMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.ticker { background: var(--red); overflow: hidden; padding: 14px 0; }
.ticker__track { display: flex; width: max-content; animation: ampacMarquee 34s linear infinite; }
.ticker__item {
  display: flex; align-items: center; gap: 34px; padding-right: 34px; color: #fff;
  font-family: var(--cond); font-size: 22px; text-transform: uppercase;
  letter-spacing: 0.1em; font-weight: 600; white-space: nowrap;
}
.ticker__sep { color: rgba(255,255,255,.5); }
@media (prefers-reduced-motion: reduce) {
  .ticker__track { animation: none; }
  .badge__dot { animation: none; }
}

/* ---------------------------------------------------------------
   7. HEADER / NAV
   --------------------------------------------------------------- */
.topbar { background: var(--d-panel); color: #C9CDD2; font-size: 13px; letter-spacing: 0.04em; padding: 9px 0; }
.topbar__in { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: space-between; }
.topbar__grp { display: flex; gap: 22px; flex-wrap: wrap; align-items: center; }
.topbar strong { text-transform: uppercase; font-weight: 600; color: #fff; }
.topbar a { color: #fff; font-weight: 600; }

.sitehead {
  position: sticky; top: 0; z-index: 50; background: #fff;
  border-bottom: 1px solid var(--line); box-shadow: 0 1px 12px rgba(16,18,20,.06);
}
.sitehead__in { max-width: var(--wrap); margin: 0 auto; padding: 12px 24px; display: flex; align-items: center; gap: 18px; }
.brand { display: block; flex: none; }
.brand img { height: 46px; width: auto; display: block; }

.nav { flex: 1; display: flex; flex-wrap: nowrap; gap: 2px; justify-content: flex-end; align-items: center; }
.nav__item { position: relative; display: flex; align-items: center; }
.nav__link {
  display: flex; align-items: center; gap: 6px; white-space: nowrap;
  font-family: var(--cond); font-weight: 600; font-size: 16px; text-transform: uppercase;
  letter-spacing: 0.05em; padding: 8px 9px; color: #33373D; border-bottom: 3px solid transparent;
  background: transparent;
}
.nav__link:hover, .nav__link:focus, .nav__item:hover > .nav__link { background: #F2EFEA; color: var(--red); text-decoration: none; }
.nav__item.is-current > .nav__link { color: var(--red); border-bottom-color: var(--red); }
.nav__caret { font-size: 10px; line-height: 1; }
.nav__cta {
  white-space: nowrap; margin-left: 8px; background: var(--red); color: #fff;
  font-family: var(--cond); font-weight: 700; font-size: 16px; text-transform: uppercase;
  letter-spacing: 0.05em; padding: 12px 16px;
}
.nav__cta:hover, .nav__cta:focus { background: var(--red-dk); color: #fff; text-decoration: none; }

.submenu {
  position: absolute; top: 100%; left: 0; z-index: 60; min-width: 320px;
  background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--red);
  box-shadow: 0 20px 44px rgba(16,18,20,.24);
  opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity .14s ease, transform .14s ease, visibility .14s;
}
.nav__item:hover > .submenu,
.nav__item:focus-within > .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.submenu__all {
  display: flex; justify-content: space-between; gap: 16px; align-items: center; padding: 15px 20px;
  background: var(--d-panel); color: #fff; font-family: var(--cond); text-transform: uppercase;
  letter-spacing: 0.05em; font-weight: 700; font-size: 18px;
}
.submenu__all:hover, .submenu__all:focus { background: var(--red); color: #fff; text-decoration: none; }
.submenu__link {
  display: flex; justify-content: space-between; gap: 16px; align-items: center; padding: 14px 20px;
  font-size: 16px; font-weight: 600; line-height: 1.35; color: #33373D; border-bottom: 1px solid var(--sand);
}
.submenu__link:hover, .submenu__link:focus { background: #F2EFEA; color: var(--red); text-decoration: none; }
.submenu__link span:last-child { color: var(--red); }

.mobbar { flex: 1; gap: 10px; justify-content: flex-end; align-items: center; display: none; }
.mobbar__call {
  background: var(--red); color: #fff; font-family: var(--cond); font-weight: 700; font-size: 16px;
  text-transform: uppercase; letter-spacing: 0.05em; padding: 12px 18px; white-space: nowrap;
}
.mobbar__call:hover { background: var(--red-dk); color: #fff; text-decoration: none; }
.burger {
  position: relative; display: block; flex: 0 0 48px;
  width: 48px; height: 46px; padding: 0; margin: 0; border: 1px solid #DED9D2; border-radius: 0;
  background: #fff; cursor: pointer; -webkit-appearance: none; appearance: none; color: var(--ink);
  -webkit-tap-highlight-color: transparent;
}
.burger span {
  position: absolute; left: 12px; right: 12px; display: block; height: 2px; width: auto;
  background: var(--ink); border-radius: 1px; transition: transform .2s, opacity .2s;
}
.burger span:nth-child(1) { top: 15px; }
.burger span:nth-child(2) { top: 21px; }
.burger span:nth-child(3) { top: 27px; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.burger:hover { border-color: var(--red); }

.mobnav { display: none; border-top: 1px solid var(--line); background: #fff; max-height: 74vh; overflow-y: auto; }
.mobnav.is-open { display: block; }
.mobnav__in { max-width: var(--wrap); margin: 0 auto; padding: 14px 24px 24px; }
.mobnav__grp { border-bottom: 1px solid var(--sand); padding: 10px 0 14px; }
.mobnav__top {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-family: var(--cond); font-weight: 700; font-size: 24px; text-transform: uppercase;
  letter-spacing: 0.04em; color: var(--ink); padding: 10px 0;
}
.mobnav__top span:last-child { color: var(--red); }
.mobnav__top:hover { color: var(--red); text-decoration: none; }
.mobnav__sub { display: grid; gap: 2px; padding-left: 14px; border-left: 3px solid var(--sand); }
.mobnav__sub a { display: block; font-size: 17px; font-weight: 500; line-height: 1.4; color: var(--grey); padding: 11px 0; }
.mobnav__sub a:hover { color: var(--red); text-decoration: none; }
.mobnav__flat {
  display: block; border-bottom: 1px solid var(--sand); font-family: var(--cond); font-weight: 700;
  font-size: 24px; text-transform: uppercase; letter-spacing: 0.04em; color: var(--ink); padding: 16px 0;
}
.mobnav__flat:hover { color: var(--red); text-decoration: none; }

/* ---------------------------------------------------------------
   8. HERO
   --------------------------------------------------------------- */
.hero { position: relative; background: var(--black); overflow: hidden; }
.hero--home { min-height: 720px; display: flex; align-items: center; }
.hero__media, .hero__media video, .hero__media img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.hero__media { opacity: .5; }
.hero__media--soft { opacity: .42; }
.hero__media--faint { opacity: .25; }
.hero__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(12,13,15,.94) 0%, rgba(12,13,15,.72) 45%, rgba(12,13,15,.35) 100%);
}
.hero__scrim--red {
  background: linear-gradient(115deg, var(--red) 0%, rgba(150,11,34,.9) 30%, rgba(12,13,15,.95) 68%, var(--black) 100%);
}
.hero__in { position: relative; width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 96px var(--pad) 84px; }
.hero__in--page { padding: 92px var(--pad) 78px; }
.hero h1, .hero h2, .hero p { color: #fff; }
.hero p { color: #E5E8EB; }
.hero .accent { color: var(--red); }

.proofrow { display: flex; flex-wrap: wrap; gap: 12px 40px; margin-top: 44px; }
.proofrow__i { display: flex; gap: 10px; align-items: baseline; }
.proofrow__tick { font-family: var(--cond); font-weight: 700; font-size: 20px; color: var(--red); }
.proofrow__t {
  color: #fff; font-family: var(--cond); font-size: 20px; text-transform: uppercase;
  letter-spacing: 0.05em; font-weight: 600;
}

/* ---------------------------------------------------------------
   9. CARDS / TILES
   --------------------------------------------------------------- */
.card { background: #fff; border: 1px solid var(--line); }
.card--top { border-top: 4px solid var(--red); }
.card--pad { padding: 26px 26px 28px; }
.card--pad-lg { padding: 32px; }
.card--dark { background: var(--d-panel); border: 1px solid var(--d-line); color: #fff; }
.card--sand { background: var(--cream); border: 1px solid var(--line-2); padding: 22px 24px; }

.tile { background: var(--d-panel); color: #fff; padding: 30px 28px 32px; transition: background .15s ease; }
.tile:hover { background: var(--red-dk); }
.tile__bar { width: 34px; height: 4px; background: var(--red); }
.tile__bar--white { background: #fff; }
.tile a, a.tile { color: #fff; }
a.tile:hover { color: #fff; text-decoration: none; }

.svccard { display: block; background: #fff; border: 1px solid var(--line); overflow: hidden; color: var(--ink); }
.svccard:hover, .svccard:focus {
  border-color: var(--red); color: var(--ink); text-decoration: none; box-shadow: 0 12px 30px rgba(16,18,20,.1);
}
.svccard__body { padding: 22px 24px 26px; }

.media { overflow: hidden; background: var(--stone); }
.media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ar-43 { aspect-ratio: 4/3; }
.ar-1610 { aspect-ratio: 16/10; }
.ar-45 { aspect-ratio: 4/5; }
.ar-11 { aspect-ratio: 1/1; }
.ar-169 { aspect-ratio: 16/9; }

.splitpanel { position: relative; overflow: hidden; min-height: 420px; background: var(--d-panel); }
.splitpanel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.splitpanel__in {
  position: relative; padding: 40px 36px; display: flex; flex-direction: column;
  height: 100%; justify-content: flex-end; min-height: 420px;
}
.splitpanel h3 { color: #fff; font-size: 40px; text-transform: uppercase; }
.splitpanel p { color: #E2E5E8; }

.steplist__i { border-top: 3px solid var(--red); padding-top: 18px; }
.check { display: grid; grid-template-columns: 18px 1fr; gap: 10px; font-size: 17px; line-height: 1.5; }
.check__mark { color: var(--red); font-weight: 700; }
.checkgrid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px 26px; }
.checkgrid .check { padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.linklist a, .linklist__i {
  display: flex; justify-content: space-between; gap: 12px; padding: 11px 0;
  border-bottom: 1px solid var(--sand); font-family: var(--cond); text-transform: uppercase;
  letter-spacing: 0.03em; font-weight: 700; font-size: 18px; color: var(--ink);
}
.linklist a:hover { color: var(--red); text-decoration: none; }
.linklist a span:last-child { color: var(--red); }
.plainlist__i {
  font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.03em;
  font-size: 19px; font-weight: 600; padding: 10px 0; border-bottom: 1px solid var(--sand);
}
.whypoint { border-left: 3px solid var(--red); padding-left: 18px; }
.whypoint__t { font-family: var(--cond); font-size: 24px; text-transform: uppercase; font-weight: 700; }
.stars { color: var(--red); letter-spacing: 0.18em; font-size: 15px; }

.chip {
  display: inline-block; background: #fff; border: 2px solid #DED9D2; padding: 11px 17px;
  font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.04em;
  font-size: 17px; font-weight: 700; color: var(--ink);
}
.chip:hover, .chip:focus { background: var(--red); border-color: var(--red); color: #fff; text-decoration: none; }
.chip.is-on { background: var(--ink); border-color: var(--ink); color: #fff; }
.chip--ghost {
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.34);
  padding: 12px 18px; font-size: 18px; color: #fff;
}
.chip--ghost:hover { background: #fff; border-color: #fff; color: var(--red); }
.chip--kw { background: #fff; border: 1px solid #DED9D2; padding: 7px 12px; font-size: 14px; color: #45494F; font-family: var(--body); font-weight: 400; text-transform: none; letter-spacing: 0; }

.pkg { border: 2px solid var(--line); padding: 32px 30px 30px; position: relative; background: #fff; }
.pkg--dark { background: var(--d-panel); border-color: var(--d-panel); color: #fff; }
.pkg__tag { font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.14em; font-weight: 700; font-size: 14px; color: var(--red); }
.pkg--dark .pkg__tag { color: var(--pink); }
.pkg__name { font-size: 42px; text-transform: uppercase; margin-top: 6px; line-height: .95; }
.pkg__price { font-family: var(--cond); font-size: 46px; font-weight: 700; margin-top: 16px; line-height: 1; }
.pkg__items { display: grid; gap: 9px; margin-top: 18px; border-top: 1px solid var(--line); padding-top: 18px; }
.pkg--dark .pkg__items { border-top-color: var(--d-line); }
.pkg__items .check { font-size: 16px; line-height: 1.45; }

.faq { background: #fff; border: 1px solid var(--line); }
.faq + .faq { margin-top: 10px; }
.faq summary {
  display: flex; gap: 18px; justify-content: space-between; align-items: center; padding: 18px 22px;
  color: var(--ink); font-family: var(--cond); font-size: 22px; font-weight: 600;
  text-transform: uppercase; cursor: pointer; list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--red); }
.faq summary::after { content: "+"; color: var(--red); font-size: 26px; flex: none; }
.faq[open] summary::after { content: "–"; }
.faq p { padding: 0 22px 22px; font-size: 17px; line-height: 1.65; color: #45494F; }
.faqblock { background: var(--cream); border: 1px solid var(--line-2); padding: 22px 24px; }
.faqblock h3 { font-size: 23px; text-transform: uppercase; font-weight: 600; }

/* ---------------------------------------------------------------
   10. ESTIMATOR / BOOKING WIDGET
   --------------------------------------------------------------- */
.est__label { font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; font-size: 16px; color: var(--grey-4); }
.est__opt {
  border: 2px solid #3A3F45; background: transparent; color: var(--d-grey); padding: 13px 20px;
  font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.05em; font-weight: 700;
  font-size: 19px; white-space: nowrap; cursor: pointer;
}
.est__opt:hover { border-color: var(--red); background: var(--red); color: #fff; }
.est__opt.is-on { border-color: var(--red); background: var(--red); color: #fff; }
.est__cond {
  display: block; border: 2px solid #3A3F45; background: transparent; padding: 16px 18px;
  color: var(--d-grey); text-align: left; cursor: pointer; width: 100%;
}
.est__cond:hover, .est__cond.is-on { border-color: var(--red); }
.est__cond.is-on { background: rgba(200,16,46,.14); color: #fff; }
.est__cond b { display: block; font-family: var(--cond); text-transform: uppercase; font-weight: 700; font-size: 19px; }
.est__cond small { font-size: 14px; color: var(--grey-4); line-height: 1.4; display: block; margin-top: 4px; }
.est__big { font-family: var(--cond); font-size: 52px; font-weight: 700; line-height: 1; }
.est__range { width: 100%; margin-top: 14px; height: 6px; accent-color: var(--red); }
.est__ends { display: flex; justify-content: space-between; font-size: 14px; color: var(--grey-2); margin-top: 4px; }
.est__panel { background: #fff; color: var(--ink); border-top: 6px solid var(--red); padding: 32px; position: sticky; top: 130px; }
.est__basis { font-family: var(--cond); font-size: 40px; font-weight: 700; line-height: .98; margin-top: 8px; }
.est__rows { border-top: 1px solid var(--line); margin-top: 20px; padding-top: 18px; display: grid; gap: 10px; }
.est__row { display: flex; justify-content: space-between; gap: 16px; font-size: 16px; }
.est__row span:first-child { color: #45494F; }
.est__row span:last-child { font-weight: 700; text-align: right; }

/* ---------------------------------------------------------------
   11. FORMS
   --------------------------------------------------------------- */
.form { display: grid; gap: 18px; }
.form__grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.field { display: block; }
.field--full { grid-column: 1 / -1; }
.field label, .field > .lbl {
  display: block; font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.08em;
  font-weight: 700; font-size: 15px; color: var(--grey-2); margin-bottom: 7px;
}
.field input[type="text"], .field input[type="email"], .field input[type="tel"],
.field select, .field textarea, .searchform input[type="search"] {
  width: 100%; font-family: var(--body); font-size: 17px; color: var(--ink);
  background: #fff; border: 2px solid #D8D3CB; border-radius: 0; padding: 14px 16px;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red); outline: none; }
.field--dark input, .field--dark select, .field--dark textarea { background: #0F1113; border-color: #3A3F45; color: #fff; }
.field--dark label, .field--dark .lbl { color: var(--grey-4); }
.formnote { font-size: 13px; color: var(--grey-3); line-height: 1.5; }
.honeypot { position: absolute; left: -9999px; }
.notice { padding: 18px 22px; border-left: 5px solid var(--red); background: #fff; font-size: 17px; }
.notice--ok { border-left-color: #1F7A3D; }
.notice--dark { background: var(--d-panel); color: #fff; }

.searchform { display: flex; gap: 0; }
.searchform input[type="search"] { border-right: 0; }
.searchform button {
  background: var(--red); color: #fff; border: 0; padding: 0 24px; cursor: pointer;
  font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 700; font-size: 18px;
}
.searchform button:hover { background: var(--ink); }

/* ---------------------------------------------------------------
   12. BLOG
   --------------------------------------------------------------- */
.postcard { display: block; background: #fff; border: 1px solid var(--line); overflow: hidden; color: var(--ink); }
.postcard:hover { border-color: var(--red); color: var(--ink); text-decoration: none; box-shadow: 0 12px 30px rgba(16,18,20,.1); }
.postcard__body { padding: 22px 24px 26px; }
.postcard__cat { font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.12em; font-size: 14px; color: var(--red); font-weight: 700; }
.postcard__t { font-size: 27px; text-transform: uppercase; line-height: 1.02; margin-top: 6px; }
.feature { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); background: var(--d-panel); color: #fff; }
.feature img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 340px; }
.feature__body { padding: 46px 44px; display: flex; flex-direction: column; justify-content: center; }
.entry { font-size: 19px; line-height: 1.75; color: #23262A; }
.entry > * + * { margin-top: 20px; }
.entry h2 { font-size: 40px; text-transform: uppercase; margin-top: 40px; }
.entry h3 { font-size: 30px; text-transform: uppercase; margin-top: 32px; }
.entry ul, .entry ol { padding-left: 1.3em; }
.entry li + li { margin-top: 8px; }
.entry blockquote {
  margin: 0; padding: 22px 26px; background: var(--sand); border-left: 5px solid var(--red);
  font-size: 21px; line-height: 1.55;
}
.entry img { display: block; }
.entry a { text-decoration: underline; }
.pager { display: flex; gap: 10px; flex-wrap: wrap; }
.pager .page-numbers {
  display: inline-block; border: 2px solid var(--ink); padding: 10px 18px; color: var(--ink);
  font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em;
}
.pager .page-numbers.current, .pager .page-numbers:hover { background: var(--red); border-color: var(--red); color: #fff; text-decoration: none; }

/* ---------------------------------------------------------------
   13. FOOTER + STICKY CTA
   --------------------------------------------------------------- */
.sitefoot { background: var(--d-panel); color: var(--d-grey-2); }
.sitefoot a { color: var(--d-grey-2); }
.sitefoot a:hover { color: #fff; text-decoration: none; }
.sitefoot__grid {
  max-width: var(--wrap); margin: 0 auto; padding: 62px var(--pad) 30px; display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,.75fr) minmax(0,.6fr) minmax(0,1.15fr) minmax(0,.7fr); gap: 34px;
}
.sitefoot h4 { color: #fff; text-transform: uppercase; font-size: 19px; letter-spacing: 0.06em; }
.sitefoot__logo { height: 56px; width: auto; background: #fff; padding: 8px 10px; }
.sitefoot__links { display: grid; gap: 8px; margin-top: 14px; font-size: 15px; }
.sitefoot__links--2 { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px 20px; }
.sitefoot__bar {
  max-width: var(--wrap); margin: 0 auto; padding: 20px var(--pad) 46px; border-top: 1px solid var(--d-line);
  display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; font-size: 14px;
}
.sitefoot__credit { margin-left: 14px; padding-left: 14px; border-left: 1px solid var(--d-line); }
.sitefoot__credit a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.sitefoot__credit a:hover { color: var(--pink); }
@media (max-width: 640px) { .sitefoot__credit { display: block; margin: 8px 0 0; padding: 0; border: 0; } }
.sitefoot__meta { font-size: 15px; line-height: 1.8; margin-top: 18px; }
.sitefoot__meta strong { color: #fff; font-weight: 600; display: block; }
.sitefoot__meta a { color: #fff; }

.stickycta { display: none; }

/* ---------------------------------------------------------------
   13b. VIDEO + FORM SLOT
   --------------------------------------------------------------- */
.videoframe { border: 1px solid var(--d-line); border-top: 6px solid var(--red); background: #000; }
.videoframe iframe, .videoframe video {
  display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; object-fit: cover; background: #000;
}
.formslot { display: block; }
.formslot--dark { color: #fff; }
.formfallback { border: 2px dashed #3A3F45; padding: 26px; }
.formslot:not(.formslot--dark) .formfallback { border-color: var(--line); background: #fff; }
/* Fluent Forms, restyled to the AMPAC system */
.formslot .ff-el-input--label label {
  font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.08em;
  font-weight: 700; font-size: 15px; color: var(--grey-2);
}
.formslot--dark .ff-el-input--label label { color: var(--grey-4); }
.formslot input[type="text"], .formslot input[type="email"], .formslot input[type="tel"],
.formslot select, .formslot textarea {
  width: 100%; font-family: var(--body); font-size: 17px; color: var(--ink);
  background: #fff; border: 2px solid #D8D3CB; border-radius: 0; padding: 14px 16px;
}
.formslot--dark input[type="text"], .formslot--dark input[type="email"],
.formslot--dark input[type="tel"], .formslot--dark select, .formslot--dark textarea {
  background: #0F1113; border-color: #3A3F45; color: #fff;
}
.formslot input:focus, .formslot select:focus, .formslot textarea:focus { border-color: var(--red); outline: none; }
.formslot .ff-btn-submit {
  border: 0; border-radius: 0; cursor: pointer; background: var(--red); color: #fff;
  font-family: var(--cond); font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.06em; font-size: 24px; padding: 20px 38px;
}
.formslot .ff-btn-submit:hover { background: var(--black); }

/* ---------------------------------------------------------------
   14. WORDPRESS CORE CLASSES
   --------------------------------------------------------------- */
.alignleft { float: left; margin: 0 24px 18px 0; }
.alignright { float: right; margin: 0 0 18px 24px; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignwide { max-width: 1100px; margin-left: auto; margin-right: auto; }
.alignfull { max-width: none; }
.wp-caption-text, .entry figcaption { font-size: 14px; color: var(--grey-2); margin-top: 8px; }
.sticky, .gallery-caption, .bypostauthor { display: block; }
.wp-block-image img { height: auto; }

/* ---------------------------------------------------------------
   15. RESPONSIVE
   --------------------------------------------------------------- */
@media (max-width: 1140px) {
  .nav { display: none !important; }
  .mobbar { display: flex !important; }
}
@media (max-width: 1040px) {
  .grid-3, .grid-4, .mosaic-3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .split, .split--even, .split--flip, .split--wide, .split--form { grid-template-columns: minmax(0,1fr); gap: 36px; }
  .feature { grid-template-columns: minmax(0,1fr); }
  .t-hero { font-size: clamp(42px, 9vw, 118px); }
  .t-page, .t-xl, .t-lg { font-size: clamp(38px, 8.2vw, 92px); }
  .t-md, .t-sm { font-size: clamp(30px, 6.2vw, 54px); }
  .t-xs, .t-card { font-size: clamp(22px, 3.6vw, 32px); }
  .lead { font-size: 20px; }
  .est__panel { position: static; }
  .sec, .sec--lg { padding-top: 62px; padding-bottom: 62px; }
  .hero--home { min-height: 0; }
  .hero__in { padding: 72px var(--pad) 64px; }
  .sitefoot__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 680px) {
  :root { --pad: 18px; }
  .grid-2, .grid-3, .grid-4, .mosaic-3, .form__grid, .checkgrid, .sitefoot__grid { grid-template-columns: minmax(0,1fr); }
  .sitefoot__links--2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  body { font-size: 16px; }
  .btn { width: 100%; }
  .btn--xs, .btn--sm, .chip, .est__opt, .pager .page-numbers { width: auto; }
  .row > .btn { width: 100%; }
  .topbar__in { justify-content: flex-start; }
  .topbar__grp span:nth-child(2) { display: none; }
  .splitpanel, .splitpanel__in { min-height: 340px; }
  .feature img { min-height: 220px; }
  .feature__body { padding: 28px 22px; }
  .proofrow { gap: 10px 24px; margin-top: 30px; }
  body { padding-bottom: 72px; }
  .stickycta {
    display: grid; grid-template-columns: 1fr 1fr; gap: 2px; position: fixed; bottom: 0; left: 0; right: 0;
    z-index: 80; background: var(--ink); box-shadow: 0 -6px 20px rgba(0,0,0,.22);
  }
  .stickycta a {
    padding: 16px 10px; text-align: center; font-family: var(--cond); font-weight: 700;
    font-size: 19px; text-transform: uppercase; letter-spacing: 0.05em; color: #fff; background: var(--ink);
  }
  .stickycta a + a { background: var(--red); }
  .stickycta a:hover { text-decoration: none; color: #fff; }
}

/* Phone layout pass (1.0.9): spacing, tap targets, type that fits. */
@media (max-width: 680px) {
  .sec, .sec--lg { padding-top: 54px; padding-bottom: 54px; }
  .sec--sm { padding-top: 44px; padding-bottom: 44px; }
  .hero__in, .hero__in--page { padding-top: 48px; padding-bottom: 48px; }
  .badge { font-size: 13px; letter-spacing: 0.08em; padding: 8px 12px; line-height: 1.35; }
  .btn--lg { font-size: 20px; padding: 18px 20px; }
  .btn--wired { font-size: 20px; padding: 16px 20px; }
  .btn--wired-sm { font-size: 18px; padding: 14px 18px; }
  .lead { font-size: 18px; line-height: 1.55; }
  .sitefoot__links { gap: 0; font-size: 16px; }
  .sitefoot__links--2 { gap: 0 20px; }
  .sitefoot__links a { display: block; padding: 9px 0; }
  .sitefoot__bar a { display: inline-block; padding: 8px 0; }
  .stickycta a { padding-bottom: calc(16px + env(safe-area-inset-bottom)); }
  .mobbar__call { padding: 12px 14px; }
  .entry table, .entry pre { display: block; max-width: 100%; overflow-x: auto; }
  .entry { overflow-wrap: anywhere; }
  .topbar a, .sitefoot__meta a, .est__row a, .sitefoot__grid > div > a, .sitefoot__grid p > a { display: inline-block; padding: 10px 0; margin: -10px 0; }
  .split--form > .card--dark { padding: 24px 18px !important; }
  .est__panel { padding: 24px 18px; }
  .est__opt { padding-left: 14px; padding-right: 14px; }
}
@media (max-width: 360px) {
  :root { --pad: 16px; }
  .mobbar__call { font-size: 14px; padding: 11px 10px; }
  .t-hero { font-size: 38px; }
}

@media print {
  .sitehead, .topbar, .stickycta, .ticker, .sitefoot__links, .btn { display: none !important; }
  body { background: #fff; }
}
