@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, figure, blockquote, dl, dd {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.65;
  font-family: "Source Sans 3", "Source Sans Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.0625rem;
  color: #14181F;
  background: #FAFAF7;
}

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

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

a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
a:hover {
  text-decoration: none;
}
a:focus-visible {
  outline: 2px solid #064E9B;
  outline-offset: 2px;
}

::selection {
  background: #064E9B;
  color: #FFFFFF;
}

button {
  cursor: pointer;
  border: 0;
  background: none;
}
button:focus-visible {
  outline: 2px solid #064E9B;
  outline-offset: 2px;
}

ul, ol {
  list-style: none;
}

body {
  font-size: 1.0625rem;
  font-weight: 400;
}

h1, h2, h3, h4 {
  font-family: "Oswald", "Bebas Neue", "Impact", sans-serif;
  line-height: 1.1;
  color: #064E9B;
  margin-bottom: 1rem;
  letter-spacing: -0.005em;
}

h1, h2, .display {
  font-family: "Oswald", "Bebas Neue", "Impact", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

h3, h4 {
  font-family: "Source Sans 3", "Source Sans Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

h1 {
  font-size: 2.75rem;
}

h2 {
  font-size: 2.125rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.125rem;
}

.display {
  font-size: 2.75rem;
}
@media (min-width: 768px) {
  .display {
    font-size: 4.5rem;
  }
}
.display {
  line-height: 1.1;
  font-weight: 600;
}

.lead {
  font-size: 1.1875rem;
  color: #5A6470;
  line-height: 1.55;
}

.caption {
  font-size: 0.875rem;
  color: #5A6470;
}

.eyebrow {
  display: inline-block;
  font-family: "Source Sans 3", "Source Sans Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #064E9B;
  margin-bottom: 0.5rem;
}

p {
  margin-bottom: 1rem;
}

a {
  color: inherit;
}

.prose {
  max-width: 68ch;
  margin-left: auto;
  margin-right: auto;
  color: #14181F;
}
.prose > * + * {
  margin-top: 1rem;
}
.prose p {
  font-size: 1.0625rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.prose h1, .prose h2, .prose h3, .prose h4 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.prose > h1:first-child,
.prose > h2:first-child,
.prose > h3:first-child {
  margin-top: 0;
}
.prose h2 {
  font-size: 1.75rem;
  padding-top: 1rem;
  border-top: 2px solid #064E9B;
  padding-top: 1.5rem;
  margin-top: 3rem;
}
.prose h3 {
  font-size: 1.25rem;
  color: #064E9B;
}
.prose h4 {
  font-size: 1.0625rem;
  color: #064E9B;
}
.prose a {
  color: #064E9B;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  font-weight: 600;
  transition: color 150ms ease;
}
.prose a:hover {
  color: #053F7D;
  text-decoration-thickness: 2px;
}
.prose strong {
  color: #064E9B;
  font-weight: 700;
}
.prose ul, .prose ol {
  margin: 0 0 1rem;
  padding-left: 0;
  list-style: none;
}
.prose ul li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5rem;
  line-height: 1.55;
}
.prose ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 0.5em;
  height: 2px;
  background: #E9B90E;
}
.prose ol {
  counter-reset: prose-counter;
}
.prose ol li {
  counter-increment: prose-counter;
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.5rem;
  line-height: 1.55;
}
.prose ol li::before {
  content: counter(prose-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Oswald", "Bebas Neue", "Impact", sans-serif;
  font-weight: 600;
  color: #064E9B;
}
.prose blockquote {
  border-left: 3px solid #E9B90E;
  padding: 0.5rem 1.5rem;
  margin: 1.5rem 0;
  font-size: 1.0625rem;
  color: #5A6470;
  font-style: italic;
}
.prose hr {
  border: 0;
  border-top: 1px solid #E1E5EA;
  margin: 2rem 0;
}
.prose code {
  background: #F0F2F5;
  padding: 0.1em 0.4em;
  border-radius: 3px;
  font-size: 0.9em;
  color: #064E9B;
}
.prose em {
  color: #5A6470;
}

.prose--wide {
  max-width: 56rem;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}

.section--light {
  background: #F0F2F5;
}

.section--dark {
  background: #053F7D;
  color: #FFFFFF;
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.section-header__eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #064E9B;
  margin-bottom: 0.5rem;
}
.section-header h2 {
  margin-bottom: 0;
}

.grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.stack > * + * {
  margin-top: 1rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 2px;
  font-family: "Oswald", "Bebas Neue", "Impact", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  transition: background 250ms ease, color 250ms ease, transform 150ms ease, box-shadow 250ms ease;
  will-change: transform;
}
.btn:hover {
  transform: translateY(-1px);
}
.btn:active {
  transform: translateY(0);
}
.btn:focus-visible {
  outline: 2px solid #064E9B;
  outline-offset: 2px;
}

.btn--primary {
  background: #E9B90E;
  color: #064E9B;
  box-shadow: 0 2px 0 0 #C99F0C;
}
.btn--primary:hover {
  background: #C99F0C;
  box-shadow: 0 1px 0 0 #8A6A08;
  color: #064E9B;
}

.btn--secondary {
  background: transparent;
  color: #FFFFFF;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
}
.btn--secondary:hover {
  background: #FFFFFF;
  color: #064E9B;
  border-color: #FFFFFF;
}

.btn--ghost {
  background: transparent;
  color: #064E9B;
  border: 1.5px solid #064E9B;
}
.btn--ghost:hover {
  background: #064E9B;
  color: #FFFFFF;
}

.btn--lg {
  padding: 1rem 2rem;
  font-size: 1rem;
}

.btn--sm {
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-family: "Oswald", "Bebas Neue", "Impact", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.875rem;
  color: #064E9B;
  text-decoration: none;
  transition: gap 150ms ease, color 150ms ease;
}
.link-arrow::after {
  content: "→";
  font-family: "Source Sans 3", "Source Sans Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  transition: transform 150ms ease;
}
.link-arrow:hover {
  gap: 0.7em;
  color: #053F7D;
}
.link-arrow:hover::after {
  transform: translateX(2px);
}

form[name=contact],
form[name=appointment] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem 1rem;
  background: #FFFFFF;
  border: 1px solid #E1E5EA;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
  margin-top: 1.5rem;
}
form[name=contact]::before,
form[name=appointment]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #E9B90E;
}
@media (min-width: 768px) {
  form[name=contact],
  form[name=appointment] {
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
  }
}
@media (min-width: 768px) {
  form[name=contact] .form-field:has(textarea),
  form[name=contact] .form-field:has(input[type=checkbox]),
  form[name=contact] .form-field--full,
  form[name=appointment] .form-field:has(textarea),
  form[name=appointment] .form-field:has(input[type=checkbox]),
  form[name=appointment] .form-field--full {
    grid-column: 1/-1;
  }
}
form[name=contact] input[type=hidden],
form[name=appointment] input[type=hidden] {
  display: none;
}
form[name=contact] .form-field:has(input[name="data[hp_company]"]),
form[name=contact] .form-field:has(input[name*=hp_]),
form[name=appointment] .form-field:has(input[name="data[hp_company]"]),
form[name=appointment] .form-field:has(input[name*=hp_]) {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
form[name=contact] .buttons,
form[name=appointment] .buttons {
  grid-column: 1/-1;
  display: flex;
  justify-content: flex-start;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  form[name=contact] .buttons,
  form[name=appointment] .buttons {
    justify-content: flex-end;
  }
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.form-field .control-label,
.form-field .form-label label,
.form-field label.inline,
.form-field > label {
  font-family: "Source Sans 3", "Source Sans Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #064E9B;
  display: block;
  padding: 0;
  margin: 0 0 0.25rem;
  line-height: 1.3;
}

.form-field .form-label,
.form-field .form-data,
.form-field .form-input-wrapper,
.form-field .col-sm-12 {
  padding: 0;
  margin: 0;
  flex: 0 0 auto;
  width: 100%;
}

.form-field .required {
  color: #064E9B;
  font-weight: 700;
  margin-left: 2px;
}

.form-field input[type=text],
.form-field input[type=email],
.form-field input[type=tel],
.form-field input[type=url],
.form-field input[type=date],
.form-field input[type=number],
.form-field input[type=password],
.form-field input[type=search],
.form-field input.form-control,
.form-field textarea,
.form-field textarea.form-control,
.form-field select,
.form-field select.form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1.5px solid #E1E5EA;
  border-radius: 4px;
  background: #FAFAF7;
  font: inherit;
  font-size: 1rem;
  color: #14181F;
  line-height: 1.4;
  transition: border-color 150ms ease, background 150ms ease, box-shadow 150ms ease;
  appearance: none;
  -webkit-appearance: none;
}
.form-field input[type=text]::placeholder,
.form-field input[type=email]::placeholder,
.form-field input[type=tel]::placeholder,
.form-field input[type=url]::placeholder,
.form-field input[type=date]::placeholder,
.form-field input[type=number]::placeholder,
.form-field input[type=password]::placeholder,
.form-field input[type=search]::placeholder,
.form-field input.form-control::placeholder,
.form-field textarea::placeholder,
.form-field textarea.form-control::placeholder,
.form-field select::placeholder,
.form-field select.form-control::placeholder {
  color: #7A8593;
  opacity: 1;
}
.form-field input[type=text]:hover,
.form-field input[type=email]:hover,
.form-field input[type=tel]:hover,
.form-field input[type=url]:hover,
.form-field input[type=date]:hover,
.form-field input[type=number]:hover,
.form-field input[type=password]:hover,
.form-field input[type=search]:hover,
.form-field input.form-control:hover,
.form-field textarea:hover,
.form-field textarea.form-control:hover,
.form-field select:hover,
.form-field select.form-control:hover {
  border-color: #7A8593;
}
.form-field input[type=text]:focus,
.form-field input[type=email]:focus,
.form-field input[type=tel]:focus,
.form-field input[type=url]:focus,
.form-field input[type=date]:focus,
.form-field input[type=number]:focus,
.form-field input[type=password]:focus,
.form-field input[type=search]:focus,
.form-field input.form-control:focus,
.form-field textarea:focus,
.form-field textarea.form-control:focus,
.form-field select:focus,
.form-field select.form-control:focus {
  outline: 0;
  border-color: #064E9B;
  background: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(6, 78, 155, 0.15);
}
.form-field input[type=text]:disabled,
.form-field input[type=email]:disabled,
.form-field input[type=tel]:disabled,
.form-field input[type=url]:disabled,
.form-field input[type=date]:disabled,
.form-field input[type=number]:disabled,
.form-field input[type=password]:disabled,
.form-field input[type=search]:disabled,
.form-field input.form-control:disabled,
.form-field textarea:disabled,
.form-field textarea.form-control:disabled,
.form-field select:disabled,
.form-field select.form-control:disabled {
  background: #F0F2F5;
  color: #5A6470;
  cursor: not-allowed;
}

.form-field textarea,
.form-field textarea.form-control {
  min-height: 140px;
  resize: vertical;
  line-height: 1.55;
}

.form-field select,
.form-field select.form-control {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5z' fill='%23064E9B'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 18px;
  padding-right: 2.5rem;
  cursor: pointer;
}

.form-field input[type=date] {
  cursor: pointer;
}
.form-field input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0.5;
  cursor: pointer;
}
.form-field input[type=date]::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}

