:root {
      --brand-blue: #005a9c;
      --brand-blue-rgb: 0, 90, 156;
      --brand-blue-700: #004a80;
      --brand-blue-800: #003a66;
      --brand-blue-900: #002b4d;
      --brand-red: #ef3e42;
      --brand-red-rgb: 239, 62, 66;
      --brand-red-700: #c92a2f;
      --brand-red-200: #f7b9bb;
      --brand-red-100: #fde9ea;
      --brand-red-50: #fff5f5;
      --ink: #102133;
      --slate-700: #334155;
      --slate-600: #475569;
      --slate-500: #64748b;
      --slate-400: #94a3b8;
      --slate-300: #cbd5e1;
      --slate-200: #e2e8f0;
      --slate-100: #f1f5f9;
      --off-white: #f7fafc;
      --white: #ffffff;
      --success: #15803d;
      --success-dark: #166534;
      --success-light: #f0fdf4;
      --success-border: #bbf7d0;
      --danger: #b91c1c;
      --danger-dark: #991b1b;
      --danger-light: #fef2f2;
      --danger-border: #fecaca;
      --text-on-dark: #d8e5ef;
      --text-on-dark-strong: #eef6fb;
      --text-on-dark-muted: #b9cfdf;
      --text-on-dark-bright: #ffffff;
      --focus-ring: rgba(var(--brand-red-rgb), 0.58);
      --accent-glow-soft: rgba(var(--brand-red-rgb), 0.12);
      --accent-glow: rgba(var(--brand-red-rgb), 0.22);
      --accent-shadow: rgba(var(--brand-red-rgb), 0.28);
      --accent-shadow-strong: rgba(var(--brand-red-rgb), 0.40);
      --shadow-sm: 0 8px 24px rgba(0, 43, 77, 0.09);
      --shadow-md: 0 18px 48px rgba(0, 43, 77, 0.16);
      --shadow-lg: 0 30px 80px rgba(0, 31, 55, 0.30);
      --radius-sm: 10px;
      --radius-md: 18px;
      --radius-lg: 28px;
      --container: 1200px;
      --header-height: 84px;
      --transition: 220ms cubic-bezier(.2, .7, .2, 1);
    }

    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      scroll-padding-top: calc(var(--header-height) + 20px);
      background: var(--off-white);
    }

    body {
      margin: 0;
      color: var(--ink);
      background: var(--off-white);
      font-family: "Gotham", "Montserrat", Arial, ui-sans-serif, system-ui, sans-serif;
      font-size: 15.5px;
      line-height: 1.62;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }

    body.menu-open,
    body.lightbox-open {
      overflow: hidden;
    }

    img {
      display: block;
      max-width: 100%;
    }

    figure {
      margin: 0;
    }

    button,
    input,
    select,
    textarea {
      font: inherit;
    }

    button,
    a {
      -webkit-tap-highlight-color: transparent;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    button {
      border: 0;
    }

    :focus-visible {
      outline: 3px solid var(--focus-ring);
      outline-offset: 3px;
    }

    ::selection {
      color: var(--white);
      background: var(--brand-red);
    }

    .skip-link {
      position: fixed;
      z-index: 10000;
      top: 12px;
      left: 12px;
      padding: 12px 16px;
      color: var(--white);
      background: var(--brand-blue-800);
      border-radius: 8px;
      transform: translateY(-160%);
      transition: transform var(--transition);
    }

    .skip-link:focus {
      transform: translateY(0);
    }

    .container {
      width: min(calc(100% - 40px), var(--container));
      margin-inline: auto;
    }

    .section {
      position: relative;
      padding: 80px 0;
      scroll-margin-top: calc(var(--header-height) + 20px);
    }

    .section--compact {
      padding: 60px 0;
    }

    .section--white {
      background: var(--white);
    }

    .section--navy {
      color: var(--white);
      background:
        radial-gradient(circle at 10% 0%, rgba(var(--brand-red-rgb), 0.13), transparent 30%),
        radial-gradient(circle at 95% 75%, rgba(148, 163, 184, 0.11), transparent 35%),
        var(--brand-blue-800);
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin: 0 0 18px;
      color: var(--brand-red-700);
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.14em;
      line-height: 1.2;
      text-transform: uppercase;
    }

    .eyebrow::before {
      width: 28px;
      height: 2px;
      background: currentColor;
      content: "";
    }

    .section--navy .eyebrow {
      color: var(--brand-red);
    }

    .section-heading {
      max-width: 780px;
      margin-bottom: 42px;
    }

    .section-heading--center {
      margin-inline: auto;
      text-align: center;
    }

    .section-heading--center .eyebrow {
      justify-content: center;
    }

    .section-heading--center .eyebrow::after {
      width: 28px;
      height: 2px;
      background: currentColor;
      content: "";
    }

    h1,
    h2,
    h3,
    h4,
    p {
      margin-top: 0;
    }

    h1,
    h2,
    h3,
    h4 {
      color: inherit;
      font-family: "Gotham", "Montserrat", Arial, sans-serif;
      font-weight: 800;
      letter-spacing: -0.035em;
      line-height: 1.1;
    }

    h1 {
      max-width: 900px;
      margin-bottom: 24px;
      font-size: clamp(2.15rem, 4.8vw, 4.35rem);
    }

    h2 {
      margin-bottom: 20px;
      font-size: clamp(1.7rem, 3.3vw, 2.75rem);
    }

    h3 {
      margin-bottom: 14px;
      font-size: clamp(1.08rem, 1.55vw, 1.28rem);
    }

    p {
      color: var(--slate-600);
    }

    .section--navy p {
      color: var(--text-on-dark);
    }

    .lede {
      max-width: 720px;
      margin-bottom: 0;
      font-size: clamp(0.98rem, 1.25vw, 1.08rem);
      line-height: 1.75;
    }

    .text-accent {
      color: var(--brand-red);
    }

    .btn {
      display: inline-flex;
      min-height: 52px;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 14px 22px;
      border: 1px solid transparent;
      border-radius: 999px;
      cursor: pointer;
      font-size: 0.87rem;
      font-weight: 800;
      line-height: 1.2;
      text-align: center;
      transition: transform var(--transition), box-shadow var(--transition), color var(--transition), background var(--transition), border-color var(--transition);
    }

    .btn:hover {
      transform: translateY(-2px);
    }

    .btn:disabled,
    .btn[aria-busy="true"] {
      cursor: wait;
      opacity: 0.72;
      transform: none;
    }

    .btn--primary {
      color: var(--white);
      background: linear-gradient(135deg, var(--brand-red), var(--brand-red-700));
      box-shadow: 0 14px 30px var(--accent-shadow);
    }

    .btn--primary:hover {
      box-shadow: 0 18px 38px var(--accent-shadow-strong);
    }

    .btn--dark {
      color: var(--white);
      background: var(--brand-blue-800);
      box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
    }

    .btn--dark:hover {
      background: var(--brand-blue);
    }

    .btn--outline-light {
      color: var(--white);
      background: rgba(255, 255, 255, 0.06);
      border-color: rgba(255, 255, 255, 0.24);
      backdrop-filter: blur(8px);
    }

    .btn--outline-light:hover {
      background: rgba(255, 255, 255, 0.13);
      border-color: rgba(255, 255, 255, 0.45);
    }

    .btn--outline-dark {
      color: var(--brand-blue-800);
      background: transparent;
      border-color: var(--slate-300);
    }

    .btn--outline-dark:hover {
      color: var(--white);
      background: var(--brand-blue-800);
      border-color: var(--brand-blue-800);
    }

    .btn--block {
      width: 100%;
    }

    .btn svg,
    .icon-inline {
      width: 19px;
      height: 19px;
      flex: 0 0 auto;
      fill: none;
      stroke: currentColor;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-width: 2;
    }

    .announcement-bar {
      position: relative;
      z-index: 1100;
      color: var(--text-on-dark-strong);
      background: var(--brand-blue-900);
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .announcement-inner {
      display: flex;
      min-height: 38px;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      font-size: 0.78rem;
      font-weight: 700;
    }

    .announcement-group {
      display: flex;
      align-items: center;
      gap: 18px;
    }

    .announcement-item {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      white-space: nowrap;
    }

    .announcement-item svg {
      width: 15px;
      height: 15px;
      color: var(--brand-red);
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
    }

    .announcement-call {
      color: var(--white);
      transition: color var(--transition);
    }

    .announcement-call:hover {
      color: var(--brand-red);
    }

    .site-header {
      position: sticky;
      z-index: 1000;
      top: 0;
      height: var(--header-height);
      background: rgba(248, 250, 252, 0.94);
      border-bottom: 1px solid rgba(148, 163, 184, 0.24);
      backdrop-filter: blur(18px);
      transition: box-shadow var(--transition), background var(--transition);
    }

    .site-header.is-scrolled {
      background: rgba(255, 255, 255, 0.97);
      box-shadow: 0 8px 26px rgba(15, 23, 42, 0.09);
    }

    .header-inner {
      display: grid;
      height: 100%;
      grid-template-columns: auto 1fr auto;
      align-items: center;
      gap: 28px;
    }
    .brand {
      display: inline-flex;
      min-width: 276px;
      align-items: center;
      gap: 0;
    }
    .brand img {
      width: 132px;
      height: auto;
      max-height: 72px;
      padding: 0;
      background: transparent !important;
      border: 0;
      border-radius: 0;
      box-shadow: none;
      object-fit: contain;
      image-rendering: auto;
      filter: none !important;
    }
    .brand-copy {
      display: flex;
      flex-direction: column;
      min-width: 0;
      line-height: 1.02;
    
      margin-left: -20px;
    }

    .brand-name {
      display: inline-flex;
      align-items: baseline;
      gap: 6px;
      font-size: 0.94rem;
      font-weight: 900;
      letter-spacing: 0.015em;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .brand-name-navo {
      color: #1F252B;
    }

    .brand-name-builders {
      color: var(--brand-red);
    }

    .brand-tagline {
      display: block;
      margin-top: 6px;
      color: #5E6772;
      font-size: 0.61rem;
      font-weight: 800;
      letter-spacing: 0.09em;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .desktop-nav {
      justify-self: center;
    }

    .nav-list {
      display: flex;
      align-items: center;
      gap: 6px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .nav-link {
      position: relative;
      display: block;
      padding: 12px 13px;
      color: var(--slate-700);
      font-size: 0.82rem;
      font-weight: 700;
      transition: color var(--transition);
    }

    .nav-link::after {
      position: absolute;
      right: 13px;
      bottom: 7px;
      left: 13px;
      height: 2px;
      background: var(--brand-red);
      border-radius: 2px;
      content: "";
      transform: scaleX(0);
      transform-origin: center;
      transition: transform var(--transition);
    }

    .nav-link:hover,
    .nav-link.is-active {
      color: var(--brand-blue-800);
    }

    .nav-link:hover::after,
    .nav-link.is-active::after {
      transform: scaleX(1);
    }

    .header-actions {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .header-call {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--brand-blue-800);
      font-size: 0.8rem;
      font-weight: 800;
      white-space: nowrap;
    }

    .header-call svg {
      width: 18px;
      height: 18px;
      color: var(--brand-red);
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
    }

    .header-quote {
      min-height: 46px;
      padding: 12px 18px;
      font-size: 0.82rem;
    }

    .menu-toggle {
      display: none;
      width: 46px;
      height: 46px;
      align-items: center;
      justify-content: center;
      padding: 0;
      color: var(--brand-blue-800);
      background: var(--white);
      border: 1px solid var(--slate-200);
      border-radius: 12px;
      cursor: pointer;
    }

    .menu-toggle-lines,
    .menu-toggle-lines::before,
    .menu-toggle-lines::after {
      display: block;
      width: 21px;
      height: 2px;
      background: currentColor;
      border-radius: 3px;
      content: "";
      transition: transform var(--transition), opacity var(--transition);
    }

    .menu-toggle-lines {
      position: relative;
    }

    .menu-toggle-lines::before {
      position: absolute;
      top: -7px;
    }

    .menu-toggle-lines::after {
      position: absolute;
      top: 7px;
    }

    .menu-toggle[aria-expanded="true"] .menu-toggle-lines {
      background: transparent;
    }

    .menu-toggle[aria-expanded="true"] .menu-toggle-lines::before {
      top: 0;
      transform: rotate(45deg);
    }

    .menu-toggle[aria-expanded="true"] .menu-toggle-lines::after {
      top: 0;
      transform: rotate(-45deg);
    }

    .mobile-menu {
      position: fixed;
      z-index: 980;
      top: var(--mobile-menu-top, 0px);
      right: 0;
      bottom: 0;
      left: 0;
      visibility: hidden;
      background: rgba(7, 16, 31, 0.58);
      opacity: 0;
      transition: opacity var(--transition), visibility var(--transition);
    }

    .mobile-menu.is-open {
      visibility: visible;
      opacity: 1;
    }

    .mobile-menu-panel {
      margin-left: auto;
      width: min(88%, 420px);
      height: 100%;
      padding: 28px 24px 100px;
      background: var(--white);
      box-shadow: -18px 0 50px rgba(15, 23, 42, 0.18);
      transform: translateX(105%);
      transition: transform 320ms cubic-bezier(.2, .7, .2, 1);
      overflow-y: auto;
    }

    .mobile-menu.is-open .mobile-menu-panel {
      transform: translateX(0);
    }

    .mobile-menu-list {
      display: grid;
      gap: 4px;
      margin: 0 0 26px;
      padding: 0;
      list-style: none;
    }

    .mobile-menu-link {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 16px 4px;
      color: var(--brand-blue-800);
      border-bottom: 1px solid var(--slate-200);
      font-size: 0.96rem;
      font-weight: 800;
    }

    .mobile-menu-link::after {
      color: var(--brand-red);
      content: "→";
    }

    .mobile-menu-contact {
      display: grid;
      gap: 12px;
    }

    .hero {
      position: relative;
      min-height: calc(100vh - 122px);
      display: flex;
      align-items: center;
      color: var(--white);
      background:
        linear-gradient(90deg, rgba(0, 31, 55, 0.96) 0%, rgba(0, 43, 77, 0.86) 43%, rgba(0, 90, 156, 0.28) 74%, rgba(0, 43, 77, 0.56) 100%),
        url("https://storage.googleapis.com/msgsndr/aC4T1X7sZ2QsR10nnQuf/media/688a7b99e7e769bb6ffd57d7.jpeg") center center / cover no-repeat;
      overflow: hidden;
      isolation: isolate;
    }

    .hero::before {
      position: absolute;
      z-index: -1;
      inset: 0;
      background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
      background-size: 56px 56px;
      content: "";
      mask-image: linear-gradient(to right, black, transparent 72%);
    }

    .hero::after {
      position: absolute;
      z-index: -1;
      right: -130px;
      bottom: -230px;
      width: 600px;
      height: 600px;
      background: radial-gradient(circle, rgba(var(--brand-red-rgb), 0.22), transparent 68%);
      border-radius: 50%;
      content: "";
    }

    .hero-inner {
      display: grid;
      grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.52fr);
      align-items: end;
      gap: 72px;
      padding: 86px 0 92px;
    }

    .hero-copy {
      max-width: 880px;
    }

    .hero .eyebrow {
      color: var(--brand-red);
    }

    .hero h1 {
      text-wrap: balance;
      font-size: clamp(1.95rem, 4.2vw, 3.75rem);
    }

    .hero-subheadline {
      max-width: 770px;
      margin-bottom: 30px;
      color: var(--slate-200);
      font-size: clamp(0.92rem, 1.15vw, 1.02rem);
      line-height: 1.75;
    }

    .hero-subheadline strong {
      color: var(--white);
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-bottom: 32px;
    }

    .hero-trust {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .trust-chip {
      display: inline-flex;
      min-height: 38px;
      align-items: center;
      gap: 8px;
      padding: 8px 12px;
      color: var(--text-on-dark-bright);
      background: rgba(255, 255, 255, 0.075);
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 999px;
      font-size: 0.76rem;
      font-weight: 700;
      backdrop-filter: blur(10px);
    }

    .trust-chip svg {
      width: 16px;
      height: 16px;
      color: var(--brand-red);
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
    }

    .hero-card {
      position: relative;
      padding: 28px;
      background: rgba(248, 250, 252, 0.94);
      border: 1px solid rgba(255, 255, 255, 0.62);
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow-lg);
      color: var(--brand-blue-800);
      backdrop-filter: blur(18px);
    }

    .hero-card::before {
      content: none;
    }

    .hero-card-kicker {
      margin-bottom: 10px;
      color: var(--brand-red-700);
      font-size: 0.73rem;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .hero-card h2 {
      margin-bottom: 12px;
      font-size: 1.32rem;
    }

    .hero-card > p {
      margin-bottom: 22px;
      font-size: 0.86rem;
    }

    .mini-list {
      display: grid;
      gap: 11px;
      margin: 0 0 24px;
      padding: 0;
      list-style: none;
    }

    .mini-list li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      color: var(--slate-700);
      font-size: 0.85rem;
      font-weight: 700;
    }

    .mini-list svg {
      width: 17px;
      height: 17px;
      flex: 0 0 auto;
      margin-top: 4px;
      color: var(--success);
      fill: none;
      stroke: currentColor;
      stroke-width: 2.4;
    }

    .hero-card-note {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      margin: 12px 0 0;
      color: var(--slate-500);
      font-size: 0.72rem;
      font-weight: 700;
    }

    .hero-card-note svg {
      width: 14px;
      height: 14px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
    }

    .trust-strip {
      position: relative;
      z-index: 2;
      margin-top: -1px;
      background: var(--white);
      border-bottom: 1px solid var(--slate-200);
    }

    .trust-strip-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
    }

    .trust-stat {
      position: relative;
      display: flex;
      min-height: 112px;
      align-items: center;
      justify-content: center;
      gap: 14px;
      padding: 24px 18px;
    }

    .trust-stat:not(:last-child)::after {
      position: absolute;
      top: 28px;
      right: 0;
      bottom: 28px;
      width: 1px;
      background: var(--slate-200);
      content: "";
    }

    .trust-stat-icon {
      display: grid;
      width: 46px;
      height: 46px;
      flex: 0 0 auto;
      place-items: center;
      color: var(--brand-red-700);
      background: var(--brand-red-50);
      border: 1px solid var(--brand-red-200);
      border-radius: 14px;
    }

    .trust-stat-icon svg {
      width: 22px;
      height: 22px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
    }

    

    .trust-stat .trust-stat-icon {
      display: inline-grid;
      align-items: center;
      justify-items: center;
      place-items: center;
    }

    .trust-stat .trust-stat-icon svg {
      display: block;
      margin: 0;
    }
.trust-stat strong,
    .trust-stat span {
      display: block;
    }

    .trust-stat strong {
      color: var(--brand-blue-800);
      font-size: 0.92rem;
      line-height: 1.15;
    }

    .trust-stat span {
      margin-top: 4px;
      color: var(--slate-500);
      font-size: 0.73rem;
      font-weight: 600;
      line-height: 1.35;
    }

    .value-layout {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
      align-items: center;
      gap: 80px;
    }

    .pain-grid {
      display: grid;
      gap: 14px;
      margin: 34px 0 30px;
    }

    .pain-card {
      display: grid;
      grid-template-columns: 48px 1fr;
      gap: 15px;
      padding: 18px;
      background: rgba(255, 255, 255, 0.72);
      border: 1px solid var(--slate-200);
      border-radius: 16px;
      transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
    }

    .pain-card:hover {
      border-color: var(--brand-red-200);
      box-shadow: var(--shadow-sm);
      transform: translateX(4px);
    }

    .pain-icon {
      display: grid;
      width: 48px;
      height: 48px;
      place-items: center;
      color: var(--brand-red-700);
      background: var(--brand-red-50);
      border-radius: 13px;
    }

    .pain-icon svg {
      width: 23px;
      height: 23px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
    }

    .pain-card h3 {
      margin-bottom: 5px;
      font-size: 0.94rem;
    }

    .pain-card p {
      margin-bottom: 0;
      font-size: 0.82rem;
    }

    .value-proof {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 20px;
    }

    .value-proof-note {
      display: flex;
      align-items: center;
      gap: 10px;
      color: var(--slate-600);
      font-size: 0.82rem;
      font-weight: 700;
    }

    .value-proof-note svg {
      width: 20px;
      height: 20px;
      color: var(--success);
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
    }

    .image-composition {
      position: relative;
      min-height: 610px;
    }

    .image-main,
    .image-accent {
      position: absolute;
      overflow: hidden;
      background: var(--slate-200);
      border: 8px solid var(--white);
      box-shadow: var(--shadow-md);
    }

    .image-main img,
    .image-accent img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .image-main img,
    .image-accent img,
    .owner-panel img,
    .gallery-item img,
    .lightbox-image {
      filter: saturate(1.04) contrast(1.03) brightness(1.01);
    }

    .image-main {
      top: 0;
      right: 0;
      width: 84%;
      height: 450px;
      border-radius: 26px 26px 26px 90px;
    }

    .image-accent {
      bottom: 0;
      left: 0;
      width: 54%;
      height: 270px;
      border-radius: 24px;
    }

    .image-badge {
      position: absolute;
      z-index: 2;
      right: 18px;
      bottom: 80px;
      width: 174px;
      padding: 22px;
      color: var(--white);
      background: var(--brand-blue-800);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 18px;
      box-shadow: var(--shadow-md);
    }

    .image-badge strong,
    .image-badge span {
      display: block;
    }

    .image-badge strong {
      color: var(--brand-red);
      font-size: 2.1rem;
      line-height: 1;
    }

    .image-badge span {
      margin-top: 7px;
      color: var(--text-on-dark-strong);
      font-size: 0.75rem;
      font-weight: 700;
      line-height: 1.4;
    }

    .services-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 22px;
    }

    .service-card {
      position: relative;
      display: flex;
      min-height: 100%;
      flex-direction: column;
      justify-content: space-between;
      gap: 0;
      padding: 24px;
      background: var(--white);
      border: 1px solid var(--slate-200);
      border-radius: var(--radius-md);
      box-shadow: 0 8px 26px rgba(15, 23, 42, 0.045);
      overflow: hidden;
      transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
    }

    .service-card::before {
      position: absolute;
      top: 0;
      right: 0;
      width: 84px;
      height: 84px;
      background: linear-gradient(135deg, transparent 48%, rgba(var(--brand-red-rgb), 0.08) 49%);
      content: "";
    }

    .service-card:hover {
      border-color: var(--brand-red-200);
      box-shadow: var(--shadow-md);
      transform: translateY(-8px);
    }

    .service-icon {
      display: grid;
      width: 56px;
      height: 56px;
      margin-bottom: 22px;
      place-items: center;
      color: var(--white);
      background: var(--brand-blue-800);
      border-radius: 16px;
      box-shadow: 0 10px 22px rgba(15, 23, 42, 0.18);
      transition: background var(--transition), transform var(--transition);
    }

    .service-card:hover .service-icon {
      background: var(--brand-red);
      transform: rotate(-3deg) scale(1.04);
    }

    .service-icon svg {
      width: 27px;
      height: 27px;
      fill: none;
      stroke: currentColor;
      stroke-width: 1.8;
    }

    .service-card h3 {
      font-size: 1.18rem;
    }

    .service-card > p {
      margin-bottom: 20px;
      font-size: 0.88rem;
    }

    .check-list {
      display: grid;
      gap: 9px;
      margin: auto 0 24px;
      padding: 18px 0 0;
      border-top: 1px solid var(--slate-200);
      list-style: none;
    }

    .check-list li {
      display: flex;
      align-items: flex-start;
      gap: 9px;
      color: var(--slate-700);
      font-size: 0.8rem;
      font-weight: 700;
    }

    .check-list svg {
      width: 16px;
      height: 16px;
      flex: 0 0 auto;
      margin-top: 3px;
      color: var(--success);
      fill: none;
      stroke: currentColor;
      stroke-width: 2.3;
    }

    .service-card .btn {
      margin-top: auto;
      justify-content: space-between;
      padding-inline: 17px;
      border-radius: 12px;
      font-size: 0.8rem;
    }

    .process-panel {
      margin-top: 52px;
      padding: 36px;
      color: var(--white);
      background:
        linear-gradient(105deg, rgba(0, 43, 77, 0.96), rgba(0, 58, 102, 0.90)),
        url("https://storage.googleapis.com/msgsndr/aC4T1X7sZ2QsR10nnQuf/media/688a7b99d4da296ff10d2349.jpeg") center / cover;
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow-md);
    }

    .process-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 30px;
      margin-bottom: 30px;
    }

    .process-head h3 {
      max-width: 520px;
      margin-bottom: 0;
      font-size: clamp(1.5rem, 3vw, 2.25rem);
    }

    .process-head p {
      max-width: 440px;
      margin-bottom: 0;
      color: var(--text-on-dark);
      font-size: 0.88rem;
    }

    .process-steps {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
    }

    .process-step {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 22px;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.13);
      border-radius: 16px;
      backdrop-filter: blur(9px);
    }

    .process-number {
      display: inline-flex;
      width: 42px;
      height: 42px;
      margin-bottom: 16px;
      align-items: center;
      justify-content: center;
      color: var(--white);
      background: var(--brand-red);
      border-radius: 50%;
      font-size: 0.84rem;
      font-weight: 800;
      line-height: 1;
      text-align: center;
      box-shadow: 0 10px 20px rgba(239, 62, 66, 0.28);
    }

    .process-step strong {
      display: block;
      margin-bottom: 8px;
      font-size: 1rem;
      line-height: 1.3;
    }

    .process-desc {
      margin: 0;
      color: var(--text-on-dark);
      font-size: 0.82rem;
      line-height: 1.55;
    }


    .local-service-section {
      color: var(--white);
      background:
        linear-gradient(125deg, rgba(var(--brand-blue-rgb), 0.97), rgba(0, 43, 77, 0.98)),
        url("https://storage.googleapis.com/msgsndr/aC4T1X7sZ2QsR10nnQuf/media/688a7b99d4da296ff10d2349.jpeg") center / cover;
    }

    .local-service-section .eyebrow,
    .local-service-section .lede {
      color: var(--white);
    }


    .local-service-section .section-heading {
      max-width: 920px;
      margin-right: auto;
      margin-left: auto;
      text-align: center;
    }

    .local-service-section .lede {
      max-width: 880px;
      margin-right: auto;
      margin-left: auto;
      text-align: center;
      text-wrap: balance;
    }

    .local-service-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
    }

    .local-service-card {
      padding: 24px;
      background: rgba(255, 255, 255, 0.09);
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-left: 4px solid var(--brand-red);
      border-radius: var(--radius-md);
      backdrop-filter: blur(10px);
    }

    .local-service-card h3 {
      margin-bottom: 10px;
      color: var(--white);
      font-size: 1.08rem;
    }

    .local-service-card p {
      margin-bottom: 0;
      color: var(--text-on-dark);
      font-size: 0.82rem;
    }

    .gallery-toolbar {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 9px;
      margin-bottom: 34px;
    }

    .filter-btn {
      min-height: 42px;
      padding: 10px 16px;
      color: var(--slate-600);
      background: var(--white);
      border: 1px solid var(--slate-200);
      border-radius: 999px;
      cursor: pointer;
      font-size: 0.77rem;
      font-weight: 800;
      transition: color var(--transition), background var(--transition), border-color var(--transition), transform var(--transition);
    }

    .filter-btn:hover,
    .filter-btn[aria-pressed="true"] {
      color: var(--white);
      background: var(--brand-blue-800);
      border-color: var(--brand-blue-800);
      transform: translateY(-1px);
    }

    .gallery-grid {
      display: grid;
      grid-auto-flow: dense;
      grid-template-columns: repeat(12, minmax(0, 1fr));
      gap: 16px;
    }

    .gallery-item {
      position: relative;
      grid-column: span 4;
      min-height: 310px;
      padding: 0;
      background: var(--slate-200);
      border-radius: var(--radius-md);
      cursor: zoom-in;
      overflow: hidden;
      transition: opacity var(--transition), transform var(--transition);
    }

    .gallery-item--wide {
      grid-column: span 8;
    }

    .gallery-item--tall {
      min-height: 470px;
    }

    .gallery-item.is-hidden {
      display: none;
    }

    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 600ms cubic-bezier(.2, .7, .2, 1), filter var(--transition);
    }

    .gallery-item::after {
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 38%, rgba(0, 31, 55, 0.90) 100%);
      content: "";
      opacity: 0.82;
      transition: opacity var(--transition);
    }

    .gallery-item:hover img {
      transform: scale(1.055);
    }

    .gallery-item:hover::after {
      opacity: 1;
    }

    .gallery-caption {
      position: absolute;
      z-index: 2;
      right: 20px;
      bottom: 18px;
      left: 20px;
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 16px;
      color: var(--white);
    }

    .gallery-caption small,
    .gallery-caption strong {
      display: block;
      text-align: left;
    }

    .gallery-caption small {
      margin-bottom: 6px;
      color: var(--brand-red);
      font-size: 0.67rem;
      font-weight: 800;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }

    .gallery-caption strong {
      font-size: 0.92rem;
      line-height: 1.25;
    }

    .gallery-zoom {
      display: grid;
      width: 40px;
      height: 40px;
      flex: 0 0 auto;
      place-items: center;
      color: var(--white);
      background: rgba(255, 255, 255, 0.13);
      border: 1px solid rgba(255, 255, 255, 0.23);
      border-radius: 50%;
      backdrop-filter: blur(10px);
    }

    .gallery-zoom svg {
      width: 19px;
      height: 19px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
    }

    .gallery-note {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      margin: 28px 0 0;
      color: var(--slate-500);
      font-size: 0.75rem;
      font-weight: 700;
      text-align: center;
    }

    .gallery-note svg {
      width: 17px;
      height: 17px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
    }

    .why-layout {
      display: grid;
      grid-template-columns: minmax(350px, 0.8fr) minmax(0, 1.2fr);
      align-items: center;
      gap: 70px;
    }

    .owner-panel {
      position: relative;
      min-height: 560px;
      overflow: hidden;
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow-lg);
    }

    .owner-panel img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .owner-panel::after {
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 38%, rgba(0, 31, 55, 0.94) 100%);
      content: "";
    }

    .owner-copy {
      position: absolute;
      z-index: 2;
      right: 28px;
      bottom: 28px;
      left: 28px;
      color: var(--white);
    }

    .owner-copy span {
      display: block;
      margin-bottom: 8px;
      color: var(--brand-red);
      font-size: 0.72rem;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .owner-copy strong {
      display: block;
      margin-bottom: 8px;
      font-size: clamp(1.45rem, 3vw, 2rem);
      letter-spacing: -0.03em;
    }

    .owner-copy p {
      margin-bottom: 0;
      color: var(--text-on-dark-strong);
      font-size: 0.82rem;
    }

    .why-points {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
      margin-top: 32px;
    }

    .why-point {
      padding: 20px;
      background: rgba(255, 255, 255, 0.055);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 16px;
    }

    .why-point svg {
      width: 25px;
      height: 25px;
      margin-bottom: 15px;
      color: var(--brand-red);
      fill: none;
      stroke: currentColor;
      stroke-width: 1.8;
    }

    .why-point h3 {
      margin-bottom: 8px;
      font-size: 0.92rem;
    }

    .why-point p {
      margin-bottom: 0;
      color: var(--text-on-dark-muted);
      font-size: 0.8rem;
    }

    .testimonial-card {
      position: relative;
      padding: 26px;
      color: var(--brand-blue-800);
      background: var(--white);
      border-radius: var(--radius-md);
      box-shadow: var(--shadow-sm);
    }

    .testimonial-stars {
      margin-bottom: 15px;
      color: var(--brand-red);
      font-size: 0.88rem;
      letter-spacing: 0.12em;
    }

    .testimonial-card blockquote {
      margin: 0 0 18px;
      color: var(--slate-700);
      font-size: 0.88rem;
      font-weight: 600;
      line-height: 1.72;
    }

    .testimonial-card cite {
      display: block;
      color: var(--brand-blue-800);
      font-size: 0.78rem;
      font-style: normal;
      font-weight: 800;
    }

    .testimonial-card cite span {
      display: block;
      margin-top: 3px;
      color: var(--slate-500);
      font-size: 0.67rem;
      font-weight: 600;
    }

    .testimonial-mark {
      position: absolute;
      top: 13px;
      right: 20px;
      color: var(--slate-100);
      font-family: Georgia, serif;
      font-size: 4.2rem;
      font-weight: 800;
      line-height: 1;
      pointer-events: none;
    }

    .faq-layout {
      display: grid;
      grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
      align-items: start;
      gap: 74px;
    }

    .faq-intro {
      position: sticky;
      top: 132px;
    }

    .faq-intro .btn {
      margin-top: 24px;
    }

    @media (max-width: 700px) {
      .faq-intro .btn {
        margin-top: 20px;
      }
    }

    .faq-list {
      display: grid;
      gap: 12px;
    }

    .faq-item {
      background: var(--white);
      border: 1px solid var(--slate-200);
      border-radius: 15px;
      overflow: hidden;
      transition: border-color var(--transition), box-shadow var(--transition);
    }

    .faq-item.is-open {
      border-color: var(--brand-red-200);
      box-shadow: var(--shadow-sm);
    }

    .faq-question {
      display: flex;
      width: 100%;
      min-height: 72px;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding: 19px 21px;
      color: var(--brand-blue-800);
      background: transparent;
      cursor: pointer;
      font-size: 0.87rem;
      font-weight: 800;
      text-align: left;
    }

    .faq-toggle {
      position: relative;
      width: 26px;
      height: 26px;
      flex: 0 0 auto;
      color: var(--brand-red-700);
      background: var(--brand-red-50);
      border-radius: 50%;
    }

    .faq-toggle::before,
    .faq-toggle::after {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 11px;
      height: 2px;
      background: currentColor;
      border-radius: 2px;
      content: "";
      transform: translate(-50%, -50%);
      transition: transform var(--transition);
    }

    .faq-toggle::after {
      transform: translate(-50%, -50%) rotate(90deg);
    }

    .faq-question[aria-expanded="true"] .faq-toggle::after {
      transform: translate(-50%, -50%) rotate(0deg);
    }

    .faq-answer {
      display: grid;
      grid-template-rows: 0fr;
      transition: grid-template-rows 300ms ease;
    }

    .faq-answer > div {
      overflow: hidden;
    }

    .faq-item.is-open .faq-answer {
      grid-template-rows: 1fr;
    }

    .faq-answer p {
      margin: 0;
      padding: 0 21px 22px;
      font-size: 0.82rem;
    }

    .contact-section {
      position: relative;
      padding: 80px 0;
      color: var(--white);
      background:
        linear-gradient(105deg, rgba(0, 31, 55, 0.97), rgba(0, 58, 102, 0.92)),
        url("https://storage.googleapis.com/msgsndr/aC4T1X7sZ2QsR10nnQuf/media/688a7b994151953dda7572f5.jpeg") center center / cover no-repeat;
      scroll-margin-top: calc(var(--header-height) + 20px);
      overflow: hidden;
    }

    .contact-section::before {
      position: absolute;
      top: -260px;
      right: -140px;
      width: 620px;
      height: 620px;
      background: radial-gradient(circle, var(--accent-glow), transparent 67%);
      border-radius: 50%;
      content: "";
    }

    .contact-layout {
      position: relative;
      display: grid;
      grid-template-columns: minmax(420px, 1.22fr) minmax(0, 0.78fr);
      align-items: start;
      gap: 70px;
    }

    .contact-copy .eyebrow {
      color: var(--brand-red);
    }

    .contact-copy > p {
      max-width: 520px;
      color: var(--text-on-dark);
    }

    .contact-details {
      display: grid;
      gap: 14px;
      margin-top: 32px;
    }

    .contact-detail {
      display: grid;
      grid-template-columns: 46px 1fr;
      align-items: center;
      gap: 14px;
      padding: 15px;
      background: rgba(255, 255, 255, 0.055);
      border: 1px solid rgba(255, 255, 255, 0.11);
      border-radius: 14px;
    }

    .contact-detail-icon {
      display: grid;
      width: 46px;
      height: 46px;
      place-items: center;
      color: var(--brand-red);
      background: rgba(var(--brand-red-rgb), 0.10);
      border-radius: 12px;
    }

    .contact-detail-icon svg {
      width: 22px;
      height: 22px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
    }

    .contact-detail small,
    .contact-detail strong {
      display: block;
    }

    .contact-detail small {
      margin-bottom: 2px;
      color: var(--slate-400);
      font-size: 0.67rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .contact-detail strong,
    .contact-detail a {
      color: var(--white);
      font-size: 0.82rem;
      font-weight: 800;
    }

    .service-area-copy {
      margin-top: 24px;
      color: var(--slate-400);
      font-size: 0.73rem;
      line-height: 1.7;
    }

    .quote-form-wrap {
      padding: 34px;
      color: var(--brand-blue-800);
      background: var(--white);
      border: 1px solid rgba(255, 255, 255, 0.75);
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow-lg);
    }

    .form-header {
      display: flex;
      align-items: start;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 25px;
    }

    .form-header h3 {
      margin-bottom: 7px;
      font-size: 1.32rem;
    }

    .form-header p {
      margin-bottom: 0;
      font-size: 0.8rem;
    }

    .form-badge {
      display: inline-flex;
      flex: 0 0 auto;
      align-items: center;
      gap: 6px;
      padding: 8px 10px;
      color: var(--success);
      background: var(--success-light);
      border: 1px solid var(--success-border);
      border-radius: 999px;
      font-size: 0.65rem;
      font-weight: 800;
    }

    .form-badge svg {
      width: 14px;
      height: 14px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
    }

    .form-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 17px;
    }

    .form-group {
      display: grid;
      gap: 7px;
    }

    .form-group--full {
      grid-column: 1 / -1;
    }

    .form-group label {
      color: var(--brand-blue-800);
      font-size: 0.75rem;
      font-weight: 800;
    }

    .required {
      color: var(--brand-red-700);
    }

    .form-control {
      width: 100%;
      min-height: 50px;
      padding: 12px 14px;
      color: var(--ink);
      background: var(--off-white);
      border: 1px solid var(--slate-300);
      border-radius: 11px;
      outline: none;
      transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
    }

    .form-control::placeholder {
      color: var(--slate-400);
    }

    .form-control:hover {
      border-color: var(--slate-400);
    }

    .form-control:focus {
      background: var(--white);
      border-color: var(--brand-red);
      box-shadow: 0 0 0 4px var(--accent-glow-soft);
    }

    .form-control[aria-invalid="true"] {
      border-color: var(--danger);
      box-shadow: 0 0 0 4px rgba(185, 28, 28, 0.08);
    }

    textarea.form-control {
      min-height: 126px;
      resize: vertical;
    }

    select.form-control {
      appearance: none;
      background-image: linear-gradient(45deg, transparent 50%, var(--slate-500) 50%), linear-gradient(135deg, var(--slate-500) 50%, transparent 50%);
      background-position: calc(100% - 18px) calc(50% - 2px), calc(100% - 13px) calc(50% - 2px);
      background-repeat: no-repeat;
      background-size: 5px 5px, 5px 5px;
      padding-right: 38px;
    }

    .field-error {
      min-height: 17px;
      margin: 0;
      color: var(--danger);
      font-size: 0.67rem;
      font-weight: 700;
    }

    .form-submit-row {
      grid-column: 1 / -1;
      margin-top: 2px;
    }

    .form-submit-row .btn {
      min-height: 56px;
      border-radius: 12px;
    }

    .form-privacy {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      margin: 11px 0 0;
      color: var(--slate-500);
      font-size: 0.66rem;
      font-weight: 600;
      text-align: center;
    }

    .form-privacy svg {
      width: 14px;
      height: 14px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
    }

    .form-status {
      display: none;
      margin: 18px 0 0;
      padding: 14px 16px;
      border-radius: 11px;
      font-size: 0.78rem;
      font-weight: 700;
    }

    .form-status.is-visible {
      display: block;
    }

    .form-status--success {
      color: var(--success-dark);
      background: var(--success-light);
      border: 1px solid var(--success-border);
    }

    .form-status--error {
      color: var(--danger-dark);
      background: var(--danger-light);
      border: 1px solid var(--danger-border);
    }

    .site-footer {
      color: var(--text-on-dark);
      background: var(--brand-blue-900);
    }

    .footer-main {
      display: grid;
      grid-template-columns: 1.35fr 0.7fr 0.9fr 1fr;
      gap: 48px;
      padding: 70px 0 52px;
    }

    .footer-brand img {
      width: 190px;
      height: auto;
      max-height: none;
      margin-bottom: 18px;
      padding: 0;
      background: transparent !important;
      border: 0;
      border-radius: 0;
      box-shadow: none;
      object-fit: contain;
      image-rendering: auto;
      filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.20));
    }

    .footer-brand p {
      max-width: 340px;
      margin-bottom: 20px;
      color: var(--slate-400);
      font-size: 0.78rem;
    }

    .footer-license {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 8px 11px;
      color: var(--brand-red);
      background: rgba(var(--brand-red-rgb), 0.08);
      border: 1px solid rgba(var(--brand-red-rgb), 0.18);
      border-radius: 999px;
      font-size: 0.68rem;
      font-weight: 800;
    }

    .footer-title {
      margin-bottom: 18px;
      color: var(--white);
      font-size: 0.82rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .footer-links {
      display: grid;
      gap: 10px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .footer-links a {
      color: var(--slate-400);
      font-size: 0.76rem;
      font-weight: 600;
      transition: color var(--transition), transform var(--transition);
    }

    .footer-links a:hover {
      color: var(--brand-red);
      transform: translateX(3px);
    }

    .footer-contact-line {
      display: flex;
      align-items: flex-start;
      gap: 9px;
      margin-bottom: 13px;
      color: var(--slate-400);
      font-size: 0.76rem;
    }

    .footer-contact-line svg {
      width: 17px;
      height: 17px;
      flex: 0 0 auto;
      margin-top: 3px;
      color: var(--brand-red);
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
    }

    .footer-bottom {
      display: flex;
      min-height: 68px;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding: 17px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.09);
      color: var(--slate-500);
      font-size: 0.68rem;
      font-weight: 600;
    }

    .footer-bottom-links {
      display: flex;
      flex-wrap: wrap;
      gap: 18px;
    }

    .footer-bottom a:hover {
      color: var(--text-on-dark);
    }

    .mobile-action-bar {
      position: fixed;
      z-index: 900;
      right: 12px;
      bottom: 12px;
      left: 12px;
      display: none;
      grid-template-columns: 0.8fr 1.2fr;
      gap: 8px;
      padding: 8px;
      background: rgba(255, 255, 255, 0.94);
      border: 1px solid rgba(148, 163, 184, 0.36);
      border-radius: 17px;
      box-shadow: 0 18px 45px rgba(15, 23, 42, 0.24);
      backdrop-filter: blur(16px);
    }

    .mobile-action-bar .btn {
      min-height: 48px;
      padding: 11px 13px;
      border-radius: 11px;
      font-size: 0.76rem;
    }

    .back-to-top {
      position: fixed;
      z-index: 850;
      right: 22px;
      bottom: 22px;
      display: grid;
      width: 48px;
      height: 48px;
      place-items: center;
      color: var(--white);
      background: var(--brand-blue-800);
      border: 1px solid rgba(255, 255, 255, 0.15);
      border-radius: 50%;
      box-shadow: var(--shadow-md);
      cursor: pointer;
      opacity: 0;
      pointer-events: none;
      transform: translateY(12px);
      transition: opacity var(--transition), transform var(--transition), background var(--transition);
    }

    .back-to-top.is-visible {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
    }

    .back-to-top:hover {
      background: var(--brand-red);
    }

    .back-to-top svg {
      width: 20px;
      height: 20px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
    }

    .lightbox {
      position: fixed;
      z-index: 4000;
      inset: 0;
      display: grid;
      place-items: center;
      padding: 24px;
      visibility: hidden;
      background: rgba(2, 8, 20, 0.92);
      opacity: 0;
      transition: opacity var(--transition), visibility var(--transition);
      backdrop-filter: blur(10px);
    }

    .lightbox.is-open {
      visibility: visible;
      opacity: 1;
    }

    .lightbox-dialog {
      position: relative;
      width: min(1080px, 100%);
      max-height: calc(100vh - 48px);
      overflow: hidden;
      background: var(--brand-blue-800);
      border: 1px solid rgba(255, 255, 255, 0.16);
      border-radius: 18px;
      box-shadow: 0 36px 90px rgba(0, 0, 0, 0.46);
      transform: scale(0.96);
      transition: transform var(--transition);
    }

    .lightbox.is-open .lightbox-dialog {
      transform: scale(1);
    }

    .lightbox-image-wrap {
      display: grid;
      max-height: calc(100vh - 148px);
      place-items: center;
      background: var(--brand-blue-900);
    }

    .lightbox-image {
      width: 100%;
      max-height: calc(100vh - 148px);
      object-fit: contain;
    }

    .lightbox-caption {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding: 17px 20px;
      color: var(--white);
    }

    .lightbox-caption strong {
      font-size: 0.9rem;
    }

    .lightbox-caption span {
      color: var(--slate-400);
      font-size: 0.72rem;
      font-weight: 700;
    }

    .lightbox-close {
      position: absolute;
      z-index: 2;
      top: 14px;
      right: 14px;
      display: grid;
      width: 42px;
      height: 42px;
      place-items: center;
      color: var(--white);
      background: rgba(7, 16, 31, 0.74);
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 50%;
      cursor: pointer;
      backdrop-filter: blur(10px);
    }

    .lightbox-close svg {
      width: 20px;
      height: 20px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
    }

    .sr-only {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      padding: 0 !important;
      margin: -1px !important;
      overflow: hidden !important;
      clip: rect(0, 0, 0, 0) !important;
      white-space: nowrap !important;
      border: 0 !important;
    }

    @media (max-width: 1240px) {
      .services-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }

    @media (max-width: 1120px) {
      .desktop-nav,
      .header-call {
        display: none;
      }

      .header-inner {
        grid-template-columns: auto 1fr auto;
      }

      .header-actions {
        justify-self: end;
      }

      .menu-toggle {
        display: inline-flex;
      }

      .hero-inner {
        grid-template-columns: minmax(0, 1fr) 340px;
        gap: 42px;
      }

      .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }


      .footer-main {
        grid-template-columns: 1.3fr 0.7fr 1fr;
      }

      .footer-column--services {
        display: none;
      }
    }

    @media (max-width: 900px) {
      :root {
        --header-height: 76px;
      }

      .section {
        padding: 60px 0;
      }

      .announcement-inner {
        justify-content: center;
      }

      .announcement-group--secondary {
        display: none;
      }

      .hero {
        min-height: auto;
        background:
          linear-gradient(180deg, rgba(0, 31, 55, 0.93) 0%, rgba(0, 43, 77, 0.86) 62%, rgba(0, 43, 77, 0.93) 100%),
          url("https://storage.googleapis.com/msgsndr/aC4T1X7sZ2QsR10nnQuf/media/688a7b99e7e769bb6ffd57d7.jpeg") center center / cover no-repeat;
      }

      .hero-inner {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 38px;
        padding: 72px 0 76px;
      }

      .hero-card {
        max-width: 580px;
      }

      .trust-strip-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .trust-stat:nth-child(2)::after {
        display: none;
      }

      .trust-stat:nth-child(-n + 2) {
        border-bottom: 1px solid var(--slate-200);
      }

      .value-layout,
      .why-layout,
      .faq-layout,
      .contact-layout {
        grid-template-columns: 1fr;
        gap: 52px;
      }

      .value-layout {
        gap: 60px;
      }

      .image-composition {
        min-height: 540px;
      }

      .image-main {
        height: 400px;
      }

      .process-head {
        display: grid;
      }

      .process-steps {
        grid-template-columns: repeat(2, 1fr);
      }

      .gallery-item,
      .gallery-item--wide {
        grid-column: span 6;
      }

      .gallery-item--tall {
        min-height: 360px;
      }

      .owner-panel {
        min-height: 500px;
      }

      .faq-intro {
        position: static;
      }

      .contact-layout {
        gap: 46px;
      }

      .footer-main {
        grid-template-columns: 1.3fr 0.7fr 1fr;
        gap: 32px;
      }
    }

    @media (max-width: 700px) {
      .container {
        width: min(calc(100% - 28px), var(--container));
      }

      .section {
        padding: 56px 0;
      }

      .section-heading {
        margin-bottom: 38px;
      }

      .announcement-inner {
        min-height: 36px;
        font-size: 0.7rem;
      }

      .announcement-item--license {
        display: none;
      }

      .site-header {
        height: 74px;
      }

      .brand {
        min-width: 0;
        gap: 4px;
      }

      .brand img {
        width: 104px;
        height: auto;
        max-height: 58px;
      }

      .brand-name {
        gap: 4px;
        font-size: 0.72rem;
      }

      .brand-tagline {
        margin-top: 4px;
        font-size: 0.52rem;
        letter-spacing: 0.07em;
      }

      .brand-copy {
        margin-left: -12px;
      }

      .brand-tagline,
      .header-quote {
        display: none;
      }

      .brand-name {
        font-size: 0.72rem;
      }

      h1 {
        font-size: clamp(2rem, 9vw, 3.1rem);
      }

      h2 {
        font-size: clamp(1.55rem, 7vw, 2.2rem);
      }

      .hero-inner {
        padding: 64px 0 66px;
      }

      .hero-subheadline {
        font-size: 0.88rem;
      }

      .hero-actions {
        display: grid;
      }

      .hero-actions .btn {
        width: 100%;
      }

      .hero-trust {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .trust-chip {
        justify-content: center;
        text-align: center;
      }

      .hero-card {
        padding: 24px;
        border-radius: 22px;
      }

      .trust-strip-grid {
        grid-template-columns: 1fr 1fr;
      }

      .trust-stat {
        min-height: 104px;
        flex-direction: column;
        gap: 8px;
        padding: 18px 10px;
        text-align: center;
      }

      .trust-stat-icon {
        width: 39px;
        height: 39px;
      }

      .trust-stat strong {
        font-size: 0.85rem;
      }

      .trust-stat span {
        font-size: 0.64rem;
      }

      .image-composition {
        min-height: 470px;
      }

      .image-main {
        width: 92%;
        height: 340px;
        border-width: 5px;
        border-radius: 20px 20px 20px 60px;
      }

      .image-accent {
        width: 58%;
        height: 210px;
        border-width: 5px;
      }

      .image-badge {
        right: 0;
        bottom: 44px;
        width: 150px;
        padding: 18px;
      }

      .services-grid,
      .process-steps,
      .why-points,
      .local-service-grid {
        grid-template-columns: 1fr;
      }

      .service-card {
        padding: 24px;
      }

      .process-panel {
        margin-top: 50px;
        padding: 26px 20px;
        border-radius: 21px;
      }

      .gallery-grid {
        display: grid;
        grid-template-columns: 1fr;
      }

      .gallery-item,
      .gallery-item--wide {
        grid-column: auto;
        min-height: 300px;
      }

      .gallery-item--tall {
        min-height: 380px;
      }

      .owner-panel {
        min-height: 460px;
      }

      .owner-copy {
        right: 20px;
        bottom: 20px;
        left: 20px;
      }

      .contact-section {
        padding: 60px 0 92px;
      }

      .quote-form-wrap {
        padding: 24px 19px;
        border-radius: 21px;
      }

      .form-header {
        display: grid;
      }

      .form-badge {
        width: max-content;
      }

      .form-grid {
        grid-template-columns: 1fr;
      }

      .form-group--full,
      .form-submit-row {
        grid-column: auto;
      }

      .footer-main {
        grid-template-columns: 1fr 1fr;
        padding: 56px 0 40px;
      }

      .footer-brand {
        grid-column: 1 / -1;
      }

      .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 96px;
      }

      .mobile-action-bar {
        display: grid;
      }

      .back-to-top {
        right: 14px;
        bottom: 82px;
        width: 43px;
        height: 43px;
      }

      .lightbox {
        padding: 10px;
      }

      .lightbox-dialog {
        max-height: calc(100vh - 20px);
        border-radius: 13px;
      }

      .lightbox-caption {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
      }
    }

    @media (max-width: 420px) {
      .brand-copy {
        display: flex;
      }

      .hero-trust {
        grid-template-columns: 1fr;
      }

      .trust-chip {
        justify-content: flex-start;
      }

      .trust-stat {
        padding-inline: 6px;
      }

      .trust-stat-icon {
        display: none;
      }

      .footer-main {
        grid-template-columns: 1fr;
      }

      .section {
        padding: 48px 0;
      }

      .contact-section {
        padding: 52px 0 88px;
      }
    

      .brand img {
        width: 88px;
        height: auto;
        max-height: 52px;
      }

      .brand-name {
        font-size: 0.64rem;
      }

      .brand-tagline {
        font-size: 0.46rem;
        white-space: normal;
        line-height: 1.2;
      }

      .brand-copy {
        margin-left: -8px;
      }
    }



    /* Hero typography refinement */
    .hero h1 {
      font-size: clamp(2rem, 4.2vw, 3.85rem);
    }

    .hero-subheadline {
      font-size: clamp(0.94rem, 1.18vw, 1.04rem);
      line-height: 1.68;
    }

    .hero-card > p,
    .hero-card .mini-list,
    .hero-card-note {
      font-size: 0.82rem;
    }

    @media (max-width: 700px) {
      .hero h1 {
        font-size: clamp(1.85rem, 8.2vw, 2.8rem);
      }

      .hero-subheadline {
        font-size: 0.94rem;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      html {
        scroll-behavior: auto;
      }

      *,
      *::before,
      *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
      }
    }


    /* Homepage Blog section */
    .home-blog-section {
      background:
        radial-gradient(circle at 8% 0%, rgba(var(--brand-red-rgb), 0.07), transparent 32%),
        var(--off-white);
    }

    .home-blog-header {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 28px;
      margin-bottom: 40px;
    }

    .home-blog-header .section-heading {
      margin-bottom: 0;
    }

    .home-blog-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 22px;
    }

    .home-blog-card {
      display: flex;
      min-height: 100%;
      flex-direction: column;
      overflow: hidden;
      color: inherit;
      background: var(--white);
      border: 1px solid var(--slate-200);
      border-radius: var(--radius-md);
      box-shadow: 0 10px 30px rgba(0, 43, 77, 0.07);
      text-decoration: none;
      transition:
        transform var(--transition),
        box-shadow var(--transition),
        border-color var(--transition);
    }

    .home-blog-card:hover {
      border-color: var(--brand-red-200);
      box-shadow: var(--shadow-md);
      transform: translateY(-7px);
    }

    .home-blog-card:focus-visible {
      outline: 3px solid var(--focus-ring);
      outline-offset: 5px;
    }

    .home-blog-image {
      position: relative;
      aspect-ratio: 16 / 10;
      overflow: hidden;
      background: var(--brand-blue-800);
    }

    .home-blog-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 600ms cubic-bezier(.2, .7, .2, 1);
    }

    .home-blog-card:hover .home-blog-image img {
      transform: scale(1.055);
    }

    .home-blog-category {
      position: absolute;
      left: 16px;
      bottom: 16px;
      padding: 7px 10px;
      color: var(--white);
      background: rgba(0, 43, 77, 0.88);
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 999px;
      font-size: 0.66rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      backdrop-filter: blur(8px);
    }

    .home-blog-body {
      display: flex;
      flex: 1;
      flex-direction: column;
      padding: 24px;
    }

    .home-blog-body h3 {
      margin-bottom: 12px;
      color: var(--brand-blue-800);
      font-size: 1.02rem;
      line-height: 1.32;
    }

    .home-blog-body p {
      margin-bottom: 22px;
      font-size: 0.84rem;
    }

    .home-blog-read {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: auto;
      color: var(--brand-red-700);
      font-size: 0.78rem;
      font-weight: 800;
    }

    .home-blog-read::after {
      content: "→";
      transition: transform var(--transition);
    }

    .home-blog-card:hover .home-blog-read::after {
      transform: translateX(4px);
    }

    @media (max-width: 1000px) {
      .home-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 700px) {
      .home-blog-header {
        align-items: flex-start;
        flex-direction: column;
      }

      .home-blog-header .btn {
        width: 100%;
      }

      .home-blog-grid {
        grid-template-columns: 1fr;
      }
    }

