:root {
  --background: #000000;
  --foreground: #4eee85;
  --accent: #4eee85;
}

.showcase-intro h1 {
  margin-top: 0.5rem;
}

.showcase-links {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.showcase-links__item {
  margin: 0 0 18px;
  padding: 0 0 18px;
  border-bottom: 1px dotted #4eee85;
}

.showcase-links__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.showcase-links__item a {
  font-weight: bold;
  text-decoration: none;
}

.showcase-links__desc {
  display: block;
  margin-top: 6px;
  opacity: 0.8;
  font-size: 0.9rem;
}

.showcase-project__cover {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
  margin: 0 0 1.5rem !important;
  border: 2px solid #4eee85 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-sizing: border-box;
  background: #111811;
}

.showcase-project__title {
  margin-bottom: 1.5rem;
}

.showcase-project__content {
  margin-bottom: 2rem;
}

.showcase-back {
  margin-top: 2.5rem;
  opacity: 0.75;
  font-size: 0.9rem;
}

.showcase-back a {
  color: #4eee85;
  text-decoration: none;
}

.showcase-back a:hover {
  text-decoration: underline;
}

.cv-page,
.contact-page {
  max-width: 100%;
}

.cv-header,
.contact-header {
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px dotted rgba(78, 238, 133, 0.3);
}

.cv-header__name,
.contact-header__title {
  margin: 0 0 0.35rem !important;
  border: none !important;
}

.cv-header__name::after,
.contact-header__title::after {
  display: none !important;
}

.cv-header__headline,
.cv-header__meta,
.cv-header__intro,
.contact-header__intro {
  margin: 0.35rem 0 0;
  color: #3dcc6e;
  line-height: 1.5;
}

.cv-header__headline {
  color: #4eee85;
  font-weight: bold;
}

.cv-section,
.contact-section {
  margin: 0 0 2rem;
}

.cv-section__title,
.contact-section__title {
  margin: 0 0 0.75rem !important;
  font-size: 1rem !important;
  color: #4eee85;
  border: none !important;
  padding: 0 !important;
}

.cv-section__title::after,
.contact-section__title::after {
  display: none !important;
}

.cv-section__text,
.cv-section__more {
  margin: 0;
  color: #3dcc6e;
  line-height: 1.6;
}

.cv-entry {
  margin: 0 0 1.25rem;
  padding: 0 0 1.25rem;
  border-bottom: 1px dotted rgba(78, 238, 133, 0.2);
}

.cv-entry:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.cv-entry--compact {
  padding-bottom: 0.75rem;
}

.cv-entry__title {
  margin: 0 0 0.5rem !important;
  font-size: 1rem !important;
  border: none !important;
}

.cv-entry__title a {
  color: #4eee85;
  text-decoration: none;
}

.cv-entry__title a:hover {
  text-decoration: underline;
}

.cv-role {
  margin: 0 0 0.85rem;
}

.cv-role:last-child {
  margin-bottom: 0;
}

.cv-role__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.35rem 1rem;
}

.cv-role__title {
  color: #4eee85;
}

.cv-role__period,
.cv-role__location {
  margin: 0.2rem 0 0;
  font-size: 0.85rem;
  color: #3dcc6e;
  opacity: 0.85;
}

.cv-role__list,
.cv-list,
.contact-links {
  margin: 0.5rem 0 0;
  padding-left: 1.2rem;
  color: #3dcc6e;
  line-height: 1.55;
}

.cv-list--links a,
.contact-links a,
.contact-channel__link,
.cv-footer a,
.contact-footer a,
.cv-section__more a {
  color: #4eee85;
  text-decoration: none;
}

.cv-list--links a:hover,
.contact-links a:hover,
.contact-channel__link:hover,
.cv-footer a:hover,
.contact-footer a:hover,
.cv-section__more a:hover {
  text-decoration: underline;
}

.cv-list__note {
  opacity: 0.8;
}

.cv-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cv-tags__item {
  padding: 4px 10px;
  border: 1px solid rgba(78, 238, 133, 0.45);
  font-size: 0.82rem;
  color: #3dcc6e;
}

.cv-section--cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.contact-channels {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-channel {
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border-bottom: 1px dotted rgba(78, 238, 133, 0.2);
}

.contact-channel:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.contact-channel__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.35rem 1rem;
  text-decoration: none !important;
}

.contact-channel__name {
  font-weight: bold;
  color: #4eee85;
}

.contact-channel__label {
  color: #3dcc6e;
  font-size: 0.9rem;
}

.contact-channel__note {
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
  color: #3dcc6e;
  opacity: 0.8;
}

.cv-footer,
.contact-footer {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px dotted rgba(78, 238, 133, 0.3);
  color: #3dcc6e;
}

@media (max-width: 684px) {
  .cv-section--cols {
    grid-template-columns: 1fr;
  }

  .cv-header,
  .contact-header {
    margin-top: 1rem;
  }
}
