/* ============================================================
   np-fable.css — Fable-lane styles that used to live at the end of
   style.css and were lost twice to whole-file saves of that file.
   Loaded after style.css by mu-plugins/np-fable-includes.php.
   Rae: override anything here from style.css; please do not delete.
   ============================================================ */
/* ============================================================
   Work With Us page (np-wwu-*) — Fable lane, 2026-08-31 v2.
   Family Favorites palette per Des (bloom pink / gold / midnight
   navy, :root tokens from the FF style guide block above).
   Scoped to .np-wwu-* plus one page-scoped rule to hide the
   default grey title band, matching the FF hub's opening.
   ============================================================ */
.page-id-246 .entry-hero {
  display: none;
}

.entry-content h1.np-wwu-hero {
  font-family: var(--np-font-condensed);
  font-size: clamp(2.4rem, 5.2vw, 3.4rem);
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--np-midnight-navy);
  text-align: center;
  max-width: 22ch;
  margin: 3rem auto 0;
  margin-left: auto;
  margin-right: auto;
}
.np-wwu-accent {
  color: var(--np-bloom-pink);
}

.np-wwu-panel {
  background: var(--np-band);
  border-radius: 8px;
  padding: 2.4rem 2rem 2.6rem;
  max-width: 66rem;
  margin: 2.25rem auto 3.5rem;
  text-align: center;
}
.np-wwu-panel p {
  max-width: 62ch;
  margin-left: auto;
  margin-right: auto;
}
.np-wwu-lede {
  font-size: 1.18rem;
  line-height: 1.7;
}
.np-wwu-answer {
  font-family: var(--np-font-condensed);
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  font-weight: 700;
  color: var(--np-midnight-navy);
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
.np-wwu-cta-row {
  margin-top: 1.8rem;
  margin-bottom: 0;
}

.np-wwu-pill {
  display: inline-block;
  background: var(--np-bloom-pink);
  color: var(--np-midnight-navy);
  font-family: var(--np-font-condensed);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: .7em 1.9em;
  border-radius: 999px;
  text-decoration: none;
  transition: background-color .15s ease, color .15s ease;
}
.np-wwu-pill:hover,
.np-wwu-pill:focus {
  background: var(--np-midnight-navy);
  color: #fff;
}
.np-wwu-pill:focus-visible {
  outline: 2px solid var(--np-midnight-navy);
  outline-offset: 3px;
}

.np-wwu-h2 {
  font-family: var(--np-font-condensed);
  font-size: clamp(1.8rem, 3.4vw, 2.5rem);
  font-weight: 700;
  color: var(--np-midnight-navy);
  text-align: center;
  margin: 3rem auto 1.4rem;
}
.np-wwu-copy {
  max-width: 62ch;
  margin: 0 auto;
}
.np-wwu-eco {
  font-weight: 600;
  color: var(--np-midnight-navy);
}

.np-wwu-offers {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  gap: 1rem;
  padding: 0;
  max-width: 66rem;
  margin: 1.8rem auto 3.75rem;
}
.np-wwu-offers li {
  margin: 0;
  border: 3px solid transparent;
  border-radius: 8px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(45deg, var(--np-bloom-pink) 0%, var(--np-ff-gold) 100%) border-box;
  box-shadow: 0 10px 26px rgba(30, 41, 91, .12);
  padding: 1.35rem 1rem;
  text-align: center;
  font-family: var(--np-font-condensed);
  font-weight: 700;
  font-size: 1.08rem;
  color: var(--np-midnight-navy);
}

.np-wwu-closer {
  background: var(--np-midnight-navy);
  padding: clamp(2.75rem, 6vw, 4.5rem) 1.25rem;
}
.np-wwu-closer-inner {
  max-width: 66rem;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.np-wwu-closer-inner > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: start;
}
@media (max-width: 781px) {
  .np-wwu-closer-inner > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
  }
}
.np-wwu-closer-intro h2 {
  font-family: var(--np-font-condensed);
  font-size: clamp(1.9rem, 3.6vw, 2.6rem);
  font-weight: 700;
  color: #fff;
  margin: 0 0 1rem;
}
.np-wwu-closer-intro p {
  color: #dfe5f4;
  font-size: 1.06rem;
  line-height: 1.7;
}
.np-wwu-closer-intro a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.np-wwu-closer-intro a:hover,
.np-wwu-closer-intro a:focus {
  color: var(--np-bloom-pink);
}

.np-wwu-form-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .18);
  padding: clamp(1.4rem, 3vw, 2rem);
}
.np-wwu-form-card .kb-adv-form-submit-button {
  width: 100%;
  background: var(--np-bloom-pink);
  color: var(--np-midnight-navy);
  border: 0;
  border-radius: 999px;
  font-family: var(--np-font-condensed);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: .85rem 1.6rem;
  transition: background-color .15s ease, color .15s ease;
}
.np-wwu-form-card .kb-adv-form-submit-button:hover,
.np-wwu-form-card .kb-adv-form-submit-button:focus {
  background: #d8577e;
  color: #fff;
}

/* Pre-launch content parking: blocks wrapped in this group are staged for a later
   phase (For Businesses portal copy). Remove the class in the editor to reactivate. */
.np-postlaunch-hidden { display: none; }

/* Post hero image fit (Des: option 1). Keeps the uniform 16:9 band from the np-post-hero
   block; crops bias toward the top so faces survive; portrait shots crop centre-weighted;
   images narrower than 900px (flagged np-hero-img--small by inc/post-hero-images.php)
   show at natural size on a soft band instead of upscaling. */
.np-post-hero .post-thumbnail.article-post-thumbnail .post-thumbnail-inner { background: var(--np-band, #eef3f7); }
.np-post-hero .post-thumbnail.article-post-thumbnail img.wp-post-image { object-fit: cover; object-position: center 28%; }
.np-post-hero .post-thumbnail.article-post-thumbnail img.np-hero-img--portrait { object-position: center 42%; }
.np-post-hero .post-thumbnail.article-post-thumbnail img.np-hero-img--small { object-fit: scale-down; object-position: center center; }
