/* BMG SEO additions: preserve the original navy, blue and tan palette. */
.hero h1 { max-width: 560px; }
.hero-eyebrow, .section-label { font-size: .875rem; letter-spacing: 2px; }
main p, .service-row p, .service-row ul li, .about-text p, .smv-card p { font-size: 1rem; }
.hero-inner > *, .service-row-inner > *, .contact-grid > *, .footer-main > * { min-width: 0; }
img { height: auto; }
.logo { flex-shrink: 0; }
.logo img, .footer-logo img { max-width: 100%; height: auto; }
.hero-visual img { height: auto; }
.hero::before { pointer-events: none; }
.btn-primary, .form-submit, .nav-cta { color: var(--navy) !important; }
.btn-primary { display: inline-block; line-height: 1.5; }
.nav-list a.active, .nav-list a:hover { color: var(--navy); text-decoration: underline; text-underline-offset: 6px; }
.section-label { color: #785737; }
.page-hero .section-label, .hero-eyebrow { color: var(--gold); }
.page-hero p { line-height: 1.7; }
.page-hero h1 { overflow-wrap: break-word; }
.service-hero h1 { max-width: 1000px; margin: 0 auto 20px; font-size: clamp(2rem, 4vw, 2.75rem); }
.service-hero > p:not(.section-label) { max-width: 750px; }
.service-hero .btn-primary { margin-top: 28px; }
.service-hero .section-label { margin-bottom: 16px; max-width: 900px; }
.breadcrumbs { padding: 16px 24px; background: var(--cream); }
.breadcrumbs ol { list-style: none; display: flex; gap: 12px; flex-wrap: wrap; max-width: 1200px; margin: 0 auto; font-size: .875rem; line-height: 1.6; color: var(--navy); }
.breadcrumbs li + li::before { content: '/'; margin-right: 12px; color: #666; }
.breadcrumbs a, .text-link, .service-more a, .service-note a, .project-service a { text-decoration: underline; text-underline-offset: 4px; color: var(--navy); }
.service-more { margin-top: 20px; }
.service-note { margin-top: 24px; text-align: center; line-height: 1.8; }
a.scard { cursor: pointer; }
.scard-icon img { width: 56px; height: 56px; object-fit: contain; }
.service-detail-image img { width: 100%; height: auto; border-radius: 10px; }
.service-detail-image figcaption { margin-top: 12px; color: #555; font-size: .875rem; line-height: 1.6; }
.service-process .smv-card h3 { font-size: 1.25rem; color: var(--navy); line-height: 1.4; margin-bottom: 12px; }
.service-process .step-number { font-family: 'Montserrat',sans-serif; font-weight: 700; color: #785737; margin-bottom: 14px; }
.service-faq { padding: 72px 24px; }
.service-faq .container { max-width: 880px; margin: 0 auto; }
.service-faq h2 { margin-bottom: 28px; font-size: clamp(1.5rem, 3vw, 2rem); }
.service-faq details { border-bottom: 1px solid #ddd; padding: 20px 0; }
.service-faq summary { cursor: pointer; font-family: 'Montserrat',sans-serif; font-weight: 600; color: var(--navy); font-size: 1rem; line-height: 1.6; }
.service-faq details p { margin-top: 14px; line-height: 1.8; color: #555; }
.related-services { padding: 40px 24px 64px; }
.related-services .container { max-width: 1200px; margin: 0 auto; }
.related-services h2 { color: var(--navy); font-family: 'Montserrat',sans-serif; margin-bottom: 12px; }
.related-services p { line-height: 1.7; }
.related-links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 20px; }
.related-links a { border: 1px solid var(--navy); border-radius: 4px; padding: 12px 18px; font-size: 1rem; color: var(--navy); }
.related-links a:hover { background: var(--cream); }
.port-card-info p { color: #555; line-height: 1.7; font-size: .9375rem; }
.port-card-info .portfolio-link { display: inline-block; margin-top: 12px; font-size: .875rem; text-decoration: underline; text-underline-offset: 4px; }
.project-service { margin-top: 14px; }
.footer-col p, .footer-col a { font-size: .875rem; color: rgba(255,255,255,.85); overflow-wrap: anywhere; }
.info-item a { overflow-wrap: anywhere; }
.info-item p { line-height: 1.7; }
.contact-form-wrap { min-width: 0; }
.form-group input, .form-group select, .form-group textarea { font-size: 1rem; }
.form-group label { font-size: .875rem; }
.cta-banner p { max-width: 800px; margin-left: auto; margin-right: auto; line-height: 1.8; }
.service-row, .port-page-card { scroll-margin-top: 90px; }
.skip-link { position: fixed; top: -100px; left: 12px; padding: 14px 20px; background: var(--white); color: var(--navy); z-index: 2000; }
.skip-link:focus { top: 12px; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.mobile-nav { z-index: 1100; }
@media (max-width: 768px) {
  .service-hero { padding: 52px 24px; }
  .service-row-inner { gap: 32px; }
  .service-row h2 { font-size: 1.5rem; }
  .hero-eyebrow { font-size: .875rem; }
}
@media (max-width: 480px) {
  .contact-form-wrap { padding: 24px 18px; }
  .hero h1 { font-size: 1.875rem; }
  .logo img { max-width: 230px; }
  .page-hero h1 { font-size: 1.875rem; }
  .service-img-grid { height: 260px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .js-anim .fade-in { opacity: 1; transform: none; }
}
