:root {
      --navy: #102d52;
      --navy-2: #173d69;
      --blue: #075ca8;
      --red: #d5202f;
      --gold: #f2ae16;
      --ink: #182331;
      --muted: #647080;
      --paper: #eeefec;
      --paper-2: #e6e7e3;
      --white: #fafaf8;
      --line: #d4d7d3;
      --shadow: 0 20px 55px rgba(16, 45, 82, .10);
      --radius: 18px;
      --max: 1180px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--ink);
      background: var(--paper);
      font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
    }
    body.menu-open { overflow: hidden; }
    img { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }
    button, a { -webkit-tap-highlight-color: transparent; }

    .container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
    .section { padding: 108px 0; }
    .section-kicker {
      display: flex;
      align-items: center;
      gap: 12px;
      margin: 0 0 18px;
      color: var(--blue);
      font-size: .78rem;
      font-weight: 750;
      letter-spacing: .15em;
      text-transform: uppercase;
    }
    .section-kicker::before { content: ""; width: 34px; height: 2px; background: var(--red); }
    h1, h2, h3, p { margin-top: 0; }
    h1, h2, h3 { line-height: 1.12; letter-spacing: -.035em; }
    h2 { margin-bottom: 24px; color: var(--navy); font-size: clamp(2.15rem, 4vw, 3.65rem); }
    .lead { max-width: 720px; color: var(--muted); font-size: 1.12rem; }

    .site-header {
      position: sticky;
      z-index: 50;
      top: 0;
      height: 92px;
      background: rgba(238, 239, 236, .94);
      border-bottom: 1px solid rgba(16, 45, 82, .12);
      backdrop-filter: blur(14px);
    }
    .nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
    .brand { flex: 0 0 auto; width: 285px; height: 76px; display: flex; align-items: center; overflow: visible; }
    
    .brand-picture { display: flex; align-items: center; width: 100%; height: 100%; }