/* ---- preserved style block ---- */

.navo-inline-viewer {
    position: fixed;
    z-index: 2147483000;
    inset: 0;
    display: none;
    background: #ffffff;
  }

  .navo-inline-viewer.is-open {
    display: block;
  }

  .navo-inline-viewer__toolbar {
    position: absolute;
    z-index: 3;
    top: 12px;
    right: 12px;
  }

  .navo-inline-viewer__close {
    min-height: 44px;
    padding: 11px 17px;
    color: #ffffff;
    background: #002b4d;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 999px;
    box-shadow: 0 12px 30px rgba(0, 31, 55, 0.28);
    cursor: pointer;
    font: 800 0.78rem/1 "Montserrat", Arial, sans-serif;
  }

  .navo-inline-viewer__close:hover {
    background: #ef3e42;
  }

  .navo-inline-viewer__frame {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #ffffff;
  }

  body.navo-inline-viewer-open {
    overflow: hidden !important;
  }

  @media (max-width: 700px) {
    .navo-inline-viewer__toolbar {
      top: 8px;
      right: 8px;
    }

    .navo-inline-viewer__close {
      min-height: 40px;
      padding: 10px 13px;
      font-size: 0.7rem;
    }
  }

/* ---- preserved style block ---- */

/* Removed unnecessary View All Articles action */
  #blog .section-heading,
  #blog .blog-heading,
  #blog .home-blog-heading,
  #blog .blog-section-header {
    max-width: 920px;
  }

  #blog .section-heading-row,
  #blog .blog-heading-row,
  #blog .home-blog-header,
  #blog .blog-section-header {
    grid-template-columns: minmax(0, 1fr) !important;
  }

