/* RC8.0.37.83.4.4 — Todas as Categorias / grade visual + apenas categoria e subcategoria */
.vcat-directory{padding:48px 0 54px;background:#fff}
.vcat-directory__head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:34px}
.vcat-directory__head h1{margin:4px 0 8px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(30px,3.2vw,44px);line-height:1.08;color:#0b1f3a;font-weight:700}
.vcat-directory__head p{margin:0;max-width:720px;color:#66717f;font-size:16px;line-height:1.55}
.vcat-directory__count{flex:0 0 auto;border:1px solid #e5e8ec;border-radius:999px;padding:10px 16px;color:#66717f;font-size:14px;background:#fafbfc}

/* Grade real: cada categoria ocupa uma célula delimitada. */
.vcat-directory__grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:0;border-top:1px solid #e5e8ec;border-left:1px solid #e5e8ec;background:#fff}
.vcat-directory__category{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-width:0;text-align:center;color:#172235;text-decoration:none;padding:20px 10px 17px;border-right:1px solid #e5e8ec;border-bottom:1px solid #e5e8ec;transition:background-color .18s ease}
.vcat-directory__media{position:relative;width:clamp(112px,7.7vw,136px);aspect-ratio:1;border-radius:50%;overflow:hidden;background:#f3ede5;border:1px solid #e2e5e9;transition:transform .18s ease}
.vcat-directory__media img{width:100%;height:100%;display:block;object-fit:cover}
.vcat-directory__placeholder{position:absolute;inset:0;display:grid;place-items:center;background:linear-gradient(145deg,#f5efe7,#e9dccd);font-family:Georgia,"Times New Roman",serif;font-size:36px;color:#9a7654}
.vcat-directory__name{display:block;margin-top:11px;max-width:160px;font-size:14px;line-height:1.3;font-weight:700;color:#1d2938}
.vcat-directory__category:hover{background:#fbfaf8}
.vcat-directory__category:hover .vcat-directory__media{transform:translateY(-2px)}
.vcat-directory__category:hover .vcat-directory__name{color:#8a6134}
.vcat-directory__empty{padding:28px;border:1px dashed #d9dee5;border-radius:16px;color:#687382;text-align:center;font-size:16px;background:#fafbfc}

/* Índice alfabético: somente categoria principal e subcategoria direta. */
.vcat-tree{padding:50px 0 70px;background:#fff;border-top:1px solid #edf0f3}
.vcat-tree__head{max-width:880px;margin-bottom:34px}
.vcat-tree__head h2{margin:4px 0 8px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(28px,3vw,40px);line-height:1.12;color:#0b1f3a}
.vcat-tree__head p{margin:0;color:#66717f;font-size:16px;line-height:1.6}
.vcat-alpha{display:block}
.vcat-alpha__section{padding:0 0 34px;margin:0 0 30px}
.vcat-alpha__section:last-child{margin-bottom:0}
.vcat-alpha__letter{margin:0 0 24px;padding:0 0 12px;border-bottom:1px solid #e6e9ed;font-family:Georgia,"Times New Roman",serif;font-size:34px;line-height:1;color:#0b1f3a;font-weight:700}
.vcat-alpha__categories{display:block}
.vcat-alpha__category{padding:0 0 24px;margin:0 0 20px}
.vcat-alpha__category:last-child{margin-bottom:0}
.vcat-tree__root{display:inline-block;margin:0 0 9px;color:#c4573d;text-decoration:none;font-size:16px;line-height:1.3;font-weight:700}
.vcat-tree__root:hover{color:#8d3d2d;text-decoration:underline;text-underline-offset:3px}
.vcat-tree__children{list-style:none;margin:0;padding:0}
.vcat-tree__children--depth-1{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px 38px;align-items:start}
.vcat-tree__children--depth-1>.vcat-tree__item{min-width:0;padding:0;margin:0}
.vcat-tree__children--depth-1>.vcat-tree__item>a{display:block;color:#737d8b;font-size:14px;line-height:1.48;font-weight:400;text-decoration:none;padding:1px 0}
.vcat-tree__children--depth-1>.vcat-tree__item>a:hover{color:#173f70;text-decoration:underline;text-underline-offset:2px}

@media(max-width:1440px){
  .vcat-directory__grid{grid-template-columns:repeat(7,minmax(0,1fr))}
}
@media(max-width:1200px){
  .vcat-directory__grid{grid-template-columns:repeat(6,minmax(0,1fr))}
  .vcat-tree__children--depth-1{grid-template-columns:repeat(4,minmax(0,1fr));gap:4px 28px}
}
@media(max-width:1020px){
  .vcat-directory__grid{grid-template-columns:repeat(5,minmax(0,1fr))}
  .vcat-directory__media{width:clamp(108px,12vw,130px)}
  .vcat-tree__children--depth-1{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px 26px}
}
@media(max-width:820px){
  .vcat-directory{padding-top:36px}
  .vcat-directory__head{align-items:flex-start;flex-direction:column;margin-bottom:28px}
  .vcat-directory__grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .vcat-alpha__letter{font-size:31px}
  .vcat-tree__children--depth-1{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 20px}
}
@media(max-width:640px){
  .vcat-directory{padding:30px 0 40px}
  .vcat-directory__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .vcat-directory__category{padding:18px 8px 15px}
  .vcat-directory__media{width:min(34vw,126px)}
  .vcat-directory__name{font-size:14px;max-width:145px}
  .vcat-tree{padding:40px 0 52px}
  .vcat-alpha__section{margin-bottom:24px;padding-bottom:22px}
  .vcat-alpha__category{padding-bottom:20px;margin-bottom:14px}
  .vcat-tree__children--depth-1{grid-template-columns:1fr;gap:2px}
  .vcat-tree__root{font-size:16px}
  .vcat-tree__children--depth-1>.vcat-tree__item>a{font-size:14px}
}
