@font-face {
  font-family: 'OXIDO';
  src: url('../fonts/OXIDO.ttf') format('truetype');
  font-display: swap;
}

:root {
  --bg:      #080808;
  --gold:    #F7B538;
  --gold2:   #C8860A;
  --gold3:   #FFFDE7;
  --burg:    #780116;
  --text:    #D8CEBC;
  --muted:   #5A5047;
  --border:  rgba(247,181,56,0.14);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', system-ui, sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ── GRAIN OVERLAY ── */
.grain {
  position: fixed; inset: 0;
  pointer-events: none; z-index: 999;
  opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='512' height='512' filter='url(%23g)'/%3E%3C/svg%3E");
  background-size: 220px 220px;
  animation: grain-shift 0.4s steps(1) infinite;
}
@keyframes grain-shift {
  0%   { background-position:   0%   0%; }
  20%  { background-position:  33%  44%; }
  40%  { background-position:  66%  11%; }
  60%  { background-position:  11%  77%; }
  80%  { background-position:  77%  55%; }
  100% { background-position:   0%   0%; }
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 22px 52px;
  display: flex; justify-content: space-between; align-items: center;
  background: linear-gradient(to bottom, rgba(8,8,8,.95) 0%, transparent 100%);
}
.nav-logo {
  font-family: 'OXIDO', Impact, sans-serif;
  font-size: 18px; text-transform: uppercase;
  background: linear-gradient(90deg, var(--gold2), var(--gold), var(--gold3), var(--gold));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  letter-spacing: .08em; text-decoration: none;
}
.nav-links { display: flex; gap: 36px; list-style: none; }
.nav-links a {
  color: var(--muted); text-decoration: none;
  font-size: 10px; letter-spacing: .2em; text-transform: uppercase; transition: color .2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--gold); }

/* ── HERO ── */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex; flex-direction: column;
  justify-content: center; align-items: flex-end;
  padding: 100px 6% 80px 58%;
  overflow: hidden;
}
@keyframes hero-pull-back {
  from { transform: scale(1.06); }
  to   { transform: scale(1.0); }
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background-image: url('../auswahl/hero_cinematic_neu.png');
  background-size: cover;
  background-position: center 25%;
  filter: brightness(0.72) contrast(1.05);
  animation: hero-pull-back 9s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

.hero-vignette {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse 90% 60% at 50% 100%, rgba(120,1,22,.55) 0%, transparent 65%),
    radial-gradient(ellipse 60% 40% at 50%   0%, rgba(8,8,8,.6)    0%, transparent 55%),
    linear-gradient(to bottom, rgba(8,8,8,.35) 0%, transparent 30%, transparent 70%, rgba(8,8,8,.7) 100%);
  pointer-events: none;
}

/* gold top border line */
.hero::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px; z-index: 2;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
  opacity: .7;
}

.hero-inner { position: relative; z-index: 2; width: 100%; text-align: left; }

.hero-eyebrow {
  font-size: 9px; letter-spacing: .38em; text-transform: uppercase;
  color: var(--gold); opacity: .85; margin-bottom: 20px;
  display: flex; align-items: center; gap: 16px;
}
.hero-eyebrow::before {
  content: ''; width: 36px; height: 1px;
  background: linear-gradient(to right, transparent, var(--gold));
  opacity: .5;
}

