/* Shared navigation and actions; focused customer journeys retain existing routes. */
body { --cta-transform: none; --cta-letter-spacing: 0; --cta-radius: 8px; }
.homepage .top-bar { padding: 7px var(--page-gutter, 24px); }
.homepage .top-bar__inner { min-height: 24px; }
.homepage .top-bar__trust { display: none; }
.homepage #header { padding: 8px var(--page-gutter, 24px); gap: 24px; }
.homepage #header .logo { width: 120px; flex: 0 0 120px; }
.homepage #header .logo img { display: block; width: 100%; height: auto; }
.homepage #header .nav .main-nav > li { margin: 0 12px; }
.homepage #header .call-btn { flex-shrink: 0; min-height: 46px; padding: 12px 18px; font-size: 15px; border-radius: 8px; text-transform: none; }
.homepage #header .nav .main-nav li a:hover { color: #fbbf24; }
.homepage a[href$="#quote-form"]:is(.call-btn, .red-btn, .btn-primary, .footer-cta__primary),
.homepage .hero-panel .btn-holder a[href$="#quote-form"],
.homepage .hero-panel .btn-holder a.btn-primary,
.homepage .home-banner .info-section .btn-holder a.btn-primary,
.homepage .ui-actions .btn-primary {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 12px 20px; border: 2px solid #f59e0b; border-radius: 8px;
  background: #f59e0b; color: #172033; font: 600 1rem/1.4 var(--font-body, Arial, sans-serif);
  text-decoration: none; text-transform: none; letter-spacing: 0; box-shadow: none;
}
.homepage .hero-panel .btn-holder a.btn-secondary,
.homepage .home-banner .info-section .btn-holder a.btn-secondary,
.homepage .ui-actions .btn-secondary {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 12px 20px; border: 2px solid #cbd5e1; border-radius: 8px;
  background: transparent; color: #fff; font: 600 1rem/1.4 var(--font-body, Arial, sans-serif);
  text-decoration: none; text-transform: none; letter-spacing: 0; box-shadow: none;
}
.homepage a[href$="#quote-form"]:is(.call-btn, .red-btn, .btn-primary):hover,
.homepage .hero-panel .btn-holder a.btn-primary:hover { background: #fbbf24; border-color: #fbbf24; }
.homepage .hero-panel .btn-holder a.btn-secondary:hover,
.homepage .home-banner .info-section .btn-holder a.btn-secondary:hover { background: rgba(255,255,255,.12); }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #f59e0b; outline-offset: 4px; }
.homepage .home-banner, .homepage .inner-banner { min-height: 0; height: auto; padding: 44px var(--page-gutter, 24px); }
.homepage .home-banner .info-section, .homepage .hero-panel { width: min(700px, 100%); max-width: 700px; padding: 28px; border-radius: 16px; }
.homepage .home-banner .info-section { animation: none; opacity: 1; transform: none; }
.homepage .home-banner .info-section h1, .homepage .hero-panel h1 { font-size: clamp(32px, 3.5vw, 48px); line-height: 1.1; text-transform: none; letter-spacing: -.02em; margin: 0 0 16px; }
.homepage .home-banner .info-section .home-banner__subheadline, .homepage .hero-panel .info-block__subhead { font-size: 17px; line-height: 1.6; margin: 0 0 20px; }
.homepage .hero-panel { gap: 0; }
.homepage .hero-panel .btn-holder, .homepage .home-banner .info-section .btn-holder { margin: 0; gap: 12px; }
.homepage .home-banner .hero-help { margin: 20px 0 0; font-size: 15px; line-height: 1.7; }
.homepage .home-banner .hero-help a { display: inline-block; color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.homepage[data-ui-page="home"] .category-columns { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 36px; padding-bottom: 36px; }
.homepage[data-ui-page="home"] .category-columns .column img { width: 100%; height: 190px; object-fit: cover; }
.homepage[data-ui-page="home"] .category-columns h2 { margin: 0; text-transform: none; }
.homepage[data-ui-page="home"] .category-columns .column > span { text-transform: none; letter-spacing: 0; }
.homepage[data-ui-page="home"] .category-columns .column .service-summary { padding: 0; margin: 0 0 16px; font: 400 1rem/1.5 var(--font-body); }
.homepage[data-ui-page="home"] .category-columns .column .column__action { padding: 10px 0 0; border-radius: 0; background: transparent; color: #183e69; font: 600 15px/1.4 var(--font-body); text-decoration: underline; text-underline-offset: 4px; }
.homepage #main-content > section { content-visibility: visible; contain-intrinsic-size: none; }
.homepage[data-ui-page="home"] .category-columns__toggle { background: transparent; color: #183e69; border: 1px solid #768499; border-radius: 8px; padding: 12px 20px; min-height: 48px; font: 600 1rem/1.4 var(--font-body); text-transform: none; }
.homepage[data-ui-page="home"] .project-path { padding-top: 36px; padding-bottom: 36px; }
.region-summary, .contact-details { padding: 40px var(--page-gutter, 24px); background: #f2f5f8; color: #172033; }
.region-summary h2, .contact-details h2 { font-size: clamp(26px, 3vw, 36px); line-height: 1.2; margin: 0 0 16px; text-transform: none; }
.region-summary p, .contact-details p { font-size: 16px; line-height: 1.7; max-width: 800px; }
.region-summary summary { cursor: pointer; font-weight: 600; padding: 12px 0; min-height: 48px; }
.region-summary ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px 24px; padding: 16px 0; list-style: none; }
.region-summary a, .contact-details a { color: #183e69; text-decoration: underline; text-underline-offset: 3px; }
.region-summary a { display: inline-block; padding: 8px 0; }
.contact-intro { padding: 32px var(--page-gutter, 24px); color: #172033; background: #f2f5f8; }
.contact-intro h1 { font-size: clamp(30px, 3.5vw, 42px); text-transform: none; line-height: 1.15; margin: 0 0 12px; }
.contact-intro p { max-width: 800px; font-size: 16px; line-height: 1.6; margin: 0 0 16px; }
.contact-intro .ui-kicker { font-size: 13px; font-weight: 600; }
.ui-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.homepage .contact-intro .ui-actions .btn-secondary { color: #183e69; border-color: #768499; }
.homepage[data-ui-page] .quote-intro ul { display: none; }
.homepage[data-ui-page] .quote-intro .quote-kicker { font-size: 13px; }
.homepage .quote-section .contact-form textarea { font: 400 1rem/1.5 var(--font-body, Arial, sans-serif); }
.quote-section, #painting-calculator, #services, #service-areas, #all-service-areas { scroll-margin-top: 24px; }
.homepage[data-ui-page] #footer { padding-top: 36px; padding-bottom: 24px; }
@media (max-width: 1199px) {
  .homepage #header { gap: 16px; }
  .homepage #header .call-btn { margin-left: auto; }
  .homepage #header .menu-btn { flex: 0 0 44px; width: 44px; min-height: 44px; margin: 0; padding: 0; }
  .homepage #header .burger-btn { display: block; width: 40px; height: 32px; }
  .homepage #header .nav { top: 100%; height: auto; max-height: calc(100dvh - 140px); width: min(360px, 100vw); left: -400px; visibility: hidden; }
  .homepage.menu-active #header .nav { left: 0; visibility: visible; }
  .homepage:not(.menu-active) #header .nav { display: none; }
  .homepage #header .nav .main-nav { width: 100%; align-items: stretch; }
  .homepage #header .nav .main-nav > li { margin: 0; }
  .homepage #header .nav .main-nav > li:not(.is-open) > .drop-down,
  .homepage #header .nav .drop-down__group:not(.is-open) > .drop-down__submenu { display: none; }
  .homepage #header .nav .main-nav > li.is-open > .drop-down,
  .homepage #header .nav .drop-down__group.is-open > .drop-down__submenu { display: block; }
}
@media (max-width: 767px) {
  .homepage { --page-gutter: 20px; }
  .homepage .top-bar { padding: 5px 16px; }
  .homepage .top-bar__inner { gap: 0; }
  .homepage .top-bar__contact { gap: 6px; font-size: 12px; line-height: 20px; }
  .homepage .top-bar__icon, .homepage .top-bar__sep, .homepage .top-bar__text { display: none; }
  .homepage #header { padding: 7px 16px; gap: 12px; }
  .homepage #header .logo { width: 88px; flex-basis: 88px; }
  .homepage #header .call-btn { min-height: 44px; padding: 10px 12px; font-size: 13px; }
  .homepage .home-banner, .homepage .inner-banner { padding: 24px 16px; }
  .homepage .home-banner .info-section, .homepage .hero-panel { padding: 20px; border-radius: 12px; }
  .homepage .home-banner .info-section h1, .homepage .hero-panel h1 { font-size: 32px; margin-bottom: 14px; }
  .homepage .home-banner .info-section .home-banner__subheadline, .homepage .hero-panel .info-block__subhead { font-size: 16px; line-height: 1.55; margin-bottom: 18px; }
  .homepage .hero-panel .btn-holder a, .homepage .home-banner .info-section .btn-holder a { width: 100%; min-width: 0; }
  .homepage .home-banner .hero-help { margin-top: 14px; font-size: 14px; }
  .homepage[data-ui-page="home"] .category-columns { grid-template-columns: 1fr; gap: 20px; }
  .homepage[data-ui-page="home"] .category-columns .column:not(.column--more),
  .homepage[data-ui-page="home"] .category-columns.is-expanded .column--more { display: grid; grid-template-columns: 84px minmax(0, 1fr); column-gap: 14px; padding: 14px; border-radius: 12px; }
  .homepage[data-ui-page="home"] .category-columns .column img { height: 112px; grid-row: 1 / 4; border-radius: 8px; }
  .homepage[data-ui-page="home"] .category-columns .column > span { grid-column: 2; padding: 0; font-size: 20px; }
  .homepage[data-ui-page="home"] .category-columns .column .service-summary { font-size: 14px; margin: 6px 0; }
  .homepage[data-ui-page="home"] .category-columns .column .column__action { font-size: 14px; padding-top: 6px; }
  .homepage[data-ui-page] .quote-intro h2 { font-size: 28px; }
  .homepage[data-ui-page] .quote-intro p { margin-bottom: 12px; }
  .contact-intro { padding: 24px 20px; }
  .contact-intro .ui-actions a { width: 100%; }
  .homepage[data-ui-page="contact"] .bottom-form.quote-section { padding-top: 28px; }
  .homepage[data-ui-page="contact"] .quote-intro > p:not(#quote-project-intro),
  .homepage[data-ui-page="contact"] .quote-intro .quote-phone { display: none; }
  .region-summary ul { grid-template-columns: 1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .homepage #header .nav { transition: none; }
}
