
/* =========================================================
   NFINITE MARKETER 0.1.0 — BUSINESS / MARKETING SHELL
   ========================================================= */

body.nfinite-marketer-active {
  margin: 0;
  background: #fff;
}

body.nfinite-marketer-active.admin-bar .nfm-header {
  top: 32px;
}

.nfm-site {
  min-height: 100vh;
  background: #fff;
}

.nfm-header {
  position: sticky;
  top: 0;
  z-index: 9990;
  background: #fff;
  border-bottom: 1px solid #e3ddd7;
}

.nfm-header__inner {
  width: min(calc(100% - 32px), 1680px);
  min-height: 94px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
}

.nfm-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #111;
  text-decoration: none;
}

.nfm-brand .custom-logo {
  display: block;
  width: auto;
  max-height: 72px;
}

.nfm-brand__mark {
  width: 62px;
  height: 62px;
  display: inline-grid;
  place-items: center;
  background: #111;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
}

.nfm-brand__text {
  display: grid;
  gap: 2px;
}

.nfm-brand__title {
  font-size: 18px;
  font-weight: 900;
}

.nfm-brand__tagline {
  color: #6b655f;
  font-size: 12px;
}

.nfm-nav {
  justify-self: center;
}

.nfm-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
}

.nfm-nav li {
  margin: 0;
}

.nfm-nav a {
  min-height: 48px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  color: #171717;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
}

.nfm-nav .current-menu-item > a,
.nfm-nav .current_page_item > a,
.nfm-nav a:hover {
  background: #fbefe6;
}

.nfm-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nfm-search {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  color: #111;
  border: 1px solid #d8d1ca;
  border-radius: 6px;
  text-decoration: none;
  font-size: 24px;
  line-height: 1;
}

.nfm-cta {
  min-height: 50px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f96302;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
}

.nfm-nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 11px;
  background: #fff;
  border: 1px solid #d8d1ca;
  border-radius: 6px;
}

.nfm-nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #111;
}

.nfm-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.nfm-footer {
  background: #111;
  color: #fff;
}

.nfm-footer__grid {
  width: min(calc(100% - 64px), 1640px);
  margin-inline: auto;
  padding: 62px 0 46px;
  display: grid;
  grid-template-columns: 1.2fr .7fr 1.1fr;
  gap: 70px;
}

.nfm-footer h2,
.nfm-footer h3 {
  margin-top: 0;
  color: #fff;
}

.nfm-footer__brand {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.nfm-footer__mark {
  width: 42px;
  height: 42px;
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  background: #f96302;
  color: #111;
  border-radius: 50%;
  font-weight: 900;
}

.nfm-footer__title {
  margin-bottom: 10px;
  font-size: 22px;
}

.nfm-footer__text {
  max-width: 520px;
  margin: 0;
  color: #aaa;
  font-size: 14px;
  line-height: 1.7;
}

.nfm-footer__nav ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
  list-style: none;
}

.nfm-footer__nav a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.nfm-footer__bottom {
  width: min(calc(100% - 64px), 1640px);
  margin-inline: auto;
  padding: 22px 0 28px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #2e2e2e;
  color: #888;
  font-size: 12px;
}

.nfm-screen-reader {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 900px) {
  body.nfinite-marketer-active.admin-bar .nfm-header {
    top: 46px;
  }

  .nfm-header__inner {
    min-height: 78px;
    grid-template-columns: auto auto 1fr auto;
  }

  .nfm-brand .custom-logo {
    max-height: 58px;
  }

  .nfm-nav-toggle {
    display: block;
  }

  .nfm-nav {
    position: absolute;
    inset: 100% 0 auto 0;
    display: none;
    background: #fff;
    border-bottom: 1px solid #ddd6cf;
    box-shadow: 0 16px 30px rgba(0,0,0,.08);
  }

  .nfm-nav.is-open {
    display: block;
  }

  .nfm-nav ul {
    width: min(calc(100% - 32px), 1680px);
    margin-inline: auto;
    padding: 12px 0 18px;
    display: grid;
  }

  .nfm-nav a {
    width: 100%;
  }

  .nfm-header__actions {
    justify-self: end;
  }

  .nfm-search {
    display: none;
  }

  .nfm-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .nfm-footer__info {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .nfm-header__inner {
    width: calc(100% - 24px);
    gap: 10px;
  }

  .nfm-brand__text {
    display: none;
  }

  .nfm-cta {
    min-height: 44px;
    padding: 0 14px;
    font-size: 13px;
  }

  .nfm-footer__grid,
  .nfm-footer__bottom {
    width: calc(100% - 30px);
  }

  .nfm-footer__grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 48px;
  }

  .nfm-footer__info {
    grid-column: auto;
  }

  .nfm-footer__bottom {
    display: grid;
  }
}

/*
 * Nfinite Marketer 0.1.0 direct-shell compatibility.
 * Managed page markup is rendered directly inside #primary.site-main.
 */
body.wpnfinite-pages-active #primary.site-main {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

