.site-footer,
.site-footer * {
  box-sizing: border-box;
}

.site-footer {
  position: relative;
  z-index: 10000;
  isolation: isolate;
  width: 100%;
  overflow: hidden;
  background: #000;
  color: rgba(255, 255, 255, 0.76);
  font-family: "Inter Tight", sans-serif;
}

.site-footer::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    to bottom,
    #000 0%,
    rgba(0, 0, 0, 0.97) 14%,
    rgba(0, 0, 0, 0.92) 34%,
    rgba(0, 0, 0, 0.92) 100%
  );
  content: "";
  pointer-events: none;
}

.site-footer::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: url("../../image/oil-pump.webp") center 75% / cover no-repeat;
  content: "";
  pointer-events: none;
}

.site-footer-inner {
  position: relative;
  z-index: 2;
  width: min(1680px, 100%);
  margin: 0 auto;
  padding: clamp(3.5rem, 6vw, 6.5rem) clamp(1.5rem, 5.5vw, 6.5rem) 0;
}

.site-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.92fr) minmax(0, 1.13fr);
  gap: clamp(2.5rem, 5vw, 6rem);
  align-items: start;
}

.site-footer h3,
.site-footer h4,
.site-footer p,
.site-footer ul {
  margin-top: 0;
}

.site-footer p,
.site-footer a,
.site-footer li {
  font-size: 0.95rem;
  line-height: 1.55;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease, opacity 180ms ease;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #d8a5b6;
}

.site-footer-eyebrow,
.site-footer h3 {
  margin-bottom: 1.15rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer-logo-cutout {
  width: min(285px, 82%);
  margin-bottom: 1.15rem;
  padding: 0;
  border: 0;
  background: transparent;
}

.site-footer-logo {
  display: block;
  width: 100%;
  height: auto;
}

.site-footer-company > p:not(.site-footer-eyebrow) {
  max-width: 48ch;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 500;
}

.site-footer-socials {
  display: grid;
  gap: 0.55rem;
  font-weight: 650;
}

.site-footer-website {
  width: fit-content;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.site-footer-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
}

.site-footer-office-list,
.site-footer-actions {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.site-footer-office-list {
  display: grid;
  gap: 1rem;
}

.site-footer-office-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
}

.site-footer-office-list strong {
  display: block;
  margin-bottom: 0.08rem;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.site-footer-icon {
  flex: 0 0 1rem;
  width: 1rem;
  margin-top: 0.15rem;
  color: #d8a5b6;
}

.site-footer-icon svg {
  display: block;
  width: 100%;
  height: auto;
  stroke: currentColor;
  stroke-width: 1.7;
}

.site-footer .site-footer-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 1.6rem;
  margin-top: 2.1rem;
}

.site-footer-actions a {
  display: block;
  padding: 0.48rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 600;
}

.site-footer-people {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 2.5vw, 2.7rem);
}

.site-footer-contact-col,
.site-footer-person-group,
.site-footer-person {
  display: grid;
  align-content: start;
}

.site-footer-contact-col {
  gap: 1.5rem;
}

.site-footer-person-group {
  gap: 0.55rem;
  padding-left: 0.8rem;
  border-left: 1px solid rgba(141, 27, 61, 0.72);
}

.site-footer-person-heading {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.76rem !important;
  font-weight: 800;
  line-height: 1.35 !important;
  text-transform: uppercase;
}

.site-footer-person {
  min-width: 0;
  gap: 0.06rem;
}

.site-footer-person + .site-footer-person {
  margin-top: 0.45rem;
  padding-top: 0.68rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer-person h4 {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.site-footer-person p,
.site-footer-person a {
  margin-bottom: 0;
  font-size: 0.8rem;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.site-footer-person p {
  color: rgba(255, 255, 255, 0.56);
  font-weight: 750;
  text-transform: uppercase;
}

.site-footer-bottom {
  min-height: 78px;
  margin-top: clamp(3.5rem, 6vw, 6rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.site-footer-bottom p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
}

@media (max-width: 900px) {
  .site-footer-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .site-footer .site-footer-actions {
    margin-top: 3.4rem;
  }

  .site-footer-logo-cutout {
    width: min(285px, 75%);
  }
}

@media (max-width: 640px) {
  .site-footer::before {
    background: linear-gradient(
      to bottom,
      #000 0%,
      rgba(0, 0, 0, 0.94) 14%,
      rgba(0, 0, 0, 0.86) 34%,
      rgba(0, 0, 0, 0.86) 100%
    );
  }

  .site-footer::after {
    background-position: 68% 75%;
  }

  .site-footer-inner {
    padding: 3.25rem 1.25rem 0;
  }

  .site-footer-grid {
    text-align: center;
  }

  .site-footer-logo-cutout,
  .site-footer-company > p:not(.site-footer-eyebrow),
  .site-footer-website {
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer-social-links {
    justify-content: center;
  }

  .site-footer-office-list li {
    justify-content: center;
  }

  .site-footer-icon {
    display: none;
  }

  .site-footer-actions,
  .site-footer-people {
    grid-template-columns: 1fr;
  }

  .site-footer-person-group {
    padding-left: 0;
    border-left: 0;
  }

  .site-footer-contact,
  .site-footer-contact h3,
  .site-footer-people,
  .site-footer-contact-col,
  .site-footer-person-group,
  .site-footer-person,
  .site-footer-person-heading,
  .site-footer-person h4,
  .site-footer-person p,
  .site-footer-person a {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .site-footer-contact-col,
  .site-footer-person-group,
  .site-footer-person {
    justify-items: center;
  }

  .site-footer-bottom {
    min-height: 0;
    padding: 1.4rem 0;
    flex-direction: column;
    gap: 0.35rem;
    text-align: center;
  }
}
