/* Footer edit layer.
   Modern Amin Ventures footer: white ground, black text, gold accents. */

.av-contact-footer {
  background: #ffffff !important;
  color: #111111 !important;
  font-family: var(--font-system), -apple-system, BlinkMacSystemFont, "SF Pro Display",
    "Helvetica Neue", Arial, sans-serif !important;
  padding: clamp(58px, 6vw, 92px) clamp(18px, 4vw, 54px) clamp(28px, 3.8vw, 48px) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

body .av-contact-footer .av-footer-directory--services-hidden {
  grid-template-columns: minmax(110px, 0.72fr) minmax(150px, 0.95fr) minmax(220px, 1.45fr) !important;
}

@media (max-width: 1080px) {
  body .av-contact-footer .av-footer-directory--services-hidden {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body .av-contact-footer .av-footer-directory--services-hidden .av-footer-contact {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 760px) {
  body .av-contact-footer .av-footer-directory--services-hidden {
    grid-template-columns: 1fr !important;
  }

  body .av-contact-footer .av-footer-directory--services-hidden .av-footer-contact {
    grid-column: auto !important;
  }
}

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

.av-contact-footer :where(p, a, span, label, button, input, div) {
  color: inherit !important;
}

.av-footer-shell {
  width: min(1500px, 100%);
  margin: 0 auto;
}

.av-footer-topline {
  width: 100%;
  height: 1px;
  margin-bottom: clamp(34px, 4vw, 58px);
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.72), transparent);
}

.av-footer-grid {
  display: grid;
  grid-template-columns: minmax(290px, 0.95fr) minmax(360px, 1.08fr) minmax(170px, 0.56fr);
  gap: clamp(28px, 4vw, 78px);
  align-items: start;
}

.av-footer-brand {
  transform: translateX(-4px);
}

.av-footer-logo-link {
  display: inline-flex;
  width: fit-content;
  text-decoration: none;
  margin-top: -18px;
  pointer-events: none;
  cursor: default;
}

.av-footer-logo-link:hover,
.av-footer-logo-link:hover .av-footer-logo {
  transform: none !important;
  filter: none !important;
  opacity: 1 !important;
}

.av-footer-logo {
  display: block;
  width: clamp(102px, 10.2vw, 162px);
  height: auto;
  object-fit: contain;
}

.av-footer-heading {
  margin: 0 0 20px;
  color: #c9a84c !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.av-footer-link-list,
.av-footer-contact {
  display: grid;
  gap: 13px;
}

.av-footer-contact-under-logo {
  margin-top: 102px;
  gap: 18px;
}

.av-footer-link-list a,
.av-footer-contact a,
.av-footer-contact p {
  width: fit-content;
  margin: 0;
  color: #111111 !important;
  text-decoration: none;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 400;
  line-height: 1.35;
  transition: color 180ms ease, transform 180ms ease;
}

.av-footer-contact-heading-link {
  display: block;
  width: fit-content;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
  transform: translateY(10px);
}

.av-footer-nav .av-footer-heading {
  width: 100%;
  justify-self: stretch;
  direction: ltr;
  font-size: 14.4px;
  margin-top: 120px;
  text-align: left;
  unicode-bidi: plaintext;
}

.av-footer-nav {
  display: grid;
  width: min(360px, 100%);
  justify-self: end;
  justify-items: start;
  text-align: left;
  transform: translateX(40px);
  background: #ffffff !important;
}

.av-contact-footer .av-footer-nav,
.av-contact-footer .av-footer-link-list {
  background: #ffffff !important;
}

.av-footer-bbb-card {
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(360px, 100%);
  margin: 0 0 28px;
  padding: 14px 16px;
  border: 1px solid rgba(201, 168, 76, 0.36);
  border-radius: 16px;
  background: #ffffff;
  color: #111111 !important;
  direction: ltr;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(201, 168, 76, 0.16);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.av-footer-bbb-card img {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  object-fit: contain;
}

.av-footer-bbb-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.av-footer-bbb-copy strong {
  color: #111111 !important;
  font-size: clamp(13px, 0.95vw, 16px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.15;
}

.av-footer-bbb-copy span {
  color: rgba(17, 17, 17, 0.66) !important;
  font-size: clamp(12px, 0.84vw, 14px);
  font-weight: 300;
  line-height: 1.2;
}

.av-footer-bbb-copy b {
  color: #c9a84c !important;
  font-weight: 700;
}

.av-footer-bbb-card:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 168, 76, 0.72);
  box-shadow: 0 22px 48px rgba(201, 168, 76, 0.22);
}

.av-footer-nav .av-footer-link-list a {
  display: block;
  width: 100%;
  justify-self: stretch;
  direction: ltr;
  font-size: clamp(16.8px, 1.2vw, 19.2px);
  text-align: left;
  unicode-bidi: plaintext;
}

.av-footer-contact-under-logo .av-footer-heading {
  color: #c9a84c !important;
  font-size: 14.4px;
  font-weight: 700;
  letter-spacing: 0.22em;
  margin-bottom: 20px;
}

.av-footer-contact-item {
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 8.6px;
  align-items: center;
  font-size: clamp(11px, 0.84vw, 14.4px) !important;
}

.av-footer-address-toggle {
  width: fit-content;
  border: 0;
  background: transparent;
  padding: 0;
  color: #111111 !important;
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: transform 180ms ease;
}

.av-footer-contact-item img {
  width: 16.3px;
  height: 16.3px;
  object-fit: contain;
  display: block;
}

.av-footer-contact-item span,
.av-footer-contact-item strong {
  color: #111111 !important;
  font: inherit;
  font-weight: 300;
  letter-spacing: 0.22em;
  line-height: 1.25;
  text-transform: uppercase;
}

.av-footer-link-list a:hover,
.av-footer-contact a:hover,
.av-footer-address-toggle:hover {
  color: #111111 !important;
  transform: translateX(3px);
}

.av-footer-contact a:hover span,
.av-footer-contact a:hover strong,
.av-footer-address-toggle:hover strong,
.av-footer-contact-heading-link:hover {
  color: #111111 !important;
}

.av-footer-address-popup {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 48px);
  background: rgba(0, 0, 0, 0.56);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.av-footer-address-popup.is-open {
  opacity: 1;
  pointer-events: auto;
}

.av-footer-address-popup img {
  display: block;
  width: min(73.6vw, 896px);
  max-height: 68.8vh;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.38);
  transform: scale(0.96);
  transition: transform 220ms ease;
}

.av-footer-address-popup.is-open img {
  transform: scale(1);
}

.av-footer-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 52px;
  transform: translateY(-10px);
}

.av-footer-social {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 2px solid #6f6f6f;
  border-radius: 14px;
  background: #ffffff;
  color: #6f6f6f !important;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.av-footer-social svg {
  width: 29.4px;
  height: 29.4px;
  display: block;
  margin: auto;
  overflow: visible;
  transform-box: fill-box;
  transform-origin: center center;
  translate: 0 0;
}