body.wpnfinite-pages-active #primary.site-main > :is(
  .wpnf-home,
  .wpnf-about,
  .wpnf-services,
  .wpnf-portfolio,
  .wpnf-contact
) {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*
 * WPNfinite Pages 0.4.0
 * Clean marketing-page stylesheet for WPNfinite 1.4.10+ / Brand Child 1.4+
 * Replaces the legacy stacked override file.
 */

:root {
  --wpnf-orange: #f96302;
  --wpnf-orange-dark: #d94f00;
  --wpnf-black: #111111;
  --wpnf-charcoal: #242424;
  --wpnf-gray: #625d58;
  --wpnf-muted: #817a73;
  --wpnf-cream: #eee1d3;
  --wpnf-cream-light: #f8f3ed;
  --wpnf-white: #ffffff;
  --wpnf-border: #ded7cf;
  --wpnf-shell: 1640px;
  --wpnf-radius: 10px;
  --wpnf-radius-lg: 16px;
  --wpnf-shadow: 0 18px 48px rgba(20, 15, 10, .10);
}

/* =========================================================
   THEME / PAGE-SHELL COMPATIBILITY
   ========================================================= */

body.wpnfinite-pages-active .site-main,
body.wpnfinite-pages-active .wpnfinite-brand-page-main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.wpnfinite-pages-active .wpnfinite-brand-page-main > * {
  max-width: none !important;
}

body.wpnfinite-pages-active .wpnfinite-entry-content,
body.wpnfinite-pages-active .entry-content {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.wpnf-home,
.wpnf-about,
.wpnf-services,
.wpnf-portfolio,
.wpnf-contact {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
  color: var(--wpnf-charcoal);
  font-family: Arial, Helvetica, sans-serif;
}

.wpnf-home *,
.wpnf-about *,
.wpnf-services *,
.wpnf-portfolio *,
.wpnf-contact * {
  box-sizing: border-box;
}

.wpnf-shell {
  width: min(calc(100% - 64px), var(--wpnf-shell));
  max-width: var(--wpnf-shell);
  margin-inline: auto;
}

.wpnf-home h1,.wpnf-home h2,.wpnf-home h3,
.wpnf-about h1,.wpnf-about h2,.wpnf-about h3,
.wpnf-services h1,.wpnf-services h2,.wpnf-services h3,
.wpnf-portfolio h1,.wpnf-portfolio h2,.wpnf-portfolio h3,
.wpnf-contact h1,.wpnf-contact h2,.wpnf-contact h3 {
  margin-top: 0;
  color: var(--wpnf-black);
  font-weight: 900;
  letter-spacing: -.045em;
}

.wpnf-home p,.wpnf-about p,.wpnf-services p,.wpnf-portfolio p,.wpnf-contact p {
  margin-top: 0;
}

.wpnf-home a,.wpnf-about a,.wpnf-services a,.wpnf-portfolio a,.wpnf-contact a {
  text-decoration: none;
}

.wpnf-kicker,
.wpnf-eyebrow,
.wpnf-card-label {
  display: inline-block;
  color: var(--wpnf-orange);
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.wpnf-section {
  padding: 104px 0;
}

.wpnf-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 52px;
}

.wpnf-section-heading h2,
.wpnf-final-cta h2 {
  max-width: 980px;
  margin: 12px 0 0;
  font-size: clamp(42px, 4.2vw, 68px);
  line-height: .96;
}

.wpnf-section-heading > p {
  max-width: 500px;
  margin-bottom: 4px;
  color: var(--wpnf-gray);
  font-size: 16px;
  line-height: 1.7;
}

/* =========================================================
   BUTTONS
   ========================================================= */

.wpnf-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.wpnf-btn {
  min-height: 46px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 2px solid transparent;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  transition: .18s ease;
}

.wpnf-btn:hover { transform: translateY(-1px); }

.wpnf-btn-primary {
  background: var(--wpnf-orange);
  border-color: var(--wpnf-orange);
  color: #fff !important;
}
.wpnf-btn-primary:hover {
  background: var(--wpnf-orange-dark);
  border-color: var(--wpnf-orange-dark);
}

.wpnf-btn-dark {
  background: var(--wpnf-black);
  border-color: var(--wpnf-black);
  color: #fff !important;
}

.wpnf-btn-outline {
  background: transparent;
  border-color: var(--wpnf-black);
  color: var(--wpnf-black) !important;
}

.wpnf-btn-outline-light {
  background: transparent;
  border-color: rgba(255,255,255,.7);
  color: #fff !important;
}
.wpnf-btn-outline-light:hover {
  background: #fff;
  border-color: #fff;
  color: #111 !important;
}

.wpnf-text-link {
  display: inline-block;
  color: var(--wpnf-black) !important;
  font-weight: 900;
  border-bottom: 2px solid currentColor;
  padding-bottom: 3px;
}

/* =========================================================
   PLACEHOLDERS
   ========================================================= */

.wpnf-image-placeholder {
  width: 100%;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  text-align: center;
  background: linear-gradient(135deg,#eee4da,#faf7f3);
  color: #756b62;
  border: 1px solid #d5c8bb;
  border-radius: var(--wpnf-radius);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

/* =========================================================
   HOMEPAGE
   ========================================================= */

.wpnf-hero {
  position: relative;
  padding: 96px 0 104px;
  background: linear-gradient(105deg,var(--wpnf-cream-light) 0 55%,#eadccc 55% 100%);
}

.wpnf-hero::before,
.wpnf-about-hero::before,
.wpnf-services-hero::before,
.wpnf-portfolio-hero::before,
.wpnf-contact-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 8px;
  background: var(--wpnf-orange);
}

.wpnf-hero-grid,
.wpnf-about-hero-grid,
.wpnf-services-hero-grid,
.wpnf-portfolio-hero-grid {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(520px,1.1fr);
  gap: clamp(56px, 5vw, 100px);
  align-items: center;
}

.wpnf-hero h1,
.wpnf-about-hero h1,
.wpnf-services-hero h1,
.wpnf-portfolio-hero h1,
.wpnf-contact-intro h1 {
  max-width: 780px;
  margin: 18px 0 28px;
  font-size: clamp(54px, 5.3vw, 88px);
  line-height: .9;
  letter-spacing: -.06em;
}

.wpnf-hero h1 span,
.wpnf-about-hero h1 span,
.wpnf-services-hero h1 span,
.wpnf-portfolio-hero h1 span,
.wpnf-contact-intro h1 span {
  color: var(--wpnf-orange);
}

.wpnf-hero-text,
.wpnf-about-lead,
.wpnf-services-lead,
.wpnf-portfolio-lead,
.wpnf-contact-lead {
  max-width: 670px;
  color: var(--wpnf-gray);
  font-size: 18px;
  line-height: 1.68;
  margin-bottom: 32px;
}

.wpnf-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.wpnf-hero-points span {
  padding: 8px 11px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 5px;
  font-size: 11px;
  font-weight: 800;
}

.wpnf-image-placeholder-hero,
.wpnf-about-hero-image,
.wpnf-services-hero-image,
.wpnf-portfolio-hero-image {
  min-height: 540px;
  border: 0;
  box-shadow: var(--wpnf-shadow);
}

.wpnf-hero-visual,
.wpnf-about-hero-visual,
.wpnf-services-hero-visual,
.wpnf-portfolio-hero-visual {
  position: relative;
}

.wpnf-floating-card,
.wpnf-about-hero-badge,
.wpnf-services-hero-card,
.wpnf-portfolio-hero-card {
  position: absolute;
  left: -32px;
  bottom: 34px;
  width: 260px;
  padding: 24px;
  background: var(--wpnf-orange);
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0,0,0,.16);
}
.wpnf-floating-card strong,
.wpnf-floating-card span,
.wpnf-about-hero-badge span,
.wpnf-about-hero-badge strong,
.wpnf-about-hero-badge small,
.wpnf-services-hero-card span,
.wpnf-services-hero-card strong,
.wpnf-services-hero-card small,
.wpnf-portfolio-hero-card span,
.wpnf-portfolio-hero-card strong,
.wpnf-portfolio-hero-card small {
  display: block;
}
.wpnf-floating-card strong,
.wpnf-about-hero-badge strong,
.wpnf-services-hero-card strong,
.wpnf-portfolio-hero-card strong { font-size: 20px; }
.wpnf-floating-card span,
.wpnf-about-hero-badge small,
.wpnf-services-hero-card small,
.wpnf-portfolio-hero-card small { margin-top: 8px; opacity: .86; font-size: 12px; }

.wpnf-intro-strip,
.wpnf-services-strip,
.wpnf-portfolio-strip {
  padding: 38px 0;
  background: var(--wpnf-black);
  color: #fff;
}

.wpnf-intro-grid,
.wpnf-services-strip-grid,
.wpnf-portfolio-strip-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
.wpnf-services-strip-grid,
.wpnf-portfolio-strip-grid { grid-template-columns: repeat(4,1fr); }

.wpnf-intro-item,
.wpnf-services-strip-grid > div,
.wpnf-portfolio-strip-grid > div {
  padding: 0 34px;
  border-right: 1px solid #3b3b3b;
}
.wpnf-intro-item:first-child,
.wpnf-services-strip-grid > div:first-child,
.wpnf-portfolio-strip-grid > div:first-child { padding-left: 0; }
.wpnf-intro-item:last-child,
.wpnf-services-strip-grid > div:last-child,
.wpnf-portfolio-strip-grid > div:last-child { border-right: 0; }

.wpnf-stat,
.wpnf-services-strip-grid span,
.wpnf-portfolio-strip-grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--wpnf-orange);
  font-size: 11px;
  font-weight: 900;
}
.wpnf-intro-item strong,
.wpnf-services-strip-grid strong,
.wpnf-portfolio-strip-grid strong { display:block; margin-bottom:6px; font-size:18px; }
.wpnf-intro-item p,
.wpnf-services-strip-grid p,
.wpnf-portfolio-strip-grid p { margin:0; color:#aaa; font-size:13px; line-height:1.55; }

.wpnf-product-layout {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 22px;
}
.wpnf-product-card {
  overflow: hidden;
  background: var(--wpnf-cream-light);
  border: 1px solid var(--wpnf-border);
  border-radius: 11px;
}
.wpnf-product-featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  min-height: 430px;
  background: var(--wpnf-orange);
  color: #fff;
  border: 0;
}
.wpnf-product-card:not(.wpnf-product-featured) {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
}
.wpnf-product-content { padding: 32px; }
.wpnf-product-featured .wpnf-product-content { padding: 48px; align-self:center; }
.wpnf-product-card h3 { font-size: 30px; line-height:1; margin-bottom:12px; }
.wpnf-product-featured h3 { font-size: 46px; color:#fff; }
.wpnf-product-card p { color: var(--wpnf-gray); line-height:1.65; }
.wpnf-product-featured p,
.wpnf-product-featured .wpnf-card-label,
.wpnf-product-featured .wpnf-text-link { color:#fff !important; }
.wpnf-placeholder-card { min-height: 100%; border:0; border-radius:0; }
.wpnf-placeholder-landscape { min-height:100%; border:0; border-radius:0; }

.wpnf-section-orange,
.wpnf-about-ecosystem,
.wpnf-services-ecosystem,
.wpnf-portfolio-range,
.wpnf-contact-capabilities {
  padding: 104px 0;
  background: var(--wpnf-orange);
}
.wpnf-heading-light .wpnf-kicker,
.wpnf-heading-light h2,
.wpnf-heading-light > p,
.wpnf-about-ecosystem .wpnf-kicker,
.wpnf-services-ecosystem .wpnf-kicker,
.wpnf-portfolio-range .wpnf-kicker,
.wpnf-contact-capabilities .wpnf-kicker { color:#fff; }

.wpnf-benefit-grid,
.wpnf-about-principles,
.wpnf-capability-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 18px;
}
.wpnf-benefit-card,
.wpnf-about-principle,
.wpnf-capability-grid article {
  min-height: 290px;
  padding: 30px;
  background: var(--wpnf-cream);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 10px;
}
.wpnf-benefit-number,
.wpnf-about-principle-number,
.wpnf-capability-grid article > span {
  display:block;
  margin-bottom:56px;
  color:var(--wpnf-orange);
  font-size:11px;
  font-weight:900;
}
.wpnf-benefit-card h3,
.wpnf-about-principle h3,
.wpnf-capability-grid h3 { font-size:26px; line-height:1; margin-bottom:12px; }
.wpnf-benefit-card p,
.wpnf-about-principle p,
.wpnf-capability-grid p { color:var(--wpnf-gray); font-size:14px; line-height:1.65; }

.wpnf-use-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.wpnf-use-card {
  overflow:hidden;
  display:grid;
  background:var(--wpnf-cream);
  border:1px solid #dfd1c2;
  border-radius:10px;
}
.wpnf-use-card-wide {
  grid-column:1/-1;
  grid-template-columns:.72fr 1.28fr;
}
.wpnf-use-content { padding:38px; }
.wpnf-use-card h3 { margin:14px 0 12px; font-size:30px; }
.wpnf-use-card p { color:var(--wpnf-gray); line-height:1.65; }
.wpnf-use-card .wpnf-image-placeholder { min-height:300px; border:0; border-radius:0; }

.wpnf-demo-section,
.wpnf-services-showcase,
.wpnf-case-study,
.wpnf-about-wordpress,
.wpnf-resource-section,
.wpnf-services-engagements,
.wpnf-portfolio-gallery {
  padding: 104px 0;
  background: var(--wpnf-cream-light);
}

.wpnf-demo-panel,
.wpnf-services-showcase-panel,
.wpnf-case-study-panel {
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  gap:60px;
  align-items:center;
  padding:60px;
  background:#111;
  color:#fff;
  border-radius:16px;
}
.wpnf-demo-panel h2,
.wpnf-services-showcase-panel h2,
.wpnf-case-study-panel h2 { color:#fff; font-size:clamp(40px,4vw,64px); line-height:.96; }
.wpnf-demo-panel p,
.wpnf-services-showcase-panel p,
.wpnf-case-study-panel p { color:#bbb; line-height:1.7; }

.wpnf-demo-browser,
.wpnf-services-browser,
.wpnf-case-study-browser {
  padding:10px;
  background:#222;
  border:1px solid #383838;
  border-radius:10px;
}
.wpnf-browser-bar { height:30px; display:flex; gap:7px; align-items:center; }
.wpnf-browser-bar span { width:9px; height:9px; border-radius:50%; background:#777; }
.wpnf-demo-placeholder,
.wpnf-services-browser .wpnf-image-placeholder,
.wpnf-case-study-browser .wpnf-image-placeholder { min-height:410px; background:#323232; color:#aaa; border:0; }

.wpnf-developer-grid,
.wpnf-about-wordpress-grid,
.wpnf-about-ecosystem-grid,
.wpnf-services-ecosystem-grid,
.wpnf-portfolio-range-grid,
.wpnf-about-future-inner,
.wpnf-cta-inner,
.wpnf-contact-bottom-inner,
.wpnf-contact-capabilities-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
}
.wpnf-developer-grid h2,
.wpnf-about-wordpress h2,
.wpnf-about-ecosystem h2,
.wpnf-services-ecosystem h2,
.wpnf-portfolio-range h2,
.wpnf-about-future h2,
.wpnf-contact-capabilities h2 {
  font-size:clamp(42px,4.3vw,68px);
  line-height:.96;
}
.wpnf-developer-grid p,
.wpnf-about-wordpress p,
.wpnf-about-ecosystem p,
.wpnf-services-ecosystem p,
.wpnf-portfolio-range p,
.wpnf-about-future p { color:var(--wpnf-gray); font-size:16px; line-height:1.72; }
.wpnf-about-ecosystem p,
.wpnf-services-ecosystem p,
.wpnf-portfolio-range p { color:rgba(255,255,255,.88); }

.wpnf-code-card {
  min-height:380px;
  display:flex;
  align-items:center;
  padding:38px;
  background:#111;
  color:#fff;
  border-radius:12px;
}
.wpnf-code-card pre { margin:0; white-space:pre-wrap; line-height:1.8; }

.wpnf-resource-grid,
.wpnf-about-build-grid,
.wpnf-about-audience-grid,
.wpnf-process-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.wpnf-resource-card {
  overflow:hidden;
  background:#fff;
  border-radius:10px;
  border:1px solid var(--wpnf-border);
}
.wpnf-resource-image { min-height:240px; border:0; border-radius:0; }
.wpnf-resource-content { min-height:190px; padding:26px; display:flex; flex-direction:column; }
.wpnf-resource-content > span { color:var(--wpnf-orange); font-size:10px; font-weight:900; letter-spacing:.12em; }
.wpnf-resource-content h3 { font-size:24px; line-height:1.08; margin:14px 0 20px; }
.wpnf-resource-content a { margin-top:auto; color:#111; font-weight:900; }

.wpnf-final-cta,
.wpnf-contact-bottom {
  padding:94px 0;
  background:#111;
  color:#fff;
}
.wpnf-final-cta h2,
.wpnf-contact-bottom h2 { color:#fff; }
.wpnf-final-cta p,
.wpnf-contact-bottom p { color:#bbb; line-height:1.7; }

/* =========================================================
   ABOUT
   ========================================================= */

.wpnf-about-hero,
.wpnf-services-hero,
.wpnf-portfolio-hero,
.wpnf-contact-hero {
  position:relative;
  padding:96px 0 104px;
  background:linear-gradient(105deg,var(--wpnf-cream-light) 0 56%,#eadccc 56% 100%);
}

.wpnf-about-statement {
  padding:86px 0;
  background:#111;
  color:#fff;
}
.wpnf-about-statement-grid {
  display:grid;
  grid-template-columns:70px 1.1fr .9fr;
  gap:48px;
}
.wpnf-about-statement h2 { color:#fff; font-size:clamp(38px,4vw,62px); line-height:.98; }
.wpnf-about-statement-copy p { color:#bbb; line-height:1.75; }

.wpnf-about-ecosystem-map,
.wpnf-services-product-grid,
.wpnf-portfolio-range-cards {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}
.wpnf-ecosystem-core,
.wpnf-ecosystem-item,
.wpnf-services-product-grid > div,
.wpnf-portfolio-range-cards article {
  min-height:165px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:26px;
  background:var(--wpnf-cream);
  color:#111;
  border-radius:9px;
}
.wpnf-ecosystem-core {
  grid-column:1/-1;
  background:#111;
  color:#fff;
}
.wpnf-ecosystem-core span,
.wpnf-ecosystem-item span,
.wpnf-services-product-grid span,
.wpnf-portfolio-range-cards span {
  margin-bottom:auto;
  color:var(--wpnf-orange);
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
}
.wpnf-ecosystem-core strong,
.wpnf-ecosystem-item strong,
.wpnf-services-product-grid strong,
.wpnf-portfolio-range-cards strong { font-size:26px; }

.wpnf-about-build-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
.wpnf-about-build-featured {
  grid-column:1/-1;
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  min-height:400px;
}
.wpnf-about-build-card {
  overflow:hidden;
  background:var(--wpnf-cream);
  border:1px solid #dfd2c4;
  border-radius:10px;
}
.wpnf-about-build-content { padding:36px; }
.wpnf-about-build-content > span { color:var(--wpnf-orange); font-size:10px; font-weight:900; letter-spacing:.12em; }
.wpnf-about-build-content h3 { font-size:30px; line-height:1.04; margin:14px 0; }
.wpnf-about-build-card .wpnf-image-placeholder { min-height:280px; border:0; border-radius:0; }

.wpnf-about-audience-grid article,
.wpnf-process-grid article {
  min-height:250px;
  padding:28px;
  background:var(--wpnf-cream-light);
  border:1px solid var(--wpnf-border);
  border-radius:9px;
}
.wpnf-about-audience-grid article > span,
.wpnf-process-grid article > span { display:block; margin-bottom:54px; color:var(--wpnf-orange); font-size:10px; font-weight:900; }
.wpnf-about-audience-grid h3,
.wpnf-process-grid h3 { font-size:26px; margin-bottom:10px; }
.wpnf-about-audience-grid p,
.wpnf-process-grid p { color:var(--wpnf-gray); font-size:14px; line-height:1.62; }

/* =========================================================
   SERVICES
   ========================================================= */

.wpnf-services-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}
.wpnf-service-card {
  display:grid;
  grid-template-columns:1fr 1fr;
  overflow:hidden;
  background:var(--wpnf-cream-light);
  border:1px solid var(--wpnf-border);
  border-radius:10px;
}
.wpnf-service-featured {
  grid-column:1/-1;
  grid-template-columns:.78fr 1.22fr;
  min-height:480px;
  background:var(--wpnf-orange);
  color:#fff;
  border:0;
}
.wpnf-service-card-copy { padding:34px; }
.wpnf-service-featured .wpnf-service-card-copy { padding:50px; }
.wpnf-service-card h3 { font-size:32px; line-height:1; }
.wpnf-service-featured h3 { font-size:50px; color:#fff; }
.wpnf-service-card p { color:var(--wpnf-gray); line-height:1.65; }
.wpnf-service-featured p,
.wpnf-service-featured .wpnf-service-number,
.wpnf-service-featured .wpnf-card-label,
.wpnf-service-featured .wpnf-text-link { color:#fff !important; }
.wpnf-service-card ul {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px 18px;
  padding-left:18px;
}
.wpnf-service-card .wpnf-image-placeholder { height:100%; min-height:300px; border:0; border-radius:0; }

.wpnf-engagement-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.wpnf-engagement-grid article {
  min-height:280px;
  padding:34px;
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid var(--wpnf-border);
  border-radius:10px;
}
.wpnf-engagement-label { color:var(--wpnf-orange); font-size:10px; font-weight:900; letter-spacing:.12em; margin-bottom:auto; }
.wpnf-engagement-grid h3 { margin:48px 0 12px; font-size:28px; }
.wpnf-engagement-grid p { color:var(--wpnf-gray); line-height:1.65; }
.wpnf-engagement-grid .wpnf-text-link { margin-top:auto; }

/* =========================================================
   PORTFOLIO
   ========================================================= */

.wpnf-portfolio-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}
.wpnf-project-card {
  display:grid;
  grid-template-columns:1fr;
  overflow:hidden;
  background:var(--wpnf-cream-light);
  border:1px solid var(--wpnf-border);
  border-radius:10px;
}
.wpnf-project-featured {
  grid-column:1/-1;
  grid-template-columns:.8fr 1.2fr;
  min-height:500px;
  background:var(--wpnf-orange);
  color:#fff;
  border:0;
}
.wpnf-project-card:not(.wpnf-project-featured) > .wpnf-image-placeholder {
  min-height:260px;
  border:0;
  border-radius:0;
}
.wpnf-project-copy {
  min-height:280px;
  padding:32px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.wpnf-project-featured .wpnf-project-copy { padding:50px; min-height:auto; }
.wpnf-project-card h3 { font-size:32px; line-height:1; }
.wpnf-project-featured h3 { font-size:50px; color:#fff; }
.wpnf-project-card p { color:var(--wpnf-gray); line-height:1.65; }
.wpnf-project-featured p,
.wpnf-project-featured .wpnf-project-number,
.wpnf-project-featured .wpnf-card-label,
.wpnf-project-featured .wpnf-text-link { color:#fff !important; }

.wpnf-project-meta {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:8px 0 20px;
}
.wpnf-project-meta span {
  padding:6px 8px;
  background:#fff;
  border:1px solid #ddd3ca;
  border-radius:4px;
  color:#333;
  font-size:10px;
  font-weight:800;
}
.wpnf-project-card .wpnf-text-link { margin-top:auto; }

.wpnf-case-study-stats {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
  margin:26px 0;
}
.wpnf-case-study-stats > div { padding:14px; border:1px solid #363636; border-radius:6px; }
.wpnf-case-study-stats strong { display:block; color:var(--wpnf-orange); font-size:11px; }
.wpnf-case-study-stats span { display:block; margin-top:4px; font-weight:800; }

.wpnf-gallery-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.wpnf-gallery-item {
  display:block;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--wpnf-border);
  border-radius:10px;
  color:#111 !important;
}
.wpnf-gallery-large { grid-column:1/-1; }
.wpnf-gallery-item .wpnf-image-placeholder { min-height:320px; border:0; border-radius:0; }
.wpnf-gallery-large .wpnf-image-placeholder { min-height:460px; }
.wpnf-gallery-caption { padding:22px; }
.wpnf-gallery-caption span { display:block; margin-bottom:7px; color:var(--wpnf-orange); font-size:10px; font-weight:900; letter-spacing:.12em; }
.wpnf-gallery-caption strong { font-size:22px; }

/* =========================================================
   CONTACT
   ========================================================= */

.wpnf-contact-hero-grid {
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(520px,1.05fr);
  gap:clamp(50px,5vw,88px);
  align-items:start;
}
.wpnf-contact-intro { padding-top:24px; }

.wpnf-contact-points {
  max-width:700px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:36px;
}
.wpnf-contact-points > div {
  min-height:150px;
  padding:20px;
  display:block;
  background:#fff;
  border:1px solid var(--wpnf-border);
  border-radius:8px;
}
.wpnf-contact-points > div > span {
  display:block;
  margin-bottom:26px;
  color:var(--wpnf-orange);
  font-size:10px;
  font-weight:900;
}
.wpnf-contact-points strong { display:block; margin-bottom:6px; font-size:17px; }
.wpnf-contact-points p { margin:0; color:var(--wpnf-gray); font-size:13px; line-height:1.5; }

.wpnf-contact-form-wrap {
  padding:44px 46px 48px;
  background:#fff;
  border-top:7px solid var(--wpnf-orange);
  border-radius:11px;
  box-shadow:var(--wpnf-shadow);
}
.wpnf-contact-form-header { margin-bottom:28px; }
.wpnf-contact-form-header > span { color:var(--wpnf-orange); font-size:10px; font-weight:900; letter-spacing:.12em; }
.wpnf-contact-form-header h2 { margin:12px 0 12px; font-size:44px; line-height:.98; }
.wpnf-contact-form-header p { color:var(--wpnf-gray); line-height:1.65; }

.wpnf-contact-form .wpforms-container,
.wpnf-contact-form .wpforms-form,
.wpnf-contact-form .wpforms-field-container,
.wpnf-contact-form .wpforms-field-row {
  width:100% !important;
  max-width:none !important;
}
.wpnf-contact-form .wpforms-field { padding-bottom:18px !important; }
.wpnf-contact-form .wpforms-field-label {
  margin-bottom:7px !important;
  color:#111 !important;
  font-size:12px !important;
  font-weight:800 !important;
}
.wpnf-contact-form input[type="text"],
.wpnf-contact-form input[type="email"],
.wpnf-contact-form input[type="tel"],
.wpnf-contact-form input[type="url"],
.wpnf-contact-form input[type="number"],
.wpnf-contact-form select,
.wpnf-contact-form textarea {
  width:100% !important;
  max-width:none !important;
  background:var(--wpnf-cream-light) !important;
  border:1px solid #d8cdc2 !important;
  border-radius:5px !important;
  box-shadow:none !important;
}
.wpnf-contact-form input { min-height:52px !important; }
.wpnf-contact-form textarea { min-height:150px !important; }
.wpnf-contact-form button[type="submit"],
.wpnf-contact-form .wpforms-submit {
  min-height:50px !important;
  padding:0 26px !important;
  background:var(--wpnf-orange) !important;
  color:#fff !important;
  border:0 !important;
  border-radius:5px !important;
  font-weight:900 !important;
}

.wpnf-contact-next { padding:104px 0; }
.wpnf-contact-next-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.wpnf-contact-next-grid article {
  min-height:260px;
  padding:28px;
  background:var(--wpnf-cream);
  border:1px solid #dfd1c2;
  border-radius:9px;
}
.wpnf-contact-next-grid article > span {
  display:block;
  margin-bottom:54px;
  color:var(--wpnf-orange);
  font-size:10px;
  font-weight:900;
}
.wpnf-contact-next-grid h3 { font-size:26px; margin-bottom:10px; }
.wpnf-contact-next-grid p { color:var(--wpnf-gray); font-size:14px; line-height:1.62; }

.wpnf-contact-capabilities-grid {
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  align-items:start;
}
.wpnf-contact-capability-list { border-top:1px solid rgba(255,255,255,.35); }
.wpnf-contact-capability-list a {
  display:grid;
  grid-template-columns:52px minmax(0,1fr) 28px;
  gap:12px;
  align-items:center;
  min-height:82px;
  padding:16px 4px;
  border-bottom:1px solid rgba(255,255,255,.35);
  color:#fff !important;
}
.wpnf-contact-capability-list span { font-size:10px; font-weight:900; }
.wpnf-contact-capability-list strong { font-size:19px; }
.wpnf-contact-capability-list i { text-align:right; font-style:normal; }

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {
  .wpnf-shell { width:min(calc(100% - 44px), 1380px); }

  .wpnf-hero-grid,
  .wpnf-about-hero-grid,
  .wpnf-services-hero-grid,
  .wpnf-portfolio-hero-grid,
  .wpnf-contact-hero-grid,
  .wpnf-developer-grid,
  .wpnf-about-wordpress-grid,
  .wpnf-about-ecosystem-grid,
  .wpnf-services-ecosystem-grid,
  .wpnf-portfolio-range-grid,
  .wpnf-about-future-inner,
  .wpnf-cta-inner,
  .wpnf-contact-bottom-inner,
  .wpnf-contact-capabilities-grid,
  .wpnf-demo-panel,
  .wpnf-services-showcase-panel,
  .wpnf-case-study-panel {
    grid-template-columns:1fr;
  }

  .wpnf-hero,
  .wpnf-about-hero,
  .wpnf-services-hero,
  .wpnf-portfolio-hero,
  .wpnf-contact-hero {
    background:var(--wpnf-cream-light);
  }

  .wpnf-section-heading { grid-template-columns:1fr; gap:22px; }
  .wpnf-benefit-grid,
  .wpnf-about-principles,
  .wpnf-capability-grid { grid-template-columns:repeat(2,1fr); }

  .wpnf-services-grid,
  .wpnf-portfolio-grid { grid-template-columns:1fr; }

  .wpnf-service-featured,
  .wpnf-project-featured { grid-column:auto; grid-template-columns:1fr; }

  .wpnf-product-card:not(.wpnf-product-featured) { grid-template-columns:1fr; }

  .wpnf-about-statement-grid { grid-template-columns:60px 1fr; }
  .wpnf-about-statement-copy { grid-column:2; }

  .wpnf-floating-card,
  .wpnf-about-hero-badge,
  .wpnf-services-hero-card,
  .wpnf-portfolio-hero-card { left:24px; }
}

@media (max-width: 760px) {
  .wpnf-shell { width:calc(100% - 30px); }

  .wpnf-section,
  .wpnf-hero,
  .wpnf-about-hero,
  .wpnf-services-hero,
  .wpnf-portfolio-hero,
  .wpnf-contact-hero,
  .wpnf-section-orange,
  .wpnf-about-ecosystem,
  .wpnf-services-ecosystem,
  .wpnf-portfolio-range,
  .wpnf-contact-capabilities,
  .wpnf-demo-section,
  .wpnf-services-showcase,
  .wpnf-case-study,
  .wpnf-about-wordpress,
  .wpnf-resource-section,
  .wpnf-services-engagements,
  .wpnf-portfolio-gallery,
  .wpnf-final-cta,
  .wpnf-contact-bottom {
    padding:68px 0;
  }

  .wpnf-hero h1,
  .wpnf-about-hero h1,
  .wpnf-services-hero h1,
  .wpnf-portfolio-hero h1,
  .wpnf-contact-intro h1 {
    font-size:clamp(46px,14vw,68px);
  }

  .wpnf-image-placeholder-hero,
  .wpnf-about-hero-image,
  .wpnf-services-hero-image,
  .wpnf-portfolio-hero-image { min-height:340px; }

  .wpnf-floating-card,
  .wpnf-about-hero-badge,
  .wpnf-services-hero-card,
  .wpnf-portfolio-hero-card {
    position:static;
    width:100%;
    margin-top:12px;
  }

  .wpnf-intro-grid,
  .wpnf-services-strip-grid,
  .wpnf-portfolio-strip-grid,
  .wpnf-benefit-grid,
  .wpnf-about-principles,
  .wpnf-capability-grid,
  .wpnf-use-grid,
  .wpnf-resource-grid,
  .wpnf-about-build-grid,
  .wpnf-about-audience-grid,
  .wpnf-process-grid,
  .wpnf-engagement-grid,
  .wpnf-gallery-grid,
  .wpnf-contact-next-grid,
  .wpnf-contact-points,
  .wpnf-services-product-grid,
  .wpnf-portfolio-range-cards,
  .wpnf-about-ecosystem-map {
    grid-template-columns:1fr;
  }

  .wpnf-intro-item,
  .wpnf-services-strip-grid > div,
  .wpnf-portfolio-strip-grid > div {
    padding:18px 0;
    border-right:0;
    border-bottom:1px solid #3b3b3b;
  }

  .wpnf-product-layout { grid-template-columns:1fr; }
  .wpnf-product-featured {
    grid-column:auto;
    grid-template-columns:1fr;
  }

  .wpnf-use-card-wide { grid-column:auto; grid-template-columns:1fr; }

  .wpnf-about-build-featured {
    grid-column:auto;
    grid-template-columns:1fr;
  }

  .wpnf-gallery-large { grid-column:auto; }

  .wpnf-service-card { grid-template-columns:1fr; }
  .wpnf-service-card ul { grid-template-columns:1fr; }

  .wpnf-about-statement-grid { grid-template-columns:1fr; }
  .wpnf-about-statement-copy { grid-column:auto; }

  .wpnf-contact-form-wrap { padding:30px 20px; }
  .wpnf-contact-form .wpforms-field-row { display:block !important; }
  .wpnf-contact-form .wpforms-field-row-block {
    display:block !important;
    width:100% !important;
    margin:0 0 12px !important;
    padding:0 !important;
  }
  .wpnf-contact-form button[type="submit"],
  .wpnf-contact-form .wpforms-submit { width:100% !important; }

  .wpnf-contact-capability-list a { grid-template-columns:34px minmax(0,1fr) 24px; }
  .wpnf-contact-capability-list strong { font-size:16px; }
}