/* HERO NAME */
.hero-name {
  font-family: 'OXIDO', Impact, sans-serif;
  font-weight: 400;
  font-size: clamp(80px, 16vw, 200px);
  line-height: .88; letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 0;
}
.hero-name .line-malik {
  display: block;
  background: linear-gradient(135deg,
    #5C3800 0%, #A05C00 15%, #C8860A 28%,
    #F7B538 42%, #FFE082 50%, #FFFDE7 55%,
    #F7B538 62%, #C8860A 76%, #8B5E00 88%, #5C3800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% auto;
}
.hero-name .line-bali {
  display: block;
  color: #fff;
}

.hero-title {
  font-family: 'Inter', sans-serif;
  font-size: 9px; font-weight: 500;
  letter-spacing: .35em; text-transform: uppercase;
  color: rgba(216,206,188,.4); margin-top: 18px; margin-bottom: 32px;
}

.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; justify-content: flex-start; }
.btn-gold {
  background: linear-gradient(135deg, var(--gold2) 0%, var(--gold) 50%, var(--gold2) 100%);
  background-size: 200% auto;
  color: #080808; font-family: 'Inter', sans-serif;
  font-size: 10px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  padding: 15px 40px; border: none; cursor: pointer; text-decoration: none;
  display: inline-block; transition: background-position .4s, transform .2s;
  box-shadow: 0 4px 24px rgba(200,134,10,.3), 0 1px 0 rgba(255,255,255,.15) inset;
}
.btn-gold:hover { background-position: right center; transform: translateY(-1px); }
.btn-outline {
  background: transparent; color: var(--text);
  font-size: 10px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase;
  padding: 14px 40px; border: 1px solid rgba(216,206,188,.18); cursor: pointer;
  text-decoration: none; display: inline-block; transition: all .2s;
  font-family: 'Inter', sans-serif;
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }

.hero-cta-donate { margin-top: 14px; }
@keyframes donate-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}
.btn-donate {
  background: transparent; color: var(--gold);
  font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase;
  padding: 14px 2px; border: none; cursor: pointer;
  text-decoration: underline; text-underline-offset: 4px; text-decoration-color: rgba(247,181,56,.4);
  display: inline-flex; align-items: center; gap: 8px; transition: color .2s, text-decoration-color .2s;
  font-family: 'Inter', sans-serif;
  animation: donate-pulse 2.6s ease-in-out infinite;
}
.btn-donate:hover { color: var(--gold3); text-decoration-color: var(--gold); animation-play-state: paused; }

/* ── DONATE MODAL ── */
.donate-overlay {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(8,8,8,.85); backdrop-filter: blur(4px);
  display: none; align-items: center; justify-content: center;
  padding: 24px;
}
.donate-overlay.open { display: flex; }
.donate-modal {
  position: relative; max-width: 560px; width: 100%; max-height: 86vh; overflow-y: auto;
  background: var(--bg); border: 1px solid var(--border);
  padding: 48px 40px 40px;
  box-shadow: 0 20px 80px rgba(0,0,0,.6);
}
.donate-modal::before {
  content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
}
.donate-close {
  position: absolute; top: 16px; right: 16px;
  background: transparent; border: none; color: var(--muted); cursor: pointer;
  font-size: 22px; line-height: 1; padding: 6px; transition: color .2s;
}
.donate-close:hover { color: var(--gold); }
.donate-modal h2 {
  font-family: 'OXIDO', Impact, sans-serif; font-weight: 400; text-transform: uppercase;
  font-size: clamp(24px, 4vw, 32px); color: #fff; margin-bottom: 20px;
  letter-spacing: .03em;
}
.donate-modal p {
  font-size: 14px; line-height: 1.8; color: rgba(216,206,188,.7); margin-bottom: 14px;
}
.donate-modal .donate-closing {
  color: var(--gold); font-weight: 600; margin-top: 18px;
}
.donate-paypal-btn {
  margin-top: 28px; text-align: center;
  background: linear-gradient(135deg, var(--gold2) 0%, var(--gold) 50%, var(--gold2) 100%);
  background-size: 200% auto;
  color: #080808; font-family: 'Inter', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  padding: 16px 20px; border: none; cursor: pointer; text-decoration: none;
  display: block; transition: background-position .4s, transform .2s;
  box-shadow: 0 4px 24px rgba(200,134,10,.3), 0 1px 0 rgba(255,255,255,.15) inset;
}
.donate-paypal-btn:hover { background-position: right center; transform: translateY(-1px); }

