/* ============ NPJ ABOUT PAGE STYLES ============ */

.npj-about-hero {
  background: linear-gradient(135deg,#07182d 0%,#0b2d4d 55%,#07182d 100%);
  padding: 72px 24px 60px;
  text-align: center;
}
.npj-about-kicker {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 16px;
  background: linear-gradient(90deg,#c6a25a 0%,#f3dfb0 50%,#c6a25a 100%);
  color: #071a2d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.npj-about-hero h1 {
  font-family: 'Merriweather', Georgia, serif;
  font-size: 44px;
  color: #fff;
  font-weight: 900;
  margin: 0 0 18px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.npj-about-hero p {
  color: rgba(255,255,255,.85);
  font-size: 17px;
  line-height: 1.75;
  max-width: 680px;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .npj-about-hero h1 { font-size: 30px; }
}

.npj-about-hero-img {
  max-width: 1100px;
  margin: -36px auto 0;
  padding: 0 24px;
  position: relative;
  z-index: 5;
}
.npj-about-hero-img img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 24px 50px rgba(0,0,0,.22);
  display: block;
}

/* SECTION SHARED */
.npj-about-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 72px 24px;
}
.npj-about-section-head {
  text-align: center;
  margin-bottom: 40px;
}
.npj-about-section-head span {
  display: block;
  color: #c6a25a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.npj-about-section-head h2 {
  font-family: 'Merriweather', Georgia, serif;
  font-size: 32px;
  color: #07182d;
}
.npj-about-section p.lead {
  font-size: 17px;
  line-height: 1.85;
  color: #4b5563;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

/* ATTORNEY CARDS */
.npj-attorney-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 8px;
}
@media (max-width: 700px) {
  .npj-attorney-grid { grid-template-columns: 1fr; }
}
.npj-attorney-card {
  text-align: center;
}
.npj-attorney-img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  border: 4px solid #c6a25a;
  box-shadow: 0 18px 36px rgba(0,0,0,.14);
}
.npj-attorney-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.npj-attorney-card h3 {
  font-family: 'Merriweather', Georgia, serif;
  font-size: 22px;
  color: #07182d;
  margin-bottom: 6px;
}
.npj-attorney-card .title {
  color: #c6a25a;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

/* APPROACH / COMMUNITY ALTERNATING ROWS */
.npj-about-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 24px;
}
.npj-about-row.reverse { direction: rtl; }
.npj-about-row.reverse > * { direction: ltr; }
@media (max-width: 860px) {
  .npj-about-row { grid-template-columns: 1fr; direction: ltr !important; }
}
.npj-about-row-img img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 18px 40px rgba(0,0,0,.14);
  display: block;
}
.npj-about-row-copy .eyebrow {
  display: inline-block;
  color: #c6a25a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.npj-about-row-copy h2 {
  font-family: 'Merriweather', Georgia, serif;
  font-size: 28px;
  color: #07182d;
  margin-bottom: 16px;
  line-height: 1.25;
}
.npj-about-row-copy p {
  font-size: 15px;
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 24px;
}
.npj-about-row-copy a.btn {
  display: inline-block;
  padding: 13px 26px;
  background: #07182d;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 3px solid #c6a25a;
}
.npj-about-row-copy a.btn:hover { background: #0b2d4d; }

.npj-about-divider {
  max-width: 1000px;
  margin: 0 auto;
  border: none;
  border-top: 1px solid #e5e7eb;
}