/* ---- preserved style block ---- */

/* Recalibrated service presentation */
  #services .services-heading {
    max-width: 900px;
  }

  #services .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }

  #services .service-card {
    padding: 28px;
  }

  #services .service-card h3 {
    min-height: 2.6em;
    font-size: 1.16rem;
  }

  #services .service-card > p {
    min-height: 6.3em;
    line-height: 1.65;
  }

  #services .check-list {
    margin-top: 0;
  }

  #services .services-priority-note {
    display: grid;
    grid-template-columns: minmax(230px, 0.36fr) minmax(0, 0.64fr);
    align-items: center;
    gap: 26px;
    margin: -6px 0 32px;
    padding: 22px 26px;
    color: var(--white);
    background:
      linear-gradient(
        115deg,
        rgba(0, 43, 77, 0.98),
        rgba(0, 90, 156, 0.91)
      );
    border-left: 5px solid var(--brand-red);
    border-radius: 16px;
    box-shadow: var(--shadow-sm);
  }

  #services .services-priority-note strong {
    font-size: 1rem;
    line-height: 1.4;
  }

  #services .services-priority-note span {
    color: var(--text-on-dark);
    font-size: 0.84rem;
    line-height: 1.65;
  }

  @media (max-width: 1120px) {
    #services .services-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 720px) {
    #services .services-grid,
    #services .services-priority-note {
      grid-template-columns: 1fr;
    }

    #services .services-priority-note {
      gap: 8px;
      padding: 21px;
    }

    #services .service-card h3,
    #services .service-card > p {
      min-height: 0;
    }
  }