.av-footer-social .av-icon-instagram {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.av-footer-social .av-icon-linkedin,
.av-footer-social .av-icon-facebook {
  fill: currentColor;
  stroke: none;
}

.av-footer-social .av-icon-facebook {
  transform: translateX(1px);
}

.av-footer-social:hover {
  background: #061f49;
  border-color: #061f49;
  color: #c9a84c !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(6, 31, 73, 0.22);
}

.av-footer-form-wrap {
  width: 70%;
  justify-self: start;
  display: grid;
  gap: 12px;
}

.av-footer-form-card {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: grid;
  padding: clamp(12px, 1.45vw, 18px) clamp(10px, 1.25vw, 16px);
  border: 1px solid rgba(17, 17, 17, 0.11);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 22px 70px rgba(201, 168, 76, 0.18);
}

.av-footer-form-intro {
  margin: 0;
  color: #c9a84c !important;
  -webkit-text-fill-color: #c9a84c !important;
  font: 700 clamp(12px, 0.82vw, 14px) var(--font-system), -apple-system, BlinkMacSystemFont, "SF Pro Text",
    Arial, sans-serif;
  letter-spacing: 0.14em;
  line-height: 1.45;
  padding: 0 4px;
  text-align: center;
  text-transform: uppercase;
}

.av-contact-footer .av-footer-form-intro {
  color: #c9a84c !important;
  -webkit-text-fill-color: #c9a84c !important;
}

.av-contact-footer .av-footer-form-intro,
.av-contact-footer .av-footer-form-intro * {
  color: #c9a84c !important;
  -webkit-text-fill-color: #c9a84c !important;
}

.av-footer-inquiry-form {
  display: grid;
  position: relative;
  height: 100%;
  gap: 4px;
  grid-template-rows: minmax(0, 1fr) auto;
  align-content: stretch;
}

.av-footer-field-stack {
  display: grid;
  grid-template-rows: auto auto auto auto 1fr;
  gap: 10px;
}

.av-footer-field-stack :where(input, textarea) {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 14px;
  background: #ffffff;
  color: #111111 !important;
  font: 400 clamp(14.4px, 1vw, 18.4px) var(--font-system), -apple-system, BlinkMacSystemFont, "SF Pro Text",
    Arial, sans-serif;
  padding: 10px 16px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.av-footer-field-stack textarea {
  min-height: 168px;
  height: 100%;
  resize: vertical;
}

.av-footer-field-stack :where(input, textarea)::placeholder {
  color: rgba(17, 17, 17, 0.56);
}

.av-footer-field-stack :where(input, textarea):focus {
  border-color: rgba(201, 168, 76, 0.9);
  box-shadow: 0 0 0 5px rgba(201, 168, 76, 0.16);
}

.av-footer-form-actions {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  gap: 18px;
  align-self: end;
  margin-top: 0;
  transform: translateY(8px);
}

.av-footer-form-actions button {
  border: 1px solid #111111;
  border-radius: 14px;
  background: #111111;
  color: #ffffff !important;
  padding: 14px 24px;
  font: 700 clamp(12px, 0.88vw, 16px) var(--font-system), -apple-system, BlinkMacSystemFont, "SF Pro Text",
    Arial, sans-serif;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.av-footer-form-actions button:hover {
  background: #c9a84c;
  border-color: #c9a84c;
  color: #000000 !important;
  transform: translateY(-1px);
}

.av-footer-form-note {
  position: absolute;
  right: 0;
  bottom: -18px;
  min-height: 0;
  margin: 0;
  color: rgba(17, 17, 17, 0.54) !important;
  font-size: 12px;
  font-weight: 500;
}

.av-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: clamp(42px, 5vw, 74px);
  padding-top: 24px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.av-footer-bottom p {
  margin: 0;
  color: rgba(17, 17, 17, 0.58) !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.av-footer-back-top {
  border: 0;
  border-bottom: 1px solid rgba(201, 168, 76, 0.72);
  background: transparent;
  color: #111111 !important;
  padding: 0 0 7px;
  font: 700 12px var(--font-system), -apple-system, BlinkMacSystemFont, "SF Pro Text",
    Arial, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.av-footer-back-top:hover {
  color: #c9a84c !important;
  border-color: #111111;
  transform: translateY(-2px);
}

@media (max-width: 1120px) {
  .av-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .av-contact-footer {
    padding-inline: 18px !important;
  }

  .av-footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .av-footer-form-wrap {
    width: 100%;
  }

  .av-footer-form-card {
    padding: 22px 18px;
  }
  .av-footer-nav {
    justify-self: start;
  }

  .av-footer-form-actions {
    align-items: start;
    flex-direction: column;
  }

  .av-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Footer atelier: quiet, precise, Apple-like closing surface. */
body .av-contact-footer {
  --av-footer-ink: #171716;
  --av-footer-muted: rgba(23, 23, 22, 0.62);
  --av-footer-soft: rgba(23, 23, 22, 0.09);
  --av-footer-hairline: rgba(23, 23, 22, 0.12);
  --av-footer-panel: rgba(255, 255, 255, 0.74);
  --av-footer-brass: #9a8245;
  position: relative !important;
  overflow: hidden !important;
  direction: ltr !important;
  unicode-bidi: isolate !important;
  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0.995) 32%,
      rgba(251, 251, 249, 0.985) 68%,
      rgba(242, 241, 237, 0.98) 100%
    ),
    linear-gradient(90deg, rgba(154, 130, 69, 0.025), transparent 38%, rgba(42, 121, 112, 0.018) 80%, transparent) !important;
  color: var(--av-footer-ink) !important;
  padding: 88px 24px 34px !important;
  border-top: 1px solid rgba(23, 23, 22, 0.10) !important;
  font-family: var(--font-system), -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif !important;
}

body .av-contact-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0, rgba(23, 23, 22, 0.035) 1px, transparent 1px) 50% 0 / 92px 100%,
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), transparent 32%);
  opacity: 0.48;
}

body .av-contact-footer .av-footer-shell {
  position: relative !important;
  z-index: 1 !important;
  width: min(1320px, 100%) !important;
  margin: 0 auto !important;
}

body .av-contact-footer .av-footer-topline {
  width: 100% !important;
  height: 1px !important;
  margin: 0 0 26px !important;
  background: linear-gradient(90deg, rgba(23, 23, 22, 0.10), rgba(154, 130, 69, 0.32), rgba(23, 23, 22, 0.08)) !important;
}

body .av-contact-footer .av-footer-signature {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: end !important;
  gap: 28px !important;
  padding-bottom: 34px !important;
  border-bottom: 1px solid var(--av-footer-hairline) !important;
  text-align: left !important;
}

