:root {
  --blue: #3b5998;
  --green: #138808;
  --pc-pink: #e8b4bc;
  --inde-purple: #b8b4dc;
  --ind-blue: #7ba3d4;
  --p1-orange: #e8bc94;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

html {
  background-color: #fffff8;
}

body {
  margin: auto;
  max-width: 780px;
  line-height: 1.65;
  padding: 0 1.5rem;
  background-color: #fffff8;
  font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  color: #111;
}

header {
  margin-top: 3rem;
  margin-bottom: 2.5rem;
}

h1 {
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
}

nav {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  color: #666;
}

nav a {
  color: #666;
  text-decoration: none;
  transition: color 0.15s ease;
  white-space: nowrap;
  border: none;
  font-weight: normal;
}

nav a:hover {
  color: var(--blue);
  text-decoration: underline;
}

nav a.active {
  color: #111;
  text-decoration: underline;
}

main p {
  margin-bottom: 1.4rem;
  line-height: 1.7;
}

.posts {
  margin-top: 3rem;
}

.posts p {
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
}

.posts ul {
  list-style-position: outside;
  padding-left: 1.5rem;
  margin-top: 1rem;
}

.posts li {
  margin-bottom: 1rem;
  line-height: 1.6;
}

 a {
  color: var(--blue);
  text-decoration: underline;
  transition: text-decoration-color 0.30s ease;
}

.pipeline-intro {
  margin-bottom: 3rem;
  font-size: 1.1rem;
  color: #333;
}

.pipeline-section {
  margin-bottom: 4rem;
}

.section-title {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: #111;
}

.section-description {
  font-size: 1rem;
  color: #666;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.pipeline-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  table-layout: fixed;
}

.pipeline-table thead {
  border-bottom: 2px solid #ddd;
}

.pipeline-table th {
  text-align: center;
  padding: 0.75rem 1rem;
  font-weight: 400;
  color: #666;
  font-size: 0.95rem;
}

.pipeline-table th:nth-child(1),
.pipeline-table td:nth-child(1) {
  width: 30%;
}

.pipeline-table th:nth-child(2),
.pipeline-table td:nth-child(2) {
  width: 22%;
}

.pipeline-table th:nth-child(3),
.pipeline-table td:nth-child(3) {
  width: 22%;
}

.pipeline-table th:nth-child(4),
.pipeline-table td:nth-child(4) {
  width: 26%;
}

.pipeline-table tbody tr {
  border-bottom: 1px solid #eee;
  transition: background-color 0.15s ease;
}

.pipeline-table tbody tr:last-child {
  border-bottom: none;
}

.pipeline-table tbody tr:hover {
  background-color: #fafafa;
}

.pipeline-table td {
  padding: 0.9rem 1rem;
  vertical-align: middle;
  text-align: center;
}

.pipeline-table .program-name {
  font-weight: 400;
  color: #111;
}

.pipeline-table .stage {
  color: #555;
}

.pipeline-table .year {
  color: var(--green);
  font-weight: 600;
}

.market-value {
  font-weight: 600;
  color: var(--green);
}

.note {
  margin-top: 2rem;
  padding: 1rem 1.5rem;
  background-color: #fafafa;
  border-left: 3px solid var(--blue);
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
}

footer {
  margin-top: 4rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 1rem;
  text-align: center;
}

footer a {
  color: #666;
  text-decoration: none;
  transition: color 0.15s ease;
}

footer a:hover {
  color: var(--blue);
  text-decoration: underline;
}

@media (max-width: 768px) {
  body {
    max-width: 100%;
  }

  .pipeline-table {
    font-size: 0.9rem;
  }

  .pipeline-table th,
  .pipeline-table td {
    padding: 0.7rem 0.5rem;
  }

  .pipeline-table th {
    font-size: 0.85rem;
  }

  .section-description {
    font-size: 0.95rem;
  }
}

hr{
    margin-bottom: 1em;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  background-color: #fffff8;
}

body {
  margin: auto;
  max-width: 820px;
  line-height: 1.65;
  padding: 0 1.5rem;
  background-color: #fffff8;
  font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  color: #111;
}

header {
  margin-top: 3rem;
  margin-bottom: 2.5rem;
}

h1 {
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
}

nav {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  color: #666;
}



main p {
  margin-bottom: 1.4rem;
  line-height: 1.7;
}

main a:hover {
  text-decoration-color: orange;
}

hr {
  margin: 3rem 0 2rem 0;
  border: none;
  border-top: 1px solid #ddd;
}

.profiles-list {
  margin-top: 2rem;
}

.profile {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #eee;
}

.profile:last-child {
  border-bottom: none;
}

.profile-header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 0.8rem;
  gap: 0.5rem;
}

