@font-face {
  font-family: "Geologica";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/geologica-latin-600-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Geologica";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/geologica-latin-700-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Geologica";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/fonts/geologica-latin-800-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Albert Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/albert-sans-latin-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Albert Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/albert-sans-latin-500-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Albert Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/albert-sans-latin-600-normal.woff2") format("woff2");
}

:root {
  --near-black-jade: #051814;
  --deep-emerald: #0a2e26;
  --jade-surface: #143d34;
  --lacquer-red: #9b2d3a;
  --lacquer-deep: #6b1f2a;
  --coin-amber: #e8a317;
  --wild-gold: #f5c842;
  --silver-frame: #b8c4ce;
  --gold-frame: #d4a017;
  --mist-light: #c8ddd6;
  --text-primary: #eaf2ef;
  --text-muted: #9bb5ad;
  --container: min(1120px, calc(100% - 2rem));
  --radius: 14px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Albert Sans", system-ui, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--text-primary);
  background: var(--near-black-jade);
  overflow-x: hidden;
}

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

a {
  color: var(--coin-amber);
}

a:hover {
  color: var(--wild-gold);
}

:focus-visible {
  outline: 2px solid var(--coin-amber);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 9999;
  padding: 0.75rem 1rem;
  background: var(--coin-amber);
  color: var(--near-black-jade);
  font-weight: 600;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(5, 24, 20, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(200, 221, 214, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 4.35rem;
  padding-block: 0.65rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--text-primary);
  flex-shrink: 0;
}

.brand-mark {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
}

.site-header .brand {
  gap: 0.8125rem;
}

.site-header .brand-mark {
  width: 84px;
  height: auto;
}

.brand-name {
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.015em;
  line-height: 1.2;
}

.header-end {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.site-nav ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav a {
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.94rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: color 0.2s;
  white-space: nowrap;
}

.site-nav a:hover {
  color: var(--text-primary);
}

.nav-toggle {
  display: none;
  border: 1px solid rgba(200, 221, 214, 0.15);
  background: var(--jade-surface);
  color: var(--text-primary);
  border-radius: 10px;
  padding: 0.55rem 0.75rem;
  font-family: inherit;
  font-size: 0.9rem;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: clamp(520px, 88vh, 760px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 70% 85%, rgba(232, 163, 23, 0.18), transparent 60%),
    radial-gradient(ellipse 50% 40% at 20% 20%, rgba(61, 255, 206, 0.06), transparent 55%),
    linear-gradient(165deg, var(--near-black-jade) 0%, var(--deep-emerald) 55%, #0d3b30 100%);
}

.hero-grid-ghost {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(200, 221, 214, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200, 221, 214, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black, transparent);
}

.hero-coin {
  position: absolute;
  border-radius: 50%;
  border: 2px solid rgba(245, 200, 66, 0.35);
  background: radial-gradient(circle at 30% 30%, var(--wild-gold), var(--coin-amber));
  opacity: 0.5;
  animation: coin-drift 8s ease-in-out infinite;
}

.hero-coin:nth-child(1) {
  width: 18px;
  height: 18px;
  top: 18%;
  left: 62%;
}

.hero-coin:nth-child(2) {
  width: 12px;
  height: 12px;
  top: 42%;
  left: 78%;
  animation-delay: -2s;
}

.hero-coin:nth-child(3) {
  width: 14px;
  height: 14px;
  top: 68%;
  left: 55%;
  animation-delay: -4s;
}

@keyframes coin-drift {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.35;
  }
  50% {
    transform: translateY(18px);
    opacity: 0.65;
  }
}

.hero-art-slot {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-art-slot.has-art picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-art-slot.has-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% 58%;
  display: block;
}

.hero-art-vignette {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(5, 24, 20, 0.94) 0%,
    rgba(5, 24, 20, 0.82) 30%,
    rgba(5, 24, 20, 0.48) 50%,
    rgba(5, 24, 20, 0.12) 66%,
    transparent 80%
  );
  pointer-events: none;
}

.hero.has-art .hero-grid-ghost {
  opacity: 0.07;
}

.hero-shell {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.hero-content {
  padding: clamp(3rem, 8vw, 5rem) 0 clamp(4rem, 10vw, 6rem);
  max-width: 36rem;
  width: min(100%, 580px);
}

.hero h1 {
  font-family: "Geologica", sans-serif;
  font-weight: 800;
  font-size: clamp(2.35rem, 5.5vw, 3.75rem);
  line-height: 1.08;
  margin: 0 0 1.35rem;
  letter-spacing: -0.02em;
  max-width: 11.5em;
}

.hero-lead {
  color: var(--text-muted);
  font-size: 1.06rem;
  line-height: 1.65;
  margin: 0 0 1.85rem;
  max-width: 34rem;
}

.hero-lead strong {
  color: var(--text-primary);
  font-weight: 500;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn-amber {
  background: linear-gradient(135deg, var(--coin-amber), #c8870f);
  color: var(--near-black-jade);
  box-shadow: 0 8px 28px rgba(232, 163, 23, 0.35);
}

.btn-amber:hover {
  color: var(--near-black-jade);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(232, 163, 23, 0.45);
}

.section {
  padding: clamp(3.5rem, 8vw, 5.5rem) 0;
  position: relative;
}

.section-alt {
  background: linear-gradient(180deg, rgba(10, 46, 38, 0.65), rgba(5, 24, 20, 0.9));
}

.section h2 {
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  line-height: 1.15;
  margin: 0 0 1rem;
}

.section-intro {
  color: var(--text-muted);
  max-width: 42rem;
  margin: 0 0 2rem;
}

.section-gameplay {
  padding: clamp(4rem, 5vw, 4.5rem) 0;
}

.section-gameplay > .container > h2 {
  margin: 0 0 clamp(2rem, 2.5vw, 2.5rem);
}

.gameplay-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(2rem, 4.2vw, 3.25rem);
  align-items: center;
}

.gameplay-copy p {
  margin: 0 0 1.125rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.gameplay-kicker {
  margin: 0 0 0.75rem;
  font-family: "Geologica", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--coin-amber);
  text-transform: uppercase;
}

.gameplay-cascade {
  margin-top: clamp(1.75rem, 2.5vw, 2.125rem);
}

.gameplay-cascade h3 {
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  font-size: clamp(1.15rem, 2.2vw, 1.35rem);
  line-height: 1.25;
  margin: 0 0 0.85rem;
  color: var(--text-primary);
}

.gameplay-cascade p:last-child {
  margin-bottom: 0;
}

.section-gameplay .cascade-moment-figure {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  max-width: 560px;
  justify-self: end;
  width: 100%;
}

.cascade-moment-figure img {
  width: 100%;
  height: auto;
  display: block;
}

.cascade-flow {
  position: relative;
  min-height: 320px;
  margin-top: 2rem;
  padding: 2rem 0;
}

.cascade-layer {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.5rem;
  max-width: 520px;
  margin: 0 auto 1.25rem;
  transform: rotate(-2deg);
  opacity: 0.85;
}

.cascade-layer:nth-child(2) {
  transform: rotate(1deg) translateY(-12px);
  opacity: 0.7;
  margin-left: 2rem;
}

.cascade-layer:nth-child(3) {
  transform: rotate(-1deg) translateY(-24px);
  opacity: 0.55;
  margin-right: 1.5rem;
}

.cascade-cell {
  aspect-ratio: 1;
  border-radius: 8px;
  background: var(--jade-surface);
  border: 1px solid rgba(200, 221, 214, 0.1);
}

.cascade-cell.win {
  background: linear-gradient(135deg, rgba(232, 163, 23, 0.35), rgba(245, 200, 66, 0.2));
  border-color: rgba(245, 200, 66, 0.45);
  box-shadow: 0 0 24px rgba(232, 163, 23, 0.25);
}

.cascade-cell.falling {
  animation: fall-in 2.4s ease-in-out infinite;
}

.cascade-cell.falling:nth-child(odd) {
  animation-delay: -0.8s;
}

@keyframes fall-in {
  0%,
  100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(8px);
    opacity: 0.75;
  }
}

.cascade-glow {
  position: absolute;
  inset: 10% 15%;
  background: radial-gradient(ellipse at center, rgba(232, 163, 23, 0.12), transparent 65%);
  pointer-events: none;
}

.cascade-art-slot {
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.cascade-art-slot.has-art {
  opacity: 1;
}

.cascade-art-slot.has-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.transform-strip {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: start;
  gap: 1rem;
  margin-top: 1.75rem;
  padding: 2rem 1.5rem;
  background: linear-gradient(90deg, var(--lacquer-deep), var(--deep-emerald));
  border-radius: var(--radius);
  border: 1px solid rgba(155, 45, 58, 0.35);
  box-shadow: var(--shadow);
}

.transform-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.85rem 0.65rem;
}

.transform-visual {
  height: 92px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.transform-frame {
  width: 72px;
  height: 72px;
  margin: 0;
  border-radius: 12px;
  border: 3px solid var(--silver-frame);
  background: rgba(5, 24, 20, 0.6);
  display: grid;
  place-items: center;
}

.transform-frame.gold {
  border-color: var(--gold-frame);
  box-shadow:
    0 0 32px rgba(212, 160, 23, 0.62),
    0 0 12px rgba(245, 200, 66, 0.48),
    inset 0 0 16px rgba(245, 200, 66, 0.16);
}

.transform-frame.silver,
.transform-frame:not(.gold):not(.wild) {
  box-shadow:
    0 0 14px rgba(184, 196, 206, 0.2),
    inset 0 0 8px rgba(184, 196, 206, 0.06);
}

.transform-frame.wild img {
  width: 50px;
  height: auto;
  transform: translateY(4px);
}

.transform-state h3 {
  font-family: "Geologica", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0.85rem 0 0.45rem;
  color: var(--wild-gold);
}

.transform-state p {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.45;
}

.transform-note {
  margin-top: 0.35rem !important;
  font-size: 0.8rem !important;
  opacity: 0.88;
}

.transform-arrow {
  align-self: start;
  margin-top: calc(46px - 0.875rem);
  color: var(--coin-amber);
  font-size: 1.75rem;
  opacity: 0.92;
  text-shadow: 0 0 14px rgba(232, 163, 23, 0.4);
  line-height: 1;
}

.portal-eight {
  position: relative;
  margin-top: 2rem;
  padding: clamp(2rem, 5vw, 3rem);
  background:
    radial-gradient(ellipse 60% 50% at 50% 40%, rgba(155, 45, 58, 0.25), transparent),
    linear-gradient(160deg, var(--lacquer-deep), var(--deep-emerald));
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  text-align: center;
}

.portal-eight-inner {
  max-width: 36rem;
  margin: 0 auto;
}

.portal-num {
  font-family: "Geologica", sans-serif;
  font-weight: 800;
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 1;
  color: var(--wild-gold);
  text-shadow: 0 0 40px rgba(245, 200, 66, 0.35);
  margin-bottom: 0.5rem;
}

.portal-flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
  margin: 1.25rem 0;
  font-family: "Geologica", sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--mist-light);
}

.portal-flow span {
  padding: 0.35rem 0.75rem;
  background: rgba(5, 24, 20, 0.45);
  border-radius: 999px;
  border: 1px solid rgba(245, 200, 66, 0.2);
}

.portal-eight p {
  color: var(--text-muted);
  margin: 0.75rem 0 0;
  font-size: 0.98rem;
}

.portal-eight .risk-note {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(200, 221, 214, 0.12);
  font-size: 0.9rem;
  color: var(--mist-light);
}

.numbers-ribbon {
  margin-top: 1.5rem;
  padding: 1.75rem 1.5rem;
  border-left: 4px solid var(--coin-amber);
  background: rgba(20, 61, 52, 0.55);
  border-radius: 0 var(--radius) var(--radius) 0;
}

.numbers-ribbon p {
  margin: 0 0 1rem;
  color: var(--text-muted);
}

.numbers-ribbon p:last-child {
  margin-bottom: 0;
}

.numbers-ribbon strong {
  color: var(--wild-gold);
  font-weight: 600;
}

.platform-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.25rem 0;
}

