/* Auto-generated by scripts/extract_critical_css.py — do not edit by hand.
   Re-run after changing header/hero/nav rules in site.css. */
﻿    :root {
      /* Brand palette (logo) */
      --primary: #0655a1;
      --primary-light: #0a75c9;
      --primary-deep: #032d56;
      --primary-dark: #021a33;
      --primary-rgb: 6 85 161;
      --primary-tint-bg: #e8f2fb;
      --primary-tint-panel: #edf5fc;
      --primary-tint-border: #b8d4ee;
      --primary-tint-pill: #ecf5fd;
      --primary-on-dark-soft: #b8d4f0;
      --accent: #3aaa35;
      --accent-deep: #268026;
      --accent-rgb: 58 170 53;
      --text: #14253f;
      --muted: #5f6b7a;
      --bg: #f8fafc;
      --card: #ffffff;
      --border: #e2e8f0;
    }
    * { box-sizing: border-box; }
    .skip-link {
      position: absolute;
      left: -9999px;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }
    .skip-link:focus {
      position: fixed;
      left: 1rem;
      top: 1rem;
      z-index: 10000;
      width: auto;
      height: auto;
      clip: auto;
      overflow: visible;
      white-space: normal;
      padding: 0.75rem 1.1rem;
      background: #fff;
      color: var(--primary-dark);
      font-weight: 700;
      border-radius: 10px;
      border: 2px solid var(--primary);
      box-shadow: 0 12px 28px rgb(15 23 42 / 0.18);
      text-decoration: none;
    }
    @media (pointer: coarse) {
      .menu a,
      .nav-services-summary {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
      }
      .btn {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }
    }
    /* In-page anchors (#id): keep targets clear of sticky .site-header (~96px logo + nav padding). */
    html {
      scroll-padding-top: calc(env(safe-area-inset-top, 0px) + 7.75rem);
    }
    body { font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; margin: 0; color: var(--text); background: var(--bg); line-height: 1.6; }
    .wrap { width: min(100% - 2rem, 1200px); margin: 0 auto; }
    .top { background: var(--primary); color: #eaf4ff; font-size: 12px; padding: .55rem 0; }
    .top .wrap { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; align-items: center; }
    .top a {
      color: #fff;
      font-weight: 600;
      text-decoration: underline;
      text-decoration-color: rgb(255 255 255 / 0.45);
      text-underline-offset: 2px;
    }
    .top a:hover {
      color: #fff;
      text-decoration-color: #fff;
    }
    .site-header { background: rgba(255,255,255,.98); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 40; }
    .nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .65rem 0; }
    /* Client portal: keep primary action pinned to the contentâ€™s right edge */
    .portal-header-nav { width: 100%; justify-content: flex-start; gap: 1rem; flex-wrap: nowrap; }
    .portal-header-nav .brand { min-width: 0; flex: 0 1 auto; }
    .portal-header-nav__signout { margin-left: auto; flex-shrink: 0; }
    /* Nudge Sign out toward the viewport edge (tighter right inset than default .wrap) */
    .portal-site-header .portal-header-wrap {
      width: 100%;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1rem;
      padding-right: max(0px, env(safe-area-inset-right, 0px));
      box-sizing: border-box;
    }
    .brand { font-weight: 700; color: var(--primary-dark); font-size: 1.05rem; text-decoration: none; display:flex; align-items:center; gap:.6rem; }
    .brand-logo { height: 96px; width: auto; max-width: min(100%, 280px); object-fit: contain; aspect-ratio: auto; }
    .brand-fallback { display:none; font-size: 1.1rem; }
    .menu-toggle {
      display: none;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      padding: 0;
      margin: 0;
      border: 1px solid var(--border);
      border-radius: 12px;
      background: #fff;
      cursor: pointer;
      flex-shrink: 0;
      box-shadow: 0 2px 8px rgb(15 23 42 / 0.06);
    }
    .menu-toggle:hover {
      border-color: var(--primary-tint-border);
      background: var(--primary-tint-bg);
    }
    .menu-toggle:focus-visible {
      outline: 2px solid var(--primary);
      outline-offset: 2px;
    }
    .menu-toggle__bars {
      display: flex;
      flex-direction: column;
      gap: 5px;
      width: 20px;
    }
    .menu-toggle__bar {
      display: block;
      height: 2px;
      border-radius: 2px;
      background: var(--primary-dark);
      transition: transform 0.2s ease, opacity 0.2s ease;
    }
    .site-header.is-menu-open .menu-toggle__bar:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
    }
    .site-header.is-menu-open .menu-toggle__bar:nth-child(2) {
      opacity: 0;
    }
    .site-header.is-menu-open .menu-toggle__bar:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg);
    }
    .menu { list-style: none; display: flex; gap: 1.2rem; margin: 0; padding: 0; flex-wrap: wrap; }
    .menu a { color: #1e2f44; text-decoration: none; font-size: 15px; font-weight: 600; letter-spacing:.1px; }
    .menu a:hover { color: var(--primary); }
    .menu-item--services { position: relative; align-self: flex-start; }
    .nav-services-details { position: relative; }
    .nav-services-summary {
      list-style: none;
      cursor: pointer;
      color: #1e2f44;
      font-size: 15px;
      font-weight: 600;
      letter-spacing: 0.1px;
      padding: 0.15rem 0;
      display: inline-flex;
      align-items: center;
      gap: 0.28rem;
      user-select: none;
    }
    .nav-services-summary::-webkit-details-marker { display: none; }
    .nav-services-summary::marker { content: ""; }
    .nav-services-summary:hover { color: var(--primary); }
    .nav-services-details[open] .nav-services-summary { color: var(--primary); }
    .nav-services-panel {
      position: absolute;
      left: 0;
      top: calc(100% + 0.35rem);
      margin: 0;
      padding: 0.4rem 0;
      min-width: min(22rem, calc(100vw - 2rem));
      list-style: none;
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 12px;
      box-shadow: 0 18px 44px rgb(15 23 42 / 0.14);
      z-index: 60;
    }
    .nav-services-panel li { margin: 0; }
    .nav-services-panel a {
      display: block;
      padding: 0.55rem 1.05rem;
      font-size: 14px;
      font-weight: 600;
      color: #1e2f44;
      text-decoration: none;
      border-radius: 0;
    }
    .nav-services-panel a:hover {
      background: var(--primary-tint-panel);
      color: var(--primary);
    }
    .btn {
      display: inline-block;
      background: var(--primary);
      color: #fff;
      text-decoration: none;
      border-radius: 12px;
      padding: .9rem 1.35rem;
      font-size: 14px;
      font-weight: 700;
      transition: all .3s ease;
      border: 2px solid transparent;
      box-shadow: 0 10px 24px rgb(var(--primary-rgb) / 0.26);
    }
    .btn:hover { transform: translateY(-2px); }
    .btn.secondary { background: var(--accent); box-shadow: 0 10px 24px rgb(var(--accent-rgb) / 0.32); }
    .btn.ghost { background: transparent; color: var(--primary); border-color: var(--primary-tint-border); box-shadow: none; }
    .hero {
      position: relative;
      padding: 0;
      min-height: 700px;
      border-bottom: 1px solid var(--border);
      overflow: hidden;
      background: var(--primary-tint-bg);
    }
    .hero-modern { text-align: left; }
    /* Full-bleed left scrim: keeps copy readable without a separate â€œcardâ€ overlay */
    .hero.hero-modern::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 2;
      pointer-events: none;
      background: linear-gradient(
        90deg,
        rgba(2, 6, 23, 0.82) 0%,
        rgba(2, 6, 23, 0.5) 38%,
        rgba(2, 6, 23, 0.14) 68%,
        rgba(2, 6, 23, 0) 100%
      );
    }
    .hero-layout { position: relative; z-index: 3; min-height: 700px; display: flex; align-items: center; width: min(100% - 2rem, 1200px); margin: 0 auto; padding-block: 2.5rem; }
    .hero-shell {
      max-width: 720px;
      position: relative;
      z-index: 1;
      padding: 2.6rem 2.45rem 2.85rem;
      border-radius: 24px;
      background: transparent;
      border: none;
      box-shadow: none;
    }
    .hero-copy { color: var(--primary-tint-bg) !important; font-size: 34px !important; font-weight: 600 !important; line-height:1.16; letter-spacing:-.2px; margin: 0 0 26px; }
    .hero-sub { color: #e5efff; font-size: 33px; font-weight: 600; line-height: 1.16; margin: 0 0 24px; }
    .hero-small {
      color: rgba(248, 250, 252, 0.96);
      font-size: clamp(1.1rem, 2.1vw, 1.35rem);
      font-weight: 500;
      line-height: 1.58;
      margin: 0 0 1.85rem;
      max-width: 38rem;
      text-shadow: 0 1px 2px rgba(2, 6, 23, 0.35);
    }
    .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 0.15rem; }
    .hero .btn.secondary { box-shadow: 0 10px 28px rgb(var(--accent-rgb) / 0.38); }
    .hero .btn.ghost {
      background: transparent;
      color: #fff;
      border: 2px solid rgba(255, 255, 255, 0.88);
      box-shadow: none;
      font-weight: 700;
    }
    .hero .btn.ghost:hover {
      background: rgba(255, 255, 255, 0.12);
      color: #fff;
      border-color: #fff;
    }
    .hero-panel { background: linear-gradient(180deg,#ffffff 0%, #f8fbff 100%); }
    .hero-panel h3 { margin-top: 0; }
    .hero-slider-box .image-slider { height: 430px; border-radius: 16px; }
    .trust-row { margin-top: 1rem; display: flex; gap: .5rem; flex-wrap: wrap; }
    .pill { background: var(--primary-tint-pill); color: var(--primary); border: 1px solid var(--primary-tint-border); padding: .45rem .75rem; border-radius: 999px; font-size: 12px; font-weight: 600; }
    .eyebrow { color: var(--accent); font-size: 13px; font-weight: 700; margin: 0 0 .7rem; letter-spacing: .5px; }
    h1 { margin: 0; color: #fff; font-size: clamp(2.45rem, 5vw, 58px); line-height: 1.06; letter-spacing:-.8px; max-width: 980px; text-shadow: 0 3px 18px rgba(2,6,23,.4); }
    .hero .hero-shell h1 {
      text-shadow: 0 2px 4px rgba(2, 6, 23, 0.5), 0 12px 36px rgba(2, 6, 23, 0.35);
    }
    .hero p:not(.hero-small) { font-size: clamp(1.15rem, 2vw, 1.65rem); color: var(--accent); font-weight: 700; margin: .9rem 0 1.4rem; }
    .section { padding: 80px 0; }
    /* Tight vertical rhythm but clear separation from the trust bar / border above */
    .section-tight { padding-top: clamp(2rem, 5vw, 3.25rem); padding-bottom: 2.5rem; }
    .section-title { margin: 0 0 .85rem; color: var(--primary-dark); font-size: clamp(2rem, 3vw, 2.8rem); line-height: 1.15; letter-spacing:-.3px; }
    .section-lead { margin: 0 0 1.3rem; color: var(--muted); max-width: 860px; }
    /* Full wrap width so long SEO copy lines up with section headings */
    .section-local-specialist .section-lead { max-width: 100%; }
    /* Less air between LOCAL & SPECIALIST and CORE SERVICES */
    .section-local-specialist.section-tight {
      padding-bottom: clamp(0.35rem, 1.2vw, 0.75rem);
    }
    .section-local-specialist .section-lead:last-of-type {
      margin-bottom: 0;
    }
    .section-local-specialist + .section {
      padding-top: clamp(1.75rem, 3.5vw, 2.75rem);
    }
    .grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
    .card { border: 1px solid var(--border); padding: 24px; border-radius: 16px; background: var(--card); box-shadow: 0 14px 30px rgba(15,23,42,.07); transition: all .3s ease; }
    .card h3 { margin-top: 0; color: var(--primary-dark); }
    .service-grid-modern { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 10px; }
    .service-card-modern {
      position: relative;
      overflow: hidden;
      min-height: 235px;
      transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    }
    .service-card-modern:hover { transform: translateY(-8px); box-shadow: 0 22px 40px rgba(15, 23, 42, 0.16); }
    .service-icon {
      width: 44px;
      height: 44px;
      border-radius: 12px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      color: #fff;
      background: linear-gradient(145deg, var(--primary-light), var(--primary));
      margin-bottom: .65rem;
      font-size: 16px;
      box-shadow: 0 10px 20px rgb(var(--primary-rgb) / 0.3);
      transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
    }
    .service-card-modern:hover .service-icon {
      transform: translateY(-3px) scale(1.04);
      box-shadow: 0 12px 26px rgb(var(--primary-rgb) / 0.38);
    }
    .service-icon svg { width: 22px; height: 22px; display:block; }
    .service-card-modern a { color: var(--primary-dark); font-weight: 700; font-size: 14px; text-decoration: none; }
    .service-card-modern a:hover { color: var(--primary); }
    .service-card-modern::after {
      content: "";
      position: absolute;
      right: -28px;
    .home-principal {
      padding: clamp(2.25rem, 5vw, 3.5rem) 0;
      background: linear-gradient(180deg, #ffffff 0%, var(--primary-tint-bg) 55%, var(--bg) 100%);
      border-bottom: 1px solid var(--border);
    }
    .home-principal__inner {
      background: var(--card);
      border: 1px solid var(--border);
      border-radius: 20px;
      padding: clamp(1.35rem, 3vw, 2rem);
      box-shadow: 0 18px 44px rgb(15 23 42 / 0.08);
    }
    .home-principal__grid {
      display: grid;
      grid-template-columns: minmax(0, 40%) minmax(0, 60%);
      gap: clamp(1.25rem, 3vw, 2.5rem);
      align-items: stretch;
    }
    .home-principal__media {
      min-width: 0;
      border-radius: 16px;
      overflow: hidden;
      border: 1px solid var(--border);
      background: var(--primary-tint-panel);
      min-height: 260px;
    }
    .home-principal__media img,
    .home-principal__photo {
      display: block;
      width: 100%;
      height: 100%;
      min-height: 260px;
      object-fit: cover;
    }
    .home-principal__content {
      min-width: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .home-principal__content .section-title {
      margin-bottom: 0.35rem;
    }
    .home-principal__credentials {
      margin: 0 0 0.85rem;
      font-size: 1rem;
      font-weight: 700;
      color: var(--primary);
      letter-spacing: 0.02em;
    }
    .home-principal__human {
      margin: 0 0 1.2rem;
      padding: 0.9rem 1.05rem;
      font-size: 1.04rem;
      line-height: 1.65;
      color: var(--primary-dark);
      font-weight: 500;
      background: linear-gradient(
        120deg,
        rgb(var(--primary-rgb) / 0.07) 0%,
        rgb(58 170 53 / 0.08) 100%
      );
      border-radius: 12px;
      border: 1px solid rgb(var(--primary-rgb) / 0.12);
    }
    .home-principal__why {
      margin: 0 0 1.35rem;
    }
    .home-principal__why-title {
      margin: 0 0 0.55rem;
      font-size: 0.72rem;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--accent-deep);
    }
    .home-principal__why-list {
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .home-principal__why-list li {
      position: relative;
      padding-left: 1.2rem;
      margin-bottom: 0.42rem;
      font-size: 0.98rem;
      color: var(--text);
      line-height: 1.55;
      font-weight: 600;
    }
    .home-principal__why-list li:last-child {
      margin-bottom: 0;
    }
    .home-principal__why-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.55em;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: linear-gradient(145deg, var(--primary-light), var(--accent));
    }
    .home-principal__lead {
      margin: 0 0 1rem;
      color: var(--text);
      line-height: 1.72;
      font-size: 1.02rem;
    }
    .home-principal__lead:last-of-type {
      margin-bottom: 0;
    }
    @media (max-width: 800px) {
      .home-principal__grid {
        grid-template-columns: 1fr;
      }
      .home-principal__media {
        max-width: 360px;
        margin: 0 auto;
        width: 100%;
      }
    }
    .trust-bar {
      background: #f1f5f9;
      border-top: 1px solid #e2e8f0;
      border-bottom: 1px solid #e2e8f0;
      padding: 16px 0;
    }
    .trust-items {
      display: flex;
      gap: 2rem;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      color: #334155;
      font-size: 14px;
      font-weight: 600;
    }
    .trust-items span { display: inline-flex; align-items: center; gap: .45rem; }
    .dot {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: linear-gradient(145deg, var(--primary-light), var(--accent));
      display: inline-block;
    }
    @keyframes sliderFade {
      0% { opacity: 0; transform: scale(1.04); }
      4% { opacity: 1; }
      30% { opacity: 1; transform: scale(1); }
      34% { opacity: 0; }
      100% { opacity: 0; }
    }
    .hero-slider-bg {
      position: absolute;
      inset: 0;
      z-index: 1;
      background: #1e293b;
    }
    .hero-slide {
      position: absolute;
      inset: 0;
      opacity: 0;
      animation: heroFade 18s infinite;
      overflow: hidden;
      background-color: #1e293b;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
    .hero-slide::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(2, 6, 23, 0.42);
      pointer-events: none;
    }
    .hero-slide__media {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      min-width: 100%;
      min-height: 100%;
      object-fit: cover;
      object-position: center center;
      display: block;
    }
    .hero-slide:nth-child(2) { animation-delay: 6s; }
    .hero-slide:nth-child(3) { animation-delay: 12s; }
    .hero-slider-bg.hero-slider-bg--js .hero-slide {
      animation: none;
      opacity: 0;
      transition: none;
    }
    .hero-slider-bg.hero-slider-bg--js.hero-slider-ready .hero-slide {
      transition: opacity 0.85s ease-in-out;
    }
    .hero-slider-bg.hero-slider-bg--js .hero-slide.is-active {
      opacity: 1;
      z-index: 1;
    }
    .footer-strip-section {
      padding: 2rem 0;
      background: linear-gradient(180deg, #f8fafc 0%, #eef4fb 100%);
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
    }
    .footer-strip {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 2rem 2.5rem;
    }
    }
    @media (max-width: 960px) {
      .footer-bottom {
        grid-template-columns: 1fr;
        justify-items: start;
      }
      .footer-standards {
        text-align: left;
        justify-self: stretch;
        max-width: none;
      }
      .footer-legal {
        justify-self: start;
      }
    }
    @media (max-width: 640px) {
      .footer-main { grid-template-columns: 1fr; }
      .footer-brand .footer-logo { height: 92px; max-width: 320px; }
      .footer-wrap { padding: 2.75rem 0 1.35rem; }
    }
    @media (max-width: 1200px) { .service-grid-modern { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
    @media (max-width: 1100px) { .menu { gap: .8rem; } .menu a { font-size: 14px; } .brand-logo{height:82px;} }
    /* Main site: hamburger + drawer-style menu on small screens */
    .nav-menu-shell {
      display: contents;
    }
    @media (max-width: 900px) {
      .top {
        font-size: 13px;
        padding: 0.65rem 0;
      }
      .top .wrap {
        flex-direction: column;
        align-items: stretch;
        gap: 0.4rem;
        text-align: left;
      }
      .nav--site {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 0.65rem;
        padding: 0.5rem 0;
      }
      .nav--site .brand {
        flex: 1 1 auto;
        min-width: 0;
      }
      .nav--site .menu-toggle {
        display: inline-flex;
      }
      .nav--site .nav-menu-shell {
        display: none;
        flex-basis: 100%;
        width: 100%;
        padding-top: 0.35rem;
        margin-top: 0.15rem;
        border-top: 1px solid var(--border);
      }
      .site-header.is-menu-open .nav--site .nav-menu-shell {
        display: block;
      }
      .nav--site .menu {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 0;
        width: 100%;
      }
      .nav--site .menu > li {
        border-bottom: 1px solid var(--border);
      }
      .nav--site .menu > li:last-child {
        border-bottom: none;
      }
      .nav--site .menu a {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0.85rem 0;
        font-size: 16px;
        box-sizing: border-box;
      }
      .nav--site .menu-item--services {
        width: 100%;
        align-self: stretch;
        border-bottom: 1px solid var(--border);
      }
      .nav--site .nav-services-details {
        width: 100%;