.form-field input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-right: 0.5em;
  accent-color: #E9B90E;
  cursor: pointer;
}

.form-field .checkboxes label,
.form-field label:has(input[type=checkbox]) {
  display: block;
  position: relative;
  padding: 0 0 0 1.75rem;
  margin: 0;
  font-family: "Source Sans 3", "Source Sans Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #14181F;
  line-height: 1.5;
  cursor: pointer;
}
.form-field label:has(input[type=checkbox]) > input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0.15rem;
  margin: 0;
}
.form-field label:has(input[type=checkbox]) a {
  color: #064E9B;
  text-decoration: underline;
  font-weight: 600;
}
.form-field label:has(input[type=checkbox]) a:hover {
  color: #D89B00;
}

.buttons button.button,
form button[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  background: #E9B90E;
  color: #064E9B;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 2px 0 0 #C99F0C;
  font-family: "Oswald", "Bebas Neue", "Impact", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 250ms ease, transform 150ms ease, box-shadow 250ms ease;
}
.buttons button.button:hover,
form button[type=submit]:hover {
  background: #C99F0C;
  box-shadow: 0 1px 0 0 #8A6A08;
  color: #064E9B;
  transform: translateY(-1px);
}
.buttons button.button:active,
form button[type=submit]:active {
  transform: translateY(0);
}
.buttons button.button:focus-visible,
form button[type=submit]:focus-visible {
  outline: 2px solid #064E9B;
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .buttons button.button,
  form button[type=submit] {
    width: 100%;
  }
}

