/* ================================================= */
/* RESET LINKS */
/* ================================================= */

a,
a:hover,
a:visited,
a:link {
  text-decoration: none;
  color: rgb(24 24 27);
}

/* ================================================= */
/* BASE */
/* ================================================= */

html {
  position: relative;
  height: 100%;
  min-height: 100%;
  margin: 0;
}

body {
  font-family: "Roboto Slab", "Roboto", "Lato", sans-serif;
  font-size: 20px;
  font-weight: 400;
  width: auto;
  height: 100%;
  min-height: 100%;
  margin: 0;
  background-color: #fcfcfc;
}

li {
  text-align: left;
}

/* ================================================= */
/* LAYOUT */
/* ================================================= */

.container {
  overflow: auto;
  max-width: 2000px;
  padding: 0 40px;
  margin: 0 auto;
}

.header {
  margin-top: 110px;
  margin-bottom: 20px;
}

.content {
  margin: 20px 0;
}

div.content {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #777;
}

.content a {
  color: rgb(4, 6, 110);
}

/* ================================================= */
/* TYPOGRAPHY */
/* ================================================= */

.author {
  color: #070707;
}

.author h1,
.author h2,
.author h3,
.author h4,
.author h5,
.author h6,
.author p {
  font-family: "Roboto Slab", serif;
}

.title {
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  color: rgb(0, 0, 0);
}

header.title, 
header.title h1, 
header.title a {
  margin-top: 50px;
  padding: 0;
  color: #000000 !important;   /* Negro absoluto */
  font-weight: 1000 !important; /* Grosor máximo */
  font-size: 42px !important;  /* Tamaño grande */
  text-decoration: none;       /* Quita subrayados si es link */
}

.intro {
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  font-size: 20px;
  color: rgb(0, 0, 0);
  margin-top: -15px;
}

.description {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  color: rgb(3, 2, 2);
  font-weight: 400;
  font-size: 16px;
}

.excerpt {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 200;
  color: #555;
  margin-bottom: 20px;
}

/* ================================================= */
/* LISTS */
/* ================================================= */

.list h1 {
  font-size: 50px;
}
.research-subtitle {
  font-size: 30px;
}
.list {
  font-family: "Roboto", sans-serif;
  margin-top: 30px;
}
.list-entry .meta {
  color: rgb(8, 8, 8);
}
.list-entry .meta a {
  color: rgb(15, 8, 110);

}
.list li {
  list-style: none;
}

.list-entry {
  font-family: "Roboto Slab", serif;
  font-size: 10px;
  font-weight: 400;
  margin: 10px 0 20px;
}

.list-entry-link {
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  color: rgb(24 24 27);
}

/* ================================================= */
/* IMAGES */
/* ================================================= */

.headshot {
  width: 190px;
  height: 200px;
  object-fit: cover;
  object-position: 50% 15%;
}

/* ================================================= */
/* META */
/* ================================================= */

.meta {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 200;
  color: rgb(113 113 122);
}

a.meta {
  color: rgb(2, 4, 95);
}

h6.meta {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 200;
  color: rgb(113 113 122);
}

section.meta {
  margin-top: 20px;
}

/* ================================================= */
/* FOOTER / SOCIAL */
/* ================================================= */

.footer {
  margin-top: 10px;
  color: #8b8b8b;
}

.copyright {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 200;
}

.powered {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.social {
  margin: 20px 10px;
}

.social a {
  color: #526d7a;
  margin: 5px;
}

/* ================================================= */
/* 🔥 MENU — FIX DEFINITIVO PARA HUGO-GOA */
/* ================================================= */

.menu ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu li {
  display: inline-block;
}

.menu a {
  white-space: nowrap;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: rgb(18, 4, 95);
}

/* ================================================= */
/* ERROR PAGE */
/* ================================================= */

.error {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-top: 100px;
}

.error a {
  color: rgb(153 27 27);
}

.error h1 {
  font-size: 80px;
  color: #8b8b8b;
}

.error p {
  margin-top: 150px;
  color: #777;
}

/* ================================================= */
/* RESPONSIVE */
/* ================================================= */

@media (max-width: 991px) {
  .header {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .list {
    margin-top: 30px;
  }

  .menu ul {
    justify-content: center;
  }
}

/* ================================================= */

pre > code {
  white-space: pre;
  word-wrap: initial;
  word-break: initial;
}