/* -----------------------------------------------------------
   DCC � Doctors Page  |  Premium Card Edition
   ----------------------------------------------------------- */

/* --- HERO V2 ----------------------------------------------- */
.doc-hero-v2 {
  background: #f8faf9;
  position: relative; overflow: hidden;
  padding: 5rem 0 0;
}
[data-theme="dark"] .doc-hero-v2 { background: #060e08; }

/* Blobs */
.doc-hero-v2__blob {
  position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none;
}
.doc-hero-v2__blob--1 {
  width: 500px; height: 500px; background: rgba(7,162,62,.12);
  top: -150px; left: -100px; animation: blobFloat 8s ease-in-out infinite;
}
.doc-hero-v2__blob--2 {
  width: 400px; height: 400px; background: rgba(29,78,216,.08);
  top: 50px; right: -80px; animation: blobFloat 10s ease-in-out infinite reverse;
}
.doc-hero-v2__blob--3 {
  width: 300px; height: 300px; background: rgba(245,158,11,.07);
  bottom: 60px; left: 40%; animation: blobFloat 7s ease-in-out infinite 2s;
}
@keyframes blobFloat {
  0%,100% { transform: translateY(0) scale(1); }
  50%      { transform: translateY(-30px) scale(1.05); }
}

/* Layout */
.doc-hero-v2__inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 4rem; align-items: center;
  padding-top: 1rem; padding-bottom: 4rem;
  position: relative; z-index: 1;
}