/* ---- preserved style block ---- */

/* Service card images */
  #services .service-card {
    display: flex;
    flex-direction: column;
  }

  #services .service-media {
    margin: 0 0 18px;
    overflow: hidden;
    border-radius: 16px;
    aspect-ratio: 16 / 10;
    background: #eef3f8;
    box-shadow: inset 0 0 0 1px rgba(16, 33, 51, 0.06);
  }

  #services .service-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 220ms ease;
  }

  #services .service-card:hover .service-media img {
    transform: scale(1.025);
  }

  #services .service-card .service-icon + .service-media {
    margin-top: 6px;
  }

/* ---- preserved style block ---- */

/* Navo Builders services preview and detailed sections */
  .service-suite {
    background: #f4f5f7;
  }

  .service-suite__intro {
    margin-bottom: 1.9rem;
  }

  .service-suite__intro h2 {
    margin-bottom: .5rem;
  }

  .service-suite__line,
  .service-detail__line {
    display: block;
    width: 72px;
    height: 2px;
    margin: 0 auto;
    background: #4b80ff;
    border-radius: 99px;
  }

  .service-preview-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 2rem;
  }

  .service-preview-card {
    background: #fff;
    border: 1px solid rgba(10, 35, 66, 0.08);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(18, 33, 53, 0.08);
  }

  .service-preview-card img {
    width: 100%;
    height: 195px;
    object-fit: cover;
    display: block;
  }

  .service-preview-card__body {
    padding: 18px 16px 16px;
  }

  .service-preview-card__body h3 {
    font-size: 1.18rem;
    line-height: 1.25;
    margin-bottom: 10px;
    color: #1e2632;
  }

  .service-preview-card__body p {
    font-size: 0.95rem;
    line-height: 1.55;
    color: #4f5f75;
    min-height: 4.7em;
    margin-bottom: 12px;
  }

  .service-preview-card__link {
    color: #2f66eb;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
  }

  .service-preview-card__link:hover {
    color: #ef3e42;
  }

  .service-detail {
    margin-top: 44px;
    padding: 2.9rem 2.3rem;
    background: #f4f5f7;
    border-radius: 0;
  }

  .service-detail__header {
    text-align: center;
    margin-bottom: 2rem;
  }

  .service-detail__header h3 {
    margin-bottom: .6rem;
    color: #2e2e2e;
    font-size: clamp(2rem, 3vw, 2.45rem);
  }

  .service-detail__grid {
    display: grid;
    gap: 34px;
    align-items: start;
  }

  .service-detail__grid--image-left {
    grid-template-columns: 1.04fr 0.96fr;
  }

  .service-detail__grid--image-right {
    grid-template-columns: 0.96fr 1.04fr;
  }

  .service-detail__media img {
    width: 100%;
    display: block;
    border-radius: 8px;
    box-shadow: 0 6px 16px rgba(25, 40, 60, .13);
  }

  .service-detail__content h4 {
    font-size: 1.4rem;
    margin-bottom: 14px;
    color: #3a3a3a;
  }

  .service-detail__content h5 {
    font-size: 1.18rem;
    margin: 28px 0 12px;
    color: #3a3a3a;
  }

  .service-detail__content p,
  .service-detail__content li {
    color: #5a6778;
    line-height: 1.7;
    font-size: 1rem;
  }

  .service-detail__content ul {
    padding-left: 1.2rem;
    margin: 0;
  }

  .service-detail__thumbs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
  }

  .service-detail__thumbs--single {
    grid-template-columns: minmax(0, 240px);
  }

  .service-detail__thumbs figure {
    margin: 0;
  }

  .service-detail__thumbs img {
    width: 100%;
    height: 146px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    box-shadow: 0 6px 16px rgba(25, 40, 60, .12);
  }

  .service-detail__thumbs figcaption {
    margin-top: 7px;
    font-size: 0.93rem;
    color: #6a7484;
  }

  .service-detail__cta {
    margin-top: 2rem;
  }

  @media (max-width: 1080px) {
    .service-preview-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-detail__grid--image-left,
    .service-detail__grid--image-right {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 760px) {
    .service-preview-grid {
      grid-template-columns: 1fr;
    }

    .service-detail {
      padding: 2rem 1.1rem;
      margin-top: 28px;
    }

    .service-preview-card img {
      height: 215px;
    }

    .service-detail__thumbs,
    .service-detail__thumbs--single {
      grid-template-columns: 1fr;
    }
  }

/* ---- preserved style block ---- */

/* Refined service detail spacing and alignment */
  #services.service-suite {
    background:
      radial-gradient(
        circle at 8% 8%,
        rgba(0, 90, 156, 0.045),
        transparent 31%
      ),
      #f5f7fa;
  }

  #services .service-detail {
    position: relative;
    margin-top: 34px;
    padding: clamp(26px, 4vw, 52px);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(0, 43, 77, 0.09);
    border-radius: 24px;
    box-shadow:
      0 20px 55px rgba(0, 43, 77, 0.075),
      0 4px 15px rgba(15, 23, 42, 0.035);
  }

  #services .service-detail:nth-of-type(even) {
    background:
      linear-gradient(
        135deg,
        rgba(245, 249, 252, 0.98),
        rgba(255, 255, 255, 0.98)
      );
  }

  #services .service-detail::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 82px;
    height: 4px;
    background: linear-gradient(
      90deg,
      var(--brand-red),
      var(--brand-blue)
    );
    content: "";
  }

  #services .service-detail__header {
    margin-bottom: clamp(24px, 3vw, 36px);
  }

  #services .service-detail__grid {
    display: grid;
    align-items: stretch;
    gap: clamp(26px, 4vw, 52px);
  }

  #services .service-detail__grid--image-left,
  #services .service-detail__grid--image-right {
    grid-template-columns:
      minmax(0, 1.02fr)
      minmax(0, 0.98fr);
  }

  #services .service-detail__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: flex-start;
    padding: 8px 0;
  }

  #services .service-detail__content h4 {
    margin-bottom: 13px;
  }

  #services .service-detail__content h5 {
    margin-top: 24px;
    margin-bottom: 10px;
  }

  #services .service-detail__content p {
    margin-bottom: 0;
  }

  #services .service-detail__content ul {
    margin-bottom: 0;
  }

  #services .service-detail__cta {
    align-self: flex-start;
    margin-top: 28px;
  }

  #services .service-detail__media {
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    gap: 14px;
  }

  #services .service-detail__media > img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 410px;
    flex: 1 1 auto;
    object-fit: cover;
    object-position: center;
    border-radius: 18px;
    box-shadow:
      0 18px 38px rgba(0, 43, 77, 0.14),
      0 3px 10px rgba(15, 23, 42, 0.06);
  }

  #services .service-detail__media--with-support > img {
    min-height: 330px;
  }

  #services .service-detail__media--diagram > img {
    min-height: 350px;
    padding: 18px;
    object-fit: contain;
    background: #ffffff;
  }

  #services .service-detail__thumbs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
  }

  #services .service-detail__thumbs--single {
    grid-template-columns: 1fr;
  }

  #services .service-detail__thumbs figure {
    display: flex;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    margin: 0;
  }

  #services .service-detail__thumbs img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 14px;
  }

  #services .service-detail__thumbs--single img {
    height: 190px;
  }

  #services .service-detail__thumbs figcaption {
    padding: 8px 2px 0;
    line-height: 1.4;
  }

  #services .service-preview-card {
    height: 100%;
  }

  #services .service-preview-card__body {
    display: flex;
    min-height: 205px;
    flex-direction: column;
  }

  #services .service-preview-card__link {
    margin-top: auto;
  }

  @media (max-width: 1080px) {
    #services .service-detail__grid--image-left,
    #services .service-detail__grid--image-right {
      grid-template-columns: 1fr;
    }

    #services .service-detail__media {
      min-height: auto;
    }

    #services .service-detail__media > img {
      height: auto;
      min-height: 0;
      aspect-ratio: 16 / 10;
    }

    #services .service-detail__media--diagram > img {
      aspect-ratio: auto;
      min-height: 320px;
    }

    #services .service-detail__grid--image-right
      .service-detail__content {
      order: 2;
    }

    #services .service-detail__grid--image-right
      .service-detail__media {
      order: 1;
    }
  }

  @media (max-width: 700px) {
    #services .service-detail {
      padding: 24px 18px;
      border-radius: 18px;
    }

    #services .service-detail__grid {
      gap: 24px;
    }

    #services .service-detail__thumbs,
    #services .service-detail__thumbs--single {
      grid-template-columns: 1fr;
    }

    #services .service-detail__thumbs img,
    #services .service-detail__thumbs--single img {
      height: auto;
      aspect-ratio: 16 / 10;
    }

    #services .service-preview-card__body {
      min-height: 0;
    }
  }