body .av-contact-footer .av-footer-kicker,
body .av-contact-footer .av-footer-form-intro span,
body .av-contact-footer .av-footer-heading {
  display: block !important;
  color: var(--av-footer-brass) !important;
  -webkit-text-fill-color: var(--av-footer-brass) !important;
  font-size: 11px !important;
  font-weight: 650 !important;
  letter-spacing: 0.18em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

body .av-contact-footer .av-footer-signature-copy p {
  max-width: 680px !important;
  margin: 12px 0 0 !important;
  color: var(--av-footer-ink) !important;
  -webkit-text-fill-color: var(--av-footer-ink) !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.18 !important;
}

body .av-contact-footer .av-footer-signature-meta {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  gap: 0 !important;
  color: rgba(23, 23, 22, 0.55) !important;
  -webkit-text-fill-color: rgba(23, 23, 22, 0.55) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  line-height: 1.3 !important;
  text-transform: uppercase !important;
}

body .av-contact-footer .av-footer-signature-meta span {
  position: relative !important;
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
  padding-left: 18px !important;
  margin-left: 18px !important;
}

body .av-contact-footer .av-footer-signature-meta span:first-child {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

body .av-contact-footer .av-footer-signature-meta span:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.22em;
  width: 1px;
  height: 0.86em;
  background: rgba(23, 23, 22, 0.20);
}

body .av-contact-footer .av-footer-grid {
  display: grid !important;
  grid-template-columns: minmax(270px, 0.88fr) minmax(380px, 1fr) minmax(250px, 0.72fr) !important;
  gap: 0 54px !important;
  align-items: start !important;
  padding-top: 42px !important;
}

body .av-contact-footer .av-footer-brand,
body .av-contact-footer .av-footer-nav {
  transform: none !important;
  background: transparent !important;
  text-align: left !important;
}

body .av-contact-footer .av-footer-logo-link {
  display: inline-flex !important;
  width: fit-content !important;
  margin: 0 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

body .av-contact-footer .av-footer-logo {
  width: 148px !important;
  height: auto !important;
}

body .av-contact-footer .av-footer-brand-line {
  max-width: 310px !important;
  margin: 30px 0 0 !important;
  color: rgba(23, 23, 22, 0.68) !important;
  -webkit-text-fill-color: rgba(23, 23, 22, 0.68) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.65 !important;
}

body .av-contact-footer .av-footer-brand-meta {
  display: grid !important;
  gap: 9px !important;
  max-width: 310px !important;
  margin: 28px 0 0 !important;
  padding-top: 18px !important;
  border-top: 1px solid var(--av-footer-soft) !important;
}

body .av-contact-footer .av-footer-brand-meta span {
  color: rgba(23, 23, 22, 0.48) !important;
  -webkit-text-fill-color: rgba(23, 23, 22, 0.48) !important;
  font-size: 11px !important;
  font-weight: 650 !important;
  letter-spacing: 0.13em !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
}

body .av-contact-footer .av-footer-contact-under-logo {
  margin-top: 42px !important;
  gap: 13px !important;
}

body .av-contact-footer .av-footer-heading,
body .av-contact-footer .av-footer-contact-under-logo .av-footer-heading,
body .av-contact-footer .av-footer-nav .av-footer-heading {
  margin: 0 0 17px !important;
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: isolate !important;
}

body .av-contact-footer .av-footer-contact-heading-link {
  transform: none !important;
}

body .av-contact-footer .av-footer-contact-item {
  display: grid !important;
  grid-template-columns: 17px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: center !important;
  width: fit-content !important;
  min-height: 29px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  text-align: left !important;
}

body .av-contact-footer .av-footer-contact-item img {
  width: 14px !important;
  height: 14px !important;
  opacity: 0.64 !important;
}

body .av-contact-footer .av-footer-contact-item span,
body .av-contact-footer .av-footer-contact-item strong {
  color: rgba(23, 23, 22, 0.66) !important;
  -webkit-text-fill-color: rgba(23, 23, 22, 0.66) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.10em !important;
  line-height: 1.35 !important;
  text-transform: uppercase !important;
}

body .av-contact-footer .av-footer-link-list a:hover,
body .av-contact-footer .av-footer-contact a:hover,
body .av-contact-footer .av-footer-address-toggle:hover {
  color: var(--av-footer-ink) !important;
  -webkit-text-fill-color: var(--av-footer-ink) !important;
  transform: translateX(2px) !important;
}

body .av-contact-footer .av-footer-contact a:hover span,
body .av-contact-footer .av-footer-contact a:hover strong,
body .av-contact-footer .av-footer-address-toggle:hover strong {
  color: var(--av-footer-ink) !important;
  -webkit-text-fill-color: var(--av-footer-ink) !important;
}

body .av-contact-footer .av-footer-socials {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-top: 30px !important;
  transform: none !important;
}

body .av-contact-footer .av-footer-social {
  width: 36px !important;
  height: 36px !important;
  border: 1px solid rgba(23, 23, 22, 0.18) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.56) !important;
  color: rgba(23, 23, 22, 0.60) !important;
  -webkit-text-fill-color: rgba(23, 23, 22, 0.60) !important;
  box-shadow: none !important;
}

body .av-contact-footer .av-footer-social svg {
  width: 18px !important;
  height: 18px !important;
}

body .av-contact-footer .av-footer-social:hover {
  background: var(--av-footer-ink) !important;
  border-color: var(--av-footer-ink) !important;
  color: #f7f1df !important;
  -webkit-text-fill-color: #f7f1df !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 24px rgba(23, 23, 22, 0.12) !important;
}

body .av-contact-footer .av-footer-social:hover .av-icon-instagram {
  fill: none !important;
  stroke: #f7f1df !important;
}

body .av-contact-footer .av-footer-social:hover .av-icon-linkedin,
body .av-contact-footer .av-footer-social:hover .av-icon-facebook {
  fill: #f7f1df !important;
  stroke: none !important;
}

body .av-contact-footer .av-footer-form-wrap {
  width: min(430px, 100%) !important;
  display: grid !important;
  gap: 14px !important;
  justify-self: center !important;
  padding-left: 42px !important;
  border-left: 1px solid var(--av-footer-soft) !important;
}

body .av-contact-footer .av-footer-form-intro {
  display: grid !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

body .av-contact-footer .av-footer-form-intro strong {
  color: var(--av-footer-ink) !important;
  -webkit-text-fill-color: var(--av-footer-ink) !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.25 !important;
  text-transform: none !important;
}

body .av-contact-footer .av-footer-form-card {
  width: 100% !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  display: block !important;
  padding: 17px !important;
  border: 1px solid rgba(23, 23, 22, 0.12) !important;
  border-radius: 8px !important;
  background: var(--av-footer-panel) !important;
  box-shadow: 0 18px 42px rgba(23, 23, 22, 0.06) !important;
  backdrop-filter: blur(18px);
}

body .av-contact-footer .av-footer-inquiry-form {
  display: grid !important;
  height: auto !important;
  gap: 12px !important;
  grid-template-rows: none !important;
}

body .av-contact-footer .av-footer-field-stack {
  display: grid !important;
  grid-template-rows: none !important;
  gap: 9px !important;
}

body .av-contact-footer .av-footer-field-stack :where(input, textarea) {
  width: 100% !important;
  min-height: 44px !important;
  border: 1px solid rgba(23, 23, 22, 0.13) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.76) !important;
  color: var(--av-footer-ink) !important;
  -webkit-text-fill-color: var(--av-footer-ink) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.4 !important;
  padding: 0 13px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
}

body .av-contact-footer .av-footer-field-stack textarea {
  min-height: 120px !important;
  height: 120px !important;
  padding-top: 12px !important;
  resize: vertical !important;
}

body .av-contact-footer .av-footer-field-stack :where(input, textarea)::placeholder {
  color: rgba(23, 23, 22, 0.38) !important;
  -webkit-text-fill-color: rgba(23, 23, 22, 0.38) !important;
}

body .av-contact-footer .av-footer-field-stack :where(input, textarea):focus {
  border-color: rgba(154, 130, 69, 0.52) !important;
  box-shadow: 0 0 0 4px rgba(154, 130, 69, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.80) !important;
}

body .av-contact-footer .av-footer-form-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  margin: 0 !important;
  transform: none !important;
}

body .av-contact-footer .av-footer-form-actions button {
  min-height: 42px !important;
  border: 1px solid var(--av-footer-ink) !important;
  border-radius: 8px !important;
  background: var(--av-footer-ink) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  padding: 0 22px !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  letter-spacing: 0.02em !important;
  line-height: 1 !important;
}

body .av-contact-footer .av-footer-form-actions button:hover {
  background: #2a2a28 !important;
  border-color: #2a2a28 !important;
  color: #f7f1df !important;
  -webkit-text-fill-color: #f7f1df !important;
  transform: translateY(-1px) !important;
}

body .av-contact-footer .av-footer-form-note {
  position: static !important;
  min-height: 16px !important;
  margin: -2px 0 0 !important;
  color: rgba(23, 23, 22, 0.46) !important;
  -webkit-text-fill-color: rgba(23, 23, 22, 0.46) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

body .av-contact-footer .av-footer-nav {
  width: min(315px, 100%) !important;
  justify-self: end !important;
  justify-items: stretch !important;
  padding-left: 38px !important;
  border-left: 1px solid var(--av-footer-soft) !important;
}

body .av-contact-footer .av-footer-bbb-card {
  width: 100% !important;
  margin: 0 0 34px !important;
  padding: 12px !important;
  border: 1px solid rgba(23, 23, 22, 0.11) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.58) !important;
  box-shadow: none !important;
}

