@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&display=swap');

:root {
  --ow-orange: #cc3d00;
  --ow-orange-bright: #e64a08;
  --ow-ink: #171717;
  --ow-muted: #5e6369;
  --ow-soft: #f4f5f6;
  --ow-line: #e1e4e7;
  --ow-white: #ffffff;
  --ow-radius: 14px;
  --ow-shadow: 0 14px 38px rgba(0, 0, 0, .08);
}

html { scroll-behavior: smooth; }

body.modernized {
  background: var(--ow-soft);
  color: var(--ow-ink);
  line-height: 1.65;
}

body.modernized h1,
body.modernized h2,
body.modernized h3,
body.commercial-modernized h1,
body.commercial-modernized h2,
body.commercial-modernized h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: -.02em;
}

body.modernized header,
body.commercial-modernized .site-header {
  min-height: 78px;
  padding: 7px clamp(16px, 3vw, 42px);
  background: #151515 !important;
  border-bottom: 4px solid var(--ow-orange);
  box-shadow: 0 5px 22px rgba(0, 0, 0, .2);
}

body.modernized .logo img,
body.commercial-modernized .logo img {
  width: auto;
  height: 64px !important;
  display: block;
}

body.modernized .nav-links,
body.commercial-modernized .nav-links {
  gap: 2px !important;
  align-items: center;
}

body.modernized .nav-links a,
body.commercial-modernized .nav-links a {
  padding: 10px 10px !important;
  color: #fff !important;
  border-radius: 7px;
  font: 700 14px/1.2 'Montserrat', Arial, sans-serif;
  white-space: nowrap;
  transition: background .2s ease, transform .2s ease;
}

body.modernized .nav-links a:hover,
body.modernized .nav-links a[aria-current='page'],
body.commercial-modernized .nav-links a:hover,
body.commercial-modernized .nav-links a[aria-current='page'] {
  background: rgba(255, 255, 255, .13) !important;
}

body.modernized .nav-links a[href='estimate.html'],
body.commercial-modernized .nav-links a[href='#quote'] {
  margin-left: 5px;
  background: var(--ow-orange) !important;
}

body.modernized .nav-links a[href='estimate.html']:hover,
body.commercial-modernized .nav-links a[href='#quote']:hover {
  background: var(--ow-orange-bright) !important;
  transform: translateY(-1px);
}

body.modernized .menu-toggle,
body.commercial-modernized .menu-toggle {
  color: #fff;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 7px;
  background: rgba(255,255,255,.07);
  padding: 6px 10px;
  line-height: 1;
}

body.modernized .section,
body.modernized .bradford-section,
body.modernized .consultation-form,
body.modernized .faq-section {
  border: 1px solid var(--ow-line);
  border-radius: var(--ow-radius) !important;
  box-shadow: var(--ow-shadow) !important;
}

body.modernized .section h1,
body.modernized .section h2,
body.modernized .bradford-section h2,
body.modernized .faq-section h2,
body.modernized .consultation-form h2 {
  color: var(--ow-ink) !important;
}

body.modernized .section h2::after,
body.modernized .bradford-section h2::after,
body.modernized .faq-section h2::after,
body.modernized .consultation-form h2::after {
  content: '';
  display: block;
  width: 54px;
  height: 4px;
  margin-top: 12px;
  border-radius: 999px;
  background: var(--ow-orange);
}