.scroll-hint {
  position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
  z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 10px;
  font-size: 8px; letter-spacing: .25em; text-transform: uppercase; color: var(--muted);
}
.scroll-line {
  width: 1px; height: 44px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.2} }

/* ── STATS ── */
.stats {
  display: grid; grid-template-columns: repeat(5,1fr);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.stat {
  text-align: center; padding: 46px 16px;
  border-right: 1px solid var(--border);
  position: relative; overflow: hidden;
}
.stat:last-child { border-right: none; }
.stat::before {
  content: '';
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 40px; height: 2px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
}
.stat-n {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: clamp(46px, 7vw, 84px); line-height: 1;
  color: var(--gold);
  margin-bottom: 10px;
}
.stat-l {
  font-size: 9px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted);
}

/* ── SPONSOREN ── */
.sponsors { padding: 70px 24px 0; text-align: center; }
.sponsors .sec-label { max-width: 1140px; margin: 0 auto 30px; justify-content: center; }
.sponsors .sec-label::before {
  content: ''; flex: 1; height: 2px;
  background: linear-gradient(to left, rgba(247,181,56,.65), transparent);
}
.sponsors .sec-label::after {
  background: linear-gradient(to right, rgba(247,181,56,.65), transparent);
}
.sponsor-grid {
  max-width: 560px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px;
}
.sponsor-tile {
  height: 58px; border-radius: 16px; position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(247,181,56,.45);
  background: linear-gradient(150deg, #1c1710 0%, #0c0a07 100%);
  box-shadow: 0 8px 20px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.1);
  font-size: 7px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: var(--gold);
  text-align: center; padding: 6px; transition: transform .25s, box-shadow .25s, border-color .25s;
}
.sponsor-tile::before {
  content: ''; position: absolute; top: -60%; left: -20%; width: 55%; height: 220%;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.16) 50%, transparent 100%);
  transform: rotate(20deg); pointer-events: none;
}
.sponsor-tile:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.15);
}
.sponsor-tile.sponsor-logo {
  background: linear-gradient(160deg, #fff 0%, #f2ece0 100%);
  border-color: rgba(247,181,56,.6); padding: 10px;
}
.sponsor-tile.sponsor-logo img {
  max-width: 100%; max-height: 100%; object-fit: contain; position: relative; z-index: 1;
}
@media (max-width: 768px) {
  .sponsor-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── BIO ── */
.bio {
  max-width: 1140px; margin: 0 auto;
  padding: 120px 48px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.bio-img-wrap { position: relative; }
.bio-img {
  aspect-ratio: 3/4; overflow: hidden;
  position: relative;
}
.bio-img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: brightness(.82) contrast(1.08);
  transition: transform .6s ease, filter .6s ease;
}
.bio-img:hover img { transform: scale(1.03); filter: brightness(.9) contrast(1.05); }
.bio-img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(120,1,22,.5) 100%);
  pointer-events: none;
}
/* gold frame */
.bio-img-wrap::before {
  content: '';
  position: absolute; top: -10px; left: -10px; right: 10px; bottom: 10px;
  border: 1px solid rgba(247,181,56,.25); pointer-events: none; z-index: -1;
}
.gold-bar {
  position: absolute; top: 0; left: 0; width: 3px; height: 100%;
  background: linear-gradient(to bottom, var(--gold), var(--gold2), transparent);
  z-index: 2;
}
.gold-corner {
  position: absolute; bottom: -2px; right: -2px;
  width: 40px; height: 40px; z-index: 3;
  border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold);
}

