* { box-sizing: border-box; }

  body {
    margin: 0;
    background: #FEFEFC;
    color: #232323;
    font-family: 'Source Serif 4', Georgia, serif;
    font-size: 1.15rem;
    line-height: 1.7;
  }

  .page {
    max-width: 680px;
    margin: 0 auto;
    padding: 64px 24px 100px;
  }

  header.title-block {
    margin-bottom: 32px;
  }

  .logo-spot {
    margin-bottom: 28px;
  }
  .logo-spot img {
    max-height: 112px;/*56px; */
    max-width: 440px;/* 220px; */
    display: block;
  }

  .logo-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 160px;
    border: 1px dashed #ccc;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.75rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }

  .kicker {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 12px;
  }

  .tagline {
    position: relative;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    color: #777;
    margin: 0 0 20px;
    padding-left: 18px;
    border-left: 3px solid #004CB1;
  }

  .fine-print {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.85rem;
    color: #888;
    margin-top: 0;/* 10px; */
  }

  h1 {
    font-size: clamp(2.1rem, 5vw, 3rem);
    font-weight: 600;
    line-height: 1.15;
    margin: 0 0 8px;
  }

  .intro {
    font-size: 1.2rem;
    color: #4a4a4a;
  }

  h2 {
    font-size: 1.85rem;
    font-weight: 600;
    line-height: 1.25;
    /* margin: 56px 0 12px; */
    /* padding-top: 28px; */
    /* border-top: 1px solid #e5e2da; */
    margin-top: 0;
  }

  p { margin: 0 0 16px; }

  ul { margin: 0 0 16px; padding-left: 22px; }
  li { margin-bottom: 8px; }

  .team-member {
    background: #FBF8F1;
    border: 1px solid #eee7d9;
    border-left: 4px solid #004CB1;
    border-radius: 4px;
    padding: 20px 22px;
    margin-bottom: 18px;
  }
  .team-member .name {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 1.08rem;
  }
  .team-member .role {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.88rem;
    color: #C1832E; /* #C1832E; */
    font-weight: 600;
    margin-bottom: 8px;
  }
  .team-member p:last-child { margin-bottom: 0; }

  .contact-line {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 1.1rem;
  }

  .btn {
    display: inline-block;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    color: #FEFEFC;
    /* background: #2F5C56; */
    background: #004CB1;
    padding: 13px 26px;
    border-radius: 4px;
    /* margin-top: 8px; */
    margin: 0 auto;
    box-shadow: 0 2px 0 rgba(0,0,0,0.12);
    transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
  }
  .btn:hover {
    background: #004299; /* #234742; */
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(47,92,86,0.25);
  }

  footer {
    margin-top: 56px;
    padding-top: 10px;
    border-top: 2px solid #e5e2da; /* #e5e2da; */
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.85rem;
    color: #999;
  }

  a {
    color: #004CB1;
    margin-bottom: 0px;
  }

  .final-cta {
    text-align: center;
    background: #FBF8F1;
    color: #f2efe8;
    border-radius: 6px;
    padding: 44px 32px;
    margin-top: 60px;
    border: 1px solid #eee7d9;
  }
  .final-cta .eyebrow { 
    color: #E67E22; 
    border-top: 0;
    margin-top: 0;
  }
  .final-cta h2 { color: black; }
  .final-cta p { color: #777; }
  /*.final-cta .btn { background: #C1832E; box-shadow: 0 2px 0 rgba(0,0,0,0.2); }
  .final-cta .btn:hover { background: #a86f26; } */
  .final-cta .fine-print { color: #9aa39f; }

  .better-h2 {
    border-top: 0;
    margin-top: 0;
  }

  .eyebrow {
    display: block;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #E67E22;
    margin-top: 48px;
    /* margin-bottom: 8px; */
  }

  section {
    border-top: 1px solid #e5e2da;
    margin-top: 48px;
  }