/* Compact, consistent Everitt Ventures footer */
#site-footer.everitt-compact-footer {
  background: #172b42 !important;
  border-top: 1px solid rgba(255,255,255,.14) !important;
  padding: 0 !important;
  color: #f6f8fb !important;
  font-family: Inter, sans-serif !important;
}

#site-footer.everitt-compact-footer *,
#site-footer.everitt-compact-footer *::before,
#site-footer.everitt-compact-footer *::after {
  box-sizing: border-box;
}

#site-footer.everitt-compact-footer a,
#site-footer.everitt-compact-footer strong,
#site-footer.everitt-compact-footer small,
#site-footer.everitt-compact-footer span {
  opacity: 1 !important;
}

#site-footer .ev-footer-shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 20px 0 calc(18px + env(safe-area-inset-bottom));
}

#site-footer .ev-footer-main {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
}

#site-footer .ev-footer-brand {
  display: inline-flex !important;
  align-items: center !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

#site-footer .ev-footer-brand span {
  display: grid !important;
  gap: 3px !important;
}

#site-footer .ev-footer-brand strong {
  color: #ffffff !important;
  font-family: "Cormorant Garamond", serif !important;
  font-size: 1.55rem !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  letter-spacing: .01em !important;
}

#site-footer .ev-footer-brand small {
  color: #dce6ef !important;
  font-family: Inter, sans-serif !important;
  font-size: .68rem !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

#site-footer .ev-footer-social {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
}

#site-footer .ev-footer-social a {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  display: inline-grid !important;
  place-items: center !important;
  color: #ffffff !important;
  background: transparent !important;
  border: 1px solid rgba(255,255,255,.32) !important;
  border-radius: 50% !important;
  text-decoration: none !important;
}

#site-footer .ev-footer-social a:hover,
#site-footer .ev-footer-social a:focus-visible {
  background: rgba(255,255,255,.1) !important;
  border-color: rgba(255,255,255,.8) !important;
}

#site-footer .ev-footer-social svg,
#site-footer .ev-footer-social svg path {
  width: 14px !important;
  height: 14px !important;
  color: #ffffff !important;
  fill: #ffffff !important;
  stroke: none !important;
  opacity: 1 !important;
}

#site-footer .ev-footer-bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin-top: 15px !important;
  padding-top: 14px !important;
  border-top: 1px solid rgba(255,255,255,.14) !important;
}

#site-footer .ev-footer-links {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

#site-footer .ev-footer-links a,
#site-footer .ev-footer-meta span {
  color: #dce6ef !important;
  font-family: Inter, sans-serif !important;
  font-size: .72rem !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

#site-footer .ev-footer-links a {
  min-height: auto !important;
  padding: 0 !important;
  text-decoration: none !important;
}

#site-footer .ev-footer-links a:hover,
#site-footer .ev-footer-links a:focus-visible {
  color: #ffffff !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

#site-footer .ev-footer-meta {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  gap: 6px 14px !important;
  text-align: right !important;
}

#site-footer .ev-footer-meta span {
  color: #bfcdda !important;
  white-space: nowrap !important;
}

.everitt-visual-direction .ash-hero__composition {
  min-height: 640px;
}

.everitt-visual-direction .ash-image--third {
  position: absolute;
  left: 0;
  bottom: 4%;
  width: 34%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 18px 45px rgba(23,43,66,.18);
  z-index: 3;
}

.everitt-visual-direction .ash-image--third img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.everitt-visual-direction .ash-place,
.everitt-visual-direction .ash-image {
  border-radius: 2px !important;
}

.everitt-visual-direction .ash-method,
.everitt-visual-direction .ash-places,
.everitt-visual-direction .ash-membership {
  border-top: 1px solid #d9e1e7;
}

@media (max-width: 820px) {
  #site-footer .ev-footer-shell {
    width: calc(100% - 32px);
    padding: 18px 0 calc(15px + env(safe-area-inset-bottom));
  }

  #site-footer .ev-footer-main {
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-items: start !important;
    gap: 12px !important;
  }

  #site-footer .ev-footer-brand strong {
    font-size: 1.55rem !important;
  }

  #site-footer .ev-footer-brand small {
    font-size: .66rem !important;
  }

  #site-footer .ev-footer-bottom {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 14px !important;
    padding-top: 13px !important;
  }

  #site-footer .ev-footer-links {
    gap: 7px 13px !important;
  }

  #site-footer .ev-footer-links a,
  #site-footer .ev-footer-meta span {
    font-size: .7rem !important;
  }

  #site-footer .ev-footer-meta {
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .everitt-visual-direction .ash-hero__composition { min-height: 500px; }
  .everitt-visual-direction .ash-image--third { width: 38%; left: 2%; bottom: 2%; }
}