/* ---- preserved style block ---- */

/* Removed the decorative red-to-blue accent line */
  #services .service-detail::before {
    display: none !important;
    content: none !important;
  }

/* ---- preserved style block ---- */

/* Compact services section with detailed popup windows */
  #services.service-suite {
    padding-bottom: clamp(64px, 8vw, 96px);
  }

  #services .service-suite__intro {
    max-width: 820px;
    margin-inline: auto;
    margin-bottom: 30px;
  }

  #services .service-suite__helper {
    max-width: 680px;
    margin: 16px auto 0;
    color: var(--slate-600, #526174);
    font-size: 0.9rem;
    line-height: 1.65;
    text-align: center;
  }

  #services .service-preview-grid {
    align-items: stretch;
    margin-bottom: 0;
  }

  #services .service-preview-card {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    cursor: pointer;
    transition:
      transform 180ms ease,
      box-shadow 180ms ease,
      border-color 180ms ease;
  }

  #services .service-preview-card:hover,
  #services .service-preview-card:focus-visible {
    transform: translateY(-5px);
    border-color: rgba(0, 90, 156, 0.22);
    box-shadow:
      0 20px 42px rgba(0, 43, 77, 0.13),
      0 5px 14px rgba(15, 23, 42, 0.05);
  }

  #services .service-preview-card:focus-visible {
    outline: 3px solid rgba(0, 90, 156, 0.28);
    outline-offset: 4px;
  }

  #services .service-preview-card__body {
    flex: 1 1 auto;
  }

  #services .service-preview-card__link {
    position: relative;
    z-index: 2;
  }

  .service-modal {
    position: fixed;
    z-index: 2147483000;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: clamp(14px, 3vw, 34px);
  }

  .service-modal.is-open {
    display: flex;
  }

  .service-modal__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background: rgba(0, 24, 44, 0.74);
    border: 0;
    cursor: default;
    backdrop-filter: blur(8px);
  }

  .service-modal__panel {
    position: relative;
    z-index: 2;
    width: min(1120px, 100%);
    max-height: min(90vh, 920px);
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 26px;
    box-shadow:
      0 34px 90px rgba(0, 23, 43, 0.34),
      0 8px 24px rgba(0, 23, 43, 0.14);
  }

  .service-modal__close {
    position: absolute;
    z-index: 4;
    top: 15px;
    right: 15px;
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #002b4d;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 9px 24px rgba(0, 43, 77, 0.24);
    cursor: pointer;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1;
    transition: background 160ms ease, transform 160ms ease;
  }

  .service-modal__close:hover {
    background: #ef3e42;
    transform: scale(1.04);
  }

  .service-modal__content {
    max-height: min(90vh, 920px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: clamp(28px, 5vw, 62px);
    scrollbar-gutter: stable;
  }

  .service-modal__article {
    color: #263343;
  }

  .service-modal__article .service-detail__header {
    max-width: 820px;
    margin: 0 auto clamp(28px, 4vw, 42px);
    padding-right: 48px;
    text-align: center;
  }

  .service-modal__article .service-detail__header h3 {
    margin-bottom: 10px;
    color: #17283a;
    font-size: clamp(1.8rem, 4vw, 2.75rem);
    line-height: 1.12;
  }

  .service-modal__article .service-detail__line {
    display: block;
    width: 68px;
    height: 3px;
    margin: 0 auto;
    background: linear-gradient(90deg, #005a9c, #ef3e42);
    border-radius: 999px;
  }

  .service-modal__article .service-detail__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
    gap: clamp(28px, 5vw, 56px);
  }

  .service-modal__article .service-detail__content {
    min-width: 0;
  }

  .service-modal__article .service-detail__content h4 {
    margin: 0 0 14px;
    color: #263343;
    font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  }

  .service-modal__article .service-detail__content h5 {
    margin: 25px 0 10px;
    color: #263343;
    font-size: 1.08rem;
  }

  .service-modal__article .service-detail__content p,
  .service-modal__article .service-detail__content li {
    color: #566579;
    font-size: 0.96rem;
    line-height: 1.68;
  }

  .service-modal__article .service-detail__content ul {
    margin: 0;
    padding-left: 1.25rem;
  }

  .service-modal__article .service-detail__media {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 14px;
  }

  .service-modal__article .service-detail__media > img {
    display: block;
    width: 100%;
    min-height: 340px;
    max-height: 520px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow:
      0 18px 38px rgba(0, 43, 77, 0.14),
      0 3px 10px rgba(15, 23, 42, 0.06);
  }

  .service-modal__article
    .service-detail__media--diagram > img {
    padding: 18px;
    object-fit: contain;
    background: #f7f9fb;
  }

  .service-modal__article .service-detail__thumbs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
    margin: 18px 0 0;
  }

  .service-modal__article .service-detail__thumbs--single {
    grid-template-columns: minmax(0, 280px);
  }

  .service-modal__article .service-detail__thumbs figure {
    margin: 0;
  }

  .service-modal__article .service-detail__thumbs img {
    display: block;
    width: 100%;
    height: 145px;
    object-fit: cover;
    border-radius: 13px;
    box-shadow: 0 9px 22px rgba(0, 43, 77, 0.11);
  }

  .service-modal__article .service-detail__thumbs figcaption {
    margin-top: 7px;
    color: #6a7788;
    font-size: 0.78rem;
  }

  .service-modal__article .service-detail__cta {
    display: inline-flex;
    margin-top: 28px;
  }

  body.service-modal-open {
    overflow: hidden !important;
  }

  @media (max-width: 900px) {
    .service-modal__article .service-detail__grid {
      grid-template-columns: 1fr;
    }

    .service-modal__article
      .service-detail__grid--image-right
      .service-detail__content {
      order: 2;
    }

    .service-modal__article
      .service-detail__grid--image-right
      .service-detail__media {
      order: 1;
    }

    .service-modal__article .service-detail__media > img {
      min-height: 0;
      aspect-ratio: 16 / 10;
    }
  }

  @media (max-width: 640px) {
    .service-modal {
      padding: 0;
    }

    .service-modal__panel {
      width: 100%;
      height: 100%;
      max-height: none;
      border-radius: 0;
    }

    .service-modal__content {
      height: 100%;
      max-height: none;
      padding: 76px 18px 34px;
    }

    .service-modal__close {
      position: fixed;
      top: 14px;
      right: 14px;
    }

    .service-modal__article .service-detail__header {
      padding-right: 0;
    }

    .service-modal__article .service-detail__thumbs,
    .service-modal__article .service-detail__thumbs--single {
      grid-template-columns: 1fr;
    }

    .service-modal__article .service-detail__thumbs img {
      height: auto;
      aspect-ratio: 16 / 10;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    #services .service-preview-card,
    .service-modal__close {
      transition: none;
    }
  }

/* ---- preserved style block ---- */

/* Refined service modal layout: no empty image-column gaps */
  .service-modal__panel {
    width: min(1080px, calc(100vw - 32px));
    max-height: 92vh;
    border-radius: 24px;
  }

  .service-modal__content {
    max-height: 92vh;
    padding: clamp(28px, 4.6vw, 56px);
    background:
      radial-gradient(
        circle at 95% 0%,
        rgba(0, 90, 156, 0.055),
        transparent 30%
      ),
      #ffffff;
  }

  .service-modal-modern {
    display: grid;
    gap: clamp(24px, 3.5vw, 38px);
  }

  .service-modal-modern__header {
    max-width: 820px;
    margin: 0 auto !important;
    padding: 0 54px;
    text-align: center;
  }

  .service-modal-modern__header h3 {
    margin: 0 0 11px;
    color: #17283a;
    font-size: clamp(1.8rem, 3.8vw, 2.65rem);
    line-height: 1.12;
  }

  .service-modal-modern__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    align-items: stretch;
    gap: 22px;
  }

  .service-modal-modern__hero-media {
    min-height: 330px;
    margin: 0;
    overflow: hidden;
    background: #eef3f7;
    border-radius: 19px;
    box-shadow:
      0 18px 40px rgba(0, 43, 77, 0.14),
      0 4px 12px rgba(15, 23, 42, 0.055);
  }

  .service-modal-modern__hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
    object-position: center;
  }

  [data-service-detail="service-retaining"]
    .service-modal-modern__hero-media img {
    padding: 18px;
    object-fit: contain;
    background: #f5f7f9;
  }

  .service-modal-modern__hero-copy {
    display: flex;
    min-height: 330px;
    flex-direction: column;
    justify-content: center;
    padding: clamp(25px, 3.2vw, 38px);
    background:
      linear-gradient(
        145deg,
        rgba(241, 247, 251, 0.98),
        rgba(249, 251, 253, 0.98)
      );
    border: 1px solid rgba(0, 90, 156, 0.10);
    border-radius: 19px;
  }

  .service-modal-modern__hero-copy h4 {
    margin: 0 0 14px;
    color: #243447;
    font-size: clamp(1.3rem, 2.4vw, 1.62rem);
    line-height: 1.25;
  }

  .service-modal-modern__hero-copy p {
    margin: 0;
    color: #5c6d82;
    font-size: 0.98rem;
    line-height: 1.75;
  }

  .service-modal-modern__info-grid {
    display: grid;
    grid-template-columns: repeat(
      auto-fit,
      minmax(min(100%, 310px), 1fr)
    );
    gap: 18px;
  }

  .service-modal-modern__info-card {
    padding: 25px 26px;
    background: #ffffff;
    border: 1px solid rgba(0, 43, 77, 0.10);
    border-radius: 17px;
    box-shadow: 0 10px 28px rgba(0, 43, 77, 0.06);
  }

  .service-modal-modern__info-card h5 {
    margin: 0 0 13px;
    color: #263649;
    font-size: 1.08rem;
    line-height: 1.35;
  }

  .service-modal-modern__info-card ul,
  .service-modal-modern__info-card ol {
    display: grid;
    gap: 7px;
    margin: 0;
    padding-left: 1.22rem;
  }

  .service-modal-modern__info-card li {
    color: #607086;
    font-size: 0.93rem;
    line-height: 1.55;
  }

  .service-modal-modern__gallery {
    padding: 24px;
    background: #f4f7fa;
    border-radius: 18px;
  }

  .service-modal-modern__gallery > h4 {
    margin: 0 0 15px;
    color: #263649;
    font-size: 1.08rem;
  }

  .service-modal-modern__gallery-grid {
    display: grid;
    grid-template-columns: repeat(
      auto-fit,
      minmax(min(100%, 260px), 1fr)
    );
    gap: 15px;
  }

  .service-modal-modern__gallery figure {
    margin: 0;
    overflow: hidden;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 9px 22px rgba(0, 43, 77, 0.09);
  }

  .service-modal-modern__gallery img {
    display: block;
    width: 100%;
    height: 185px;
    object-fit: cover;
  }

  .service-modal-modern__gallery figcaption {
    padding: 11px 13px 13px;
    color: #637287;
    font-size: 0.82rem;
  }

  .service-modal-modern__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 26px;
    color: #ffffff;
    background:
      radial-gradient(
        circle at 88% 25%,
        rgba(239, 62, 66, 0.24),
        transparent 32%
      ),
      linear-gradient(120deg, #002b4d, #005a9c);
    border-radius: 18px;
  }

  .service-modal-modern__footer-copy {
    display: grid;
    gap: 5px;
  }

  .service-modal-modern__footer-copy strong {
    font-size: 1.08rem;
  }

  .service-modal-modern__footer-copy span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.88rem;
  }

  .service-modal-modern__cta {
    flex: 0 0 auto;
    margin: 0 !important;
    white-space: nowrap;
  }

  @media (max-width: 820px) {
    .service-modal-modern__hero {
      grid-template-columns: 1fr;
    }

    .service-modal-modern__hero-media,
    .service-modal-modern__hero-media img,
    .service-modal-modern__hero-copy {
      min-height: 0;
    }

    .service-modal-modern__hero-media img {
      aspect-ratio: 16 / 10;
    }

    .service-modal-modern__footer {
      align-items: flex-start;
      flex-direction: column;
    }

    .service-modal-modern__cta {
      white-space: normal;
    }
  }

  @media (max-width: 640px) {
    .service-modal__panel {
      width: 100%;
      max-height: none;
      border-radius: 0;
    }

    .service-modal__content {
      max-height: none;
      padding: 76px 17px 28px;
    }

    .service-modal-modern {
      gap: 20px;
    }

    .service-modal-modern__header {
      padding: 0;
    }

    .service-modal-modern__hero-copy,
    .service-modal-modern__info-card,
    .service-modal-modern__gallery,
    .service-modal-modern__footer {
      padding: 21px;
      border-radius: 15px;
    }

    .service-modal-modern__gallery-grid {
      grid-template-columns: 1fr;
    }

    .service-modal-modern__gallery img {
      height: auto;
      aspect-ratio: 16 / 10;
    }

    .service-modal-modern__cta {
      width: 100%;
    }
  }