.sec-label {
  font-size: 9px; letter-spacing: .3em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 16px;
  display: flex; align-items: center; gap: 12px;
}
.sec-label::after {
  content: ''; flex: 1; height: 2px;
  background: linear-gradient(to right, rgba(247,181,56,.65), transparent);
}
.bio-content h2 {
  font-family: 'OXIDO', Impact, sans-serif;
  font-weight: 400; text-transform: uppercase;
  font-size: clamp(32px, 4.5vw, 58px); line-height: 1.05;
  color: #fff; margin-bottom: 22px;
  text-shadow: 0 2px 40px rgba(247,181,56,.1);
}
.bio-content p {
  font-size: 15px; line-height: 1.85;
  color: rgba(216,206,188,.65); margin-bottom: 14px;
}

.details {
  margin-top: 36px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: var(--border); border: 1px solid var(--border);
}
.det {
  padding: 16px 20px; background: var(--bg);
  transition: background .2s;
}
.det:hover { background: rgba(247,181,56,.04); }
.det-k {
  font-size: 8px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 5px;
}
.det-v {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 18px; font-weight: 400; text-transform: uppercase;
  letter-spacing: .04em; color: var(--text);
}
.det-full { grid-column: 1 / -1; }

/* ── ABOUT ── */
.about { max-width: 900px; margin: 0 auto; padding: 100px 24px 120px; }
.about-block { margin-bottom: 46px; }
.about-block h3 {
  font-family: 'OXIDO', Impact, sans-serif;
  font-weight: 400; text-transform: uppercase;
  font-size: clamp(20px, 2.6vw, 28px); color: var(--gold);
  letter-spacing: .03em; margin-bottom: 16px;
}
.about-block p {
  font-size: 15px; line-height: 1.85;
  color: rgba(216,206,188,.65); margin-bottom: 14px;
}
.achievements {
  margin-top: 60px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
.achievement-card {
  border: 1px solid var(--border); background: rgba(247,181,56,.03);
  padding: 22px 18px; text-align: center; transition: background .2s, border-color .2s;
}
.achievement-card:hover { background: rgba(247,181,56,.07); border-color: rgba(247,181,56,.35); }
.achievement-card .ach-icon { font-size: 22px; margin-bottom: 12px; }
.achievement-card .ach-txt {
  font-size: 12px; line-height: 1.5; letter-spacing: .02em;
  color: var(--text);
}
@media (max-width: 700px) {
  .achievements { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .achievements { grid-template-columns: 1fr; }
}

/* ── GALLERY ── */
.gallery { padding: 0 0 100px; max-width: 1200px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.gallery.page-top { padding-top: 130px; }
.gallery.teaser-top { padding-top: 100px; }

.teaser-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin: 36px auto 0; max-width: 520px; }
.teaser-gallery a { position: relative; display: block; aspect-ratio: 4/3; overflow: hidden; }
.teaser-gallery img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: brightness(.8) contrast(1.05) saturate(.9);
  transition: transform .5s ease, filter .3s ease;
}
.teaser-gallery a:hover img { transform: scale(1.05); filter: brightness(.65) contrast(1.1) saturate(1); }
@media (max-width: 600px) {
  .teaser-gallery { grid-template-columns: 1fr 1fr; }
  .teaser-gallery a:last-child { display: none; }
}
.sec-head { text-align: center; margin-bottom: 44px; }
.sec-head .lbl {
  font-size: 9px; letter-spacing: .3em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px;
}
.sec-head h2 {
  font-family: 'OXIDO', Impact, sans-serif;
  font-weight: 400; text-transform: uppercase;
  font-size: clamp(26px, 4vw, 48px); color: #fff;
  letter-spacing: .04em;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 300px 300px 300px 300px;
  gap: 5px;
}
.gi {
  position: relative; overflow: hidden; cursor: pointer;
  background: #111;
}
.gi:first-child { grid-row: span 2; }
.gi img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .6s ease, filter .4s ease;
  filter: brightness(.8) contrast(1.05) saturate(.9);
}
.gi:hover img { transform: scale(1.06); filter: brightness(.65) contrast(1.1) saturate(1); }
.gi-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8,8,8,.8) 0%, transparent 50%);
  transition: opacity .3s;
}
.gi:hover .gi-overlay { opacity: 1.5; }
.gi-label {
  position: absolute; bottom: 16px; left: 20px; right: 20px;
  font-size: 10px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold); opacity: 0; transform: translateY(6px);
  transition: opacity .3s, transform .3s;
}
.gi:hover .gi-label { opacity: 1; transform: translateY(0); }
/* gold corner accent */
.gi::after {
  content: '';
  position: absolute; top: 0; left: 0;
  width: 0; height: 2px;
  background: var(--gold);
  transition: width .4s ease;
}
.gi:hover::after { width: 100%; }

