.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

body {
    font-family: 'Work Sans', sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
.font-manrope {
    font-family: 'Manrope', sans-serif;
}

.hero-gradient {
    background: linear-gradient(135deg, #001d31 0%, #006193 100%);
}

.bento-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
}

.tonal-layer {
    box-shadow: 0 4px 20px -2px rgba(33, 37, 41, 0.05);
}

.menu-link {
  font-family: "Manrope", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: rgb(71 85 105);
  transition: color 200ms ease;
}

.menu-link:hover {
  color: rgb(3 105 161);
}

.service-card {
  background-color: #ffffff;
  border: 1px solid #bfc7d2;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  padding: 2.5rem;
  transition: border-color 300ms ease, transform 700ms ease;
}

.service-card:hover {
  border-color: #006193;
  transform: translateY(-0.25rem);
}

.service-link {
  color: #006193;
  font-family: "Work Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: gap 200ms ease;
}

.service-link:hover {
  gap: 0.75rem;
}

.footer-link {
  font-family: "Manrope", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgb(100 116 139);
  transition: color 200ms ease;
}

.footer-link:hover {
  color: rgb(2 132 199);
}

.brand-meta {
  font-family: "Manrope", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgb(100 116 139);
}

.form-input-field {
  width: 100%;
  border-color: rgb(226 232 240);
  border-radius: 0.5rem;
  color: rgb(15 23 42);
}

.mobile-menu {
  display: none;
}

.mobile-menu.is-open {
  display: block;
}

.is-invalid {
  border-color: #ba1a1a !important;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.interactive-button {
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.interactive-button:hover {
  box-shadow: 0 8px 20px -10px rgba(0, 97, 147, 0.65);
}

.interactive-button:active {
  transform: translateY(1px) scale(0.995);
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 620ms ease var(--reveal-delay, 0ms), transform 620ms ease var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.hero-parallax-wrap {
  overflow: hidden;
}

.hero-parallax-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  will-change: transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll,
  .reveal-on-scroll.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero-parallax-img {
    transform: none;
    will-change: auto;
  }
}

button {
  transition: transform 180ms ease, opacity 180ms ease;
}

button:active {
  transform: translateY(1px);
}

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

.service-card,
.form-input-field,
.mobile-menu,
.max-w-container-max {
  min-width: 0;
}

@media (max-width: 374px) {
  .service-card {
    padding: 1.25rem;
  }
}

@media (max-width: 767px) {
  header,
  section,
  footer {
    overflow-x: clip;
  }

  h1.text-headline-xl {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  h2.text-headline-lg {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .max-w-container-max {
    padding-left: 0;
    padding-right: 0;
  }

  .service-card {
    padding: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .service-card {
    padding: 2rem;
  }
}

@media (min-width: 1280px) {
  .service-card {
    padding: 2.5rem;
  }
}

/* Footer layout adapted from provided markup */
#footer {
  background: #f1f5f9;
  color: #334155;
}

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

#footer .row {
  display: flex;
  flex-wrap: wrap;
}

#footer .justify-content-center {
  justify-content: center;
}

#footer .d-flex {
  display: flex;
}

#footer .col-md-1,
#footer .col-2,
#footer .col-3,
#footer .col-12,
#footer .col-auto,
#footer .col-lg-6 {
  width: auto;
}

#footer .text-center {
  text-align: center;
}

#footer .text-6 {
  font-size: 1.5rem;
}

#footer .socialicons a {
  color: #475569;
  transition: color 200ms ease;
}

#footer .socialicons.justify-content-center {
  gap: 1.25rem;
}

#footer .socialicons a:hover {
  color: #0369a1;
}

#footer .divider.custom-tall {
  border-top: 1px solid #e2e8f0;
  margin: 1.25rem 0;
}

#footer .pb-5 {
  padding-bottom: 1.25rem;
}

#footer .socialicons + .socialicons {
  margin-top: 2rem;
}

#footer .pb-3 {
  padding-bottom: 0.75rem;
}

#footer .pt-3 {
  padding-top: 0.75rem;
}

#footer .pt-5 {
  padding-top: 1.25rem;
}

#footer .m-0 {
  margin: 0;
}

#footer .border-0 {
  border: 0;
}

#footer .img-fluid {
  max-width: 100%;
  height: auto;
}

#footer .socialicons .img-fluid {
  max-width: 72px;
}

#footer .footer-copyright {
  border-top: 1px solid #e2e8f0;
}

#footer .bg-color-grey-scale-1 {
  background: #f1f5f9;
}

#footer .col-lg-6.col-12.text-center.pb-5 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

#footer .footer-copyright .col-auto {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

#footer .footer-highlight-link {
  color: #7ea9ab;
}
