.elementor-22 .elementor-element.elementor-element-89b88cb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2a8d197 */x   x/* End custom CSS */
/* Start custom CSS */:root {
  --npl-hub-ink: #2b2421;
  --npl-hub-brown: #5b433a;
  --npl-hub-muted: #7c6a63;
  --npl-hub-cream: #fffdf9;
  --npl-hub-linen: #fbf4ee;
  --npl-hub-blush: #f4dfdb;
  --npl-hub-rose: #b76d73;
  --npl-hub-border: rgba(91, 67, 58, 0.13);
  --npl-hub-shadow: 0 22px 56px rgba(58, 39, 31, 0.11);
  --npl-hub-shadow-soft: 0 12px 30px rgba(58, 39, 31, 0.08);
  --npl-radius-xl: 34px;
  --npl-radius-lg: 28px;
  --npl-radius-md: 22px;
}

.npl-ideas-hub,
.npl-ideas-hub * {
  box-sizing: border-box;
}

.npl-ideas-hub {
  width: 100%;
  overflow-x: clip;
  background: var(--npl-hub-cream);
  color: var(--npl-hub-brown);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.npl-ideas-hub a {
  color: inherit;
  text-decoration: none;
}

.npl-ideas-hub img {
  display: block;
  max-width: 100%;
  height: auto;
}

.npl-hub-wrap {
  width: min(1240px, calc(100% - 36px));
  margin: 0 auto;
}

.npl-hub-intro {
  padding: 58px 0 44px;
  background:
    radial-gradient(circle at 8% 22%, rgba(244, 223, 219, 0.88), transparent 28%),
    linear-gradient(180deg, #fffdf9 0%, #fbf4ee 100%);
  border-bottom: 1px solid var(--npl-hub-border);
}

.npl-hub-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 26px;
  color: var(--npl-hub-muted);
  font-size: 13px;
  font-weight: 800;
}

.npl-hub-breadcrumb a {
  color: var(--npl-hub-brown);
  border-bottom: 1px solid transparent;
}

.npl-hub-breadcrumb a:hover {
  border-color: currentColor;
}

.npl-hub-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.56fr);
  gap: 50px;
  align-items: end;
}

