* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  line-height: 1.5;
  color: #1f2933;
  background: #f5f7fa;
  overflow-x: hidden;
  overflow-wrap: anywhere;
}

a {
  color: #0b5cab;
  overflow-wrap: anywhere;
}

img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  height: auto;
}

.site-header,
.site-footer {
  background: #ffffff;
  border-bottom: 1px solid #d9e2ec;
}

.site-footer {
  border-top: 1px solid #d9e2ec;
  border-bottom: 0;
}

.wrap,
main {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 1.5rem clamp(1rem, 4vw, 1.5rem);
}

nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.contact-button {
  display: inline-block;
  min-height: 44px;
  padding: 0.75rem 0.5rem;
  color: #0b5cab;
  text-decoration: underline;
  font-weight: inherit;
  background: none;
  border: 0;
  margin-left: auto;
}

.eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2 {
  color: #102a43;
}

h1 {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
}

h2 {
  font-size: clamp(1.25rem, 4vw, 1.75rem);
}

@media (max-width: 48rem) {
  nav {
    gap: 0.5rem 0.75rem;
  }

  nav a {
    display: inline-block;
    min-height: 44px;
    padding: 0.75rem 0.5rem;
  }

  .contact-button {
    margin-left: 0;
  }
}

@media (min-width: 48rem) {
  nav a {
    display: inline-block;
    min-height: 44px;
    padding: 0.75rem 0.5rem;
  }
}

@media (max-width: 64rem) {
  a.touch-target {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0.25rem 0;
  }
}
