/* Shared footer + newsletter rules — must match the home page exactly */

/* === NEWSLETTER COMPACT === */
.footer-newsletter-band { padding: 56px 6vw !important; }
.fnb-inner { display: grid !important; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; }
.fnb-headline { font-size: clamp(26px, 3vw, 40px) !important; line-height: 1.05 !important; margin: 8px 0 0 !important; }
.fnb-eyebrow { font-size: 11px !important; letter-spacing: 0.2em !important; }
@media (max-width: 820px) { .fnb-inner { grid-template-columns: 1fr; gap: 24px; } }

/* === REGION SELECTOR === */
.fnb-region { display: none !important; }
.footer-region-strip { display: none !important; align-items: center; gap: 6px; font-family: var(--D); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; }
.footer-region-strip select { background: transparent; border: none; color: inherit; font: inherit; letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer; padding: 2px 4px; }

/* === FOOTER WORDMARK + DOT === */
.footer-wordmark { font-size: clamp(28px, 3.4vw, 48px) !important; line-height: 1 !important; }
.footer-wordmark .dot, .nav-logo .dot { color: var(--red); margin-left: 0.05em; font-size: 0.95em; }
.footer-main { align-items: baseline !important; }

/* === FOOTER LEGAL — editorial === */
.footer-legal { display: flex !important; justify-content: center; align-items: center; gap: 28px !important; flex-wrap: wrap; padding: 4px 24px; }
.footer-legal a, .footer-legal .footer-strip-text { font-family: var(--B) !important; font-weight: 400 !important; font-size: 12px !important; letter-spacing: 0.01em !important; text-transform: none !important; color: rgba(10,10,10,0.7) !important; text-decoration: none !important; transition: color 180ms ease; }
.footer-legal a:hover { color: var(--black) !important; text-decoration: underline !important; text-underline-offset: 3px; }
.footer-legal .sep { display: none !important; }

/* === FOOTER REGION + PAYMENTS === */
.footer-region-block { padding: 48px 6vw 28px; border-top: 1px solid rgba(0,0,0,0.08); display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: end; }
.frb-label { font-family: var(--B); font-size: 13px; color: rgba(10,10,10,0.7); margin-bottom: 14px; }
.frb-select { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid rgba(10,10,10,0.25); padding: 6px 4px; min-width: 280px; max-width: 360px; }
.frb-select select { background: transparent; border: none; font-family: var(--B); font-size: 14px; color: var(--black); cursor: pointer; appearance: none; -webkit-appearance: none; padding: 0; flex: 1; }
.frb-pay { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; align-items: center; max-width: 560px; }
.frb-pay span { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 26px; padding: 0 8px; border: 1px solid rgba(10,10,10,0.12); border-radius: 4px; background: #fff; font-family: var(--D); font-weight: 800; font-size: 9px; letter-spacing: 0.06em; color: rgba(10,10,10,0.75); text-transform: uppercase; }
@media (max-width: 720px) { .footer-region-block { grid-template-columns: 1fr; } .frb-pay { justify-content: flex-start; } }

/* === MOBILE === */
@media (max-width: 720px) {
  .footer-newsletter-band { padding: 56px 18px !important; }
  .fnb-headline { font-size: clamp(28px, 8vw, 40px) !important; }
  .fnb-input { font-size: 16px !important; }
  .fnb-arrow { font-size: 24px !important; padding: 8px 0 8px 16px !important; min-width: 44px; min-height: 44px; }
  .footer-main { grid-template-columns: 1fr 1fr !important; padding: 48px 18px 24px !important; gap: 32px 24px !important; }
  .footer-wordmark { grid-column: 1 / -1; font-size: clamp(40px, 12vw, 56px) !important; margin-bottom: 4px; }
  .footer-col a { font-size: 14px !important; padding: 4px 0; min-height: 32px; display: flex; align-items: center; }
  .footer-col-label { margin-bottom: 10px !important; }
  .footer-region-block { padding: 32px 18px 24px !important; gap: 20px !important; }
  .frb-select { min-width: 0 !important; max-width: none !important; width: 100%; }
  .frb-pay { gap: 6px; }
  .frb-pay span { min-width: 38px; height: 24px; font-size: 8px; }
  .footer-legal { gap: 16px !important; padding: 12px 18px !important; }
  .footer-legal a, .footer-legal .footer-strip-text { font-size: 11px !important; }
  .footer-strip { padding: 12px 18px !important; }
}
@media (max-width: 420px) {
  .footer-main { grid-template-columns: 1fr !important; }
}

/* --- BACK TO TOP: centered with hairline (match home page) --- */
.footer-totop {
  text-align: center !important;
  padding: 20px 24px 24px !important;
  border-top: 1px solid rgba(10,10,10,0.08);
  margin-top: 16px;
}
.footer-totop a {
  font-family: var(--D, 'Barlow Condensed', 'Barlow', sans-serif) !important;
  font-weight: 700 !important;
  font-size: 11px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase;
  color: rgba(10,10,10,0.6) !important;
  text-decoration: none;
  transition: color 180ms ease;
}
.footer-totop a:hover { color: #0a0a0a !important; }
