.elementor-80 .elementor-element.elementor-element-b2de90a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS */:root {
  --npl-footer-ink: #2b2421;
  --npl-footer-brown: #5b433a;
  --npl-footer-muted: #7c6a63;
  --npl-footer-cream: #fffdf9;
  --npl-footer-linen: #fbf4ee;
  --npl-footer-blush: #f4dfdb;
  --npl-footer-rose: #b76d73;
  --npl-footer-border: rgba(91, 67, 58, 0.12);
  --npl-footer-shadow: 0 20px 52px rgba(58, 39, 31, 0.10);
}

.npl-site-footer,
.npl-site-footer * {
  box-sizing: border-box;
}

.npl-site-footer {
  width: 100%;
  background: var(--npl-footer-cream);
  color: var(--npl-footer-brown);
  border-top: 1px solid var(--npl-footer-border);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.npl-site-footer a {
  color: inherit;
  text-decoration: none;
}

.npl-footer-wrap {
  width: min(1240px, calc(100% - 36px));
  margin: 0 auto;
}

.npl-footer-top {
  background:
    radial-gradient(circle at 14% 20%, rgba(244, 223, 219, 0.86), transparent 30%),
    radial-gradient(circle at 86% 10%, rgba(183, 109, 115, 0.13), transparent 28%),
    linear-gradient(180deg, #fffdf9 0%, #fbf4ee 100%);
  padding: 64px 0 48px;
}

.npl-footer-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.7fr);
  gap: 56px;
  align-items: center;
}

.npl-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--npl-footer-ink);
}

.npl-footer-brand-mark {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--npl-footer-blush), var(--npl-footer-rose));
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(183, 109, 115, 0.20);
}

.npl-footer-brand-text {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
}

.npl-footer-brand-block p {
  max-width: 690px;
  margin: 20px 0 0;
  color: var(--npl-footer-muted);
  font-size: 16px;
  line-height: 1.78;
}

.npl-footer-newsletter {
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 253, 249, 0.86);
  border: 1px solid var(--npl-footer-border);
  box-shadow: var(--npl-footer-shadow);
}

.npl-footer-newsletter label {
  display: block;
  margin-bottom: 14px;
  color: var(--npl-footer-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 1;
}

.npl-footer-form-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.npl-footer-form-row input {
  width: 100%;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid var(--npl-footer-border);
  border-radius: 999px;
  background: #fff;
  color: var(--npl-footer-ink);
  font: inherit;
  font-size: 14px;
  outline: none;
}

.npl-footer-form-row input:focus {
  border-color: rgba(183, 109, 115, 0.52);
  box-shadow: 0 0 0 4px rgba(183, 109, 115, 0.10);
}

.npl-footer-form-row button {
  min-height: 46px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--npl-footer-ink);
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}

.npl-footer-newsletter small {
  display: block;
  margin-top: 12px;
  color: var(--npl-footer-muted);
  font-size: 12px;
  line-height: 1.55;
}

.npl-footer-links-section {
  padding: 54px 0 44px;
  background: var(--npl-footer-ink);
  color: rgba(255, 253, 249, 0.78);
}

.npl-footer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
}

.npl-footer-col h2 {
  margin: 0 0 18px;
  color: #fffdf9;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 1;
}

.npl-footer-col a {
  display: block;
  width: fit-content;
  margin: 0 0 12px;
  color: rgba(255, 253, 249, 0.74);
  font-size: 14px;
  line-height: 1.35;
  transition: color 150ms ease, transform 150ms ease;
}

.npl-footer-col a:hover,
.npl-footer-col a:focus-visible {
  color: #fff;
  transform: translateX(2px);
  outline: none;
}

.npl-footer-legal a {
  color: rgba(255, 253, 249, 0.68);
}

.npl-footer-bottom {
  background: #211916;
  color: rgba(255, 253, 249, 0.70);
  padding: 22px 0;
  border-top: 1px solid rgba(255, 253, 249, 0.08);
}

.npl-footer-bottom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.npl-footer-bottom p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

.npl-footer-bottom strong {
  color: #fffdf9;
}

.npl-footer-copy {
  white-space: nowrap;
}

@media (max-width: 1080px) {
  .npl-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .npl-footer-top {
    padding: 48px 0 36px;
  }

  .npl-footer-hero {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .npl-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 22px;
  }

  .npl-footer-bottom-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .npl-footer-copy {
    white-space: normal;
  }
}

@media (max-width: 560px) {
  .npl-footer-wrap {
    width: min(100% - 26px, 1240px);
  }

  .npl-footer-grid {
    grid-template-columns: 1fr;
  }

  .npl-footer-newsletter {
    padding: 20px;
    border-radius: 22px;
  }

  .npl-footer-newsletter label {
    font-size: 26px;
  }

  .npl-footer-form-row {
    grid-template-columns: 1fr;
  }

  .npl-footer-form-row button {
    width: 100%;
  }

  .npl-footer-brand-text {
    font-size: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .npl-site-footer *,
  .npl-site-footer *::before,
  .npl-site-footer *::after {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}/* End custom CSS */