/* ─── The Azar Team — Footer (v2 wordmark) ─── */

.azar-footer {
  background: var(--onyx);
  color: var(--ivory);
  overflow: hidden;
}

/* Invite strip */
.azar-foot-invite { border-bottom: 1px solid var(--hairline-l); }
.azar-foot-invite-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
  padding-top: clamp(40px, 5vw, 72px);
  padding-bottom: clamp(40px, 5vw, 72px);
}
.azar-foot-invite-line {
  font-family: var(--serif);
  font-size: clamp(26px, 3.4vw, 44px);
  font-weight: 400;
  font-style: italic;
  color: var(--ivory);
  max-width: 22ch;
  line-height: 1.25;
}

/* Nav columns */
.azar-foot-nav { position: relative; z-index: 2; }
.azar-foot-top {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 40px;
  padding: clamp(48px, 6vw, 80px) 0 clamp(40px, 5vw, 64px);
}
.azar-foot-col { display: flex; flex-direction: column; gap: 12px; }
.azar-foot-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.azar-foot-ttl {
  font-size: 14px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 8px;
}
.azar-foot-ttl img {
  width: 130px;
}
.azar-foot-col a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(244,241,234,1);
  transition: color .3s, transform .3s;
  align-self: flex-start;
}
.azar-foot-col a:hover { color: var(--brass); border-color: var(--brass); }
.azar-foot-addr { font-size: 14px; font-weight: 400; color: rgba(244,241,234,1); max-width: 26ch; }
.azar-foot-col-contact a { font-size: 15px; }

.az-footer-social-links{
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Giant wordmark */
.azar-foot-wordmark {
  border-top: 1px solid var(--hairline-l);
  border-bottom: 1px solid var(--hairline-l);
  padding: clamp(10px, 1.6vw, 26px) 0;
  overflow: hidden;
  user-select: none;
}
.azar-foot-wordmark span {
  display: block;
  text-align: center;
  font-family: var(--serif);
  font-size: clamp(56px, 11.5vw, 170px);
  line-height: 1;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1px rgba(185,154,95,.28);
}

/* Bottom bar */
.azar-foot-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 28px;
  padding: 26px 0 10px;
  font-size: 12px;
  color: rgba(244,241,234,1);
}
.azar-foot-legal { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.azar-foot-legal a { transition: color .3s; }
.azar-foot-legal a:hover { color: var(--ivory); }
.azar-foot-right { display: flex; align-items: center; gap: 20px; }
.azar-to-top {
  width: 38px; height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  color: rgba(244,241,234,1);
  transition: all .35s;
}
.azar-to-top:hover { border-color: var(--brass); color: var(--brass); transform: translateY(-3px); }

.azar-foot-affil {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 4px;
  padding: 0 0 34px;
  font-size: 10.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(244,241,234,1);
}