body .av-contact-footer .av-footer-bbb-card:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(154, 130, 69, 0.42) !important;
  box-shadow: 0 14px 30px rgba(23, 23, 22, 0.07) !important;
}

body .av-contact-footer .av-footer-bbb-card img {
  width: 42px !important;
  height: 42px !important;
}

body .av-contact-footer .av-footer-bbb-copy {
  gap: 3px !important;
}

body .av-contact-footer .av-footer-bbb-copy strong {
  color: var(--av-footer-ink) !important;
  -webkit-text-fill-color: var(--av-footer-ink) !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
}

body .av-contact-footer .av-footer-bbb-copy span {
  color: rgba(23, 23, 22, 0.48) !important;
  -webkit-text-fill-color: rgba(23, 23, 22, 0.48) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
}

body .av-contact-footer .av-footer-bbb-copy b {
  color: var(--av-footer-brass) !important;
  -webkit-text-fill-color: var(--av-footer-brass) !important;
}

body .av-contact-footer .av-footer-link-list {
  display: grid !important;
  gap: 0 !important;
  border-top: 1px solid var(--av-footer-soft) !important;
  background: transparent !important;
}

body .av-contact-footer .av-footer-nav .av-footer-link-list a {
  display: block !important;
  width: 100% !important;
  padding: 12px 0 !important;
  border-bottom: 1px solid var(--av-footer-soft) !important;
  color: rgba(23, 23, 22, 0.68) !important;
  -webkit-text-fill-color: rgba(23, 23, 22, 0.68) !important;
  direction: ltr !important;
  unicode-bidi: isolate !important;
  text-align: left !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.25 !important;
}

body .av-contact-footer .av-footer-nav .av-footer-link-list a:hover {
  color: var(--av-footer-ink) !important;
  -webkit-text-fill-color: var(--av-footer-ink) !important;
  transform: translateX(2px) !important;
}

/* Footer links stay black; hover is communicated through type weight. */
html body #root#root .av-contact-footer a[href]:not(.av-footer-logo-link):not(.av-footer-social) {
  color: var(--av-footer-ink, #171716) !important;
  -webkit-text-fill-color: var(--av-footer-ink, #171716) !important;
}

html body #root#root .av-contact-footer a[href]:not(.av-footer-logo-link):not(.av-footer-social):hover,
html body #root#root .av-contact-footer a[href]:not(.av-footer-logo-link):not(.av-footer-social):focus-visible {
  color: var(--av-footer-ink, #171716) !important;
  -webkit-text-fill-color: var(--av-footer-ink, #171716) !important;
  font-weight: 700 !important;
  opacity: 1 !important;
}

html body #root#root
  .av-contact-footer
  a[href]:not(.av-footer-logo-link):not(.av-footer-social):is(:hover, :focus-visible)
  :is(span, strong, small, em) {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
  font-weight: 700 !important;
}

body .av-contact-footer .av-footer-bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 22px !important;
  margin-top: 54px !important;
  padding-top: 19px !important;
  border-top: 1px solid var(--av-footer-hairline) !important;
}

body .av-contact-footer .av-footer-bottom p,
body .av-contact-footer .av-footer-back-top {
  color: rgba(23, 23, 22, 0.48) !important;
  -webkit-text-fill-color: rgba(23, 23, 22, 0.48) !important;
  font-size: 11px !important;
  font-weight: 650 !important;
  letter-spacing: 0.12em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

body .av-contact-footer .av-footer-back-top {
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  cursor: pointer !important;
}

body .av-contact-footer .av-footer-back-top:hover {
  color: var(--av-footer-ink) !important;
  -webkit-text-fill-color: var(--av-footer-ink) !important;
  border-color: transparent !important;
  transform: translateY(-1px) !important;
}

body .av-contact-footer .av-footer-address-popup img {
  border-radius: 8px !important;
}

@media (max-width: 1080px) {
  body .av-contact-footer .av-footer-grid {
    grid-template-columns: minmax(260px, 0.82fr) minmax(360px, 1fr) !important;
    gap: 44px !important;
  }

  body .av-contact-footer .av-footer-nav {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(260px, 0.36fr) minmax(0, 1fr) !important;
    gap: 34px !important;
    justify-self: stretch !important;
    padding: 28px 0 0 !important;
    border-left: 0 !important;
    border-top: 1px solid var(--av-footer-soft) !important;
  }

  body .av-contact-footer .av-footer-bbb-card {
    margin-bottom: 0 !important;
  }

  body .av-contact-footer .av-footer-nav .av-footer-heading {
    grid-column: 2 !important;
    margin: 0 0 -2px !important;
  }

  body .av-contact-footer .av-footer-link-list {
    grid-column: 2 !important;
  }
}

@media (max-width: 820px) {
  body .av-contact-footer {
    padding: 68px 18px 30px !important;
  }

  body .av-contact-footer::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.44), transparent 38%) !important;
  }

  body .av-contact-footer .av-footer-topline {
    margin-bottom: 22px !important;
  }

  body .av-contact-footer .av-footer-signature {
    grid-template-columns: 1fr !important;
    align-items: start !important;
    gap: 18px !important;
    padding-bottom: 28px !important;
  }

  body .av-contact-footer .av-footer-signature-copy p {
    font-size: 24px !important;
    line-height: 1.2 !important;
  }

  body .av-contact-footer .av-footer-signature-meta {
    justify-content: flex-start !important;
    gap: 8px 0 !important;
  }

  body .av-contact-footer .av-footer-grid {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    padding-top: 34px !important;
  }

  body .av-contact-footer .av-footer-brand,
  body .av-contact-footer .av-footer-form-wrap,
  body .av-contact-footer .av-footer-nav {
    width: 100% !important;
    justify-self: stretch !important;
  }

  body .av-contact-footer .av-footer-brand-line,
  body .av-contact-footer .av-footer-brand-meta {
    max-width: 100% !important;
  }

  body .av-contact-footer .av-footer-form-wrap,
  body .av-contact-footer .av-footer-nav {
    padding: 28px 0 0 !important;
    border-left: 0 !important;
    border-top: 1px solid var(--av-footer-soft) !important;
  }

  body .av-contact-footer .av-footer-form-card {
    padding: 15px !important;
    min-height: 0 !important;
  }

  body .av-contact-footer .av-footer-form-actions {
    align-items: stretch !important;
  }

  body .av-contact-footer .av-footer-form-actions button {
    width: 100% !important;
  }

  body .av-contact-footer .av-footer-nav {
    display: block !important;
  }

  body .av-contact-footer .av-footer-bbb-card {
    margin-bottom: 28px !important;
  }

  body .av-contact-footer .av-footer-nav .av-footer-heading,
  body .av-contact-footer .av-footer-link-list {
    grid-column: auto !important;
  }

  body .av-contact-footer .av-footer-bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 14px !important;
    margin-top: 42px !important;
  }
}