body.modernized .hero:not(.home-hero) {
  border: 0 !important;
  background: linear-gradient(120deg, #171717 0%, #242424 70%, #351307 100%) !important;
  color: #fff;
  box-shadow: 0 18px 46px rgba(0,0,0,.16) !important;
}

body.modernized .hero:not(.home-hero) h1,
body.modernized .hero:not(.home-hero) p {
  color: #fff !important;
}

body.modernized .hero:not(.home-hero) p { color: #dedede !important; }

body.modernized .benefit-box,
body.modernized .fact-box,
body.modernized .service-card,
body.modernized .why-card,
body.modernized .testimonial,
body.modernized .location-card {
  border: 1px solid var(--ow-line) !important;
  border-top: 4px solid var(--ow-orange) !important;
  border-radius: 11px !important;
  background: #fff !important;
  box-shadow: 0 9px 26px rgba(0,0,0,.06) !important;
  transition: transform .2s ease, box-shadow .2s ease;
}

body.modernized .benefit-box:hover,
body.modernized .fact-box:hover,
body.modernized .service-card:hover,
body.modernized .location-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(0,0,0,.1) !important;
}

body.modernized .service-card h2,
body.modernized .benefit-box h3,
body.modernized .fact-box h3 {
  color: var(--ow-ink) !important;
}

body.modernized .btn-main,
body.modernized .cta a,
body.modernized form button,
body.modernized .cta-btn.cta-dark {
  border: 0 !important;
  border-radius: 7px !important;
  background: var(--ow-orange) !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(204,61,0,.2) !important;
  transition: background .2s ease, transform .2s ease !important;
}

body.modernized .btn-main:hover,
body.modernized .cta a:hover,
body.modernized form button:hover,
body.modernized .cta-btn.cta-dark:hover {
  background: var(--ow-orange-bright) !important;
  transform: translateY(-2px) !important;
}

body.modernized .btn-secondary,
body.modernized .btn-dark,
body.modernized .cta-btn.cta-light {
  border-radius: 7px !important;
  background: #222 !important;
  color: #fff !important;
}

body.modernized input,
body.modernized select,
body.modernized textarea {
  border: 1px solid #cfd3d7 !important;
  border-radius: 7px !important;
  background: #fff;
}

body.modernized input:focus,
body.modernized select:focus,
body.modernized textarea:focus {
  outline: 3px solid rgba(204,61,0,.16) !important;
  border-color: var(--ow-orange) !important;
}

body.modernized .service-slider,
body.modernized .slider,
body.modernized .media-card {
  overflow: hidden;
  border: 1px solid var(--ow-line);
  border-radius: var(--ow-radius) !important;
  box-shadow: var(--ow-shadow);
}

body.modernized .service-slides img,
body.modernized .slides img {
  border-radius: 0 !important;
}

body.modernized .slider-buttons button {
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 999px !important;
  background: rgba(20,20,20,.82) !important;
}

body.modernized .faq-item {
  border-bottom: 1px solid var(--ow-line) !important;
}

body.modernized footer,
body.commercial-modernized .site-footer {
  margin-top: 50px;
  padding: 38px 20px;
  background: #111 !important;
  border-top: 4px solid var(--ow-orange);
  color: #d8d8d8 !important;
}

body.home-page .home-hero {
  min-height: 590px;
  border-bottom: 0;
  box-shadow: 0 20px 50px rgba(0,0,0,.17);
}

body.home-page .hero-text {
  max-width: 930px;
  margin-inline: auto;
  font-size: clamp(34px, 5vw, 62px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.04em;
}

body.home-page .hero-subtext {
  max-width: 760px;
  margin: 18px auto 0;
  background: rgba(0,0,0,.34) !important;
  backdrop-filter: blur(4px);
}

body.home-page .home-services-section {
  padding: 76px 20px !important;
}

body.home-page .home-services-grid {
  gap: 18px !important;
}

body.home-page .home-service-card {
  min-height: 152px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ow-line);
  border-top: 4px solid var(--ow-orange);
  border-radius: 11px !important;
  background: #fff;
  box-shadow: 0 9px 26px rgba(0,0,0,.06);
  transition: transform .2s ease, box-shadow .2s ease;
}

body.home-page .home-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 34px rgba(0,0,0,.11);
}

@media (max-width: 1020px) {
  body.modernized .menu-toggle,
  body.commercial-modernized .menu-toggle {
    display: block !important;
  }

  body.modernized .nav-links,
  body.commercial-modernized .nav-links {
    display: none;
    position: absolute !important;
    top: 78px !important;
    right: 12px !important;
    left: auto !important;
    width: min(340px, calc(100% - 24px)) !important;
    padding: 14px !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 4px !important;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 0 0 12px 12px;
    background: rgba(21,21,21,.98) !important;
    box-shadow: 0 18px 34px rgba(0,0,0,.28);
  }

  body.modernized .nav-links.show,
  body.commercial-modernized .nav-links.show {
    display: flex;
  }

  body.modernized .nav-links a,
  body.commercial-modernized .nav-links a {
    display: block;
    width: 100%;
    padding: 12px 14px !important;
    text-align: left;
  }

  body.modernized .nav-links a[href='estimate.html'],
  body.commercial-modernized .nav-links a[href='#quote'] {
    margin: 5px 0 0;
    text-align: center;
  }
}

@media (max-width: 620px) {
  body.modernized .logo img,
  body.commercial-modernized .logo img { height: 58px !important; }
  body.home-page .home-hero { min-height: 540px; }
  body.home-page .hero-text { font-size: 34px !important; }
}

/* Streamlined residential + commercial homepage */
body.home-v2,
body.home-v2 * { box-sizing: border-box; }

body.home-v2 {
  margin: 0;
  background: #f5f5f3;
  color: #181818;
  font-family: Arial, sans-serif;
}

body.home-v2 header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

body.home-v2 .logo { display: inline-flex; align-items: center; }
body.home-v2 .menu-toggle { display: none; cursor: pointer; font-size: 25px; }
body.home-v2 .nav-links { display: flex; align-items: center; }
body.home-v2 main { overflow: hidden; }

.home-v2-hero {
  position: relative;
  min-height: 650px;
  margin-top: 78px;
  display: flex;
  align-items: center;
  padding: clamp(80px, 11vw, 140px) max(24px, calc((100vw - 1180px) / 2));
  color: #fff;
  isolation: isolate;
}

.home-v2-hero-image,
.home-v2-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-v2-hero-image { z-index: -2; object-fit: cover; object-position: center; }
.home-v2-hero-overlay { z-index: -1; background: linear-gradient(90deg, rgba(10,10,10,.9) 0%, rgba(10,10,10,.64) 54%, rgba(10,10,10,.22) 100%); }
.home-v2-hero-content { width: min(760px, 100%); }

