﻿    :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;
      top: -28px;
      width: 96px;
      height: 96px;
      background: radial-gradient(circle, rgb(var(--primary-rgb) / 0.14) 0%, rgb(var(--primary-rgb) / 0) 70%);
    }
    .about-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 1.3rem; align-items: start; }
    .trust { background: #fff; border: 1px solid var(--border); border-radius: 10px; padding: 1.2rem; text-align: center; }
    .trust strong { display: block; font-size: 2.3rem; color: var(--primary); margin-top: .4rem; }
    .why-grid .card {
      position: relative;
      overflow: hidden;
      border: 1px solid var(--primary-tint-border);
      background: #fbfdff;
      transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.3s ease;
    }
    .why-grid .card::after {
      content: "";
      position: absolute;
      right: -28px;
      top: -28px;
      width: 96px;
      height: 96px;
      background: radial-gradient(circle, rgb(var(--primary-rgb) / 0.14) 0%, rgb(var(--primary-rgb) / 0) 70%);
      opacity: 0.75;
      pointer-events: none;
      transition: transform 0.45s ease, opacity 0.35s ease;
    }
    .why-grid .card:hover {
      transform: translateY(-8px);
      box-shadow: 0 22px 40px rgba(15, 23, 42, 0.16);
      border-color: rgb(var(--primary-rgb) / 0.28);
    }
    .why-grid .card:hover::after {
      transform: scale(1.12) translate(-4px, 4px);
      opacity: 1;
    }
    .feature-card { text-align: left; }
    .feature-icon {
      width: 46px;
      height: 46px;
      border-radius: 12px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(145deg, var(--primary), var(--primary-light));
      color: #fff;
      margin-bottom: 12px;
      box-shadow: 0 10px 22px rgb(var(--primary-rgb) / 0.28);
      font-size: 18px;
      font-weight: 800;
      position: relative;
      z-index: 1;
      transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
    }
    .why-grid .card:hover .feature-icon {
      transform: translateY(-3px) scale(1.06);
      box-shadow: 0 12px 28px rgb(var(--primary-rgb) / 0.34);
    }
    .why-grid .card h3,
    .why-grid .card p {
      position: relative;
      z-index: 1;
    }
    .cta-band { background: linear-gradient(135deg, var(--primary-deep), var(--primary-light)); color:#fff; border: 1px solid var(--primary); border-radius: 20px; text-align: center; padding: 2.2rem; box-shadow:0 18px 36px rgb(var(--primary-rgb) / 0.28); }
    .cta-band .section-title, .cta-band .section-lead { color:#fff; margin-inline:auto; }
    .testimonials-grid { align-items: stretch; }
    .testimonial-card {
      position: relative;
      min-height: 240px;
      border: 1px solid var(--primary-tint-border);
    }
    .testimonials-slider {
      position: relative;
    }
    .testimonials-slider__viewport {
      overflow: hidden;
      border-radius: 18px;
    }
    .testimonials-slider__track {
      display: flex;
      gap: 24px;
      scroll-behavior: smooth;
      overflow-x: auto;
      padding-bottom: 6px;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
    }
    .testimonials-slider__track::-webkit-scrollbar { height: 10px; }
    .testimonials-slider__track::-webkit-scrollbar-thumb { background: rgba(15,23,42,.12); border-radius: 999px; }
    .testimonials-slider__track > .testimonial-card {
      flex: 0 0 calc((100% - 72px) / 4);
      scroll-snap-align: start;
      min-width: 260px;
    }
    .testimonials-slider__nav {
      position: absolute;
      top: 12px;
      right: 12px;
      display: flex;
      gap: 10px;
      z-index: 2;
    }
    .testimonials-slider__btn {
      width: 42px;
      height: 42px;
      border-radius: 999px;
      border: 1px solid var(--border);
      background: rgba(255,255,255,.92);
      box-shadow: 0 10px 24px rgba(15,23,42,.10);
      cursor: pointer;
      font-weight: 900;
      color: var(--primary-dark);
    }
    .testimonials-slider__btn:disabled {
      opacity: .45;
      cursor: default;
    }
    @media (max-width: 1024px) {
      .testimonials-slider__track > .testimonial-card { flex-basis: calc((100% - 24px) / 2); }
    }
    @media (max-width: 640px) {
      .testimonials-slider__track > .testimonial-card { flex-basis: 88%; }
      .testimonials-slider__nav { top: -6px; right: 0; }
    }
    .stars {
      color: #f59e0b;
      letter-spacing: 2px;
      font-size: 14px;
      margin-bottom: 12px;
    }
    .quote {
      color: #334155;
      margin-bottom: 18px;
      line-height: 1.6;
    }
    .person {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: auto;
    }
    .avatar {
      width: 38px;
      height: 38px;
      border-radius: 999px;
      background: var(--primary-tint-bg);
      color: var(--primary);
      font-weight: 800;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
    }
    .person-meta strong {
      display: block;
      font-size: 15px;
      color: #0f172a;
    }
    .person-meta span {
      color: #64748b;
      font-size: 13px;
    }
    .image-slider {
      position: relative;
      height: 350px;
      border-radius: 18px;
      overflow: hidden;
      border: 1px solid var(--border);
      box-shadow: 0 16px 34px rgba(15,23,42,.12);
      background: #0b1220;
    }
    .quick-contact-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: .9rem;
      margin-top: 1rem;
    }
    .mini-card {
      border: 1px solid var(--border);
      background: #fff;
      border-radius: 12px;
      padding: .9rem 1rem;
      box-shadow: 0 8px 20px rgba(15,23,42,.06);
      font-size: 14px;
    }
    .mini-card strong { color: var(--primary-dark); display:block; font-size: 12px; text-transform: uppercase; letter-spacing: .3px; margin-bottom: .2rem; }
    .slide {
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transform: scale(1.04);
      animation: sliderFade 18s infinite;
    }
    .slide:nth-child(2) { animation-delay: 6s; }
    .slide:nth-child(3) { animation-delay: 12s; }
    .slide-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(2,6,23,.75) 0%, rgba(2,6,23,.35) 55%, rgba(2,6,23,.15) 100%);
      color: #fff;
      padding: 2rem;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      gap: .55rem;
    }
    .slide-overlay h3 { margin: 0; font-size: 1.8rem; letter-spacing: -.3px; }
    .slide-overlay p { margin: 0; color: #e2e8f0; max-width: 640px; }
    .slide-dots { display: flex; gap: .45rem; margin-top: .8rem; }
    .slide-dots span {
      width: 9px;
      height: 9px;
      border-radius: 999px;
      background: rgba(255,255,255,.45);
      display: inline-block;
    }
    .slide-dots span:first-child { background: #fff; }
    .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;
    }
    .process-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap: 24px;
      position: relative;
    }
    .process-grid::before {
      content: "";
      position: absolute;
      top: 28px;
      left: 16%;
      right: 16%;
      border-top: 2px dashed var(--primary-tint-border);
      z-index: 0;
    }
    .step {
      position: relative;
      z-index: 1;
      overflow: hidden;
      text-align: center;
      background: var(--primary-tint-panel);
      border: 1px solid var(--primary-tint-border);
      border-radius: 16px;
      padding: 24px;
      box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
      transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.3s ease;
    }
    .step::after {
      content: "";
      position: absolute;
      right: -28px;
      top: -28px;
      width: 96px;
      height: 96px;
      background: radial-gradient(circle, rgb(var(--primary-rgb) / 0.14) 0%, rgb(var(--primary-rgb) / 0) 70%);
      opacity: 0.75;
      pointer-events: none;
      transition: transform 0.45s ease, opacity 0.35s ease;
    }
    .step:hover {
      transform: translateY(-8px);
      box-shadow: 0 22px 40px rgba(15, 23, 42, 0.16);
      border-color: rgb(var(--primary-rgb) / 0.28);
    }
    .step:hover::after {
      transform: scale(1.12) translate(-4px, 4px);
      opacity: 1;
    }
    .step-num {
      width: 44px;
      height: 44px;
      margin: 0 auto 12px;
      border-radius: 999px;
      background: var(--primary);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      position: relative;
      z-index: 1;
      box-shadow: 0 8px 18px rgb(var(--primary-rgb) / 0.28);
      transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
    }
    .step:hover .step-num {
      transform: scale(1.08) translateY(-2px);
      box-shadow: 0 12px 26px rgb(var(--primary-rgb) / 0.38);
    }
    .step h3,
    .step p {
      position: relative;
      z-index: 1;
    }
    @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;
    }
    .footer-strip img {
      max-height: 52px;
      width: auto;
      height: auto;
      max-width: min(200px, 28vw);
      object-fit: contain;
      aspect-ratio: auto;
      filter: grayscale(0.08);
      opacity: 0.92;
    }
    @keyframes heroFade {
      0% { opacity: 1; }
      28% { opacity: 1; }
      33% { opacity: 0; }
      99% { opacity: 0; }
      100% { opacity: 1; }
    }
    .site-footer {
      margin-top: 3rem;
      position: relative;
      color: #e2e8f0;
      background:
        radial-gradient(ellipse 120% 80% at 50% -20%, rgb(var(--primary-rgb) / 0.18), transparent 55%),
        linear-gradient(180deg, #0c182c 0%, #060d18 38%, #020617 100%);
      border-top: 1px solid rgb(var(--primary-rgb) / 0.38);
      box-shadow: inset 0 1px 0 rgb(var(--accent-rgb) / 0.12);
    }
    .site-footer::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--primary), var(--primary-light), var(--accent));
      opacity: 0.95;
    }
    .footer-wrap { padding: 3.5rem 0 1.5rem; }
    .footer-main {
      display: grid;
      grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.1fr);
      gap: 2.5rem 2rem;
      align-items: start;
    }
    .footer-brand .footer-logo {
      height: 118px;
      width: auto;
      max-width: 400px;
      object-fit: contain;
      display: block;
      margin-bottom: 1.15rem;
      filter: brightness(1.08) contrast(1.04) drop-shadow(0 6px 20px rgba(0, 0, 0, 0.35));
    }
    .footer-tagline {
      margin: 0 0 1.25rem;
      font-size: 14px;
      line-height: 1.7;
      color: #a8b7ca;
      max-width: 400px;
    }
    .footer-trust {
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem;
    }
    .footer-pill {
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: var(--primary-on-dark-soft);
      background: rgb(var(--primary-rgb) / 0.2);
      border: 1px solid rgb(var(--primary-rgb) / 0.38);
      border-radius: 999px;
      padding: 0.35rem 0.65rem;
    }
    .footer-heading {
      margin: 0 0 1rem;
      padding-bottom: 0.65rem;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: #f1f5f9;
      border-bottom: 1px solid rgb(var(--primary-rgb) / 0.28);
    }
    .footer-links {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 0.62rem;
    }
    .footer-links a {
      color: #cbd5e1;
      text-decoration: none;
      font-size: 14px;
      font-weight: 500;
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
      transition: color 0.2s ease, transform 0.2s ease;
    }
    .footer-links a::after {
      content: "";
      display: inline-block;
      width: 0;
      height: 1px;
      background: var(--accent);
      transition: width 0.2s ease;
      margin-left: 0;
    }
    .footer-links a:hover {
      color: #fff;
      transform: translateX(2px);
    }
    .footer-links a:hover::after {
      width: 14px;
      margin-left: 4px;
    }
    .footer-main a[target="_blank"] {
      text-decoration: none;
    }
    .footer-main a[target="_blank"]:hover {
      text-decoration: underline;
    }
    .footer-contact-list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 0.85rem;
    }
    .footer-contact-item {
      display: flex;
      gap: 0.75rem;
      align-items: flex-start;
      font-size: 14px;
      line-height: 1.5;
      color: #cbd5e1;
    }
    .footer-contact-item a {
      color: #e2e8f0;
      text-decoration: none;
      font-weight: 600;
    }
    .footer-contact-item a:hover { color: #b0dcb0; }
    .footer-icon {
      flex-shrink: 0;
      width: 40px;
      height: 40px;
      border-radius: 11px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgb(var(--primary-rgb) / 0.24);
      border: 1px solid rgb(var(--primary-rgb) / 0.35);
      color: var(--primary-on-dark-soft);
    }
    .footer-icon svg { width: 18px; height: 18px; display: block; }
    .footer-contact-item span.meta { display: block; font-size: 12px; color: #8b9cb0; font-weight: 500; margin-top: 0.2rem; }
    .footer-contact-label { color: #e2e8f0; font-weight: 600; display: block; }
    .footer-bottom {
      margin-top: 2.75rem;
      padding-top: 1.35rem;
      border-top: 1px solid rgb(148 163 184 / 0.16);
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 2.4fr) minmax(0, 1fr);
      align-items: center;
      gap: 1rem 1.5rem;
    }
    .footer-copy {
      font-size: 12px;
      color: #64748b;
      margin: 0;
    }
    .footer-standards {
      margin: 0;
      font-size: 11px;
      line-height: 1.45;
      color: #64748b;
      text-align: center;
      justify-self: center;
      max-width: 36rem;
    }
    .footer-legal {
      display: flex;
      flex-wrap: wrap;
      gap: 1.25rem;
      align-items: center;
      justify-self: end;
    }
    .footer-legal a {
      font-size: 12px;
      color: #94a3b8;
      text-decoration: none;
      font-weight: 600;
    }
    .footer-legal a:hover { color: #e2e8f0; }

    /* CMS inner pages (About Us, etc.) */
    .cms-page { margin: 0; }
    .cms-page-hero {
      position: relative;
      overflow: hidden;
      padding: clamp(2.25rem, 5vw, 3.25rem) 0 clamp(2rem, 4vw, 2.75rem);
      color: #f8fafc;
      background: linear-gradient(
        125deg,
        var(--primary-deep) 0%,
        var(--primary) 42%,
        #054a8f 72%,
        var(--primary-light) 100%
      );
      border-bottom: 1px solid rgb(255 255 255 / 0.08);
    }
    .cms-page-hero::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: radial-gradient(
        ellipse 90% 80% at 100% 0%,
        rgb(255 255 255 / 0.14),
        transparent 55%
      );
    }
    .cms-page-hero-row {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.95fr);
      gap: clamp(1.5rem, 4vw, 2.75rem);
      align-items: center;
    }
    .cms-page-hero-text {
      max-width: 36rem;
    }
    .cms-page-hero .eyebrow {
      color: var(--primary-on-dark-soft);
      margin-bottom: 0.65rem;
    }
    .cms-page-hero-visual {
      position: relative;
      min-height: 200px;
    }
    .cms-hero-collage {
      position: relative;
      max-width: 420px;
      margin-left: auto;
    }
    .cms-hero-collage__main {
      display: block;
      width: 100%;
      max-width: 380px;
      height: auto;
      border-radius: 18px;
      border: 3px solid rgb(255 255 255 / 0.2);
      box-shadow: 0 24px 50px rgb(0 0 0 / 0.35);
      object-fit: cover;
      aspect-ratio: 4 / 3;
      animation: cmsHeroFloat 7s ease-in-out infinite;
    }
    .cms-hero-collage__accent {
      position: absolute;
      right: -4%;
      bottom: -10%;
      width: 52%;
      max-width: 200px;
      border-radius: 14px;
      border: 3px solid rgb(255 255 255 / 0.35);
      box-shadow: 0 18px 40px rgb(0 0 0 / 0.3);
      object-fit: cover;
      aspect-ratio: 1 / 1;
      animation: cmsHeroFloat 8s ease-in-out infinite 0.5s;
    }
    .cms-hero-collage__badge {
      position: absolute;
      top: -8px;
      left: -8px;
      width: 52px;
      height: 52px;
      border-radius: 14px;
      background: linear-gradient(145deg, var(--accent), var(--accent-deep));
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 12px 28px rgb(58 170 53 / 0.45);
      animation: cmsHeroPulse 3.2s ease-in-out infinite;
    }
    @keyframes cmsHeroFloat {
      0%,
      100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-8px);
      }
    }
    @keyframes cmsHeroPulse {
      0%,
      100% {
        transform: scale(1);
      }
      50% {
        transform: scale(1.05);
      }
    }
    .cms-hero-illustration {
      max-width: 260px;
      margin-left: auto;
      opacity: 0.95;
    }
    .cms-hero-illustration svg {
      width: 100%;
      height: auto;
      display: block;
      filter: drop-shadow(0 12px 28px rgb(0 0 0 / 0.2));
    }
    .cms-hero-contact-visual {
      max-width: 260px;
      margin-left: auto;
      opacity: 0.95;
    }
    .cms-hero-contact-visual svg {
      width: 100%;
      height: auto;
      display: block;
      filter: drop-shadow(0 12px 28px rgb(0 0 0 / 0.2));
    }
    .cms-contact-cards {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1rem 1.1rem;
      margin-bottom: 1.5rem;
    }
    .cms-contact-card {
      position: relative;
      background: var(--card);
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 1.25rem 1.35rem;
      box-shadow: 0 12px 32px rgb(15 23 42 / 0.06);
      display: flex;
      flex-direction: column;
      gap: 0.35rem;
      min-height: 100%;
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }
    .cms-contact-card--link {
      text-decoration: none;
      color: inherit;
      cursor: pointer;
    }
    .cms-contact-card--link:hover {
      transform: translateY(-3px);
      box-shadow: 0 16px 40px rgb(15 23 42 / 0.1);
    }
    .cms-contact-card__icon {
      color: var(--primary);
      margin-bottom: 0.15rem;
    }
    .cms-contact-card__label {
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--primary);
    }
    .cms-contact-card__value {
      font-size: 1.2rem;
      font-weight: 800;
      color: var(--primary-dark);
      letter-spacing: -0.02em;
      line-height: 1.25;
    }
    .cms-contact-card__value--email {
      font-size: clamp(0.95rem, 2vw, 1.05rem);
      word-break: break-word;
    }
    .cms-contact-card__value--hours {
      font-size: 1.05rem;
      font-weight: 700;
    }
    .cms-contact-card__value--facebook {
      font-size: clamp(0.88rem, 2vw, 0.98rem);
      font-weight: 700;
      word-break: break-word;
    }
    .cms-contact-card__meta {
      font-size: 13px;
      color: var(--muted);
      font-weight: 500;
      margin-top: 0.1rem;
    }
    .cms-contact-card__text {
      margin: 0;
      font-size: 14px;
      line-height: 1.55;
      color: var(--muted);
    }
    .cms-contact-card__inline {
      margin-top: 0.35rem;
      font-size: 14px;
      font-weight: 700;
      color: var(--primary);
      text-decoration: none;
      border-bottom: 1px solid rgb(var(--primary-rgb) / 0.25);
      align-self: flex-start;
    }
    .cms-contact-card__inline:hover {
      color: var(--primary-light);
    }
    .cms-contact-address {
      margin: 0 0 1.25rem;
      font-size: 15px;
      line-height: 1.6;
      color: var(--text);
    }
    .cms-contact-prose {
      margin-top: 0.25rem;
    }
    .cms-aside-btn--second {
      margin-top: 0.65rem;
    }
    .cms-aside-fb {
      margin: 0.75rem 0 0;
      text-align: center;
      font-size: 13px;
      font-weight: 600;
    }
    .cms-aside-fb a {
      color: var(--primary);
      text-decoration: none;
      border-bottom: 1px solid rgb(var(--primary-rgb) / 0.25);
    }
    .cms-aside-fb a:hover {
      color: var(--primary-light);
      border-bottom-color: rgb(var(--primary-rgb) / 0.45);
    }

    /* Service detail pages */
    .service-page {
      background: var(--bg);
    }
    .service-hero {
      position: relative;
      overflow: hidden;
      border-bottom: 1px solid var(--border);
      padding: clamp(2rem, 5vw, 3.25rem) 0 clamp(2.25rem, 4vw, 3rem);
    }
    .service-hero__bg {
      position: absolute;
      inset: 0;
      background: linear-gradient(
        135deg,
        rgb(232 242 252 / 0.95) 0%,
        #fff 42%,
        rgb(237 248 236 / 0.65) 100%
      );
      pointer-events: none;
    }
    .service-hero__bg::after {
      content: "";
      position: absolute;
      inset: 0;
      opacity: 0.45;
      background-image: radial-gradient(circle at 18% 28%, rgb(6 85 161 / 0.14) 0%, transparent 42%),
        radial-gradient(circle at 88% 12%, rgb(58 170 53 / 0.12) 0%, transparent 38%);
      pointer-events: none;
    }
    .service-hero__inner {
      position: relative;
      z-index: 1;
      max-width: 52rem;
    }
    .service-breadcrumb {
      font-size: 13px;
      font-weight: 600;
      color: var(--muted);
      margin: 0 0 1rem;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 0.35rem;
    }
    .service-breadcrumb a {
      color: var(--primary);
      text-decoration: none;
      border-bottom: 1px solid rgb(var(--primary-rgb) / 0.22);
    }
    .service-breadcrumb a:hover {
      color: var(--primary-light);
      border-bottom-color: rgb(var(--primary-rgb) / 0.4);
    }
    .service-breadcrumb__sep {
      opacity: 0.45;
      user-select: none;
    }
    .service-breadcrumb__current {
      color: var(--primary-dark);
      font-weight: 700;
    }
    .service-hero__eyebrow {
      margin: 0 0 0.45rem;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--primary);
    }
    .service-hero__title {
      margin: 0 0 0.85rem;
      font-size: clamp(2rem, 4.5vw, 2.65rem);
      font-weight: 800;
      letter-spacing: -0.03em;
      line-height: 1.12;
      color: var(--primary-dark);
    }
    .service-hero__lead {
      margin: 0;
      font-size: clamp(1.05rem, 2vw, 1.18rem);
      line-height: 1.65;
      color: var(--muted);
      font-weight: 500;
      max-width: 46rem;
    }
    .service-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
      gap: clamp(1.75rem, 3vw, 2.75rem);
      align-items: start;
      padding: clamp(2rem, 4vw, 3rem) 0 clamp(3rem, 5vw, 4rem);
    }
    .service-main {
      min-width: 0;
    }
    .service-prose {
      background: var(--card);
      border: 1px solid var(--border);
      border-radius: 18px;
      padding: clamp(1.65rem, 3vw, 2.35rem) clamp(1.35rem, 3vw, 2.15rem);
      box-shadow: 0 14px 40px rgb(15 23 42 / 0.06);
    }
    .service-prose > *:first-child {
      margin-top: 0;
    }
    .service-prose h2 {
      margin: 2rem 0 0.85rem;
      font-size: clamp(1.35rem, 2.5vw, 1.5rem);
      font-weight: 800;
      color: var(--primary-dark);
      letter-spacing: -0.02em;
      line-height: 1.22;
      padding-bottom: 0.55rem;
      border-bottom: 3px solid rgb(var(--accent-rgb) / 0.45);
    }
    .service-prose h2:first-child {
      margin-top: 0;
    }
    .service-prose h3 {
      margin: 1.65rem 0 0.55rem;
      font-size: 1.08rem;
      font-weight: 800;
      color: var(--primary);
      letter-spacing: -0.01em;
    }
    .service-prose p {
      margin: 0 0 1rem;
      font-size: 1.02rem;
      line-height: 1.72;
      color: var(--text);
    }
    .service-prose ul,
    .service-prose ol {
      margin: 0 0 1.25rem;
      padding-left: 1.35rem;
      color: var(--text);
      line-height: 1.68;
    }
    .service-prose li {
      margin-bottom: 0.45rem;
    }
    .service-prose ul li::marker {
      color: var(--accent);
    }
    .service-prose ol li::marker {
      font-weight: 800;
      color: var(--primary);
    }
    .service-prose strong {
      color: var(--primary-dark);
      font-weight: 700;
    }
    .service-prose a:not(.btn) {
      color: var(--primary);
      font-weight: 600;
      text-decoration: none;
      border-bottom: 1px solid rgb(var(--primary-rgb) / 0.28);
    }
    .service-prose a:not(.btn):hover {
      color: var(--primary-light);
      border-bottom-color: rgb(var(--primary-rgb) / 0.45);
    }
    .service-prose .btn {
      margin-top: 0.35rem;
      margin-right: 0.5rem;
    }
    .service-split {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1rem 1.75rem;
      margin: 1rem 0 1.5rem;
    }
    .service-split ul {
      margin: 0;
    }
    .service-step-grid {
      display: grid;
      gap: 1rem;
      margin: 1.25rem 0 1.75rem;
    }
    @media (min-width: 640px) {
      .service-step-grid--2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
    .service-step {
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 1.15rem 1.2rem;
      background: linear-gradient(180deg, rgb(248 250 252 / 0.9) 0%, #fff 100%);
      box-shadow: 0 8px 24px rgb(15 23 42 / 0.04);
    }
    .service-step__label {
      display: block;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--primary);
      margin-bottom: 0.35rem;
    }
    .service-step h3,
    .service-step .service-step__heading {
      margin: 0 0 0.45rem;
      font-size: 1.05rem;
      font-weight: 800;
      color: var(--primary-dark);
      line-height: 1.3;
    }
    .service-step p {
      margin: 0;
      font-size: 0.95rem;
      line-height: 1.62;
      color: var(--muted);
    }
    .service-callout {
      margin: 1.5rem 0;
      padding: 1.15rem 1.25rem;
      border-radius: 14px;
      border: 1px solid rgb(var(--primary-rgb) / 0.18);
      background: linear-gradient(125deg, var(--primary-tint-panel) 0%, #fff 55%);
      box-shadow: 0 10px 28px rgb(15 23 42 / 0.05);
    }
    .service-callout p:last-child {
      margin-bottom: 0;
    }
    .service-disclaimer {
      margin-top: 1.75rem;
      padding: 1.1rem 1.2rem;
      font-size: 13px;
      line-height: 1.62;
      color: var(--muted);
      background: rgb(248 250 252 / 0.95);
      border-left: 4px solid var(--primary);
      border-radius: 0 12px 12px 0;
    }
    .service-disclaimer strong {
      display: block;
      margin-bottom: 0.35rem;
      color: var(--primary-dark);
      font-size: 12px;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }
    .service-aside {
      position: sticky;
      top: 5.5rem;
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }
    .service-aside-card {
      position: relative;
      border-radius: 16px;
      padding: 1.45rem 1.35rem;
      border: 1px solid var(--primary-tint-border);
      background: linear-gradient(165deg, #fff 0%, var(--primary-tint-panel) 100%);
      overflow: hidden;
      box-shadow: 0 12px 32px rgb(15 23 42 / 0.06);
    }
    .service-aside-card--cta .service-aside-card__accent {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(90deg, var(--primary), var(--accent));
      opacity: 0.95;
    }
    .service-aside-card--related {
      background: var(--card);
      border-color: var(--border);
      box-shadow: 0 10px 28px rgb(15 23 42 / 0.05);
    }
    .service-aside-card__title {
      margin: 0 0 0.45rem;
      font-size: 14px;
      font-weight: 800;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--primary-dark);
    }
    .service-aside-card__text {
      margin: 0 0 1rem;
      font-size: 14px;
      line-height: 1.55;
      color: var(--muted);
    }
    .service-aside-card__btn {
      display: block;
      width: 100%;
      text-align: center;
      box-sizing: border-box;
      margin-bottom: 0.55rem;
    }
    .service-aside-card__btn:last-of-type {
      margin-bottom: 0;
    }
    .service-related-list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 0.45rem;
    }
    .service-related-list a {
      display: block;
      font-size: 14px;
      font-weight: 600;
      color: var(--primary);
      text-decoration: none;
      padding: 0.35rem 0;
      border-bottom: 1px solid rgb(var(--primary-rgb) / 0.12);
    }
    .service-related-list a:hover {
      color: var(--primary-light);
    }

    /* Booking flow (/book/) */
    .booking-page {
      background: var(--bg);
    }
    .booking-hero {
      padding: clamp(2rem, 5vw, 3rem) 0 clamp(1.5rem, 3vw, 2rem);
      background: linear-gradient(
        125deg,
        var(--primary-deep) 0%,
        var(--primary) 45%,
        #054a8f 100%
      );
      color: #f8fafc;
      border-bottom: 1px solid rgb(255 255 255 / 0.08);
    }
    .booking-hero .eyebrow {
      color: var(--primary-on-dark-soft);
      margin-bottom: 0.5rem;
    }
    .booking-hero h1 {
      margin: 0 0 0.75rem;
      font-size: clamp(1.85rem, 4vw, 2.35rem);
      font-weight: 800;
      letter-spacing: -0.03em;
      line-height: 1.15;
      color: #fff;
    }
    .booking-hero .booking-lead {
      margin: 0;
      max-width: 40rem;
      font-size: 1.05rem;
      line-height: 1.65;
      color: rgb(226 236 248 / 0.92);
    }
    .booking-hero .btn.ghost {
      color: #fff;
      border-color: rgb(255 255 255 / 0.45);
      background: rgb(255 255 255 / 0.06);
      box-shadow: none;
    }
    .booking-hero .btn.ghost:hover {
      background: rgb(255 255 255 / 0.12);
      color: #fff;
      border-color: rgb(255 255 255 / 0.65);
    }
    /* Breadcrumbs sit on dark hero: default link/muted colors fail contrast */
    .booking-hero .booking-breadcrumb {
      color: rgb(226 236 248 / 0.95);
    }
    .booking-hero .booking-breadcrumb a {
      color: #fff;
      text-decoration: underline;
      text-decoration-color: rgb(255 255 255 / 0.35);
      text-underline-offset: 3px;
    }
    .booking-hero .booking-breadcrumb a:hover {
      color: #fff;
      text-decoration-color: rgb(255 255 255 / 0.9);
    }
    .booking-hero .booking-breadcrumb span {
      color: rgb(226 236 248 / 0.88);
      margin: 0 0.35rem;
    }
    .booking-hero-inner {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: clamp(1.25rem, 3vw, 2.5rem);
      flex-wrap: wrap;
    }
    .booking-hero-copy {
      flex: 1 1 min(0, 32rem);
      min-width: 0;
    }
    .booking-hero-photo {
      flex-shrink: 0;
    }
    .booking-hero-photo img {
      display: block;
      width: min(200px, 42vw);
      height: auto;
      aspect-ratio: 4 / 5;
      object-fit: cover;
      border-radius: 16px;
      border: 3px solid rgb(255 255 255 / 0.35);
      box-shadow: 0 16px 40px rgb(0 0 0 / 0.25);
    }
    .booking-section--tight {
      padding-top: clamp(1rem, 3vw, 1.5rem) !important;
    }
    .booking-about-heading {
      margin: 0 0 0.75rem;
      font-size: 1.2rem;
      color: var(--primary-dark);
      font-weight: 800;
    }
    .booking-about-prose {
      color: var(--text);
      line-height: 1.72;
      font-size: 1rem;
      max-width: 52rem;
    }
    .booking-section {
      padding: clamp(2rem, 4vw, 3rem) 0 clamp(3rem, 6vw, 4rem);
    }
    .booking-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem;
      margin-top: 1.25rem;
    }
    .booking-grid-2 {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1rem;
    }
    @media (max-width: 760px) {
      .booking-grid-2 { grid-template-columns: 1fr; }
    }
    .booking-card {
      background: var(--card);
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 1.25rem 1.35rem;
      box-shadow: 0 14px 36px rgb(15 23 42 / 0.07);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }
    .booking-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 20px 44px rgb(15 23 42 / 0.11);
    }
    .booking-card h2,
    .booking-card h3 {
      margin: 0 0 0.45rem;
      font-size: 1.08rem;
      font-weight: 800;
      color: var(--primary-dark);
    }
    .booking-card p {
      margin: 0;
      font-size: 0.95rem;
      color: var(--muted);
      line-height: 1.55;
    }
    .booking-card a.stretched-link::after {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 16px;
    }
    .booking-card { position: relative; }
    .booking-card--notice {
      border-style: dashed;
      box-shadow: none;
    }
    .booking-card--notice:hover {
      transform: none;
      box-shadow: none;
    }
    .booking-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 0.45rem;
      margin-top: 0.85rem;
    }
    .booking-pill {
      font-size: 12px;
      font-weight: 700;
      padding: 0.35rem 0.65rem;
      border-radius: 999px;
      background: var(--primary-tint-panel);
      color: var(--primary);
      border: 1px solid var(--primary-tint-border);
    }
    .booking-breadcrumb {
      font-size: 13px;
      font-weight: 600;
      margin-bottom: 1rem;
    }
    .booking-breadcrumb a {
      color: var(--primary);
      text-decoration: none;
    }
    .booking-breadcrumb a:hover {
      text-decoration: underline;
    }
    .booking-breadcrumb span {
      color: var(--muted);
      margin: 0 0.35rem;
    }
    .booking-iframe-wrap {
      margin-top: 1.25rem;
      border-radius: 16px;
      overflow: hidden;
      border: 1px solid var(--border);
      background: var(--card);
      min-height: 720px;
      box-shadow: 0 16px 40px rgb(15 23 42 / 0.08);
    }
    .booking-iframe-wrap iframe {
      display: block;
      width: 100%;
      height: 720px;
      border: 0;
    }
    .booking-empty {
      padding: 2rem 1.5rem;
      border-radius: 16px;
      background: var(--primary-tint-panel);
      border: 1px dashed var(--primary-tint-border);
      color: var(--primary-dark);
      text-align: center;
    }
    .booking-empty p {
      margin: 0 0 1rem;
    }

    /* Booking modal */
    .booking-modal {
      position: fixed;
      inset: 0;
      display: none;
      z-index: 120;
    }
    .booking-modal.is-open { display: block; }
    .booking-modal__backdrop {
      position: absolute;
      inset: 0;
      background: rgb(2 6 23 / 0.6);
      backdrop-filter: blur(6px);
    }
    .booking-modal__dialog {
      position: relative;
      width: min(100% - 2rem, 980px);
      margin: 5vh auto;
      border-radius: 18px;
      border: 1px solid var(--border);
      overflow: hidden;
      background: var(--card);
      box-shadow: 0 28px 90px rgb(2 6 23 / 0.28);
      max-height: 90vh;
      display: grid;
      grid-template-rows: auto 1fr;
    }
    .booking-modal__header {
      padding: clamp(1.1rem, 2.5vw, 1.35rem) clamp(1.15rem, 2.5vw, 1.5rem);
      border-bottom: 1px solid var(--border);
      background: linear-gradient(
        125deg,
        var(--primary-deep) 0%,
        var(--primary) 48%,
        var(--primary-light) 100%
      );
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 1rem;
    }
    .booking-modal__header-text {
      flex: 1;
      min-width: 0;
    }
    .booking-modal__eyebrow {
      margin: 0 0 0.35rem;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--primary-on-dark-soft);
    }
    .booking-modal__title {
      margin: 0;
      font-size: clamp(1.25rem, 2.8vw, 1.65rem);
      font-weight: 800;
      letter-spacing: -0.03em;
      line-height: 1.15;
      color: #fff;
    }
    .booking-modal__subtitle {
      margin: 0.55rem 0 0;
      font-size: 0.95rem;
      line-height: 1.55;
      color: rgb(226 236 248 / 0.9);
      max-width: 46rem;
    }
    .booking-modal__subtitle:empty {
      display: none;
    }
    .booking-modal__close {
      flex-shrink: 0;
      appearance: none;
      border: 2px solid rgb(255 255 255 / 0.55);
      background: rgb(255 255 255 / 0.08);
      color: #fff;
      border-radius: 12px;
      padding: 0.55rem 0.95rem;
      font-size: 13px;
      font-weight: 800;
      font-family: inherit;
      cursor: pointer;
      transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    }
    .booking-modal__close:hover {
      background: rgb(255 255 255 / 0.16);
      border-color: rgb(255 255 255 / 0.85);
    }
    .booking-modal__body {
      overflow: auto;
      padding: clamp(1.15rem, 2.5vw, 1.5rem) clamp(1.15rem, 2.5vw, 1.5rem) clamp(1.25rem, 3vw, 1.65rem);
      background: linear-gradient(180deg, var(--card) 0%, var(--bg) 100%);
    }
    .booking-modal__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.9rem; }
    @media (max-width: 760px) {
      .booking-modal__dialog { width: min(100% - 1rem, 980px); margin: 4vh auto; }
      .booking-modal__grid { grid-template-columns: 1fr; }
    }
    .booking-option {
      position: relative;
      background: var(--card);
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 1.15rem 1.2rem;
      box-shadow: 0 14px 30px rgb(15 23 42 / 0.07);
      transition:
        transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.3s ease,
        border-color 0.25s ease,
        background-color 0.25s ease;
      cursor: pointer;
    }
    .booking-option:not(.booking-option--static):hover {
      transform: translateY(-5px);
      box-shadow: 0 22px 40px rgb(15 23 42 / 0.12);
      border-color: rgb(var(--primary-rgb) / 0.35);
      background: linear-gradient(180deg, var(--primary-tint-panel) 0%, #ffffff 100%);
    }
    .booking-option:not(.booking-option--static):hover .booking-option__title {
      color: var(--primary);
    }
    .booking-option:not(.booking-option--static):hover .booking-option__meta {
      color: var(--text);
    }
    .booking-option--static {
      cursor: default;
    }
    .booking-option--static:hover {
      transform: none;
      box-shadow: 0 14px 30px rgb(15 23 42 / 0.07);
      border-color: var(--border);
      background: var(--card);
    }
    .booking-option:focus-visible {
      outline: 3px solid rgb(var(--primary-rgb) / 0.35);
      outline-offset: 2px;
    }
    .booking-option--has-thumb {
      display: flex;
      align-items: flex-start;
      gap: 0.85rem;
    }
    .booking-option__thumb {
      flex-shrink: 0;
    }
    .booking-option__thumb img {
      width: 48px;
      height: 48px;
      object-fit: cover;
      border-radius: 12px;
      border: 1px solid var(--border);
      display: block;
    }
    .booking-member-thumb {
      width: 120px;
      height: 120px;
      object-fit: cover;
      border-radius: 14px;
      border: 1px solid var(--border);
      display: block;
    }
    .booking-member-portrait {
      max-width: 200px;
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 14px;
      display: block;
    }
    .booking-option__title {
      margin: 0 0 0.35rem;
      font-size: 1.02rem;
      font-weight: 800;
      color: var(--primary-dark);
      letter-spacing: -0.02em;
      transition: color 0.2s ease;
    }
    .booking-option__meta {
      margin: 0;
      font-size: 0.92rem;
      color: var(--muted);
      line-height: 1.55;
      transition: color 0.2s ease;
    }
    .booking-modal__lead {
      margin: 0 0 1.05rem;
      color: var(--muted);
      font-size: 1.02rem;
      line-height: 1.65;
      max-width: 52rem;
    }
    .booking-modal__actions { display:flex; gap:0.6rem; flex-wrap:wrap; margin-top: 1rem; align-items:center; }
    .booking-modal__actions .btn { padding: 0.8rem 1.1rem; border-radius: 12px; }
    .booking-modal__iframe { border-radius: 16px; overflow: hidden; border: 1px solid var(--border); background:#fff; min-height: 620px; box-shadow: 0 16px 40px rgb(15 23 42 / 0.08); }
    .booking-modal__iframe iframe { width:100%; height: 620px; border:0; display:block; }
    .booking-modal__hint { margin: 0.75rem 0 0; font-size: 12.5px; color: var(--muted); }
    .booking-method-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 12px;
      margin-top: 6px;
    }
    .booking-method-option {
      border: 1px solid var(--border);
      background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
      border-radius: 16px;
      padding: 14px 14px;
      text-align: left;
      cursor: pointer;
      box-shadow: 0 10px 22px rgba(15, 23, 42, 0.07);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      position: relative;
      overflow: hidden;
      min-height: 78px;
    }
    .booking-method-option::after {
      content: "";
      position: absolute;
      right: -38px;
      top: -38px;
      width: 110px;
      height: 110px;
      background: radial-gradient(circle, rgb(var(--primary-rgb) / 0.14) 0%, rgb(var(--primary-rgb) / 0) 70%);
      pointer-events: none;
    }
    .booking-method-option:hover {
      transform: translateY(-2px);
      box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
      border-color: rgb(var(--primary-rgb) / 0.3);
    }
    .booking-method-option__title {
      margin: 0;
      font-weight: 900;
      color: var(--primary-dark);
      font-size: 15px;
      letter-spacing: -0.2px;
      position: relative;
      z-index: 1;
    }
    .booking-method-option__meta {
      margin: 4px 0 0;
      font-size: 13px;
      color: var(--muted);
      position: relative;
      z-index: 1;
      line-height: 1.35;
    }
    .booking-method-option.is-selected {
      border-color: rgb(var(--primary-rgb) / 0.55);
      background: linear-gradient(180deg, var(--primary-tint-bg) 0%, #ffffff 100%);
      box-shadow: 0 18px 36px rgb(var(--primary-rgb) / 0.16);
    }
    .booking-method-option.is-selected .booking-method-option__title {
      color: var(--primary);
    }
    .booking-method-option.is-selected::before {
      content: "âœ“";
      position: absolute;
      left: 12px;
      top: 12px;
      width: 26px;
      height: 26px;
      border-radius: 999px;
      background: var(--primary);
      color: #fff;
      display: grid;
      place-items: center;
      font-weight: 900;
      font-size: 14px;
      box-shadow: 0 10px 22px rgb(var(--primary-rgb) / 0.22);
      z-index: 2;
    }
    .booking-method-option.is-selected .booking-method-option__title,
    .booking-method-option.is-selected .booking-method-option__meta {
      padding-left: 34px;
    }
    @media (max-width: 640px) {
      .booking-method-grid { grid-template-columns: 1fr; }
    }
    .booking-fallback-form__label {
      display: block;
      font-size: 12px;
      font-weight: 700;
      color: var(--primary-dark);
      margin: 0.75rem 0 0.35rem;
    }
    .booking-fallback-form__input,
    .booking-fallback-form__textarea {
      width: 100%;
      max-width: 100%;
      padding: 0.65rem 0.75rem;
      border: 1px solid var(--border);
      border-radius: 10px;
      font: inherit;
      box-sizing: border-box;
      background: #fff;
    }
    .booking-fallback-form__textarea {
      resize: vertical;
      min-height: 72px;
    }
    .booking-fallback-form .btn { margin-top: 1rem; }
    .booking-fallback-form__done {
      margin-top: 1rem;
      font-weight: 700;
      color: var(--primary);
    }

    .cms-page-spotlight {
      margin-top: clamp(1.75rem, 4vw, 2.75rem);
      padding-top: clamp(1.75rem, 3vw, 2.5rem);
      padding-bottom: clamp(0.25rem, 1vw, 0.75rem);
      border-top: 1px solid var(--border);
      background: linear-gradient(180deg, rgb(248 250 252 / 0.98) 0%, var(--bg) 100%);
    }
    .cms-page-spotlight-inner {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1rem;
    }
    .cms-spotlight-card {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
      min-height: 112px;
      border-radius: 16px;
      overflow: hidden;
      border: 1px solid var(--border);
      background: var(--card);
      box-shadow: 0 12px 28px rgb(15 23 42 / 0.06);
      transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
    }
    .cms-spotlight-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 20px 40px rgb(15 23 42 / 0.12);
    }
    .cms-spotlight-card__media {
      background-size: cover;
      background-position: center;
      min-height: 112px;
      overflow: hidden;
    }
    .cms-spotlight-card__media img {
      display: block;
      width: 100%;
      min-height: 112px;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }
    .cms-spotlight-card__media--icon {
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(160deg, var(--primary-tint-panel), #fff);
      color: var(--primary);
    }
    .cms-spotlight-card__body {
      padding: 0.85rem 1rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 0.15rem;
    }
    .cms-spotlight-card__label {
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--primary);
    }
    .cms-spotlight-card__stat {
      font-size: 1.35rem;
      font-weight: 800;
      color: var(--primary-dark);
      letter-spacing: -0.02em;
    }
    .cms-spotlight-card__hint {
      font-size: 12px;
      color: var(--muted);
      font-weight: 500;
    }
    .cms-page-title {
      margin: 0 0 0.75rem;
      font-size: clamp(2rem, 4.2vw, 2.75rem);
      font-weight: 800;
      line-height: 1.12;
      letter-spacing: -0.03em;
      text-shadow: 0 2px 24px rgb(0 0 0 / 0.2);
    }
    .cms-page-sub {
      margin: 0;
      font-size: clamp(1.05rem, 2vw, 1.2rem);
      line-height: 1.55;
      font-weight: 500;
      color: rgb(226 232 240 / 0.95);
      max-width: 40rem;
    }
    .cms-page-body {
      padding: clamp(2.25rem, 4vw, 3.25rem) 0 clamp(2.25rem, 4vw, 3.25rem);
      background: var(--bg);
    }
    .cms-page-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
      gap: clamp(1.75rem, 3vw, 2.75rem);
      align-items: start;
    }
    /* Blog article: main + right column; TOC (script) first, then contact card in .blog-article-sidebar-inner */
    .blog-article-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
      gap: clamp(1.5rem, 2.5vw, 2.25rem);
      align-items: start;
    }
    .blog-article-layout__main {
      min-width: 0;
    }
    .blog-article-sidebar-inner {
      display: flex;
      flex-direction: column;
      gap: clamp(1rem, 2vw, 1.35rem);
    }
    .blog-article-aside .blog-article-toc {
      position: static;
      max-height: none;
      overflow: visible;
      align-self: stretch;
    }
    .blog-article-toc {
      position: sticky;
      top: calc(env(safe-area-inset-top, 0px) + 6.75rem);
      align-self: start;
      padding: 1rem 1.05rem;
      background: var(--card);
      border: 1px solid var(--border);
      border-radius: 16px;
      box-shadow: 0 10px 28px rgb(15 23 42 / 0.055);
      max-height: calc(100vh - 7.5rem);
      overflow-y: auto;
    }
    .blog-article-toc h2 {
      margin: 0 0 0.65rem !important;
      padding: 0 0 0.5rem !important;
      font-size: 0.92rem !important;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      font-weight: 800;
      color: var(--primary-dark);
      border-bottom: 2px solid rgb(var(--primary-rgb) / 0.2) !important;
      border-radius: 0 !important;
      line-height: 1.25;
    }
    .blog-article-toc .blog-budget-toc {
      margin: 0 !important;
      padding-left: 0 !important;
      list-style: none;
    }
    .blog-article-toc .blog-budget-toc li {
      margin-bottom: 0.42rem;
      padding-left: 0;
    }
    .blog-article-toc a {
      font-size: 0.9rem;
      font-weight: 600;
      color: var(--primary);
      text-decoration: none;
      border-bottom: 1px solid rgb(var(--primary-rgb) / 0.22);
    }
    .blog-article-toc a:hover {
      color: var(--primary-light);
      border-bottom-color: rgb(var(--primary-rgb) / 0.45);
    }
    .cms-page-main {
      min-width: 0;
    }
    .cms-page-prose {
      position: relative;
      background: var(--card);
      border: 1px solid var(--border);
      border-radius: 18px;
      padding: clamp(1.5rem, 3vw, 2.25rem) clamp(1.35rem, 3vw, 2rem);
      box-shadow: 0 14px 40px rgb(15 23 42 / 0.06);
      transition: box-shadow 0.35s ease;
    }
    .cms-page--about .cms-page-prose {
      padding-top: calc(clamp(1.5rem, 3vw, 2.25rem) + 6px);
    }
    .cms-page--about .cms-page-prose::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 4px;
      border-radius: 18px 18px 0 0;
      background: linear-gradient(90deg, var(--primary), var(--accent));
      opacity: 0.85;
    }
    .cms-page--about .cms-page-prose:hover {
      box-shadow: 0 18px 48px rgb(15 23 42 / 0.09);
    }
    .cms-page-prose > *:first-child {
      margin-top: 0;
    }
    .cms-page-prose h2,
    .cms-page-prose h3 {
      color: var(--primary-dark);
      font-weight: 800;
      line-height: 1.2;
      letter-spacing: -0.02em;
    }
    .cms-page-prose h2 {
      margin: 2rem 0 0.75rem;
      font-size: clamp(1.35rem, 2.2vw, 1.55rem);
      padding-bottom: 0.5rem;
      border-bottom: 2px solid rgb(var(--primary-rgb) / 0.22);
    }
    .cms-page-prose h2:first-child {
      margin-top: 0;
    }
    .cms-page-prose h3 {
      margin: 1.5rem 0 0.5rem;
      font-size: 1.1rem;
    }
    .cms-page-prose p {
      margin: 0 0 1rem;
      color: var(--text);
      line-height: 1.72;
      font-size: 1.02rem;
    }
    .cms-page-prose ul,
    .cms-page-prose ol {
      margin: 0 0 1.15rem;
      padding-left: 1.25rem;
      color: var(--text);
      line-height: 1.7;
    }
    .cms-page-prose li {
      margin-bottom: 0.4rem;
    }
    .cms-page-prose a:not(.btn) {
      color: var(--primary);
      font-weight: 600;
      text-decoration: none;
      border-bottom: 1px solid rgb(var(--primary-rgb) / 0.25);
      transition: color 0.2s ease, border-color 0.2s ease;
    }
    .cms-page-prose a:not(.btn):hover {
      color: var(--primary-light);
      border-bottom-color: rgb(var(--primary-rgb) / 0.45);
    }
    .cms-page-prose .btn {
      margin-top: 0.35rem;
      margin-right: 0.5rem;
    }
    .cms-page-prose strong {
      color: var(--primary-dark);
      font-weight: 700;
    }
    .cms-page-prose blockquote {
      margin: 1.25rem 0;
      padding: 1rem 1.15rem;
      border-left: 4px solid var(--primary-light);
      background: var(--primary-tint-panel);
      border-radius: 0 12px 12px 0;
      color: var(--muted);
      font-style: normal;
      font-size: 0.98rem;
      line-height: 1.65;
    }
    .blog-article__body .blog-budget-toc {
      list-style: none;
      padding-left: 0;
      margin: 0 0 1.35rem;
    }
    .blog-article__body .blog-budget-toc li {
      margin-bottom: 0.45rem;
      padding-left: 0;
    }
    .blog-article__body table {
      width: 100%;
      min-width: 280px;
      border-collapse: collapse;
      margin: 0;
      font-size: 0.95rem;
      line-height: 1.5;
    }
    .blog-article__body th,
    .blog-article__body td {
      border: 1px solid var(--border);
      padding: 0.55rem 0.7rem;
      text-align: left;
      vertical-align: top;
    }
    .blog-article__body thead th {
      background: rgb(var(--primary-rgb) / 0.1);
      font-weight: 800;
      color: var(--primary-dark);
    }
    .blog-article__body .blog-article-figure {
      margin: 0.35rem 0 1.75rem;
    }
    .blog-article__body .blog-article-figure img {
      display: block;
      width: 100%;
      height: auto;
    }
    .cms-policy-meta {
      margin-top: 1.75rem !important;
      padding-top: 1rem;
      border-top: 1px solid var(--border);
      font-size: 0.92rem;
      color: var(--muted);
    }
    .cms-aside-legal {
      margin: 0.85rem 0 0;
      font-size: 0.82rem;
      color: var(--muted);
      text-align: center;
      line-height: 1.45;
    }
    .cms-aside-legal a {
      color: var(--primary);
      font-weight: 600;
      text-decoration: none;
      border-bottom: 1px solid rgb(var(--primary-rgb) / 0.25);
    }
    .cms-aside-legal a:hover {
      color: var(--primary-light);
    }
    .team-public-card__figure {
      margin: 0;
      border-radius: 14px;
      overflow: hidden;
      background: var(--primary-tint-panel);
      border: 1px solid var(--border);
      height: 100%;
      min-height: 220px;
    }
    .team-public-card__photo {
      display: block;
      width: 100%;
      height: 100%;
      min-height: 220px;
      object-fit: cover;
      vertical-align: middle;
    }
    .team-public-grid {
      display: grid;
      gap: 1.35rem;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      margin-top: 1.5rem;
    }
    .team-public-card {
      padding: clamp(1.25rem, 2.5vw, 1.75rem);
      border-radius: 16px;
      min-height: 100%;
    }
    .team-public-card--split {
      display: grid;
      grid-template-columns: minmax(0, 40%) minmax(0, 60%);
      gap: clamp(1.25rem, 3vw, 2rem);
      align-items: stretch;
    }
    .team-public-card--split .team-public-card__media {
      min-width: 0;
      height: 100%;
    }
    .team-public-card--split .team-public-card__figure {
      margin: 0;
      height: 100%;
      min-height: 260px;
    }
    .team-public-card--split .team-public-card__photo {
      width: 100%;
      height: 100%;
      min-height: 260px;
      object-fit: cover;
      aspect-ratio: auto;
    }
    .team-public-card__body {
      min-width: 0;
      display: flex;
      flex-direction: column;
    }
    @media (max-width: 720px) {
      .team-public-card--split {
        grid-template-columns: 1fr;
      }
      .team-public-card--split .team-public-card__media {
        max-width: 320px;
        margin: 0 auto;
        width: 100%;
      }
      .team-public-card--split .team-public-card__figure,
      .team-public-card--split .team-public-card__photo {
        min-height: 260px;
        max-height: 360px;
      }
    }
    .team-public-card__head {
      margin-bottom: 0.75rem;
    }
    .team-public-card__name {
      margin: 0;
      font-size: clamp(1.2rem, 2vw, 1.35rem);
      color: var(--primary-dark);
      letter-spacing: -0.02em;
    }
    .team-public-card__title {
      margin: 0.35rem 0 0;
      color: var(--muted);
      font-weight: 600;
      font-size: 0.95rem;
    }
    .team-public-card__bio {
      margin: 0 0 1rem;
      color: var(--text);
      line-height: 1.7;
      flex: 1 1 auto;
      font-size: 1rem;
    }
    .team-public-card__bio--muted {
      color: var(--muted);
      font-style: italic;
    }
    .team-public-card__actions {
      margin: 0;
    }
    .blog-hero {
      position: relative;
      padding: clamp(2.5rem, 5vw, 3.75rem) 0 clamp(2rem, 4vw, 3rem);
      background: linear-gradient(135deg, var(--primary-tint-bg) 0%, #fff 45%, var(--primary-tint-panel) 100%);
      border-bottom: 1px solid var(--border);
    }
    .blog-hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 80% 60% at 20% 0%, rgb(58 170 53 / 0.12), transparent 55%);
      pointer-events: none;
    }
    .blog-hero .wrap {
      position: relative;
      z-index: 1;
    }
    .blog-hero__title {
      margin: 0 0 0.65rem;
      color: var(--primary-dark);
      font-size: clamp(2rem, 3.5vw, 2.75rem);
      font-weight: 800;
      line-height: 1.12;
      letter-spacing: -0.03em;
    }
    .blog-hero__lead {
      margin: 0;
      max-width: 52ch;
      color: var(--muted);
      font-size: 1.08rem;
      line-height: 1.65;
    }
    .blog-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1.5rem;
      margin-top: 0.5rem;
    }
    .blog-card {
      display: flex;
      flex-direction: column;
      min-height: 100%;
      padding: 1.5rem 1.45rem 1.4rem;
      border-radius: 16px;
      border: 1px solid var(--border);
      background: var(--card);
      box-shadow: 0 12px 32px rgb(15 23 42 / 0.06);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .blog-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 18px 40px rgb(15 23 42 / 0.1);
    }
    .blog-card__date {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--accent-deep);
      margin-bottom: 0.5rem;
    }
    .blog-card__title {
      margin: 0 0 0.65rem;
      font-size: 1.2rem;
      font-weight: 800;
      line-height: 1.25;
      letter-spacing: -0.02em;
    }
    .blog-card__title a {
      color: var(--primary-dark);
      text-decoration: none;
    }
    .blog-card__title a:hover {
      color: var(--primary);
    }
    .blog-card__excerpt {
      margin: 0 0 1rem;
      flex: 1;
      color: var(--muted);
      font-size: 0.98rem;
      line-height: 1.65;
    }
    .blog-card__read {
      font-size: 14px;
      font-weight: 700;
      color: var(--primary);
      text-decoration: none;
      align-self: flex-start;
    }
    .blog-card__read:hover {
      text-decoration: underline;
    }
    .blog-empty {
      text-align: center;
      padding: 3rem 1.5rem;
      border-radius: 16px;
      border: 1px dashed var(--border);
      background: var(--primary-tint-bg);
      color: var(--muted);
    }
    .blog-pagination {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 0.75rem 1.25rem;
      margin-top: 2.5rem;
      padding-top: 2rem;
      border-top: 1px solid var(--border);
    }
    .blog-pagination__info {
      font-size: 14px;
      color: var(--muted);
      font-weight: 600;
    }
    .blog-article__meta {
      margin: 0 0 1.25rem;
      font-size: 14px;
      font-weight: 600;
      color: var(--accent-deep);
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }
    @media (max-width: 1024px) {
      .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (max-width: 640px) {
      .blog-grid { grid-template-columns: 1fr; }
    }
    .cms-page-aside {
      position: sticky;
      top: 5.5rem;
    }
    /* Blog: aside stacks TOC + card; align sticky top with site header so â€œIN THIS UPDATEâ€ stays visible */
    .blog-article-aside.cms-page-aside {
      top: calc(env(safe-area-inset-top, 0px) + 7.75rem);
    }
    .cms-aside-card {
      position: relative;
      overflow: hidden;
      border-radius: 18px;
      padding: 1.5rem 1.45rem 1.55rem;
      border: 1px solid var(--primary-tint-border);
      background: linear-gradient(180deg, #ffffff 0%, var(--primary-tint-panel) 100%);
      box-shadow: 0 16px 36px rgb(6 85 161 / 0.08);
      transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
    }
    .cms-aside-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 22px 44px rgb(6 85 161 / 0.14);
    }
    .cms-aside-card__art {
      position: relative;
      margin: -0.25rem -0.35rem 1rem;
      padding: 0.75rem 0.5rem 0.5rem;
      border-radius: 12px;
      background: linear-gradient(135deg, rgb(var(--primary-rgb) / 0.06), rgb(58 170 53 / 0.08));
    }
    .cms-aside-card__glow {
      position: absolute;
      right: -20%;
      top: -40%;
      width: 70%;
      height: 140%;
      background: radial-gradient(circle, rgb(58 170 53 / 0.18) 0%, transparent 65%);
      pointer-events: none;
    }
    .cms-aside-card__svg {
      position: relative;
      z-index: 1;
      display: block;
      width: 100%;
      max-width: 140px;
      margin: 0 auto;
      height: auto;
    }
    .cms-aside-title {
      margin: 0 0 1rem;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--primary-dark);
    }
    .cms-aside-list {
      list-style: none;
      margin: 0 0 1.25rem;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 0.65rem;
    }
    .cms-aside-list li {
      position: relative;
      padding-left: 1.55rem;
      font-size: 14px;
      line-height: 1.55;
      color: var(--muted);
    }
    .cms-aside-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.35rem;
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: var(--primary-light);
      box-shadow: 0 0 0 2px rgb(var(--primary-rgb) / 0.2);
    }
    .cms-aside-btn {
      display: block;
      width: 100%;
      text-align: center;
      box-sizing: border-box;
    }
    .cms-aside-foot {
      margin: 1rem 0 0;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: #64748b;
      line-height: 1.45;
    }
    .cms-aside-foot a {
      color: var(--primary);
      text-decoration: none;
      border-bottom: 1px solid rgb(var(--primary-rgb) / 0.25);
    }
    .cms-aside-foot a:hover {
      color: var(--primary-light);
    }

    @media (max-width: 1024px) {
      .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .footer-brand { grid-column: 1 / -1; }
    }
    @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%;
      }
      .nav--site .nav-services-summary {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0.85rem 0;
        font-size: 16px;
        box-sizing: border-box;
      }
      .nav--site .nav-services-panel {
        position: static;
        min-width: 0;
        width: 100%;
        margin: 0 0 0.5rem;
        padding: 0.25rem 0 0.5rem;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: var(--primary-tint-bg);
      }
      .nav--site .nav-services-panel a {
        padding-left: 1rem;
        padding-right: 1rem;
      }
      body.is-mobile-nav-open {
        overflow: hidden;
      }
    }
    @media (max-width: 980px) {
      .image-slider{height:290px;}
      .hero-slider-box .image-slider{height:320px;}
      .process-grid { grid-template-columns: 1fr; }
      .process-grid::before { display:none; }
      .hero { min-height: 580px; }
      .hero-layout { min-height: 580px; padding-block: 2rem; }
    }
    @media (max-width: 900px) {
      .about-grid { grid-template-columns: 1fr; }
      .brand-logo { height: 72px; }
      .cms-page-hero-row {
        grid-template-columns: 1fr;
        text-align: center;
      }
      .cms-page-hero-text {
        max-width: none;
      }
      .cms-page-hero-visual {
        order: -1;
        min-height: 0;
        margin-bottom: 0.25rem;
      }
      .cms-hero-collage {
        margin: 0 auto;
        max-width: 360px;
      }
      .cms-hero-illustration {
        margin: 0 auto;
      }
      .cms-hero-contact-visual {
        margin: 0 auto;
      }
      .cms-page-spotlight-inner {
        grid-template-columns: 1fr;
      }
      .cms-page-grid { grid-template-columns: 1fr; }
      .blog-article-layout { grid-template-columns: 1fr; }
      .blog-article-layout--with-toc { grid-template-columns: 1fr; }
      .blog-article-toc {
        position: static;
        max-height: none;
        overflow: visible;
      }
      .cms-page-aside { position: static; }
      .service-layout { grid-template-columns: 1fr; }
      .service-aside { position: static; }
      .service-split { grid-template-columns: 1fr; }
    }
    @media (max-width: 760px) {
      .portal-header-nav {
        flex-direction: column;
        align-items: flex-start;
      }
      .btn { padding:.62rem 1rem; }
      .section { padding: 40px 0; }
      .section-local-specialist + .section {
        padding-top: clamp(1.25rem, 3vw, 1.75rem);
      }
      .service-grid-modern { grid-template-columns: 1fr; }
      .hero-shell { padding: 1.65rem 1.35rem 1.85rem; border-radius: 18px; }
      .cms-spotlight-card {
        grid-template-columns: 1fr;
      }
      .cms-spotlight-card__media {
        min-height: 100px;
      }
      .cms-contact-cards {
        grid-template-columns: 1fr;
      }
      .cms-hero-collage__accent {
        width: 44%;
        right: 0;
        bottom: -6%;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      .cms-hero-collage__main,
      .cms-hero-collage__accent,
      .cms-hero-collage__badge {
        animation: none !important;
      }
    }