.brand img { display: block; width: 285px; height: auto; max-height: 72px; object-fit: contain; object-position: left center; mix-blend-mode: multiply; }
    .nav { display: flex; align-items: center; gap: 20px; }
    .nav a { position: relative; color: #304154; font-size: .94rem; font-weight: 650; }
    .nav a:not(.nav-cta)::after {
      content: "";
      position: absolute;
      right: 0;
      bottom: -8px;
      left: 0;
      height: 2px;
      background: var(--red);
      transform: scaleX(0);
      transform-origin: right;
      transition: transform .25s ease;
    }
    .nav a:hover::after, .nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
    .nav-cta { padding: 12px 18px; color: #fff !important; background: var(--navy); border-radius: 7px; }
    .nav-cta:hover { background: var(--navy-2); }
    .menu-button { display: none; border: 0; background: transparent; color: var(--navy); font-size: 1.6rem; cursor: pointer; }

    .hero { min-height: calc(100vh - 92px); display: flex; align-items: center; padding: 72px 0 58px; }
    .hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: stretch; gap: 60px; }
    .hero-copy { align-self: center; padding: 28px 0; }
    .hero h1 {
      max-width: 690px;
      margin-bottom: 28px;
      color: var(--navy);
      font-size: clamp(3rem, 5.35vw, 5.5rem);
      font-weight: 760;
    }
    .hero h1 span { color: var(--blue); }
    .hero-text { max-width: 650px; margin-bottom: 36px; color: #526171; font-size: clamp(1.08rem, 1.45vw, 1.28rem); }
    .actions { display: flex; flex-wrap: wrap; gap: 15px; }
    .button {
      display: inline-flex;
      min-height: 55px;
      align-items: center;
      justify-content: center;
      gap: 11px;
      padding: 14px 24px;
      border: 1px solid transparent;
      border-radius: 8px;
      font-weight: 750;
      transition: transform .2s ease, background .2s ease, border-color .2s ease;
    }
    .button:hover { transform: translateY(-2px); }
    .button-primary { color: #fff; background: var(--navy); }
    .button-primary:hover { background: var(--navy-2); }
    .button-secondary { color: var(--navy); border-color: rgba(16, 45, 82, .35); background: transparent; }
    .button-secondary:hover { border-color: var(--navy); background: rgba(255, 255, 255, .45); }
    .intro-actions { margin-top: 28px; }
    .services-actions { justify-content: center; margin-top: 34px; }
    .arrow { font-size: 1.15em; }

    .hero-panel {
      position: relative;
      min-height: 600px;
      overflow: hidden;
      color: #fff;
      background: var(--navy);
      border-radius: 24px;
      box-shadow: var(--shadow);
    }
    .hero-panel::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(145deg, rgba(255,255,255,.075), transparent 42%),
        linear-gradient(0deg, rgba(5,25,49,.58), transparent 62%);
    }
    .hero-panel::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 7px;
      height: 38%;
      background: var(--gold);
    }
    .panel-content { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; padding: 50px; }
    .panel-label { margin-bottom: auto; color: #b9c7d7; font-size: .79rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
    .panel-quote { max-width: 430px; margin-bottom: 40px; font-size: clamp(1.85rem, 3vw, 2.75rem); font-weight: 620; line-height: 1.17; letter-spacing: -.03em; }
    .panel-quote em { color: #f1bd40; font-style: normal; }
    .coverage { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
    .coverage div { padding: 17px 8px 10px 0; color: #dce5ee; font-size: .9rem; border-bottom: 1px solid rgba(255,255,255,.12); }
    .coverage div:nth-child(even) { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.12); }

    .promise-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(250,250,248,.42); }
    .promise-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
    .promise { padding: 28px 24px; border-right: 1px solid var(--line); }
    .promise:first-child { padding-left: 0; }
    .promise:last-child { border-right: 0; }
    .promise strong { display: block; margin-bottom: 3px; color: var(--navy); font-size: 1rem; }
    .promise span { color: var(--muted); font-size: .88rem; }

    .intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
    .intro-text { color: #465667; font-size: clamp(1.3rem, 2vw, 1.72rem); line-height: 1.55; }
    .intro-text strong { color: var(--navy); }

    .services { background: var(--paper-2); }
    .services-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 54px; }
    .services-head .lead { max-width: 500px; }
    .service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
    .service-card {
      min-height: 300px;
      padding: 38px;
      background: rgba(250,250,248,.72);
      border: 1px solid rgba(16,45,82,.11);
      border-radius: var(--radius);
      transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
    }
    .service-card:hover { transform: translateY(-4px); background: var(--white); box-shadow: 0 18px 45px rgba(16,45,82,.08); }
    .service-number { display: block; margin-bottom: 50px; color: var(--red); font-size: .8rem; font-weight: 800; letter-spacing: .12em; }
    .service-card h3 { margin-bottom: 16px; color: var(--navy); font-size: 1.55rem; }
    .service-card p { margin-bottom: 0; color: var(--muted); }

    .nortavo { color: #fff; background: var(--navy); }
    .nortavo-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; }
    .nortavo .section-kicker { color: #e4b337; }
    .nortavo .section-kicker::before { background: #e4b337; }
    .nortavo h2 { color: #fff; }
    .nortavo .lead { color: #c5d0dc; }
    .nortavo-mark { display: inline-flex; margin-bottom: 28px; padding: 9px 13px; color: var(--navy); background: #fff; border-radius: 6px; font-size: .78rem; font-weight: 850; letter-spacing: .14em; }
    .button-light { color: var(--navy); background: #fff; border-color: #fff; }
    .button-light:hover { background: #e8edf2; border-color: #e8edf2; }
    .nortavo-proof { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; overflow: hidden; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); }
    .proof-item { min-height: 150px; padding: 28px; background: #15375f; }
    .proof-item strong { display: block; margin-bottom: 8px; color: #fff; font-size: 1.05rem; }
    .proof-item span { color: #b9c8d7; font-size: .9rem; }

    .method-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 56px; border-top: 1px solid var(--line); }
    .method-step { padding: 32px 28px 0 0; }
    .method-step b { display: flex; width: 36px; height: 36px; align-items: center; justify-content: center; margin-bottom: 24px; color: var(--navy); border: 1px solid #aeb8c2; border-radius: 50%; }
    .method-step h3 { color: var(--navy); font-size: 1.15rem; }
    .method-step p { color: var(--muted); font-size: .93rem; }

    .contact { padding: 100px 0; background: var(--white); }
    .contact-box {
      display: grid;
      grid-template-columns: .82fr 1.18fr;
      gap: 68px;
      align-items: start;
      padding: 58px;
      background: #e3e5e2;
      border: 1px solid rgba(16, 45, 82, .08);
      border-radius: 24px;
    }
    .contact-box h2 { margin-bottom: 18px; }
    .contact-intro { position: sticky; top: 125px; }
    .contact-details {
      display: grid;
      gap: 8px;
      margin-top: 34px;
      color: #405163;
      font-size: .94rem;
    }
    .contact-details a {
      width: fit-content;
      color: var(--navy);
      font-weight: 750;
    }
    .contact-details a:hover { color: var(--blue); }

    .contact-form {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px;
      padding: 34px;
      background: rgba(250, 250, 248, .86);
      border: 1px solid rgba(16, 45, 82, .10);
      border-radius: 18px;
      box-shadow: 0 16px 45px rgba(16, 45, 82, .07);
    }
    .form-field {
      display: grid;
      align-content: start;
      gap: 8px;
    }
    .form-field-full { grid-column: 1 / -1; }
    .form-field label {
      color: var(--navy);
      font-size: .88rem;
      font-weight: 750;
    }
    .form-field input,
    .form-field select,
    .form-field textarea {
      width: 100%;
      min-height: 50px;
      padding: 12px 14px;
      color: var(--ink);
      background: #f8f8f5;
      border: 1px solid #c7ccc9;
      border-radius: 7px;
      outline: none;
      font: inherit;
      transition:
        border-color .2s ease,
        box-shadow .2s ease,
        background .2s ease;
    }
    .form-field textarea {
      min-height: 145px;
      resize: vertical;
      line-height: 1.5;
    }
    .form-field input:focus,
    .form-field select:focus,
    .form-field textarea:focus {
      background: #fff;
      border-color: var(--blue);
      box-shadow: 0 0 0 3px rgba(7, 92, 168, .12);
    }
    .form-consent {
      display: flex;
      align-items: flex-start;
      gap: 11px;
      color: #566474;
      font-size: .86rem;
      line-height: 1.45;
      cursor: pointer;
    }
    .form-consent input {
      flex: 0 0 auto;
      width: 17px;
      height: 17px;
      margin-top: 2px;
      accent-color: var(--navy);
    }
    .form-actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 18px;
    }
    .form-actions .button {
      border: 0;
      cursor: pointer;
    }
    .form-actions .button:disabled {
      cursor: wait;
      opacity: .62;
      transform: none;
    }
    .form-status {
      flex: 1 1 230px;
      margin: 0;
      color: var(--muted);
      font-size: .9rem;
      line-height: 1.4;
    }
    .form-status.success { color: #17633a; font-weight: 700; }
    .form-status.error { color: #a51f2c; font-weight: 700; }
    .form-honeypot {
      position: absolute !important;
      left: -10000px !important;
      width: 1px !important;
      height: 1px !important;
      overflow: hidden !important;
    }

    @media (max-width: 820px) {
      .contact-intro { position: static; }
      .contact-form { padding: 28px; }
    }

    @media (max-width: 640px) {
      .contact-form {
        grid-template-columns: 1fr;
        padding: 24px 18px;
      }
      .form-field-full { grid-column: auto; }
      .form-actions { align-items: stretch; }
      .form-actions .button { width: 100%; }
    }

    footer { padding: 34px 0; color: #c7d2df; background: #0b233f; font-size: .88rem; }
    .footer-grid { display: flex; justify-content: space-between; gap: 30px; }

    .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
    .reveal.visible { opacity: 1; transform: none; }

    @media (max-width: 960px) {
      body::before { content: none; }
      body.menu-open { overflow: auto; }

      .menu-button {
        position: relative;
        z-index: 1002;
        display: block;
      }

      .site-header {
        background: #eeefec;
        backdrop-filter: none;
      }

      .nav {
        position: absolute;
        z-index: 1001;
        top: calc(100% + 10px);
        right: 24px;
        left: auto;
        width: min(248px, calc(100vw - 48px));
        height: auto;
        max-height: calc(100vh - 120px);
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 2px;
        padding: 12px;
        overflow-y: auto;
        visibility: hidden;
        pointer-events: none;
        opacity: 0;
        background: #f6f7f4;
        border: 1px solid rgba(16, 45, 82, .14);
        border-radius: 14px;
        box-shadow: 0 18px 45px rgba(16, 45, 82, .20);
        transform: translateY(-8px) scale(.98);
        transform-origin: top right;
        transition:
          opacity .18s ease,
          transform .18s ease,
          visibility 0s linear .18s;
      }

      .nav.open {
        visibility: visible;
        pointer-events: auto;
        opacity: 1;
        transform: translateY(0) scale(1);
        transition-delay: 0s;
      }

      .nav a {
        padding: 11px 13px;
        border-radius: 8px;
        font-size: .98rem;
      }

      .nav a:not(.nav-cta):hover {
        background: rgba(16, 45, 82, .07);
      }

      .nav-cta {
        margin-top: 5px;
        padding: 12px 13px !important;
        text-align: center;
      }
      .hero-grid, .intro-grid, .nortavo-grid, .contact-box { grid-template-columns: 1fr; }
      .hero { padding-top: 48px; }
      .hero-grid { gap: 36px; }
      .hero-panel { min-height: 490px; }
      .promise-grid, .method-grid { grid-template-columns: repeat(2, 1fr); }
      .promise:nth-child(2) { border-right: 0; }
      .promise:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
      .services-head { display: block; }
      .services-head .lead { max-width: 720px; }
    }

    @media (max-width: 640px) {
      .container { width: min(calc(100% - 30px), var(--max)); }
      .site-header { height: 78px; }
      .brand { width: 210px; height: 62px; }
      .brand img { width: 210px; max-height: 58px; }
      .nav { right: 15px; width: min(248px, calc(100vw - 30px)); }
      .section { padding: 76px 0; }
      .hero { min-height: auto; padding: 42px 0; }
      .hero h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
      .actions { display: grid; }
      .button { width: 100%; }
      .hero-panel { min-height: 440px; border-radius: 18px; }
      .panel-content { padding: 34px 26px; }
      .coverage { grid-template-columns: 1fr; }
      .coverage div:nth-child(even) { padding-left: 0; border-left: 0; }
      .promise-grid, .service-grid, .nortavo-proof, .method-grid { grid-template-columns: 1fr; }
      .promise { padding-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
      .service-card { min-height: auto; padding: 30px; }
      .service-number { margin-bottom: 34px; }
      .contact-box { padding: 34px 25px; gap: 34px; }
      .footer-grid { display: grid; }
    }

    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
      .reveal { opacity: 1; transform: none; }
    }
