/* ── ATTORNEY PROFILE PAGE ───────────────── */
.article-wrap { max-width: 720px; margin: 0 auto; padding: 120px 2.5rem 80px; }

.breadcrumb { font-size: .72rem; color: var(--muted); margin-bottom: 2rem; }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--white); text-decoration: none; }

.art-tag { font-size: .68rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--red); margin-bottom: 1rem; }

h1 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 700; line-height: 1.2; color: var(--white); margin-bottom: 1.5rem; }

.hero-section { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; margin-bottom: 3rem; padding-bottom: 2.5rem; border-bottom: 1px solid var(--border); }
.hero-photo { width: 100%; max-width: 300px; }
.hero-photo img { width: 100%; height: auto; display: block; border-radius: 2px; }
.hero-content h1 { margin-bottom: .75rem; }
.hero-title { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: var(--light); font-weight: 700; margin-bottom: .25rem; }
.hero-credentials { font-size: .9rem; color: var(--muted); margin-bottom: 1.5rem; line-height: 1.6; }

.art-body h2 { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700; color: var(--white); margin: 2.5rem 0 .75rem; }
.art-body p { font-size: .97rem; color: var(--muted); margin-bottom: 1.25rem; line-height: 1.85; }
.art-body ul, .art-body ol { padding-left: 1.5rem; margin-bottom: 1.25rem; }
.art-body li { font-size: .97rem; color: var(--muted); line-height: 1.85; margin-bottom: .4rem; }
.art-body strong { color: var(--light); }

.practice-areas { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.5rem 0 2rem; }
.practice-chip { font-size: .85rem; color: var(--white); background: var(--surface); border: 1px solid var(--border); padding: .45rem .9rem; border-radius: 20px; }
.practice-chip::before { content: '\25A0 '; color: var(--red); margin-right: .4rem; }

.callout { background: var(--surface); border-left: 3px solid var(--red); padding: 1.25rem 1.5rem; margin: 2rem 0; border-radius: 0 2px 2px 0; }
.callout p { margin: 0; color: var(--light); }

.section-list { list-style: none; padding: 0; margin: 1.25rem 0 2rem; }
.section-list li { padding: .4rem 0; font-size: .97rem; color: var(--muted); line-height: 1.7; }
.section-list li strong { color: var(--light); }

.art-cta { background: var(--surface); border: 1px solid var(--border); padding: 2.5rem; margin-top: 3.5rem; text-align: center; }
.art-cta h3 { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700; color: var(--white); margin-bottom: .75rem; }
.art-cta p { font-size: .9rem; color: var(--muted); margin-bottom: 1.5rem; }

.btn-red { background: var(--red); color: #fff; font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: .9rem 2rem; border-radius: 2px; display: inline-block; text-decoration: none; }
.btn-red:hover { background: #a93226; text-decoration: none; }

.cta-link { display: block; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid var(--border); font-size: .95rem; color: var(--muted); }
.cta-link a { font-weight: 600; }

/* ── RESPONSIVE ──────────────────────────── */
@media (max-width: 768px) {
  .hero-section { grid-template-columns: 1fr; gap: 1.5rem; }
  .hero-photo { max-width: 100%; }
}
