/*
 * Naswood global compact footer
 * The theme footer markup is preserved; only spacing and typography are refined.
 */
.footer-field {
  margin-top: 70px !important;
}
.footer-field > div.container.max-w-\[1440px\] {
  padding-top: 30px !important;
}
.footer-field .footer-top > .container > .wrapper {
  column-gap: 34px !important;
}
.footer-field .footer-top .logo-field {
  margin-bottom: 18px !important;
}
.footer-field .footer-top .logo-field .image {
  height: 46px !important;
}
.footer-field .social-media-field {
  margin-bottom: 20px !important;
}
.footer-field .social-media-field ul {
  column-gap: 23px !important;
}
.footer-field .social-media-field li a::before {
  max-width: 34px !important;
  max-height: 34px !important;
}
.footer-field .contact-information-field {
  margin-bottom: 18px !important;
}
.footer-field .contact-information-field > ul {
  row-gap: 12px !important;
}
.footer-field .contact-information-field li {
  margin: 0 !important;
}
.footer-field .contact-information-field li > a {
  min-height: 24px;
  column-gap: 24px !important;
}
.footer-field .contact-information-field li > a + a {
  min-height: auto;
}
.footer-field .contact-information-field .icon-headset,
.footer-field .contact-information-field .icon-mail,
.footer-field .contact-information-field .icon-address {
  font-size: 20px !important;
}
.footer-field .contact-information-field .icon-headset svg,
.footer-field .contact-information-field .icon-mail svg,
.footer-field .contact-information-field .icon-address > svg {
  width: 17px !important;
  height: 17px !important;
}
.footer-field .contact-information-field .text.text-\[18px\] {
  font-size: 14px !important;
  line-height: 1.45 !important;
}
.footer-field .contact-information-field .text.text-\[14px\] {
  margin-top: 2px !important;
  font-size: 10px !important;
  line-height: 1.3 !important;
}
.footer-field .right-field {
  row-gap: 0 !important;
}
.footer-field .footer-menu-field {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  column-gap: 18px !important;
}
.footer-field .footer-menu-field .content > .title {
  margin-top: 5px !important;
  margin-bottom: 13px !important;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(51, 51, 51, .12);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .04em;
}
.footer-field .footer-menu-field .content > ul {
  row-gap: 10px !important;
}
.footer-field .footer-menu-field li > a {
  min-height: 18px;
}
.footer-field .footer-menu-field li .text.text-\[18px\] {
  font-size: 14px !important;
  line-height: 1.35 !important;
}
.footer-field .footer-menu-field li .icon {
  font-size: 14px !important;
}
.footer-field .footer-menu-field li .icon::before {
  width: 11px !important;
}
.footer-field .footer-bottom > .container {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.footer-field .footer-bottom .wrapper {
  gap: 16px !important;
  border-top: 1px solid rgba(51, 51, 51, .12);
  padding-top: 17px;
}
.footer-field .footer-bottom .copyright,
.footer-field .footer-bottom .copyright a {
  font-size: 12px !important;
}
.footer-field .footer-bottom .penta-logo {
  transform: scale(.86);
  transform-origin: right center;
}

@media (max-width: 1023px) {
  .footer-field {
    margin-top: 55px !important;
  }
  .footer-field .footer-top > .container > .wrapper {
    column-gap: 24px !important;
  }
  .footer-field .footer-menu-field {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    row-gap: 25px !important;
  }
}

@media (max-width: 767px) {
  .footer-field {
    margin-top: 42px !important;
  }
  .footer-field > div.container.max-w-\[1440px\] {
    padding-top: 24px !important;
  }
  .footer-field .footer-top > .container > .wrapper {
    display: block !important;
  }
  .footer-field .footer-top .left-field {
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(51, 51, 51, .12);
  }
  .footer-field .footer-top .logo-field .image {
    height: 42px !important;
  }
  .footer-field .social-media-field ul {
    column-gap: 20px !important;
  }
  .footer-field .contact-information-field > ul {
    max-width: none !important;
  }
  .footer-field .right-field {
    padding-top: 20px;
  }
  .footer-field .footer-menu-field {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px 18px !important;
  }
  .footer-field .footer-menu-field .content > .title {
    margin-top: 0 !important;
  }
  .footer-field .footer-menu-field .content > ul {
    row-gap: 8px !important;
  }
  .footer-field .footer-menu-field li .text.text-\[18px\] {
    font-size: 13px !important;
  }
  .footer-field .footer-bottom > .container {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
}

@media (max-width: 479px) {
  .footer-field .footer-menu-field {
    grid-template-columns: 1fr !important;
    row-gap: 20px !important;
  }
  .footer-field .footer-menu-field .content > ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 9px !important;
  }
  .footer-field .footer-menu-field .content:last-child > ul {
    grid-template-columns: 1fr;
  }
  .footer-field .footer-bottom .penta-logo {
    transform: scale(.78);
    transform-origin: center;
  }
}

/* v1.8.4 — simplified, accessible mobile footer */
@media (max-width: 767px) {
  html.nwhs-footer-mobile-ready body .footer-field {
    margin-top: 34px !important;
  }

  html.nwhs-footer-mobile-ready body .footer-field > div.container.max-w-\[1440px\] {
    padding: 22px 16px 0 !important;
  }

  html.nwhs-footer-mobile-ready body .footer-field .footer-top .left-field {
    padding-bottom: 16px !important;
    border-bottom: 0 !important;
  }

  html.nwhs-footer-mobile-ready body .footer-field .footer-top .logo-field {
    width: 100% !important;
    margin: 0 0 14px !important;
    text-align: center;
  }

  html.nwhs-footer-mobile-ready body .footer-field .footer-top .logo-field > a {
    display: inline-flex;
  }

  html.nwhs-footer-mobile-ready body .footer-field .footer-top .logo-field .image {
    height: 38px !important;
  }

  html.nwhs-footer-mobile-ready body .footer-field .social-media-field {
    margin: 0 0 16px !important;
  }

  html.nwhs-footer-mobile-ready body .footer-field .social-media-field ul {
    justify-content: center !important;
    column-gap: 0 !important;
  }

  html.nwhs-footer-mobile-ready body .footer-field .social-media-field li {
    display: flex;
    flex: 1 1 0;
    justify-content: center;
  }

  html.nwhs-footer-mobile-ready body .footer-field .social-media-field li a {
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(51, 51, 51, .10);
    border-radius: 50%;
    background: rgba(255, 255, 255, .54);
  }

  html.nwhs-footer-mobile-ready body .footer-field .social-media-field li a::before {
    display: none !important;
  }

  html.nwhs-footer-mobile-ready body .footer-field .social-media-field svg {
    max-width: 17px;
    max-height: 17px;
  }

  html.nwhs-footer-mobile-ready body .footer-field .contact-information-field {
    margin: 0 !important;
  }

  html.nwhs-footer-mobile-ready body .footer-field .contact-information-field > ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px !important;
    margin: 0;
  }

  html.nwhs-footer-mobile-ready body .footer-field .contact-information-field > ul > li:not(.nwhs-footer-address-item):not(.nwhs-footer-address-toggle-item) {
    margin: 0 !important;
    padding: 11px 12px;
    border: 1px solid rgba(51, 51, 51, .10);
    border-radius: 10px;
    background: rgba(255, 255, 255, .56);
  }

  html.nwhs-footer-mobile-ready body .footer-field .contact-information-field li > a {
    min-height: 20px !important;
    column-gap: 24px !important;
  }

  html.nwhs-footer-mobile-ready body .footer-field .contact-information-field li > a + a {
    margin-top: 4px;
  }

  html.nwhs-footer-mobile-ready body .footer-field .contact-information-field .icon-headset,
  html.nwhs-footer-mobile-ready body .footer-field .contact-information-field .icon-mail,
  html.nwhs-footer-mobile-ready body .footer-field .contact-information-field .icon-address {
    left: 0;
    top: 2px;
  }

  html.nwhs-footer-mobile-ready body .footer-field .contact-information-field .text.text-\[18px\] {
    min-width: 0;
    overflow-wrap: anywhere;
    font-size: 12.5px !important;
    line-height: 1.42 !important;
  }

  html.nwhs-footer-mobile-ready body .footer-field .nwhs-footer-address-toggle-item {
    margin: 0 !important;
  }

  html.nwhs-footer-mobile-ready body .footer-field .nwhs-footer-address-toggle {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) 24px;
    gap: 9px;
    width: 100%;
    align-items: center;
    padding: 11px 12px;
    border: 1px solid rgba(51, 51, 51, .10);
    border-radius: 10px;
    background: rgba(255, 255, 255, .56);
    color: #333;
    text-align: left;
  }

  html.nwhs-footer-mobile-ready body .footer-field .nwhs-footer-address-toggle-icon {
    position: relative;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(51, 51, 51, .48);
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg) scale(.68);
  }

  html.nwhs-footer-mobile-ready body .footer-field .nwhs-footer-address-toggle-icon::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5px;
    height: 5px;
    border: 1px solid rgba(51, 51, 51, .48);
    border-radius: 50%;
    content: "";
    transform: translate(-50%, -50%);
  }

  html.nwhs-footer-mobile-ready body .footer-field .nwhs-footer-address-toggle-copy {
    display: grid;
    gap: 2px;
  }

  html.nwhs-footer-mobile-ready body .footer-field .nwhs-footer-address-toggle-copy strong {
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1.2;
  }

  html.nwhs-footer-mobile-ready body .footer-field .nwhs-footer-address-toggle-copy small {
    color: rgba(51, 51, 51, .58);
    font-size: 10px;
    line-height: 1.3;
  }

  html.nwhs-footer-mobile-ready body .footer-field .nwhs-footer-address-toggle-plus {
    position: relative;
    width: 22px;
    height: 22px;
    border: 1px solid rgba(51, 51, 51, .16);
    border-radius: 50%;
  }

  html.nwhs-footer-mobile-ready body .footer-field .nwhs-footer-address-toggle-plus::before,
  html.nwhs-footer-mobile-ready body .footer-field .nwhs-footer-address-toggle-plus::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 1px;
    background: #cc8a56;
    content: "";
    transform: translate(-50%, -50%);
    transition: transform .2s ease;
  }

  html.nwhs-footer-mobile-ready body .footer-field .nwhs-footer-address-toggle-plus::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  html.nwhs-footer-mobile-ready body .footer-field .nwhs-footer-addresses-open .nwhs-footer-address-toggle-plus::after {
    transform: translate(-50%, -50%) rotate(0);
  }

  html.nwhs-footer-mobile-ready body .footer-field .nwhs-footer-address-item {
    margin: 0 !important;
    padding: 11px 12px 10px 38px;
    border-left: 2px solid rgba(204, 138, 86, .44);
    background: rgba(255, 255, 255, .34);
  }

  html.nwhs-footer-mobile-ready body .footer-field .nwhs-footer-address-item .icon-address {
    left: 12px !important;
    top: 13px !important;
  }

  html.nwhs-footer-mobile-ready body .footer-field .nwhs-footer-address-item .text.text-\[14px\] {
    margin-left: 0 !important;
    font-size: 9px !important;
  }

  html.nwhs-footer-mobile-ready body .footer-field .right-field {
    padding-top: 14px !important;
  }

  html.nwhs-footer-mobile-ready body .footer-field .footer-menu-field {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;
  }

  html.nwhs-footer-mobile-ready body .footer-field .footer-menu-field .content {
    border: 1px solid rgba(51, 51, 51, .10);
    border-radius: 10px;
    background: rgba(255, 255, 255, .46);
    overflow: hidden;
  }

  html.nwhs-footer-mobile-ready body .footer-field .footer-menu-field .content > .title.nwhs-footer-accordion-title {
    position: relative;
    display: flex;
    min-height: 44px;
    align-items: center;
    margin: 0 !important;
    padding: 12px 44px 12px 14px !important;
    border: 0 !important;
    color: #333 !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    letter-spacing: .02em;
    cursor: pointer;
    outline: none;
  }

  html.nwhs-footer-mobile-ready body .footer-field .footer-menu-field .content > .title.nwhs-footer-accordion-title::before,
  html.nwhs-footer-mobile-ready body .footer-field .footer-menu-field .content > .title.nwhs-footer-accordion-title::after {
    position: absolute;
    right: 17px;
    top: 50%;
    width: 9px;
    height: 1px;
    background: #cc8a56;
    content: "";
    transform: translateY(-50%);
    transition: transform .2s ease;
  }

  html.nwhs-footer-mobile-ready body .footer-field .footer-menu-field .content > .title.nwhs-footer-accordion-title::after {
    transform: translateY(-50%) rotate(90deg);
  }

  html.nwhs-footer-mobile-ready body .footer-field .footer-menu-field .content.nwhs-footer-menu-open > .title.nwhs-footer-accordion-title::after {
    transform: translateY(-50%) rotate(0);
  }

  html.nwhs-footer-mobile-ready body .footer-field .footer-menu-field .content > .title.nwhs-footer-accordion-title:focus-visible {
    box-shadow: inset 0 0 0 2px rgba(204, 138, 86, .45);
  }

  html.nwhs-footer-mobile-ready body .footer-field .footer-menu-field .content > ul.nwhs-footer-accordion-panel {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 12px !important;
    margin: 0 !important;
    padding: 3px 14px 13px !important;
    border-top: 1px solid rgba(51, 51, 51, .08);
  }

  html.nwhs-footer-mobile-ready body .footer-field .footer-menu-field .content:last-child > ul.nwhs-footer-accordion-panel {
    grid-template-columns: 1fr !important;
  }

  html.nwhs-footer-mobile-ready body .footer-field .footer-menu-field .content > ul.nwhs-footer-accordion-panel[hidden] {
    display: none !important;
  }

  html.nwhs-footer-mobile-ready body .footer-field .footer-menu-field .content > ul.nwhs-footer-accordion-panel li {
    margin: 0 !important;
    border-bottom: 1px solid rgba(51, 51, 51, .06);
  }

  html.nwhs-footer-mobile-ready body .footer-field .footer-menu-field .content > ul.nwhs-footer-accordion-panel li > a {
    min-height: 38px !important;
    align-items: center;
    padding: 8px 0;
  }

  html.nwhs-footer-mobile-ready body .footer-field .footer-menu-field li .text.text-\[18px\] {
    font-size: 11px !important;
    line-height: 1.35 !important;
  }

  html.nwhs-footer-mobile-ready body .footer-field .footer-menu-field li .icon {
    display: none !important;
  }

  html.nwhs-footer-mobile-ready body .footer-field .footer-bottom > .container {
    padding: 12px 0 16px !important;
  }

  html.nwhs-footer-mobile-ready body .footer-field .footer-bottom .wrapper {
    display: grid !important;
    gap: 10px !important;
    padding-top: 12px !important;
  }

  html.nwhs-footer-mobile-ready body .footer-field .footer-bottom .copyright-field,
  html.nwhs-footer-mobile-ready body .footer-field .footer-bottom .signature {
    justify-content: center !important;
  }

  html.nwhs-footer-mobile-ready body .footer-field .footer-bottom .copyright,
  html.nwhs-footer-mobile-ready body .footer-field .footer-bottom .copyright a {
    font-size: 10px !important;
    text-align: center;
  }

  html.nwhs-footer-mobile-ready body .footer-field .footer-bottom .digital-exper-credit > a {
    gap: 8px !important;
  }

  html.nwhs-footer-mobile-ready body .footer-field .footer-bottom .digital-exper-credit-label {
    display: none !important;
  }

  html.nwhs-footer-mobile-ready body .footer-field .footer-bottom .digital-exper-credit-icon {
    width: 25px !important;
    height: 25px !important;
    font-size: 9px !important;
  }

  html.nwhs-footer-mobile-ready body .footer-field .footer-bottom .digital-exper-credit-name {
    font-size: 11px !important;
  }
}

@media (max-width: 380px) {
  html.nwhs-footer-mobile-ready body .footer-field .footer-menu-field .content > ul.nwhs-footer-accordion-panel {
    grid-template-columns: 1fr !important;
  }

  html.nwhs-footer-mobile-ready body .footer-field .social-media-field li a {
    width: 34px;
    height: 34px;
  }
}
