.footer-logo-crop {
  position: relative;
  display: block;
  width: 220px;
  height: 71px;
  overflow: hidden;
}

.footer-logo-crop img {
  position: absolute;
  width: 265px;
  max-width: none;
  height: 265px;
  transform: translate(-22px, -96px);
}

.custom-logo-link {
  height: auto;
  overflow: visible;
}

.custom-logo-link .custom-logo {
  position: static;
  width: 205px !important;
  height: auto !important;
  transform: none;
}

.site-header {
  justify-content: flex-start;
  padding-left: 0;
}

.site-header .brand,
.site-header .custom-logo-link {
  margin-right: auto;
  margin-left: 0;
}

.desktop-nav {
  margin-left: auto;
}

.hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  padding: 130px clamp(24px, 8vw, 130px) 80px;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #20294f;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(20, 27, 57, .92) 0%, rgba(31, 41, 79, .72) 38%, rgba(22, 29, 57, .18) 76%), linear-gradient(0deg, rgba(18, 24, 48, .35), transparent 55%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.hero-copy > p {
  color: rgba(255, 255, 255, .82);
}

.hero .button.outline {
  color: #fff;
  border-color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .08);
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 0;
}

.hero-image::before {
  display: none;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.button {
  font: inherit;
  cursor: pointer;
}

.service-card {
  padding: 0;
  overflow: hidden;
  background: #fff;
}

.service-image {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform .5s ease;
}

.service-card:hover .service-image {
  transform: scale(1.045);
}

.service-body {
  min-height: 390px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.service-body h3 {
  margin: 34px 0 14px;
}

.service-body p {
  margin-bottom: auto;
}

.service-body button {
  margin-top: 22px;
  padding: 15px 0 0;
  border: 0;
  border-top: 1px solid #e4e7ee;
  background: transparent;
  color: inherit;
  text-align: left;
  font: 800 13px Manrope, sans-serif;
  cursor: pointer;
}

.site-footer {
  background: #f7f8fb;
  color: #161b2d;
  border-top: 1px solid #e4e7ee;
}

.footer-brand p,
.footer-grid a,
.footer-bottom {
  color: #6b7080;
}

.footer-bottom {
  border-top-color: #dfe2e9;
}

.quote-dialog {
  width: min(580px, calc(100% - 30px));
  border: 0;
  padding: 52px;
  color: #161b2d;
  box-shadow: 0 30px 100px rgba(22, 27, 45, .25);
}

.quote-dialog::backdrop {
  background: rgba(20, 26, 52, .72);
  backdrop-filter: blur(7px);
}

.quote-dialog h2 {
  margin: 0 0 12px;
  font: 500 36px Poppins, sans-serif;
  letter-spacing: -.03em;
}

.quote-dialog > p {
  color: #6b7080;
  line-height: 1.7;
}

.quote-close {
  position: absolute;
  top: 15px;
  right: 20px;
  border: 0;
  background: transparent;
  font-size: 32px;
  cursor: pointer;
}

#quote-form {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

#quote-form label {
  display: grid;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
}

#quote-form input,
#quote-form select,
#quote-form textarea {
  width: 100%;
  border: 1px solid #dfe2e9;
  background: #fff;
  padding: 15px;
  color: #161b2d;
  font: 500 15px Manrope, sans-serif;
}

@media (max-width: 1050px) {
  .hero { display: flex; }
  .hero-image { min-height: 0; }
  .service-body { min-height: 330px; }
}

@media (max-width: 720px) {
  .site-header { padding-left: 0; }
  .hero { min-height: 760px; padding: 120px 22px 70px; }
  .hero-image { min-height: 0; }
  .service-image { height: 240px; }
  .quote-dialog { padding: 44px 22px 28px; }
}
