/* ============================================================
   PAYGERFIE — V14.10 Premium footer
   Refined, editorial, generous whitespace. Off-black bg, fine
   borders, quiet-luxury typography. Replaces the older footer.
============================================================ */

.pg-footer {
  background: #0a0a0a;
  color: rgba(255, 255, 255, 0.78);
  padding: 0;
  margin-top: 0; /* the story section above already breathes */
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

/* Top section */
.pg-footer-top {
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 32px 60px;
  display: grid;
  grid-template-columns: 1.4fr 2fr;
  gap: 72px;
  align-items: start;
}

/* Brand column */
.pg-footer-brand h2 {
  font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 2.4px;
  color: white;
  margin: 0 0 18px;
}

.pg-footer-brand p {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 26px;
  max-width: 420px;
}

.pg-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pg-footer-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 13px;
  transition: color 0.25s;
}
.pg-footer-contact-link:hover { color: white; }
.pg-footer-contact-link svg {
  opacity: 0.7;
  flex-shrink: 0;
}

/* 4-column links grid */
.pg-footer-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}

.pg-footer-col h4 {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 18px;
}

.pg-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pg-footer-col li a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  font-size: 13.5px;
  transition: color 0.2s, padding-left 0.25s;
  display: inline-block;
}
.pg-footer-col li a:hover {
  color: white;
  padding-left: 4px;
}

.pg-footer-col li a[hidden] { display: none; }

/* Bottom strip */
.pg-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pg-footer-bottom-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 24px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 12px;
  letter-spacing: 0.3px;
  color: rgba(255, 255, 255, 0.45);
}

.pg-footer-loc {
  font-size: 11.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* ── Tablet ───────────────────────────────────────────── */
@media (max-width: 1024px) {
  .pg-footer-top {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 64px 32px 50px;
  }
  .pg-footer-cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 28px;
  }
}

/* ── Mobile ───────────────────────────────────────────── */
@media (max-width: 600px) {
  .pg-footer-top {
    padding: 56px 22px 40px;
    gap: 44px;
  }
  .pg-footer-brand h2 { font-size: 26px; letter-spacing: 2px; }
  .pg-footer-brand p { font-size: 13.5px; max-width: 100%; }
  .pg-footer-cols { gap: 32px 22px; }
  .pg-footer-col h4 { font-size: 10.5px; margin-bottom: 14px; }
  .pg-footer-col li a { font-size: 13px; }
  .pg-footer-bottom-inner {
    padding: 20px 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 11.5px;
  }
}

/* Override any legacy .footer rules that might force older margins
   when those CSS files load after this one. */
.pg-footer .footer-container,
.pg-footer .footer-bottom,
.pg-footer .footer-links,
.pg-footer .footer-column,
.pg-footer .footer-brand { all: unset; }
