/* Existing reference-footer family; no site body or heading families are changed. */
@font-face { font-family: Manrope; src: url('manrope-300.ttf') format('truetype'); font-weight: 300; font-display: swap; }
@font-face { font-family: Manrope; src: url('manrope-400.ttf') format('truetype'); font-weight: 400; font-display: swap; }
@font-face { font-family: Manrope; src: url('manrope-700.ttf') format('truetype'); font-weight: 700; font-display: swap; }
#ct-global-footer {
  --ct-footer-hover: #963a59;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  background: #081a23;
  color: #fff;
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  text-align: left;
}
#ct-global-footer .ct-footer-art {
  position: absolute;
  inset: auto 0 16px;
  z-index: -1;
  width: 100%;
  height: clamp(230px, 24vw, 380px);
  background: url("../images/ct-nave-arcade-footer.svg") center bottom / auto 100% repeat-x;
  opacity: 0.20;
  pointer-events: none;
}
#ct-global-footer .ct-footer-inner {
  width: min(1440px, calc(100% - 64px));
  margin-inline: auto;
  padding-top: 48px;
}
#ct-global-footer .ct-footer-columns {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 30px;
  padding: 0 0 40px;
  margin: 0;
}
#ct-global-footer .ct-footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; min-width: 0; }
#ct-global-footer .ct-footer-column > a { font-size: 10pt; font-weight: 300; }
#ct-global-footer h2 {
  margin: 0 0 12px;
  color: #d79a2b;
  font: 700 14px/1.5 Manrope, Arial, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
#ct-global-footer a {
  display: inline;
  margin: 0;
  padding: 0;
  color: #fff;
  font: inherit;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  transition: none;
}
#ct-global-footer a:hover { color: var(--ct-footer-hover); text-decoration: underline; text-underline-offset: 4px; }
#ct-global-footer a:focus-visible { outline: 2px solid #fff; outline-offset: 4px; text-decoration: underline; }
#ct-global-footer .ct-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255,255,255,.3);
  padding: 22px 0 28px;
  font-size: 14px;
}
@media (max-width: 1100px) {
  #ct-global-footer .ct-footer-columns { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
}
@media (max-width: 600px) {
  #ct-global-footer .ct-footer-inner { width: calc(100% - 40px); padding-top: 32px; }
  #ct-global-footer .ct-footer-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; }
  #ct-global-footer .ct-footer-bottom { flex-direction: column; gap: 10px; }
}
@media print { #ct-global-footer { display: none; } }
