/* ColSWE v3 — alternative homepage proposal.
   Free-form layout (no Bootstrap list-groups). Header/footer stay on the UNAL template. */

.v3 {
  --v3-teal: #355f5f;
  --v3-teal-dark: #1f3a3a;
  --v3-teal-soft: #e9f1f0;
  --v3-ink: #1c2530;
  --v3-muted: #5b6672;
  --v3-border: #e2e6ea;
  --v3-blue: #1f61a8;
  --v3-red: #c0392b;
  --v3-green: #0f9d58;
  --v3-gold: #caa000;
  --v3-purple: #6c4fa1;
  font-family: "Ancizar sans", Tahoma, Geneva, sans-serif;
  color: var(--v3-ink);
  background: #ffffff;
}

.v3 img { max-width: 100%; }
.v3 a { transition: color .15s ease, background .15s ease, transform .15s ease, box-shadow .15s ease; }

.v3-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 5%;
}

/* ---------------- Hero ---------------- */
.v3-hero {
  position: relative;
  background: linear-gradient(120deg, var(--v3-teal-dark) 0%, var(--v3-teal) 55%, #4d7d76 100%);
  color: #ffffff;
  overflow: hidden;
  padding: 64px 0 90px;
}
.v3-hero::after {
  content: "";
  position: absolute;
  right: -8%;
  top: -20%;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.08) 0%, rgba(255,255,255,0) 70%);
}
.v3-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 40px;
  align-items: center;
}
.v3-hero-logo {
  height: 46px;
  margin-bottom: 28px;
  filter: brightness(0) invert(1);
  opacity: .95;
}
.v3-eyebrow {
  display: inline-block;
  font-size: 12.5px;
  font-weight: bold;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #cfe3e0;
  margin: 0 0 14px;
}
.v3-hero h1 {
  font-family: "Ancizar serif", "MS Serif", serif;
  font-size: 54px;
  line-height: 1.08;
  font-weight: bold;
  margin: 0 0 18px;
}
.v3-hero p.v3-lead {
  font-size: 17.5px;
  line-height: 1.7;
  color: #dcebe9;
  max-width: 560px;
  margin: 0 0 30px;
}
.v3-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.v3-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 999px;
  font-weight: bold;
  font-size: 14.5px;
  text-decoration: none;
  border: 2px solid transparent;
}
.v3-btn-solid { background: #ffffff; color: var(--v3-teal-dark); }
.v3-btn-solid:hover { background: #eaf4f2; color: var(--v3-teal-dark); text-decoration: none; transform: translateY(-2px); }
.v3-btn-outline { border-color: rgba(255,255,255,.55); color: #ffffff; }
.v3-btn-outline:hover { background: rgba(255,255,255,.12); color: #ffffff; text-decoration: none; transform: translateY(-2px); }

.v3-hero-art {
  position: relative;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px;
  padding: 22px;
  backdrop-filter: blur(2px);
}
.v3-hero-art img { display: block; width: 100%; border-radius: 10px; }

/* ---------------- Stats strip ---------------- */
.v3-stats {
  position: relative;
  margin-top: -46px;
  z-index: 2;
}
.v3-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(31, 45, 45, .12);
  padding: 26px 10px;
}
.v3-stat { text-align: center; padding: 6px 10px; border-right: 1px solid var(--v3-border); }
.v3-stat:last-child { border-right: none; }
.v3-stat-num {
  font-family: "Ancizar serif", serif;
  font-size: 34px;
  font-weight: bold;
  color: var(--v3-teal);
  display: block;
}
.v3-stat-label {
  font-size: 12.5px;
  color: var(--v3-muted);
  text-transform: uppercase;
  letter-spacing: .06em;
}

/* ---------------- Generic section heading ---------------- */
.v3-section { padding: 84px 0; }
.v3-section.v3-bg-soft { background: var(--v3-teal-soft); }
.v3-section-head { max-width: 640px; margin: 0 auto 46px; text-align: center; }
.v3-section-head .v3-eyebrow { color: var(--v3-teal); }
.v3-section-head h2 {
  font-family: "Ancizar serif", serif;
  font-size: 32px;
  font-weight: bold;
  color: var(--v3-ink);
  margin: 0 0 12px;
}
.v3-section-head p {
  font-size: 15.5px;
  color: var(--v3-muted);
  line-height: 1.65;
  margin: 0;
}

/* ---------------- Two-column "who we are" section (objectives + lines list) ---------------- */
.v3-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}
.v3-subsection-title {
  font-family: "Ancizar serif", serif;
  font-size: 26px;
  font-weight: bold;
  color: var(--v3-ink);
  margin: 0 0 24px;
}

/* Objectives */
.v3-obj-panel {
  background: #fdf1de;
  border: 1px solid #f0dfa8;
  border-radius: 18px;
  padding: 26px 24px;
  box-shadow: 0 14px 30px rgba(31, 45, 45, .08);
}
.v3-obj-grid2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.v3-obj-item { display: flex; gap: 14px; align-items: flex-start; }
.v3-obj-num {
  flex: 0 0 auto;
  width: 32px; height: 32px;
  border-radius: 9px;
  background: #f5dfa4;
  color: #6b5300;
  display: flex; align-items: center; justify-content: center;
  font-family: "Ancizar serif", serif;
  font-weight: bold;
  font-size: 14px;
}
.v3-obj-item p { margin: 0; font-size: 14px; line-height: 1.6; color: #6b5c40; padding-top: 4px; }

/* Compact research-line index list — deliberately not the colored-box card style */
.v3-lines-panel {
  background: var(--v3-teal-soft);
  border: 1px solid #d7e6e4;
  border-radius: 18px;
  padding: 6px 22px;
  box-shadow: 0 14px 30px rgba(31, 45, 45, .08);
}
.v3-lines-compact {
  display: flex;
  flex-direction: column;
}
.v3-lines-compact a, .v3-lines-compact > div {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 4px;
  border-bottom: 1px solid #d7e6e4;
  text-decoration: none;
  color: inherit;
  transition: padding-left .15s ease, background .15s ease;
}
.v3-lines-compact a:last-child, .v3-lines-compact > div:last-child { border-bottom: none; }
.v3-lines-compact a:hover {
  padding-left: 10px;
  background: rgba(255,255,255,.6);
  text-decoration: none;
  color: inherit;
}
.v3-lines-compact .v3-lc-index {
  flex: 0 0 auto;
  width: 38px; height: 38px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: "Ancizar serif", serif;
  font-weight: bold;
  font-size: 13px;
  background: var(--v3-line-soft, var(--v3-teal-soft));
  color: var(--v3-line, var(--v3-teal));
}
.v3-lines-compact .v3-lc-name {
  flex: 1;
  font-weight: bold;
  font-size: 15.5px;
  color: var(--v3-ink);
}
.v3-lines-compact .v3-lc-arrow {
  flex: 0 0 auto;
  font-size: 18px;
  color: var(--v3-line, var(--v3-teal));
  transition: transform .15s ease;
}
.v3-lines-compact a:hover .v3-lc-arrow { transform: translateX(4px); }

/* Legacy / discontinued research lines */
.v3-legacy-panel {
  background: #f4f5f6;
  border: 1px solid var(--v3-border);
  border-radius: 18px;
  padding: 28px 32px;
  max-width: 760px;
  margin: 48px auto 0;
}
.v3-legacy-panel .v3-subsection-title { margin-bottom: 16px; }
.v3-legacy-list {
  list-style: disc;
  margin: 0;
  padding-left: 20px;
  color: var(--v3-muted);
}
.v3-legacy-list li {
  font-size: 15px;
  line-height: 1.8;
}

/* ---------------- Research line cards ---------------- */
.v3-lines-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 22px;
}
.v3-line-card {
  display: block;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  color: #ffffff;
  height: 260px;
  box-shadow: 0 10px 24px rgba(20, 30, 30, .1);
}
.v3-line-card img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.v3-line-card:hover img { transform: scale(1.08); }
.v3-line-card::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,20,20,.15) 0%, var(--v3-tint, rgba(20,20,20,.85)) 100%);
}
.v3-line-card-body {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 20px;
}
.v3-line-card-index {
  display: inline-block;
  font-family: "Ancizar serif", serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .1em;
  background: rgba(255,255,255,.2);
  border-radius: 999px;
  padding: 3px 11px;
  margin-bottom: 10px;
}
.v3-line-card h3 {
  font-size: 17px;
  line-height: 1.3;
  margin: 0;
  font-weight: bold;
}
.v3-line-blue   { --v3-line: var(--v3-blue);  --v3-line-soft: #e7eef7; --v3-tint: rgba(20, 42, 74, .88); --v3-line-rgb: 31, 97, 168; }
.v3-line-red    { --v3-line: var(--v3-red);   --v3-line-soft: #fbe9e7; --v3-tint: rgba(74, 24, 18, .88); --v3-line-rgb: 192, 57, 43; }
.v3-line-green  { --v3-line: var(--v3-green); --v3-line-soft: #e6f7ee; --v3-tint: rgba(10, 54, 33, .88); --v3-line-rgb: 15, 157, 88; }
.v3-line-gold   { --v3-line: var(--v3-gold);  --v3-line-soft: #fbf1d3; --v3-tint: rgba(64, 48, 0, .88); --v3-line-rgb: 202, 160, 0; }
.v3-line-purple { --v3-line: var(--v3-purple); --v3-line-soft: #f0ebf7; --v3-tint: rgba(45, 31, 69, .88); --v3-line-rgb: 108, 79, 161; }

/* ---------------- Informative research-line card (landing page) ---------------- */
.v3-lines-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.v3-line-info-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid var(--v3-border);
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 10px 24px rgba(20, 30, 30, .06);
  transition: transform .18s ease, box-shadow .18s ease;
}
.v3-line-info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(var(--v3-line-rgb, 53,95,95), .18);
  text-decoration: none;
  color: inherit;
}
.v3-line-info-media { position: relative; height: 150px; }
.v3-line-info-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.v3-line-info-index {
  position: absolute; top: 16px; left: 16px;
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 9px;
  background: rgba(255,255,255,.22); backdrop-filter: blur(3px);
  color: #ffffff; font-family: "Ancizar serif", serif; font-weight: bold; font-size: 13px;
  border: 1px solid rgba(255,255,255,.4);
}
.v3-line-info-body { padding: 20px 22px 0; flex: 1; }
.v3-line-info-body h3 { margin: 0 0 10px; font-size: 18px; font-weight: bold; color: var(--v3-ink); }
.v3-line-info-body p { margin: 0; font-size: 13.5px; line-height: 1.62; color: var(--v3-muted); }
.v3-line-info-footer {
  display: flex; align-items: center; justify-content: flex-end; gap: 10px;
  padding: 16px 22px; margin-top: 18px; border-top: 1px solid var(--v3-border);
}
.v3-line-info-leader {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 12.5px; font-weight: bold; color: var(--v3-line, var(--v3-teal));
}
.v3-line-info-leader img { width: 24px; height: 24px; border-radius: 50%; object-fit: cover; }
.v3-line-info-leader.v3-tbd { color: var(--v3-muted); font-weight: normal; font-style: italic; }
.v3-line-info-cta { font-size: 13px; font-weight: bold; color: var(--v3-line, var(--v3-teal)); white-space: nowrap; }

/* ---------------- Team ---------------- */
.v3-team-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.v3-team-grid.v3-team-grid-center {
  grid-template-columns: repeat(4, 1fr);
  max-width: 900px;
  margin: 0 auto;
}
.v3-team-card {
  text-align: center;
  text-decoration: none;
  color: inherit;
  display: block;
}
.v3-team-photo {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 14px;
  border: 4px solid #ffffff;
  box-shadow: 0 0 0 3px var(--v3-teal-soft), 0 10px 20px rgba(20,30,30,.12);
  transition: transform .2s ease, box-shadow .2s ease;
}
.v3-team-card:hover .v3-team-photo { transform: translateY(-4px); box-shadow: 0 0 0 3px var(--v3-teal), 0 14px 24px rgba(20,30,30,.18); }
.v3-team-card:hover { text-decoration: none; color: inherit; }
.v3-team-name { display: block; font-weight: bold; font-size: 14px; color: var(--v3-ink); margin-bottom: 2px; }
.v3-team-role { font-size: 12.5px; color: var(--v3-muted); }

/* Initials avatar for people without a photo on file */
.v3-team-avatar {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  margin: 0 auto 14px;
  border: 4px solid #ffffff;
  box-shadow: 0 0 0 3px var(--v3-teal-soft), 0 10px 20px rgba(20,30,30,.12);
  background: var(--v3-teal-soft);
  color: var(--v3-teal-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Ancizar serif", serif;
  font-weight: bold;
  font-size: 32px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.v3-team-card:hover .v3-team-avatar { transform: translateY(-4px); box-shadow: 0 0 0 3px var(--v3-teal), 0 14px 24px rgba(20,30,30,.18); }

/* Muted variant — former / non-active members */
.v3-team-card.v3-muted .v3-team-photo { filter: grayscale(55%); opacity: .82; }
.v3-team-card.v3-muted .v3-team-role { font-style: italic; }
.v3-team-card.v3-muted:hover .v3-team-photo { filter: grayscale(20%); opacity: 1; }

/* ---------------- Featured news banner (monthly spotlight) ---------------- */
.v3-news-featured {
  position: relative;
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: stretch;
  background: linear-gradient(120deg, var(--v3-teal-dark) 0%, var(--v3-teal) 60%, #4d7d76 100%);
  border-radius: 22px;
  overflow: hidden;
  text-decoration: none;
  color: #ffffff;
  box-shadow: 0 20px 44px rgba(20, 30, 30, .16);
  transition: transform .2s ease, box-shadow .2s ease;
}
.v3-news-featured::after {
  content: "";
  position: absolute;
  right: -6%;
  top: -30%;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.09) 0%, rgba(255,255,255,0) 70%);
  pointer-events: none;
}
.v3-news-featured:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 56px rgba(20, 30, 30, .24);
  text-decoration: none;
  color: #ffffff;
}
.v3-news-featured-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.06);
  overflow: hidden;
}
.v3-news-featured-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}
.v3-news-featured.v3-news-thumb-vertical { grid-template-columns: 170px 1fr; }
.v3-news-featured.v3-news-thumb-vertical .v3-news-featured-media img { object-fit: contain; }
.v3-news-featured-play {
  position: relative;
  width: 88px; height: 88px;
  border-radius: 50%;
  background: rgba(255,255,255,.14);
  border: 2px solid rgba(255,255,255,.55);
  display: flex; align-items: center; justify-content: center;
  color: #ffffff;
  font-size: 30px;
  padding-left: 6px;
  transition: transform .2s ease, background .2s ease;
}
.v3-news-featured:hover .v3-news-featured-play { transform: scale(1.08); background: rgba(255,255,255,.22); }
.v3-news-featured-body { position: relative; padding: 46px 48px; display: flex; flex-direction: column; justify-content: center; }
.v3-news-featured-body .v3-eyebrow { color: #cfe3e0; }
.v3-news-featured-body h2 {
  font-family: "Ancizar serif", serif;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 14px;
  line-height: 1.22;
}
.v3-news-featured-body p {
  margin: 0 0 26px;
  max-width: 560px;
  font-size: 15.5px;
  line-height: 1.65;
  color: #dcebe9;
}
.v3-news-featured.v3-news-alt-green {
  background: linear-gradient(120deg, #0a3320 0%, #0f9d58 60%, #57c491 100%);
}

/* ---------------- News carousel ---------------- */
.v3-news-carousel { position: relative; }
.v3-news-carousel { overflow: hidden; border-radius: 22px; }
.v3-news-track {
  display: flex;
  transition: transform .45s ease;
}
.v3-news-track .v3-news-featured {
  flex: 0 0 100%;
  border-radius: 22px;
}
.v3-news-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px; height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,.9);
  color: var(--v3-teal-dark);
  font-size: 15px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(20,30,30,.22);
  transition: background .2s ease, transform .2s ease;
  z-index: 2;
}
.v3-news-nav:hover { background: #ffffff; transform: translateY(-50%) scale(1.06); }
.v3-news-nav-prev { left: 16px; }
.v3-news-nav-next { right: 16px; }
.v3-news-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.v3-news-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: #d5e0de;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.v3-news-dot.active { background: var(--v3-teal); transform: scale(1.2); }
@media (max-width: 600px) {
  .v3-news-nav { width: 36px; height: 36px; font-size: 13px; }
  .v3-news-nav-prev { left: 8px; }
  .v3-news-nav-next { right: 8px; }
}

/* ---------------- Explore tiles ---------------- */
.v3-explore-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.v3-explore-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 26px 22px;
  border-radius: 16px;
  text-decoration: none;
  color: #ffffff;
  min-height: 150px;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
.v3-explore-card:hover { text-decoration: none; color: #ffffff; transform: translateY(-4px); }
.v3-explore-card .v3-explore-icon { display: block; }
.v3-explore-card .v3-explore-icon svg { width: 28px; height: 28px; display: block; }
.v3-explore-card h3 { margin: 0; font-size: 17px; font-weight: bold; }
.v3-explore-card p { margin: 0; font-size: 13px; color: rgba(255,255,255,.85); }
.v3-explore-teal  { background: linear-gradient(140deg, var(--v3-teal-dark), var(--v3-teal)); }
.v3-explore-blue  { background: linear-gradient(140deg, #123a63, var(--v3-blue)); }
.v3-explore-red   { background: linear-gradient(140deg, #6e2119, var(--v3-red)); }
.v3-explore-green { background: linear-gradient(140deg, #0a5c33, var(--v3-green)); }

/* ---------------- Interior page hero (smaller than home hero) ---------------- */
.v3-page-hero {
  position: relative;
  background: linear-gradient(120deg, var(--v3-teal-dark) 0%, var(--v3-teal) 60%, #4d7d76 100%);
  color: #ffffff;
  padding: 44px 0 52px;
  overflow: hidden;
}
.v3-page-hero::after {
  content: "";
  position: absolute;
  right: -10%;
  top: -40%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.08) 0%, rgba(255,255,255,0) 70%);
}
.v3-page-hero .v3-crumb {
  position: relative;
  font-size: 13px;
  color: #cfe3e0;
  margin: 0 0 16px;
}
.v3-page-hero .v3-crumb a { color: #ffffff; text-decoration: none; opacity: .8; }
.v3-page-hero .v3-crumb a:hover { opacity: 1; text-decoration: underline; }
.v3-page-hero .v3-crumb span { margin: 0 6px; opacity: .5; }
.v3-page-hero h1 {
  position: relative;
  font-family: "Ancizar serif", serif;
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1.15;
}
.v3-page-hero p.v3-lead {
  position: relative;
  font-size: 15.5px;
  color: #dcebe9;
  max-width: 680px;
  margin: 0;
  line-height: 1.65;
}
.v3-page-hero .v3-leader-row {
  position: relative;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.v3-page-hero .v3-leader-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #bcd8d4;
}
.v3-page-hero .v3-leader-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 999px;
  padding: 5px 16px 5px 6px;
  color: #ffffff;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: bold;
}
.v3-page-hero .v3-leader-chip img {
  width: 26px; height: 26px; border-radius: 50%; object-fit: cover;
}
.v3-page-hero a.v3-leader-chip:hover { background: rgba(255,255,255,.24); text-decoration: none; color: #ffffff; }
.v3-page-hero .v3-leader-chip.v3-tbd { font-style: italic; font-weight: normal; opacity: .85; }

/* Two-column variant: text + line illustration */
.v3-page-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 36px;
  align-items: center;
}
.v3-page-hero-art {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 16px;
  padding: 12px;
}
.v3-page-hero-art img {
  display: block;
  width: 100%;
  border-radius: 8px;
}

/* ---------------- Interior content ---------------- */
.v3-content { padding: 54px 0; }
.v3-content-tight { padding: 40px 0; }
.v3-kicker {
  display: block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--v3-line, var(--v3-teal));
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--v3-line-soft, var(--v3-teal-soft));
}
.v3-body-text { font-size: 15.5px; line-height: 1.75; color: #33404c; max-width: 840px; }

.v3-notice {
  display: flex; gap: 12px; align-items: flex-start;
  background: #fff8e6; border: 1px solid #f0dfa8; border-left: 4px solid #e0a300;
  border-radius: 10px; padding: 14px 18px; margin-bottom: 34px;
  font-size: 13.5px; color: #6b5300; line-height: 1.55;
}
.v3-notice strong { color: #4d3c00; }

/* Topic cards */
.v3-topics-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.v3-topic-card {
  background: #ffffff; border: 1px solid var(--v3-border);
  border-top: 4px solid var(--v3-line, var(--v3-teal));
  border-radius: 14px; padding: 22px;
}
.v3-topic-card h4 { margin: 0 0 8px; font-size: 15.5px; font-weight: bold; color: var(--v3-ink); }
.v3-topic-card p { margin: 0; font-size: 13.5px; line-height: 1.62; color: var(--v3-muted); }

/* Open projects */
.v3-projects-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.v3-project-panel { background: var(--v3-teal-soft); border-radius: 14px; padding: 18px; }
.v3-project-level-badge {
  display: inline-block; background: var(--v3-line, var(--v3-teal)); color: #ffffff;
  font-size: 11px; font-weight: bold; text-transform: uppercase; letter-spacing: .06em;
  border-radius: 999px; padding: 4px 12px; margin-bottom: 12px;
}
.v3-project-item { background: #ffffff; border-radius: 10px; padding: 14px 16px; margin-bottom: 10px; }
.v3-project-item:last-child { margin-bottom: 0; }
.v3-project-item .v3-project-name { display: block; font-weight: bold; font-size: 13.5px; margin-bottom: 4px; color: var(--v3-ink); }
.v3-project-item .v3-project-desc { font-size: 12.5px; color: var(--v3-muted); line-height: 1.55; margin: 0 0 6px; }
.v3-project-item .v3-project-profile { font-size: 11.5px; color: var(--v3-teal); font-weight: bold; }
.v3-project-empty { font-size: 12.5px; color: #96a0aa; font-style: italic; margin: 0; }

/* Chips (advisor / degree / research line / distinction) */
.v3-chip { display: inline-flex; align-items: center; border-radius: 999px; padding: 3px 11px; font-size: 11px; font-weight: 600; margin: 2px 5px 2px 0; letter-spacing: .01em; }
.v3-chip-blue   { background: rgba(31, 97, 168, .10);  color: #2f5f95; }
.v3-chip-red    { background: rgba(192, 57, 43, .10);  color: #a8392a; }
.v3-chip-green  { background: rgba(15, 157, 88, .10);  color: #167a4a; }
.v3-chip-gold   { background: rgba(202, 160, 0, .14);  color: #8a6d00; }
.v3-chip-teal   { background: rgba(53, 95, 95, .12);   color: #2c4d4d; }
.v3-chip-purple { background: rgba(108, 79, 161, .10); color: #5c4189; }
.v3-legend { margin: 0 0 26px; }

/* Person cards (students / collaborators) */
.v3-person-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.v3-person-card { background: #ffffff; border: 1px solid var(--v3-border); border-radius: 12px; padding: 16px 18px; }
.v3-person-card .v3-person-name { font-weight: bold; font-size: 14.5px; color: var(--v3-ink); display: block; margin-bottom: 2px; }
.v3-person-card .v3-person-meta { font-size: 12.5px; color: var(--v3-muted); display: block; margin-bottom: 9px; }
.v3-person-card .v3-person-tags { line-height: 1.9; }

/* Alumni / graduates compact list */
.v3-alumni-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px 32px;
}
.v3-alumni-item {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid var(--v3-border);
  font-size: 14px;
}
.v3-alumni-year {
  flex: 0 0 auto;
  font-family: "Ancizar serif", serif;
  font-weight: bold;
  font-size: 12.5px;
  color: var(--v3-teal);
  min-width: 34px;
}
.v3-alumni-name { color: var(--v3-ink); }

/* Filter bar (Proyectos: realizados / abiertos / software) */
.v3-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
  padding-bottom: 28px;
  margin-bottom: 6px;
  border-bottom: 1px solid var(--v3-border);
}
.v3-filter-label {
  display: block;
  font-size: 11.5px;
  font-weight: bold;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--v3-muted);
  margin-bottom: 10px;
}
.v3-filter-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.v3-filter-chip {
  border: 1px solid var(--v3-border);
  background: #ffffff;
  cursor: pointer;
  padding: 8px 14px;
  border-radius: 999px;
  font-family: "Ancizar sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: var(--v3-muted);
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.v3-filter-chip:hover { color: var(--v3-teal-dark); border-color: var(--v3-teal); }
.v3-filter-chip.v3-filter-active { color: #ffffff; background: var(--v3-teal); border-color: var(--v3-teal); }

/* Publications / projects list */
.v3-notice-empty { font-size: 13.5px; color: var(--v3-muted); font-style: italic; padding: 30px 0; text-align: center; }
.v3-pub-row { display: flex; gap: 16px; align-items: flex-start; padding: 15px 0; border-bottom: 1px solid var(--v3-border); }
.v3-pub-row:first-of-type { padding-top: 0; }
.v3-pub-row:last-child { border-bottom: none; }
.v3-pub-year {
  flex: 0 0 auto; min-width: 52px; height: 52px; border-radius: 12px;
  background: var(--v3-teal-soft); color: var(--v3-teal-dark);
  display: flex; align-items: center; justify-content: center;
  font-weight: bold; font-family: "Ancizar serif", serif; font-size: 14px; text-align: center;
  padding: 0 8px; line-height: 1.15;
}
.v3-pub-body { flex: 1; min-width: 0; }
.v3-pub-author { display: block; font-weight: bold; font-size: 14px; color: var(--v3-ink); margin-bottom: 3px; }
.v3-pub-link { text-decoration: none; color: var(--v3-teal-dark); display: block; }
.v3-pub-title { display: block; font-size: 13px; line-height: 1.5; color: var(--v3-muted); }
.v3-pub-link .v3-pub-title { color: var(--v3-teal-dark); }
.v3-pub-link:hover .v3-pub-title { color: var(--v3-teal); text-decoration: underline; }
.v3-pub-program { margin: 4px 0 6px; font-size: 12px; color: var(--v3-muted); }
.v3-pub-program em { font-style: italic; }
.v3-pub-note { margin: 0 0 6px; font-size: 12px; color: #8a6d00; font-style: italic; }
.v3-pub-tags { margin-top: 7px; }
.v3-pub-static { cursor: default; }

/* Courses */
.v3-program-row { margin: 0 0 22px; font-size: 14px; }
.v3-program-row a { color: #8a6d00; text-decoration: none; border-bottom: 1px solid transparent; }
.v3-program-row a:hover { border-bottom-color: #8a6d00; }
.v3-course-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.v3-course-card {
  background: #ffffff; border: 1px solid var(--v3-border);
  border-left: 4px solid var(--v3-line, var(--v3-teal));
  border-radius: 12px; padding: 14px 18px;
}
.v3-course-name { font-weight: bold; font-size: 14.5px; display: block; margin-bottom: 8px; color: var(--v3-ink); }

/* ---------------- Responsive ---------------- */
@media (max-width: 992px) {
  .v3-hero-grid { grid-template-columns: 1fr; }
  .v3-hero-art { max-width: 460px; }
  .v3-page-hero-grid { grid-template-columns: 1fr; }
  .v3-page-hero-art { max-width: 360px; order: -1; }
  .v3-stats-grid { grid-template-columns: repeat(2, 1fr); row-gap: 22px; }
  .v3-stat:nth-child(2n) { border-right: none; }
  .v3-lines-grid { grid-template-columns: repeat(2, 1fr); }
  .v3-lines-info-grid { grid-template-columns: 1fr; }
  .v3-team-grid { grid-template-columns: repeat(3, 1fr); row-gap: 24px; }
  .v3-team-grid.v3-team-grid-center { grid-template-columns: repeat(3, 1fr); max-width: none; }
  .v3-explore-grid { grid-template-columns: repeat(2, 1fr); }
  .v3-two-col { grid-template-columns: 1fr; gap: 40px; }
  .v3-news-featured { grid-template-columns: 1fr; }
  .v3-news-featured.v3-news-thumb-vertical { grid-template-columns: 1fr; }
  .v3-news-featured-media { height: 220px; padding: 30px 0; }
  .v3-alumni-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .v3-hero h1 { font-size: 38px; }
  .v3-stats-grid { grid-template-columns: 1fr 1fr; }
  .v3-lines-grid { grid-template-columns: 1fr; }
  .v3-news-featured-media { height: 180px; }
  .v3-news-featured-body { padding: 34px 26px; }
  .v3-alumni-grid { grid-template-columns: 1fr; }
  .v3-news-featured-body h2 { font-size: 22px; }
  .v3-team-grid { grid-template-columns: repeat(2, 1fr); }
  .v3-team-grid.v3-team-grid-center { grid-template-columns: repeat(2, 1fr); max-width: none; }
  .v3-explore-grid { grid-template-columns: 1fr; }
  .v3-topics-grid { grid-template-columns: 1fr; }
  .v3-projects-grid { grid-template-columns: 1fr; }
  .v3-person-grid { grid-template-columns: 1fr; }
  .v3-course-grid { grid-template-columns: 1fr; }
  .v3-page-hero h1 { font-size: 28px; }
}