.form-errors {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  color: #B41E2E;
  font-size: 0.9375rem;
  grid-column: 1/-1;
}

.form-messages {
  margin: 0 0 1rem;
  padding: 1rem 1.5rem;
  background: rgba(42, 127, 63, 0.08);
  border-left: 3px solid #2A7F3F;
  color: #2A7F3F;
  grid-column: 1/-1;
  font-size: 0.9375rem;
}

form fieldset {
  grid-column: 1/-1;
  border: 0;
  border-top: 1px solid #E1E5EA;
  padding: 2rem 0 0;
  margin: 1rem 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem 1rem;
}
@media (min-width: 768px) {
  form fieldset {
    grid-template-columns: 1fr 1fr;
  }
}
form fieldset:first-of-type {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
form fieldset legend {
  grid-column: 1/-1;
  font-family: "Oswald", "Bebas Neue", "Impact", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  color: #064E9B;
  margin-bottom: 1rem;
  padding: 0;
}
form fieldset legend::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #E9B90E;
  margin-right: 0.5em;
  vertical-align: middle;
  position: relative;
  top: -3px;
}

input.form__honeypot,
input[name*=hp_],
.form__honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.hero {
  position: relative;
  min-height: 62vh;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  background: #064E9B;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
  filter: saturate(0.85) contrast(1.05);
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 78, 155, 0.55) 0%, rgba(5, 63, 125, 0.92) 100%), radial-gradient(ellipse 60% 50% at 0% 100%, rgba(233, 185, 14, 0.22), transparent 60%);
  z-index: 1;
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  max-width: 1200px;
}

