.elementor-30 .elementor-element.elementor-element-1cb98c9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS */:root {
  --npl-about-ink: #2b2421;
  --npl-about-brown: #5b433a;
  --npl-about-muted: #7c6a63;
  --npl-about-cream: #fffdf9;
  --npl-about-linen: #fbf4ee;
  --npl-about-blush: #f4dfdb;
  --npl-about-rose: #b76d73;
  --npl-about-border: rgba(91, 67, 58, 0.13);
  --npl-about-shadow: 0 22px 56px rgba(58, 39, 31, 0.11);
  --npl-about-shadow-soft: 0 12px 30px rgba(58, 39, 31, 0.08);
  --npl-radius-xl: 34px;
  --npl-radius-lg: 28px;
  --npl-radius-md: 22px;
}

.npl-about-page,
.npl-about-page * {
  box-sizing: border-box;
}

.npl-about-page {
  width: 100%;
  overflow-x: clip;
  background: var(--npl-about-cream);
  color: var(--npl-about-brown);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.npl-about-page a {
  color: inherit;
  text-decoration: none;
}

.npl-about-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.npl-about-wrap {
  width: min(1240px, calc(100% - 36px));
  margin: 0 auto;
}

.npl-about-hero {
  padding: 58px 0 64px;
  background:
    radial-gradient(circle at 10% 20%, rgba(244, 223, 219, 0.92), transparent 30%),
    radial-gradient(circle at 92% 8%, rgba(183, 109, 115, 0.14), transparent 26%),
    linear-gradient(180deg, #fffdf9 0%, #fbf4ee 100%);
  border-bottom: 1px solid var(--npl-about-border);
}

.npl-about-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 26px;
  color: var(--npl-about-muted);
  font-size: 13px;
  font-weight: 800;
}

.npl-about-breadcrumb a {
  color: var(--npl-about-brown);
  border-bottom: 1px solid transparent;
}

.npl-about-breadcrumb a:hover {
  border-color: currentColor;
}

.npl-about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.54fr);
  gap: 58px;
  align-items: center;
}

.npl-about-kicker,
.npl-about-eyebrow {
  margin: 0 0 12px;
  color: var(--npl-about-rose);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.npl-about-hero h1 {
  max-width: 920px;
  margin: 0;
  color: var(--npl-about-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 6vw, 78px);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.npl-about-hero-copy p {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--npl-about-muted);
  font-size: 17px;
  line-height: 1.74;
}

.npl-about-image-card {
  margin: 0;
  padding: 14px;
  border-radius: var(--npl-radius-xl);
  background: rgba(255, 253, 249, 0.86);
  border: 1px solid var(--npl-about-border);
  box-shadow: var(--npl-about-shadow);
  transform: rotate(1.2deg);
}

.npl-about-image-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 24px;
}

.npl-about-image-card figcaption {
  margin: 12px 8px 4px;
  color: var(--npl-about-muted);
  font-size: 13px;
  line-height: 1.55;
}

.npl-about-section {
  padding: 82px 0;
}

.npl-story-section {
  background: var(--npl-about-ink);
  color: #fff;
}

.npl-story-grid,
.npl-editorial-grid,
.npl-disclosure-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 58px;
  align-items: start;
}

.npl-story-section .npl-about-eyebrow,
.npl-promise-panel .npl-about-eyebrow {
  color: #dfb8b2;
}

.npl-story-section h2,
.npl-promise-panel h2 {
  color: #fff;
}

