.tvk-directory-page { overflow-x: clip; background: #fdfbf8; }
.tvk-directory-page .tvk-container { width: min(calc(100% - 48px), 1180px); }
.tvk-directory-main h1,
.tvk-directory-main h2,
.tvk-directory-main h3 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.02em; }

.tvk-directory-hero { position: relative; overflow: hidden; min-height: 300px; border-bottom: 1px solid #eee5de; background: #f8f4ef; }
.tvk-directory-hero__inner { position: relative; display: grid; grid-template-columns: 1fr 470px; align-items: center; min-height: 300px; }
.tvk-directory-hero__copy { position: relative; z-index: 2; max-width: 650px; padding: 36px 0 48px; }
.tvk-directory-hero .tvk-sections-breadcrumbs { display: flex; align-items: center; gap: 10px; margin-bottom: 23px; color: #7b746e; font-size: 12px; }
.tvk-directory-page .tvk-directory-main h1 { margin: 0 0 16px; font-size: clamp(42px, 4vw, 56px); line-height: 1.06; }
.tvk-directory-hero__copy > p { margin: 0; color: #6c6660; font-size: 15px; line-height: 1.7; }
.tvk-directory-hero__visual { position: absolute; inset: 0 0 0 auto; width: 54%; max-width: 680px; }
.tvk-directory-hero__visual::before { position: absolute; inset: 0; z-index: 1; content: ""; background: linear-gradient(90deg, #f8f4ef 0, rgba(248,244,239,.42) 25%, transparent 58%); }
.tvk-directory-hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center right; }

.tvk-directory-map-section { padding: 30px 0 12px; }
.tvk-directory-map-shell { position: relative; overflow: hidden; border: 1px solid #e5dcd4; border-radius: 10px; background: #eee9e3; box-shadow: 0 8px 28px rgba(62,43,31,.04); }
.tvk-map { position: relative; z-index: 1; width: 100%; min-height: 420px; background: #e8e4de; }
.tvk-map-fallback { position: absolute; inset: 0; display: grid; margin: 0 !important; padding: 80px 24px 55px; place-items: center; color: #766f69; background: radial-gradient(circle at 36% 42%, rgba(183,124,82,.13), transparent 18%), linear-gradient(135deg, #ece8e2, #f7f3ee); text-align: center; }
.tvk-map-location { position: absolute; z-index: 4; top: 18px; left: 18px; display: flex; min-width: 190px; flex-direction: column; padding: 14px 16px; border: 1px solid rgba(0,0,0,.08); border-radius: 7px; background: rgba(255,255,255,.96); box-shadow: 0 8px 22px rgba(32,24,19,.1); }
.tvk-map-location strong { font-size: 12px; }
.tvk-map-location span { margin: 3px 0 7px; color: #756f69; font-size: 10px; }
.tvk-map-location button { align-self: flex-start; padding: 0; border: 0; color: #975d39; background: transparent; font-size: 10px; cursor: pointer; }
.tvk-radius { position: relative; z-index: 3; display: flex; min-height: 54px; align-items: center; justify-content: center; gap: 6px; padding: 8px 14px; border-top: 1px solid #e2d9d1; background: rgba(255,255,255,.97); }
.tvk-radius span { margin-right: 8px; font-size: 11px; font-weight: 600; }
.tvk-radius button { min-width: 60px; padding: 6px 12px; border: 1px solid #ded5cd; border-radius: 4px; background: #fff; font-size: 10px; cursor: pointer; }
.tvk-radius button[aria-pressed="true"] { color: #fff; border-color: #ae704a; background: #ae704a; }
.tvk-map-status { min-height: 20px; margin: 7px 0 0; color: #817a74; font-size: 10px; text-align: center; }
.tvk-map-balloon { display: grid; grid-template-columns: 48px 1fr; gap: 10px; min-width: 210px; }
.tvk-map-balloon img { width: 48px; height: 58px; border-radius: 4px; object-fit: cover; object-position: top center; }
.tvk-map-balloon strong,
.tvk-map-balloon small,
.tvk-map-balloon a { display: block; }
.tvk-map-balloon small { margin: 2px 0 5px; color: #756e68; }
.tvk-map-balloon a { color: #955b37; font-weight: 600; }

.tvk-directory-top { padding: 15px 0 24px; }
.tvk-directory-page .tvk-directory-top h2 { margin: 0 0 14px; font-size: 25px; }
.tvk-top-lawyers { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 10px; }
.tvk-top-lawyer { display: flex; min-width: 0; min-height: 232px; flex-direction: column; padding: 8px; border: 1px solid #e7ded7; border-radius: 7px; background: #fff; }
.tvk-top-lawyer__photo { display: grid; overflow: hidden; width: 100%; aspect-ratio: 1 / .82; place-items: center; border-radius: 5px; color: #955b37; background: linear-gradient(145deg, #eee4dc, #d8c2b2); font-family: Georgia, serif; font-size: 34px; }
.tvk-top-lawyer__photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.tvk-directory-page .tvk-top-lawyer h3 { overflow: hidden; margin: 8px 0 3px; font-size: 12px; font-weight: 600; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.tvk-top-lawyer p { overflow: hidden; margin: 0; color: #6e6761; font-size: 9px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.tvk-top-lawyer small { margin-top: 4px; color: #69625d; font-size: 8px; }
.tvk-top-lawyer small span { color: #b8784e; }
.tvk-top-lawyer__link { display: flex; min-height: 30px; align-items: center; justify-content: center; margin-top: auto; padding: 5px; border: 1px solid #ddd4cd; border-radius: 4px; font-size: 9px; font-weight: 600; }
.tvk-top-lawyer__link:hover { border-color: #b8784e; color: #955b37; }

.tvk-directory-content { padding: 0 0 44px; }
.tvk-directory-layout { display: grid; grid-template-columns: 270px minmax(0, 1fr); align-items: start; gap: 30px; }
.tvk-directory-sidebar { border: 1px solid #e7ded6; border-radius: 8px; background: #f7f1ec; }
.tvk-directory-filter { padding: 22px 20px 20px; }
.tvk-directory-page .tvk-directory-filter h2 { margin: 0 0 14px; font-size: 24px; }
.tvk-directory-filter label { display: block; margin: 12px 0 5px; font-size: 10px; font-weight: 600; }
.tvk-directory-filter input,
.tvk-directory-filter select,
.tvk-results-head select { width: 100%; min-height: 40px; padding: 8px 10px; border: 1px solid #ddd5ce; border-radius: 4px; color: #272421; background: #fff; font-size: 11px; }
.tvk-directory-filter .tvk-button { width: 100%; min-height: 42px; margin-top: 18px; font-size: 11px; }
.tvk-reset-link { display: block; margin-top: 10px; color: #955b37; font-size: 10px; text-align: center; }
.tvk-sidebar-top { padding: 20px; border-top: 1px solid #e3d9d1; }
.tvk-directory-page .tvk-sidebar-top h2 { margin: 0 0 14px; font-size: 18px; line-height: 1.2; }
.tvk-sidebar-top ol { margin: 0; padding: 0; list-style: none; counter-reset: top-lawyer; }
.tvk-sidebar-top li { display: grid; grid-template-columns: 24px 34px minmax(0, 1fr) auto; align-items: center; gap: 7px; margin-bottom: 9px; counter-increment: top-lawyer; }
.tvk-sidebar-top li::before { content: counter(top-lawyer); font-size: 10px; text-align: center; }
.tvk-sidebar-top__photo { display: grid; overflow: hidden; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: #955b37; background: #eaded5; font-family: Georgia, serif; font-size: 14px; }
.tvk-sidebar-top__photo img { width: 100%; height: 100%; object-fit: cover; }
.tvk-sidebar-top li > span:nth-child(3) { min-width: 0; }
.tvk-sidebar-top li a { display: block; overflow: hidden; font-size: 9px; font-weight: 600; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.tvk-sidebar-top li small { display: block; overflow: hidden; color: #7d756f; font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
.tvk-sidebar-top li b { color: #a66641; font-size: 8px; }
.tvk-sidebar-top__all { color: #955b37; font-size: 10px; font-weight: 600; }

.tvk-results-head { display: flex; min-height: 42px; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 14px; }
.tvk-directory-page .tvk-results-head h2 { margin: 0; font-family: var(--tvk-sans); font-size: 12px; font-weight: 500; letter-spacing: 0; }
.tvk-results-head form { width: 210px; }
.tvk-results-head select { min-height: 38px; }
.tvk-lawyer-grid { display: grid; gap: 10px; }
.tvk-directory-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tvk-lawyer-card { display: flex; min-width: 0; min-height: 274px; flex-direction: column; overflow: hidden; border: 1px solid #e7ded7; border-radius: 7px; background: #fff; transition: transform .18s, box-shadow .18s, border-color .18s; }
.tvk-lawyer-card:hover { transform: translateY(-2px); border-color: #d8bba7; box-shadow: 0 10px 24px rgba(67,44,29,.06); }
.tvk-lawyer-photo { display: grid; overflow: hidden; width: 100%; aspect-ratio: 1.2 / 1; place-items: center; color: #955b37; background: linear-gradient(145deg, #eee4dc, #d5bca9); font-family: Georgia, serif; font-size: 48px; }
.tvk-lawyer-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.tvk-lawyer-copy { display: flex; min-width: 0; flex: 1; flex-direction: column; padding: 11px; }
.tvk-lawyer-name-row { display: flex; min-width: 0; align-items: flex-start; gap: 5px; }
.tvk-directory-page .tvk-lawyer-copy h3 { overflow: hidden; margin: 0 0 4px; font-family: var(--tvk-sans); font-size: 11px; font-weight: 700; line-height: 1.3; letter-spacing: 0; text-overflow: ellipsis; white-space: nowrap; }
.tvk-lawyer-verified { display: grid; width: 16px; height: 16px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; background: #397c5c; font-size: 9px; }
.tvk-lawyer-practice,
.tvk-lawyer-location { overflow: hidden; margin: 0 0 3px !important; color: #6f6862; font-size: 9px; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.tvk-lawyer-rating { margin: 3px 0 0; color: #645d57; font-size: 9px; }
.tvk-lawyer-rating > span { color: #b8784e; }
.tvk-lawyer-rating small { font-size: 8px; }
.tvk-lawyer-copy .tvk-button { width: 100%; min-height: 34px; margin-top: auto; padding: 6px 8px; font-size: 9px; }
.tvk-load-more { display: flex; min-width: 160px; margin: 22px auto 0; justify-content: center; }
.tvk-directory-pagination { display: flex; justify-content: center; gap: 5px; margin-top: 14px; }
.tvk-directory-pagination .page-numbers { display: grid; min-width: 30px; height: 30px; place-items: center; border: 1px solid #dfd6cf; border-radius: 4px; font-size: 10px; }
.tvk-directory-pagination .current { color: #fff; background: #a96943; }
.tvk-empty-state { padding: 42px 24px; border: 1px solid #e5ddd6; border-radius: 8px; background: #fff; text-align: center; }
.tvk-directory-page .tvk-empty-state h3 { font-size: 24px; }

.tvk-directory-cta { padding: 30px 0; border-top: 1px solid #e7ded6; background: linear-gradient(90deg, #f0e7df, #faf7f3 52%, #ece0d6); }
.tvk-directory-cta__inner { display: grid; grid-template-columns: 58px 1fr 250px; align-items: center; gap: 22px; max-width: 930px; }
.tvk-directory-cta__inner > span { color: #b8784e; font-size: 48px; line-height: 1; }
.tvk-directory-page .tvk-directory-cta h2 { margin: 0 0 5px; font-size: 26px; }
.tvk-directory-cta p { margin: 0; color: #68615b; font-size: 12px; }
.tvk-directory-cta .tvk-button { min-height: 46px; }

/* Existing single profile compatibility; full profile redesign is deferred. */
.tvk-profile { display: grid; grid-template-columns: 30% 1fr 260px; align-items: start; gap: 30px; margin-top: 35px; }
.tvk-profile-photo { display: grid; place-items: center; overflow: hidden; aspect-ratio: .8 / 1; border-radius: var(--tvk-radius-md); color: #fff; background: linear-gradient(145deg, #d8c6b9, #97705d); }
.tvk-profile-photo img { width: 100%; height: 100%; object-fit: cover; }
.tvk-profile-photo > span { font-family: var(--tvk-serif); font-size: 110px; }
.tvk-profile-main { padding-top: 10px; }
.tvk-profile-main h1 { font-size: clamp(2.3rem, 4vw, 3.6rem); }
.tvk-profile-practice { color: var(--tvk-accent-dark); }
.tvk-profile-intro { color: var(--tvk-muted); }
.tvk-profile-contact { padding: 24px; border: 1px solid var(--tvk-border); border-radius: var(--tvk-radius-md); background: #fff; }
.tvk-profile-contact h2 { font-size: 25px; }
.tvk-profile-contact p { overflow-wrap: anywhere; font-size: 14px; }
.tvk-profile-contact .tvk-button { width: 100%; margin-top: 12px; }
.tvk-professional-data { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 24px 0 0; }
.tvk-professional-data > div { padding: 16px; border: 1px solid var(--tvk-border); border-radius: var(--tvk-radius-sm); }
.tvk-professional-data dt { color: var(--tvk-muted); font-size: 11px; text-transform: uppercase; }
.tvk-professional-data dd { margin: 4px 0 0; }
.tvk-profile-map { grid-column: 1 / -1; margin-top: 20px; }
.tvk-profile-map .tvk-map { border-radius: var(--tvk-radius-md); }
.tvk-profile-map h2 { font-size: 30px; }

@media (max-width: 1120px) {
  .tvk-top-lawyers { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .tvk-directory-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tvk-profile { grid-template-columns: 32% 1fr; }
  .tvk-profile-contact { grid-column: 2; }
}

@media (max-width: 820px) {
  .tvk-directory-hero__inner { grid-template-columns: 1fr 330px; }
  .tvk-directory-hero__visual { width: 58%; opacity: .62; }
  .tvk-directory-layout { grid-template-columns: 1fr; }
  .tvk-directory-sidebar { display: grid; grid-template-columns: 1fr 1fr; }
  .tvk-sidebar-top { border-top: 0; border-left: 1px solid #e3d9d1; }
  .tvk-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tvk-directory-cta__inner { grid-template-columns: 52px 1fr auto; }
}

@media (max-width: 620px) {
  .tvk-directory-page .tvk-container { width: min(calc(100% - 30px), 1180px); }
  .tvk-directory-hero,
  .tvk-directory-hero__inner { min-height: 270px; }
  .tvk-directory-hero__inner { grid-template-columns: 1fr; }
  .tvk-directory-hero__copy { padding: 28px 0 36px; }
  .tvk-directory-page .tvk-directory-main h1 { font-size: 40px; }
  .tvk-directory-hero__visual { right: -130px; width: 440px; opacity: .22; }
  .tvk-directory-map-section { padding-top: 18px; }
  .tvk-map { min-height: 340px; }
  .tvk-map-location { top: 12px; left: 12px; }
  .tvk-radius { justify-content: flex-start; overflow-x: auto; }
  .tvk-radius span,
  .tvk-radius button { flex: 0 0 auto; }
  .tvk-top-lawyers { display: flex; overflow-x: auto; scroll-snap-type: x proximity; padding-bottom: 7px; }
  .tvk-top-lawyer { min-width: 142px; scroll-snap-align: start; }
  .tvk-directory-sidebar { grid-template-columns: 1fr; }
  .tvk-sidebar-top { border-top: 1px solid #e3d9d1; border-left: 0; }
  .tvk-results-head { align-items: stretch; flex-direction: column; }
  .tvk-results-head form { width: 100%; }
  .tvk-directory-grid { grid-template-columns: 1fr; }
  .tvk-lawyer-card { display: grid; grid-template-columns: 122px minmax(0, 1fr); min-height: 178px; }
  .tvk-lawyer-photo { height: 100%; aspect-ratio: auto; }
  .tvk-directory-cta__inner { grid-template-columns: 1fr; text-align: center; }
  .tvk-directory-cta__inner > span { justify-self: center; }
  .tvk-directory-cta .tvk-button { width: 100%; }
  .tvk-profile { grid-template-columns: 1fr; }
  .tvk-profile-contact { grid-column: 1; }
}

@media (max-width: 370px) {
  .tvk-lawyer-card { grid-template-columns: 108px minmax(0, 1fr); }
  .tvk-lawyer-copy { padding: 9px; }
}