.hero__eyebrow {
  display: inline-block;
  font-family: "Source Sans 3", "Source Sans Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #E9B90E;
  margin-bottom: 1rem;
}
.hero__eyebrow::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #E9B90E;
  vertical-align: middle;
  margin-right: 0.8em;
  position: relative;
  top: -2px;
}

.hero__title {
  color: #FFFFFF;
  font-family: "Oswald", "Bebas Neue", "Impact", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 0.95;
  margin-bottom: 1.5rem;
  font-size: clamp(2.5rem, 5vw + 1rem, 4.5rem);
  max-width: 22ch;
}

.hero__subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.0625rem;
  line-height: 1.55;
  margin-bottom: 2rem;
  max-width: 48ch;
}

.hero__trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
  margin-bottom: 2rem;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.92);
}
.hero__trust > span {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.hero__trust > span::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #E9B90E;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20.3 5.7L9 17l-5.3-5.3 1.4-1.4L9 14.2 18.9 4.3z' fill='white'/></svg>") no-repeat center/contain;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20.3 5.7L9 17l-5.3-5.3 1.4-1.4L9 14.2 18.9 4.3z' fill='white'/></svg>") no-repeat center/contain;
  flex-shrink: 0;
}

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

.hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: #E9B90E;
  z-index: 2;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #FFFFFF;
  color: #064E9B;
  border-bottom: 1px solid #E1E5EA;
  box-shadow: 0 1px 0 rgba(6, 78, 155, 0.05), 0 4px 14px rgba(6, 78, 155, 0.07);
}
.site-header::before {
  content: "";
  display: block;
  height: 3px;
  background: #E9B90E;
}

.top-bar {
  background: #F0F2F5;
  border-bottom: 1px solid #E1E5EA;
  font-size: 0.875rem;
  color: #5A6470;
  padding: 0.4rem 0;
}
.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.top-bar a {
  color: #5A6470;
  text-decoration: none;
  font-weight: 600;
  transition: color 150ms ease;
}
.top-bar a:hover {
  color: #064E9B;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .top-bar {
    display: none;
  }
}

.main-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .main-nav .container {
    gap: 2rem;
  }
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #064E9B;
  text-decoration: none;
  font-family: "Oswald", "Bebas Neue", "Impact", sans-serif;
  font-weight: 600;
  font-size: 1.1875rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}
