.cv-container {
  max-width: 900px;
  margin: 0;
  color: #17231d;
}

.cv-header {
  margin-bottom: 4rem;
  padding: 2.5rem 0;
  text-align: left;
  border-top: 4px solid #1c5a43;
  border-bottom: 1px solid #b7b0a1;
  background: transparent;
  box-shadow: none;
}

.cv-title {
  max-width: 760px;
  margin: 0 0 1rem;
  color: #17231d;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1.3;
}

.cv-header__summary {
  max-width: 700px;
  color: #59645d;
  line-height: 1.7;
}

.cv-contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 1.5rem;
}

.cv-contact-grid a,
.cv-more a {
  color: #1c5a43;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(28, 90, 67, 0.35);
}

.cv-section {
  margin-bottom: 4rem;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.cv-section > h2,
.cv-two-column h2 {
  margin: 0 0 1.5rem;
  padding-bottom: 0.7rem;
  color: #17231d;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: 1px solid #b7b0a1;
}

.cv-item {
  margin: 0;
  padding: 1.4rem 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d8d3c5;
}

.cv-item:hover {
  background: transparent;
  transform: none;
}

.cv-item-header {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: baseline;
}

.cv-item-title {
  color: #17231d;
  font-size: 1rem;
  font-weight: 700;
}

.cv-item-date {
  flex-shrink: 0;
  padding: 0;
  color: #a44928;
  background: transparent;
  font-family: "SFMono-Regular", Menlo, Monaco, monospace;
  font-size: 0.7rem;
}

.cv-item-subtitle {
  margin: 0.35rem 0 0.65rem;
  color: #1c5a43;
  font-size: 0.82rem;
  font-weight: 600;
}

.cv-item p,
.cv-two-column p {
  margin: 0.55rem 0 0;
  color: #59645d;
  font-size: 0.84rem;
  line-height: 1.65;
}

.cv-item--compact {
  padding: 1rem 0;
}

.cv-artifact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #d8d3c5;
  border: 1px solid #d8d3c5;
}

.cv-artifact-grid article {
  padding: 1.5rem;
  background: #efebe1;
}

.cv-artifact-grid h3 {
  margin: 0 0 0.7rem;
  color: #17231d;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 1.2rem;
}

.cv-artifact-grid p {
  color: #59645d;
  font-size: 0.8rem;
  line-height: 1.55;
}

.cv-entry-card {
  margin-bottom: 0.8rem;
  padding: 1.25rem;
  background: rgba(255,255,255,0.35);
  border: 1px solid #d8d3c5;
  border-radius: 0;
  box-shadow: none;
}

.cv-entry-card:hover {
  border-color: #7f988b;
  transform: none;
  box-shadow: none;
}

.cv-entry-meta {
  display: flex;
  gap: 0.7rem;
  color: #a44928;
  font-size: 0.66rem;
  font-weight: 700;
  text-transform: uppercase;
}

.cv-entry-date,
.cv-entry-category {
  padding: 0;
  color: inherit;
  background: transparent;
  border-radius: 0;
}

.cv-entry-title {
  margin: 0.6rem 0 0.35rem;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 1.12rem;
}

.cv-entry-title a {
  color: #17231d;
  text-decoration: none;
}

.cv-entry-authors,
.cv-entry-venue {
  margin: 0.25rem 0;
  color: #59645d;
  font-size: 0.74rem;
}

.cv-entry-actions {
  display: none;
}

.cv-more {
  margin-top: 1.2rem;
  text-align: right;
}

.cv-two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4.5rem;
}

@media (max-width: 680px) {
  .cv-header { padding: 1.8rem 0; }
  .cv-title { font-size: 1.4rem; }
  .cv-item-header { flex-direction: column; gap: 0.35rem; }
  .cv-artifact-grid, .cv-two-column { grid-template-columns: 1fr; }
  .cv-two-column { gap: 2.5rem; }
}

@media print {
  .cv-contact-grid, .cv-more { display: none; }
  .cv-section { break-inside: avoid; }
}
