.skt-footer {
  --skt-footer-text: var(--skt-color-white);
  --skt-footer-heading: var(--skt-color-brand-accent);
  --skt-footer-text-muted: color-mix(in srgb, var(--skt-footer-text) 80%, transparent);
  --skt-footer-divider: color-mix(in srgb, var(--skt-footer-text) 14%, transparent);
  --skt-footer-dim: 0.55;
  --skt-footer-chevron-size: var(--skt-space-6);
  --skt-footer-panel-duration: 320ms;
  --skt-footer-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --skt-footer-shine-duration: 7200ms;
  --skt-footer-breath-duration: 9000ms;
  --skt-footer-breath-peak: color-mix(in srgb, var(--skt-color-brand-accent) 12%, var(--skt-color-white));
  --skt-footer-magnet-pull: var(--skt-space-1);
  --skt-focus-ring-color: var(--skt-color-brand-accent);
  position: relative;
  isolation: isolate;
  background-color: var(--skt-color-brand-ink);
  color: var(--skt-footer-text);
  font-family: var(--skt-font-family-body);
}

.skt-footer__inner {
  max-inline-size: var(--skt-container-header);
  margin-inline: auto;
  padding-block: calc(var(--skt-space-12) + var(--skt-space-8)) var(--skt-space-12);
  padding-inline: var(--skt-space-5);
}

.skt-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--skt-space-8);
  text-align: center;
}

.skt-footer__brand-main {
  max-inline-size: 640px;
}

.skt-footer__logo {
  margin: 0;
  font-family: var(--skt-font-family-heading);
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
}

.skt-footer__logo-inner {
  display: inline;
}

.skt-footer__logo-word {
  display: inline-block;
  white-space: nowrap;
}

.skt-footer__logo-ch {
  display: inline-block;
  transform: translate(var(--skt-footer-dx, 0), var(--skt-footer-dy, 0));
  animation: skt-footer-brand-breath var(--skt-footer-breath-duration) ease-in-out infinite;
  animation-play-state: paused;
  animation-delay: calc(var(--skt-footer-ch, 0) * -90ms);
}

.skt-footer[data-skt-inview] .skt-footer__logo[data-skt-magnet-active] .skt-footer__logo-ch {
  animation: none;
}

.skt-footer__logo[data-skt-magnet-active] .skt-footer__logo-ch {
  color: color-mix(in srgb, var(--skt-footer-text), var(--skt-color-brand-accent) calc(var(--skt-footer-glow, 0) * 55%));
  text-shadow: 0 0 calc(var(--skt-footer-glow, 0) * 8px) rgb(184, 246, 74, calc(var(--skt-footer-glow, 0) * 0.35));
  will-change: transform;
}

@keyframes skt-footer-brand-breath {
  0%, 20% {
    color: var(--skt-footer-text);
  }
  60% {
    color: var(--skt-footer-breath-peak);
  }
  100% {
    color: var(--skt-footer-text);
  }
}
.skt-footer__desc {
  margin-block: var(--skt-space-5) 0;
  color: var(--skt-footer-text);
  font-size: 16px;
  line-height: 1.6;
}

.skt-footer__em {
  color: var(--skt-color-brand-accent);
  font-style: normal;
}

.skt-footer__social {
  display: flex;
  gap: var(--skt-space-3);
  margin: 0;
  padding: 0;
  list-style: none;
}

.skt-footer__social-link {
  display: grid;
  place-items: center;
  inline-size: var(--skt-space-10);
  block-size: var(--skt-space-10);
  border: var(--skt-border-width-default) solid var(--skt-footer-divider);
  border-radius: var(--skt-radius-round);
  color: var(--skt-footer-text);
  text-decoration: none;
  transition: color var(--skt-footer-panel-duration) var(--skt-footer-ease), border-color var(--skt-footer-panel-duration) var(--skt-footer-ease);
}

.skt-footer__icon {
  inline-size: var(--skt-space-5);
  block-size: var(--skt-space-5);
}