.profile .name {
  font-size: 1.1rem;
  font-weight: 400;
  color: #111;
}

.profile .separator {
  color: #ccc;
  font-size: 1rem;
}

.profile .title {
  font-size: 0.95rem;
  color: var(--green);
  font-weight: 600;
}

.profile .bio {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
}

footer {
  margin-top: 4rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 1rem;
}

footer a {
  color: #666;
  text-decoration: none;
  transition: color 0.15s ease;
}

footer a:hover {
  color: var(--blue);
}

@media (max-width: 768px) {
  body {
    max-width: 100%;
  }

  .profile-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }

  .profile .separator {
    display: none;
  }

  .profile .name {
    font-size: 1.05rem;
  }

  .profile .title {
    font-size: 0.9rem;
  }

  .profile .bio {
    font-size: 0.95rem;
  }
}

/* Add to your CSS */
@media (max-width: 625px) {
  nav .nav-sep {
    display: none;
  }
  
  nav a {
    display: inline-block;
    margin-bottom: 0.5rem;
    margin-right: 0.5rem;
  }
}

/* Apply to all screens below a certain width */
@media (max-width: 320px) {
  html {
    min-width: 400px;
  }
  
  body {
    min-width: 400px;
    overflow-x: auto;
  }
}

.job-list-item a {
  border-bottom: none;
}

/* Job listings styles */
#filter-tags {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.filter-tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.filter-tag {
  padding: 0.5rem 1rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  font-size: 0.9rem;
  color: #666;
  cursor: pointer;
  transition: all 0.15s ease;
  font-family: inherit;
  white-space: nowrap;
}

.filter-tag:hover {
  border-color: var(--blue);
  color: #111;
}

.filter-tag.active {
  background-color: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

#jobs-container {
  margin-top: 3rem;
}

.priority-jobs-section {
  margin-bottom: 2rem;
}

.priority-header,
.regular-header {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  color: #111;
}

.priority-header {
  color: var(--blue);
}

.regular-header {
  color: #666;
}

.job-card {
  margin-bottom: 1rem;
  padding: 1rem 1.25rem;
  border: 1px solid #eee;
  border-radius: 4px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.job-card:hover {
  border-color: #ddd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.job-card.priority {
  border-left: 4px solid var(--blue);
  background-color: #fffaf5;
}

.job-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  gap: 1rem;
}

.job-title {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
  flex: 1;
}

.job-title a {
  color: #111;
  text-decoration: none;
  border-bottom: solid 1px #111;
}

.job-title a:hover {
  color: var(--blue);
}

.job-category-group {
  margin-bottom: 2rem;
}

.category-title {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 1rem;
  margin-top: 0;
  color: #333;
}

.job-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: #666;
}

.job-location {
  color: #666;
}

.job-separator {
  color: #ccc;
}

.job-remote {
  color: var(--green);
  font-weight: 500;
}

@media (max-width: 768px) {
  .filter-tags-container {
    gap: 0.5rem;
  }
  
  .filter-tag {
    padding: 0.4rem 0.85rem;
    font-size: 0.85rem;
  }
  
  .job-card {
    padding: 0.875rem 1rem;
  }
  
  .job-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  
  .job-title {
    font-size: 1.1rem;
  }
  
  .priority-header,
  .regular-header {
    font-size: 1.3rem;
  }
  
  .category-title {
    font-size: 1.15rem;
  }
}

figcaption {
  font-style: normal;
}