.brand img {
  max-height: 36px;
  width: auto;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .brand img {
    max-height: 40px;
  }
}
.brand .brand__name {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  line-height: 1.05;
}
.brand .brand__name-line {
  font-family: "Oswald", "Bebas Neue", "Impact", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .brand .brand__name-line {
    font-size: 1.0625rem;
  }
}
.brand .brand__name-sub {
  font-family: "Source Sans 3", "Source Sans Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7A8593;
  margin-top: 2px;
}
@media (max-width: 380px) {
  .brand .brand__name-sub {
    display: none;
  }
}
@media (min-width: 768px) {
  .brand .brand__name-sub {
    font-size: 0.6875rem;
  }
}
.brand:hover {
  color: #064E9B;
}
.brand:hover .brand__name-sub {
  color: #064E9B;
}

.nav-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  color: #064E9B;
  padding: 0.5rem;
  font-family: "Oswald", "Bebas Neue", "Impact", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: color 150ms ease;
}
.nav-toggle:hover {
  color: #064E9B;
}
@media (min-width: 1024px) {
  .nav-toggle {
    display: none;
  }
}

.nav-list {
  display: none;
  flex-direction: column;
  width: 100%;
  background: #FFFFFF;
  padding: 1rem 0;
  border-top: 1px solid #E1E5EA;
}
@media (min-width: 1024px) {
  .nav-list {
    display: flex !important;
    flex-direction: row;
    width: auto;
    background: none;
    padding: 0;
    gap: 0;
    align-items: center;
    border-top: 0;
    flex: 1;
    justify-content: center;
  }
}
.nav-list.is-open {
  display: flex;
}
@media (min-width: 1024px) {
  .nav-list li {
    position: relative;
  }
  .nav-list li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #E1E5EA;
  }
}
.nav-list a {
  color: #5A6470;
  text-decoration: none;
  padding: 0.5rem 1rem;
  display: block;
  font-family: "Oswald", "Bebas Neue", "Impact", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
  transition: color 150ms ease;
}
@media (min-width: 1024px) {
  .nav-list a {
    padding: 0.5rem 0.75rem;
  }
}
.nav-list a:hover {
  color: #064E9B;
}
.nav-list [aria-current=page] {
  color: #064E9B;
  font-weight: 600;
  position: relative;
}
.nav-list [aria-current=page]::after {
  content: "";
  position: absolute;
  left: 0.875rem;
  right: 0.875rem;
  bottom: -2px;
  height: 2px;
  background: #E9B90E;
}
@media (max-width: 1024px) {
  .nav-list [aria-current=page]::after {
    display: none;
  }
}

.nav-cta {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-shrink: 0;
}
.nav-cta .nav-phone {
  display: none;
}
@media (min-width: 1280px) {
  .nav-cta .nav-phone {
    display: inline-flex;
    align-items: center;
    gap: 0.4em;
    color: #064E9B;
    text-decoration: none;
    font-family: "Oswald", "Bebas Neue", "Impact", sans-serif;
    font-weight: 600;
    font-size: 0.9375rem;
    letter-spacing: 0.02em;
    white-space: nowrap;
    transition: color 150ms ease;
  }
  .nav-cta .nav-phone::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #E9B90E;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.05-.24c1.16.39 2.4.6 3.66.6a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A18 18 0 0 1 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.26.21 2.5.6 3.66a1 1 0 0 1-.25 1.05l-2.23 2.08z' fill='white'/></svg>") no-repeat center/contain;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.05-.24c1.16.39 2.4.6 3.66.6a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A18 18 0 0 1 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.26.21 2.5.6 3.66a1 1 0 0 1-.25 1.05l-2.23 2.08z' fill='white'/></svg>") no-repeat center/contain;
    flex-shrink: 0;
  }
  .nav-cta .nav-phone:hover {
    color: #064E9B;
  }
}
.nav-cta .btn {
  padding: 0.5625rem 1rem;
  font-size: 0.8125rem;
  white-space: nowrap;
}

.site-footer {
  background: #064E9B;
  color: rgba(255, 255, 255, 0.78);
  padding-top: 4.5rem;
  padding-bottom: 1.5rem;
  font-size: 0.9375rem;
  position: relative;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #E9B90E;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: color 150ms ease;
}
.site-footer a:hover {
  color: #E9B90E;
}

.footer-grid {
  display: grid;
  gap: 3rem 2rem;
  grid-template-columns: 1fr;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
  }
}

