  :root {
    --navy: #0F3D5C;
    --navy-deep: #0A2C43;
    --sky: #3FA9D6;
    --amber: #D9972B;
    --paper: #FAF9F5;
    --paper-dim: #F1EFE8;
    --ink: #1B2B33;
    --ink-soft: #4B5D66;
    --line: #D7DDD9;
    --max: 760px;
  }

  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }

  body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: 'Source Sans 3', Arial, sans-serif;
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }

  h1, h2, h3 {
    font-family: 'Space Grotesk', Arial, sans-serif;
    color: var(--navy);
    margin: 0;
  }

  a { color: inherit; }

  .wrap {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 24px;
  }

  /* ---------- Header (banner) ---------- */
  .site-header {
    border-bottom: 1px solid var(--line);
  }
  .site-header-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 18px 24px 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .site-header .banner-mark {
    width: 100%;
    height: auto;
    display: block;
  }
  .header-name {
    margin-top: 14px;
    font-family: 'Space Grotesk', Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--ink);
  }
  .header-phone {
    margin-top: 2px;
    font-size: 15px;
    font-weight: 700;
    color: var(--navy);
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 2px solid var(--sky);
    padding-bottom: 2px;
  }
  .header-phone:hover { color: var(--sky); }

  /* ---------- Hero ---------- */
  .hero {
    position: relative;
    overflow: hidden;
    padding: 40px 0 48px;
  }
  .hero-inner {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 2;
  }
  .hero-route {
    position: absolute;
    top: 37px;
    right: 17px;
    width: 265px;
    max-width: 37vw;
    z-index: 1;
    opacity: 0.9;
  }
  .hero h1 {
    font-size: clamp(34px, 5.4vw, 50px);
    line-height: 1.08;
    font-weight: 700;
    max-width: 11ch;
    letter-spacing: -0.5px;
  }
  .hero p.lede {
    margin: 14px 0 0;
    max-width: 46ch;
    font-size: 18px;
    color: var(--ink-soft);
  }
  .hero-cta {
    margin-top: 22px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .btn {
    display: inline-block;
    background: var(--amber);
    color: #1B2B33;
    font-weight: 700;
    text-decoration: none;
    padding: 14px 26px;
    border-radius: 3px;
    font-size: 16px;
    transition: background 0.15s ease;
  }
  .btn:hover { background: #C6851E; }
  .btn:focus-visible {
    outline: 3px solid var(--navy);
    outline-offset: 2px;
  }
  .hero-cta .phone-link {
    font-weight: 700;
    color: var(--navy);
    text-decoration: none;
    font-size: 16px;
    border-bottom: 2px solid var(--sky);
    padding-bottom: 2px;
  }
  .hero-cta .phone-link:hover { color: var(--sky); }

  .mailto-fallback {
    margin-top: 10px;
    font-size: 13px;
    color: var(--ink-soft);
  }
  .mailto-fallback a {
    color: var(--ink-soft);
    text-decoration: underline;
  }
  .mailto-fallback a:hover { color: var(--navy); }
  .offer-fallback {
    color: #9FBACA;
  }
  .offer-fallback a {
    color: #9FBACA;
  }
  .offer-fallback a:hover { color: #fff; }

  .hero-tags {
    margin-top: 24px;
    display: flex;
    gap: 26px;
    flex-wrap: wrap;
    font-size: 14.5px;
    color: var(--ink-soft);
  }
  .hero-tags span { white-space: nowrap; }
  .hero-tags b { color: var(--navy); font-weight: 700; }

  /* ---------- Sections ---------- */
  section { padding: 36px 0; }
  section + section { border-top: 1px solid var(--line); }

  h2.section-title {
    font-size: 26px;
    font-weight: 600;
    max-width: 20ch;
    margin-bottom: 6px;
  }
  p.section-lede {
    color: var(--ink-soft);
    max-width: 52ch;
    margin: 0 0 18px;
  }

  /* ---------- Services list ---------- */
  .service-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .service-list li {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 12px 0;
    border-top: 1px solid var(--line);
  }
  .service-list li:last-child { border-bottom: 1px solid var(--line); }
  .service-icon {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .service-icon svg { width: 22px; height: 22px; }
  .service-text h3 {
    font-size: 16.5px;
    font-weight: 600;
    margin-bottom: 3px;
  }
  .service-text p {
    margin: 0;
    color: var(--ink-soft);
    font-size: 15.5px;
  }

  /* ---------- Offer band ---------- */
  .offer {
    background: var(--navy);
    color: #EDF5F8;
  }
  .offer .wrap { padding-top: 34px; padding-bottom: 34px; }
  .offer h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    max-width: 22ch;
    margin-bottom: 10px;
  }
  .offer p {
    max-width: 54ch;
    color: #C9DEE8;
    margin: 0 0 18px;
    font-size: 16.5px;
  }
  .offer .btn { background: var(--sky); color: var(--navy-deep); }
  .offer .btn:hover { background: #58B9E0; }

  /* ---------- About ---------- */
  .stats {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    margin: 18px 0 18px;
  }
  .stat b {
    display: block;
    font-family: 'Space Grotesk', Arial, sans-serif;
    font-size: 28px;
    color: var(--navy);
    font-weight: 700;
    line-height: 1;
  }
  .stat span {
    display: block;
    margin-top: 6px;
    font-size: 13.5px;
    color: var(--ink-soft);
    max-width: 16ch;
  }
  .about-body { max-width: 58ch; color: var(--ink-soft); }
  .about-body strong { color: var(--ink); }

  /* ---------- Contact / footer ---------- */
  footer {
    background: var(--paper-dim);
    border-top: 1px solid var(--line);
  }
  footer .wrap { padding: 32px 24px 26px; }
  footer h2 { font-size: 23px; margin-bottom: 6px; }
  footer p.section-lede { margin-bottom: 18px; }

  .contact-grid {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
  }
  .contact-block dt {
    font-size: 13px;
    color: var(--ink-soft);
    margin-bottom: 3px;
  }
  .contact-block dd {
    margin: 0 0 14px;
    font-size: 17px;
    font-weight: 600;
    color: var(--navy);
  }
  .contact-block dd a { text-decoration: none; color: var(--navy); }
  .contact-block dd a:hover { color: var(--sky); }

  .footer-sign {
    margin-top: 12px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 13.5px;
    color: var(--ink-soft);
  }

  @media (max-width: 600px) {
    .hero-route { display: none; }
    .hero { padding: 52px 0 60px; }
    .stats { gap: 26px; }
    .contact-grid { gap: 26px; }
  }

  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .hero-enter { animation: none !important; opacity: 1 !important; transform: none !important; }
  }

  .hero-enter {
    animation: rise 0.7s ease-out both;
  }
  .hero-enter.d2 { animation-delay: 0.08s; }
  .hero-enter.d3 { animation-delay: 0.16s; }
  @keyframes rise {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }

  /* ---------- Site nav (multi-page) ---------- */
  .site-nav {
    margin-top: 16px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 14.5px;
  }
  .site-nav a {
    text-decoration: none;
    color: var(--ink-soft);
    font-weight: 600;
    padding-bottom: 3px;
    border-bottom: 2px solid transparent;
  }
  .site-nav a:hover { color: var(--navy); }
  .site-nav a.is-active {
    color: var(--navy);
    border-bottom-color: var(--sky);
  }

  /* ---------- Explore / link cards ---------- */
  .link-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px;
  }
  .link-card {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    width: 100%;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid var(--line);
    border-left: 5px solid var(--accent);
    border-radius: 4px;
    padding: 28px 30px;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
  }
  .link-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(15, 61, 92, 0.09);
  }
  .link-card:focus-visible {
    outline: 3px solid var(--navy);
    outline-offset: 3px;
  }
  .link-card--home { --accent: var(--sky); --accent-soft: #E6F3FA; }
  .link-card--business { --accent: var(--amber); --accent-soft: #FBF0DD; }
  .link-card--about { --accent: var(--navy); --accent-soft: #E5EDF1; }

  .link-card-icon {
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--accent-soft);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .link-card-icon svg { width: 28px; height: 28px; }
  .link-card-body { flex: 1; min-width: 0; }
  .link-card-body h3 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 6px;
  }
  .link-card-summary {
    margin: 0 0 14px;
    color: var(--ink-soft);
    font-size: 15.5px;
    max-width: 58ch;
  }
  .link-card-highlights {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 7px 20px;
  }
  .link-card-highlights li {
    font-size: 14px;
    color: var(--ink-soft);
    position: relative;
    padding-left: 14px;
  }
  .link-card-highlights li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent);
  }
  .link-card-cta {
    flex-shrink: 0;
    align-self: center;
    font-weight: 700;
    font-size: 15px;
    color: var(--navy);
    white-space: nowrap;
  }

  @media (max-width: 600px) {
    .link-card { flex-direction: column; padding: 24px 22px; gap: 16px; }
    .link-card-cta { align-self: flex-start; }
  }

  /* ---------- Sub-page hero / breadcrumb ---------- */
  .breadcrumb {
    font-size: 14px;
    color: var(--ink-soft);
    margin-bottom: 16px;
  }
  .breadcrumb a {
    color: var(--navy);
    text-decoration: none;
    border-bottom: 1px solid var(--sky);
    padding-bottom: 1px;
  }
  .breadcrumb a:hover { color: var(--sky); }

  .page-hero { padding: 34px 0 8px; }
  .page-hero h1 {
    font-size: clamp(28px, 4.4vw, 38px);
    line-height: 1.14;
    font-weight: 700;
    max-width: 18ch;
    letter-spacing: -0.4px;
  }
  .page-hero p.lede {
    margin: 12px 0 0;
    max-width: 54ch;
    font-size: 17px;
    color: var(--ink-soft);
  }

  /* ---------- Category note on service pages ---------- */
  .category-note {
    background: var(--paper-dim);
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 16px 20px;
    margin: 22px 0 0;
    font-size: 15px;
    color: var(--ink-soft);
  }
  .category-note a { color: var(--navy); font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--sky); }
  .category-note a:hover { color: var(--sky); }

  /* ---------- Footer quick links ---------- */
  .contact-block dd.footer-links-list { margin-bottom: 0; }
  .footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .footer-links li { margin-bottom: 8px; }
  .footer-links a {
    text-decoration: none;
    color: var(--navy);
    font-weight: 600;
    font-size: 15.5px;
  }
  .footer-links a:hover { color: var(--sky); }

  /* ---------- About photo layout ---------- */
  .about-layout {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    margin-top: 18px;
  }
  .about-photo {
    flex-shrink: 0;
    width: 200px;
  }
  .about-photo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    border: 1px solid var(--line);
  }
  .about-photo figcaption {
    margin-top: 8px;
    font-size: 13px;
    color: var(--ink-soft);
    text-align: center;
  }
  .about-content { flex: 1; min-width: 0; }
  .about-content .stats { margin-top: 0; }

  @media (max-width: 600px) {
    .about-layout { flex-direction: column; align-items: center; gap: 20px; }
    .about-photo { width: 160px; }
    .about-content { width: 100%; }
  }
