:root {
  color-scheme: light;
  --ink: #202924;
  --muted: #59635c;
  --blue: #1875b4;
  --green: #277436;
  --line: #dce3dc;
  --paper: #f3f6f2;
  --max-width: 1220px;
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; color: var(--ink); background: #fff; font-size: 16px; line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; text-underline-offset: 5px; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
p, h1, h2, h3 { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; }
p { margin-bottom: 20px; }
h1 { font-size: 70px; font-weight: 700; margin-bottom: 26px; }
h2 { font-size: 42px; font-weight: 600; margin-bottom: 24px; }
h3 { font-size: 24px; font-weight: 600; }
.container { width: min(var(--max-width), calc(100% - 112px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; top: 8px; left: 8px; padding: 10px 18px; background: white; z-index: 100; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { background: #fff; position: sticky; top: 0; z-index: 20; border-bottom: 1px solid #e5e9e5; }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 102px; gap: 28px; }
.brand { display: block; flex: 0 0 208px; padding: 10px 0; }
.brand img { width: 208px; height: auto; }
#site-navigation { display: flex; gap: 32px; align-items: center; font-size: 14px; font-weight: 600; }
#site-navigation a { text-decoration: none; padding-block: 10px; }
#site-navigation a:hover { color: var(--green); }
.nav-phone { display: inline-flex; gap: 10px; align-items: center; border-left: 1px solid var(--line); padding-left: 28px; }
.icon { flex: 0 0 auto; }
.menu-toggle { display: none; }
.hero { position: relative; background: #f0f1ef; isolation: isolate; }
.hero-image { position: absolute; inset: 0; z-index: -1; height: 100%; width: 100%; object-fit: cover; object-position: center; }
.hero-inner { display: flex; align-items: center; min-height: min(660px, calc(100svh - 184px)); padding-block: 66px 76px; }
.hero-copy { max-width: 650px; }
.eyebrow { font-size: 12px; font-weight: 700; color: var(--green); margin-bottom: 22px; display: flex; align-items: center; gap: 12px; }
.accent-line { display: inline-block; width: 30px; height: 3px; background: var(--green); flex: 0 0 auto; }
.hero-intro { font-size: 22px; font-weight: 500; line-height: 1.5; margin-bottom: 16px; }
.hero-description { max-width: 475px; color: #475149; font-size: 16px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 30px; flex-wrap: wrap; }
.button { min-height: 52px; padding: 13px 21px; border-radius: 3px; font-size: 14px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; gap: 20px; transition: background-color 150ms; }
.primary { background: var(--green); color: #fff; }
.primary .icon { filter: invert(1); }
.primary:hover { background: #1d5d29; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 600; text-decoration: none; line-height: 1.5; }
.text-link:hover { text-decoration: underline; }
.image-credit { position: absolute; right: 16px; bottom: 10px; color: #28342c; background: #fffffff0; padding: 2px 7px; font-size: 10px; }
.company-strip { background: var(--ink); color: #fff; }
.strip-inner { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 29px; }
.strip-inner > div { border-right: 1px solid #58625b; padding-inline: 38px; }
.strip-inner > div:first-child { padding-left: 0; }
.strip-inner > div:last-child { border-right: 0; }
.strip-label { display: block; color: #bbcabd; font-size: 10px; margin-bottom: 3px; font-weight: 600; }
.strip-inner strong { font-size: 19px; font-weight: 500; }
.section { padding-block: 94px; }
.section-heading { display: grid; grid-template-columns: 1.4fr 1fr; gap: 90px; align-items: end; margin-bottom: 45px; }
.section-heading p:not(.eyebrow) { color: var(--muted); max-width: 390px; margin-bottom: 27px; }
.section-heading h2 { margin-bottom: 14px; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; }
.service-item { padding-top: 26px; border-top: 1px solid #91ae97; display: flex; flex-direction: column; }
.service-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 36px; }
.service-top > span { color: #79817b; font-size: 12px; }
.service-item h3 { margin-bottom: 18px; }
.service-item p { color: var(--muted); font-size: 15px; margin-bottom: 28px; }
.service-item .text-link { margin-top: auto; color: var(--green); }
.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 100px; }
.about-copy p { color: var(--muted); }
.about-copy .lead { font-size: 24px; color: var(--ink); line-height: 1.5; }
.paint-rule { display: block; width: 90px; height: 5px; background: var(--blue); margin-top: 34px; }
.about-copy .sister-company { font-size: 14px; margin-top: 30px; margin-bottom: 0; }
.clients { border-top: 1px solid #d2dbd1; padding-top: 34px; margin-top: 64px; display: grid; grid-template-columns: 1fr 1.15fr; gap: 100px; align-items: center; }
.clients .eyebrow { margin: 0; }
.client-names { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.client-names span { font-size: 20px; font-weight: 600; line-height: 1.4; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 130px; }
.contact-intro p:not(.eyebrow) { max-width: 370px; color: var(--muted); }
.contact-intro .button { margin-top: 14px; }
.contact-person { display: flex; align-items: center; gap: 18px; padding-bottom: 28px; }
.person-mark { width: 54px; height: 54px; flex: 0 0 54px; background: #e9f0e4; display: grid; place-items: center; font-size: 18px; font-weight: 600; color: var(--green); border-radius: 50%; }
.contact-person h3 { font-size: 20px; margin: 0 0 4px; }
.contact-person p { font-size: 14px; margin: 0; color: var(--muted); }
.contact-row { display: flex; align-items: center; gap: 18px; padding-block: 22px; border-top: 1px solid var(--line); text-decoration: none; }
.contact-row > img { flex: 0 0 22px; }
.contact-row > span, .contact-row > div { min-width: 0; }
.contact-row small { display: block; font-size: 10px; font-weight: 600; color: var(--muted); margin-bottom: 3px; }
.contact-row strong { font-size: 20px; font-weight: 500; overflow-wrap: anywhere; }
.contact-row .row-arrow { margin-left: auto; }
a.contact-row:hover strong { color: var(--green); }
.address-row { align-items: flex-start; padding-bottom: 0; }
.address-row > img { margin-top: 7px; }
address { font-style: normal; font-size: 17px; line-height: 1.65; }
.directions { margin-top: 12px; color: var(--green); }
.site-footer { background: #fafbf9; border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: 200px 1fr auto; gap: 55px; align-items: center; padding-block: 36px; }
.footer-brand img { width: 175px; height: auto; }
.legal-identity strong { font-size: 11px; font-weight: 700; }
.legal-identity p { color: var(--muted); font-size: 12px; line-height: 1.8; margin: 7px 0 0; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 22px; flex-wrap: wrap; border-top: 1px solid var(--line); padding-block: 22px; font-size: 11px; color: var(--muted); }
.footer-bottom a { color: var(--ink); }
.policy { max-width: 780px; padding-block: 64px 90px; }
.policy h1 { font-size: 44px; margin-top: 28px; }
.policy h2 { font-size: 25px; margin-top: 42px; margin-bottom: 14px; }
.policy p, .policy li { color: var(--muted); }
.policy li { margin-bottom: 12px; }
.policy a { overflow-wrap: anywhere; }
.policy dl { display: grid; grid-template-columns: 170px 1fr; gap: 14px 24px; }
.policy dt { font-weight: 600; }
.policy dd { margin: 0; color: var(--muted); }
.policy .updated { font-size: 13px; }
@media (min-width: 1600px) {
  .hero-image { object-position: center 55%; }
  .hero-inner { min-height: 650px; }
}
@media (max-width: 1100px) {
  .container { width: calc(100% - 72px); }
  #site-navigation { gap: 22px; }
  .nav-phone { padding-left: 22px; }
  .brand { flex-basis: 180px; }
  h1 { font-size: 58px; }
  h2 { font-size: 36px; }
  .hero-copy { max-width: 540px; }
  .hero-description { max-width: 390px; }
  .section-heading, .about-grid, .clients, .contact-grid { gap: 54px; }
  .footer-main { gap: 30px; grid-template-columns: 170px 1fr auto; }
  .service-grid { gap: 25px; }
  .service-item h3 { font-size: 21px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 94px; }
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 83px; gap: 12px; flex-wrap: wrap; }
  .brand { flex-basis: 156px; padding-block: 9px; }
  .brand img { width: 156px; }
  #site-navigation { width: 100%; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding-bottom: 18px; }
  #site-navigation a { padding: 12px 4px; }
  #site-navigation .nav-phone { border-left: 0; border-top: 1px solid var(--line); padding-top: 17px; margin-top: 6px; }
  .js .menu-toggle { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 4px; background: white; cursor: pointer; }
  .menu-close-icon { display: none; }
  .menu-toggle[aria-expanded="true"] .menu-open-icon { display: none; }
  .menu-toggle[aria-expanded="true"] .menu-close-icon { display: block; }
  .js #site-navigation { display: none; position: absolute; top: 100%; left: 0; width: 100%; padding: 12px 20px 20px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 12px 20px #15241b0a; }
  .js #site-navigation.is-open { display: flex; }
  .hero-inner { padding-block: 48px 60px; min-height: 0; }
  .hero-image { object-position: 22% center; }
  h1 { font-size: 46px; margin-bottom: 22px; }
  .hero-copy { width: 100%; max-width: 540px; }
  .eyebrow { font-size: 10px; gap: 9px; margin-bottom: 21px; }
  .accent-line { width: 20px; }
  .hero-intro { font-size: 19px; }
  .hero-description { max-width: 320px; font-size: 14px; }
  .hero-actions { gap: 20px; margin-top: 27px; align-items: flex-start; flex-direction: column; }
  .hero-actions .text-link { min-height: 30px; }
  .strip-inner { padding-block: 24px; gap: 14px; }
  .strip-inner > div { padding-inline: 0 12px; }
  .strip-label { font-size: 9px; }
  .strip-inner strong { font-size: 14px; line-height: 1.4; display: block; }
  .section { padding-block: 60px; }
  h2 { font-size: 33px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading h2 { margin-bottom: 22px; }
  .section-heading p:not(.eyebrow) { font-size: 15px; max-width: 100%; margin-bottom: 0; }
  .service-grid { grid-template-columns: 1fr; gap: 34px; }
  .service-item { padding-top: 24px; }
  .service-top { margin-bottom: 22px; }
  .service-item h3 { font-size: 24px; margin-bottom: 15px; }
  .service-item p { margin-bottom: 20px; }
  .about-grid { grid-template-columns: 1fr; gap: 28px; }
  .paint-rule { margin-top: 26px; }
  .about-copy .lead { font-size: 21px; }
  .about-copy p { font-size: 15px; }
  .clients { display: block; margin-top: 40px; padding-top: 30px; }
  .clients .eyebrow { margin-bottom: 23px; }
  .client-names { gap: 25px; }
  .client-names span { font-size: 17px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-intro p:not(.eyebrow) { font-size: 15px; }
  .contact-person { padding-bottom: 24px; }
  .contact-row strong { font-size: 19px; }
  .footer-main { grid-template-columns: 1fr; gap: 24px; padding-block: 32px; }
  .footer-brand img { width: 165px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
  .policy { padding-block: 36px 60px; }
  .policy h1 { font-size: 35px; }
  .policy h2 { font-size: 24px; }
  .policy dl { grid-template-columns: 1fr; gap: 5px; }
  .policy dd { margin-bottom: 15px; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 32px); }
  h1 { font-size: 38px; }
  h2 { font-size: 29px; }
  .hero-intro { font-size: 17px; }
  .hero .eyebrow { font-size: 9px; }
  .hero-actions { gap: 15px; }
  .button { padding-inline: 16px; gap: 16px; }
  .contact-row { gap: 13px; }
  .contact-row strong { font-size: 17px; }
  .client-names span { font-size: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0s !important; }
}