@media (max-width: 480px) {
  body .av-contact-footer .av-footer-signature-meta span {
    width: 100% !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  body .av-contact-footer .av-footer-signature-meta span::before {
    display: none !important;
  }

  body .av-contact-footer .av-footer-contact-item {
    width: 100% !important;
  }
}

/* Footer redesign v2
   A cinematic inquiry card paired with a compact editorial information card. */

body .av-contact-footer {
  --av2-ink: #11110f;
  --av2-paper: #fbfbf8;
  --av2-ground: #e9e8e3;
  --av2-line: rgba(17, 17, 15, 0.12);
  --av2-muted: rgba(17, 17, 15, 0.58);
  --av2-brass: #b39a5a;
  position: relative !important;
  z-index: 1 !important;
  overflow: hidden !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 clamp(14px, 3.2vw, 52px) !important;
  background: linear-gradient(
    180deg,
    #ffffff 0,
    #ffffff 34%,
    #fafaf8 68%,
    #eeede8 100%
  ) !important;
  color: var(--av2-ink) !important;
  font-family: var(--font-system), -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
}

body .av-contact-footer::before {
  display: none !important;
}

body .av-contact-footer,
body .av-contact-footer * {
  box-sizing: border-box !important;
}

body .av-contact-footer :where(p, h2, a, span, small, strong, em, b, i, label, button, input, textarea) {
  margin: 0 !important;
}

body .av-contact-footer .av-footer-shell {
  position: relative !important;
  width: 100% !important;
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body .av-contact-footer .av-footer-cta {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  margin-top: 50px !important;
  min-height: 360px !important;
  padding: 48px clamp(28px, 7vw, 108px) 44px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: clamp(22px, 2vw, 30px) !important;
  background:
    radial-gradient(72% 72% at 50% -18%, rgba(190, 173, 126, 0.48) 0%, rgba(67, 62, 46, 0.14) 48%, transparent 72%),
    linear-gradient(145deg, #11110f 0%, #060706 62%, #030403 100%) !important;
  box-shadow:
    0 28px 70px rgba(23, 22, 17, 0.18),
    inset 0 1px rgba(255, 255, 255, 0.11) !important;
  color: #fff !important;
}

body .av-contact-footer .av-footer-cta::before,
body .av-contact-footer .av-footer-cta::after {
  position: absolute !important;
  z-index: -1 !important;
  content: "" !important;
  pointer-events: none !important;
}

body .av-contact-footer .av-footer-cta::before {
  width: 58% !important;
  height: 130px !important;
  top: -82px !important;
  left: 21% !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 50% !important;
  filter: blur(0.2px) !important;
  transform: rotate(-4deg) !important;
}

body .av-contact-footer .av-footer-cta::after {
  display: none !important;
}

body .av-contact-footer .av-footer-cta-orbit {
  display: none !important;
}

body .av-contact-footer .av-footer-cta-index {
  position: absolute !important;
  top: 24px !important;
  right: 28px !important;
  color: rgba(255, 255, 255, 0.36) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.36) !important;
  font-size: 9px !important;
  font-weight: 600 !important;
  letter-spacing: 0.22em !important;
  line-height: 1 !important;
}

body .av-contact-footer .av-footer-cta-copy {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  width: min(860px, 100%) !important;
  margin: auto !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

body .av-contact-footer .av-footer-cta-kicker {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  margin-bottom: 18px !important;
  color: rgba(255, 255, 255, 0.58) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.58) !important;
  font-size: 9px !important;
  font-weight: 650 !important;
  letter-spacing: 0.22em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

body .av-contact-footer .av-footer-cta-kicker i,
body .av-contact-footer .av-footer-bottom-meta i {
  display: inline-block !important;
  width: 3px !important;
  height: 3px !important;
  border-radius: 50% !important;
  background: var(--av2-brass) !important;
}

body .av-contact-footer .av-footer-cta h2 {
  width: 100% !important;
  max-width: 900px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family: var(--font-system), -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(38px, 4.2vw, 62px) !important;
  font-weight: 450 !important;
  letter-spacing: -0.055em !important;
  line-height: 1 !important;
  text-align: center !important;
  text-wrap: balance !important;
}

body .av-contact-footer .av-footer-cta h2 em {
  color: #d8caa7 !important;
  -webkit-text-fill-color: #d8caa7 !important;
  font-family: var(--font-display), Georgia, serif !important;
  font-weight: 300 !important;
  letter-spacing: -0.035em !important;
}

body .av-contact-footer .av-footer-cta-lede {
  max-width: 540px !important;
  margin-top: 18px !important;
  color: rgba(255, 255, 255, 0.59) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.59) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.65 !important;
}

body .av-contact-footer .av-footer-inquiry-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 20px !important;
  margin-top: 26px !important;
  padding: 7px 8px 7px 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.92) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #11110f !important;
  cursor: pointer !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18) !important;
  font-family: inherit !important;
  font-size: 11px !important;
  font-weight: 650 !important;
  letter-spacing: 0.02em !important;
  line-height: 1 !important;
  transition: transform 240ms ease, box-shadow 240ms ease !important;
}

body .av-contact-footer .av-footer-inquiry-toggle b {
  display: grid !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  place-items: center !important;
  background: #11110f !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  transition: transform 260ms ease !important;
}

body .av-contact-footer .av-footer-inquiry-toggle:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24) !important;
}

body .av-contact-footer .av-footer-inquiry-toggle[aria-expanded="true"] b {
  transform: rotate(90deg) !important;
}

body .av-contact-footer .av-footer-inquiry-panel {
  position: relative !important;
  z-index: 3 !important;
  width: min(1040px, 100%) !important;
  max-height: 0 !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(18px) !important;
  transition:
    max-height 620ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 320ms ease,
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1),
    margin 520ms cubic-bezier(0.16, 1, 0.3, 1) !important;
}

body .av-contact-footer .av-footer-inquiry-panel.is-open {
  max-height: 760px !important;
  margin-top: 54px !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

body .av-contact-footer .av-footer-cta:has(.av-footer-inquiry-panel.is-open) {
  flex-direction: column !important;
}

body .av-contact-footer .av-footer-form-card {
  display: grid !important;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.5fr) !important;
  gap: clamp(30px, 5vw, 72px) !important;
  width: 100% !important;
  min-height: 0 !important;
  padding: clamp(28px, 4vw, 48px) !important;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.065) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06) !important;
  backdrop-filter: blur(22px) !important;
}

body .av-contact-footer .av-footer-form-intro {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  padding: 2px 0 !important;
  text-align: left !important;
}

body .av-contact-footer .av-footer-form-intro > span {
  margin-bottom: 18px !important;
  color: #cbb982 !important;
  -webkit-text-fill-color: #cbb982 !important;
  font-size: 9px !important;
  font-weight: 650 !important;
  letter-spacing: 0.22em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body .av-contact-footer .av-footer-form-intro strong {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family: var(--font-display), Georgia, serif !important;
  font-size: clamp(29px, 3vw, 42px) !important;
  font-weight: 400 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.03 !important;
}

body .av-contact-footer .av-footer-form-intro p {
  margin-top: 18px !important;
  color: rgba(255, 255, 255, 0.46) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.46) !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
}

body .av-contact-footer .av-footer-inquiry-form {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
}

body .av-contact-footer .av-footer-field-stack {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px 18px !important;
}

body .av-contact-footer .av-footer-field-stack label {
  display: flex !important;
  min-width: 0 !important;
  flex-direction: column !important;
  gap: 8px !important;
  color: rgba(255, 255, 255, 0.46) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.46) !important;
  font-size: 9px !important;
  font-weight: 650 !important;
  letter-spacing: 0.15em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body .av-contact-footer .av-footer-field-stack label.av-footer-note-field {
  grid-column: 1 / -1 !important;
}

body .av-contact-footer .av-footer-field-stack :where(input, textarea) {
  display: block !important;
  width: 100% !important;
  height: 39px !important;
  padding: 0 0 9px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font: 400 13px/1.3 var(--font-system), -apple-system, BlinkMacSystemFont, sans-serif !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  transition: border-color 180ms ease !important;
}