.npl-story-grid h2,
.npl-about-section-head h2,
.npl-editorial-copy h2,
.npl-promise-panel h2,
.npl-disclosure-grid h2,
.npl-cta-box h2 {
  margin: 0;
  color: var(--npl-about-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4.8vw, 64px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.npl-story-grid h2 {
  color: #fff;
}

.npl-story-copy p {
  margin: 0 0 18px;
  color: rgba(255, 253, 249, 0.76);
  font-size: 17px;
  line-height: 1.78;
}

.npl-story-copy p:last-child {
  margin-bottom: 0;
}

.npl-about-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.56fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 32px;
}

.npl-about-section-head p,
.npl-editorial-copy p,
.npl-disclosure-copy p,
.npl-cta-box p {
  margin: 0;
  color: var(--npl-about-muted);
  font-size: 16px;
  line-height: 1.74;
}

.npl-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.npl-value-card {
  min-height: 328px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: var(--npl-radius-lg);
  background: #fff;
  border: 1px solid var(--npl-about-border);
  box-shadow: var(--npl-about-shadow-soft);
}

.npl-value-card span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border-radius: 50%;
  background: var(--npl-about-ink);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.npl-value-card h3 {
  margin: 0 0 10px;
  color: var(--npl-about-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.npl-value-card p {
  margin: 0;
  color: var(--npl-about-muted);
  font-size: 14px;
  line-height: 1.65;
}

.npl-value-card a {
  width: fit-content;
  margin-top: auto;
  padding-top: 22px;
  color: var(--npl-about-ink);
  font-size: 14px;
  font-weight: 900;
  border-bottom: 1px solid currentColor;
}

.npl-editorial-section {
  background: #f4eee7;
}

.npl-editorial-copy p {
  margin-top: 20px;
}

.npl-question-stack {
  display: grid;
  gap: 14px;
}

.npl-question-stack div {
  padding: 22px;
  border-radius: var(--npl-radius-md);
  background: #fff;
  border: 1px solid var(--npl-about-border);
  box-shadow: var(--npl-about-shadow-soft);
}

.npl-question-stack strong {
  display: block;
  margin-bottom: 8px;
  color: var(--npl-about-ink);
  font-size: 18px;
}

.npl-question-stack p {
  margin: 0;
  color: var(--npl-about-muted);
  font-size: 14px;
  line-height: 1.65;
}

.npl-promise-section {
  background: var(--npl-about-cream);
}

.npl-promise-panel {
  padding: 42px;
  border-radius: var(--npl-radius-xl);
  background: var(--npl-about-ink);
  color: #fff;
  box-shadow: var(--npl-about-shadow);
}

.npl-promise-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.npl-promise-list div {
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 253, 249, 0.08);
  border: 1px solid rgba(255, 253, 249, 0.12);
}

.npl-promise-list span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #dfb8b2;
  font-size: 12px;
  font-weight: 900;
}

.npl-promise-list strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 17px;
}

.npl-promise-list p {
  margin: 0;
  color: rgba(255, 253, 249, 0.70);
  font-size: 13px;
  line-height: 1.62;
}

.npl-feature-section {
  background: var(--npl-about-linen);
}

.npl-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.npl-feature-card {
  overflow: hidden;
  border-radius: var(--npl-radius-lg);
  background: #fff;
  border: 1px solid var(--npl-about-border);
  box-shadow: var(--npl-about-shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.npl-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--npl-about-shadow);
}

.npl-feature-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.npl-feature-card span {
  display: inline-flex;
  margin: 18px 18px 8px;
  color: var(--npl-about-rose);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.npl-feature-card strong {
  display: block;
  min-height: 76px;
  padding: 0 18px 20px;
  color: var(--npl-about-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.npl-disclosure-section {
  background: var(--npl-about-cream);
}

.npl-disclosure-copy p {
  margin-bottom: 16px;
}

.npl-disclosure-copy a {
  display: inline-flex;
  margin-top: 4px;
  color: var(--npl-about-ink);
  font-size: 14px;
  font-weight: 900;
  border-bottom: 1px solid currentColor;
}

.npl-about-cta {
  background:
    radial-gradient(circle at 10% 20%, rgba(244, 223, 219, 0.88), transparent 32%),
    linear-gradient(180deg, #fffdf9, #fbf4ee);
}

.npl-cta-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: 38px;
  border-radius: var(--npl-radius-xl);
  background: rgba(255, 253, 249, 0.82);
  border: 1px solid var(--npl-about-border);
  box-shadow: var(--npl-about-shadow);
}

.npl-cta-box p {
  margin-top: 16px;
  max-width: 720px;
}

.npl-about-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--npl-about-ink);
  color: #fff !important;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

@media (max-width: 1020px) {
  .npl-about-hero-grid,
  .npl-story-grid,
  .npl-about-section-head,
  .npl-editorial-grid,
  .npl-disclosure-grid,
  .npl-cta-box {
    grid-template-columns: 1fr;
  }

  .npl-about-image-card {
    max-width: 560px;
    transform: none;
  }

  .npl-values-grid,
  .npl-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .npl-promise-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .npl-cta-box {
    align-items: start;
  }
}

@media (max-width: 680px) {
  .npl-about-wrap {
    width: min(100% - 26px, 1240px);
  }

  .npl-about-hero {
    padding: 42px 0 44px;
  }

  .npl-about-hero h1 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .npl-about-section {
    padding: 62px 0;
  }

  .npl-values-grid,
  .npl-feature-grid,
  .npl-promise-list {
    grid-template-columns: 1fr;
  }

  .npl-feature-card img {
    height: 280px;
  }

  .npl-promise-panel,
  .npl-cta-box {
    padding: 24px;
    border-radius: 26px;
  }

  .npl-about-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .npl-about-page *,
  .npl-about-page *::before,
  .npl-about-page *::after {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}/* End custom CSS */