.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #ffb089;
  font: 800 13px/1.2 'Montserrat', Arial, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.eyebrow-dark { color: var(--ow-orange); }

.home-v2-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.home-v2-hero p {
  max-width: 700px;
  margin: 24px 0 0;
  color: #eee;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.home-v2-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font: 800 15px/1.2 'Montserrat', Arial, sans-serif;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ow-orange); color: #fff; }
.button-primary:hover { background: var(--ow-orange-bright); }
.button-secondary { border-color: rgba(255,255,255,.5); background: rgba(20,20,20,.42); color: #fff; backdrop-filter: blur(5px); }
.button-secondary:hover { background: #fff; color: #181818; }

.home-v2-trust {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin: -42px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0,0,0,.12);
}

.home-v2-trust div { padding: 24px 18px; text-align: center; }
.home-v2-trust div + div { border-left: 1px solid #e8e8e8; }
.home-v2-trust strong { display: block; color: var(--ow-orange); font: 800 27px/1 'Montserrat', Arial, sans-serif; }
.home-v2-trust span { display: block; margin-top: 8px; color: #555; font-size: 14px; font-weight: 700; }

.home-v2-section { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 92px 0; }
.section-heading { max-width: 780px; margin: 0 auto 42px; text-align: center; }
.section-heading-left { margin-left: 0; text-align: left; }
.section-heading h2,
.home-v2-review-band h2,
.quote-copy h2 { margin: 0; font-size: clamp(31px, 4vw, 48px); line-height: 1.12; letter-spacing: -.035em; }
.section-heading p,
.quote-copy > p { margin: 16px auto 0; color: #62666a; font-size: 18px; line-height: 1.65; }
.section-heading-left p { margin-left: 0; }

.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.audience-card { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); min-height: 500px; overflow: hidden; border: 1px solid #dedede; border-radius: 16px; background: #fff; box-shadow: 0 16px 44px rgba(0,0,0,.08); }
.audience-card-dark { border-color: #292929; background: #181818; color: #fff; }
.audience-image-wrap { min-height: 100%; overflow: hidden; }
.audience-image-wrap img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 62%; transition: transform .45s ease; }
.audience-card:hover .audience-image-wrap img { transform: scale(1.025); }
.audience-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 4vw, 46px); }
.card-kicker { color: var(--ow-orange); font: 800 12px/1.2 'Montserrat', Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.audience-content h3 { margin: 12px 0 0; font-size: clamp(27px, 3vw, 36px); line-height: 1.12; }
.audience-content p { margin: 16px 0 0; color: #5d6266; line-height: 1.65; }
.audience-card-dark .audience-content p { color: #d0d0d0; }
.audience-content ul { display: grid; gap: 9px; margin: 22px 0; padding: 0; list-style: none; }
.audience-content li::before { content: '✓'; margin-right: 9px; color: var(--ow-orange); font-weight: 800; }
.text-link { color: var(--ow-orange); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }

.services-v2-section { padding-top: 20px; }
.services-v2-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-v2-card { display: flex; min-height: 315px; flex-direction: column; padding: 28px; border: 1px solid #dedede; border-top: 4px solid var(--ow-orange); border-radius: 13px; background: #fff; color: #181818; text-decoration: none; box-shadow: 0 10px 30px rgba(0,0,0,.055); transition: transform .2s ease, box-shadow .2s ease; }
.service-v2-card:hover { transform: translateY(-5px); box-shadow: 0 18px 38px rgba(0,0,0,.1); }
.service-v2-icon { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 10px; background: #fff0e9; color: var(--ow-orange); font-size: 23px; }
.service-v2-card h3 { margin: 22px 0 0; font-size: 22px; line-height: 1.2; }
.service-v2-card p { flex: 1; margin: 13px 0 22px; color: #62666a; line-height: 1.6; }
.additional-services { margin: 24px 0 0; text-align: center; color: #656565; }
.additional-services a { color: var(--ow-orange); font-weight: 800; }

.projects-section { border-top: 1px solid #ddd; }
.projects-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 16px; }
.project-card { position: relative; height: 460px; margin: 0; overflow: hidden; border-radius: 13px; background: #171717; box-shadow: 0 14px 34px rgba(0,0,0,.1); }
.project-card img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 64%; transition: transform .45s ease; }
.project-card:hover img { transform: scale(1.025); }
.project-card figcaption { position: absolute; inset: auto 0 0; padding: 42px 20px 18px; background: linear-gradient(transparent, rgba(0,0,0,.88)); color: #fff; font: 700 15px/1.35 'Montserrat', Arial, sans-serif; }
.project-card-wide img { object-position: center 68%; }

.home-v2-review-band { width: 100%; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 34px; padding: 62px max(24px, calc((100vw - 1180px) / 2)); background: #171717; color: #fff; }
.review-stars { color: #ffb400; font-size: clamp(29px, 4vw, 48px); letter-spacing: 3px; white-space: nowrap; }
.home-v2-review-band p { margin: 10px 0 0; color: #cfcfcf; }

.areas-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.areas-grid article { padding: 30px; border: 1px solid #ddd; border-radius: 13px; background: #fff; }
.areas-grid h3 { margin: 0; font-size: 23px; }
.areas-grid p { min-height: 80px; margin: 13px 0 18px; color: #61666a; line-height: 1.6; }
.areas-grid a { color: var(--ow-orange); font-weight: 800; text-decoration: none; }

.quote-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(38px, 7vw, 90px); align-items: center; padding: 64px; border: 1px solid #ddd; border-radius: 18px; background: #fff; box-shadow: 0 18px 50px rgba(0,0,0,.08); }
.quote-contact-links { display: grid; gap: 12px; margin-top: 28px; }
.quote-contact-links a { color: #181818; font: 800 17px/1.3 'Montserrat', Arial, sans-serif; text-decoration: none; }
.quote-contact-links i { width: 26px; color: var(--ow-orange); }
.home-v2-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.home-v2-form label { color: #373737; font-size: 13px; font-weight: 800; }
.home-v2-form input,
.home-v2-form select { width: 100%; min-height: 48px; margin-top: 7px; padding: 11px 12px; font: inherit; }
.form-full { grid-column: 1 / -1; width: 100%; }
.home-v2-form button { margin-top: 2px; }

.faq-v2-section { padding-bottom: 30px; }
.faq-v2-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.faq-v2-grid details { border: 1px solid #ddd; border-radius: 11px; background: #fff; }
.faq-v2-grid summary { padding: 21px 22px; cursor: pointer; font: 800 16px/1.4 'Montserrat', Arial, sans-serif; }
.faq-v2-grid p { margin: 0; padding: 0 22px 22px; color: #62666a; line-height: 1.6; }

.floating-actions { position: fixed; right: 18px; bottom: 18px; z-index: 900; display: flex; gap: 9px; }
.floating-actions a { display: grid; width: 50px; height: 50px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: #171717; color: #fff; font-size: 19px; text-decoration: none; box-shadow: 0 8px 24px rgba(0,0,0,.24); }
.floating-actions a:last-child { background: var(--ow-orange); }

body.home-v2 .home-v2-footer { width: 100%; display: grid; grid-template-columns: 1.2fr 1fr; gap: 30px; margin-top: 80px; padding: 52px max(24px, calc((100vw - 1180px) / 2)); }
.home-v2-footer strong { color: #fff; font: 800 22px/1.2 'Montserrat', Arial, sans-serif; }
.home-v2-footer p { max-width: 620px; margin: 10px 0 0; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: flex-start; gap: 10px 20px; }
.footer-links a { color: #fff; font-weight: 700; text-decoration: none; }
.footer-copyright { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid #333; }

@media (max-width: 1050px) {
  body.home-v2 .nav-links { display: none; }
  body.home-v2 .nav-links.show { display: flex; }
  .audience-card { grid-template-columns: 1fr; }
  .audience-image-wrap { height: 300px; }
  .services-v2-grid { grid-template-columns: repeat(2, 1fr); }
  .projects-grid { grid-template-columns: 1.2fr 1fr; }
  .project-card:last-child { grid-column: 1 / -1; height: 350px; }
  .home-v2-review-band { grid-template-columns: 1fr; text-align: center; }
  .home-v2-review-band .button { justify-self: center; }
}

@media (max-width: 760px) {
  body.home-v2 .menu-toggle { display: block !important; }
  .home-v2-hero { min-height: 610px; padding: 76px 22px; }
  .home-v2-hero-overlay { background: rgba(10,10,10,.68); }
  .home-v2-hero h1 { font-size: clamp(38px, 11vw, 54px); }
  .home-v2-actions { flex-direction: column; align-items: stretch; }
  .home-v2-actions .button { width: 100%; }
  .home-v2-trust { grid-template-columns: repeat(2, 1fr); margin-top: -28px; }
  .home-v2-trust div:nth-child(3) { border-left: 0; border-top: 1px solid #e8e8e8; }
  .home-v2-trust div:nth-child(4) { border-top: 1px solid #e8e8e8; }
  .home-v2-section { padding: 68px 0; }
  .audience-grid,
  .services-v2-grid,
  .projects-grid,
  .areas-grid,
  .quote-section,
  .faq-v2-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: auto; }
  .audience-image-wrap { height: 290px; }
  .service-v2-card { min-height: 270px; }
  .project-card,
  .project-card:last-child { grid-column: auto; height: 360px; }
  .home-v2-review-band { padding-top: 52px; padding-bottom: 52px; }
  .areas-grid p { min-height: 0; }
  .quote-section { padding: 34px 22px; }
  .home-v2-form { grid-template-columns: 1fr; }
  .form-full { grid-column: auto; }
  body.home-v2 .home-v2-footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 420px) {
  .home-v2-trust strong { font-size: 23px; }
  .home-v2-trust span { font-size: 12px; }
  .home-v2-trust div { padding: 19px 10px; }
  .review-stars { font-size: 27px; }
}

/* Team-focused About page */
.about-hero {
  min-height: 650px;
  margin-top: 78px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  background: #171717;
  color: #fff;
}

.about-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 9vw, 130px) max(30px, calc((100vw - 1180px) / 2));
  padding-right: clamp(38px, 7vw, 100px);
}

.about-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 6vw, 70px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.about-hero-copy > p {
  max-width: 700px;
  margin: 24px 0 0;
  color: #d6d6d6;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.65;
}

.about-hero-photo { min-height: 650px; overflow: hidden; }
.about-hero-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 36%; }
.about-trust { margin-top: -36px; }

.about-section { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 92px 0; }
.about-story { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(42px, 8vw, 105px); align-items: center; }
.about-story-photo { height: 610px; overflow: hidden; border-radius: 15px; background: #1b1b1b; box-shadow: 0 18px 46px rgba(0,0,0,.13); }
.about-story-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.about-story-copy h2,
.about-band-heading h2,
.about-final-cta h2 { margin: 0; font-size: clamp(32px, 4vw, 49px); line-height: 1.12; letter-spacing: -.035em; }
.about-story-copy p { margin: 18px 0 0; color: #5d6266; font-size: 17px; line-height: 1.72; }

.about-team-section { padding-top: 35px; }
.about-team-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 24px; align-items: stretch; }
.about-team-main { position: relative; min-height: 650px; margin: 0; overflow: hidden; border-radius: 15px; background: #171717; box-shadow: 0 16px 42px rgba(0,0,0,.11); }
.about-team-main img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.about-team-main figcaption { position: absolute; inset: auto 0 0; padding: 70px 28px 27px; background: linear-gradient(transparent, rgba(0,0,0,.92)); color: #fff; }
.about-team-main figcaption strong,
.about-team-main figcaption span { display: block; }
.about-team-main figcaption strong { font: 800 23px/1.2 'Montserrat', Arial, sans-serif; }
.about-team-main figcaption span { margin-top: 8px; color: #ddd; }
.about-team-notes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.about-team-notes article { display: flex; gap: 17px; padding: 28px; border: 1px solid #ddd; border-radius: 13px; background: #fff; box-shadow: 0 9px 28px rgba(0,0,0,.05); }
.about-team-notes article > span { color: var(--ow-orange); font: 800 14px/1.2 'Montserrat', Arial, sans-serif; }
.about-team-notes h3 { margin: 0; font-size: 20px; line-height: 1.25; }
.about-team-notes p { margin: 11px 0 0; color: #62666a; line-height: 1.65; }

.about-services-band { width: 100%; padding: 78px max(24px, calc((100vw - 1180px) / 2)); background: #171717; color: #fff; }
.about-band-heading { max-width: 790px; }
.about-band-heading h2 { color: #fff; }
.about-service-paths { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 38px; }
.about-service-paths article { padding: clamp(28px, 4vw, 42px); border: 1px solid #383838; border-radius: 14px; background: #222; }
.about-path-icon { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 10px; background: var(--ow-orange); color: #fff; font-size: 22px; }
.about-service-paths h3 { margin: 20px 0 0; color: #fff; font-size: 25px; }
.about-service-paths p { margin: 13px 0 22px; color: #cfcfcf; line-height: 1.65; }
.about-service-paths a { color: #ff9b6b; font-weight: 800; text-decoration: none; }

.about-areas { padding-bottom: 45px; }
.about-area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.about-area-grid article { padding: 30px; border: 1px solid #ddd; border-top: 4px solid var(--ow-orange); border-radius: 13px; background: #fff; }
.about-area-grid h3 { margin: 0; font-size: 22px; }
.about-area-grid p { margin: 13px 0 0; color: #62666a; line-height: 1.65; }
.about-faq { padding-top: 40px; }

.about-final-cta { width: min(1180px, calc(100% - 32px)); margin: 48px auto 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 38px; align-items: center; padding: clamp(38px, 6vw, 66px); border-radius: 17px; background: linear-gradient(120deg, #171717 0%, #242424 72%, #3b1608 100%); color: #fff; box-shadow: 0 18px 46px rgba(0,0,0,.15); }
.about-final-cta h2 { max-width: 780px; color: #fff; }
.about-final-actions { display: flex; flex-direction: column; gap: 11px; min-width: 235px; }

@media (max-width: 1000px) {
  .about-hero { grid-template-columns: 1fr 1fr; }
  .about-hero-copy { padding-left: 34px; padding-right: 34px; }
  .about-story { grid-template-columns: .9fr 1.1fr; gap: 42px; }
  .about-team-grid { grid-template-columns: 1fr; }
  .about-team-main { min-height: 560px; }
  .about-final-cta { grid-template-columns: 1fr; }
  .about-final-actions { flex-direction: row; min-width: 0; }
}

@media (max-width: 760px) {
  .about-hero { min-height: auto; grid-template-columns: 1fr; }
  .about-hero-copy { order: 2; padding: 50px 22px 64px; }
  .about-hero-copy h1 { font-size: clamp(38px, 11vw, 54px); }
  .about-hero-photo { min-height: 390px; height: 48vh; }
  .about-hero-photo img { object-position: center 30%; }
  .about-trust { margin-top: -24px; }
  .about-section { padding: 68px 0; }
  .about-story { grid-template-columns: 1fr; }
  .about-story-photo { height: 470px; }
  .about-team-notes { grid-template-columns: 1fr; }
  .about-team-main { min-height: 500px; }
  .about-service-paths,
  .about-area-grid { grid-template-columns: 1fr; }
  .about-final-cta { padding: 38px 22px; }
  .about-final-actions { flex-direction: column; }
  .about-final-actions .button { width: 100%; }
}

/* Structured residential + commercial Services page */
.services-hero-v2 {
  min-height: 660px;
  margin-top: 78px;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  background: #171717;
  color: #fff;
}

.services-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(72px, 9vw, 130px) max(30px, calc((100vw - 1180px) / 2));
  padding-right: clamp(38px, 6vw, 90px);
}

.services-hero-copy h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(43px, 6vw, 71px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.services-hero-copy > p {
  max-width: 720px;
  margin: 24px 0 0;
  color: #d6d6d6;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.65;
}

.services-hero-gallery { display: block; min-height: 660px; overflow: hidden; }
.services-hero-gallery figure { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.services-hero-gallery figure { height: 100%; min-height: 660px; }
.services-hero-gallery img { display: block; width: 100%; height: 100%; object-fit: cover; }
.services-hero-residential img { object-position: center; }
.services-hero-commercial img { object-position: center 56%; }
.services-hero-gallery figcaption { position: absolute; inset: auto 16px 16px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.3); border-radius: 7px; background: rgba(15,15,15,.72); color: #fff; font: 800 12px/1.2 'Montserrat', Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(5px); }
.services-trust-v2 { margin-top: -36px; }

.services-section-v2 { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 92px 0; }
.services-path-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.services-path-card { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 440px; overflow: hidden; border: 1px solid #ddd; border-radius: 15px; background: #fff; color: #181818; text-decoration: none; box-shadow: 0 15px 42px rgba(0,0,0,.08); transition: transform .25s ease, box-shadow .25s ease; }
.services-path-card:hover { transform: translateY(-4px); box-shadow: 0 20px 48px rgba(0,0,0,.12); }
.services-path-card > img { width: 100%; height: 100%; object-fit: cover; object-position: center 56%; }
.services-path-card > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 4vw, 43px); }
.services-path-card div > span { color: var(--ow-orange); font: 800 12px/1.3 'Montserrat', Arial, sans-serif; letter-spacing: .09em; text-transform: uppercase; }
.services-path-card h3 { margin: 12px 0 0; font-size: clamp(27px, 3vw, 35px); line-height: 1.12; }
.services-path-card p { margin: 16px 0 24px; color: #60656a; line-height: 1.65; }
.services-path-card strong { color: var(--ow-orange); }
.services-path-dark { border-color: #2b2b2b; background: #1b1b1b; color: #fff; }
.services-path-dark p { color: #cecece; }

.core-services-v2 { padding-top: 25px; }
.core-service-grid-v2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.core-service-card-v2 { min-width: 0; overflow: hidden; border: 1px solid #ddd; border-radius: 15px; background: #fff; box-shadow: 0 12px 36px rgba(0,0,0,.065); }
.core-service-photo,
.line-painting-visual { height: 310px; overflow: hidden; background: #1a1a1a; }
.core-service-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; transition: transform .4s ease; }
.core-service-card-v2:hover .core-service-photo img { transform: scale(1.025); }
.core-service-copy { padding: clamp(27px, 4vw, 40px); }
.service-number { color: var(--ow-orange); font: 800 13px/1.2 'Montserrat', Arial, sans-serif; letter-spacing: .12em; }
.core-service-copy h3 { margin: 10px 0 0; font-size: clamp(26px, 3vw, 34px); }
.core-service-copy > p { margin: 14px 0 0; color: #60656a; line-height: 1.65; }
.core-service-copy ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0; padding: 0; list-style: none; }
.core-service-copy li { padding: 7px 10px; border-radius: 999px; background: #f1f1ef; color: #4c5054; font-size: 13px; font-weight: 700; }
.core-service-copy a { color: var(--ow-orange); font-weight: 800; text-decoration: none; }
.line-painting-visual { position: relative; display: grid; place-items: center; isolation: isolate; }
.line-painting-visual::before { content: ''; position: absolute; inset: 0; z-index: -2; background: linear-gradient(130deg, #101010, #2a2a2a 62%, #421807); }
.line-painting-visual i { z-index: 2; display: grid; width: 84px; height: 84px; place-items: center; border-radius: 18px; background: var(--ow-orange); color: #fff; font-size: 38px; box-shadow: 0 15px 38px rgba(0,0,0,.3); }
.line-painting-visual span { position: absolute; left: -8%; width: 116%; height: 9px; border-radius: 999px; background: rgba(255,255,255,.86); transform: rotate(-8deg); }
.line-painting-visual span:nth-of-type(1) { top: 23%; }
.line-painting-visual span:nth-of-type(2) { top: 50%; }
.line-painting-visual span:nth-of-type(3) { top: 77%; }

.supporting-services-band-v2 { width: 100%; padding: 80px max(24px, calc((100vw - 1180px) / 2)); background: #171717; color: #fff; }
.supporting-heading-v2 { max-width: 760px; }
.supporting-heading-v2 h2,
.services-final-cta-v2 h2 { margin: 0; color: #fff; font-size: clamp(32px, 4vw, 48px); line-height: 1.12; letter-spacing: -.035em; }
.supporting-heading-v2 p { margin: 15px 0 0; color: #cfcfcf; font-size: 17px; line-height: 1.65; }
.supporting-service-grid-v2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-top: 38px; }
.supporting-service-grid-v2 article { overflow: hidden; border: 1px solid #363636; border-radius: 13px; background: #222; }
.supporting-service-grid-v2 img { display: block; width: 100%; height: 235px; object-fit: cover; object-position: center; }
.supporting-service-grid-v2 article:last-child img { object-position: center 64%; }
.supporting-service-grid-v2 article > div { padding: 25px; }
.supporting-service-grid-v2 h3 { margin: 0; color: #fff; font-size: 22px; }
.supporting-service-grid-v2 p { margin: 11px 0 0; color: #cfcfcf; line-height: 1.6; }

.process-services-v2 { padding-bottom: 45px; }
.services-process-grid-v2 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin: 0; padding: 0; list-style: none; }
.services-process-grid-v2 li { padding: 28px; border: 1px solid #ddd; border-radius: 13px; background: #fff; }
.services-process-grid-v2 li > span { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: var(--ow-orange); color: #fff; font: 800 15px/1 'Montserrat', Arial, sans-serif; }
.services-process-grid-v2 h3 { margin: 20px 0 0; font-size: 20px; line-height: 1.3; }
.services-process-grid-v2 p { margin: 11px 0 0; color: #62666a; line-height: 1.6; }

.services-area-v2 { padding-top: 45px; }
.service-area-pills-v2 { display: flex; flex-wrap: wrap; gap: 10px; }
.service-area-pills-v2 span { padding: 11px 15px; border: 1px solid #d9d9d9; border-radius: 999px; background: #fff; color: #313131; font-weight: 700; }
.services-faq-v2 { padding-top: 30px; padding-bottom: 35px; }

.services-final-cta-v2 { width: min(1180px, calc(100% - 32px)); margin: 48px auto 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 38px; align-items: center; padding: clamp(38px, 6vw, 66px); border-radius: 17px; background: linear-gradient(120deg, #171717 0%, #242424 72%, #3b1608 100%); color: #fff; box-shadow: 0 18px 46px rgba(0,0,0,.15); }
.services-final-cta-v2 p { max-width: 700px; margin: 14px 0 0; color: #cfcfcf; }
.services-final-actions-v2 { display: flex; flex-direction: column; gap: 11px; min-width: 245px; }

@media (max-width: 1050px) {
  .services-hero-v2 { grid-template-columns: 1fr 1fr; }
  .services-hero-copy { padding-left: 34px; padding-right: 34px; }
  .services-path-card { grid-template-columns: 1fr; }
  .services-path-card > img { height: 270px; }
  .services-process-grid-v2 { grid-template-columns: repeat(2, 1fr); }
  .services-final-cta-v2 { grid-template-columns: 1fr; }
  .services-final-actions-v2 { flex-direction: row; min-width: 0; }
}

@media (max-width: 760px) {
  .services-hero-v2 { min-height: auto; grid-template-columns: 1fr; }
  .services-hero-copy { padding: 54px 22px 65px; }
  .services-hero-copy h1 { font-size: clamp(38px, 11vw, 54px); }
  .services-hero-gallery { grid-row: 1; min-height: 390px; }
  .services-hero-gallery figure { min-height: 390px; }
  .services-trust-v2 { margin-top: -24px; }
  .services-section-v2 { padding: 68px 0; }
  .services-path-grid,
  .core-service-grid-v2,
  .supporting-service-grid-v2,
  .services-process-grid-v2 { grid-template-columns: 1fr; }
  .services-path-card { min-height: 0; }
  .core-service-photo,
  .line-painting-visual { height: 275px; }
  .supporting-service-grid-v2 img { height: 240px; }
  .services-final-cta-v2 { padding: 38px 22px; }
  .services-final-actions-v2 { flex-direction: column; }
  .services-final-actions-v2 .button { width: 100%; }
}

/* Commercial line painting page */
.line-hero {
  min-height: 680px;
  margin-top: 78px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  background: #171717;
  color: #fff;
}

.line-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(72px, 9vw, 126px) max(30px, calc((100vw - 1180px) / 2));
  padding-right: clamp(38px, 6vw, 90px);
}

.line-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(43px, 5.8vw, 70px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.line-hero-copy > p {
  max-width: 730px;
  margin: 24px 0 0;
  color: #d6d6d6;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.65;
}

.line-hero-photo { position: relative; min-height: 680px; margin: 0; overflow: hidden; }
.line-hero-photo img { display: block; width: 100%; height: 100%; min-height: 680px; object-fit: cover; object-position: center 67%; }
.line-hero-photo figcaption { position: absolute; inset: auto 18px 18px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.28); border-radius: 7px; background: rgba(15,15,15,.74); color: #fff; font: 800 12px/1.2 'Montserrat', Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(5px); }
.line-trust { margin-top: -36px; }

.line-section { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 92px 0; }
.line-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 7vw, 88px); align-items: center; }
.line-intro-copy h2,
.line-property-layout h2 { margin: 0; font-size: clamp(34px, 4vw, 49px); line-height: 1.1; letter-spacing: -.035em; }
.line-intro-copy p { margin: 18px 0 0; color: #5d6267; font-size: 17px; line-height: 1.72; }
.line-intro-copy .text-link { display: inline-block; margin-top: 22px; color: var(--ow-orange); font-weight: 800; text-decoration: none; }

.line-benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.line-benefit-grid article { padding: 27px; border: 1px solid #ddd; border-radius: 13px; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.06); }
.line-benefit-grid i { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 10px; background: rgba(204,61,0,.1); color: var(--ow-orange); font-size: 21px; }
.line-benefit-grid h3 { margin: 18px 0 0; font-size: 20px; }
.line-benefit-grid p { margin: 9px 0 0; color: #60656a; line-height: 1.58; }

.line-services-band { width: 100%; background: #171717; color: #fff; }
.line-services-band .section-heading h2 { color: #fff; }
.line-services-band .section-heading p { color: #ccc; }
.line-marking-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.line-marking-grid article { padding: 30px 25px; border: 1px solid #363636; border-radius: 13px; background: #222; }
.line-marking-grid span { color: #ff7440; font: 800 13px/1 'Montserrat', Arial, sans-serif; letter-spacing: .12em; }
.line-marking-grid h3 { margin: 18px 0 0; color: #fff; font-size: 21px; }
.line-marking-grid p { margin: 11px 0 0; color: #ccc; line-height: 1.62; }

.line-gallery-section { padding-bottom: 52px; }
.line-gallery { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: repeat(2, 330px); gap: 16px; }
.line-gallery figure { position: relative; min-width: 0; margin: 0; overflow: hidden; border-radius: 13px; background: #ddd; }
.line-gallery-feature { grid-row: 1 / 3; }
.line-gallery figure:last-child { grid-column: 2 / 4; }
.line-gallery img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 62%; transition: transform .4s ease; }
.line-gallery figure:hover img { transform: scale(1.025); }
.line-gallery figcaption { position: absolute; inset: auto 14px 14px; padding: 10px 12px; border-radius: 7px; background: rgba(17,17,17,.82); color: #fff; font-weight: 800; }

.line-process-section { padding-top: 38px; }
.line-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin: 0; padding: 0; list-style: none; }
.line-process-grid li { padding: 29px; border: 1px solid #ddd; border-radius: 13px; background: #fff; }
.line-process-grid li > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--ow-orange); color: #fff; font: 800 15px/1 'Montserrat', Arial, sans-serif; }
.line-process-grid h3 { margin: 20px 0 0; font-size: 20px; }
.line-process-grid p { margin: 11px 0 0; color: #60656a; line-height: 1.6; }

.line-property-band { background: linear-gradient(120deg, #171717, #242424 72%, #3a1608); color: #fff; }
.line-property-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.line-property-layout h2 { color: #fff; }
.line-property-layout p { max-width: 590px; margin: 17px 0 0; color: #ccc; font-size: 17px; }
.line-property-pills { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.line-property-pills span { padding: 15px 17px; border: 1px solid #444; border-radius: 9px; background: rgba(255,255,255,.055); color: #fff; font-weight: 800; }
.line-area-section { padding-bottom: 44px; }
.line-faq-section { padding-top: 35px; padding-bottom: 25px; }
.line-faq-section a { color: var(--ow-orange); }
.line-quote textarea { width: 100%; margin-top: 7px; padding: 12px; resize: vertical; font: inherit; }

@media (max-width: 1050px) {
  .line-hero { grid-template-columns: 1fr 1fr; }
  .line-hero-copy { padding-left: 34px; padding-right: 34px; }
  .line-marking-grid,
  .line-process-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .line-hero { min-height: auto; grid-template-columns: 1fr; }
  .line-hero-copy { padding: 54px 22px 65px; }
  .line-hero h1 { font-size: clamp(38px, 11vw, 54px); }
  .line-hero-photo { grid-row: 1; min-height: 460px; }
  .line-hero-photo img { min-height: 460px; object-position: center 69%; }
  .line-trust { margin-top: -24px; }
  .line-section { padding: 68px 0; }
  .line-intro,
  .line-property-layout { grid-template-columns: 1fr; gap: 38px; }
  .line-benefit-grid,
  .line-marking-grid,
  .line-process-grid { grid-template-columns: 1fr; }
  .line-gallery { grid-template-columns: 1fr; grid-template-rows: none; }
  .line-gallery figure,
  .line-gallery-feature,
  .line-gallery figure:last-child { grid-column: auto; grid-row: auto; height: 410px; }
  .line-property-pills { grid-template-columns: 1fr; }
  .line-quote { padding: 34px 22px; }
}