body .av-contact-footer .av-footer-field-stack textarea {
  height: 48px !important;
  min-height: 48px !important;
  resize: vertical !important;
}

body .av-contact-footer .av-footer-field-stack :where(input, textarea)::placeholder {
  color: rgba(255, 255, 255, 0.26) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.26) !important;
}

body .av-contact-footer .av-footer-field-stack :where(input, textarea):focus {
  border-color: #d2bd80 !important;
}

body .av-contact-footer .av-footer-form-actions {
  display: flex !important;
  min-height: 44px !important;
  margin-top: 24px !important;
  padding: 0 !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  transform: none !important;
}

body .av-contact-footer .av-footer-form-actions button {
  display: inline-flex !important;
  width: auto !important;
  height: 42px !important;
  min-width: 154px !important;
  padding: 0 16px 0 18px !important;
  border: 1px solid #fff !important;
  border-radius: 999px !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  background: #fff !important;
  color: #11110f !important;
  -webkit-text-fill-color: #11110f !important;
  cursor: pointer !important;
  font-family: inherit !important;
  font-size: 10px !important;
  font-weight: 650 !important;
  letter-spacing: 0.04em !important;
  line-height: 1 !important;
  text-transform: none !important;
}

body .av-contact-footer .av-footer-form-actions button:hover {
  background: #d8c79d !important;
  border-color: #d8c79d !important;
  color: #11110f !important;
  -webkit-text-fill-color: #11110f !important;
  transform: translateY(-1px) !important;
}

body .av-contact-footer .av-footer-form-note {
  min-height: 15px !important;
  color: rgba(255, 255, 255, 0.54) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.54) !important;
  font-size: 10px !important;
  line-height: 1.4 !important;
}

body .av-contact-footer .av-footer-card {
  position: relative !important;
  z-index: 2 !important;
  overflow: hidden !important;
  margin-top: 50px !important;
  padding: 0 clamp(24px, 4vw, 58px) !important;
  border: 1px solid rgba(17, 17, 15, 0.09) !important;
  border-radius: clamp(22px, 2vw, 30px) !important;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.96), rgba(249, 249, 246, 0.98)),
    var(--av2-paper) !important;
  box-shadow:
    0 24px 60px rgba(50, 48, 40, 0.09),
    inset 0 1px #fff !important;
}

body .av-contact-footer .av-footer-card-main {
  display: grid !important;
  grid-template-columns: minmax(230px, 1.02fr) minmax(520px, 2.15fr) minmax(210px, 0.9fr) !important;
  gap: clamp(42px, 5vw, 78px) !important;
  align-items: start !important;
  padding: clamp(42px, 5vw, 70px) 0 clamp(36px, 4vw, 58px) !important;
}

body .av-contact-footer .av-footer-brand,
body .av-contact-footer .av-footer-nav,
body .av-contact-footer .av-footer-projects,
body .av-contact-footer .av-footer-contact,
body .av-contact-footer .av-footer-services,
body .av-contact-footer .av-footer-trust {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-self: stretch !important;
  transform: none !important;
}

body .av-contact-footer .av-footer-directory {
  display: grid !important;
  width: 100% !important;
  min-width: 0 !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 38px clamp(36px, 4vw, 64px) !important;
  align-items: start !important;
}

body .av-contact-footer .av-footer-logo-link {
  display: block !important;
  width: 168px !important;
  height: auto !important;
  padding: 0 !important;
  background: transparent !important;
}

body .av-contact-footer .av-footer-logo {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  filter: none !important;
}

body .av-contact-footer .av-footer-brand-line {
  max-width: 325px !important;
  margin-top: 28px !important;
  color: var(--av2-muted) !important;
  -webkit-text-fill-color: var(--av2-muted) !important;
  font-family: var(--font-system), -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.65 !important;
}

body .av-contact-footer .av-footer-heading {
  margin-bottom: 25px !important;
  color: var(--av2-ink) !important;
  -webkit-text-fill-color: var(--av2-ink) !important;
  font-family: inherit !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  letter-spacing: 0.2em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body .av-contact-footer .av-footer-link-list {
  display: grid !important;
  width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  gap: 8px !important;
}

body .av-contact-footer .av-footer-project-list,
body .av-contact-footer .av-footer-services-list {
  display: grid !important;
  width: 100% !important;
  gap: 8px !important;
}

body .av-contact-footer .av-footer-nav .av-footer-link-list a {
  display: inline-flex !important;
  width: fit-content !important;
  padding: 0 !important;
  border: 0 !important;
  color: rgba(17, 17, 15, 0.62) !important;
  -webkit-text-fill-color: rgba(17, 17, 15, 0.62) !important;
  font-size: 12px !important;
  font-weight: 450 !important;
  letter-spacing: 0 !important;
  line-height: 1.45 !important;
  transition: color 180ms ease, transform 180ms ease !important;
}

body .av-contact-footer .av-footer-project-list a {
  display: inline-flex !important;
  width: fit-content !important;
  padding: 0 !important;
  border: 0 !important;
  color: rgba(17, 17, 15, 0.62) !important;
  -webkit-text-fill-color: rgba(17, 17, 15, 0.62) !important;
  font-size: 12px !important;
  font-weight: 450 !important;
  letter-spacing: 0 !important;
  line-height: 1.45 !important;
  transition: color 180ms ease, transform 180ms ease !important;
}

body .av-contact-footer .av-footer-project-list a::after {
  content: "↗" !important;
  margin-left: 6px !important;
  opacity: 0 !important;
  font-size: 9px !important;
  transform: translate(-3px, 2px) !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
}

body .av-contact-footer .av-footer-project-list a:hover {
  color: var(--av2-ink) !important;
  -webkit-text-fill-color: var(--av2-ink) !important;
  transform: translateX(2px) !important;
}

body .av-contact-footer .av-footer-project-list a:hover::after {
  opacity: 1 !important;
  transform: translate(0, 2px) !important;
}

body .av-contact-footer .av-footer-services-list {
  gap: 0 !important;
  counter-reset: av-service !important;
}

body .av-contact-footer .av-footer-services-list a {
  display: grid !important;
  width: 100% !important;
  padding: 9px 0 !important;
  border-top: 1px solid var(--av2-line) !important;
  grid-template-columns: 24px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 8px !important;
  color: rgba(17, 17, 15, 0.62) !important;
  -webkit-text-fill-color: rgba(17, 17, 15, 0.62) !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  counter-increment: av-service !important;
}

body .av-contact-footer .av-footer-services-list a:last-child {
  border-bottom: 1px solid var(--av2-line) !important;
}

body .av-contact-footer .av-footer-services-list a::before {
  content: "0" counter(av-service) !important;
  color: var(--av2-brass) !important;
  -webkit-text-fill-color: var(--av2-brass) !important;
  font-size: 8px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
}

body .av-contact-footer .av-footer-services-list a:hover {
  color: var(--av2-ink) !important;
  -webkit-text-fill-color: var(--av2-ink) !important;
  transform: translateX(2px) !important;
}

body .av-contact-footer .av-footer-nav .av-footer-link-list a::after {
  content: "↗" !important;
  margin-left: 6px !important;
  opacity: 0 !important;
  font-size: 9px !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
  transform: translate(-3px, 2px) !important;
}

body .av-contact-footer .av-footer-nav .av-footer-link-list a:hover {
  color: var(--av2-ink) !important;
  -webkit-text-fill-color: var(--av2-ink) !important;
  transform: translateX(2px) !important;
}

body .av-contact-footer .av-footer-nav .av-footer-link-list a:hover::after {
  opacity: 1 !important;
  transform: translate(0, 2px) !important;
}

body .av-contact-footer .av-footer-contact {
  gap: 0 !important;
}

body .av-contact-footer .av-footer-contact-item {
  display: grid !important;
  width: 100% !important;
  padding: 11px 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--av2-line) !important;
  grid-template-columns: 45px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 10px !important;
  background: transparent !important;
  color: var(--av2-ink) !important;
  -webkit-text-fill-color: var(--av2-ink) !important;
  cursor: pointer !important;
  text-align: left !important;
  text-decoration: none !important;
}