.platform-row span {
  padding: 0.45rem 0.9rem;
  background: var(--jade-surface);
  border-radius: 999px;
  font-size: 0.88rem;
  color: var(--mist-light);
  border: 1px solid rgba(200, 221, 214, 0.1);
}

.faq-list {
  margin-top: 1.5rem;
}

.faq-list details {
  border-bottom: 1px solid rgba(200, 221, 214, 0.1);
  padding: 0.35rem 0;
}

.faq-list summary {
  cursor: pointer;
  font-family: "Geologica", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.85rem 0;
  list-style: none;
  color: var(--text-primary);
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--coin-amber);
  font-weight: 700;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: 0 0 1rem;
  color: var(--text-muted);
  font-size: 0.98rem;
}

#affiliate-disclosure {
  max-width: 38rem;
  margin: 0;
  padding: 0.75rem 1rem;
  background: rgba(20, 61, 52, 0.6);
  border-radius: var(--radius);
  font-size: 0.88rem;
  color: var(--text-muted);
}

#affiliate-disclosure[hidden] {
  display: none !important;
}

#affiliate-cta-slot:empty {
  display: none;
}

.site-footer {
  background: var(--deep-emerald);
  border-top: 1px solid rgba(200, 221, 214, 0.08);
  padding: 1.625rem 0;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) auto;
  align-items: center;
  column-gap: clamp(48px, 7vw, 100px);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.footer-brand .brand-mark {
  width: 72px;
  height: auto;
  flex-shrink: 0;
}