.footer__nap {
  line-height: 1.75;
}
.footer__nap address {
  font-style: normal;
  color: rgba(255, 255, 255, 0.85);
}
.footer__nap .footer__brand {
  font-family: "Oswald", "Bebas Neue", "Impact", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
  display: block;
}

.footer__heading {
  font-family: "Source Sans 3", "Source Sans Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #E9B90E;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__list li + li {
  margin-top: 0.5rem;
}

.footer__sister {
  text-align: center;
  padding: 1rem 0;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}

.footer__bottom {
  text-align: center;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
  padding-top: 1rem;
}

.breadcrumbs {
  background: #F0F2F5;
  padding: 1rem 0;
  font-size: 0.8125rem;
  color: #5A6470;
  border-bottom: 1px solid #E1E5EA;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.breadcrumbs li + li::before {
  content: "→";
  padding: 0 0.25rem;
  color: #7A8593;
}
.breadcrumbs a {
  color: #5A6470;
  text-decoration: none;
  font-weight: 600;
  transition: color 150ms ease;
}
.breadcrumbs a:hover {
  color: #064E9B;
}
.breadcrumbs [aria-current=page] {
  color: #064E9B;
  font-weight: 700;
}

.cta-block {
  background: #064E9B;
  color: #FFFFFF;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 60% at 50% 100%, rgba(233, 185, 14, 0.22), transparent 70%);
  pointer-events: none;
}
.cta-block > * {
  position: relative;
  z-index: 1;
}
.cta-block__heading {
  color: #FFFFFF;
  margin-bottom: 1rem;
  font-family: "Oswald", "Bebas Neue", "Impact", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: clamp(1.75rem, 3vw + 1rem, 2.75rem);
  line-height: 1.1;
  max-width: 24ch;
  margin-left: auto;
  margin-right: auto;
}
.cta-block__subhead {
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 2rem;
  font-size: 1rem;
}
.cta-block__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.service-card {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E1E5EA;
  border-radius: 8px;
  padding: 2rem;
  transition: transform 250ms ease, box-shadow 250ms ease, border-color 250ms ease;
  text-decoration: none;
  color: #14181F;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
}
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #E9B90E;
  transform: translateY(-3px);
  transition: transform 250ms ease;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: #064E9B;
}
.service-card:hover::before {
  transform: translateY(0);
}
.service-card:hover .service-card__link {
  gap: 0.7em;
  color: #053F7D;
}
.service-card__icon {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 0.5rem;
  background-color: #064E9B;
  mask: var(--icon-url) no-repeat center/contain;
  -webkit-mask: var(--icon-url) no-repeat center/contain;
  transition: background-color 250ms ease;
}
.service-card:hover .service-card__icon {
  background-color: #C99F0C;
}
.service-card__title {
  font-family: "Oswald", "Bebas Neue", "Impact", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  font-size: 1.25rem;
  color: #064E9B;
  margin: 0;
}
.service-card__desc {
  color: #5A6470;
  font-size: 0.9375rem;
  line-height: 1.55;
  margin: 0;
  flex-grow: 1;
}
.service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-family: "Oswald", "Bebas Neue", "Impact", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.8125rem;
  color: #064E9B;
  margin-top: auto;
  transition: gap 150ms ease, color 150ms ease;
}

.collision-card {
  background: #FFFFFF;
  border: 1px solid #E1E5EA;
  border-radius: 8px;
  padding: 1.5rem;
  text-decoration: none;
  color: #14181F;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: border-color 250ms ease, transform 250ms ease;
}
.collision-card:hover {
  transform: translateY(-2px);
  border-color: #E9B90E;
}
.collision-card__title {
  font-size: 1.125rem;
  color: #064E9B;
  margin: 0;
}
.collision-card__desc {
  color: #5A6470;
  font-size: 0.875rem;
}

.vehicle-card {
  background: #FFFFFF;
  border: 1px solid #E1E5EA;
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  color: #064E9B;
  transition: transform 250ms ease, border-color 250ms ease;
}
.vehicle-card:hover {
  transform: translateY(-2px);
  border-color: #E9B90E;
}
.vehicle-card__name {
  font-weight: 700;
  font-size: 1.125rem;
  margin: 0;
}