body .av-contact-footer .av-footer-contact-item:last-child {
  border-bottom: 1px solid var(--av2-line) !important;
}

body .av-contact-footer .av-footer-contact-item small {
  padding-top: 2px !important;
  color: rgba(17, 17, 15, 0.38) !important;
  -webkit-text-fill-color: rgba(17, 17, 15, 0.38) !important;
  font-size: 8px !important;
  font-weight: 700 !important;
  letter-spacing: 0.13em !important;
  line-height: 1.4 !important;
  text-transform: uppercase !important;
}

body .av-contact-footer .av-footer-contact-item span,
body .av-contact-footer .av-footer-contact-item strong {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
  color: rgba(17, 17, 15, 0.7) !important;
  -webkit-text-fill-color: rgba(17, 17, 15, 0.7) !important;
  font-family: inherit !important;
  font-size: 10px !important;
  font-weight: 550 !important;
  letter-spacing: 0.035em !important;
  line-height: 1.45 !important;
  text-transform: uppercase !important;
}

body .av-contact-footer .av-footer-contact-item:hover span,
body .av-contact-footer .av-footer-contact-item:hover strong {
  color: var(--av2-ink) !important;
  -webkit-text-fill-color: var(--av2-ink) !important;
}

body .av-contact-footer .av-footer-socials {
  display: flex !important;
  margin-top: 30px !important;
  gap: 16px !important;
}

body .av-contact-footer .av-footer-social {
  display: grid !important;
  width: 18px !important;
  height: 22px !important;
  border: 0 !important;
  border-radius: 0 !important;
  place-items: center !important;
  background: transparent !important;
  color: var(--av2-ink) !important;
  opacity: 0.72 !important;
  transition: transform 180ms ease, color 180ms ease, opacity 180ms ease !important;
}

body .av-contact-footer .av-footer-social svg {
  width: 15px !important;
  height: 15px !important;
  margin: 0 !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

body .av-contact-footer .av-footer-social:hover {
  border-color: transparent !important;
  background: transparent !important;
  color: var(--av2-brass) !important;
  opacity: 1 !important;
  transform: translateY(-2px) !important;
}

body .av-contact-footer .av-footer-bbb-card {
  display: flex !important;
  width: 100% !important;
  min-height: 74px !important;
  margin: 0 !important;
  padding: 12px !important;
  border: 1px solid var(--av2-line) !important;
  border-radius: 12px !important;
  align-items: center !important;
  gap: 10px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  box-shadow: none !important;
}

body .av-contact-footer .av-footer-bbb-card img {
  width: 36px !important;
  height: 42px !important;
  object-fit: contain !important;
}

body .av-contact-footer .av-footer-bbb-copy {
  display: flex !important;
  min-width: 0 !important;
  flex-direction: column !important;
  gap: 5px !important;
}

body .av-contact-footer .av-footer-bbb-copy strong {
  color: var(--av2-ink) !important;
  -webkit-text-fill-color: var(--av2-ink) !important;
  font-size: 10px !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
  line-height: 1.25 !important;
}

body .av-contact-footer .av-footer-bbb-copy span {
  color: rgba(17, 17, 15, 0.43) !important;
  -webkit-text-fill-color: rgba(17, 17, 15, 0.43) !important;
  font-size: 9px !important;
  line-height: 1.2 !important;
}

body .av-contact-footer .av-footer-bbb-copy b {
  color: var(--av2-brass) !important;
  -webkit-text-fill-color: var(--av2-brass) !important;
}

body .av-contact-footer .av-footer-bbb-card:hover {
  border-color: rgba(17, 17, 15, 0.24) !important;
  background: #fff !important;
  transform: translateY(-2px) !important;
}

body .av-contact-footer .av-footer-trust-signals {
  display: grid !important;
  width: 100% !important;
  margin-top: 12px !important;
}

body .av-contact-footer .av-footer-trust-signals > div {
  display: grid !important;
  padding: 9px 0 !important;
  border-top: 1px solid var(--av2-line) !important;
  grid-template-columns: 22px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 8px !important;
}

body .av-contact-footer .av-footer-trust-signals > div:last-child {
  border-bottom: 1px solid var(--av2-line) !important;
}

body .av-contact-footer .av-footer-trust-signals > div > b {
  padding-top: 2px !important;
  color: var(--av2-brass) !important;
  -webkit-text-fill-color: var(--av2-brass) !important;
  font-size: 8px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
}

body .av-contact-footer .av-footer-trust-signals > div > span {
  display: flex !important;
  min-width: 0 !important;
  flex-direction: column !important;
  gap: 2px !important;
}

body .av-contact-footer .av-footer-trust-signals strong {
  color: rgba(17, 17, 15, 0.72) !important;
  -webkit-text-fill-color: rgba(17, 17, 15, 0.72) !important;
  font-size: 9px !important;
  font-weight: 650 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
}

body .av-contact-footer .av-footer-trust-signals small {
  color: rgba(17, 17, 15, 0.4) !important;
  -webkit-text-fill-color: rgba(17, 17, 15, 0.4) !important;
  font-size: 8px !important;
  font-weight: 450 !important;
  line-height: 1.25 !important;
}

body .av-contact-footer .av-footer-trust-note {
  position: relative !important;
  margin-top: 19px !important;
  padding-left: 15px !important;
  color: rgba(17, 17, 15, 0.44) !important;
  -webkit-text-fill-color: rgba(17, 17, 15, 0.44) !important;
  font-family: var(--font-display), Georgia, serif !important;
  font-size: 13px !important;
  font-style: italic !important;
  line-height: 1.35 !important;
}

body .av-contact-footer .av-footer-trust-note > span {
  position: absolute !important;
  top: 5px !important;
  left: 0 !important;
  width: 5px !important;
  height: 5px !important;
  border-radius: 50% !important;
  background: var(--av2-brass) !important;
  box-shadow: 0 0 0 4px rgba(179, 154, 90, 0.12) !important;
}

body .av-contact-footer .av-footer-bottom {
  display: grid !important;
  margin: 0 !important;
  padding: 20px 0 22px !important;
  border-top: 1px solid var(--av2-line) !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
  gap: 24px !important;
}

body .av-contact-footer .av-footer-bottom > p,
body .av-contact-footer .av-footer-back-top {
  color: rgba(17, 17, 15, 0.42) !important;
  -webkit-text-fill-color: rgba(17, 17, 15, 0.42) !important;
  font-family: inherit !important;
  font-size: 8px !important;
  font-weight: 650 !important;
  letter-spacing: 0.15em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

body .av-contact-footer .av-footer-bottom-meta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
}

body .av-contact-footer .av-footer-back-top {
  display: inline-flex !important;
  padding: 0 !important;
  border: 0 !important;
  justify-self: end !important;
  align-items: center !important;
  gap: 9px !important;
  background: transparent !important;
  cursor: pointer !important;
}

body .av-contact-footer .av-footer-back-top span {
  display: grid !important;
  width: 25px !important;
  height: 25px !important;
  border: 1px solid var(--av2-line) !important;
  border-radius: 50% !important;
  place-items: center !important;
  color: var(--av2-ink) !important;
  -webkit-text-fill-color: var(--av2-ink) !important;
  font-size: 11px !important;
  transition: transform 180ms ease, background 180ms ease !important;
}

body .av-contact-footer .av-footer-back-top:hover {
  color: var(--av2-ink) !important;
  -webkit-text-fill-color: var(--av2-ink) !important;
  transform: none !important;
}

body .av-contact-footer .av-footer-back-top:hover span {
  background: var(--av2-ink) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  transform: translateY(-2px) !important;
}

body .av-contact-footer .av-footer-wordmark {
  position: relative !important;
  z-index: 0 !important;
  width: 100% !important;
  height: clamp(66px, 8.5vw, 116px) !important;
  margin-top: clamp(14px, 2.4vw, 36px) !important;
  overflow: hidden !important;
  color: rgba(17, 17, 15, 0.035) !important;
  -webkit-text-fill-color: rgba(17, 17, 15, 0.035) !important;
  font-family: var(--font-system), -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: clamp(76px, 10vw, 145px) !important;
  font-weight: 700 !important;
  letter-spacing: -0.08em !important;
  line-height: 0.72 !important;
  text-align: center !important;
  white-space: nowrap !important;
  user-select: none !important;
}

body .av-contact-footer .av-footer-address-popup {
  position: fixed !important;
  z-index: 10020 !important;
  inset: 0 !important;
  display: grid !important;
  padding: 22px !important;
  place-items: center !important;
  background: rgba(5, 5, 4, 0.62) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  backdrop-filter: blur(10px) !important;
  transition: opacity 200ms ease !important;
}

body .av-contact-footer .av-footer-address-popup.is-open {
  opacity: 1 !important;
  pointer-events: auto !important;
}

body .av-contact-footer .av-footer-address-popup img {
  display: block !important;
  width: min(760px, 92vw) !important;
  max-height: 78vh !important;
  border: 8px solid #fff !important;
  border-radius: 18px !important;
  object-fit: contain !important;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.42) !important;
  transform: translateY(12px) scale(0.98) !important;
  transition: transform 240ms ease !important;
}