.npl-hub-kicker,
.npl-hub-eyebrow {
  margin: 0 0 12px;
  color: var(--npl-hub-rose);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.npl-hub-intro h1 {
  max-width: 920px;
  margin: 0;
  color: var(--npl-hub-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-hub-intro-copy p {
  margin: 0;
  color: var(--npl-hub-muted);
  font-size: 17px;
  line-height: 1.72;
}

.npl-hub-search-note {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.npl-hub-search-note span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.78);
  border: 1px solid var(--npl-hub-border);
  color: var(--npl-hub-brown);
  font-size: 12px;
  font-weight: 850;
}

.npl-hub-section {
  padding: 82px 0;
}

.npl-section-title-row {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.55fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 32px;
}

.npl-section-title-row.compact {
  grid-template-columns: 1fr;
  margin-bottom: 22px;
}

.npl-section-title-row h2,
.npl-length-copy h2,
.npl-product-path-grid h2 {
  margin: 0;
  color: var(--npl-hub-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.8vw, 64px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.npl-section-title-row p,
.npl-length-copy p,
.npl-product-path-grid p {
  margin: 0;
  color: var(--npl-hub-muted);
  font-size: 16px;
  line-height: 1.74;
}

.npl-directory-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.npl-directory-card {
  overflow: hidden;
  border-radius: var(--npl-radius-lg);
  background: #fff;
  border: 1px solid var(--npl-hub-border);
  box-shadow: var(--npl-hub-shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.npl-directory-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--npl-hub-shadow);
}

.npl-directory-card a {
  display: grid;
  height: 100%;
}

.npl-directory-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.npl-directory-large {
  grid-column: span 2;
  grid-row: span 2;
}

.npl-directory-large img {
  height: 470px;
}

.npl-directory-content {
  padding: 22px;
}

.npl-directory-content span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--npl-hub-rose);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.npl-directory-content h3 {
  margin: 0 0 8px;
  color: var(--npl-hub-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.npl-directory-content p {
  margin: 0;
  color: var(--npl-hub-muted);
  font-size: 14px;
  line-height: 1.6;
}

.npl-browse-board {
  background: #f4eee7;
}

.npl-mood-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.npl-mood-filter button {
  appearance: none;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(91, 67, 58, 0.14);
  background: rgba(255, 253, 249, 0.78);
  color: var(--npl-hub-brown);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.npl-mood-filter button.is-active {
  background: var(--npl-hub-ink);
  color: #fff;
}

.npl-mood-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.npl-mood-grid a {
  min-height: 142px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  border-radius: var(--npl-radius-md);
  background: #fff;
  border: 1px solid var(--npl-hub-border);
  box-shadow: 0 10px 24px rgba(58, 39, 31, 0.06);
}

.npl-mood-grid a[hidden] {
  display: none;
}

.npl-mood-grid strong {
  color: var(--npl-hub-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.npl-mood-grid span {
  margin-top: 12px;
  color: var(--npl-hub-muted);
  font-size: 13px;
  line-height: 1.5;
}

.npl-length-section {
  background: var(--npl-hub-cream);
}

.npl-length-grid,
.npl-product-path-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 58px;
  align-items: center;
}

.npl-length-copy p,
.npl-product-path-grid p {
  margin-top: 20px;
}

.npl-length-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.npl-length-list a {
  min-height: 158px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  padding: 20px;
  border-radius: var(--npl-radius-md);
  background:
    radial-gradient(circle at 92% 4%, rgba(183, 109, 115, 0.12), transparent 30%),
    linear-gradient(135deg, #fffdf9, #fbf4ee);
  border: 1px solid var(--npl-hub-border);
  box-shadow: var(--npl-hub-shadow-soft);
}

.npl-length-list span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--npl-hub-ink);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.npl-length-list strong {
  display: block;
  color: var(--npl-hub-ink);
  font-size: 18px;
  margin-bottom: 5px;
}

.npl-length-list small {
  color: var(--npl-hub-muted);
  font-size: 13px;
  line-height: 1.55;
}

.npl-season-section {
  background: var(--npl-hub-linen);
}

.npl-season-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1fr);
  gap: 18px;
}

.npl-season-feature {
  position: relative;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 28px;
  border-radius: var(--npl-radius-xl);
  color: #fff;
  box-shadow: var(--npl-hub-shadow);
}

.npl-season-feature img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.npl-season-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(43,36,33,0.04), rgba(43,36,33,0.76));
}

.npl-season-feature span,
.npl-season-feature strong,
.npl-season-feature small {
  position: relative;
  z-index: 2;
}

.npl-season-feature span,
.npl-season-links span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--npl-hub-blush);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.npl-season-feature strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.npl-season-feature small {
  max-width: 520px;
  margin-top: 10px;
  color: rgba(255,255,255,0.82);
  font-size: 14px;
  line-height: 1.6;
}

.npl-season-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.npl-season-links a {
  min-height: 242px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border-radius: var(--npl-radius-lg);
  background: #fff;
  border: 1px solid var(--npl-hub-border);
  box-shadow: var(--npl-hub-shadow-soft);
}

.npl-season-links span {
  color: var(--npl-hub-rose);
}

.npl-season-links strong {
  color: var(--npl-hub-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.npl-product-path {
  background: var(--npl-hub-ink);
  color: #fff;
}

.npl-product-path .npl-hub-eyebrow {
  color: #dfb8b2;
}

.npl-product-path h2 {
  color: #fff;
}

.npl-product-path p {
  color: rgba(255, 253, 249, 0.72);
}

.npl-product-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  border-radius: var(--npl-radius-xl);
  background: rgba(255,253,249,0.08);
  border: 1px solid rgba(255,253,249,0.13);
}

.npl-product-card img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  border-radius: 24px;
}

.npl-product-links {
  display: grid;
  gap: 10px;
  align-content: center;
}

.npl-product-links a {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 16px;
  background: rgba(255,253,249,0.08);
  border: 1px solid rgba(255,253,249,0.10);
  color: rgba(255,253,249,0.84);
  font-size: 14px;
  font-weight: 850;
}

.npl-product-links a:hover {
  color: #fff;
  background: rgba(255,253,249,0.12);
}

.npl-faq-section {
  background: var(--npl-hub-cream);
}

.npl-faq-list {
  display: grid;
  gap: 12px;
}

.npl-faq-list details {
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--npl-hub-border);
  box-shadow: 0 10px 24px rgba(58, 39, 31, 0.05);
}

.npl-faq-list summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--npl-hub-ink);
  font-size: 16px;
  font-weight: 900;
  list-style: none;
}

