/*
Theme Name: AVS – Avenir Vert Solidaire
Theme URI: https://avenirvertsolidaire.fr
Author: Avenir Vert Solidaire
Author URI: https://avenirvertsolidaire.fr
Description: Thème vitrine pour l'ONG Avenir Vert Solidaire — aquaponie, orphelinats, Bénin.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: Proprietary
Text Domain: avs
*/

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --green-900: #0a1f05;
  --green-800: #132d09;
  --green-700: #1b3d0f;
  --green-500: #2d6b18;
  --green-400: #3d8a22;
  --green-300: #5aaa35;
  --green-200: #8fd465;
  --green-100: #d4edbd;
  --green-50 :  #ffffff;
  --gray-50  : #ffffff;
  --gray-100:  #ffffff;
  --text:      #0d1c08;
  --muted:     #5c7052;
  --border:    #ffffff;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--text);
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

/* ── NAV ── */
#site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  padding: 0 56px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 1px 0 var(--border);
}
.nav-logo img { height: 76px; width: auto; }
.nav-links {
  display: flex;
  gap: 32px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
}
.nav-links a { text-decoration: none; color: inherit; transition: color .2s; }
.nav-links a:hover { color: var(--text); }
.nav-cta {
  background: var(--green-300);
  color: #fff !important;
  padding: 10px 22px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-decoration: none !important;
}
#site-nav.scrolled .nav-cta { background: var(--green-500); }

/* ── HERO ── */
.hero {
  position: relative;
  background-color: var(--green-900);
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 128px 80px 80px;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(8,22,4,.86) 0%, rgba(12,30,6,.78) 50%, rgba(6,18,2,.82) 100%);
  z-index: 0;
}
.hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 72px;
  align-items: center;
}
.hero-left {
  display: flex;
  flex-direction: column;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--green-200);
  margin-bottom: 20px;
}
.hero-eyebrow::before {
  content: '';
  width: 28px; height: 2px;
  background: var(--green-300);
  flex-shrink: 0;
}
.hero h1 {
  font-family: 'Work Sans', sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.06;
  color: #fff;
  letter-spacing: -2px;
  margin-bottom: 24px;
}
.hero h1 em { color: var(--green-200); font-style: normal; font-weight: 600; }
.hero-desc {
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255,255,255,.7);
  max-width: 480px;
  margin-bottom: 36px;
  font-weight: 300;
}
.hero-actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.btn-white {
  background: #fff;
  color: var(--green-700);
  padding: 14px 28px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.2px;
  transition: background .2s;
}
.btn-white:hover { background: var(--green-50); }
.btn-outline-white {
  border: 1.5px solid rgba(255,255,255,.4);
  color: #fff;
  padding: 14px 28px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s;
}
.btn-outline-white:hover { border-color: rgba(255,255,255,.8); }
.hero-stats {
  display: flex;
  gap: 36px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,.1);
}
.hero-stat-num {
  font-family: 'Work Sans', sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: var(--green-200);
  line-height: 1;
}
.hero-stat-lbl {
  font-size: 11px;
  color: rgba(255,255,255,.45);
  margin-top: 5px;
  letter-spacing: 0.3px;
  line-height: 1.4;
}

/* Cadre vidéo */
.hero-media { display: flex; align-items: center; justify-content: center; }
.hero-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.08),
    0 32px 80px rgba(0,0,0,.65),
    0 0 80px rgba(45,107,24,.2);
}
.hero-video-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-video-placeholder { background: var(--green-700); opacity: .45; }
.mute-pill {
  position: absolute;
  bottom: 12px;
  right: 14px;
  background: rgba(0,0,0,.55);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 24px;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.3px;
  transition: background .2s;
  z-index: 3;
}
.mute-pill:hover { background: rgba(0,0,0,.75); }

/* ── TICKER ── */
.ticker {
  background: var(--green-700);
  color: var(--green-100);
  padding: 14px 56px;
  display: flex;
  gap: 0;
}
.tick {
  flex: 1;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 28px;
  border-right: 1px solid rgba(255,255,255,0.12);
}
.tick:first-child { padding-left: 0; }
.tick:last-child { border: none; }
.tick-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--green-200);
  flex-shrink: 0;
}

