section.ela-vsot[data-wos-library="ela-04-project-archive-project-grid"] {
  background-color: #0a0a0a !important;
  color: #EDDDD1;
  width: 100%;
  max-width: none;
  padding-top: 0 !important;
  padding-bottom: 8rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  margin: 0 !important;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  section.ela-vsot[data-wos-library="ela-04-project-archive-project-grid"] {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

section.ela-vsot[data-wos-library="ela-04-project-archive-project-grid"] .font-anton {
  font-family: var(--wos-font-heading, Anton, sans-serif);
  text-transform: uppercase;
}

section.ela-vsot[data-wos-library="ela-04-project-archive-project-grid"] h2.font-anton,
section.ela-vsot[data-wos-library="ela-04-project-archive-project-grid"] h2.title-inner {
  font-family: var(--wos-font-heading, Anton, sans-serif) !important;
  text-transform: uppercase;
  font-weight: 400 !important;
  color: #EDDDD1;
  margin: 0 0 0.5rem;
  letter-spacing: normal;
}

section.ela-vsot[data-wos-library="ela-04-project-archive-project-grid"] .text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

section.ela-vsot[data-wos-library="ela-04-project-archive-project-grid"] .text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

@media (min-width: 768px) {
  section.ela-vsot[data-wos-library="ela-04-project-archive-project-grid"] .md\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  section.ela-vsot[data-wos-library="ela-04-project-archive-project-grid"] .md\:text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }
}

section.ela-vsot[data-wos-library="ela-04-project-archive-project-grid"] .font-space {
  font-family: var(--wos-font-body, "Space Mono", monospace);
}

section.ela-vsot[data-wos-library="ela-04-project-archive-project-grid"] .bg-dark {
  background-color: #161616;
}

section.ela-vsot[data-wos-library="ela-04-project-archive-project-grid"] .text-beige {
  color: #EDDDD1;
}

section.ela-vsot[data-wos-library="ela-04-project-archive-project-grid"] .text-beige\/50 {
  color: rgba(237, 221, 209, 0.5);
}

section.ela-vsot[data-wos-library="ela-04-project-archive-project-grid"] .text-blueish {
  color: #6F8E99;
}

section.ela-vsot[data-wos-library="ela-04-project-archive-project-grid"] .fade-up {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: no-preference) {
  section.ela-vsot[data-wos-library="ela-04-project-archive-project-grid"].is-enhanced .fade-up:not(.is-visible) {
    opacity: 0;
    transform: translateY(50px);
  }

  section.ela-vsot[data-wos-library="ela-04-project-archive-project-grid"].is-enhanced .fade-up.is-visible {
    opacity: 1;
    transform: none;
    transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1), transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

section.ela-vsot[data-wos-library="ela-04-project-archive-project-grid"] .img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

.wos-canvas-shell section.ela-vsot[data-wos-library="ela-04-project-archive-project-grid"] .img-wrap img,
section.ela-vsot[data-wos-library="ela-04-project-archive-project-grid"] .img-wrap img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

section.ela-vsot[data-wos-library="ela-04-project-archive-project-grid"] .project-card:hover .img-wrap img {
  transform: scale(1.05);
}

section.ela-vsot[data-wos-library="ela-04-project-archive-project-grid"] .project-card .title-wrap {
  overflow: hidden;
}

section.ela-vsot[data-wos-library="ela-04-project-archive-project-grid"] .project-card .title-inner {
  display: inline-block;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

section.ela-vsot[data-wos-library="ela-04-project-archive-project-grid"] .project-card:hover .title-inner {
  transform: skewY(-2deg) translateY(-2px);
  color: #6F8E99;
}

section.ela-vsot[data-wos-library="ela-04-project-archive-project-grid"] .project-card {
  text-decoration: none;
  color: inherit;
}

section.ela-vsot[data-wos-library="ela-04-project-archive-project-grid"] nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  font-family: var(--wos-font-body, "Space Mono", monospace);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

section.ela-vsot[data-wos-library="ela-04-project-archive-project-grid"] nav li {
  margin: 0;
}

section.ela-vsot[data-wos-library="ela-04-project-archive-project-grid"] nav a,
section.ela-vsot[data-wos-library="ela-04-project-archive-project-grid"] nav span {
  display: inline-flex;
  min-width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  padding: 0 0.75rem;
  border: 1px solid rgba(237, 221, 209, 0.15);
  color: rgba(237, 221, 209, 0.55);
  text-decoration: none;
}

section.ela-vsot[data-wos-library="ela-04-project-archive-project-grid"] nav a:hover {
  color: #EDDDD1;
  border-color: #6F8E99;
}

section.ela-vsot[data-wos-library="ela-04-project-archive-project-grid"] nav .current {
  color: #0a0a0a;
  background: #6F8E99;
  border-color: #6F8E99;
}