/* ── BANNER ── */
.banner {
  background: var(--burg);
  padding: 70px 48px; text-align: center; position: relative; overflow: hidden;
}
.banner::before {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(120deg, rgba(247,181,56,.07) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 50%, rgba(247,181,56,.06) 0%, transparent 70%);
}
.banner h2 {
  font-family: 'OXIDO', Impact, sans-serif;
  font-weight: 400; text-transform: uppercase;
  font-size: clamp(26px, 5vw, 60px); color: #fff;
  margin-bottom: 10px; position: relative;
  letter-spacing: .04em;
  text-shadow: 0 0 60px rgba(247,181,56,.25);
}
.banner p {
  font-size: 10px; letter-spacing: .3em; text-transform: uppercase;
  color: rgba(255,255,255,.4); position: relative;
}

/* ── SOCIAL ── */
.social { padding: 100px 24px; text-align: center; }
.social.page-top { padding-top: 130px; }
.slinks { display: flex; justify-content: center; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.slink {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 28px; border: 1px solid var(--border);
  color: var(--text); text-decoration: none;
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  transition: all .25s; font-family: 'Inter', sans-serif;
}
.slink:hover {
  border-color: var(--gold); color: var(--gold);
  box-shadow: 0 0 20px rgba(247,181,56,.1);
}
.slink svg { width: 16px; height: 16px; flex: none; }

/* ── FOOTER ── */
footer {
  border-top: 1px solid var(--border);
  padding: 28px 52px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted);
}
.flogo {
  font-family: 'OXIDO', Impact, sans-serif;
  font-size: 16px; letter-spacing: .1em; text-transform: uppercase;
  background: linear-gradient(90deg, var(--gold2), var(--gold), var(--gold3), var(--gold));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

/* ── FADE-IN ── */
.fade-in { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  nav { padding: 16px 20px; }
  .nav-links { display: none; }

  /* Hero Mobile: Bild oben, Text unten – Fighter-Card Style */
  .hero {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0;
    min-height: 100svh;
  }
  .hero-bg {
    position: relative;
    inset: auto;
    height: 58vmax;
    max-height: 62vh;
    width: 100%;
    background-position: 20% 15%;
    flex-shrink: 0;
  }
  .hero-vignette {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 62vh;
  }
  .hero-inner {
    position: relative;
    z-index: 2;
    background: #080808;
    padding: 26px 22px 40px 48px;
    flex: 1;
    text-align: left;
    border-top: 2px solid rgba(247,181,56,.25);
  }
  .hero-name {
    font-size: clamp(60px, 19vw, 110px);
  }
  .hero-title { margin-top: 10px; margin-bottom: 22px; }
  .hero-cta { justify-content: flex-start; }
  .scroll-hint { display: none; }

  .stats { grid-template-columns: repeat(3,1fr); }
  .stat:nth-child(3){ border-right: none; }
  .stat:nth-child(4){ border-top: 1px solid var(--border); }
  .stat:nth-child(5){ border-top: 1px solid var(--border); }
  .bio { grid-template-columns: 1fr; padding: 60px 20px; gap: 40px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .gi:first-child { grid-row: span 1; height: 220px; }
  .gi { height: 180px; }
  footer { flex-direction: column; gap: 10px; text-align: center; padding: 22px 20px; }
}