body .av-contact-footer .av-footer-address-popup.is-open img {
  transform: translateY(0) scale(1) !important;
}

@media (max-width: 1080px) {
  body .av-contact-footer .av-footer-card-main {
    grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.65fr) !important;
  }

  body .av-contact-footer .av-footer-trust {
    grid-column: 1 / -1 !important;
    display: grid !important;
    padding-top: 28px !important;
    border-top: 1px solid var(--av2-line) !important;
    grid-template-columns: 130px minmax(230px, 320px) minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 24px !important;
  }

  body .av-contact-footer .av-footer-trust .av-footer-heading,
  body .av-contact-footer .av-footer-trust .av-footer-bbb-card,
  body .av-contact-footer .av-footer-trust .av-footer-trust-signals {
    margin: 0 !important;
  }
}

@media (max-width: 760px) {
  body .av-contact-footer {
    margin-top: 0 !important;
    padding: 0 10px !important;
  }

  body .av-contact-footer .av-footer-cta {
    min-height: 360px !important;
    padding: 48px 20px 42px !important;
    border-radius: 22px !important;
  }

  body .av-contact-footer .av-footer-cta-index {
    top: 24px !important;
    right: 24px !important;
  }

  body .av-contact-footer .av-footer-cta-kicker {
    max-width: 240px !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-bottom: 14px !important;
    line-height: 1.5 !important;
  }

  body .av-contact-footer .av-footer-cta h2 {
    font-size: clamp(34px, 10.4vw, 43px) !important;
    line-height: 1 !important;
  }

  body .av-contact-footer .av-footer-cta-lede {
    margin-top: 16px !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
  }

  body .av-contact-footer .av-footer-inquiry-toggle {
    margin-top: 22px !important;
  }

  body .av-contact-footer .av-footer-inquiry-panel.is-open {
    max-height: 1200px !important;
    margin-top: 42px !important;
  }

  body .av-contact-footer .av-footer-form-card {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    padding: 26px 20px !important;
    border-radius: 18px !important;
  }

  body .av-contact-footer .av-footer-field-stack {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  body .av-contact-footer .av-footer-field-stack label.av-footer-note-field {
    grid-column: auto !important;
  }

  body .av-contact-footer .av-footer-form-actions {
    align-items: stretch !important;
    flex-direction: column !important;
  }

  body .av-contact-footer .av-footer-form-actions button {
    width: 100% !important;
  }

  body .av-contact-footer .av-footer-card {
    padding: 0 22px !important;
    border-radius: 22px !important;
  }

  body .av-contact-footer .av-footer-card-main {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    padding: 42px 0 34px !important;
  }

  body .av-contact-footer .av-footer-brand,
  body .av-contact-footer .av-footer-nav,
  body .av-contact-footer .av-footer-projects,
  body .av-contact-footer .av-footer-contact,
  body .av-contact-footer .av-footer-services,
  body .av-contact-footer .av-footer-trust {
    grid-column: auto !important;
    display: flex !important;
    padding: 0 !important;
    border: 0 !important;
    grid-template-columns: none !important;
    gap: 0 !important;
  }

  body .av-contact-footer .av-footer-brand-line {
    max-width: 100% !important;
  }

  body .av-contact-footer .av-footer-directory {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  body .av-contact-footer .av-footer-nav,
  body .av-contact-footer .av-footer-projects,
  body .av-contact-footer .av-footer-contact,
  body .av-contact-footer .av-footer-services,
  body .av-contact-footer .av-footer-trust {
    padding-top: 28px !important;
    border-top: 1px solid var(--av2-line) !important;
  }

  body .av-contact-footer .av-footer-link-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px 18px !important;
  }

  body .av-contact-footer .av-footer-project-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px 18px !important;
  }

  body .av-contact-footer .av-footer-bbb-card {
    max-width: 290px !important;
  }

  body .av-contact-footer .av-footer-trust-note {
    margin-top: 18px !important;
  }

  body .av-contact-footer .av-footer-bottom {
    display: flex !important;
    padding: 22px 0 26px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 14px !important;
  }

  body .av-contact-footer .av-footer-bottom-meta {
    display: none !important;
  }

  body .av-contact-footer .av-footer-back-top {
    justify-self: auto !important;
  }

  body .av-contact-footer .av-footer-wordmark {
    height: 62px !important;
    margin-top: 22px !important;
    font-size: 68px !important;
    line-height: 0.78 !important;
  }
}

@media (max-width: 420px) {
  body .av-contact-footer .av-footer-inquiry-toggle {
    gap: 13px !important;
    padding-left: 16px !important;
    font-size: 10px !important;
  }

  body .av-contact-footer .av-footer-card {
    padding: 0 18px !important;
  }

  body .av-contact-footer .av-footer-contact-item {
    grid-template-columns: 40px minmax(0, 1fr) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body .av-contact-footer *,
  body .av-contact-footer *::before,
  body .av-contact-footer *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Public footer without the temporarily disabled Services column. */
body .av-contact-footer .av-footer-directory.av-footer-directory--services-hidden {
  grid-template-columns: minmax(110px, 0.72fr) minmax(150px, 0.95fr) minmax(220px, 1.45fr) !important;
}

@media (max-width: 1080px) {
  body .av-contact-footer .av-footer-directory.av-footer-directory--services-hidden {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body .av-contact-footer .av-footer-directory.av-footer-directory--services-hidden .av-footer-contact {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 760px) {
  body .av-contact-footer .av-footer-directory.av-footer-directory--services-hidden {
    grid-template-columns: 1fr !important;
  }

  body .av-contact-footer .av-footer-directory.av-footer-directory--services-hidden .av-footer-contact {
    grid-column: auto !important;
  }
}