.npl-faq-list summary::-webkit-details-marker {
  display: none;
}

.npl-faq-list summary::after {
  content: "+";
  float: right;
  color: var(--npl-hub-rose);
}

.npl-faq-list details[open] summary::after {
  content: "–";
}

.npl-faq-list p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--npl-hub-muted);
  font-size: 15px;
  line-height: 1.72;
}

@media (max-width: 1040px) {
  .npl-hub-intro-grid,
  .npl-section-title-row,
  .npl-length-grid,
  .npl-product-path-grid,
  .npl-season-layout {
    grid-template-columns: 1fr;
  }

  .npl-directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .npl-directory-large {
    grid-column: span 2;
  }

  .npl-mood-grid,
  .npl-length-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .npl-season-feature {
    min-height: 420px;
  }
}

@media (max-width: 700px) {
  .npl-hub-wrap {
    width: min(100% - 26px, 1240px);
  }

  .npl-hub-intro {
    padding: 42px 0 34px;
  }

  .npl-hub-intro h1 {
    font-size: clamp(40px, 12.5vw, 56px);
  }

  .npl-hub-section {
    padding: 62px 0;
  }

  .npl-directory-grid,
  .npl-directory-large,
  .npl-mood-grid,
  .npl-length-list,
  .npl-season-links,
  .npl-product-card {
    grid-template-columns: 1fr;
  }

  .npl-directory-large {
    grid-column: auto;
    grid-row: auto;
  }

  .npl-directory-card img,
  .npl-directory-large img {
    height: 280px;
  }

  .npl-season-feature {
    min-height: 360px;
    padding: 22px;
  }

  .npl-season-links a {
    min-height: 170px;
  }

  .npl-product-card img {
    min-height: 260px;
  }
}

@media (max-width: 430px) {
  .npl-hub-search-note span,
  .npl-mood-filter button {
    width: 100%;
    justify-content: center;
  }

  .npl-season-feature strong {
    font-size: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .npl-ideas-hub *,
  .npl-ideas-hub *::before,
  .npl-ideas-hub *::after {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}#npl-nail-ideas-hub .npl-product-path {
  background: #2b2421 !important;
  color: #fff !important;
}

#npl-nail-ideas-hub .npl-product-path h2 {
  color: #fff !important;
}

#npl-nail-ideas-hub .npl-product-path p {
  color: rgba(255, 253, 249, 0.74) !important;
}

#npl-nail-ideas-hub .npl-product-path .npl-hub-eyebrow {
  color: #dfb8b2 !important;
}

#npl-nail-ideas-hub .npl-product-card {
  background: rgba(255, 253, 249, 0.08) !important;
  border: 1px solid rgba(255, 253, 249, 0.13) !important;
}

#npl-nail-ideas-hub .npl-product-links a {
  background: rgba(255, 253, 249, 0.08) !important;
  color: rgba(255, 253, 249, 0.86) !important;
}

#npl-nail-ideas-hub .npl-product-links a:hover {
  background: rgba(255, 253, 249, 0.14) !important;
  color: #fff !important;
}

#npl-nail-ideas-hub .npl-product-path {
  background: #2b2421 !important;
  color: #fff !important;
}

#npl-nail-ideas-hub .npl-product-path h2 {
  color: #fff !important;
}

#npl-nail-ideas-hub .npl-product-path p {
  color: rgba(255, 253, 249, 0.74) !important;
}

#npl-nail-ideas-hub .npl-product-path .npl-hub-eyebrow {
  color: #dfb8b2 !important;
}

#npl-nail-ideas-hub .npl-product-card {
  background: rgba(255, 253, 249, 0.08) !important;
  border: 1px solid rgba(255, 253, 249, 0.13) !important;
}

#npl-nail-ideas-hub .npl-product-links a {
  background: rgba(255, 253, 249, 0.08) !important;
  color: rgba(255, 253, 249, 0.86) !important;
}

#npl-nail-ideas-hub .npl-product-links a:hover {
  background: rgba(255, 253, 249, 0.14) !important;
  color: #fff !important;
}/* End custom CSS */