.cert-bar {
  background: #FFFFFF;
  padding: 2rem 0;
  border-bottom: 1px solid #E1E5EA;
  text-align: center;
}
.cert-bar__label {
  font-family: "Source Sans 3", "Source Sans Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7A8593;
  margin-bottom: 1rem;
  display: block;
}
.cert-bar__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .cert-bar__list {
    gap: 3rem;
  }
}
.cert-bar__item img {
  max-height: 52px;
  width: auto;
  opacity: 0.75;
  filter: grayscale(0.4);
  transition: opacity 250ms ease, filter 250ms ease;
}
.cert-bar__item img:hover {
  opacity: 1;
  filter: none;
}

.stats {
  background: #064E9B;
  color: #FFFFFF;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  position: relative;
}
.stats::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 3px;
  background: #E9B90E;
}
.stats__grid {
  display: grid;
  gap: 2rem 1.5rem;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
}
@media (min-width: 768px) {
  .stats__grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .stats__grid > div + div {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
  }
}
.stats__value {
  font-family: "Oswald", "Bebas Neue", "Impact", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  color: #E9B90E;
}
@media (min-width: 768px) {
  .stats__value {
    font-size: 3.5rem;
  }
}
.stats__value {
  line-height: 1;
  letter-spacing: -0.01em;
  margin-bottom: 0.5rem;
}
.stats__label {
  color: rgba(255, 255, 255, 0.78);
  font-family: "Source Sans 3", "Source Sans Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.testimonials {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background: #F0F2F5;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.testimonials::before {
  content: "“";
  position: absolute;
  top: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Oswald", "Bebas Neue", "Impact", sans-serif;
  font-size: 14rem;
  line-height: 1;
  color: #064E9B;
  opacity: 0.06;
  pointer-events: none;
}
.testimonials__heading {
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
.testimonials__heading::before {
  content: "Reviews";
  display: block;
  font-family: "Source Sans 3", "Source Sans Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #064E9B;
  margin-bottom: 0.5rem;
}

.testimonial {
  background: #FFFFFF;
  padding: 3rem 2rem;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  max-width: 760px;
  margin: 0 auto;
  border-top: 3px solid #E9B90E;
  position: relative;
  z-index: 1;
}
.testimonial__quote {
  font-size: 1.1875rem;
  line-height: 1.55;
  font-style: italic;
  color: #14181F;
  margin-bottom: 1rem;
}
.testimonial__author {
  font-family: "Oswald", "Bebas Neue", "Impact", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #064E9B;
  font-size: 0.9375rem;
}
.testimonial__source {
  font-family: "Source Sans 3", "Source Sans Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #5A6470;
  font-size: 0.875rem;
}
.testimonial__stars {
  color: #D4A53D;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}

.testimonial-carousel {
  position: relative;
  z-index: 1;
}
.testimonial-carousel__track {
  overflow: hidden;
}
.testimonial-carousel__slide {
  display: none;
}
.testimonial-carousel__slide.is-active {
  display: block;
}
.testimonial-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.testimonial-carousel__dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E1E5EA;
  transition: background 150ms ease, transform 150ms ease;
}
.testimonial-carousel__dots button.is-active {
  background: #E9B90E;
  transform: scale(1.25);
}
.testimonial-carousel__dots button:hover {
  background: #E9B90E;
}

.reviews-list {
  max-width: 760px;
  margin: 2rem auto 0;
}
.reviews-list h2 {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}
.reviews-list .stack {
  margin: 0;
  padding: 0;
}
.reviews-list .testimonial-card {
  background: #FFFFFF;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  border-top: 3px solid #E9B90E;
  text-align: left;
  list-style: none;
  margin-bottom: 1.5rem;
}
.reviews-list .testimonial-card .testimonial__stars {
  color: #D4A53D;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}
.reviews-list .testimonial-card .testimonial__quote {
  font-size: 1.0625rem;
  line-height: 1.55;
  font-style: italic;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
  color: #14181F;
}
.reviews-list .testimonial-card .testimonial__author {
  font-family: "Oswald", "Bebas Neue", "Impact", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #064E9B;
  font-size: 0.9375rem;
  margin: 0;
}
.reviews-list .testimonial-card .testimonial__source {
  font-family: "Source Sans 3", "Source Sans Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #5A6470;
  font-size: 0.875rem;
}

.specials-banner {
  background: #E9B90E;
  color: #064E9B;
  padding: 1rem 0;
  text-align: center;
  font-weight: 600;
}
.specials-banner a {
  color: #064E9B;
  font-weight: 700;
  text-decoration: underline;
}

.location-section {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background: #FFFFFF;
}

.location {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .location {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}
.location__heading {
  font-family: "Oswald", "Bebas Neue", "Impact", sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  color: #064E9B;
  margin-bottom: 1.5rem;
}
.location__info {
  line-height: 1.75;
  font-size: 1.0625rem;
}
.location__line {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #E1E5EA;
}
.location__line:last-child {
  border-bottom: 0;
}
.location__line dt {
  flex-shrink: 0;
  min-width: 5em;
  font-family: "Source Sans 3", "Source Sans Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7A8593;
  padding-top: 0.25rem;
}
.location__line dd {
  margin: 0;
  color: #14181F;
}
.location__line dd a {
  color: #064E9B;
  font-weight: 600;
  text-decoration: none;
}
.location__line dd a:hover {
  text-decoration: underline;
  color: #053F7D;
}
.location__map iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.related {
  margin-top: 4.5rem;
  padding-top: 2rem;
  border-top: 2px solid #064E9B;
  max-width: 68ch;
  margin-left: auto;
  margin-right: auto;
}
.related__eyebrow {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #064E9B;
  margin-bottom: 0.5rem;
}
.related h3 {
  font-family: "Oswald", "Bebas Neue", "Impact", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  color: #064E9B;
  font-size: 1.5rem;
  margin: 0 0 1.5rem;
}
.related__list {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .related__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.related__list {
  padding: 0;
  list-style: none;
  margin: 0;
}
.related__list > li::before {
  display: none !important;
}
.related__list li {
  padding: 0 !important;
}
.related__item {
  background: #FFFFFF;
  border: 1px solid #E1E5EA;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  text-decoration: none;
  color: #064E9B;
  font-family: "Oswald", "Bebas Neue", "Impact", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 0.9375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: border-color 250ms ease, transform 150ms ease, color 250ms ease, background 250ms ease;
}
.related__item::after {
  content: "→";
  font-family: "Source Sans 3", "Source Sans Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #064E9B;
  font-weight: 400;
  transition: transform 150ms ease;
}
.related__item:hover {
  border-color: #064E9B;
  background: #F0F2F5;
  color: #064E9B;
  transform: translateY(-2px);
}
.related__item:hover::after {
  transform: translateX(3px);
  color: #053F7D;
}

.page-header {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background: #FFFFFF;
  border-bottom: 1px solid #E1E5EA;
}
.page-header .container {
  max-width: 68ch;
}
.page-header__eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #064E9B;
  margin-bottom: 0.5rem;
}
.page-header h1 {
  font-family: "Oswald", "Bebas Neue", "Impact", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.05;
  letter-spacing: -0.005em;
  font-size: clamp(1.875rem, 3vw + 0.5rem, 2.625rem);
  color: #064E9B;
  margin: 0;
}
.page-header--center {
  text-align: center;
}
.page-header--center h1 {
  margin: 0 auto;
}
.page-header--wide .container {
  max-width: 56rem;
}

.page-body {
  padding-top: 3rem;
  padding-bottom: 4.5rem;
  background: #FAFAF7;
}

.post-list {
  max-width: 68ch;
  margin: 3rem auto 0;
  padding: 0;
  list-style: none;
}
.post-list__item {
  padding: 2rem 0;
  border-top: 1px solid #E1E5EA;
}
.post-list__item:last-child {
  border-bottom: 1px solid #E1E5EA;
}
.post-list__date {
  font-family: "Source Sans 3", "Source Sans Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7A8593;
  margin: 0 0 0.5rem;
}
.post-list__title {
  font-family: "Oswald", "Bebas Neue", "Impact", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  font-size: 1.5rem;
  line-height: 1.15;
  margin: 0 0 0.5rem;
}
.post-list__title a {
  color: #064E9B;
  text-decoration: none;
}
.post-list__title a:hover {
  color: #053F7D;
}
.post-list__summary {
  color: #5A6470;
  margin: 0 0 1rem;
  line-height: 1.55;
}

@media (min-width: 1024px) {
  .home-services-overview .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .services-overview .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .collision-overview .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.vehicles-grid .grid {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .vehicles-grid .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1024px) {
  .vehicles-grid .grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

.contact-page .form {
  max-width: 640px;
}
