.nlp-media-section {
  --nlp-media-ink: #2d3326;
  --nlp-media-green: #394723;
  --nlp-media-sage: #d9ded2;
  --nlp-media-cream: #f7f5ef;
  --nlp-media-line: rgba(57, 71, 35, 0.18);
  --nlp-media-shadow: 0 20px 55px rgba(43, 49, 36, 0.1);
  width: min(100% - 40px, 1240px);
  margin: clamp(64px, 9vw, 120px) auto;
  color: var(--nlp-media-ink);
}

.nlp-media-section *,
.nlp-media-section *::before,
.nlp-media-section *::after {
  box-sizing: border-box;
}

.nlp-media-heading {
  max-width: 760px;
  margin: 0 auto clamp(32px, 5vw, 58px);
  text-align: center;
}

.nlp-media-heading-left {
  margin-left: 0;
  text-align: left;
}

.nlp-media-heading h2,
.nlp-home-proof h2 {
  margin: 8px 0 18px;
  color: var(--nlp-media-green);
  font-size: clamp(2.1rem, 4.7vw, 4.5rem);
  line-height: 0.98;
}

.nlp-media-heading p:last-child,
.nlp-home-proof-copy > p {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.75;
}

.nlp-media-heading-left p:last-child {
  margin-left: 0;
}

.nlp-media-kicker {
  margin: 0;
  color: var(--nlp-media-green);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.nlp-offering-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
}

.nlp-offering-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--nlp-media-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 35px rgba(43, 49, 36, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.nlp-offering-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--nlp-media-shadow);
}

.nlp-offering-card a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.nlp-offering-image {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: var(--nlp-media-cream);
}

.nlp-offering-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}

.nlp-offering-card:hover .nlp-offering-image img {
  transform: scale(1.025);
}

.nlp-offering-body {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 10px;
  min-height: 112px;
  padding: 20px 22px 22px;
}

.nlp-offering-body h3 {
  margin: 0;
  color: var(--nlp-media-green);
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
}

.nlp-offering-body > span {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.nlp-media-note,
.nlp-media-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 24px;
  background: var(--nlp-media-sage);
}

.nlp-media-note strong,
.nlp-media-note span {
  display: block;
}

.nlp-media-note span {
  flex: 1;
  line-height: 1.6;
}

.nlp-media-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid var(--nlp-media-green);
  border-radius: 999px;
  background: var(--nlp-media-green);
  color: #fff !important;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
}

.nlp-media-button:hover {
  filter: brightness(1.08);
}

.nlp-work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: clamp(280px, 42vw, 520px);
  gap: clamp(16px, 2.3vw, 28px);
}

.nlp-work-item,
.nlp-bts-grid figure,
.nlp-testimonial-grid figure,
.nlp-video-grid figure {
  overflow: hidden;
  margin: 0;
  border-radius: 28px;
  background: var(--nlp-media-cream);
}

.nlp-work-item img,
.nlp-bts-grid img,
.nlp-testimonial-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nlp-work-wide {
  grid-column: 1 / -1;
}

.nlp-media-cta {
  background: var(--nlp-media-green);
  color: #fff;
}

.nlp-media-cta h3 {
  margin: 4px 0 0;
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
}

.nlp-media-cta .nlp-media-kicker {
  color: #fff;
  opacity: 0.76;
}

.nlp-media-cta .nlp-media-button {
  border-color: #fff;
  background: #fff;
  color: var(--nlp-media-green) !important;
}

.nlp-process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: clamp(40px, 7vw, 76px);
}

.nlp-process-steps article {
  padding: 28px;
  border: 1px solid var(--nlp-media-line);
  border-radius: 22px;
  background: #fff;
}

.nlp-process-steps article > span {
  display: block;
  margin-bottom: 26px;
  color: var(--nlp-media-green);
  font-family: var(--wp--preset--font-family--heading, Georgia, serif);
  font-size: 1.55rem;
}

.nlp-process-steps h3 {
  margin: 0 0 12px;
  color: var(--nlp-media-green);
  font-size: 1.25rem;
}

.nlp-process-steps p {
  margin: 0;
  line-height: 1.65;
}