.skt-footer__sr {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.skt-footer__cols {
  margin-block-start: calc(var(--skt-space-8) + var(--skt-space-6));
}

.skt-footer__col {
  border-block-end: var(--skt-border-width-default) solid var(--skt-footer-divider);
}

.skt-footer__col-head {
  margin: 0;
  color: var(--skt-footer-heading);
  font-family: var(--skt-font-family-heading);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 1.4;
}

.skt-footer__col-label {
  display: block;
  padding-block: var(--skt-space-4);
  text-align: center;
}

.skt-footer__list {
  display: flex;
  flex-direction: column;
  gap: var(--skt-space-3);
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.skt-footer__link {
  color: var(--skt-footer-text);
  font-size: 15px;
  line-height: 1.4;
  text-decoration: none;
  transition: color var(--skt-footer-panel-duration) var(--skt-footer-ease), opacity var(--skt-footer-panel-duration) var(--skt-footer-ease);
}

.skt-footer__col-toggle {
  display: grid;
  grid-template-columns: var(--skt-footer-chevron-size) 1fr var(--skt-footer-chevron-size);
  align-items: center;
  inline-size: 100%;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  text-align: center;
  cursor: pointer;
}

.skt-footer__col-toggle .skt-footer__col-label {
  grid-column: 2;
}

.skt-footer__chevron {
  display: grid;
  grid-column: 3;
  place-items: center;
  inline-size: var(--skt-footer-chevron-size);
  block-size: var(--skt-footer-chevron-size);
  border-radius: var(--skt-radius-round);
  background-color: var(--skt-color-brand-accent);
  color: var(--skt-color-brand-ink);
  transition: transform var(--skt-footer-panel-duration) var(--skt-footer-ease);
}

.skt-footer__chevron svg {
  inline-size: var(--skt-space-4);
  block-size: var(--skt-space-4);
}

.skt-footer__col-toggle[aria-expanded=true] .skt-footer__chevron {
  transform: rotate(180deg);
}

.skt-footer__col-panel {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows var(--skt-footer-panel-duration) var(--skt-footer-ease);
}

.skt-footer__col-inner {
  min-block-size: 0;
  padding: 0;
  overflow: hidden;
}

.skt-footer__col-inner .skt-footer__list {
  padding-block-end: var(--skt-space-5);
}

.skt-footer__col-panel[data-collapsed] {
  grid-template-rows: 0fr;
}

.skt-footer__brandmark {
  display: block;
  inline-size: 100%;
  block-size: auto;
  margin-block-start: calc(var(--skt-space-8) + var(--skt-space-6));
  user-select: none;
}

.skt-footer__shine {
  animation: skt-footer-shine var(--skt-footer-shine-duration) linear infinite;
  animation-play-state: paused;
}

@keyframes skt-footer-shine {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  6% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  36% {
    opacity: 0;
    transform: translateX(880px);
  }
  100% {
    opacity: 0;
    transform: translateX(880px);
  }
}
.skt-footer[data-skt-inview] .skt-footer__logo-ch,
.skt-footer[data-skt-inview] .skt-footer__shine {
  animation-play-state: running;
}

.skt-footer[data-skt-inview] .skt-footer__shine {
  will-change: transform;
}

.skt-footer__brandmark-text {
  font-family: var(--skt-font-family-heading);
  font-weight: 600;
  font-size: 100px;
  letter-spacing: -2px;
}

.skt-footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--skt-space-4);
  margin-block-start: var(--skt-space-6);
  padding-block-start: var(--skt-space-6);
  border-block-start: var(--skt-border-width-default) solid var(--skt-footer-divider);
  text-align: center;
}

.skt-footer__utility-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--skt-space-3) var(--skt-space-6);
  margin: 0;
  padding: 0;
  list-style: none;
}

.skt-footer__utility-link {
  color: var(--skt-footer-text-muted);
  font-size: 13px;
  text-decoration: none;
  transition: color var(--skt-footer-panel-duration) var(--skt-footer-ease);
}

@media (hover: hover) and (pointer: fine) {
  .skt-footer__utility-link:hover {
    color: var(--skt-color-brand-accent);
  }
}
.skt-footer__utility-link:focus-visible {
  color: var(--skt-color-brand-accent);
}

.skt-footer__copy {
  margin: 0;
  color: var(--skt-footer-text-muted);
  font-size: 13px;
}

@media (hover: hover) and (pointer: fine) {
  .skt-footer__cols:has(.skt-footer__link:hover) .skt-footer__col:not(:has(.skt-footer__link:hover)) .skt-footer__link {
    opacity: var(--skt-footer-dim);
  }
}
.skt-footer__cols:has(.skt-footer__link:focus-visible) .skt-footer__col:not(:has(.skt-footer__link:focus-visible)) .skt-footer__link {
  opacity: var(--skt-footer-dim);
}

.skt-footer__link:hover,
.skt-footer__link:focus-visible {
  opacity: 1;
  color: var(--skt-color-brand-accent);
}

@media (hover: hover) and (pointer: fine) {
  .skt-footer__social-link:not([data-skt-inactive]):hover {
    border-color: var(--skt-color-brand-accent);
    color: var(--skt-color-brand-accent);
  }
}
.skt-footer__social-link[data-skt-inactive] {
  cursor: default;
  pointer-events: none;
}

@media (width >= 1024px) {
  .skt-footer__inner {
    padding-inline: var(--skt-space-10);
  }
  .skt-footer__brand {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    text-align: start;
  }
  .skt-footer__cols {
    display: grid;
    grid-template-columns: repeat(var(--skt-footer-cols-tablet, 4), minmax(0, 1fr));
    gap: var(--skt-space-12) var(--skt-space-8);
  }
  .skt-footer__col {
    border-block-end: 0;
  }
  .skt-footer__col-label {
    padding-block: 0 var(--skt-space-5);
    text-align: start;
  }
  .skt-footer__list {
    padding-block-end: 0;
    text-align: start;
  }
  .skt-footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: start;
  }
  .skt-footer__utility-list {
    justify-content: flex-end;
  }
}
@media (width >= 1200px) {
  .skt-footer__cols {
    grid-template-columns: repeat(var(--skt-footer-cols-desktop, 8), minmax(0, 1fr));
  }
}
@media (prefers-reduced-motion: reduce) {
  .skt-footer {
    --skt-footer-panel-duration: 0s;
  }
  .skt-footer__logo-ch,
  .skt-footer[data-skt-inview] .skt-footer__logo-ch {
    animation: none;
    color: var(--skt-footer-text);
  }
  .skt-footer__shine,
  .skt-footer[data-skt-inview] .skt-footer__shine {
    animation: none;
    opacity: 0;
  }
  .skt-footer__logo-ch {
    transform: none;
    text-shadow: none;
  }
}