/* ---- preserved style block ---- */

/* Clean stacked service modal layout */
  .service-modal__panel {
    width: min(940px, calc(100vw - 28px));
    max-height: 92vh;
    overflow: hidden;
    border-radius: 22px;
  }

  .service-modal__content {
    max-height: 92vh;
    padding: 0;
    background: #ffffff;
  }

  .service-modal-clean {
    display: grid;
    gap: 0;
  }

  .service-modal-clean__header {
    padding: 34px 72px 22px;
    text-align: center;
    background: #ffffff;
  }

  .service-modal-clean__header h3 {
    margin: 0 0 10px;
    color: #17283a;
    font-size: clamp(1.75rem, 3.4vw, 2.5rem);
    line-height: 1.12;
  }

  .service-modal-clean__line {
    display: block;
    width: 66px;
    height: 3px;
    margin: 0 auto;
    background: linear-gradient(90deg, #005a9c, #ef3e42);
    border-radius: 999px;
  }

  .service-modal-clean__hero {
    margin: 0;
    padding: 0 28px;
    background: #ffffff;
  }

  .service-modal-clean__hero img {
    display: block;
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: center;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(0, 43, 77, 0.13);
  }

  [data-service-detail="service-retaining"]
    .service-modal-clean__hero img {
    padding: 18px;
    object-fit: contain;
    background: #f4f7f9;
  }

  .service-modal-clean__intro {
    padding: 28px 34px 12px;
    text-align: center;
  }

  .service-modal-clean__intro h4 {
    margin: 0 0 12px;
    color: #263649;
    font-size: clamp(1.22rem, 2.2vw, 1.52rem);
  }

  .service-modal-clean__intro p {
    max-width: 760px;
    margin: 0 auto;
    color: #5d6d81;
    font-size: 0.97rem;
    line-height: 1.72;
  }

  .service-modal-clean__info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 22px 34px 28px;
  }

  .service-modal-clean__info-card {
    padding: 22px 24px;
    background: #f7f9fb;
    border: 1px solid rgba(0, 43, 77, 0.08);
    border-radius: 16px;
  }

  .service-modal-clean__info-card h5,
  .service-modal-clean__info-card h4 {
    margin: 0 0 12px;
    color: #263649;
    font-size: 1.05rem;
    line-height: 1.35;
  }

  .service-modal-clean__info-card ul,
  .service-modal-clean__info-card ol {
    display: grid;
    gap: 7px;
    margin: 0;
    padding-left: 1.15rem;
  }

  .service-modal-clean__info-card li {
    color: #607086;
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .service-modal-clean__gallery {
    margin: 0 34px 28px;
    padding: 20px;
    background: #f3f6f9;
    border-radius: 16px;
  }

  .service-modal-clean__gallery > h4 {
    margin: 0 0 14px;
    color: #263649;
    font-size: 1.04rem;
  }

  .service-modal-clean__gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
  }

  .service-modal-clean__gallery figure {
    margin: 0;
    overflow: hidden;
    background: #ffffff;
    border-radius: 13px;
  }

  .service-modal-clean__gallery img {
    display: block;
    width: 100%;
    height: 170px;
    object-fit: cover;
  }

  .service-modal-clean__gallery figcaption {
    padding: 10px 12px 12px;
    color: #68778b;
    font-size: 0.8rem;
  }

  .service-modal-clean__footer {
    position: sticky;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 22px 34px;
    color: #ffffff;
    background: linear-gradient(120deg, #002b4d, #005a9c);
    box-shadow: 0 -10px 24px rgba(0, 43, 77, 0.10);
  }

  .service-modal-clean__footer-copy {
    display: grid;
    gap: 4px;
  }

  .service-modal-clean__footer-copy strong {
    font-size: 1.02rem;
  }

  .service-modal-clean__footer-copy span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.85rem;
  }

  .service-modal-clean__cta {
    flex: 0 0 auto;
    margin: 0 !important;
    white-space: nowrap;
  }

  @media (max-width: 760px) {
    .service-modal__panel {
      width: 100%;
      height: 100%;
      max-height: none;
      border-radius: 0;
    }

    .service-modal__content {
      height: 100%;
      max-height: none;
    }

    .service-modal-clean__header {
      padding: 76px 20px 20px;
    }

    .service-modal-clean__hero {
      padding: 0 16px;
    }

    .service-modal-clean__hero img {
      height: auto;
      aspect-ratio: 16 / 10;
      border-radius: 14px;
    }

    .service-modal-clean__intro {
      padding: 24px 18px 10px;
      text-align: left;
    }

    .service-modal-clean__info-grid {
      grid-template-columns: 1fr;
      padding: 18px 16px 24px;
    }

    .service-modal-clean__gallery {
      margin: 0 16px 24px;
      padding: 16px;
    }

    .service-modal-clean__gallery-grid {
      grid-template-columns: 1fr;
    }

    .service-modal-clean__gallery img {
      height: auto;
      aspect-ratio: 16 / 10;
    }

    .service-modal-clean__footer {
      align-items: stretch;
      flex-direction: column;
      padding: 18px 16px;
    }

    .service-modal-clean__cta {
      width: 100%;
      white-space: normal;
    }
  }