/* Left */
.doc-hero-v2__tag {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(7,162,62,.1); color: #07a23e;
  font-size: .75rem; font-weight: 700; letter-spacing: .06em;
  padding: .35rem .9rem; border-radius: 50px;
  border: 1px solid rgba(7,162,62,.2); margin-bottom: 1.2rem;
  text-transform: uppercase;
}
[data-theme="dark"] .doc-hero-v2__tag { background: rgba(7,162,62,.14); color: #4ade80; }
.doc-hero-v2__dot {
  width: 7px; height: 7px; border-radius: 50%; background: #07a23e;
  box-shadow: 0 0 0 3px rgba(7,162,62,.25);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse { 0%,100%{ box-shadow: 0 0 0 3px rgba(7,162,62,.25); } 50%{ box-shadow: 0 0 0 6px rgba(7,162,62,.1); } }

.doc-hero-v2__title {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  font-weight: 700; color: #0a1a0e; line-height: 1.15;
  letter-spacing: -.02em; margin-bottom: 1.2rem;
}
.doc-hero-v2__title em { color: #07a23e; font-style: italic; }
[data-theme="dark"] .doc-hero-v2__title { color: #e8f5e0; }

.doc-hero-v2__sub {
  font-size: 1rem; color: #5a7060; line-height: 1.75;
  margin-bottom: 2rem; max-width: 480px;
}
[data-theme="dark"] .doc-hero-v2__sub { color: #7a9a80; }

.doc-hero-v2__ctas { display: flex; gap: 1rem; flex-wrap: wrap; }

.doc-hero-v2__btn-primary {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .85rem 1.8rem; border-radius: 50px;
  background: linear-gradient(135deg,#07a23e,#0dc956);
  color: #fff; font-weight: 700; font-size: .95rem;
  text-decoration: none; box-shadow: 0 6px 24px rgba(7,162,62,.4);
  transition: .25s;
}
.doc-hero-v2__btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(7,162,62,.5); }

.doc-hero-v2__btn-ghost {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .85rem 1.8rem; border-radius: 50px;
  border: 1.5px solid #d1d5db; color: #374151;
  font-weight: 700; font-size: .95rem; text-decoration: none;
  transition: .25s; background: #fff;
}
.doc-hero-v2__btn-ghost:hover { border-color: #07a23e; color: #07a23e; }
[data-theme="dark"] .doc-hero-v2__btn-ghost { background: #111a0d; border-color: rgba(255,255,255,.15); color: #e8f5e0; }

/* Right � stat cards grid */
.doc-hero-v2__cards {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
}
.doc-hero-v2__stat-card {
  border-radius: 24px; padding: 1.6rem 1.4rem;
  position: relative; overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,.08);
  transition: .3s;
}
.doc-hero-v2__stat-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0,0,0,.14); }
.doc-hero-v2__stat-card--green { background: linear-gradient(135deg,#07a23e,#0dc956); }
.doc-hero-v2__stat-card--blue  { background: linear-gradient(135deg,#1d4ed8,#3b82f6); }
.doc-hero-v2__stat-card--amber { background: linear-gradient(135deg,#b45309,#f59e0b); }
.doc-hero-v2__stat-card--purple{ background: linear-gradient(135deg,#6d28d9,#a78bfa); }

.doc-hero-v2__stat-num {
  font-size: 2.2rem; font-weight: 900; color: #fff; line-height: 1;
  margin-bottom: .4rem; letter-spacing: -.03em;
}
.doc-hero-v2__stat-num span { font-size: 1.2rem; color: rgba(255,255,255,.8); }
.doc-hero-v2__stat-lbl { font-size: .72rem; font-weight: 700; color: rgba(255,255,255,.75); text-transform: uppercase; letter-spacing: .06em; }
.doc-hero-v2__stat-icon {
  position: absolute; bottom: 1rem; right: 1.2rem;
  font-size: 2.5rem; color: rgba(255,255,255,.15);
}

/* Scroll strip */
.doc-hero-v2__strip {
  background: #0a1a0e; padding: .75rem 0; overflow: hidden;
  position: relative; z-index: 1;
}
.doc-hero-v2__strip-track {
  display: flex; gap: 1.5rem; align-items: center;
  white-space: nowrap; width: max-content;
  animation: stripScroll 20s linear infinite;
  font-size: .75rem; font-weight: 700; color: rgba(255,255,255,.5);
  text-transform: uppercase; letter-spacing: .08em;
}
.doc-hero-v2__strip-track span:not(:nth-child(2n)) { color: rgba(255,255,255,.85); }
@keyframes stripScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* --- FILTER ----------------------------------------------- */
.doc-filter {
  background: var(--bg); padding: 1.4rem 0;
  border-bottom: 1px solid var(--bdr);
  position: sticky; top: 52px; z-index: 90;
  box-shadow: 0 2px 12px rgba(0,0,0,.05);
}
.doc-filter__bar { display: flex; gap: .85rem; align-items: center; flex-wrap: wrap; }
.doc-filter__search { position: relative; flex: 1; min-width: 220px; }
.doc-filter__search i { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); color: var(--txt-muted); font-size: .82rem; }
.doc-filter__search input {
  width: 100%; padding: .7rem 1rem .7rem 2.4rem;
  border: 1.5px solid var(--bdr); border-radius: 12px;
  font-family: 'Manrope', sans-serif; font-size: .875rem; color: var(--txt);
  background: var(--bg); outline: none; transition: var(--transition);
}
.doc-filter__search input:focus { border-color: var(--g); box-shadow: 0 0 0 3px rgba(29,185,84,.1); }
.doc-filter__selects { display: flex; gap: .6rem; }
.doc-filter__selects select {
  padding: .65rem 1rem; border: 1.5px solid var(--bdr); border-radius: 12px;
  font-family: 'Manrope', sans-serif; font-size: .82rem; font-weight: 600;
  color: var(--txt); background: var(--bg); outline: none; cursor: pointer; transition: var(--transition);
}
.doc-filter__selects select:focus { border-color: var(--g); box-shadow: 0 0 0 3px rgba(29,185,84,.1); }
.doc-filter__count { margin-top: .5rem; font-size: .76rem; color: var(--txt-muted); font-weight: 600; }
.doc-filter__count span { color: var(--g); font-weight: 800; }

/* --- FILTER BAR -------------------------------------------- */
.doc-filter-c {
  background: #fff;
  padding: 0;
  border-bottom: 1px solid #eef0ee;
  position: sticky; top: 64px; z-index: 50;
  box-shadow: 0 4px 24px rgba(0,0,0,.06);
}
[data-theme="dark"] .doc-filter-c {
  background: #0d160a;
  border-bottom-color: rgba(255,255,255,.07);
  box-shadow: 0 4px 24px rgba(0,0,0,.3);
}

.doc-filter-c__top { display: none; }

.doc-filter-c__search {
  position: relative; flex-shrink: 0;
}
.doc-filter-c__search i {
  position: absolute; left: .9rem; top: 50%;
  transform: translateY(-50%); color: #aaa; font-size: .75rem; pointer-events: none;
}
.doc-filter-c__search input {
  width: 220px; padding: .55rem .9rem .55rem 2.2rem;
  border: 1.5px solid #e5e7eb; border-radius: 50px;
  font-size: .82rem; color: #111; background: #f4f6f4;
  outline: none; transition: .2s;
}
.doc-filter-c__search input:focus {
  border-color: #07a23e; background: #fff;
  box-shadow: 0 0 0 3px rgba(7,162,62,.12);
}
[data-theme="dark"] .doc-filter-c__search input {
  background: #111a0d; color: #e8f5e0; border-color: rgba(255,255,255,.1);
}

/* Chips row */
.doc-chips {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  column-gap: 1rem;
  padding: .6rem 0;
  border-top: none;
}
.doc-chip-group { grid-column: 2; display: flex; gap: 0; }
.doc-filter-c__search { grid-column: 3; justify-self: end; flex-shrink: 0; }

.doc-chip {
  display: inline-flex; align-items: center;
  padding: .38rem 1rem; border-radius: 0;
  font-size: .75rem; font-weight: 700; cursor: pointer;
  border: none; border-bottom: 2.5px solid transparent;
  background: transparent; color: #888;
  transition: .18s; white-space: nowrap; letter-spacing: .01em;
  position: relative;
}
.doc-chip:hover { color: #07a23e; }
.doc-chip.active {
  color: #07a23e; border-bottom-color: #07a23e;
  background: transparent;
}
.doc-chip.active-loc {
  color: #1d4ed8; border-bottom-color: #1d4ed8;
  background: transparent;
}
[data-theme="dark"] .doc-chip { color: #5a7a60; }
[data-theme="dark"] .doc-chip:hover { color: #4ade80; }
[data-theme="dark"] .doc-chip.active { color: #4ade80; border-bottom-color: #4ade80; }
[data-theme="dark"] .doc-chip.active-loc { color: #60a5fa; border-bottom-color: #60a5fa; }

.doc-chip-divider {
  width: 1px; height: 20px; background: #e0e4e0;
  flex-shrink: 0; margin: 0 .5rem; align-self: center;
}
[data-theme="dark"] .doc-chip-divider { background: rgba(255,255,255,.1); }

/* --- SECTION HEADING -------------------------------------- */
.doc-section-heading {
  text-align: center;
  padding: 1.8rem 0 1.2rem;
}
.doc-section-heading__eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .72rem; font-weight: 800; letter-spacing: .12em;
  text-transform: uppercase; color: #07a23e;
  margin-bottom: .9rem;
}
[data-theme="dark"] .doc-section-heading__eyebrow { color: #4ade80; }
.doc-section-heading__eyebrow::before,
.doc-section-heading__eyebrow::after {
  content: ''; display: inline-block;
  width: 28px; height: 1.5px; background: #07a23e; opacity: .5;
}
.doc-section-heading__title {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700; color: #0a1a0e;
  letter-spacing: -.025em; line-height: 1.2;
  margin-bottom: 1rem;
}
.doc-section-heading__title br { display: block; }
[data-theme="dark"] .doc-section-heading__title { color: #e8f5e0; }

.doc-section-heading__sub {
  font-size: .95rem; color: #6b8070; line-height: 1.7; max-width: 480px; margin: 0 auto;
}
[data-theme="dark"] .doc-section-heading__sub { color: #6a8a70; }

/* --- DARK MODE -------------------------------------------- */
[data-theme="dark"] .doc-main { background: #0a1006; }
[data-theme="dark"] .dc-card-shadow { background: #1a2a16; box-shadow: 0 8px 40px rgba(0,0,0,.4); }
[data-theme="dark"] .dc-card-shadow:hover { box-shadow: 0 20px 60px rgba(7,162,62,.5), 0 0 60px rgba(7,162,62,.3); }
[data-theme="dark"] .dc-inner { background: #111a0d; }
[data-theme="dark"] .dc-name-row h2 { color: #e8f5e0; }
[data-theme="dark"] .dc-desc { color: #a8c4a0; }
[data-theme="dark"] .dc-btn { background: linear-gradient(135deg, #07a23e, #0dc956); color: #fff; }
[data-theme="dark"] .dc-btn svg { color: #fff; }

/* --- GRID ------------------------------------------------- */
.doc-main { padding: .75rem 0 1rem; background: #fff; }
.doc-main .container { padding: 0 16rem; max-width: 100%; }
.doc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  justify-items: center;
}

/* --- CARD ------------------------------------------------- */
.doc-card { display: none; } /* hidden by default, shown via dc-card-shadow */
.doc-card::before { display: none !important; }
.doc-card:hover { transform: none !important; border-color: transparent !important; }

.dc-card-shadow {
  background: #fff;
  border-radius: 36px;
  padding: 8px 8px 0;
  box-shadow: 0 8px 40px rgba(0,0,0,.18);
  transition: .35s ease;
  width: 100%;
}
.dc-card-shadow:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(7,162,62,.5), 0 0 60px rgba(7,162,62,.3);
}
.dc-card-shadow.hidden { display: none; }

.doc-card { display: block; }

.dc-inner {
  background: #f0f2f5;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
}

/* Photo wrap � full card height */
.dc-photo-wrap {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 28px;
}

/* Real photo */
.dc-img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 15%;
  display: block;
}

/* Placeholder for no-photo cards */
.dc-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
}
.dc-av {
  width: 80px; height: 80px; border-radius: 50%;
  background: rgba(255,255,255,0.2);
  border: 3px solid rgba(255,255,255,0.5);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; font-weight: 900; color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,.2);
}

/* Director badge */
.dc-dir-badge {
  position: absolute; top: 12px; left: 12px; z-index: 4;
  background: linear-gradient(135deg, #d4a017, #f5c842);
  color: #3d2800; font-size: .65rem; font-weight: 800;
  padding: .3rem .65rem; border-radius: 20px;
  display: flex; align-items: center; gap: .3rem;
  letter-spacing: .05em; text-transform: uppercase;
  box-shadow: 0 3px 12px rgba(212,160,23,.45);
}
.dc-dir-badge svg { width: 11px; height: 11px; }

/* Director card */
.doc-card--director .dc-photo-wrap { height: 400px; border-radius: 28px; }

/* Gradient fade + text shadow */
.dc-photo-wrap::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 50%;
  background: linear-gradient(to bottom, transparent 0%, rgba(5,8,20,0.95) 100%);
  pointer-events: none;
  z-index: 1;
}

.dc-info {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 16px 16px 18px;
  background: transparent;
  border-top: none;
  z-index: 2;
}

/* Name row */
.dc-name-row {
  display: flex; align-items: center; gap: 8px; margin-bottom: 6px;
}
.dc-name-row h2 { font-size: 18px; color: #fff; font-weight: 800; line-height: 1.2; letter-spacing: -.3px; flex: 1; text-shadow: 0 2px 12px rgba(0,0,0,.8); }

.dc-verified {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px;
  background: #1d4ed8; border-radius: 50%; flex-shrink: 0;
}
.dc-verified svg { width: 13px; height: 13px; color: #fff; }

/* Description */
.dc-desc {
  font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.85); text-shadow: 0 1px 8px rgba(0,0,0,.7);
  line-height: 1.55; margin-bottom: 14px;
}

/* Meet the Doctor button */
.dc-btn-wrap { border-radius: 12px; padding: 0; }
.dc-btn {
  width: 100%; height: 38px;
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  border: none; border-radius: 12px;
  background: linear-gradient(135deg, #07a23e, #0dc956);
  color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .02em;
  cursor: pointer; text-decoration: none;
  box-shadow: 0 4px 16px rgba(7,162,62,.45);
  transition: .2s ease;
}
.dc-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 22px rgba(7,162,62,.6); filter: brightness(1.08); }
.dc-btn svg { width: 15px; height: 15px; color: #fff; }

/* No results */
.doc-no-results { text-align: center; padding: 5rem 2rem; }
.doc-no-results__icon { font-size: 4rem; margin-bottom: 1rem; }
.doc-no-results h3 { font-family: 'Manrope', sans-serif; font-size: 1.3rem; color: var(--txt); margin-bottom: .5rem; }
.doc-no-results p { font-size: .88rem; color: var(--txt-muted); }

/* --- SPECIALISATIONS -------------------------------------- */
.doc-specs { padding: 5rem 0 5.5rem; background: var(--bg); }
.specs-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(155px, 1fr)); gap: 1rem; }
.spec-card {
  background: var(--bg-alt); border: 1.5px solid var(--bdr); border-radius: 18px;
  padding: 1.6rem 1rem; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: .7rem;
  transition: var(--transition);
}
.spec-card:hover { border-color: var(--g); background: rgba(29,185,84,.04); transform: translateY(-4px); box-shadow: 0 12px 32px rgba(29,185,84,.08); }
.spec-card__icon {
  width: 50px; height: 50px; border-radius: 14px;
  background: rgba(29,185,84,.1); border: 1px solid rgba(29,185,84,.18);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; color: var(--g); transition: var(--transition);
}
.spec-card:hover .spec-card__icon { background: var(--g); color: #fff; border-color: var(--g); box-shadow: 0 6px 18px rgba(29,185,84,.3); }
.spec-card__label { font-size: .78rem; font-weight: 700; color: var(--txt); line-height: 1.35; }
.spec-card:hover .spec-card__label { color: var(--gd); }

/* --- RESPONSIVE ------------------------------------------- */
@media (max-width: 1024px) {
  .doc-grid { grid-template-columns: repeat(3, 1fr); }
  .doc-hero-v2__inner { grid-template-columns: 1fr; gap: 2.5rem; padding-bottom: 3rem; }
  .doc-hero-v2__right { display: none; }
  .doc-hero-v2__title { font-size: 2.6rem; }
  .doc-hero-v2__left { text-align: center; }
  .doc-hero-v2__tag { margin-left: auto; margin-right: auto; }
  .doc-hero-v2__sub { margin-left: auto; margin-right: auto; }
  .doc-hero-v2__ctas { justify-content: center; }
}
@media (max-width: 768px) {
  .doc-filter__bar { flex-direction: column; }
  .doc-filter-c__search input { width: 100%; }
  .doc-filter-c__search { width: 100%; }
  .doc-chips { display: flex; flex-direction: column; align-items: stretch; gap: .6rem; }
  .doc-chip-group { overflow-x: auto; flex-wrap: nowrap; padding-bottom: .3rem; scrollbar-width: none; -ms-overflow-style: none; }
  .doc-chip-group::-webkit-scrollbar { display: none; }
  .doc-chip { flex-shrink: 0; }
  .doc-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .doc-main, .doc-specs { padding: 3.5rem 0; }
  .specs-grid { grid-template-columns: repeat(3, 1fr); }
  .doc-hero-v2 { padding: 4rem 0 0; }
  .doc-hero-v2__title { font-size: 2rem; }
}
@media (max-width: 480px) {
  .doc-grid { grid-template-columns: 1fr; max-width: 320px; margin: 0 auto; }
  .specs-grid { grid-template-columns: repeat(2, 1fr); }
  .doc-hero-v2__ctas { flex-direction: column; align-items: center; }
  .doc-hero-v2__btn-primary, .doc-hero-v2__btn-ghost { width: 100%; justify-content: center; }
  .doc-hero-v2__title { font-size: 1.75rem; }
}

/* --- MODAL ------------------------------------------------ */
.doc-modal-overlay {
  display: none; position: fixed; inset: 0; z-index: 9999;
  background: rgba(0,0,0,.6);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  align-items: center; justify-content: center; padding: 1.5rem;
}
.doc-modal-overlay.active { display: flex; }
.doc-modal {
  background: var(--bg); border-radius: 24px; padding: 2rem;
  max-width: 520px; width: 100%; max-height: 90vh; overflow-y: auto;
  position: relative; box-shadow: 0 32px 80px rgba(0,0,0,.28);
  border: 1px solid var(--bdr);
}
.doc-modal-close {
  position: absolute; top: 1rem; right: 1rem;
  background: var(--bg-alt); border: 1px solid var(--bdr); cursor: pointer;
  font-size: 1rem; color: var(--txt-muted); width: 34px; height: 34px;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  transition: var(--transition);
}
.doc-modal-close:hover { background: var(--bdr); color: var(--txt); }
.doc-modal-top { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.25rem; }
.doc-modal-avatar { width: 56px; height: 56px; }
.doc-modal-name { font-size: 1.18rem; font-weight: 800; color: var(--txt); font-family: 'Manrope', sans-serif; }
.doc-modal-spec { font-size: .88rem; color: var(--g); font-weight: 600; margin-top: .15rem; }
.doc-modal-exp  { font-size: .78rem; color: var(--txt-muted); margin-top: .15rem; }
.doc-modal-bio  { color: var(--txt-muted); font-size: .9rem; line-height: 1.7; margin-bottom: 1rem; white-space: pre-line; }
.doc-modal-grid { margin: .5rem 0 .75rem; }
.doc-modal-tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: .5rem; }
.doc-modal-book {
  display: flex; align-items: center; justify-content: center; gap: .45rem;
  margin-top: 1.25rem; background: var(--gd); color: #fff;
  border-radius: 14px; padding: .9rem; font-weight: 700; font-size: .95rem;
  text-decoration: none; transition: var(--transition);
}
.doc-modal-book:hover { opacity: .88; transform: translateY(-2px); }

/* --- RESPONSIVE ------------------------------------------- */

/* Large desktop (1400px+) � current default: 4 cols, 16rem padding */

/* Desktop (1200px) */
@media (max-width: 1400px) {
  .doc-main .container { padding: 0 8rem; }
}

/* Laptop (1024px) � 3 columns */
@media (max-width: 1200px) {
  .doc-main .container { padding: 0 4rem; }
  .doc-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Tablet (768px) � 2 columns */
@media (max-width: 900px) {
  .doc-main .container { padding: 0 2rem; }
  .doc-grid { grid-template-columns: repeat(2, 1fr); gap: .75rem; }
  .dc-photo-wrap { height: 320px; }
  .doc-card--director .dc-photo-wrap { height: 320px; }
  .doc-hero__title { font-size: clamp(1.8rem, 5vw, 2.8rem); }
}

/* Mobile (480px) � 2 columns small */
@media (max-width: 600px) {
  .doc-main .container { padding: 0 1rem; }
  .doc-grid { grid-template-columns: repeat(2, 1fr); gap: .5rem; }
  .dc-photo-wrap { height: 220px; }
  .doc-card--director .dc-photo-wrap { height: 220px; }
  .dc-card-shadow { border-radius: 22px; padding: 5px; }
  .dc-inner { border-radius: 18px; }
  .dc-photo-wrap { border-radius: 18px; }
  .dc-name-row h2 { font-size: 14px; }
  .dc-desc { font-size: 11px; }
  .dc-btn { font-size: 11px; height: 30px; }
  .dc-info { padding: 10px 10px 12px; }
}

/* Small mobile (360px) � 1 column */
@media (max-width: 400px) {
  .doc-grid { grid-template-columns: 1fr; }
  .dc-photo-wrap { height: 300px; }
}