/* ── SECTIONS ── */
.sec   { padding: 100px 80px; }
.sec-sm { padding: 72px 80px; }
.sec-alt { background: var(--gray-50); }
.eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--green-400);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before { content: ''; width: 24px; height: 2px; background: var(--green-300); }
h2 {
  font-family: 'Work Sans', sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1.5px;
  color: var(--text);
  margin-bottom: 16px;
}
h2 em,
h2 .accent { font-style: normal; font-weight: 600; color: var(--green-500); }
.lead {
  font-size: 17px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 560px;
  font-weight: 300;
}

/* ── MISSION SPLIT ── */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.split-img { border-radius: 8px; overflow: hidden; aspect-ratio: 4/3; }
.split-img img { width: 100%; height: 100%; object-fit: cover; }
.pillar-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 36px; }
.pc {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 22px;
  transition: border-color .2s;
}
.pc:hover { border-color: var(--green-300); }
.pc-ico { font-size: 11px; font-weight: 700; letter-spacing: 1px; color: var(--green-400); margin-bottom: 12px; }
.pc h4 { font-size: 14px; font-weight: 600; margin-bottom: 6px; color: var(--text); }
.pc p { font-size: 13px; line-height: 1.65; color: var(--muted); font-weight: 300; }
.pc.full { grid-column: span 2; }

/* ── QUOTE BAND ── */
.quote-band {
  background: var(--green-800);
  padding: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.quote-band blockquote {
  font-family: 'Work Sans', sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
  color: #d8f0b8;
  font-style: normal;
  border-left: 3px solid var(--green-300);
  padding-left: 28px;
}
.quote-band cite {
  display: block;
  margin-top: 24px;
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  color: var(--green-200);
  letter-spacing: 1px;
  text-transform: uppercase;
}
.quote-band cite span {
  display: block;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
  color: rgba(255,255,255,0.4);
  margin-top: 3px;
  font-size: 12px;
}

/* ── PROJET STEPS ── */
.steps-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.steps { display: flex; flex-direction: column; gap: 0; }
.step-row { display: flex; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--border); }
.step-row:last-child { border: none; }
.step-n {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--green-50);
  border: 1.5px solid var(--green-200);
  color: var(--green-500);
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.step-content h4 { font-size: 15px; font-weight: 600; margin-bottom: 5px; }
.step-content p { font-size: 13px; line-height: 1.65; color: var(--muted); font-weight: 300; }
.orphs { display: flex; flex-direction: column; gap: 14px; }
.orph {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  gap: 0;
}
.orph-img { width: 110px; flex-shrink: 0; object-fit: cover; }
.orph-body { padding: 18px 20px; }
.tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--green-500);
  background: var(--green-50);
  border: 1px solid var(--green-100);
  padding: 3px 10px;
  border-radius: 2px;
  margin-bottom: 8px;
}
.orph-body h4 { font-size: 14px; font-weight: 600; margin-bottom: 4px; }
.orph-body p { font-size: 12px; color: var(--muted); font-weight: 300; line-height: 1.5; }
.orph-note {
  background: var(--gray-50);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 20px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
  font-weight: 300;
}
.orph-note strong { color: var(--text); font-weight: 600; }

/* ── STATS BAND ── */
.stats-band {
  background: var(--green-900);
  padding: 72px 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.stat-col {
  text-align: center;
  padding: 0 24px;
  border-right: 1px solid rgba(255,255,255,0.07);
}
.stat-col:last-child { border: none; }
.stat-num {
  font-family: 'Work Sans', sans-serif;
  font-size: 56px;
  font-weight: 600;
  color: var(--green-200);
  line-height: 1;
  margin-bottom: 8px;
}
.stat-lbl { font-size: 12px; color: rgba(255,255,255,0.45); font-weight: 400; line-height: 1.5; }

/* ── GALERIE ── */
.gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 260px 260px 200px;
  gap: 10px;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 40px;
}
.gi { overflow: hidden; position: relative; cursor: pointer; }
.gi img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gi:hover img { transform: scale(1.04); }
.gi.tall  { grid-row: span 2; }
.gi.wide  { grid-column: span 2; }