.footer-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

.footer-desc {
  margin: 0;
  max-width: 22rem;
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.45;
}

.footer-nav {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 3.25rem;
  justify-self: end;
}

.footer-nav-col {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-nav a {
  font-size: 0.875rem;
  color: var(--text-muted);
  text-decoration: none;
  line-height: 1.4;
  white-space: nowrap;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: var(--text-primary);
}

.footer-meta {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--text-muted);
  opacity: 0.82;
  line-height: 1.35;
}

.header-age {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.35rem;
  min-height: 2.35rem;
  padding: 0 0.5rem;
  border-radius: 999px;
  background: var(--lacquer-deep);
  color: var(--mist-light);
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  border: 1px solid rgba(200, 221, 214, 0.12);
  flex-shrink: 0;
}

.header-age--desktop {
  display: none;
}

@media (min-width: 769px) {
  .section-gameplay .cascade-moment-figure {
    margin-top: -16px;
    transform: translateX(52px);
  }

  .hero {
    justify-content: flex-start;
  }

  .hero-shell {
    padding-right: clamp(36%, 40vw, 44%);
    padding-left: clamp(1rem, 3vw, 2.5rem);
  }

  .header-age--desktop {
    display: inline-flex;
  }
}

@media (max-width: 768px) {
  .site-header .brand-mark {
    width: 74px;
    height: auto;
  }

  .footer-brand .brand-mark {
    width: 64px;
    height: auto;
  }

  .header-end {
    position: relative;
  }
  .nav-toggle {
    display: inline-flex;
  }

  .hero-art-slot.has-art img {
    object-position: 72% 88%;
    opacity: 0.62;
  }

  .hero-art-vignette {
    background: linear-gradient(
      180deg,
      rgba(5, 24, 20, 0.9) 0%,
      rgba(5, 24, 20, 0.78) 42%,
      rgba(5, 24, 20, 0.42) 100%
    );
  }

  .gameplay-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .section-gameplay .cascade-moment-figure {
    justify-self: center;
    max-width: min(100%, 480px);
    margin-top: 0;
    transform: none;
  }

  .section-gameplay {
    padding: clamp(2.75rem, 5vw, 3.5rem) 0;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }

  .footer-brand .brand-mark {
    width: 62px;
  }

  .footer-desc {
    max-width: none;
  }

  .footer-nav {
    justify-self: start;
    column-gap: 2.5rem;
  }

  .footer-nav a {
    white-space: normal;
  }

  .site-footer {
    padding: 1.35rem 0;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    min-width: min(100vw - 2rem, 280px);
    background: rgba(5, 24, 20, 0.98);
    border: 1px solid rgba(200, 221, 214, 0.08);
    border-radius: 12px;
    padding: 0.75rem 1rem 1rem;
    display: none;
    margin-top: 0.35rem;
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav ul {
    flex-direction: column;
    gap: 0.25rem;
  }

  .site-nav a {
    display: block;
    padding: 0.65rem 0;
  }

  .transform-strip {
    grid-template-columns: 1fr;
    gap: 0.35rem;
    justify-items: center;
  }

  .transform-state {
    width: 100%;
    max-width: 22rem;
  }

  .transform-arrow {
    margin-top: 0;
    transform: rotate(90deg);
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-shell {
    padding-right: 0;
    padding-left: 0;
  }

  .hero h1 {
    max-width: none;
  }

}

@media (max-width: 390px) {
  body {
    font-size: 1rem;
  }

  .portal-flow {
    font-size: 0.8rem;
  }

  .footer-nav {
    column-gap: 2rem;
  }
}

@media (max-width: 360px) {
  .footer-nav {
    grid-template-columns: 1fr;
    row-gap: 0.85rem;
  }
}
