/* ============ NPJ ATTORNEY BIO PAGE STYLES ============ */

.npj-attorney-hero {
  background: linear-gradient(135deg,#07182d 0%,#0b2d4d 55%,#07182d 100%);
  padding: 64px 24px;
}
.npj-attorney-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 800px) {
  .npj-attorney-hero-inner { grid-template-columns: 1fr; text-align: center; }
}
.npj-attorney-hero-photo {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #c6a25a;
  box-shadow: 0 24px 50px rgba(0,0,0,.3);
  margin: 0 auto;
}
.npj-attorney-hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.npj-attorney-hero-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 14px;
  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-attorney-hero h1 {
  font-family: 'Merriweather', Georgia, serif;
  font-size: 38px;
  color: #fff;
  font-weight: 900;
  margin: 0 0 10px;
  line-height: 1.15;
}
.npj-attorney-hero .role {
  color: #c6a25a;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .04em;
  margin-bottom: 18px;
}
.npj-attorney-hero p.intro {
  color: rgba(255,255,255,.85);
  font-size: 15px;
  line-height: 1.8;
  max-width: 640px;
}
.npj-attorney-hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 22px;
  flex-wrap: wrap;
}
@media (max-width: 800px) { .npj-attorney-hero-actions { justify-content: center; } }
.npj-attorney-hero-actions a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 22px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.npj-attorney-hero-actions .gold { background: #c6a25a; color: #071a2d; }
.npj-attorney-hero-actions .gold:hover { background: #fff; }
.npj-attorney-hero-actions .outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.4); }
.npj-attorney-hero-actions .outline:hover { border-color: #fff; }

/* CONTENT */
.npj-attorney-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 64px 24px;
}
.npj-attorney-content h2 {
  font-family: 'Merriweather', Georgia, serif;
  font-size: 26px;
  color: #07182d;
  margin: 40px 0 16px;
  padding-bottom: 10px;
  border-bottom: 3px solid #c6a25a;
  display: inline-block;
}
.npj-attorney-content h2:first-child { margin-top: 0; }
.npj-attorney-content p {
  font-size: 16px;
  line-height: 1.85;
  color: #2d3748;
  margin-bottom: 18px;
}

/* QUOTE BLOCK */
.npj-attorney-quote-block {
  background: #f8fafc;
  border-left: 5px solid #c6a25a;
  padding: 28px 32px;
  margin: 28px 0;
}
.npj-attorney-quote-block blockquote {
  font-family: 'Merriweather', Georgia, serif;
  font-size: 18px;
  font-style: italic;
  color: #07182d;
  line-height: 1.7;
  margin: 0 0 18px;
}
.npj-attorney-quote-block blockquote:last-child { margin-bottom: 0; }
.npj-attorney-quote-block blockquote::before { content: "\201C"; color: #c6a25a; font-size: 28px; margin-right: 4px; }

/* MEMBERSHIPS */
.npj-attorney-memberships {
  list-style: none;
  margin: 0;
  padding: 0;
}
.npj-attorney-memberships li {
  position: relative;
  padding: 12px 0 12px 30px;
  font-size: 15px;
  color: #2d3748;
  border-bottom: 1px solid #f1f5f9;
}
.npj-attorney-memberships li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 12px;
  color: #c6a25a;
  font-weight: 900;
  font-size: 15px;
}

/* CREDENTIALS STRIP */
.npj-attorney-credentials {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 26px 30px;
  margin: 32px 0;
}
.npj-attorney-credentials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
@media (max-width: 600px) { .npj-attorney-credentials-grid { grid-template-columns: 1fr; } }
.npj-attorney-credential {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.npj-attorney-credential .icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg,#0b2d4d,#07182d);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.npj-attorney-credential .label {
  font-size: 11px;
  font-weight: 900;
  color: #c6a25a;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 3px;
}
.npj-attorney-credential .value {
  font-size: 14px;
  color: #07182d;
  font-weight: 700;
}

/* BOTTOM CTA */
.npj-attorney-cta {
  background: linear-gradient(135deg,#07182d 0%,#0b2d4d 60%,#07182d 100%);
  padding: 56px 24px;
  text-align: center;
}
.npj-attorney-cta h2 {
  font-family: 'Merriweather', Georgia, serif;
  color: #fff;
  font-size: 28px;
  margin-bottom: 14px;
}
.npj-attorney-cta p {
  color: rgba(255,255,255,.82);
  max-width: 560px;
  margin: 0 auto 24px;
  line-height: 1.7;
}
.npj-attorney-cta a.btn {
  display: inline-block;
  padding: 14px 30px;
  background: #c6a25a;
  color: #071a2d;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.npj-attorney-cta a.btn:hover { background: #fff; }