/* Icône expand au survol */
.gi-expand {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0);
  color: #fff;
  opacity: 0;
  transition: opacity .3s, background .3s;
}
.gi:hover .gi-expand {
  opacity: 1;
  background: rgba(0,0,0,.28);
}

/* Indicateur "+N photos" sur la dernière tuile */
.gi-more {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: rgba(0,0,0,.52);
  color: #fff;
  transition: background .3s;
}
.gi-has-more:hover .gi-more { background: rgba(0,0,0,.65); }
.gi-more-count {
  font-family: 'Work Sans', sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1px;
}
.gi-more-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
}

/* ── LIGHTBOX ── */
#avs-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.92);
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility .25s;
}
#avs-lightbox.lb-open {
  opacity: 1;
  visibility: visible;
}
.lb-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: min(90vw, 1300px);
  max-height: 90vh;
}
#lb-img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 4px;
  transition: opacity .18s;
  display: block;
}
#lb-img.lb-fade { opacity: 0; }
.lb-close {
  position: fixed;
  top: 18px;
  right: 22px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
  z-index: 9001;
}
.lb-close:hover { background: rgba(255,255,255,.28); }
.lb-prev,
.lb-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
  z-index: 9001;
  line-height: 1;
}
.lb-prev { left: 16px; }
.lb-next { right: 16px; }
.lb-prev:hover,
.lb-next:hover { background: rgba(255,255,255,.28); }
.lb-counter {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,.65);
  font-size: 13px;
  letter-spacing: .06em;
  z-index: 9001;
  white-space: nowrap;
}

/* ── TEAM ── */
.team-split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.team-img { border-radius: 8px; overflow: hidden; }
.team-img img { width: 100%; display: block; }
.ts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 32px; }
.ts { background: var(--gray-50); border-radius: 6px; padding: 20px; text-align: center; }
.ts-n {
  font-family: 'Work Sans', sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: var(--green-500);
  line-height: 1;
  margin-bottom: 4px;
}
.ts-l { font-size: 12px; color: var(--muted); font-weight: 300; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.chip {
  font-size: 11px;
  font-weight: 500;
  background: #fff;
  border: 1px solid var(--border);
  color: var(--muted);
  padding: 6px 14px;
  border-radius: 24px;
}

/* ── DON ── */
.don-wrap { background: var(--green-700); padding: 80px; }
.don-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.don-wrap .eyebrow { color: var(--green-200); }
.don-wrap .eyebrow::before { background: var(--green-200); }
.don-wrap h2 { color: #fff; }
.don-wrap .lead { color: rgba(255,255,255,0.6); max-width: 400px; }
.don-contact { margin-top: 28px; display: flex; flex-direction: column; gap: 12px; }
.don-contact-heading {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--green-200);
  margin-bottom: 4px;
}
.don-contact-row {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
  padding: 16px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: background .2s, border-color .2s;
}
.don-contact-row:hover {
  background: rgba(255,255,255,0.12);
  border-color: var(--green-200);
}
.don-contact-icon { flex-shrink: 0; opacity: .85; display: flex; }
.don-contact-flag { font-size: 12px; color: rgba(255,255,255,0.5); margin-left: 8px; font-weight: 400; }
.equiv-list { display: flex; flex-direction: column; gap: 12px; }
.eq {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
  padding: 20px;
}
.eq-lbl {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--green-200);
  margin-bottom: 7px;
}
.eq-txt { font-size: 14px; color: rgba(255,255,255,0.78); line-height: 1.5; font-weight: 300; }