/* ---- preserved style block ---- */

/* ---- preserved style block ---- */

.brand,
  .brand img,
  .footer-brand,
  .footer-brand img {
    background-color: transparent !important;
  }

  .brand img,
  .footer-brand img {
    object-position: center;
  }

/* =========================================================
   CONTACT LAYOUT — QUOTE FORM LEFT
   ========================================================= */
#contact .contact-layout {
  grid-template-areas: "quote details";
  grid-template-columns: minmax(520px, 1.22fr) minmax(320px, 0.78fr);
  align-items: start;
}

#contact .quote-form-wrap {
  grid-area: quote;
  min-width: 0;
}

#contact .contact-copy {
  grid-area: details;
  min-width: 0;
}

@media (max-width: 980px) {
  #contact .contact-layout {
    grid-template-areas:
      "quote"
      "details";
    grid-template-columns: minmax(0, 1fr);
  }
}


/* Additional services and reviews */
.additional-service-card .service-preview-placeholder {
 min-height: 180px;
 display:flex;
 align-items:center;
 justify-content:center;
 background:linear-gradient(135deg,#062b4a,#0b5fa5);
 color:#fff;
 font-size:1.5rem;
 font-weight:700;
}


/* Customer reviews carousel */
.reviews-carousel{background:var(--brand-blue-900,#063b63);color:#fff;overflow:hidden;padding:76px 0}
.reviews-carousel .section-heading h2{color:#fff}
.reviews-carousel .section-heading .lede{color:rgba(255,255,255,.78)}
.review-carousel{position:relative;display:flex;align-items:center;gap:18px;margin:38px auto 0;max-width:1180px}
.review-carousel__viewport{overflow:hidden;flex:1;padding:8px 0 18px}
.review-carousel__track{display:flex;gap:24px;transition:transform .45s ease;will-change:transform}
.review-carousel__slide{box-sizing:border-box;flex:0 0 calc((100% - 48px) / 3);margin:0;padding:0}
.review-carousel__slide img{display:block;width:100%;height:auto;border-radius:18px;background:#fff;box-shadow:0 14px 35px rgba(0,0,0,.18)}
.review-carousel__nav{flex:0 0 48px;width:48px;height:48px;border:0;border-radius:50%;background:#fff;color:var(--brand-blue-900,#063b63);font-size:32px;line-height:1;cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,.16);display:grid;place-items:center}
.review-carousel__nav:hover{transform:translateY(-1px)}
.review-carousel__dots{display:flex;justify-content:center;gap:8px;margin-top:8px}
.review-carousel__dot{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.4);cursor:pointer}
.review-carousel__dot.is-active{background:#fff;transform:scale(1.15)}
@media(max-width:900px){
 .review-carousel__slide{flex-basis:calc((100% - 24px) / 2)}
}
@media(max-width:600px){
 .reviews-carousel{padding:58px 0}
 .review-carousel{gap:8px}
 .review-carousel__slide{flex-basis:100%;padding:0}
 .review-carousel__nav{flex:0 0 40px;width:40px;height:40px;font-size:28px}
}

/* Customer review carousel: consistent card sizing and readable review content */
.review-carousel__slide.testimonial-card {
  min-height: 306px;
  height: 306px;
  margin: 0;
  padding: 26px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.review-carousel__slide.testimonial-card .testimonial-service {
  margin: -2px 0 12px;
  color: var(--brand-blue-800);
  font-size: .72rem;
  font-weight: 800;
}

.review-carousel__slide.testimonial-card blockquote {
  flex: 1 1 auto;
  min-height: 0;
  max-height: 142px;
  margin: 0 0 16px;
  overflow-y: auto;
  padding-right: 8px;
}

.review-carousel__slide.testimonial-card cite {
  flex: 0 0 auto;
}

.review-carousel__slide.testimonial-card .testimonial-stars {
  flex: 0 0 auto;
}

@media (max-width: 900px) {
  .review-carousel__slide.testimonial-card {
    min-height: 306px;
    height: 306px;
  }
}

@media (max-width: 600px) {
  .review-carousel__slide.testimonial-card {
    min-height: 306px;
    height: 306px;
  }
}

/* Standalone Contact / Privacy pages */
.page-hero {
  padding: 132px 0 54px;
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(0,31,55,.96), rgba(0,75,125,.92)),
    url("../assets/images/navo-93756ce45130adb3.webp") center/cover no-repeat;
}
.page-hero .eyebrow { color: var(--brand-red); }
.page-hero h1 { max-width: 820px; margin: 0; font-size: clamp(2.6rem, 5vw, 4.5rem); line-height: .98; }
.page-hero p { max-width: 720px; margin: 20px 0 0; color: var(--slate-300); font-size: 1.05rem; }

.contact-page-section { padding: 70px 0 90px; background: var(--off-white); }
.contact-page-grid {
  display: grid;
  grid-template-columns: minmax(280px,.82fr) minmax(0,1.18fr);
  gap: 42px;
  align-items: start;
}
.contact-page-info {
  color: var(--white);
  background: var(--brand-blue-900);
  border-radius: 22px;
  padding: 36px;
  box-shadow: 0 18px 45px rgba(0,31,55,.16);
}
.contact-page-info h2 { margin: 0 0 14px; font-size: 2rem; }
.contact-page-info > p { color: var(--slate-300); }
.contact-page-details { display:grid; gap:12px; margin-top:28px; }
.contact-page-details .contact-detail { background:rgba(255,255,255,.055); }
.contact-page-form {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: 22px;
  padding: 38px;
  box-shadow: 0 18px 45px rgba(0,31,55,.10);
}
.contact-page-form h2 { margin:0 0 8px; color:var(--brand-blue-900); }
.contact-page-form .form-intro { margin:0 0 26px; color:var(--slate-500); }
.contact-form-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px 16px; }
.contact-form-grid .form-group--full { grid-column:1/-1; }
.contact-page-form textarea { min-height:150px; resize:vertical; }
.form-check {
  display:flex; gap:10px; align-items:flex-start; margin:20px 0 22px;
  color:var(--slate-600); font-size:.78rem; line-height:1.55;
}
.form-check input { width:17px; height:17px; margin-top:2px; accent-color:var(--brand-red); flex:0 0 auto; }
.form-check a { color:var(--brand-blue-700); text-decoration:underline; }
.privacy-commitment {
  margin-top:22px; padding:18px 20px; border-left:4px solid var(--brand-red);
  background:var(--off-white); border-radius:10px; color:var(--slate-600); font-size:.82rem; line-height:1.6;
}
.privacy-commitment strong { color:var(--brand-blue-900); }
.policy-section { padding: 76px 0 92px; background: var(--off-white); }
.policy-layout { max-width: 900px; margin: 0 auto; background:var(--white); border:1px solid var(--slate-200); border-radius:20px; padding:clamp(28px,5vw,54px); box-shadow:0 16px 40px rgba(0,31,55,.08); }
.policy-layout h2 { margin:32px 0 10px; color:var(--brand-blue-900); font-size:1.3rem; }
.policy-layout h2:first-of-type { margin-top:24px; }
.policy-layout p, .policy-layout li { color:var(--slate-600); line-height:1.75; }
.policy-layout ul { padding-left:22px; }
.policy-meta { color:var(--slate-500); font-size:.82rem; }
@media (max-width: 850px) {
  .contact-page-grid { grid-template-columns:1fr; }
  .contact-form-grid { grid-template-columns:1fr; }
  .contact-form-grid .form-group--full { grid-column:auto; }
  .page-hero { padding-top:110px; }
}

.contact-highlight {
  margin-top: 28px;
  padding: 22px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
}
.contact-highlight strong {display:block;color:#fff;margin-bottom:12px;font-size:1rem;}
.contact-highlight ul {margin:0;padding-left:18px;color:var(--text-on-dark);line-height:1.8;font-size:.9rem;}


/* 2026-09 carousel and footer social fixes */
.review-carousel__viewport{overflow:hidden;scroll-behavior:smooth}
.review-carousel__track{transform:none!important;transition:none!important}
.footer-socials{display:flex;align-items:center;gap:10px;margin-top:16px;padding-top:14px;border-top:1px solid rgba(255,255,255,.14)}
.footer-social-link{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(255,255,255,.22);border-radius:50%;color:#fff;background:rgba(255,255,255,.07);transition:transform .18s ease,background .18s ease,border-color .18s ease}
.footer-social-link:hover{transform:translateY(-2px);background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.4)}
.footer-social-link svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.footer-social-link:first-child svg{fill:currentColor;stroke:none}
.external-resources{margin:34px 0;padding:24px 26px;border:1px solid #dbe5ee;border-radius:18px;background:#f7fafc}
.external-resources h2{margin-top:0!important}
.external-resources ul{padding-left:20px}
.external-resources li{margin:10px 0}
.external-resources a{font-weight:800;text-decoration:underline;text-underline-offset:3px}
.error-page{min-height:70vh;display:grid;place-items:center;padding:64px 20px;text-align:center}
.error-card{max-width:680px;padding:44px 34px;border:1px solid #dbe5ee;border-radius:24px;background:#fff;box-shadow:0 18px 50px rgba(0,43,77,.12)}
.error-code{font-size:clamp(4rem,14vw,8rem);font-weight:900;line-height:.9;color:#002b4d}


/* Service area showcase */
.service-area-showcase{background:linear-gradient(180deg,#fff 0%,#f4f8fb 100%);overflow:hidden}
.service-area-showcase__heading{max-width:850px;margin-left:auto;margin-right:auto}
.service-area-showcase__card{max-width:1100px;margin:2rem auto 0;background:#062f50;border-radius:24px;overflow:hidden;box-shadow:0 22px 55px rgba(5,36,61,.16)}
.service-area-showcase__card>img{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;background:#07385d}
.service-area-showcase__content{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:28px 32px;color:#fff}
.service-area-showcase__content>div{max-width:720px}
.service-area-showcase__label{display:inline-block;margin-bottom:10px;padding:6px 13px;border-radius:999px;background:#f23b43;color:#fff;font-weight:700;font-size:.82rem;text-transform:uppercase;letter-spacing:.06em}
.service-area-showcase__content h3{margin:0 0 8px;color:#fff;font-size:clamp(1.45rem,2.5vw,2.15rem)}
.service-area-showcase__content p{margin:0;color:rgba(255,255,255,.86);line-height:1.7}
@media (max-width:760px){.service-area-showcase__card{border-radius:18px}.service-area-showcase__content{display:block;padding:22px}.service-area-showcase__content .btn{margin-top:18px;width:100%;text-align:center}}

/* Review section horizontal scrolling - all 14 reviews accessible */
.review-carousel{
 display:block;
 max-width:1180px;
 margin:38px auto 0;
}
.review-carousel__viewport{
 overflow-x:auto;
 overflow-y:hidden;
 scroll-behavior:smooth;
 scrollbar-width:thin;
 -webkit-overflow-scrolling:touch;
 cursor:grab;
 padding:8px 0 18px;
}
.review-carousel__viewport:active{cursor:grabbing}
.review-carousel__track{
 display:flex;
 gap:24px;
 transition:none!important;
 transform:none!important;
 width:max-content;
}
.review-carousel__slide{
 flex:0 0 360px!important;
}
.review-carousel__nav,
.review-carousel__dots{
 display:none!important;
}
@media(max-width:600px){
 .review-carousel__slide{flex:0 0 88%!important;}
}
