:root {
  --ink: #17324d;
  --ink-soft: #465d73;
  --paper: #ffffff;
  --stone: #eef4f9;
  --stone-deep: #d9e6f0;
  --limestone: #f4f8fb;
  --terracotta: #3166a0;
  --terracotta-dark: #25527f;
  --olive: #183a5d;
  --line: rgba(23, 50, 77, .16);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shell: min(1376px, calc(100% - 96px));
  --section-space: clamp(88px, 10vw, 160px);
}

*, *::before, *::after { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; scroll-padding-top: 96px; background-color: #283027; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
body.menu-open, body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 12px 18px; background: var(--paper); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.section-shell { width: var(--shell); margin-inline: auto; }

.topbar { min-height: 38px; padding: 0 48px; display: flex; align-items: center; background: #d9c9b3; color: #292a24; border-bottom: 1px solid rgba(54,48,39,.2); font-size: 11px; font-weight: 600; letter-spacing: .115em; text-transform: uppercase; }
.topbar-inner { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar p { margin: 0; display: flex; align-items: center; gap: 12px; white-space: nowrap; }
.topbar p::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #8d7049; box-shadow: 0 0 0 4px rgba(90,70,44,.1); }
.topbar a { display: flex; align-items: center; color: #20231d; white-space: nowrap; }
.topbar a::before { content: "Available for new projects"; margin-right: 18px; padding-right: 18px; border-right: 1px solid rgba(54,48,39,.24); color: #625b50; font-size: 9px; letter-spacing: .12em; white-space: nowrap; }
.topbar a span { margin-left: 7px; }
.site-header { --header-height: 82px; height: var(--header-height); margin-bottom: calc(var(--header-height) * -1); padding: 0 48px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 0; background: linear-gradient(90deg, rgba(25,29,23,.56), rgba(25,29,23,.34)); color: #f4eee6; border-bottom: 1px solid rgba(244,235,220,.2); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(18px) saturate(125%); -webkit-backdrop-filter: blur(18px) saturate(125%); box-shadow: inset 0 -1px rgba(255,255,255,.04); transition: height .45s cubic-bezier(.22,1,.36,1), margin-bottom .45s cubic-bezier(.22,1,.36,1), background .45s ease, border-color .45s ease, box-shadow .45s ease, backdrop-filter .45s ease; }
.site-header.scrolled { --header-height: 72px; background: rgba(27,30,25,.94); border-bottom-color: rgba(218,199,174,.24); box-shadow: 0 12px 34px rgba(9,10,8,.24); backdrop-filter: blur(22px) saturate(115%); -webkit-backdrop-filter: blur(22px) saturate(115%); }
.brand img { width: 136px; }
.site-nav { margin-left: clamp(34px, 4vw, 72px); display: flex; align-items: center; justify-self: start; gap: clamp(20px, 2.2vw, 36px); }
.site-nav a { position: relative; display: inline-flex; align-items: center; gap: 10px; color: rgba(250,246,239,.88); font-size: 15px; font-weight: 500; letter-spacing: .005em; text-shadow: 0 1px 12px rgba(0,0,0,.18); }
.nav-icon { width: 19px; height: 19px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; opacity: .74; transition: color .25s ease, opacity .25s ease, transform .25s ease; }
.site-nav a:hover .nav-icon, .site-nav a:focus-visible .nav-icon, .site-nav a.active .nav-icon { color: #dcc08f; opacity: 1; transform: translateY(-1px); }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: #d5b887; transition: right .25s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.active::after { right: 0; }
.mobile-nav-contact { display: none; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a.active { color: white; }
.nav-dropdown { position: relative; }
.nav-dropdown-trigger { display: flex; align-items: center; }
.nav-dropdown-toggle { width: 27px; height: 32px; margin: 0 -7px 0 2px; padding: 0; display: grid; place-items: center; border: 0; background: transparent; color: rgba(250,246,239,.78); cursor: pointer; }
.nav-dropdown-toggle svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s ease, color .25s ease; }
.nav-dropdown:hover .nav-dropdown-toggle svg, .nav-dropdown:focus-within .nav-dropdown-toggle svg, .nav-dropdown.submenu-open .nav-dropdown-toggle svg { color: #dcc08f; transform: rotate(180deg); }
.nav-submenu { position: absolute; top: calc(100% + 18px); left: 17px; width: 240px; padding: 10px; display: grid; gap: 2px; border: 1px solid rgba(222,199,160,.24); border-radius: 16px; background: rgba(31,35,29,.97); box-shadow: 0 22px 48px rgba(9,11,8,.3), inset 0 1px rgba(255,255,255,.06); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); opacity: 0; visibility: hidden; transform: translateY(-7px); transition: opacity .22s ease, visibility .22s ease, transform .22s ease; }
.nav-dropdown:hover .nav-submenu, .nav-dropdown:focus-within .nav-submenu, .nav-dropdown.submenu-open .nav-submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.site-nav .nav-submenu a { width: 100%; padding: 10px 12px; display: flex; border-radius: 10px; color: #efe3d0; font-family: var(--sans); font-size: 14px; font-weight: 500; letter-spacing: .025em; text-shadow: none; transition: color .2s ease, background .2s ease, padding-left .2s ease; }
.site-nav .nav-submenu a::after { content: none; }
.site-nav .nav-submenu a:hover, .site-nav .nav-submenu a:focus-visible, .site-nav .nav-submenu a.current-service { padding-left: 16px; background: rgba(216,189,140,.1); color: #f3dfbb; }
.header-cta { justify-self: end; border-radius: 999px; padding-inline: 24px; box-shadow: 0 8px 24px rgba(120,48,25,.22); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }

.button { min-height: 54px; padding: 15px 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--terracotta); background: var(--terracotta); color: white; font-size: 14px; font-weight: 600; letter-spacing: .02em; cursor: pointer; transition: background .25s, border-color .25s, transform .25s; }
.button:hover, .button:focus-visible { background: var(--terracotta-dark); border-color: var(--terracotta-dark); transform: translateY(-2px); }
.button-small { min-height: 46px; padding: 12px 20px; }
.button-ghost { background: transparent; border-color: rgba(255,255,255,.68); }
.button-ghost:hover, .button-ghost:focus-visible { background: white; border-color: white; color: var(--ink); }

.hero { min-height: calc(100svh - 38px); position: relative; display: flex; align-items: center; isolation: isolate; overflow: hidden; background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(90deg, rgba(9,12,9,.5) 0%, rgba(9,12,9,.32) 42%, rgba(9,12,9,.09) 72%, rgba(9,12,9,.01) 100%); pointer-events: none; }
.hero-image, .hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-image { z-index: -2; }
.hero-video { z-index: -1; }
.hero-content { position: relative; z-index: 1; width: min(820px, 60vw); margin-left: max(48px, calc((100vw - 1376px) / 2)); padding: 72px 0 94px; color: white; }
.hero h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .95; letter-spacing: -.035em; }
.hero h1 { display: flex; flex-direction: column; align-items: flex-start; font-size: clamp(62px, 7vw, 112px); text-shadow: 0 2px 3px rgba(0,0,0,.54), 0 12px 34px rgba(0,0,0,.3); }
.hero-title-line { display: block; width: max-content; white-space: nowrap; }
.hero-content > p { max-width: 540px; margin: 28px 0 34px; font-size: clamp(18px, 1.5vw, 23px); line-height: 1.45; color: rgba(255,255,255,.94); text-shadow: 0 2px 12px rgba(0,0,0,.48); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-actions .button { min-height: 60px; padding: 15px 18px 15px 30px; gap: 16px; border-radius: 999px; border-color: rgba(255,248,235,.42); background: linear-gradient(135deg, #f0ddbc 0%, #d2ad73 100%); color: #25271f; box-shadow: 0 16px 38px rgba(13,15,11,.26), inset 0 1px rgba(255,255,255,.72); font-size: 15px; letter-spacing: .01em; }
.hero-actions .button::after { content: "\2192"; width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: rgba(32,35,27,.1); font-size: 15px; transition: transform .3s ease, background .3s ease; }
.hero-actions .button:hover, .hero-actions .button:focus-visible { border-color: rgba(255,255,255,.72); background: linear-gradient(135deg, #f7e7ca 0%, #dab77e 100%); color: #1e211a; box-shadow: 0 20px 44px rgba(13,15,11,.34), inset 0 1px rgba(255,255,255,.82); transform: translateY(-3px); }
.hero-actions .button:hover::after, .hero-actions .button:focus-visible::after { transform: translateX(3px); background: rgba(32,35,27,.16); }
.hero-actions .button-ghost { border-color: rgba(255,255,255,.38); background: rgba(24,29,22,.32); color: rgba(255,255,255,.94); box-shadow: inset 0 1px rgba(255,255,255,.12), 0 14px 32px rgba(10,12,9,.18); backdrop-filter: blur(14px) saturate(120%); -webkit-backdrop-filter: blur(14px) saturate(120%); }
.hero-actions .button-ghost::after { background: rgba(255,255,255,.11); }
.hero-actions .button-ghost:hover, .hero-actions .button-ghost:focus-visible { border-color: rgba(255,255,255,.64); background: rgba(255,255,255,.92); color: var(--ink); box-shadow: 0 18px 38px rgba(10,12,9,.25); }
.hero-scroll { position: absolute; right: 48px; bottom: 28px; display: flex; align-items: center; gap: 12px; color: white; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.hero-scroll svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.section-wave { position: absolute; z-index: 3; left: 0; width: 100%; overflow: hidden; pointer-events: none; line-height: 0; }
.section-wave svg { display: block; width: 100%; height: 100%; }
.hero-wave { height: 74px; bottom: -1px; color: #f1e9dd; }
.section-wave .wave-fill { fill: currentColor; }
.section-wave .paver-guide { fill: none; stroke: transparent; stroke-width: 1px; }
.paver-brick-layer { position: absolute; z-index: 4; inset: 0; overflow: hidden; }
.paver-brick {
  position: absolute;
  height: 18px;
  border: 1px solid rgba(55, 48, 40, .82);
  border-radius: .75px;
  background-image:
    linear-gradient(165deg, rgba(255,255,255,.2), rgba(78,65,51,.18)),
    url("/wp-content/uploads/smart-pavers-optimized/hero-pool-pavers.webp");
  background-size: 100% 100%, 720px auto;
  background-repeat: no-repeat;
  background-blend-mode: soft-light, luminosity;
  box-shadow:
    inset 0 1px rgba(255,255,255,.28),
    inset 0 -1px rgba(49,41,33,.32),
    0 2px 3px rgba(18,16,13,.28);
  filter: saturate(.68) contrast(.93) brightness(1.08);
  transform-origin: center;
}

.about { position: relative; isolation: isolate; overflow: hidden; background-color: #f1e9dd; background-image: linear-gradient(to bottom, #f1e9dd 0, rgba(241,233,221,.98) 72px, rgba(241,233,221,0) 190px), radial-gradient(circle at 10% 22%, rgba(255,255,255,.88), transparent 30%), radial-gradient(circle at 47% 92%, rgba(191,157,108,.15), transparent 32%), repeating-linear-gradient(0deg, transparent 0 89px, rgba(91,72,48,.025) 89px 90px), repeating-linear-gradient(90deg, transparent 0 139px, rgba(91,72,48,.022) 139px 140px); }
.about::before { content: ""; position: absolute; z-index: 0; inset: 0 48% 0 0; background: url("/wp-content/uploads/smart-pavers-optimized/hero-pool-pavers.webp") center / cover no-repeat; opacity: .05; filter: grayscale(1) sepia(.4) contrast(.88); mix-blend-mode: multiply; -webkit-mask-image: linear-gradient(to bottom, transparent 0, transparent 96px, #000 240px), linear-gradient(90deg, rgba(0,0,0,.55), transparent 92%); -webkit-mask-composite: source-in; mask-image: linear-gradient(to bottom, transparent 0, transparent 96px, #000 240px), linear-gradient(90deg, rgba(0,0,0,.55), transparent 92%); mask-composite: intersect; pointer-events: none; }
.about::after { content: ""; position: absolute; z-index: 0; left: -180px; bottom: -270px; width: 520px; height: 520px; border: 1px solid rgba(124,94,57,.11); border-radius: 50%; box-shadow: 0 0 0 46px rgba(124,94,57,.035), 0 0 0 96px rgba(124,94,57,.02); pointer-events: none; }
.about .section-shell { width: min(1600px, 100%); }
.about-layout { position: relative; z-index: 1; min-height: clamp(600px, 44vw, 700px); display: grid; grid-template-columns: minmax(460px,1fr) minmax(500px,.94fr); gap: 0; align-items: center; }
.about-copy { padding: clamp(86px, 8vw, 128px) clamp(54px, 6vw, 100px) clamp(80px, 7vw, 112px) max(48px, calc((100vw - 1376px) / 2)); display: flex; flex-direction: column; justify-content: center; }
.about h2, .services h2, .process h2, .projects h2, .faq h2, .contact h2 { font-size: clamp(40px, 3.8vw, 62px); }
.about h2 { max-width: 600px; font-size: clamp(44px, 4.2vw, 66px); }
.heading-line { display: block; width: max-content; white-space: nowrap; }
.about-copy .lead { margin: 38px 0 0; max-width: 530px; color: var(--ink); font-size: clamp(18px, 1.45vw, 21px); line-height: 1.55; }
.about-copy > p:not(.lead) { max-width: 520px; margin: 26px 0 0; padding-top: 24px; border-top: 1px solid rgba(83,68,49,.18); color: var(--ink-soft); font-size: 16px; }
.text-link { width: max-content; margin-top: 24px; padding: 8px 0 5px; display: inline-flex; gap: 52px; align-items: center; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--terracotta); font-family: var(--sans); font-weight: 500; cursor: pointer; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translateX(6px); }
.about .text-link, .projects .text-link { min-height: 54px; margin-top: 34px; padding: 11px 13px 11px 20px; gap: 14px; border: 1px solid rgba(134,70,42,.28); border-radius: 999px; background: rgba(255,255,255,.62); box-shadow: 0 12px 28px rgba(72,55,37,.09), inset 0 1px rgba(255,255,255,.8); font-size: 16px; font-weight: 600; transition: background .25s, border-color .25s, box-shadow .25s, transform .25s; }
.about .text-link .link-arrow, .projects .text-link .link-arrow { width: 31px; height: 31px; padding: 7px; border-radius: 50%; background: var(--terracotta); fill: none; stroke: white; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s; }
.about .text-link:hover, .about .text-link:focus-visible, .projects .text-link:hover, .projects .text-link:focus-visible { border-color: rgba(157,61,32,.48); background: white; box-shadow: 0 17px 36px rgba(72,55,37,.14); transform: translateY(-2px); }
.about .text-link:hover .link-arrow, .projects .text-link:hover .link-arrow { transform: translateX(3px); }
.about-media { width: auto; height: clamp(430px, 36vw, 540px); min-width: 0; margin: clamp(42px, 4.5vw, 66px) max(32px, calc((100vw - 1376px) / 2)) clamp(42px, 4.5vw, 66px) 0; position: relative; align-self: center; overflow: hidden; border: 1px solid rgba(255,255,255,.58); border-radius: clamp(30px, 3.4vw, 48px); box-shadow: 0 28px 64px rgba(54,43,30,.18), inset 0 1px rgba(255,255,255,.42); }
.about-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(26,25,21,.12), transparent 25%), linear-gradient(0deg, rgba(18,19,16,.34), transparent 30%); pointer-events: none; }
.about-media img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center; }
.about-media figcaption { position: absolute; z-index: 1; right: 28px; bottom: 24px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(23,25,20,.32); color: rgba(255,255,255,.9); font-size: 10px; letter-spacing: .12em; text-shadow: 0 2px 10px rgba(0,0,0,.72); text-transform: uppercase; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }

.services { position: relative; isolation: isolate; margin: clamp(22px, 2vw, 32px) clamp(8px, 1.5vw, 24px) 0; padding-block: clamp(82px, 8vw, 126px); overflow: clip; border: 1px solid rgba(105,82,53,.12); border-radius: clamp(32px, 3.7vw, 58px); background-color: #eee6da; background-image: radial-gradient(circle at 8% 10%, rgba(255,255,255,.86), transparent 29%), radial-gradient(circle at 92% 78%, rgba(105,123,82,.16), transparent 31%), radial-gradient(circle at 58% 42%, rgba(214,179,124,.12), transparent 36%), repeating-linear-gradient(90deg, transparent 0 119px, rgba(96,76,51,.027) 119px 120px), repeating-linear-gradient(0deg, transparent 0 79px, rgba(96,76,51,.023) 79px 80px); box-shadow: inset 0 1px rgba(255,255,255,.78), inset 0 -24px 70px rgba(114,92,64,.05), 0 28px 78px rgba(60,51,39,.08); }
.services::before { content: ""; position: absolute; z-index: 0; inset: 0; background: url("/wp-content/uploads/smart-pavers-optimized/hero-pool-pavers.webp") center 64% / cover no-repeat; opacity: .055; filter: grayscale(1) sepia(.42) contrast(.86); mix-blend-mode: multiply; -webkit-mask-image: linear-gradient(128deg, transparent 2%, rgba(0,0,0,.12) 37%, #000 88%); mask-image: linear-gradient(128deg, transparent 2%, rgba(0,0,0,.12) 37%, #000 88%); pointer-events: none; }
.services::after { content: ""; position: absolute; z-index: 0; left: -58px; bottom: -54px; width: min(880px, 64vw); height: 520px; background: url("/wp-content/uploads/smart-pavers-optimized/paver-watermark.svg") center / 360px 160px repeat; opacity: .32; transform: rotate(-5deg); transform-origin: left bottom; -webkit-mask-image: radial-gradient(ellipse 72% 68% at 30% 70%, #000 0, rgba(0,0,0,.72) 38%, transparent 76%); mask-image: radial-gradient(ellipse 72% 68% at 30% 70%, #000 0, rgba(0,0,0,.72) 38%, transparent 76%); pointer-events: none; }
.inline-nowrap { white-space: nowrap; }
.services-layout { position: relative; z-index: 1; display: block; }
.services-intro { margin-bottom: clamp(46px, 5vw, 72px); display: grid; grid-template-columns: minmax(420px,1.2fr) minmax(300px,.8fr) auto; gap: clamp(36px, 6vw, 90px); align-items: end; }
.services-intro h2 { max-width: 650px; font-size: clamp(42px, 4vw, 64px); }
.services-intro > p { max-width: 430px; margin: 0 0 4px; color: var(--ink-soft); font-size: 18px; }
.services-paver-motif { width: 166px; margin-bottom: 8px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; transform: skewX(-7deg); opacity: .68; filter: drop-shadow(0 7px 10px rgba(84,64,41,.11)); }
.services-paver-motif i { height: 18px; border: 1px solid rgba(115,83,48,.45); border-radius: 2px; background: linear-gradient(145deg, rgba(255,255,255,.82), rgba(188,158,118,.18)); box-shadow: inset 0 1px rgba(255,255,255,.72), inset 0 -1px rgba(88,66,43,.12); }
.services-paver-motif i:nth-child(4) { margin-left: 27px; }
.service-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(20px, 2vw, 30px); }
.service-item { min-width: 0; padding: 9px clamp(20px, 1.7vw, 28px) 25px 9px; display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: auto auto; gap: 22px clamp(20px, 2vw, 30px); align-items: center; overflow: hidden; border: 1px solid rgba(97,77,53,.14); border-radius: 30px; background: rgba(255,253,249,.76); box-shadow: 0 20px 48px rgba(65,52,37,.11), inset 0 1px rgba(255,255,255,.84); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); transition: background .3s ease, box-shadow .3s ease, transform .3s ease; }
.service-item img { width: 100%; height: clamp(250px, 25vw, 350px); grid-column: 1 / -1; object-fit: cover; border-radius: 22px; box-shadow: 0 16px 38px rgba(50,42,32,.14); filter: saturate(.9) contrast(.99); transition: filter .35s, transform .55s, box-shadow .35s; }
.service-item > div { padding-left: clamp(12px, 1.4vw, 22px); }
.service-item > div > span { font-family: var(--serif); font-size: clamp(31px, 2.8vw, 43px); line-height: 1.05; letter-spacing: -.02em; }
.service-item p { max-width: 420px; margin: 8px 0 0; color: var(--ink-soft); font-size: 15px; }
.service-arrow { width: 46px; height: 46px; display: grid; place-items: center; align-self: center; border: 1px solid rgba(151,64,36,.34); border-radius: 50%; background: linear-gradient(145deg, #c9522c, #9d3d20); box-shadow: 0 10px 23px rgba(137,56,31,.24), inset 0 1px rgba(255,255,255,.28); transition: transform .3s ease, box-shadow .3s ease, background .3s ease; }
.service-arrow svg { width: 20px; height: 20px; fill: none; stroke: #fff8ec; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.service-item:hover, .service-item:focus-visible { background: rgba(255,255,255,.94); box-shadow: 0 28px 62px rgba(65,53,39,.16), inset 0 1px white; transform: translateY(-5px); }
.service-item:hover img, .service-item:focus-visible img { filter: saturate(1.03) contrast(1.02); transform: scale(1.018); box-shadow: 0 20px 44px rgba(50,42,32,.2); }
.service-item:hover .service-arrow, .service-item:focus-visible .service-arrow { background: linear-gradient(145deg, #d65b33, #a33e20); box-shadow: 0 14px 28px rgba(137,56,31,.3), inset 0 1px rgba(255,255,255,.32); transform: translateX(3px); }

.process { position: relative; padding-block: var(--section-space); background: #fff; }
.process-heading { position: relative; margin-bottom: clamp(64px, 6vw, 86px); padding-bottom: 30px; border-bottom: 1px solid rgba(66,58,48,.14); }
.process-heading::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 112px; height: 3px; border-radius: 3px; background: linear-gradient(90deg, var(--terracotta), #d1af76); box-shadow: 0 4px 12px rgba(160,71,39,.16); }
.process-heading h2 { max-width: 560px; line-height: .94; letter-spacing: -.035em; }
.process-steps { position: relative; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(22px, 2.4vw, 38px); list-style: none; }
.process-steps::before { content: ""; position: absolute; top: 29px; left: 29px; right: 29px; height: 1px; background: linear-gradient(90deg, rgba(190,149,87,.72), rgba(89,91,73,.28) 54%, rgba(190,149,87,.5)); }
.process-steps li, .process-steps li + li { position: relative; min-height: 246px; padding: 0 clamp(10px, 1vw, 18px) 0 0; border: 0; }
.process-steps span { position: relative; z-index: 1; width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(135,102,61,.3); border-radius: 13px; background: linear-gradient(145deg, #fff, #f2eadf); color: #a94727; box-shadow: 0 12px 27px rgba(68,55,39,.12), inset 0 1px white, inset 0 -1px rgba(92,69,43,.08); font-size: 11px; font-weight: 600; letter-spacing: .13em; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.process-steps span::before { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(142,111,70,.12); border-radius: 8px; pointer-events: none; }
.process-steps li:hover span { border-color: rgba(169,71,39,.5); box-shadow: 0 17px 34px rgba(68,55,39,.17), inset 0 1px white; transform: translateY(-4px); }
.process-steps h3 { margin: 34px 0 13px; font-family: var(--serif); font-size: clamp(28px, 2.2vw, 34px); font-weight: 400; line-height: 1.05; letter-spacing: -.02em; }
.process-steps p { max-width: 280px; margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.65; }

.projects { position: relative; isolation: isolate; margin: 0 clamp(8px, 1.5vw, 24px) clamp(22px, 2vw, 32px); padding-block: clamp(74px, 7.5vw, 116px) clamp(54px, 5vw, 76px); overflow: clip; border: 1px solid rgba(99,80,58,.13); border-radius: clamp(32px, 3.7vw, 58px); background-color: #e7dece; background-image: radial-gradient(circle at 14% 18%, rgba(255,255,255,.82), transparent 27%), radial-gradient(circle at 86% 84%, rgba(98,113,74,.15), transparent 32%), linear-gradient(135deg, rgba(255,255,255,.3), transparent 48%), repeating-linear-gradient(45deg, transparent 0 44px, rgba(99,80,58,.035) 44px 45px), repeating-linear-gradient(-45deg, transparent 0 44px, rgba(99,80,58,.03) 44px 45px); color: var(--ink); box-shadow: inset 0 1px rgba(255,255,255,.72); }
.projects::before { content: ""; position: absolute; z-index: -1; inset: 0; background: url("/wp-content/uploads/smart-pavers-optimized/hero-pool-pavers.webp") center 62% / cover no-repeat; opacity: .075; filter: grayscale(1) sepia(.35) contrast(.86); mix-blend-mode: multiply; -webkit-mask-image: linear-gradient(108deg, transparent 3%, rgba(0,0,0,.16) 31%, #000 74%); mask-image: linear-gradient(108deg, transparent 3%, rgba(0,0,0,.16) 31%, #000 74%); pointer-events: none; }
.projects::after { content: ""; position: absolute; z-index: -1; left: -8%; bottom: -35%; width: 55%; height: 70%; border-radius: 50%; background: radial-gradient(ellipse, rgba(255,255,255,.58), transparent 68%); filter: blur(12px); pointer-events: none; }
.projects-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr .78fr 1fr; grid-template-rows: repeat(2, 250px); gap: 20px; }
.projects-copy { padding-right: 50px; grid-row: 1 / 3; align-self: center; }
.projects h2 { font-size: clamp(40px, 3.6vw, 58px); }
.projects-copy > p { max-width: 470px; color: rgba(25,26,24,.68); font-size: 17px; }
.text-link-light { color: #a84222; }
.project-image { padding: 0; overflow: hidden; border: 5px solid rgba(251,248,241,.86); border-radius: 24px; background: #d2c8b9; box-shadow: 0 22px 48px rgba(64,52,38,.18), inset 0 1px rgba(255,255,255,.7); cursor: pointer; transition: transform .4s, box-shadow .4s; }
.project-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(.98); transition: transform .6s, filter .4s; }
.project-image:hover { transform: translateY(-4px); box-shadow: 0 28px 58px rgba(64,52,38,.24), inset 0 1px rgba(255,255,255,.7); }
.project-image:hover img { transform: scale(1.04); filter: saturate(1.03) contrast(1.01); }
.project-image-tall { grid-row: 1 / 3; }

.service-area { position: relative; isolation: isolate; overflow: hidden; padding-block: var(--section-space); background-color: #f4eee4; background-image: radial-gradient(circle at 12% 22%, rgba(255,255,255,.92), transparent 31%), radial-gradient(circle at 88% 74%, rgba(102,119,91,.14), transparent 35%), linear-gradient(118deg, rgba(220,198,161,.1), transparent 42%); }
.service-area::before { content: ""; position: absolute; z-index: -1; inset: 0; background: url("/wp-content/uploads/smart-pavers-optimized/service-area-cartography.svg") center / cover no-repeat; opacity: .86; pointer-events: none; }
.service-area::after { content: ""; position: absolute; z-index: -1; inset: 20px; border: 1px solid rgba(112,91,62,.1); border-radius: clamp(28px, 4vw, 58px); box-shadow: inset 0 1px rgba(255,255,255,.6), 0 24px 70px rgba(83,66,45,.045); pointer-events: none; }
.service-area-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(310px,.74fr) minmax(560px,1.26fr); gap: clamp(54px, 7vw, 110px); align-items: center; }
.service-area-copy { position: relative; }
.location-mark { width: 52px; height: 52px; margin-bottom: 26px; display: grid; place-items: center; border-radius: 50%; background: #323b2b; color: #f0d4a0; box-shadow: 0 12px 28px rgba(42,48,37,.18), inset 0 1px rgba(255,255,255,.12); }
.location-mark svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.service-area h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 4.2vw, 68px); font-weight: 400; line-height: .96; letter-spacing: -.035em; }
.service-area-copy > p { max-width: 460px; margin: 28px 0 0; color: var(--ink-soft); font-size: 18px; }
.service-area-copy address { margin-top: 32px; padding-left: 18px; display: flex; flex-direction: column; gap: 3px; border-left: 2px solid #c69b5d; color: var(--ink-soft); font-style: normal; }
.service-area-copy address strong { color: var(--ink); font-size: 14px; letter-spacing: .04em; }
.directions-link { width: max-content; margin-top: 30px; padding: 13px 16px 13px 21px; display: inline-flex; align-items: center; gap: 14px; border: 1px solid rgba(91,77,58,.24); border-radius: 999px; background: white; color: #9d3d20; box-shadow: 0 12px 30px rgba(55,48,39,.08); font-weight: 600; transition: transform .25s, box-shadow .25s, border-color .25s; }
.directions-link span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--terracotta); color: white; }
.directions-link:hover, .directions-link:focus-visible { border-color: rgba(157,61,32,.46); box-shadow: 0 17px 38px rgba(55,48,39,.14); transform: translateY(-2px); }
.service-map { position: relative; min-height: clamp(460px, 38vw, 600px); overflow: hidden; border: 1px solid rgba(72,66,56,.14); border-radius: clamp(26px, 3vw, 44px); background: #ddd7cd; box-shadow: 0 32px 72px rgba(46,42,35,.18), 0 2px 0 rgba(255,255,255,.8) inset; }
.service-map::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.34); pointer-events: none; }
.service-map iframe { width: 100%; height: 100%; min-height: inherit; display: block; border: 0; filter: saturate(.72) sepia(.08) contrast(.96); }
.map-label { position: absolute; left: 24px; bottom: 24px; min-width: 210px; padding: 15px 18px 15px 52px; display: grid; border: 1px solid rgba(255,255,255,.52); border-radius: 18px; background: rgba(250,247,240,.9); box-shadow: 0 16px 38px rgba(38,34,28,.2); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); line-height: 1.25; }
.map-label > span { position: absolute; left: 18px; top: 19px; width: 22px; height: 22px; border: 6px solid #c64b25; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); box-shadow: 0 4px 10px rgba(140,54,28,.24); }
.map-label > span::after { content: ""; position: absolute; inset: 2px; border-radius: 50%; background: #f7ebd7; }
.map-label strong { font-family: var(--serif); font-size: 19px; font-weight: 600; }
.map-label small { color: var(--ink-soft); font-size: 11px; letter-spacing: .04em; }

.faq { position: relative; isolation: isolate; overflow: hidden; padding-block: var(--section-space); background-color: #fbfaf7; background-image: radial-gradient(circle at 13% 15%, rgba(255,255,255,.96), transparent 30%), radial-gradient(circle at 88% 86%, rgba(190,159,108,.08), transparent 31%), repeating-linear-gradient(90deg, transparent 0 119px, rgba(71,61,47,.018) 119px 120px), repeating-linear-gradient(0deg, transparent 0 79px, rgba(71,61,47,.015) 79px 80px); }
.faq::before, .faq::after { position: absolute; z-index: -1; color: rgba(73,81,56,.055); font-family: var(--serif); font-style: italic; line-height: .7; pointer-events: none; }
.faq::before { content: "?"; top: 8%; left: -1.5vw; font-size: clamp(250px, 28vw, 500px); transform: rotate(-8deg); }
.faq::after { content: "?"; right: 1.5vw; bottom: -12%; font-size: clamp(180px, 20vw, 350px); transform: rotate(10deg); }
.faq-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(68px, 9vw, 146px); align-items: center; }
.faq-layout > div:first-child { position: relative; padding-block: 24px; }
.faq-layout > div:first-child::before { content: ""; position: absolute; left: -22px; top: 25px; width: 3px; height: 82px; border-radius: 3px; background: linear-gradient(#ccb07f, #9a7140); box-shadow: 0 0 0 5px rgba(255,255,255,.2); }
.faq-layout > div:first-child > p { max-width: 400px; margin: 30px 0 0; color: var(--ink-soft); font-size: 18px; }
.faq .text-link { margin-top: 38px; padding: 15px 16px 15px 23px; gap: 15px; border: 1px solid rgba(122,82,48,.3); border-radius: 999px; background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(247,241,231,.78)); color: #9d3d20; box-shadow: 0 16px 38px rgba(65,53,38,.13), inset 0 1px white, inset 0 -1px rgba(104,77,48,.08); font-family: var(--serif); font-size: 20px; font-weight: 600; transition: transform .25s, box-shadow .25s, border-color .25s; }
.faq .text-link span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg, #d05a32, #a53d20); color: white; font-family: var(--sans); font-size: 15px; box-shadow: 0 8px 18px rgba(151,55,27,.27), inset 0 1px rgba(255,255,255,.25); }
.faq .text-link:hover, .faq .text-link:focus-visible { border-color: rgba(157,61,32,.5); background: white; box-shadow: 0 20px 44px rgba(65,53,38,.17), inset 0 1px white; transform: translateY(-2px); }
.accordion { display: grid; gap: 16px; counter-reset: faq-item; }
.accordion-item { position: relative; counter-increment: faq-item; overflow: hidden; border: 1px solid rgba(83,69,51,.17); border-radius: 23px; background: linear-gradient(142deg, rgba(255,255,255,.93), rgba(248,244,237,.82)); box-shadow: 0 18px 42px rgba(62,50,36,.11), 0 2px 0 rgba(255,255,255,.82) inset, 0 -1px rgba(105,83,56,.07) inset; backdrop-filter: blur(9px); -webkit-backdrop-filter: blur(9px); transition: border-color .28s, background .28s, box-shadow .28s, transform .28s; }
.accordion-item::before { content: ""; position: absolute; left: 0; top: 18px; bottom: 18px; width: 3px; border-radius: 0 3px 3px 0; background: linear-gradient(#d8bc89, #977044); opacity: .72; transition: opacity .28s, top .28s, bottom .28s; }
.accordion-item:hover, .accordion-item:has(button[aria-expanded="true"]) { border-color: rgba(126,98,62,.34); background: linear-gradient(142deg, #fff, rgba(249,245,237,.96)); box-shadow: 0 25px 54px rgba(62,50,36,.16), 0 2px 0 white inset, 0 -1px rgba(105,83,56,.08) inset; transform: translateY(-3px); }
.accordion-item:hover::before, .accordion-item:has(button[aria-expanded="true"])::before { top: 10px; bottom: 10px; opacity: 1; }
.accordion-item button { width: 100%; min-height: 96px; padding: 23px 25px 23px 29px; display: flex; justify-content: space-between; align-items: center; gap: 24px; border: 0; background: transparent; text-align: left; cursor: pointer; }
.accordion-item button > span { display: grid; grid-template-columns: 40px 1fr; align-items: center; gap: 18px; font-family: var(--serif); font-size: 27px; line-height: 1.15; }
.accordion-item button > span::before { content: "0" counter(faq-item); width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(137,102,59,.27); border-radius: 50%; background: linear-gradient(145deg, rgba(239,220,184,.72), rgba(205,174,125,.28)); color: #8b6337; box-shadow: inset 0 1px rgba(255,255,255,.82); font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: .09em; }
.accordion-item i { width: 38px; height: 38px; position: relative; flex: 0 0 auto; border: 1px solid rgba(49,57,43,.22); border-radius: 50%; background: rgba(244,240,232,.84); box-shadow: inset 0 1px white; transition: background .25s, border-color .25s, transform .25s; }
.accordion-item i::before, .accordion-item i::after { content: ""; position: absolute; left: 10px; top: 18px; width: 16px; height: 1px; background: var(--ink); transition: transform .25s, background .25s; }
.accordion-item i::after { transform: rotate(90deg); }
.accordion-item:hover i, .accordion-item button[aria-expanded="true"] i { border-color: #35402e; background: #35402e; transform: rotate(2deg); }
.accordion-item:hover i::before, .accordion-item:hover i::after, .accordion-item button[aria-expanded="true"] i::before, .accordion-item button[aria-expanded="true"] i::after { background: #f2ddba; }
.accordion-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s; }
.accordion-panel p { min-height: 0; overflow: hidden; max-width: 650px; margin: 0; padding-inline: 74px 72px; color: var(--ink-soft); }
.faq-more-toggle { display: none; }
.accordion-item button[aria-expanded="true"] + .accordion-panel { grid-template-rows: 1fr; }
.accordion-item button[aria-expanded="true"] + .accordion-panel p { padding-bottom: 26px; }

.contact { position: relative; isolation: isolate; min-height: 720px; padding-block: var(--section-space); display: flex; align-items: center; overflow: hidden; background-color: #252820; background-image: linear-gradient(90deg, rgba(16,19,15,.48) 0%, rgba(16,19,15,.27) 43%, rgba(16,19,15,.06) 100%), linear-gradient(0deg, rgba(16,19,15,.17) 0%, transparent 66%), url("/wp-content/uploads/smart-pavers-optimized/contact-driveway-background.webp"); background-position: center, center, center 58%; background-size: cover; background-repeat: no-repeat; }
.contact::before { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 50% 108%, rgba(218,184,126,.18), transparent 38%), linear-gradient(115deg, rgba(255,255,255,.05), transparent 36%); pointer-events: none; }
.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(70px, 10vw, 160px); align-items: center; }
.contact-copy { position: relative; z-index: 0; color: white; text-shadow: 0 2px 3px rgba(0,0,0,.72), 0 10px 30px rgba(0,0,0,.62); }
.contact-copy::before { content: ""; position: absolute; z-index: -1; inset: -48px -70px; background: radial-gradient(ellipse at 32% 48%, rgba(12,15,11,.58) 0%, rgba(12,15,11,.34) 43%, transparent 74%); filter: blur(8px); pointer-events: none; }
.contact-copy > p { max-width: 430px; color: rgba(255,255,255,.94); font-weight: 500; }
.contact-copy address { margin-top: 48px; display: flex; flex-direction: column; gap: 15px; font-style: normal; font-weight: 500; }
.contact-copy address a { color: #efd29f; font-size: 20px; }
.estimate-form { padding: clamp(28px, 3vw, 44px); display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px 18px; align-content: start; border: 1px solid rgba(255,255,255,.24); border-radius: 30px; background: rgba(244,239,231,.9); box-shadow: 0 28px 70px rgba(8,10,8,.28), inset 0 1px rgba(255,255,255,.72); backdrop-filter: blur(20px) saturate(112%); -webkit-backdrop-filter: blur(20px) saturate(112%); }
.field { display: flex; flex-direction: column; gap: 8px; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: 11px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid rgba(25,26,24,.48); border-radius: 0; outline: 0; background: transparent; color: var(--ink); transition: border-color .2s; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--terracotta); }
.field textarea { resize: vertical; }
.estimate-form .button { width: max-content; margin-top: 6px; }
.form-status { margin: 0; align-self: center; color: var(--olive); font-weight: 600; }
.we-turnstile { min-height: 0; grid-column: 1 / -1; overflow: hidden; }
.we-form-honeypot { width: 1px !important; height: 1px !important; position: absolute !important; left: -10000px !important; opacity: 0 !important; pointer-events: none !important; }
.estimate-form .button:disabled { cursor: wait; opacity: .72; }

.footer { position: relative; isolation: isolate; padding: 58px 48px 20px; background: #283027; color: white; box-shadow: inset 0 1px rgba(255,255,255,.045); }
.footer::before { content: ""; position: absolute; z-index: 0; inset: 0; background-image: radial-gradient(circle at 8% 28%, rgba(218,184,126,.18), transparent 31%), radial-gradient(circle at 91% 78%, rgba(139,157,112,.18), transparent 34%), linear-gradient(118deg, rgba(255,255,255,.045), transparent 44%), repeating-linear-gradient(0deg, transparent 0 54px, rgba(239,224,198,.03) 54px 55px), repeating-linear-gradient(90deg, transparent 0 118px, rgba(239,224,198,.024) 118px 119px); -webkit-mask-image: linear-gradient(to bottom, transparent 0, transparent 42px, #000 150px); mask-image: linear-gradient(to bottom, transparent 0, transparent 42px, #000 150px); pointer-events: none; }
.footer-wave { height: 68px; top: -67px; color: #283027; }
.footer-main { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(240px, 1fr) auto minmax(240px, 1fr); align-items: center; gap: 40px; }
.footer-identity { display: flex; flex-direction: column; align-items: flex-start; }
.footer-brand img { width: 156px; filter: drop-shadow(0 8px 20px rgba(0,0,0,.2)); }
.footer-identity address { margin-top: 15px; font-style: normal; }
.footer-identity address a { display: flex; flex-direction: column; color: rgba(255,255,255,.64); font-size: 12px; line-height: 1.55; letter-spacing: .015em; transition: color .25s ease, transform .25s ease; }
.footer-identity address a:hover, .footer-identity address a:focus-visible { color: #f3e6cf; transform: translateX(3px); }
.footer nav { display: flex; gap: 30px; font-size: 13px; letter-spacing: .07em; text-transform: uppercase; }
.footer nav a { position: relative; color: rgba(255,255,255,.78); transition: color .25s ease, transform .25s ease; }
.footer nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: #d8bd8c; transition: right .25s ease; }
.footer nav a:hover, .footer nav a:focus-visible { color: #f3e6cf; transform: translateY(-1px); }
.footer nav a:hover::after, .footer nav a:focus-visible::after { right: 0; }
.footer-services { position: relative; }
.footer-service-trigger { display: flex; align-items: center; }
.footer-service-toggle, .footer-service-submenu { display: none; }
.footer-connect { justify-self: end; display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
.footer-phone { display: inline-flex; align-items: center; gap: 13px; color: #e0c694; font-family: var(--serif); font-size: 23px; letter-spacing: -.01em; text-shadow: 0 8px 24px rgba(0,0,0,.28); transition: color .25s ease, transform .25s ease; }
.footer-phone:hover, .footer-phone:focus-visible { color: #f5dfb8; transform: translateY(-2px); }
.footer-social { display: flex; align-items: center; gap: 18px; }
.footer-social a { position: relative; z-index: 2; width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; overflow: visible; color: rgba(238,216,179,.68); transition: color .25s ease, transform .25s ease, filter .25s ease; }
.footer-social svg { display: block; width: 24px; height: 24px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.footer-social .social-dot { fill: currentColor; stroke: none; }
.footer-social a:not(:first-child) svg { fill: currentColor; stroke: none; }
.footer-social .social-yelp { width: 23px; height: 23px; }
.footer-social .social-google { width: 25px; height: 25px; }
.footer-social a:hover, .footer-social a:focus-visible { color: #f5dfb8; filter: drop-shadow(0 6px 9px rgba(0,0,0,.3)); transform: translateY(-3px); }
.footer-bottom { position: relative; z-index: 1; margin-top: 42px; padding-top: 18px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; color: rgba(255,255,255,.56); font-size: 11px; }
.footer-bottom::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 8px; border-top: 1px solid rgba(241,220,181,.28); border-bottom: 1px solid rgba(12,15,11,.42); border-radius: 2px; background-image: linear-gradient(180deg, rgba(255,255,255,.17), rgba(20,18,15,.14)), repeating-linear-gradient(90deg, #9c7f59 0 31px, #514536 31px 33px, #b1976e 33px 64px, #564838 64px 66px, #806849 66px 97px, #514536 97px 99px); box-shadow: 0 5px 12px rgba(0,0,0,.22), inset 0 1px rgba(255,255,255,.14); opacity: .62; }
.footer-legal { display: flex; align-items: center; justify-content: center; gap: 0; color: rgba(255,255,255,.66); }
.footer-legal a { color: inherit; white-space: nowrap; transition: color .2s ease; }
.footer-legal a:hover, .footer-legal a:focus-visible { color: #f0d4a0; }
.footer-legal a + a { margin-left: 11px; padding-left: 11px; border-left: 1px solid rgba(229,207,171,.28); }
.footer-service-area { justify-self: end; text-align: right; }

.lightbox { width: min(1100px, calc(100% - 36px)); max-width: none; padding: 0; border: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(10,10,9,.92); backdrop-filter: blur(8px); }
.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; }
.lightbox-close { position: absolute; top: -46px; right: 0; border: 0; background: transparent; color: white; font-size: 34px; cursor: pointer; }
.lightbox-controls { padding-top: 16px; display: flex; align-items: center; justify-content: center; gap: 24px; color: white; }
.lightbox-controls button { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.4); background: transparent; color: white; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 56px, 1000px); }
  .topbar { min-height: 38px; padding-inline: clamp(16px, 3vw, 32px); font-size: clamp(8px, 1vw, 10px); letter-spacing: .08em; }
  .topbar-inner { gap: clamp(12px, 2.5vw, 26px); }
  .topbar p { min-width: 0; gap: 9px; }
  .topbar p::before { flex: 0 0 auto; }
  .topbar a { flex: 0 0 auto; }
  .topbar a::before { margin-right: clamp(9px, 1.7vw, 16px); padding-right: clamp(9px, 1.7vw, 16px); font-size: clamp(7px, .82vw, 8.5px); letter-spacing: .08em; }
  .topbar a span { margin-left: 5px; }
  .site-header { padding-inline: 28px; grid-template-columns: 1fr auto; }
  .site-nav { position: fixed; inset: calc(var(--header-height) + 38px) 0 auto 0; max-height: calc(100svh - var(--header-height) - 38px); margin: 0; padding: 28px 28px 34px; display: flex; flex-direction: column; align-items: flex-start; overflow-y: auto; background: rgba(27,30,25,.99); border-bottom: 1px solid rgba(218,199,174,.2); box-shadow: 0 22px 36px rgba(9,10,8,.28); transform: translateY(-140%); opacity: 0; transition: top .45s cubic-bezier(.22,1,.36,1), transform .3s, opacity .3s; }
  .site-header.scrolled .site-nav { top: var(--header-height); max-height: calc(100svh - var(--header-height)); }
  .menu-open .site-nav { transform: translateY(0); opacity: 1; }
  .site-nav a { font-family: var(--serif); font-size: 30px; }
  .site-nav a { gap: 14px; }
  .nav-dropdown { width: 100%; }
  .nav-dropdown-trigger { width: 100%; }
  .nav-dropdown-toggle { width: 46px; height: 46px; margin-left: 8px; border: 0; border-radius: 0; }
  .nav-dropdown-toggle svg { width: 16px; height: 16px; }
  .nav-dropdown:hover .nav-dropdown-toggle svg, .nav-dropdown:focus-within .nav-dropdown-toggle svg { color: #dcc08f; transform: none; }
  .nav-dropdown-toggle[aria-expanded="true"] svg { color: #dcc08f; transform: rotate(180deg); }
  .nav-submenu { position: static; width: 100%; max-height: 0; margin-top: 0; padding: 0 0 0 40px; gap: 0; overflow: hidden; border: 0; border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; opacity: 0; visibility: hidden; transform: none; transition: max-height .32s ease, margin-top .32s ease, opacity .22s ease, visibility .22s ease; }
  .nav-dropdown:hover .nav-submenu, .nav-dropdown:focus-within:not(.submenu-open) .nav-submenu { max-height: 0; margin-top: 0; opacity: 0; visibility: hidden; }
  .nav-dropdown.submenu-open .nav-submenu { max-height: 500px; margin-top: 10px; opacity: 1; visibility: visible; }
  .site-nav .nav-submenu a { padding: 8px 12px; border-left: 1px solid rgba(216,189,140,.28); border-radius: 0; font-family: var(--sans); font-size: 16px; letter-spacing: .02em; }
  .site-nav .nav-submenu a:hover, .site-nav .nav-submenu a:focus-visible { padding-left: 18px; background: transparent; }
  .nav-icon { width: 25px; height: 25px; stroke-width: 1.2; }
  .header-cta { display: none; }
  .menu-toggle { display: grid; justify-self: end; gap: 5px; }
  .menu-toggle span:not(.sr-only) { width: 26px; height: 1px; background: #f4eee6; transition: transform .25s, opacity .25s; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .about-layout, .services-layout, .process-heading, .service-area-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; }
  .about-layout { min-height: 0; }
  .about-copy { padding: 88px 28px 58px; }
  .about-media { height: 460px; min-height: 0; margin: 0 28px 64px; border-radius: 38px; }
  .about-media img { height: 100%; min-height: 0; }
  .services-intro { position: static; }
  .services-intro { grid-template-columns: 1.1fr .9fr; }
  .services-paver-motif { display: none; }
  .services-intro h2 { max-width: 700px; }
  .projects-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto 300px 300px; }
  .projects-copy { grid-column: 1 / 3; grid-row: auto; padding: 0 0 50px; }
  .project-image-tall { grid-row: 2 / 4; }
  .project-image-top { grid-row: 2; }
  .project-image-bottom { grid-row: 3; }
  .service-area-layout { gap: 52px; }
  .service-area-copy > p { max-width: 620px; }
  .service-map { min-height: 520px; }
  .footer-main { grid-template-columns: 1fr auto; }
  .footer nav { grid-column: 1 / 3; grid-row: 2; flex-wrap: wrap; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100% - 36px); --section-space: 82px; }
  html, body { overflow-x: clip; background-color: #183a5d; }
  main { background-color: var(--paper); }
  html.menu-open { overflow: hidden; }
  body.menu-open { width: 100%; position: fixed; inset: auto 0; top: calc(-1 * var(--menu-scroll-position, 0px)); overflow: hidden; }
  body.menu-open::before { content: ""; position: fixed; z-index: 45; inset: 0; background: rgba(10,12,9,.52); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); animation: mobile-nav-scrim .38s ease both; }
  .topbar { padding-inline: 18px; justify-content: center; }
  .topbar-inner { justify-content: center; }
  .topbar p { display: none; }
  .topbar a::before { display: none; }
  .site-header { --header-height: 72px; padding-inline: 18px; background: rgba(27,30,25,.9); backdrop-filter: none; -webkit-backdrop-filter: none; }
  body.menu-open .site-header { width: 100%; margin-bottom: 0; position: fixed; inset: 38px 0 auto; }
  body.menu-open .site-header.scrolled { inset: 0 0 auto; }
  .site-nav { inset: calc(var(--header-height) + 38px) 0 auto auto; width: min(88vw, 370px); height: calc(100dvh - var(--header-height) - 38px); max-height: calc(100svh - var(--header-height) - 38px); padding: 28px 22px max(34px, env(safe-area-inset-bottom)); align-items: stretch; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: rgba(238,216,179,.4) transparent; background-color: #283027; background-image: radial-gradient(circle at 8% 20%, rgba(218,184,126,.19), transparent 33%), radial-gradient(circle at 94% 80%, rgba(139,157,112,.18), transparent 36%), linear-gradient(118deg, rgba(255,255,255,.045), transparent 46%), repeating-linear-gradient(0deg, transparent 0 54px, rgba(239,224,198,.032) 54px 55px), repeating-linear-gradient(90deg, transparent 0 118px, rgba(239,224,198,.026) 118px 119px); border-left: 1px solid rgba(238,216,179,.2); border-bottom: 0; border-radius: 0 0 0 32px; box-shadow: -28px 0 62px rgba(7,9,7,.4), inset 1px 0 rgba(255,255,255,.05), inset 0 18px 42px rgba(255,255,255,.018); transform: translateX(105%); opacity: 1; visibility: hidden; pointer-events: none; transition: top .45s cubic-bezier(.22,1,.36,1), height .45s cubic-bezier(.22,1,.36,1), transform .44s cubic-bezier(.22,1,.36,1), visibility .44s; }
  .site-header.scrolled .site-nav { inset: var(--header-height) 0 auto auto; height: calc(100dvh - var(--header-height)); max-height: calc(100svh - var(--header-height)); }
  .menu-open .site-nav { transform: translateX(0); opacity: 1; visibility: visible; pointer-events: auto; }
  .site-nav > a, .nav-dropdown { width: 100%; }
  .site-nav > a { min-height: 54px; padding-inline: 16px; justify-content: flex-start; border-bottom: 1px solid rgba(218,199,174,.1); }
  .site-nav a { font-size: 27px; text-align: left; }
  .site-nav a::after { bottom: 5px; left: 42%; right: 42%; }
  .site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.active::after { right: 42%; }
  .site-nav > a::after,
  .nav-dropdown-trigger > a::after,
  .site-nav > a:hover::after,
  .site-nav > a:focus-visible::after,
  .site-nav > a.active::after,
  .nav-dropdown-trigger > a:hover::after,
  .nav-dropdown-trigger > a:focus-visible::after,
  .nav-dropdown-trigger > a.active::after { left: 55px; right: auto; width: 48px; }
  .nav-dropdown-trigger { display: grid; grid-template-columns: max-content 34px; column-gap: 5px; justify-content: flex-start; align-items: center; border-bottom: 1px solid rgba(218,199,174,.1); }
  .nav-dropdown-trigger > a { min-width: 0; min-height: 54px; padding-left: 16px; flex: 1 1 auto; justify-content: flex-start; }
  .nav-dropdown-toggle { width: 34px; height: 34px; margin: 0; flex: 0 0 34px; }
  .nav-dropdown-toggle svg { width: 13px; height: 13px; }
  .nav-submenu { padding-left: 0; }
  .site-nav .nav-submenu a { min-height: 44px; justify-content: flex-start; padding: 9px 12px 9px 55px; border-left: 0; font-size: 16px; text-align: left; }
  .mobile-nav-contact { width: min(100%, 300px); margin: 10px auto 0; padding: 25px 8px 2px; display: grid; justify-items: center; position: relative; border-top: 1px solid rgba(218,199,174,.18); text-align: center; }
  .mobile-nav-detail { height: 14px; position: absolute; top: -7px; left: 50%; display: flex; gap: 2px; padding-inline: 8px; background: #283027; transform: translateX(-50%); }
  .mobile-nav-detail i { width: 15px; height: 8px; display: block; border: 1px solid rgba(218,199,174,.42); background: linear-gradient(145deg, rgba(218,199,174,.22), rgba(140,117,83,.1)); transform: skewX(-8deg); }
  .mobile-nav-contact p { margin: 0 0 14px; color: rgba(244,238,228,.64); font-size: 11px; font-weight: 600; letter-spacing: .14em; line-height: 1.5; text-transform: uppercase; }
  .site-nav .mobile-nav-phone { min-height: 0; display: grid; gap: 3px; justify-items: center; color: #f3e3c7; text-align: center; }
  .site-nav .mobile-nav-phone::after, .site-nav .mobile-nav-estimate::after { content: none; }
  .site-nav .mobile-nav-phone span { color: rgba(244,238,228,.58); font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
  .site-nav .mobile-nav-phone strong { font-family: var(--serif); font-size: 25px; font-weight: 500; letter-spacing: .015em; }
  .site-nav .mobile-nav-estimate { width: 100%; min-height: 52px; margin-top: 17px; padding: 0 18px 0 22px; display: flex; justify-content: center; gap: 13px; color: #24271f; font-family: var(--sans); font-size: 13px; font-weight: 800; letter-spacing: .055em; text-align: center; text-transform: uppercase; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: linear-gradient(135deg, #f1dfbd, #d6b77e 58%, #cba96e); box-shadow: 0 13px 28px rgba(0,0,0,.25), inset 0 1px rgba(255,255,255,.62); }
  .mobile-nav-estimate svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s ease; }
  .mobile-nav-estimate:hover svg, .mobile-nav-estimate:focus-visible svg { transform: translateX(3px); }
  .site-nav .nav-submenu a:hover, .site-nav .nav-submenu a:focus-visible { padding-left: 59px; }
  .brand img { width: 118px; }
  .hero { min-height: 560px; align-items: flex-start; }
  .hero-image, .hero-video { object-position: 62% center; }
  .hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(10,10,9,.82) 0%, rgba(10,10,9,.08) 70%); pointer-events: none; }
  .hero-content { width: calc(100% - 36px); min-width: 0; max-width: none; margin-inline: auto; padding: 100px 0 72px; flex: 0 0 auto; text-align: center; transform: none; }
  .hero h1 { font-size: clamp(34px, 9.8vw, 42px); letter-spacing: -.045em; }
  .hero h1 { align-items: center; }
  .hero-title-line { width: auto; }
  .hero-content > p { max-width: 500px; margin-inline: auto; font-size: 18px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; max-width: 340px; margin-inline: auto; padding-inline: 24px 16px; display: grid; grid-template-columns: minmax(0, 1fr) 30px; column-gap: 14px; }
  .hero-actions .button > span { grid-column: 1; text-align: center; }
  .hero-actions .button::after { grid-column: 2; }
  .hero-scroll { display: none; }
  .hero-wave { height: 50px; }
  .paver-brick { height: 13px; border-radius: .5px; box-shadow: inset 0 1px rgba(255,255,255,.24), inset 0 -1px rgba(49,41,33,.28), 0 1px 2px rgba(18,16,13,.26); }
  .services, .projects { margin-inline: 6px; border-radius: 28px; }
  .about-layout { gap: 0; }
  .about h2, .services h2, .process h2, .projects h2, .faq h2, .contact h2 { font-size: 40px; }
  .about h2 { font-size: 38px; }
  .about-copy { padding: 70px 18px 44px; align-items: center; text-align: center; }
  .heading-line { width: auto; }
  .about-copy .lead { margin-top: 28px; font-size: 18px; }
  .about-copy > p:not(.lead) { margin-top: 22px; padding-top: 20px; }
  .about .text-link { margin-top: 28px; }
  .about-media { height: 340px; min-height: 0; margin: 0 18px 52px; border-radius: 28px; }
  .about-media img { height: 100%; min-height: 0; }
  .about-media figcaption { right: 16px; bottom: 14px; }
  .services-intro { margin-bottom: 42px; grid-template-columns: 1fr; gap: 22px; text-align: center; }
  .services-intro h2, .services-intro > p { margin-inline: auto; }
  .services-intro > p { margin-top: 0; margin-bottom: 0; font-size: 17px; }
  .service-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 12px; }
  .service-item { grid-template-columns: minmax(0, 1fr) 32px; grid-template-rows: auto 1fr; gap: 13px 6px; padding: 7px 7px 15px; border-radius: 21px; text-align: left; }
  .service-item img { height: clamp(132px, 38vw, 158px); border-radius: 15px; }
  .service-item > div { min-width: 0; padding: 0 0 0 7px; align-self: start; }
  .service-item > div > span { display: block; font-size: clamp(22px, 6.2vw, 27px); line-height: .98; }
  .service-item p { min-height: 45px; margin: 7px 0 0; display: block; font-size: 11px; line-height: 1.35; }
  .service-arrow { width: 32px; height: 32px; justify-self: end; align-self: start; }
  .service-arrow svg { width: 15px; height: 15px; }
  .process-heading { gap: 28px; margin-bottom: 44px; padding-bottom: 24px; text-align: center; }
  .process-heading h2 { margin-inline: auto; }
  .process-heading::after { left: 50%; width: 86px; transform: translateX(-50%); }
  .process-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 14px; }
  .process-steps::before { content: none; }
  .process-steps li, .process-steps li + li { min-height: 245px; padding: 26px 10px 24px; isolation: isolate; overflow: hidden; text-align: center; border: 1px solid rgba(111,88,58,.17); border-radius: 22px; background-color: #faf7f1; background-image: radial-gradient(circle at 18% 8%, rgba(255,255,255,.98), transparent 34%), radial-gradient(circle at 92% 92%, rgba(189,151,96,.13), transparent 43%), repeating-linear-gradient(0deg, transparent 0 42px, rgba(94,73,47,.028) 42px 43px), repeating-linear-gradient(90deg, transparent 0 64px, rgba(94,73,47,.025) 64px 65px); box-shadow: 0 20px 42px rgba(63,52,38,.13), 0 4px 10px rgba(63,52,38,.06), inset 0 1px rgba(255,255,255,.98), inset 0 -10px 24px rgba(134,100,59,.035); }
  .process-steps li::before { content: ""; position: absolute; z-index: 2; top: 0; left: 0; right: 0; height: 7px; background: repeating-linear-gradient(90deg, #c9ad82 0 30px, #a98b61 30px 32px, #dbc49f 32px 61px, #a98b61 61px 63px); box-shadow: 0 2px 7px rgba(78,58,36,.14); opacity: .82; }
  .process-steps li::after { content: ""; position: absolute; z-index: 0; right: -42px; bottom: -50px; width: 116px; height: 116px; border: 1px solid rgba(158,124,78,.09); border-radius: 50%; box-shadow: 0 0 0 14px rgba(158,124,78,.025), 0 0 0 30px rgba(158,124,78,.018); pointer-events: none; }
  .process-steps li:last-child { padding-bottom: 24px; }
  .process-steps span { position: relative; left: auto; top: auto; margin-inline: auto; border-color: rgba(139,101,55,.38); background: linear-gradient(145deg, #fffdf9, #eadbc6); box-shadow: 0 12px 24px rgba(73,55,34,.17), inset 0 1px rgba(255,255,255,.96), inset 0 -2px rgba(120,86,46,.08); }
  .process-steps h3 { position: relative; z-index: 1; margin: 18px 0 9px; padding-top: 0; font-size: clamp(22px, 6.2vw, 27px); }
  .process-steps p { position: relative; z-index: 1; max-width: 190px; margin-inline: auto; font-size: 12px; line-height: 1.48; }
  .projects-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto 230px 220px; gap: 13px 12px; }
  .projects-copy { grid-column: 1 / -1; grid-row: 1; }
  .project-image-tall { grid-column: 1; grid-row: 2; }
  .project-image-top { grid-column: 2; grid-row: 2; }
  .project-image-bottom { grid-column: 1 / -1; grid-row: 3; }
  .projects-copy { padding: 0 12px 34px; text-align: center; }
  .projects-copy > p { margin-inline: auto; }
  .projects .text-link { margin-inline: auto; }
  .service-area h2 { font-size: 46px; }
  .service-area-copy > p { font-size: 17px; }
  .service-area-copy { text-align: center; }
  .location-mark { margin-inline: auto; }
  .service-area-copy > p { margin-inline: auto; }
  .service-area-copy address { width: max-content; max-width: 100%; margin-inline: auto; padding-left: 0; border-left: 0; }
  .directions-link { margin-inline: auto; }
  .service-map { min-height: 410px; border-radius: 26px; }
  .map-label { left: 16px; bottom: 16px; }
  .accordion-item button span { font-size: 23px; }
  .faq::before { left: -24vw; top: 5%; }
  .faq::after { right: -12vw; bottom: -5%; }
  .faq-layout > div:first-child { padding-inline: 10px; text-align: center; }
  .faq-layout > div:first-child::before { left: 50%; top: auto; bottom: 0; width: 74px; height: 2px; transform: translateX(-50%); }
  .faq-layout > div:first-child > p { margin-inline: auto; }
  .faq .text-link { width: max-content; max-width: 100%; margin-inline: auto; font-size: 18px; }
  .accordion-item button { min-height: 82px; padding: 18px; gap: 14px; }
  .accordion-item button > span { grid-template-columns: 34px 1fr; gap: 11px; }
  .accordion-item button > span::before { width: 32px; height: 32px; }
  .accordion-panel p { padding-inline: 54px 22px; }
  .accordion:not(.faq-expanded) > .accordion-item:nth-child(n+3) { display: none; }
  .accordion.faq-expanded > .accordion-item:nth-child(n+3) { animation: faq-question-in .36s cubic-bezier(.22,1,.36,1) both; }
  .faq-more-toggle { width: 190px; min-height: 54px; margin: 16px auto 0; padding: 9px 10px 9px 20px; display: grid; grid-template-columns: auto 36px; justify-content: center; align-items: center; gap: 12px; color: #30342a; border: 1px solid rgba(117,91,55,.2); border-radius: 999px; background: linear-gradient(135deg, #fffdf9, #eadbc5); box-shadow: 0 14px 30px rgba(64,51,35,.12), inset 0 1px rgba(255,255,255,.92); cursor: pointer; }
  .faq-more-toggle span { font-size: 13px; font-weight: 700; letter-spacing: .025em; text-align: center; }
  .faq-more-toggle svg { width: 36px; height: 36px; padding: 10px; fill: none; stroke: #fff8ec; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; border-radius: 50%; background: linear-gradient(145deg, #c9522c, #9d3d20); box-shadow: 0 8px 18px rgba(137,56,31,.22); transition: transform .3s ease; }
  .faq-more-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
  .estimate-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact { min-height: 0; padding-block: 62px 66px; background-position: center, center, 54% center; }
  .contact::after { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(11,14,10,.06); pointer-events: none; }
  .contact-layout { gap: 30px; }
  .contact-copy { text-align: center; }
  .contact-copy > p { max-width: 340px; margin: 17px auto 0; font-size: 15px; line-height: 1.5; }
  .contact-copy address { margin-top: 21px; gap: 8px; }
  .contact-copy address { align-items: center; }
  .contact-copy address a { font-size: 18px; }
  .estimate-form { padding: 21px 18px 20px; gap: 17px 14px; border-radius: 24px; }
  .estimate-form > .field:nth-child(3), .field-full { grid-column: 1 / -1; }
  .field { gap: 4px; }
  .field input, .field select, .field textarea { padding-block: 10px; font-size: 14px; }
  .field textarea { min-height: 74px; }
  .estimate-form .button { width: 100%; min-height: 50px; grid-column: 1 / -1; margin-top: 0; }
  .form-status { grid-column: 1 / -1; text-align: center; }
  .footer { margin-bottom: -1px; padding: 44px 18px max(16px, env(safe-area-inset-bottom)); }
  .footer-wave { height: 46px; top: -45px; }
  .footer-main { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .footer-identity { align-items: center; }
  .footer-identity address a { align-items: center; }
  .footer nav, .footer-connect { grid-column: 1; grid-row: auto; justify-self: center; }
  .footer-connect { align-items: center; }
  .footer nav { width: min(100%, 340px); justify-self: center; flex-direction: column; justify-content: center; gap: 0; }
  .footer nav > a, .footer-services { width: 100%; }
  .footer nav > a[href="/service-area/"] { display: none; }
  .footer nav > a, .footer-service-trigger { min-height: 54px; display: flex; align-items: center; justify-content: center; border-top: 1px solid rgba(235,215,181,.13); }
  .footer nav > a:last-child { border-bottom: 1px solid rgba(235,215,181,.13); }
  .footer nav a { font-size: 13px; letter-spacing: .1em; }
  .footer nav a::after { bottom: 8px; left: 45%; right: 45%; }
  .footer nav a:hover::after, .footer nav a:focus-visible::after { right: 45%; }
  .footer-service-trigger { position: relative; display: grid; grid-template-columns: max-content 28px; align-items: center; justify-content: center; column-gap: 6px; }
  .footer-service-trigger > a { width: auto; min-height: 54px; display: flex; align-items: center; justify-content: center; }
  .footer-service-toggle { position: static; width: 28px; height: 28px; padding: 0; display: grid; place-items: center; border: 1px solid rgba(235,215,181,.2); border-radius: 50%; background: rgba(255,255,255,.035); color: #d9c098; cursor: pointer; }
  .footer-service-toggle svg { width: 10px; height: 10px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; transition: transform .28s ease; }
  .footer-services.submenu-open .footer-service-toggle svg { transform: rotate(180deg); }
  .footer-service-submenu { max-height: 0; display: grid; overflow: hidden; background: rgba(11,14,11,.13); opacity: 0; transition: max-height .34s ease, opacity .24s ease; }
  .footer-services.submenu-open .footer-service-submenu { max-height: 380px; opacity: 1; }
  .footer nav .footer-service-submenu a { min-height: 42px; padding: 12px; display: flex; align-items: center; justify-content: center; color: rgba(244,233,215,.64); font-size: 12px; letter-spacing: .075em; border-top: 1px solid rgba(235,215,181,.08); }
  .footer nav .footer-service-submenu a::after { content: none; }
  .footer-bottom { margin-top: 32px; grid-template-columns: 1fr; gap: 14px; }
  .footer-legal { justify-content: center; flex-wrap: wrap; row-gap: 7px; }
  .footer-service-area { justify-self: center; text-align: center; }
  .footer-copyright { text-align: center; }
}

@keyframes mobile-nav-scrim {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes faq-question-in {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-video { display: none; }
}

/* Smart Pavers business-card palette: sampled from the approved Canva artwork. */
html { background-color: #183a5d; }
.topbar { background: #dce9f4; color: #17324d; border-bottom-color: rgba(49,102,160,.18); }
.topbar p::before { background: #3166a0; box-shadow: 0 0 0 4px rgba(49,102,160,.12); }
.topbar a { color: #17324d; }
.topbar a::before { border-right-color: rgba(49,102,160,.24); color: #526d87; }
.site-header { background: linear-gradient(90deg, rgba(18,47,76,.72), rgba(18,47,76,.45)); border-bottom-color: rgba(206,226,243,.25); }
.site-header.scrolled { background: rgba(18,47,76,.96); border-bottom-color: rgba(103,142,185,.3); }
.site-nav a:hover .nav-icon, .site-nav a:focus-visible .nav-icon, .site-nav a.active .nav-icon,
.nav-dropdown:hover .nav-dropdown-toggle svg, .nav-dropdown:focus-within .nav-dropdown-toggle svg, .nav-dropdown.submenu-open .nav-dropdown-toggle svg { color: #a9c8e2; }
.site-nav a::after { background: #79a7cf; }
.nav-submenu { border-color: rgba(140,181,215,.28); background: rgba(18,47,76,.98); }
.site-nav .nav-submenu a { color: #e8f2fa; }
.site-nav .nav-submenu a:hover, .site-nav .nav-submenu a:focus-visible, .site-nav .nav-submenu a.current-service { background: rgba(103,142,185,.16); color: white; }
.header-cta { box-shadow: 0 8px 24px rgba(17,53,88,.28); }
.hero-actions .button { border-color: rgba(218,235,248,.62); background: linear-gradient(135deg, #eff7fd 0%, #a9c8e2 100%); color: #17324d; }
.hero-actions .button:hover, .hero-actions .button:focus-visible { background: linear-gradient(135deg, #fff 0%, #c8deef 100%); color: #102d49; }
.hero-actions .button-ghost { background: rgba(18,47,76,.38); color: white; }
.about, .services, .projects, .service-area { background-color: #edf4f9; }
.about { background-image: linear-gradient(to bottom, #edf4f9 0, rgba(237,244,249,.98) 72px, rgba(237,244,249,0) 190px), radial-gradient(circle at 10% 22%, rgba(255,255,255,.9), transparent 30%), radial-gradient(circle at 47% 92%, rgba(103,142,185,.13), transparent 32%); }
.services { background-image: radial-gradient(circle at 8% 10%, rgba(255,255,255,.9), transparent 29%), radial-gradient(circle at 92% 78%, rgba(103,142,185,.16), transparent 31%), radial-gradient(circle at 58% 42%, rgba(49,102,160,.1), transparent 36%); }
.projects { background-image: radial-gradient(circle at 14% 18%, rgba(255,255,255,.86), transparent 27%), radial-gradient(circle at 86% 84%, rgba(103,142,185,.15), transparent 32%), linear-gradient(135deg, rgba(255,255,255,.34), transparent 48%); }
.service-area { background-image: radial-gradient(circle at 12% 22%, rgba(255,255,255,.94), transparent 31%), radial-gradient(circle at 88% 74%, rgba(103,142,185,.14), transparent 35%), linear-gradient(118deg, rgba(49,102,160,.08), transparent 42%); }
.service-arrow, .faq .text-link span, .faq-more-toggle svg { background: linear-gradient(145deg, #3d75ad, #25527f); }
.service-item:hover .service-arrow, .service-item:focus-visible .service-arrow { background: linear-gradient(145deg, #4c82b7, #285784); }
.process-heading::after, .faq-layout > div:first-child::before, .accordion-item::before { background: linear-gradient(90deg, #3166a0, #79a7cf); }
.process-steps span, .accordion-item button > span::before { color: #3166a0; border-color: rgba(49,102,160,.28); background: linear-gradient(145deg, #fff, #e1edf6); }
.accordion-item:hover i, .accordion-item button[aria-expanded="true"] i { border-color: #3166a0; background: #3166a0; }
.accordion-item:hover i::before, .accordion-item:hover i::after, .accordion-item button[aria-expanded="true"] i::before, .accordion-item button[aria-expanded="true"] i::after { background: #eff7fd; }
.faq .text-link { color: #3166a0; border-color: rgba(49,102,160,.3); }
.map-label > span { border-color: #3166a0; box-shadow: 0 4px 10px rgba(31,79,125,.24); }
.map-label > span::after { background: #e6f1f9; }
.service-area-copy address { border-left-color: #678eb9; }
.footer, .footer-wave { background: #183a5d; color: white; }
.footer-wave { background: transparent; color: #183a5d; }
.footer::before { background-image: radial-gradient(circle at 8% 28%, rgba(103,142,185,.2), transparent 31%), radial-gradient(circle at 91% 78%, rgba(49,102,160,.2), transparent 34%), linear-gradient(118deg, rgba(255,255,255,.045), transparent 44%); }
.footer-phone, .footer-social a { color: #b8d3e8; }
.footer-phone:hover, .footer-phone:focus-visible, .footer-social a:hover, .footer-social a:focus-visible { color: white; }
.footer nav a::after { background: #79a7cf; }
.footer-bottom::before { border-top-color: rgba(190,218,239,.28); background-image: linear-gradient(180deg, rgba(255,255,255,.13), rgba(10,32,53,.16)), repeating-linear-gradient(90deg, #678eb9 0 31px, #244f79 31px 33px, #8bb3d3 33px 64px, #285784 64px 66px, #4d7fac 66px 97px, #244f79 97px 99px); }