.nlp-bts-grid {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr 0.84fr;
  gap: clamp(14px, 2vw, 24px);
  align-items: stretch;
}

.nlp-bts-grid figure {
  aspect-ratio: 3 / 4;
}

.nlp-bts-grid figure:nth-child(2) {
  aspect-ratio: auto;
}

.nlp-video-heading {
  margin: clamp(54px, 8vw, 94px) 0 28px;
  text-align: center;
}

.nlp-video-heading h3 {
  margin: 7px 0 0;
  color: var(--nlp-media-green);
  font-size: clamp(2rem, 3.8vw, 3.4rem);
}

.nlp-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.3vw, 28px);
}

.nlp-video-grid figure {
  border: 1px solid var(--nlp-media-line);
  background: #fff;
}

.nlp-video-grid video {
  display: block;
  width: 100%;
  height: auto !important;
  aspect-ratio: 4 / 3;
  background: #1b2017;
  object-fit: contain;
}

.nlp-video-grid .nlp-video-portrait video {
  aspect-ratio: 3 / 4;
}

.nlp-video-grid figcaption {
  padding: 18px 20px;
  color: var(--nlp-media-green);
  font-weight: 700;
  text-align: center;
}

.nlp-testimonials {
  padding: clamp(40px, 7vw, 78px);
  border-radius: 34px;
  background: var(--nlp-media-sage);
}

.nlp-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 26px);
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.nlp-testimonial-grid figure {
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 12px 30px rgba(43, 49, 36, 0.08);
}

.nlp-home-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  overflow: hidden;
  border-radius: 34px;
  background: var(--nlp-media-sage);
}

.nlp-home-proof-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(34px, 6vw, 76px);
}

.nlp-home-proof-copy > p {
  margin-left: 0;
}

.nlp-home-proof-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  align-items: center;
  margin-top: 12px;
}

.nlp-media-text-link {
  color: var(--nlp-media-green) !important;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration-thickness: 1px;
  text-transform: uppercase;
  text-underline-offset: 5px;
}

.nlp-home-proof-image {
  min-height: 520px;
}

.nlp-home-proof-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 960px) {
  .nlp-offering-grid,
  .nlp-testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nlp-process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nlp-home-proof {
    grid-template-columns: 1fr;
  }

  .nlp-home-proof-image {
    min-height: 420px;
  }
}

@media (max-width: 700px) {
  .nlp-media-section {
    width: min(100% - 28px, 1240px);
    margin: 58px auto;
  }

  .nlp-media-heading {
    margin-bottom: 30px;
    text-align: left;
  }

  .nlp-media-heading p:last-child {
    margin-left: 0;
  }

  .nlp-offering-grid,
  .nlp-process-steps,
  .nlp-testimonial-grid,
  .nlp-video-grid,
  .nlp-work-grid {
    grid-template-columns: 1fr;
  }

  .nlp-media-note,
  .nlp-media-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .nlp-media-note .nlp-media-button,
  .nlp-media-cta .nlp-media-button {
    width: 100%;
  }

  .nlp-work-grid {
    grid-auto-rows: auto;
  }

  .nlp-work-wide {
    grid-column: auto;
  }

  .nlp-work-item {
    aspect-ratio: 4 / 5;
  }

  .nlp-work-wide {
    aspect-ratio: 4 / 3;
  }

  .nlp-bts-grid {
    grid-template-columns: 1fr;
  }

  .nlp-bts-grid figure,
  .nlp-bts-grid figure:nth-child(2) {
    aspect-ratio: 4 / 5;
  }

  .nlp-testimonials {
    width: 100%;
    padding: 42px 14px;
    border-radius: 0;
  }

  .nlp-testimonial-grid {
    grid-auto-flow: column;
    grid-auto-columns: minmax(82%, 1fr);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .nlp-testimonial-grid figure {
    scroll-snap-align: center;
  }

  .nlp-home-proof {
    width: 100%;
    border-radius: 0;
  }

  .nlp-home-proof-copy {
    padding: 44px 20px;
  }

  .nlp-home-proof-image {
    min-height: 310px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nlp-offering-card,
  .nlp-offering-image img {
    transition: none;
  }
}