/* ── PRIX VEOLIA ── */
#prix-veolia { padding-bottom: 40px; }
.prix-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.prix-facts { display: flex; flex-direction: column; gap: 14px; margin-top: 32px; }
.prix-fact {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--green-50);
  border: 1px solid var(--green-100);
  border-radius: 8px;
  padding: 14px 18px;
}
.prix-fact-icon { flex-shrink: 0; margin-top: 2px; color: var(--green-600); display: flex; }
.prix-fact-lbl { font-size: 11px; font-weight: 600; letter-spacing: 0.8px; text-transform: uppercase; color: var(--green-600); margin-bottom: 2px; }
.prix-fact-val { font-size: 14px; color: var(--green-900); font-weight: 500; line-height: 1.4; }

/* Mosaïque prix */
.prix-mosaic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1.6fr 1fr;
  gap: 8px;
  min-height: 0;
  align-self: stretch;
}
.prix-mosaic .pgi:nth-child(1) { grid-column: span 2; }
.pgi {
  overflow: hidden;
  border-radius: 7px;
  cursor: pointer;
  position: relative;
  min-height: 0;
}
.pgi img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; display: block; }
.pgi:hover img { transform: scale(1.05); }
.pgi-expand {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0);
  color: #fff;
  opacity: 0;
  transition: opacity .25s, background .25s;
}
.pgi:hover .pgi-expand { opacity: 1; background: rgba(0,0,0,.25); }

/* ── FOOTER ── */
footer { background: var(--green-900); padding: 64px 80px 32px; }
.foot-top {
  display: grid;
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.foot-logo img { height: 72px; margin-bottom: 16px; }
.foot-desc { font-size: 13px; line-height: 1.75; color: rgba(255,255,255,0.7); max-width: 260px; font-weight: 300; }
.foot-contact { margin-top: 20px; font-size: 12px; color: rgba(255,255,255,0.65); line-height: 2; }
.foot-contact a { color: var(--green-200); text-decoration: none; }
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 4px;
  padding: 8px 14px;
  font-size: 11px;
  color: rgba(255,255,255,0.65);
  margin-top: 18px;
  font-weight: 500;
}
.ft { font-size: 10px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--green-300); margin-bottom: 18px; }
.fl { display: flex; flex-direction: column; gap: 10px; }
.fl a { font-size: 13px; color: rgba(255,255,255,0.7); text-decoration: none; font-weight: 300; transition: color .2s; }
.fl a:hover { color: #fff; }
.foot-bot {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
}
.foot-bot span { font-size: 11px; color: rgba(255,255,255,0.5); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .sec, .sec-sm { padding: 72px 40px; }
  .hero { padding: 116px 40px 72px; }
  .hero-inner { gap: 48px; }
  .hero h1 { font-size: 46px; }
  .split, .team-split, .don-inner, .prix-split { grid-template-columns: 1fr; gap: 40px; }
  .quote-band { grid-template-columns: 1fr; gap: 40px; padding: 60px 40px; }
  .stats-band { grid-template-columns: repeat(2, 1fr); padding: 48px 40px; gap: 32px; }
  .stat-col { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.07); padding-bottom: 32px; }
  .foot-top { grid-template-columns: 1fr 1fr; }
  .don-wrap { padding: 60px 40px; }
}

@media (max-width: 768px) {
  #site-nav { padding: 0 24px; }
  .nav-links { display: none; }
  .hero { padding: 112px 24px 56px; min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero h1 { font-size: 36px; letter-spacing: -1px; }
  .hero-stats { gap: 20px; }
  .hero-stat-num { font-size: 32px; }
  .ticker { padding: 12px 24px; flex-wrap: wrap; gap: 8px; }
  .tick { flex: none; width: 100%; padding: 4px 0; border: none; }
  .sec, .sec-sm { padding: 56px 24px; }
  .gallery-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .gi.tall { grid-row: span 1; }
  .steps-grid { grid-template-columns: 1fr; }
  .stats-band { grid-template-columns: 1fr 1fr; padding: 40px 24px; }
  h2 { font-size: 36px; }
  footer { padding: 48px 24px 24px; }
  .foot-top { grid-template-columns: 1fr; }
  .foot-bot { flex-direction: column; gap: 8px; }
  .amounts { flex-wrap: wrap; }
}
