/* Shared visual refinements for the company site. */
:root {
  --navy: #0d2948;
  --blue: #155a97;
  --gold: #efc15b;
  --ink: #142c43;
  --muted: #526676;
  --pale: #f3f6f8;
  --line: #dce5ec;
  --shadow: 0 20px 55px rgba(13, 41, 72, .10);
}
body { -webkit-font-smoothing: antialiased; }
::selection { background: #efc15b; color: #0d2948; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
.wrap { max-width: 1320px; }
section { padding-top: 96px; padding-bottom: 96px; }
.topbar { background: #071d33; }
.topbar .wrap { padding-top: 9px; padding-bottom: 9px; }
header { border-bottom-color: #e4ebf0; box-shadow: 0 3px 15px #0d294805; }
.nav { height: 96px; }
.brand { gap: 13px; }
.brand .bolt {
  display: grid; place-items: center; width: 47px; height: 51px;
  background: var(--navy); color: var(--gold); border-radius: 11px 3px 11px 3px;
  font-size: 43px; line-height: 1; padding-bottom: 4px;
}
.brand strong { font-size: 29px; letter-spacing: .5px; }
.brand small { letter-spacing: 1.35px; }
.navlinks { gap: 24px; }
.navlinks a:not(.btn) { position: relative; padding: 11px 0; }
.navlinks a[aria-current="page"]:after {
  content: ''; position: absolute; bottom: 2px; left: 0; width: 23px; height: 3px;
  border-radius: 2px; background: var(--gold);
}
.btn { min-height: 51px; padding: 15px 24px; border-radius: 7px; box-shadow: 0 3px 0 #0d29480a; }
.btn.blue:hover { background: #18436b; }
.btn.outline:hover { background: #edf2f6; }
.eyebrow { font-size: .75rem; letter-spacing: 1.85px; font-weight: 700; }
.eyebrow:before { width: 24px; height: 3px; border-radius: 2px; flex-shrink: 0; }
h2 { letter-spacing: -.35px; font-size: clamp(2.5rem, 4vw, 3.65rem); line-height: 1.08; }
h3 { font-size: 1.95rem; line-height: 1.14; }
/* The truck photograph anchors the opening composition. */
.hero { background: var(--navy); color: #fff; overflow: hidden; }
.hero:after {
  content: ''; position: absolute; width: 30%; height: 7px; bottom: 0; right: 0;
  background: var(--gold); transform: skewX(-30deg); transform-origin: right;
}
.hero-grid {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 45px;
  min-height: 660px; padding-top: 68px; padding-bottom: 84px; position: relative;
}
.hero-copy { position: relative; z-index: 2; }
.hero h1 { font-size: clamp(3.8rem, 6.2vw, 5.9rem); line-height: 1.015; letter-spacing: -.7px; margin-bottom: 26px; }
.hero h1 em { color: var(--gold); }
.hero .eyebrow { color: #e5c778; max-width: 470px; line-height: 1.6; }
.hero p:not(.eyebrow) { color: #d0dce7; font-size: 1.0625rem; line-height: 1.8; max-width: 440px; }
.hero-actions { margin-top: 32px; margin-bottom: 24px; gap: 13px; }
.hero .btn.outline { border-color: #73879b; color: #fff; background: transparent; }
.hero .btn.outline:hover { background: #ffffff12; border-color: #fff; }
.hero-note { color: #bdcbd7; font-size: .8125rem; gap: 12px; line-height: 1.7; flex-wrap: wrap; }
.hero-note span + span { padding-left: 13px; border-left: 1px solid #ffffff38; }
.hero-visual { margin: 8px 0 0; padding-bottom: 22px; }
.hero-visual:before {
  top: -17px; right: -17px; width: 108px; height: 160px;
  background: transparent; border-top: 2px solid var(--gold); border-right: 2px solid var(--gold);
  border-top-right-radius: 18px;
}
.hero-photo { position: relative; overflow: hidden; border-radius: 18px 4px 18px 4px; border: 5px solid #ffffff12; box-shadow: 0 30px 60px #00000035; }
.hero-visual img { height: 427px; width: 100%; object-fit: cover; object-position: 49% 59%; border-radius: 0; }
.photo-label {
  bottom: 0; left: -24px; right: auto; padding: 19px 25px; min-width: 315px;
  border: 1px solid #dce5ec; border-left: 5px solid var(--gold); background: white;
  color: var(--navy); border-radius: 7px; box-shadow: 0 18px 35px #05142433;
}
.photo-label strong { font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif; font-size: 1.5rem; margin-bottom: 2px; }
.photo-label span { color: var(--muted); font-size: .8125rem; }
.facts { background: #f5f8fa; }
.facts .wrap { padding-top: 27px; padding-bottom: 27px; }
.fact { gap: 17px; }
.fact .symbol { display: grid; place-items: center; width: 41px; height: 41px; min-width: 41px; border-radius: 50%; background: #e7eef5; }
.fact strong { font-size: .9375rem; }
.fact span { font-size: .8125rem; }
.section-top { margin-bottom: 43px; }
.section-top > p { font-size: 1rem; line-height: 1.8; }
/* Consistent card hierarchy, with distinct category and location treatments. */
.cards { gap: 23px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card { border-radius: 12px; padding: 32px; position: relative; box-shadow: 0 4px 14px #0d294804; transition: border-color .2s, box-shadow .2s, transform .2s; }
.card:hover { border-color: #9aafc0; box-shadow: 0 15px 35px #0d294810; transform: translateY(-4px); }
.card h3 { margin-bottom: 16px; }
.card p { font-size: 1rem; line-height: 1.8; }
.card .number { font-size: .75rem; letter-spacing: 1.3px; margin-bottom: 22px; }
.card .text-link { padding-top: 20px; border-top: 1px solid var(--line); width: 100%; justify-content: space-between; font-size: .875rem; }
.card .text-link span { display: grid; place-items: center; width: 30px; height: 30px; background: #edf3f8; border-radius: 50%; transition: background .2s; }
.card:hover .text-link span { background: var(--gold); color: var(--navy); }
.service-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 29px; }
.service-mark { width: 48px; height: 48px; display: grid; place-items: center; background: #eaf0f5; color: var(--blue); border-radius: 11px 3px 11px 3px; font-size: 34px; line-height: 1; }
.service-card-top .number { margin: 0; font-family: 'Barlow Condensed', sans-serif; font-size: 2rem; color: #6a8294; letter-spacing: 0; }
.service-card:after { content: ''; position: absolute; top: 0; left: 32px; height: 3px; width: 39px; background: var(--gold); }
.service-card:hover .service-mark { background: var(--navy); color: var(--gold); }
.detail-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.detail-card { border-left: 4px solid #a8bdce; }
.detail-card:hover { border-left-color: var(--gold); }
.location-card { background: white; border-top: 4px solid var(--gold); }
.location-card h3 { font-size: 2.4rem; }
.location-card .number { color: #667c8d; }
.dark { background: #102f4f; }
.dark .split > div:first-child { position: relative; }
.dark .split > div:first-child:after { content: ''; position: absolute; left: -15px; bottom: -15px; width: 105px; height: 105px; border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold); border-radius: 0 0 0 12px; }
.split { gap: 75px; }
.split img { border-radius: 14px; height: 440px; }
.feature-list li { padding: 16px 0; font-size: 1rem; }
.process { gap: 28px; }
.process > div { padding: 28px; background: #f5f8fa; border: 1px solid #e5ecf1; border-radius: 12px; }
.process b { color: var(--blue); width: 58px; font-size: 2.9rem; border-bottom: 3px solid var(--gold); margin-bottom: 27px; line-height: 1.2; }
.process p { font-size: 1rem; margin-bottom: 0; }
.area-links { gap: 12px; }
.area-links a { padding: 12px 18px; border-radius: 6px; box-shadow: 0 2px 0 #0d294806; font-size: .875rem; transition: border-color .2s, background .2s; }
.area-links a:after { content: ' →'; padding-left: 9px; color: var(--blue); }
.area-links a:hover { background: #eaf1f7; }
/* Photographs read as a portfolio rather than loose image boxes. */
.home-projects { grid-template-columns: 1.05fr .9fr 1.05fr; gap: 24px; align-items: start; }
.home-projects a { border-radius: 12px; overflow: hidden; border: 1px solid var(--line); background: white; box-shadow: 0 6px 24px #0d294808; }
.home-projects a:nth-child(2) { margin-top: 40px; }
.home-projects img { height: 360px; transition: transform .35s; }
.home-projects a:hover img { transform: scale(1.025); }
.home-projects span { background: white; position: relative; padding: 19px 21px; font-size: .9375rem; }
.gallery-main { margin: 0; padding: 0; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: white; box-shadow: var(--shadow); }
.gallery-main img { aspect-ratio: 1.65; object-fit: cover; }
.gallery-main figcaption { padding: 20px 25px; font-size: .875rem; }
.project-gallery { margin-top: 36px; gap: 30px; align-items: start; }
.project-gallery figure { padding: 0; border-radius: 12px; overflow: hidden; border: 1px solid var(--line); background: white; }
.project-gallery figure:nth-child(even) { margin-top: 46px; }
.project-gallery img { height: auto; aspect-ratio: 1.1; object-fit: cover; }
.project-gallery figcaption { padding: 18px 23px; font-size: .9375rem; }
/* Clear interior-page structure carries the same brand through all routes. */
.page-hero { background: var(--navy); color: white; padding: 37px 0 62px; border-bottom: 5px solid var(--gold); }
.page-hero .eyebrow { color: var(--gold); margin-bottom: 19px; }
.page-hero h1 { font-size: clamp(3.25rem, 5.5vw, 4.75rem); line-height: 1.05; max-width: 910px; }
.page-hero .intro { color: #cfdae5; font-size: 1.0625rem; line-height: 1.85; max-width: 760px; }
.breadcrumb { color: #c3cfdb; margin-bottom: 35px; font-size: .8125rem; }
.breadcrumb a { color: #e5edf4; }
.breadcrumb a:hover { color: var(--gold); }
.page-lead.with-photo { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr); gap: 70px; align-items: center; }
.page-lead-photo { position: relative; margin: 0; border: 1px solid #ffffff40; padding: 8px; border-radius: 12px; background: #ffffff08; }
.page-lead-photo img { width: 100%; height: 290px; object-fit: cover; border-radius: 6px; }
.page-lead-photo figcaption { padding: 10px 7px 4px; font-size: .8125rem; color: #d0dce7; }
.article-layout { gap: 72px; grid-template-columns: minmax(0, 2fr) minmax(270px, .9fr); }
.article { max-width: 770px; }
.article h2 { font-size: 2.5rem; line-height: 1.14; padding-top: 0; margin-top: 45px; }
.article p, .article li { font-size: 1rem; line-height: 1.85; }
.article .callout { border-radius: 0 10px 10px 0; padding: 30px; border-left-width: 4px; }
.inline-photo { margin: 34px 0; border-radius: 12px; overflow: hidden; border: 1px solid var(--line); background: #f3f6f8; }
.inline-photo img { border-radius: 0; max-height: 470px; }
.inline-photo figcaption { margin: 0; padding: 15px 18px; background: white; font-size: .875rem; }
.aside-card { border-radius: 12px; padding: 31px; box-shadow: var(--shadow); }
.aside-card .eyebrow { color: var(--gold); font-size: .75rem; }
.aside-card h3 { font-size: 2.2rem; }
.aside-card .phone { font-size: 2.05rem; margin: 24px 0; }
.aside-card .btn { width: 100%; }
.aside-links { border-radius: 12px; background: #f7f9fb; padding: 27px; }
.aside-links a { padding: 13px 0; font-size: .9375rem; }
.aside-links a:last-child { border-bottom: 0; }
.county-feature { padding: 45px; border-radius: 14px; border: 1px solid var(--line); border-top: 4px solid var(--gold); gap: 65px; background: #edf3f7; }
.county-feature h2 { font-size: 3.6rem; }
.county-feature .area-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.county-feature .area-links a { display: flex; align-items: center; justify-content: space-between; }
.faq-list details { padding: 20px 24px; margin-bottom: 12px; background: #f5f8fa; border: 1px solid var(--line); border-radius: 9px; }
.faq-list details:first-child { padding-top: 20px; }
.faq-list details[open] { background: white; border-color: #acbecd; box-shadow: 0 8px 22px #0d294805; }
.faq-list summary { font-size: 1rem; }
.faq-list details p { font-size: 1rem; }
.contact-grid { gap: 75px; }
.contact-item { padding: 22px 0; }
.contact-item small { text-transform: uppercase; font-weight: 700; letter-spacing: 1.5px; font-size: .75rem; }
.contact-item a { font-size: 1.125rem; }
.contact-form { background: #f4f7fa; padding: 40px; border-radius: 15px; box-shadow: var(--shadow); border-top: 4px solid var(--gold); }
.contact-form h3 { font-size: 2.5rem; }
.field input, .field select, .field textarea { border-radius: 6px; border-color: #c4d0db; min-height: 49px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--blue); outline-offset: 2px; }
.contact-form .btn { width: 100%; }
.resource-link { border-radius: 9px; background: #fff; transition: border-color .2s, box-shadow .2s; }
.resource-link:hover { border-color: #93acc1; box-shadow: 0 9px 25px #0d294809; }
.article .resource-link { text-decoration: none; }
.cta { padding: 62px 0; border-bottom: 7px solid #d5a643; }
.cta h2 { font-size: 3.3rem; }
.cta p { color: #283d4e; font-size: 1rem; }
.cta .btn { padding-left: 30px; padding-right: 30px; }
footer { background: #071d33; padding-top: 72px; }
footer .brand .bolt { background: var(--gold); color: #071d33; }
.footer-grid { gap: 40px; }
.footer-grid h3 { font-size: .875rem; letter-spacing: .4px; }
.footer-grid p, .footer-grid a:not(.brand) { font-size: .875rem; line-height: 1.85; }
.footer-bottom { font-size: .8125rem; padding-top: 24px; margin-top: 50px; }
@media (max-width: 1100px) {
  .navlinks { gap: 18px; }
  .brand strong { font-size: 25px; }
  .brand .bolt { width: 41px; height: 47px; }
  .hero-grid { gap: 30px; min-height: 620px; }
  .hero h1 { font-size: 4.7rem; }
  .hero-visual img { height: 392px; }
  .photo-label { left: -12px; min-width: 280px; padding: 16px 20px; }
  .split { gap: 42px; }
  .card { padding: 27px; }
  .page-lead.with-photo { gap: 40px; }
  .article-layout { gap: 43px; }
  .home-projects img { height: 315px; }
  .contact-grid { gap: 40px; }
  .contact-form { padding: 30px; }
  .county-feature { padding: 33px; gap: 35px; }
}
@media (max-width: 850px) {
  .nav { height: 80px; }
  .navlinks { top: 80px; padding: 20px 28px; border-radius: 0 0 12px 12px; }
  .navlinks a:not(.btn) { padding: 4px 0; }
  .navlinks a[aria-current="page"]:after { display: none; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); padding-top: 55px; padding-bottom: 70px; }
  .hero h1 { font-size: 4rem; }
  .hero-visual img { height: 365px; }
  .hero-visual:before { right: -9px; }
  .hero-note span + span { padding-left: 0; border-left: 0; }
  .hero .eyebrow { font-size: .6875rem; letter-spacing: 1.1px; }
  .photo-label { left: 6px; right: 6px; min-width: 0; }
  .photo-label strong { font-size: 1.2rem; }
  .photo-label span { font-size: .75rem; }
  .facts .wrap { padding-top: 20px; padding-bottom: 20px; }
  .fact .symbol { display: none; }
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process { gap: 17px; }
  .process > div { padding: 22px; }
  .page-lead.with-photo { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 30px; }
  .page-lead-photo img { height: 240px; }
  .page-hero h1 { font-size: 3.5rem; }
  .page-hero .intro { font-size: 1rem; }
  .county-feature { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; max-width: 740px; }
  .article-layout { grid-template-columns: minmax(0, 1.6fr) minmax(240px, 1fr); gap: 30px; }
  .aside-card { padding: 24px; }
}
@media (max-width: 620px) {
  section { padding-top: 62px; padding-bottom: 62px; }
  .topbar .wrap { gap: 13px; align-items: center; }
  .topbar .wrap > span { font-size: .6875rem; max-width: 178px; line-height: 1.45; }
  .topbar .wrap > a { white-space: nowrap; font-size: .75rem; }
  .brand { gap: 10px; }
  .brand strong { font-size: 25px; }
  .brand .bolt { width: 40px; height: 45px; font-size: 37px; }
  .brand small { letter-spacing: 1.15px; font-size: 9px; }
  .menu { border-radius: 6px; padding: 9px 11px; font-size: .8125rem; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 39px; padding-top: 42px; padding-bottom: 57px; min-height: 0; }
  .hero h1 { font-size: clamp(3.55rem, 12vw, 4.5rem); line-height: 1.025; max-width: 470px; }
  .hero p:not(.eyebrow) { font-size: 1rem; }
  .hero .eyebrow { font-size: .6875rem; margin-bottom: 22px; }
  .hero-actions { margin-top: 26px; }
  .hero-actions .btn { padding: 13px 16px; font-size: .875rem; min-height: 50px; }
  .hero-note { font-size: .75rem; gap: 4px; }
  .hero-note span { width: 100%; }
  .hero-visual { margin: 0; padding-bottom: 23px; }
  .hero-photo { border-width: 3px; }
  .hero-visual img { height: auto; aspect-ratio: 1.4; object-fit: cover; }
  .hero-visual:before { width: 75px; height: 95px; top: -12px; right: -8px; }
  .photo-label { bottom: 0; left: 14px; right: 14px; padding: 14px 17px; }
  .photo-label strong { font-size: 1.4rem; }
  .photo-label span { font-size: .75rem; }
  .hero:after { width: 46%; height: 5px; }
  .facts .wrap { padding-top: 15px; padding-bottom: 15px; }
  .fact { padding: 10px 0 !important; }
  .fact .symbol { display: grid; min-width: 32px; width: 32px; height: 32px; font-size: 19px; }
  .fact strong { display: block; font-size: .875rem; }
  .fact span { font-size: .8125rem; }
  h2 { font-size: 2.7rem; line-height: 1.1; }
  .section-top { margin-bottom: 29px; }
  .cards, .detail-cards { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .card { padding: 27px; border-radius: 10px; }
  .card h3 { font-size: 2rem; }
  .card p { font-size: 1rem; }
  .service-card-top { margin-bottom: 23px; }
  .service-card-top .number { margin: 0; }
  .split, .article-layout { grid-template-columns: minmax(0, 1fr); gap: 38px; }
  .split img { height: auto; aspect-ratio: 1.35; border-radius: 11px; }
  .dark .split > div:first-child:after { left: -8px; bottom: -8px; width: 70px; height: 70px; }
  .process { gap: 18px; }
  .process > div { padding: 26px; }
  .process b { margin-bottom: 23px; }
  .home-projects { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .home-projects a:nth-child(2) { margin-top: 0; }
  .home-projects img { height: 345px; }
  .home-projects span { padding: 18px 21px; }
  .project-gallery { gap: 23px; margin-top: 24px; }
  .project-gallery figure:nth-child(even) { margin-top: 0; }
  .project-gallery img { aspect-ratio: auto; max-height: 520px; object-fit: contain; }
  .gallery-main figcaption { padding: 17px 20px; }
  .page-hero { padding-top: 28px; padding-bottom: 43px; }
  .breadcrumb { font-size: .75rem; gap: 8px; margin-bottom: 27px; }
  .page-lead.with-photo { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .page-hero h1 { font-size: 3.25rem; line-height: 1.07; }
  .page-lead-photo { max-width: 100%; }
  .page-lead-photo img { height: 245px; }
  .article h2 { font-size: 2.2rem; }
  .article .callout { padding: 25px; }
  .aside-card, .aside-links { padding: 29px; }
  .county-feature { padding: 27px; gap: 30px; }
  .county-feature h2 { font-size: 2.8rem; }
  .county-feature .area-links { grid-template-columns: minmax(0, 1fr); }
  .faq-list details { padding: 19px 20px; }
  .faq-list details:first-child { padding-top: 19px; }
  .contact-form { padding: 26px; }
  .contact-form h3 { font-size: 2.2rem; }
  .contact-item a { font-size: 1rem; }
  .cta { padding: 44px 0; }
  .cta h2 { font-size: 2.8rem; }
  footer { padding-top: 55px; padding-bottom: 90px; }
  .footer-grid { gap: 32px; }
  .footer-grid p, .footer-grid a:not(.brand) { font-size: .8125rem; }
  .mobile-call { box-shadow: 0 -5px 25px #071d3328; }
}
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { transition: none !important; animation: none !important; }
  .card:hover, .home-projects a:hover img { transform: none; }
}
