@font-face { font-family: 'DM Serif Display'; font-style: normal; font-weight: 400; font-display: swap; src: url('assets/fonts/dm-serif-display.ttf') format('truetype'); }
@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 400; font-display: swap; src: url('assets/fonts/dm-sans-regular.ttf') format('truetype'); }
@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 600; font-display: swap; src: url('assets/fonts/dm-sans-semibold.ttf') format('truetype'); }
@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 700; font-display: swap; src: url('assets/fonts/dm-sans-bold.ttf') format('truetype'); }
:root {
  --navy: #12243e;
  --blue: #207bfa;
  --blue-dark: #0960ce;
  --text: #3c3e43;
  --muted: #616d80;
  --line: #e5ebf2;
  --paper: #fefefe;
  --serif: 'DM Serif Display', Georgia, 'Times New Roman', serif;
  --sans: 'DM Sans', Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { color: var(--navy); }
h1, h2, .service h3 { font-family: var(--serif); }
:focus-visible { outline: 3px solid var(--blue-dark); outline-offset: 5px; }
.container { width: calc(100% - 92px); max-width: 1200px; margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 20; padding: 12px 20px; color: white; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-header { height: 62px; position: relative; z-index: 10; }
.header-inner { width: calc(100% - 110px); max-width: 1200px; height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { white-space: nowrap; font-family: var(--serif); color: var(--navy); font-size: 31px; letter-spacing: -1px; line-height: 1.1; }
.brand span { color: var(--blue); }
.navigation { display: flex; align-items: center; gap: 42px; height: 100%; }
.navigation a { position: relative; display: grid; place-items: center; min-height: 44px; font-size: 12px; transition: color 180ms ease; }
.navigation a::after { content: ''; position: absolute; height: 2px; bottom: 3px; width: 100%; background: var(--blue); transform: scaleX(0); transition: transform 180ms ease; }
.navigation a:hover, .navigation a.is-active { color: var(--blue); }
.navigation a.is-active { font-weight: 600; }
.navigation a:hover::after, .navigation a.is-active::after { transform: scaleX(1); }
.menu-toggle { display: none; }
.hero { position: relative; min-height: 432px; background: url('assets/images/hero-brush.png') left 62px / 64px 364px no-repeat; }
.hero-media { position: absolute; top: 0; right: 0; width: 60.255%; height: 100%; }
.hero-visual { position: absolute; inset: 0; overflow: hidden; -webkit-mask-image: linear-gradient(to right, transparent, #000 9.88%); mask-image: linear-gradient(to right, transparent, #000 9.88%); }
.hero-visual img, .hero-visual video { display: block; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-visual video { opacity: 0; }
.hero-media.has-video-frame video { opacity: 1; }
.hero-inner { position: relative; padding: 65px 31px 44px; }
.hero-content { width: 390px; max-width: 100%; }
h1 { font-size: 44px; line-height: 47px; font-weight: 400; letter-spacing: -.8px; }
h1 span { display: block; white-space: nowrap; }
h1 span:last-child { font-size: 42px; letter-spacing: -1.4px; }
.brush-underline { object-fit: fill; }
.hero-underline { margin-top: 15px; }
.hero-copy { font-size: 15px; line-height: 23px; margin-top: 19px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 37px; padding: 10px 22px; background: var(--blue) linear-gradient(115deg, #207bff, #1877f5); border: 1px solid #2f85ff; border-radius: 6px; color: white; font-size: 12px; font-weight: 600; line-height: 16px; transition: background-color 180ms ease, box-shadow 180ms ease; }
.button img { flex-shrink: 0; transition: transform 180ms ease; }
.button:hover { background: var(--blue-dark); box-shadow: 0 3px 10px #1c73d421; }
.button:hover img { transform: translateX(3px); }
.hero-button { margin-top: 16px; min-height: 41px; width: max-content; min-width: 212px; padding-inline: 12px; white-space: nowrap; }
.hero-phone { display: flex; align-items: center; width: max-content; min-height: 44px; margin-top: 4px; color: var(--blue-dark); font-size: 15px; line-height: 22px; font-weight: 600; }
.hero-phone:hover { text-decoration: underline; text-underline-offset: 3px; }
.services { min-height: 360px; padding: 28px 0 33px; }
.section-heading { text-align: center; }
.eyebrow { color: #075ac8; text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: 1.4px; line-height: 15px; }
.section-heading h2 { font-size: 28px; line-height: 34px; letter-spacing: -.65px; font-weight: 400; margin-top: 6px; }
.section-heading .brush-underline { margin: 9px auto 0; }
.services-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 9px; transform: translateX(-7px); }
.service { position: relative; text-align: center; padding: 0 8px; }
.service + .service::before { content: ''; position: absolute; left: 0; top: 12px; bottom: -3px; width: 1px; background: var(--line); }
.service-illustration { height: 102px; width: 106px; margin: auto; display: grid; place-items: center; background: url('assets/icons/wash.svg') center / 106px 102px no-repeat; }
.service:nth-child(2) .service-illustration { background-position: 3px 0; }
.service h3 { font-size: 17px; font-weight: 400; line-height: 22px; letter-spacing: -.2px; margin-top: 5px; }
.service p { max-width: 205px; margin: 8px auto 0; font-size: 15px; line-height: 23px; }
.about { min-height: 360px; position: relative; background: #f5f8fb url('assets/images/about-brush.png') left top / auto 100% no-repeat; }
.about-photo { position: absolute; top: 0; right: 0; width: 51.329%; height: 100%; -webkit-mask-image: linear-gradient(to right, transparent, #000 17%); mask-image: linear-gradient(to right, transparent, #000 17%); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.about-inner { position: relative; padding: 44px 71px 33px; }
.about-content { width: 330px; max-width: 100%; }
.about h2 { font-size: 28px; line-height: 33px; font-weight: 400; letter-spacing: -.65px; margin-top: 10px; }
.about .brush-underline { margin-top: 13px; }
.about-copy { font-size: 15px; line-height: 23px; margin-top: 17px; }

.specialty-services { --specialty-padding-block: 42px; position: relative; min-height: 620px; padding-block: var(--specialty-padding-block); overflow: hidden; background: linear-gradient(116deg, #f4f8fc 0%, #fbfdff 56%, #f1f7fc 100%); }
.specialty-services::before { content: ''; position: absolute; top: -32px; left: -22px; width: 142px; height: 360px; opacity: .58; background: url('assets/images/about-brush.png') left top / contain no-repeat; pointer-events: none; }
.specialty-services-inner { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr); grid-template-areas: 'gallery content'; align-items: stretch; gap: clamp(34px, 4vw, 58px); }
.specialty-content { grid-area: content; display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.specialty-content h2 { max-width: 500px; margin-top: 7px; font-size: 31px; line-height: 37px; font-weight: 400; letter-spacing: -.7px; }
.specialty-content > .brush-underline { margin-top: 12px; }
.specialty-intro { max-width: 510px; margin-top: 16px; font-size: 15px; line-height: 23px; }
.specialty-list { display: grid; gap: 13px; margin-top: 21px; }
.specialty-list article { min-width: 0; padding-left: 14px; border-left: 2px solid #78b5ff; }
.specialty-list h3 { font-family: var(--serif); font-size: 18px; line-height: 23px; font-weight: 400; letter-spacing: -.15px; }
.specialty-list p { margin-top: 4px; font-size: 15px; line-height: 23px; }
.specialty-details { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(145px, .75fr); gap: 18px; margin-top: 22px; padding: 16px 0; border-top: 1px solid #c9def7; border-bottom: 1px solid #c9def7; }
.specialty-detail { min-width: 0; }
.specialty-detail + .specialty-detail { padding-left: 18px; border-left: 1px solid #c9def7; }
.specialty-detail > span { display: block; color: #075ac8; text-transform: uppercase; font-size: 10px; line-height: 14px; font-weight: 700; letter-spacing: 1.2px; }
.specialty-detail p { margin-top: 5px; font-size: 15px; line-height: 23px; }
.specialty-phone { display: flex; align-items: center; align-self: flex-start; min-height: 44px; margin-top: 8px; color: var(--blue-dark); font-size: 15px; line-height: 22px; font-weight: 700; }
.specialty-phone:hover { text-decoration: underline; text-underline-offset: 3px; }
.specialty-gallery { grid-area: gallery; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); grid-template-rows: repeat(2, minmax(0, 1fr)); min-height: 520px; gap: 12px; }
.specialty-photo { position: relative; min-width: 0; min-height: 0; overflow: hidden; background: #dfe8f0; box-shadow: 0 10px 30px rgb(18 36 62 / .08); }
.specialty-photo-primary { grid-row: 1 / 3; }
.specialty-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 400ms ease; }
.specialty-photo-primary img { object-position: 53% center; }
.specialty-photo-deck img { object-position: 59% center; }
.specialty-photo-wallpaper img { object-position: 45% center; }
.specialty-photo:hover img { transform: scale(1.015); }

.projects { min-height: 410px; padding: 24px 0 28px; }
.projects .section-heading h2 { font-size: 26px; line-height: 32px; margin-top: 6px; letter-spacing: -.8px; }
.projects .section-heading .brush-underline { margin-top: 5px; }
.projects-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 19px; margin-top: 4px; margin-right: 4px; }
.project { min-width: 0; text-align: center; }
.project-image { width: 100%; height: auto; aspect-ratio: 269 / 171; object-fit: cover; }
.project h3 { font-size: 12px; line-height: 16px; font-weight: 600; margin-top: 8px; }
.project p { max-width: 280px; margin: 4px auto 0; color: var(--muted); font-size: 15px; line-height: 23px; }
.contact { min-height: 190px; background: url('assets/images/contact-brush-left.png') left top / auto 100% no-repeat, url('assets/images/contact-brush-right.png') right top / auto 100% no-repeat, #f2f8fd; }
.contact-inner { display: grid; grid-template-columns: 56.2% 43.8%; padding-top: 29px; padding-bottom: 17px; }
.service-area { display: flex; align-items: flex-start; gap: 26px; padding-left: 44px; }
.location-illustration { flex: 0 0 97px; height: 94px; display: grid; place-items: center; position: relative; }
.location-illustration::before { content: ''; position: absolute; inset: 0; background: url('assets/icons/wash.svg') center / 100% 100% no-repeat; filter: brightness(1.075); }
.location-illustration img { position: relative; filter: drop-shadow(0 1px 0 white); }
.service-area-copy { padding-top: 1px; }
.service-area .eyebrow { font-size: 9px; line-height: 14px; letter-spacing: 1.2px; }
.service-area h2 { font-size: 22px; line-height: 24px; letter-spacing: -.8px; font-weight: 400; margin-top: 2px; }
.service-area-copy > p:last-child { max-width: 330px; font-size: 15px; line-height: 23px; margin-top: 6px; }
.contact-action { border-left: 1px solid #b8d4f8; text-align: center; padding-right: 24px; }
.contact-action h2 { font-size: 26px; line-height: 28px; font-weight: 400; letter-spacing: -.9px; margin-top: -1px; }
.contact-action .button { margin-top: 13px; width: 200px; padding: 8px 10px; }
.mobile-phone { display: none; }
.site-footer { min-height: 41px; }
.footer-inner { min-height: 41px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.site-footer .brand { font-size: 20px; letter-spacing: -.8px; }
.site-footer p { font-size: 9px; line-height: 14px; color: var(--muted); }
.site-footer p:last-child { font-size: 11px; justify-self: end; }

@media (min-width: 900px) and (max-width: 1099px) {
  h1 span:first-child { position: relative; left: 1px; letter-spacing: -1.26px; }
  h1 span:nth-child(2) { position: relative; top: 1px; letter-spacing: -1.07px; }
  h1 span:last-child { position: relative; top: 1px; left: -1px; }
  .services .section-heading h2 { letter-spacing: -.8px; transform: translateX(2px); }
  .about h2 span { letter-spacing: -.82px; }
}
@media (min-width: 1100px) {
  .hero-media { width: 54.304%; }
  .hero-visual { -webkit-mask-image: linear-gradient(to right, transparent, #000 12%); mask-image: linear-gradient(to right, transparent, #000 12%); }
  .hero-inner { padding-block: 85px 65px; }
  .hero { min-height: 470px; }
  .hero-content { width: 460px; }
  .hero-copy { font-size: 15px; line-height: 23px; }
  .hero-button { min-height: 44px; font-size: 13px; margin-top: 22px; }
  .services { padding-block: 36px 40px; }
  .service p { font-size: 15px; line-height: 23px; }
  .about-inner { padding-block: 50px; }
  .about-content { width: 390px; }
  .about-copy { font-size: 15px; line-height: 23px; }
  .specialty-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
  .specialty-list article { padding-left: 11px; }
  .projects { padding-block: 34px; }
  .project h3 { font-size: 14px; margin-top: 12px; }
  .project p { font-size: 15px; line-height: 23px; margin-top: 5px; }
  .contact { padding-block: 6px; }
  .service-area-copy > p:last-child { font-size: 15px; line-height: 23px; }
}
@media (width > 2000px) {
  .hero { height: 650px; min-height: 650px; }
  .hero-inner { height: 100%; display: flex; align-items: center; padding-block: 0; }
  .about { height: 650px; min-height: 650px; background-size: auto 100%; background-position: left center; }
  .about-inner { height: 100%; display: flex; align-items: center; padding-block: 0; }
  .specialty-services { height: 650px; min-height: 650px; }
  .specialty-services-inner { height: calc(650px - 84px); grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; }
  .specialty-gallery { width: 100%; height: 100%; min-height: 0; }
}
@media (max-width: 899px) {
  .container { width: calc(100% - 64px); }
  .header-inner { width: calc(100% - 64px); }
  .navigation { gap: 24px; }
  .brand { font-size: 28px; }
  .hero-inner { padding-left: 0; padding-top: 55px; }
  h1, h1 span:last-child { font-size: 40px; line-height: 45px; }
  .hero-copy { max-width: 335px; font-size: 15px; line-height: 23px; }
  .desktop-break { display: none; }
  .hero-media { width: 55%; }
  .hero-visual { opacity: .68; -webkit-mask-image: linear-gradient(to right, transparent, #000 40%); mask-image: linear-gradient(to right, transparent, #000 40%); }
  .services { padding-block: 32px; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 0; margin-top: 18px; transform: none; }
  .service:nth-child(3)::before { display: none; }
  .service p { max-width: 235px; margin-inline: auto; font-size: 15px; line-height: 23px; }
  .about-inner { padding: 38px 24px; }
  .about-content { width: 310px; }
  .about-photo { width: 51%; opacity: .75; }
  .about-copy { font-size: 15px; line-height: 23px; }
  .specialty-services { padding-block: var(--specialty-padding-block); }
  .specialty-services-inner { grid-template-columns: 1fr; grid-template-areas: 'content' 'gallery'; gap: 38px; }
  .specialty-content h2 { max-width: 620px; }
  .specialty-intro { max-width: 680px; }
  .specialty-gallery { min-height: 440px; }
  .projects { padding-block: 30px; }
  .projects-grid { gap: 16px; margin-top: 18px; }
  .project h3 { font-size: 13px; line-height: 19px; }
  .project p { font-size: 15px; line-height: 23px; margin-top: 5px; }
  .contact-inner { grid-template-columns: 58% 42%; padding-block: 28px; }
  .service-area { padding-left: 0; gap: 12px; }
  .location-illustration { flex-basis: 72px; }
  .service-area h2 { font-size: 21px; }
  .service-area-copy > p:last-child { font-size: 15px; line-height: 23px; max-width: 270px; }
  .contact-action { padding-left: 15px; }
  .contact-action h2 { font-size: 25px; }
  .contact-action .button { gap: 12px; padding-inline: 12px; }
  .footer-inner { gap: 12px; padding-block: 12px; }
}
@media (min-width: 600px) and (max-width: 899px) {
  .specialty-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
  .specialty-details { grid-template-columns: 1.45fr .75fr; }
}
@media (min-width: 600px) {
  .hero-visual {
    --hero-fade-width: clamp(160px, 20vw, 240px);
    --hero-soft-mask: linear-gradient(to right,
      transparent 0,
      rgb(0 0 0 / .08) calc(var(--hero-fade-width) * .2),
      rgb(0 0 0 / .3) calc(var(--hero-fade-width) * .4),
      rgb(0 0 0 / .7) calc(var(--hero-fade-width) * .6),
      rgb(0 0 0 / .92) calc(var(--hero-fade-width) * .8),
      #000 var(--hero-fade-width));
    -webkit-mask-image: var(--hero-soft-mask);
    mask-image: var(--hero-soft-mask);
  }
}
@media (width > 2000px) {
  .hero-visual { --hero-fade-width: clamp(240px, 12vw, 480px); }
}
@media (max-width: 599px) {
  .container, .header-inner { width: calc(100% - 40px); }
  .site-header { height: auto; min-height: 72px; }
  .header-inner { min-height: 72px; flex-wrap: wrap; gap: 0; }
  .brand { font-size: 27px; letter-spacing: -1px; }
  .menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 4px; padding: 11px 9px; background: transparent; color: var(--navy); cursor: pointer; }
  .js .menu-toggle { display: flex; flex-direction: column; justify-content: space-around; }
  .menu-toggle span { width: 26px; height: 2px; background: currentColor; transform-origin: center; transition: transform 180ms ease, opacity 180ms ease; }
  .menu-toggle[aria-expanded='true'] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded='true'] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .navigation { width: 100%; height: auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding-bottom: 12px; }
  .js .navigation { display: none; }
  .js .navigation.is-open { display: flex; }
  .navigation a { justify-content: start; min-height: 46px; font-size: 16px; }
  .navigation a::after { width: 32px; bottom: 4px; }
  .hero { display: flex; flex-direction: column; min-height: 0; background-position: left 25px; }
  .hero-inner { order: 0; padding: 33px 0 30px; }
  .hero-content { width: 100%; }
  h1 { font-size: clamp(30px, 8.4vw, 44px); line-height: 1.12; letter-spacing: -1.25px; }
  h1 span { white-space: normal; }
  h1 span:last-child { font-size: inherit; line-height: inherit; letter-spacing: inherit; }
  .hero-underline { margin-top: 19px; }
  .hero-copy { max-width: 100%; font-size: 16px; line-height: 25px; margin-top: 18px; }
  .button { min-height: 46px; font-size: 14px; padding-inline: 20px; }
  .hero-button { margin-top: 22px; width: auto; padding-inline: 20px; }
  .hero-media { position: relative; order: 1; width: 100%; height: auto; aspect-ratio: 1.45; }
  .hero-visual { opacity: 1; -webkit-mask-image: none; mask-image: none; }
  .services { padding: 36px 0; }
  .eyebrow { font-size: 11px; line-height: 16px; }
  .section-heading h2 { font-size: 27px; line-height: 34px; letter-spacing: -.8px; margin-top: 9px; }
  .services-grid { grid-template-columns: 1fr; gap: 24px; margin-top: 20px; }
  .service { padding: 0 0 24px; }
  .service:last-child { padding-bottom: 0; }
  .service + .service::before { display: none; }
  .service:not(:last-child)::after { content: ''; position: absolute; width: 130px; height: 1px; background: var(--line); left: 50%; bottom: 0; transform: translateX(-50%); }
  .service h3 { font-size: 21px; line-height: 28px; margin-top: 3px; }
  .service p { font-size: 16px; line-height: 24px; max-width: 285px; margin-top: 7px; }
  .about { display: flex; flex-direction: column; background-size: 111px 299px; }
  .about-inner { padding: 36px 0 29px; order: 0; }
  .about-content { width: 100%; }
  .about h2 { font-size: 29px; line-height: 35px; margin-top: 12px; }
  .about-copy { font-size: 16px; line-height: 25px; margin-top: 19px; }
  .about-photo { position: relative; order: 1; width: 100%; height: auto; opacity: 1; -webkit-mask-image: none; mask-image: none; }
  .about-photo img { width: 100%; height: auto; }
  .specialty-services { min-height: 0; padding-block: 42px; }
  .specialty-services::before { top: 0; width: 105px; height: 285px; }
  .specialty-services-inner { grid-template-columns: 1fr; grid-template-areas: 'content' 'gallery'; gap: 31px; }
  .specialty-content h2 { font-size: 29px; line-height: 35px; margin-top: 9px; }
  .specialty-content > .brush-underline { margin-top: 12px; }
  .specialty-intro { margin-top: 18px; font-size: 16px; line-height: 25px; }
  .specialty-list { grid-template-columns: 1fr; gap: 18px; margin-top: 23px; }
  .specialty-list article { padding-left: 14px; }
  .specialty-list h3 { font-size: 20px; line-height: 26px; }
  .specialty-list p { font-size: 16px; line-height: 24px; }
  .specialty-details { grid-template-columns: 1fr; gap: 0; margin-top: 24px; padding: 0; }
  .specialty-detail { padding-block: 16px; }
  .specialty-detail + .specialty-detail { padding-left: 0; border-left: 0; border-top: 1px solid #c9def7; }
  .specialty-detail p { font-size: 16px; line-height: 24px; }
  .specialty-phone { min-height: 46px; margin-top: 7px; font-size: 16px; }
  .specialty-gallery { grid-template-columns: 1fr; grid-template-rows: none; min-height: 0; gap: 14px; }
  .specialty-photo, .specialty-photo-primary { grid-row: auto; aspect-ratio: 4 / 3; }
  .projects { padding-block: 35px; }
  .projects .section-heading h2 { font-size: 29px; line-height: 35px; margin-top: 9px; }
  .projects-grid { grid-template-columns: 1fr; gap: 28px; margin-top: 22px; margin-right: 0; }
  .project h3 { font-size: 17px; line-height: 24px; margin-top: 13px; }
  .project p { font-size: 16px; line-height: 24px; margin-top: 6px; }
  .contact { background-position: left top, right bottom; }
  .contact-inner { grid-template-columns: 1fr; padding-block: 29px; gap: 27px; }
  .service-area { flex-direction: column; align-items: center; gap: 4px; text-align: center; }
  .location-illustration { flex-basis: auto; width: 97px; height: 94px; }
  .service-area .eyebrow { font-size: 11px; line-height: 16px; }
  .service-area h2 { font-size: 25px; line-height: 28px; margin-top: 8px; }
  .service-area-copy > p:last-child { font-size: 16px; line-height: 24px; max-width: 310px; margin: 12px auto 0; }
  .contact-action { border-left: 0; border-top: 1px solid #b8d4f8; padding: 26px 0 0; }
  .contact-action h2 { font-size: 29px; line-height: 33px; }
  .contact-action .button { margin-top: 18px; padding-inline: 20px; width: auto; }
  .mobile-phone { display: flex; align-items: center; justify-content: center; min-height: 44px; color: var(--blue-dark); font-size: 16px; margin-top: 4px; }
  .footer-inner { display: flex; flex-direction: column; gap: 11px; padding-block: 24px; text-align: center; }
  .site-footer .brand { font-size: 25px; min-height: 44px; display: flex; align-items: center; gap: 5px; }
  .site-footer p, .site-footer p:last-child { font-size: 12px; line-height: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .button:hover img { transform: none; }
}

/* Shared navigation and multi-page components */
.nav-dropdown { position: relative; height: 100%; display: flex; align-items: center; }
.nav-services-row { height: 100%; display: flex; align-items: center; }
.nav-services-row .nav-main-link { padding-right: 22px; }
.submenu-toggle { position: absolute; right: -15px; top: 50%; width: 44px; height: 44px; margin-top: -22px; border: 0; padding: 0; background: transparent; color: var(--navy); cursor: pointer; }
.submenu-toggle span { position: absolute; top: 17px; left: 17px; width: 8px; height: 8px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); transition: transform 180ms ease, top 180ms ease; }
.hero-button, .contact-action .button { min-height: 44px; }
.nav-dropdown.is-open .submenu-toggle span { top: 20px; transform: rotate(225deg); }
.services-submenu { position: absolute; z-index: 30; top: calc(100% - 2px); left: -20px; width: 238px; padding: 9px; border: 1px solid #dce7f3; border-radius: 8px; background: rgb(255 255 255 / .98); box-shadow: 0 16px 38px rgb(18 36 62 / .14); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease; }
.services-submenu a { display: flex; justify-content: flex-start; min-height: 42px; padding: 9px 11px; border-radius: 5px; font-size: 13px; line-height: 20px; }
.services-submenu a::after { display: none; }
.services-submenu a:hover, .services-submenu a.is-active { background: #eef6ff; }
.nav-dropdown:hover .services-submenu, .nav-dropdown:focus-within .services-submenu, .nav-dropdown.is-open .services-submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.service-link { display: block; min-height: 100%; border-radius: 8px; transition: transform 180ms ease, background-color 180ms ease; }
.service-link:hover { transform: translateY(-3px) scale(1.015); background: #f8fbff; }
.home-section-link { display: inline-flex; margin-top: 12px; }
.specialty-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }

.text-link { display: inline-flex; align-items: center; min-height: 44px; gap: 9px; color: var(--blue-dark); font-size: 15px; line-height: 22px; font-weight: 700; }
.text-link span, .visual-service-card > div > span, .compact-link-grid span, .related-links span { transition: transform 180ms ease; }
.text-link:hover span, .visual-service-card:hover > div > span, .compact-link-grid a:hover span, .related-links a:hover span { transform: translateX(3px); }

.inner-page main p { font-size: 15px; line-height: 23px; }
.inner-page .eyebrow { font-size: 11px; line-height: 16px; }
.page-hero { position: relative; height: 420px; overflow: hidden; background: #fff url('assets/images/hero-brush.png') left center / 64px 364px no-repeat; }
.page-hero-media { position: absolute; inset: 0 0 0 auto; width: 55%; }
.page-hero-picture { display: block; width: 100%; height: 100%; -webkit-mask-image: linear-gradient(to right, transparent 0, rgb(0 0 0 / .08) 8%, rgb(0 0 0 / .35) 18%, rgb(0 0 0 / .72) 29%, #000 40%); mask-image: linear-gradient(to right, transparent 0, rgb(0 0 0 / .08) 8%, rgb(0 0 0 / .35) 18%, rgb(0 0 0 / .72) 29%, #000 40%); }
.page-hero-picture img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.page-hero-inner { position: relative; height: 100%; display: flex; align-items: center; }
.page-hero-content { width: 46%; max-width: 535px; padding-left: clamp(18px, 4vw, 70px); animation: pageHeroEnter 350ms ease-out both; }
.page-hero h1 { margin-top: 8px; font-size: clamp(36px, 4vw, 49px); line-height: 1.05; letter-spacing: -1.3px; font-weight: 400; }
.page-hero .brush-underline { margin-top: 16px; }
.page-hero-content > p:not(.eyebrow) { max-width: 470px; margin-top: 18px; }
.page-hero .button { min-height: 44px; margin-top: 21px; white-space: nowrap; }
.page-hero-phone { display: flex; align-items: center; width: max-content; min-height: 44px; color: var(--blue-dark); font-size: 15px; line-height: 22px; font-weight: 700; }
.page-hero-phone:hover { text-decoration: underline; text-underline-offset: 3px; }
@keyframes pageHeroEnter { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.content-section { padding-block: 78px; }
.tint-section { position: relative; overflow: hidden; background: linear-gradient(116deg, #f4f8fc, #fbfdff 56%, #f1f7fc); }
.tint-section::before { content: ''; position: absolute; left: -28px; top: -20px; width: 132px; height: 330px; opacity: .45; background: url('assets/images/about-brush.png') left top / contain no-repeat; pointer-events: none; }
.content-section h2, .inner-cta h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.7px; }
.split-copy { display: grid; grid-template-columns: minmax(260px, .78fr) minmax(360px, 1.22fr); gap: clamp(48px, 8vw, 116px); align-items: start; }
.split-copy h2, .area-layout h2, .decision-layout h2 { margin-top: 8px; font-size: clamp(29px, 3vw, 39px); line-height: 1.12; }
.split-copy .brush-underline { margin-top: 14px; }
.prose { max-width: 650px; }
.prose p + p { margin-top: 17px; }
.inner-heading { max-width: 720px; margin: 0 auto; }
.inner-heading h2 { margin-top: 7px; font-size: clamp(30px, 3vw, 40px); line-height: 1.12; }
.feature-grid { display: grid; gap: 20px; margin-top: 34px; }
.feature-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feature-card { position: relative; min-width: 0; padding: 30px; border: 1px solid #dfe9f4; border-radius: 10px; background: rgb(255 255 255 / .9); box-shadow: 0 10px 30px rgb(18 36 62 / .05); transition: transform 180ms ease, box-shadow 180ms ease; }
.feature-card:hover { transform: translateY(-3px) scale(1.015); box-shadow: 0 15px 36px rgb(18 36 62 / .09); }
.feature-card > span { display: block; margin-bottom: 14px; color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: 1.4px; }
.feature-card h3 { font-family: var(--serif); font-size: 24px; line-height: 29px; font-weight: 400; }
.feature-card p { margin-top: 11px; }
.feature-card .text-link { margin-top: 12px; }
.split-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.link-panel { padding: clamp(30px, 4vw, 52px); border: 1px solid #dfe9f4; border-radius: 10px; background: #fff; box-shadow: 0 12px 36px rgb(18 36 62 / .05); }
.link-panel h2 { margin-top: 8px; font-size: clamp(27px, 2.7vw, 37px); line-height: 1.13; }
.link-panel > p:not(.eyebrow) { margin-top: 15px; }
.link-panel .text-link { margin-top: 13px; }

.inner-cta { padding-block: 48px; background: url('assets/images/contact-brush-left.png') left center / auto 100% no-repeat, url('assets/images/contact-brush-right.png') right center / auto 100% no-repeat, #eef7ff; }
.inner-cta-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 50px; }
.inner-cta h2 { margin-top: 6px; font-size: clamp(30px, 3vw, 42px); line-height: 1.08; }
.inner-cta p:not(.eyebrow) { margin-top: 9px; }
.inner-cta-actions { display: flex; flex-direction: column; align-items: center; min-width: 270px; }
.inner-cta .button { min-height: 46px; }
.cta-phone { display: flex; align-items: center; min-height: 44px; color: var(--blue-dark); font-size: 16px; font-weight: 700; }

.contact-details-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); gap: clamp(48px, 8vw, 110px); align-items: center; }
.contact-primary h2 { max-width: 620px; margin-top: 8px; font-size: clamp(30px, 3.2vw, 43px); line-height: 1.1; }
.contact-primary > p:not(.eyebrow) { max-width: 620px; margin-top: 17px; }
.contact-phone-large { display: inline-flex; align-items: center; min-height: 60px; margin-top: 16px; color: var(--blue); font-family: var(--serif); font-size: clamp(28px, 3vw, 40px); line-height: 1.1; }
.business-facts { display: grid; gap: 1px; border: 1px solid #dce8f4; border-radius: 10px; overflow: hidden; background: #dce8f4; }
.business-facts article { padding: 21px 24px; background: #f8fbff; }
.business-facts h3 { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.business-facts p { margin-top: 5px; }
.area-layout { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(480px, 1.2fr); gap: clamp(45px, 7vw, 100px); align-items: start; }
.area-layout > div > p:not(.eyebrow) { margin-top: 16px; }
.area-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 11px 24px; margin: 0; padding: 0; list-style: none; }
.area-list li { position: relative; padding-left: 16px; font-size: 15px; line-height: 23px; }
.area-list li::before { content: ''; position: absolute; left: 0; top: 9px; width: 5px; height: 5px; border-radius: 50%; background: var(--blue); }
.compact-link-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 30px; }
.compact-link-grid a { display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: 14px 17px; border: 1px solid #dce8f4; border-radius: 8px; color: var(--navy); font-family: var(--serif); font-size: 18px; background: #fff; transition: transform 180ms ease, border-color 180ms ease; }
.compact-link-grid a:hover { transform: translateY(-2px); border-color: #86baf9; }

.visual-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 34px; }
.visual-service-card { display: grid; grid-template-columns: minmax(180px, .88fr) minmax(220px, 1.12fr); min-height: 275px; overflow: hidden; border: 1px solid #dfe9f4; border-radius: 10px; background: #fff; box-shadow: 0 12px 34px rgb(18 36 62 / .06); transition: transform 180ms ease, box-shadow 180ms ease; }
.visual-service-card:hover { transform: translateY(-3px) scale(1.015); box-shadow: 0 17px 40px rgb(18 36 62 / .1); }
.visual-service-card > img { width: 100%; height: 100%; object-fit: cover; }
.visual-service-card > div { display: flex; flex-direction: column; justify-content: center; padding: 24px; }
.visual-service-card .card-icon { width: 48px; height: 48px; }
.visual-service-card h3 { margin-top: 9px; font-family: var(--serif); font-size: 24px; line-height: 28px; font-weight: 400; }
.visual-service-card p { margin-top: 9px; }
.visual-service-card > div > span { margin-top: 13px; color: var(--blue-dark); font-size: 14px; font-weight: 700; }
.decision-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(230px, .42fr); gap: clamp(45px, 8vw, 120px); align-items: center; }
.decision-layout > div:first-child > p:not(.eyebrow) { max-width: 690px; margin-top: 15px; }
.decision-layout > .button { justify-self: end; min-height: 46px; }
.related-links { display: grid; gap: 10px; }
.related-links a { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 11px 15px; border-bottom: 1px solid #d9e7f5; color: var(--navy); font-family: var(--serif); font-size: 18px; }
.related-links span { color: var(--blue); }

.sample-notice { max-width: 880px; margin: 0 auto 42px; padding: 17px 22px; border: 1px solid #82b9fb; border-left-width: 5px; border-radius: 7px; color: #243b59; background: #eef7ff; font-size: 15px; line-height: 23px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 34px; }
.review-card { min-width: 0; padding: 28px; border: 1px solid #dfe9f4; border-radius: 10px; background: #fff; box-shadow: 0 10px 30px rgb(18 36 62 / .05); }
.review-card > span { display: block; height: 35px; color: #66a8f9; font-family: var(--serif); font-size: 54px; line-height: 1; }
.review-card blockquote { margin: 11px 0 0; color: var(--navy); font-family: var(--serif); font-size: 21px; line-height: 29px; }
.review-card p { margin-top: 17px; color: var(--blue-dark); text-transform: uppercase; font-size: 10px; line-height: 14px; font-weight: 700; letter-spacing: 1.2px; }

.site-footer-expanded { min-height: 0; padding-top: 54px; background: #10233c; color: #d9e4ef; }
.site-footer-expanded .footer-grid { display: grid; grid-template-columns: minmax(260px, 1.6fr) repeat(3, minmax(150px, .8fr)); align-items: start; gap: clamp(32px, 5vw, 70px); }
.site-footer-expanded .brand { display: inline-block; min-height: auto; color: #fff; font-size: 27px; }
.site-footer-expanded .footer-brand > p { max-width: 330px; margin-top: 15px; color: #bdcad7; font-size: 14px; line-height: 22px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }
.footer-column h2 { margin-bottom: 8px; color: #fff; font-family: var(--serif); font-size: 18px; line-height: 23px; font-weight: 400; }
.footer-column a, .footer-column p { display: flex; align-items: center; min-height: 32px; color: #bdcad7; font-size: 13px; line-height: 20px; }
.footer-column a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.footer-column .footer-phone { color: #72b1ff; font-size: 15px; font-weight: 700; }
.footer-contact p { min-height: auto; margin-top: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 42px; padding-block: 19px; border-top: 1px solid rgb(255 255 255 / .13); }
.site-footer-expanded .footer-bottom p { color: #91a1b2; font-size: 11px; line-height: 18px; }

@media (min-width: 1200px) {
  .page-hero { height: 500px; }
}
@media (width > 2000px) {
  .page-hero { height: 650px; }
  .page-hero-media { width: 57%; }
  .page-hero-content { padding-left: 0; }
  .content-section { padding-block: 92px; }
}

@media (max-width: 899px) {
  .navigation { gap: 23px; }
  .page-hero-media { width: 57%; }
  .page-hero-content { width: 49%; padding-left: 0; }
  .page-hero h1 { font-size: clamp(33px, 5.2vw, 43px); }
  .content-section { padding-block: 60px; }
  .split-copy, .contact-details-grid, .area-layout { grid-template-columns: 1fr 1fr; gap: 44px; }
  .feature-card { padding: 24px; }
  .feature-card h3 { font-size: 22px; }
  .visual-service-card { grid-template-columns: 1fr; }
  .visual-service-card > img { height: 220px; }
  .compact-link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .area-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer-expanded .footer-grid { grid-template-columns: 1.3fr repeat(2, 1fr); }
  .footer-contact { grid-column: 2 / 4; }
}

@media (max-width: 599px) {
  .nav-dropdown { width: 100%; height: auto; display: block; }
  .nav-services-row { width: 100%; height: auto; }
  .nav-services-row .nav-main-link { flex: 1; padding-right: 0; }
  .submenu-toggle { position: relative; inset: auto; flex: 0 0 48px; height: 46px; margin: 0; border-left: 1px solid var(--line); }
  .submenu-toggle span { left: 19px; }
  .services-submenu { position: static; width: 100%; padding: 4px 0 8px 18px; border: 0; border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; background: #f7fbff; }
  .js .services-submenu { display: none; }
  .js .nav-dropdown.is-open .services-submenu { display: block; }
  .services-submenu a { min-height: 44px; font-size: 15px; }
  .navigation > a, .nav-services-row > a { padding-inline: 5px; }
  .navigation a::after { left: 5px; transform-origin: left; }
  .navigation { max-height: calc(100vh - 72px); overflow-y: auto; }
  .inner-page main p { font-size: 16px; line-height: 25px; }
  .page-hero { height: auto; display: flex; flex-direction: column; background-position: left 10px; background-size: 52px 300px; }
  .page-hero-inner { order: 0; height: auto; padding-block: 39px 34px; }
  .page-hero-content { width: 100%; max-width: none; padding: 0; }
  .page-hero h1 { margin-top: 9px; font-size: clamp(34px, 10.2vw, 44px); line-height: 1.06; }
  .page-hero .brush-underline { margin-top: 17px; }
  .page-hero-content > p:not(.eyebrow) { max-width: none; margin-top: 17px; }
  .page-hero .button { width: 100%; margin-top: 21px; }
  .page-hero-phone { font-size: 16px; }
  .page-hero-media { position: relative; order: 1; width: 100%; height: auto; aspect-ratio: 1.45; }
  .page-hero-picture { -webkit-mask-image: none; mask-image: none; }
  .page-hero-picture img { object-position: center; }
  .content-section { padding-block: 48px; }
  .split-copy, .contact-details-grid, .area-layout, .split-cards, .decision-layout, .inner-cta-inner { grid-template-columns: 1fr; gap: 29px; }
  .split-copy h2, .area-layout h2, .decision-layout h2 { font-size: 31px; line-height: 1.14; }
  .feature-grid-three, .visual-service-grid, .reviews-grid { grid-template-columns: 1fr; }
  .feature-grid, .visual-service-grid, .reviews-grid { margin-top: 27px; }
  .feature-card { padding: 25px 22px; }
  .feature-card h3 { font-size: 23px; }
  .visual-service-card { grid-template-columns: 1fr; }
  .visual-service-card > img { height: auto; aspect-ratio: 1.45; }
  .visual-service-card > div { padding: 23px 21px; }
  .visual-service-card h3 { font-size: 23px; }
  .visual-service-card > div > span { font-size: 15px; }
  .area-list, .compact-link-grid { grid-template-columns: 1fr; }
  .area-list li { font-size: 16px; line-height: 24px; }
  .compact-link-grid a { font-size: 19px; }
  .contact-phone-large { min-height: 54px; font-size: 31px; }
  .business-facts article { padding: 19px 20px; }
  .decision-layout > .button { width: 100%; justify-self: stretch; }
  .related-links a { font-size: 19px; }
  .review-card blockquote { font-size: 22px; line-height: 30px; }
  .sample-notice { margin-bottom: 32px; font-size: 16px; line-height: 24px; }
  .inner-cta { padding-block: 42px; }
  .inner-cta-actions { min-width: 0; width: 100%; }
  .inner-cta .button { width: 100%; }
  .site-footer-expanded { padding-top: 42px; }
  .site-footer-expanded .footer-grid { grid-template-columns: 1fr; gap: 31px; text-align: left; }
  .site-footer-expanded .footer-brand, .footer-column { align-items: flex-start; }
  .site-footer-expanded .footer-brand > p { font-size: 14px; line-height: 22px; }
  .footer-column { grid-column: auto; }
  .footer-column a, .footer-column p { min-height: 38px; font-size: 14px; line-height: 21px; }
  .footer-column .footer-phone { font-size: 16px; }
  .footer-bottom { flex-direction: column; margin-top: 31px; padding-block: 20px; text-align: left; }
  .site-footer-expanded .footer-bottom p { font-size: 12px; line-height: 18px; }
  .specialty-actions { gap: 8px 24px; }
}
