@font-face {
  font-family: "Outfit";
  src: url("/wp-content/themes/junj/assets/fonts/Outfit-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("/wp-content/themes/junj/assets/fonts/Outfit-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("/wp-content/themes/junj/assets/fonts/Outfit-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  color-scheme: dark;
}


.site-footer,
.site-footer * {
  box-sizing: border-box;
}

.site-footer {
  width: 100%;
  background: #272727;
  color: #8f8f8f;
  font-family: "Outfit", Arial, sans-serif;
  letter-spacing: 0;
}

.site-footer a,
.site-footer a:hover,
.site-footer a:focus,
.site-footer a:focus-visible {
  color: inherit;
  text-decoration: none;
  outline: 0;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__inner {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  padding: 115px 5.9375% 35px 8.125%;
}

.site-footer__top {
  display: grid;
  grid-template-columns: 36.12% 20.42% 17.94% 25.52%;
  align-items: start;
}

.footer-brand__logo {
  display: block;
  width: 100%;
  max-width: 333px;
  margin-left: 5px;
}

.footer-brand__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-brand > p {
  max-width: 405px;
  margin: 40px 0 0;
  color: #f0f0f0;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.footer-panel {
  max-width: 100%;
}

.footer-panel__heading {
  margin: 0;
  color: #fefefe;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}

.footer-contact .footer-panel__heading {
  margin-left: 6px;
}

.site-footer .footer-list {
  margin-top: 24px;
  color: #8f8f8f;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.footer-list > li + li {
  margin-top: 13px;
}

.footer-list .is-accent {
  color: #f57b00;
}

.site-footer .footer-categories__children {
  margin-top: 11px;
  font-size: 15px;
  line-height: 18px;
}

.site-footer .footer-categories {
  padding-left: 1px;
}

.footer-categories__children li + li {
  margin-top: 10px;
}

.footer-categories__children li:first-child a {
  padding-left: 10px;
}

.footer-categories__active {
  display: flex;
  align-items: baseline;
}

.footer-categories__active > span:first-child {
  flex: 0 0 10px;
}

.footer-categories > .footer-categories__branch + li {
  margin-top: 19px;
}

.footer-quick-links .footer-list > li + li {
  margin-top: 13px;
}

.footer-quick-links .footer-list {
  margin-top: 25px;
  padding-left: 1px;
}

.site-footer .footer-contact__list {
  margin-top: 23px;
}

.footer-contact__list li + li {
  margin-top: 21px;
}

.footer-contact__list a {
  display: flex;
  align-items: flex-start;
  color: #8f8f8f;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  overflow-wrap: anywhere;
}

.footer-contact__list .iconfont {
  flex: 0 0 24px;
  color: #f57b00;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.footer-contact__list span {
  margin: 3px 0 0 12px;
}

.footer-contact__address span {
  margin-top: 1px;
}

.footer-contact__email span {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-social--contact {
  margin-top: 28px;
}

.footer-social--contact ul {
  flex-wrap: wrap;
}

.site-footer__lower {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-top: 101px;
}

.site-footer__lower:not(:has(.footer-social)) {
  justify-content: flex-end;
}

.footer-social ul {
  display: flex;
  gap: 12px;
}

.footer-social a {
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid #575757;
  border-radius: 50%;
  color: #666;
}

.footer-social .iconfont {
  font-size: 26px;
  line-height: 1;
}

.footer-meta {
  display: flex;
  gap: 33px;
  padding: 0 1px 8px 0;
  color: #8f8f8f;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
}

.site-footer__accent {
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #f3a100 0%, #ff6500 50%, #ff2638 100%);
}

.footer-list small {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.35;
}

/* Footer interaction enhancement: reveal and interactive states. */
.footer-brand__logo,
.footer-list a,
.footer-contact__list a,
.footer-social a,
.footer-meta a {
  transition-property: color, border-color, background-color, opacity, transform, box-shadow;
  transition-duration: 220ms;
  transition-timing-function: ease-out;
}

.footer-brand__logo:hover,
.footer-brand__logo:focus-visible {
  opacity: 0.86;
  transform: translateY(-2px);
}

.site-footer .footer-list a:hover,
.site-footer .footer-list a:focus-visible,
.site-footer .footer-meta a:hover,
.site-footer .footer-meta a:focus-visible {
  color: #f57b00;
  transform: translateX(3px);
}

.site-footer .footer-list a,
.site-footer .footer-meta a {
  display: inline-block;
}

.site-footer .footer-contact__list a:hover,
.site-footer .footer-contact__list a:focus-visible {
  color: #fefefe;
  transform: translateX(3px);
}

.footer-contact__list a:hover .iconfont,
.footer-contact__list a:focus-visible .iconfont {
  transform: scale(1.1);
}

.footer-contact__list .iconfont,
.footer-social .iconfont {
  transition: transform 220ms ease-out;
}

.site-footer .footer-social a:hover,
.site-footer .footer-social a:focus-visible {
  border-color: #f57b00;
  color: #f57b00;
  box-shadow: 0 8px 18px rgba(245, 123, 0, 0.18);
  transform: translateY(-3px);
}

.site-footer .footer-social a:hover .iconfont,
.site-footer .footer-social a:focus-visible .iconfont {
  transform: scale(1.08);
}

.site-footer.is-footer-motion-ready .footer-brand,
.site-footer.is-footer-motion-ready .footer-panel,
.site-footer.is-footer-motion-ready .site-footer__lower {
  opacity: 0;
  transform: translateY(20px);
}

.site-footer.is-footer-motion-ready .site-footer__accent {
  transform: scaleX(0);
  transform-origin: left center;
}

.site-footer.is-footer-motion-ready.is-footer-visible .footer-brand,
.site-footer.is-footer-motion-ready.is-footer-visible .footer-panel,
.site-footer.is-footer-motion-ready.is-footer-visible .site-footer__lower {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease-out, transform 560ms ease-out;
}

.site-footer.is-footer-motion-ready.is-footer-visible .footer-panel:nth-child(2) {
  transition-delay: 70ms;
}

.site-footer.is-footer-motion-ready.is-footer-visible .footer-panel:nth-child(3) {
  transition-delay: 140ms;
}

.site-footer.is-footer-motion-ready.is-footer-visible .footer-panel:nth-child(4),
.site-footer.is-footer-motion-ready.is-footer-visible .site-footer__lower {
  transition-delay: 210ms;
}

.site-footer.is-footer-motion-ready.is-footer-visible .site-footer__accent {
  transform: scaleX(1);
  transition: transform 720ms 180ms ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .site-footer *,
  .site-footer *::before,
  .site-footer *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .site-footer.is-footer-motion-ready .footer-brand,
  .site-footer.is-footer-motion-ready .footer-panel,
  .site-footer.is-footer-motion-ready .site-footer__lower {
    opacity: 1;
    transform: none;
  }

  .site-footer.is-footer-motion-ready .site-footer__accent {
    transform: none;
  }
}

@media (max-width: 1919px) {
  .site-footer__module {
    max-width: 100%;
  }
}

@media (max-width: 1440px) {
  .site-footer__inner {
    padding: 72px 5% 30px;
  }

  .site-footer__top {
    grid-template-columns: repeat(2, 1fr);
    gap: 52px 64px;
  }

  .footer-contact .footer-panel__heading {
    margin-left: 0;
  }

  .site-footer__lower {
    margin-top: 64px;
  }
}

@media (max-width: 1108px) {
  .site-footer__inner {
    padding: 64px 5% 28px;
  }

  .site-footer__top {
    gap: 48px;
  }

  .site-footer__lower {
    margin-top: 56px;
  }
}

@media (max-width: 900px) {
  .site-footer__lower {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-meta {
    flex-wrap: wrap;
    gap: 8px 24px;
    padding-bottom: 0;
    white-space: normal;
  }
}

@media (max-width: 768px) {
  .site-footer__inner {
    padding: 56px 20px 28px;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-brand__logo {
    max-width: 280px;
    margin-left: 0;
  }

  .footer-brand > p {
    max-width: none;
    margin-top: 28px;
  }

  .site-footer__lower {
    margin-top: 52px;
  }

}

@media (max-width: 480px) {
  .site-footer__inner {
    padding: 40px 16px 24px;
  }

  .site-footer__top {
    gap: 36px;
  }

  .footer-brand__logo {
    max-width: 240px;
  }

  .footer-brand > p,
  .footer-list,
  .footer-contact__list a,
  .footer-meta {
    font-size: 14px;
  }

  .footer-brand > p,
  .footer-contact__list a {
    line-height: 20px;
  }

  .footer-contact__list li + li {
    margin-top: 18px;
  }

  .footer-contact__list .iconfont {
    flex-basis: 22px;
    font-size: 22px;
    line-height: 22px;
  }

  .footer-contact__list span {
    margin-left: 10px;
  }

  .footer-social ul {
    gap: 10px;
  }

  .footer-social a {
    width: 44px;
    height: 44px;
  }

  .footer-social .iconfont {
    font-size: 22px;
  }

  .footer-meta {
    flex-direction: column;
  }
}

@media (max-width: 360px) {
  .site-footer__inner {
    padding: 36px 16px 22px;
  }

  .site-footer__top {
    gap: 32px;
  }

  .footer-brand__logo {
    max-width: 220px;
  }

  .footer-social ul {
    gap: 8px;
  }

  .footer-social a {
    width: 42px;
    height: 42px;
  }

  .footer-social .iconfont {
    font-size: 21px;
  }
}
