/* Argo site footer — scoped to #footer.argo-footer; safe to delete to revert */

#footer.argo-footer {
  --argo-plum: #29121c;
  --argo-cream: #fff6f1;
  --argo-cream-soft: rgba(255, 246, 241, 0.78);
  --argo-cream-muted: rgba(255, 246, 241, 0.55);
  --argo-peach: #ecaf92;
  --argo-neon: rgba(255, 105, 180, 0.14);
  --argo-line: rgba(255, 246, 241, 0.12);

  background: var(--argo-plum);
  color: var(--argo-cream);
  padding: clamp(2.75rem, 5vw, 4.25rem) 0 0;
  position: relative;
  overflow: hidden;
}

/* Optional subtle neon-pink wash — very low contrast */
#footer.argo-footer::before {
  content: "";
  position: absolute;
  inset: auto -20% -40% 40%;
  height: 70%;
  background: radial-gradient(ellipse at center, var(--argo-neon) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

#footer.argo-footer .argo-footer__inner {
  position: relative;
  z-index: 1;
}

#footer.argo-footer .argo-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 1fr));
  gap: 0.75rem clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
  padding-bottom: clamp(2rem, 3.5vw, 2.75rem);
}

#footer.argo-footer .argo-footer__brand {
  grid-column: 1;
  grid-row: 1;
  max-width: 18rem;
}

#footer.argo-footer .argo-footer__visit {
  grid-column: 2;
  grid-row: 1 / span 2;
}

#footer.argo-footer .argo-footer__nav--explore {
  grid-column: 3;
  grid-row: 1 / span 2;
}

#footer.argo-footer .argo-footer__nav--information {
  grid-column: 4;
  grid-row: 1 / span 2;
}

#footer.argo-footer .argo-footer__social {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  list-style: none;
  margin: 0.35rem 0 0;
  padding: 0;
  width: auto;
}

#footer.argo-footer .argo-footer__logo {
  margin: 0 0 0.65rem;
}

#footer.argo-footer .argo-footer__logo img {
  display: block;
  width: auto;
  max-width: min(180px, 70%);
  height: auto;
  /* Soft cream on plum — footer-scoped only */
  filter: brightness(0) invert(1) sepia(0.2) saturate(0.45) hue-rotate(330deg) brightness(0.97);
  opacity: 0.94;
}

#footer.argo-footer .argo-footer__text {
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.55;
  color: var(--argo-cream-soft);
}

#footer.argo-footer .argo-footer__text p {
  margin: 0 0 0.45rem;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

#footer.argo-footer .argo-footer__text p:last-child {
  margin-bottom: 0;
}

#footer.argo-footer .argo-footer__heading {
  margin: 0 0 1rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--argo-peach);
  line-height: 1.2;
}

#footer.argo-footer .argo-footer__address {
  font-style: normal;
  margin: 0 0 0.85rem;
}

#footer.argo-footer .argo-footer__address p,
#footer.argo-footer .argo-footer__hours {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--argo-cream);
}

#footer.argo-footer .argo-footer__hours {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin: 0;
  color: var(--argo-cream-soft);
}

#footer.argo-footer .argo-footer__phone {
  color: var(--argo-cream);
  text-decoration: underline;
  text-decoration-color: rgba(236, 175, 146, 0.45);
  text-underline-offset: 0.18em;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

#footer.argo-footer .argo-footer__phone:hover,
#footer.argo-footer .argo-footer__phone:focus-visible {
  color: var(--argo-peach);
  text-decoration-color: var(--argo-peach);
}

#footer.argo-footer .argo-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer.argo-footer .argo-footer__menu li {
  margin: 0 0 0.55rem;
}

#footer.argo-footer .argo-footer__menu li:last-child {
  margin-bottom: 0;
}

#footer.argo-footer .argo-footer__menu a {
  display: inline-block;
  color: var(--argo-cream);
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition: color 180ms ease;
}

#footer.argo-footer .argo-footer__menu a:hover,
#footer.argo-footer .argo-footer__menu a:focus-visible {
  color: var(--argo-peach);
}

#footer.argo-footer .argo-footer__social li {
  margin: 0;
}

#footer.argo-footer .argo-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  border: 1px solid rgba(236, 175, 146, 0.45);
  background: rgba(255, 246, 241, 0.92);
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

#footer.argo-footer .argo-footer__social a:hover,
#footer.argo-footer .argo-footer__social a:focus-visible {
  border-color: rgba(236, 175, 146, 0.7);
  background: #ecaf92;
  transform: translateY(-2px);
}

#footer.argo-footer .argo-footer__social img {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
  object-fit: contain;
}

#footer.argo-footer .argo-footer__phone:focus-visible,
#footer.argo-footer .argo-footer__menu a:focus-visible,
#footer.argo-footer .argo-footer__social a:focus-visible {
  outline: 2px solid var(--argo-peach);
  outline-offset: 3px;
}

#footer.argo-footer .argo-footer__legal {
  border-top: 1px solid var(--argo-line);
  padding: 1rem 0 1.25rem;
}

#footer.argo-footer .argo-footer__legal p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: var(--argo-cream-muted);
  text-align: left;
}

#footer.argo-footer .argo-footer__legal-sep {
  margin: 0 0.35rem;
  color: rgba(236, 175, 146, 0.55);
}

/* Mobile: stacked, compact, brand → visit → explore → info → social → legal */
@media (max-width: 991.98px) {
  #footer.argo-footer {
    padding-top: 2.35rem;
  }

  #footer.argo-footer .argo-footer__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #footer.argo-footer .argo-footer__brand,
  #footer.argo-footer .argo-footer__visit,
  #footer.argo-footer .argo-footer__nav--explore,
  #footer.argo-footer .argo-footer__nav--information,
  #footer.argo-footer .argo-footer__social {
    grid-column: 1;
    grid-row: auto;
    max-width: none;
  }

  #footer.argo-footer .argo-footer__brand { order: 1; }
  #footer.argo-footer .argo-footer__visit { order: 2; }
  #footer.argo-footer .argo-footer__nav--explore { order: 3; }
  #footer.argo-footer .argo-footer__nav--information { order: 4; }
  #footer.argo-footer .argo-footer__social { order: 5; margin-top: 0.15rem; }

  #footer.argo-footer .argo-footer__heading {
    margin-bottom: 0.7rem;
  }

  #footer.argo-footer .argo-footer__legal {
    padding: 0.9rem 0 1.1rem;
  }

  #footer.argo-footer .argo-footer__legal p {
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  #footer.argo-footer .argo-footer__legal p {
    font-size: 0.72rem;
  }
}
