.elementor-74 .elementor-element.elementor-element-17c02c9{--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-header-bg: rgba(255, 253, 249, 0.94);
  --npl-header-border: rgba(91, 67, 58, 0.12);
  --npl-ink: #2b2421;
  --npl-brown: #5b433a;
  --npl-muted: #7c6a63;
  --npl-blush: #f4dfdb;
  --npl-rose: #b76d73;
  --npl-cream: #fffdf9;
  --npl-shadow: 0 18px 44px rgba(58, 39, 31, 0.10);
}

.npl-site-header,
.npl-site-header * {
  box-sizing: border-box;
}

.npl-site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: var(--npl-header-bg);
  border-bottom: 1px solid var(--npl-header-border);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.npl-header-inner {
  width: min(1240px, calc(100% - 36px));
  min-height: 76px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
}

.npl-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--npl-ink);
  text-decoration: none;
  min-width: max-content;
}

.npl-brand:hover {
  color: var(--npl-ink);
}

.npl-brand-mark {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #f4dfdb, #b76d73);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(183, 109, 115, 0.20);
}

.npl-brand-text {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

.npl-main-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 3px;
}

.npl-main-nav a,
.npl-nav-group > summary {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 12px;
  color: var(--npl-brown);
  border-radius: 999px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background 160ms ease, color 160ms ease;
}

.npl-main-nav a:hover,
.npl-main-nav a:focus-visible,
.npl-nav-group > summary:hover,
.npl-nav-group > summary:focus-visible {
  background: var(--npl-blush);
  color: var(--npl-ink);
  outline: none;
}

.npl-nav-group {
  position: relative;
}

.npl-nav-group > summary {
  cursor: pointer;
  list-style: none;
}

.npl-nav-group > summary::-webkit-details-marker {
  display: none;
}

.npl-nav-group > summary::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.55;
}

.npl-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  min-width: 245px;
  padding: 10px;
  border-radius: 22px;
  background: var(--npl-cream);
  border: 1px solid var(--npl-header-border);
  box-shadow: var(--npl-shadow);
  transform: translateX(-50%);
}

.npl-dropdown a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 14px;
  font-size: 14px;
}

.npl-nav-group:not([open]) .npl-dropdown {
  display: none;
}

.npl-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--npl-ink);
  color: #fff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(43, 36, 33, 0.16);
  transition: transform 160ms ease, background 160ms ease;
}

.npl-header-cta:hover,
.npl-header-cta:focus-visible {
  color: #fff;
  background: #3a2d28;
  transform: translateY(-1px);
  outline: none;
}

.npl-nav-toggle,
.npl-menu-button {
  display: none;
}

@media (max-width: 1120px) {
  .npl-header-inner {
    grid-template-columns: auto auto auto;
    justify-content: space-between;
  }

  .npl-main-nav {
    justify-self: end;
    gap: 0;
  }

  .npl-main-nav a,
  .npl-nav-group > summary {
    padding: 0 9px;
    font-size: 13px;
  }

  .npl-header-cta {
    display: none;
  }
}

@media (max-width: 920px) {
  .npl-site-header {
    background: rgba(255, 253, 249, 0.98);
  }

  .npl-header-inner {
    position: relative;
    width: min(100% - 28px, 1240px);
    min-height: 68px;
    grid-template-columns: auto auto;
    gap: 14px;
  }

  .npl-brand-mark {
    width: 31px;
    height: 31px;
    font-size: 16px;
  }

  .npl-brand-text {
    font-size: 22px;
  }

  .npl-menu-button {
    width: 44px;
    height: 44px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 50%;
    background: var(--npl-ink);
    cursor: pointer;
  }

  .npl-menu-button span {
    width: 18px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: #fff;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .npl-nav-toggle:checked + .npl-menu-button span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .npl-nav-toggle:checked + .npl-menu-button span:nth-child(2) {
    opacity: 0;
  }

  .npl-nav-toggle:checked + .npl-menu-button span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .npl-main-nav {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    display: none;
    max-height: calc(100vh - 92px);
    overflow-y: auto;
    padding: 14px;
    border-radius: 24px;
    background: var(--npl-cream);
    border: 1px solid var(--npl-header-border);
    box-shadow: var(--npl-shadow);
  }

  .npl-nav-toggle:checked ~ .npl-main-nav {
    display: grid;
    gap: 6px;
  }

  .npl-main-nav a,
  .npl-nav-group > summary {
    width: 100%;
    min-height: 46px;
    justify-content: space-between;
    padding: 0 14px;
    border-radius: 15px;
    font-size: 15px;
  }

  .npl-nav-group {
    width: 100%;
  }

  .npl-dropdown {
    position: static;
    min-width: 0;
    width: 100%;
    margin: 4px 0 8px;
    padding: 6px;
    border-radius: 16px;
    transform: none;
    background: #fbf4ee;
    box-shadow: none;
  }

  .npl-dropdown a {
    min-height: 42px;
    padding-left: 18px;
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .npl-header-inner {
    width: min(100% - 22px, 1240px);
  }

  .npl-brand-text {
    font-size: 19px;
  }

  .npl-brand-mark {
    width: 29px;
    height: 29px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .npl-site-header *,
  .npl-site-header *::before,
  .npl-site-header *::after {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}/* End custom CSS */