:root {
  --projects-surface: rgba(255, 255, 255, 0.22);
  --projects-surface-strong: rgba(255, 255, 255, 0.35);
  --projects-text: rgba(0, 0, 0, 0.88);
  --projects-muted: rgba(0, 0, 0, 0.6);
  --projects-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.projects-content {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 80%;
  padding-top: 12rem;
}

.projects-selector {
  display: inline-flex;
  align-items: flex-end;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  height: 64px;
}

.projects-selector-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 70%;
  padding: 0 6rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.75);
  background-color: #A1DA5B;
  font-weight: 700;
  transition: all 150ms ease;
}
.projects-selector-item.active {
  height: 100%;
  background-color: #C9FF87;
  color: rgb(0, 0, 0);
  padding: 0 6rem;
}
.projects-selector-item:focus-visible {
  outline: 3px solid rgba(0, 0, 0, 0.35);
  outline-offset: 2px;
}

.project-hero {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  margin-bottom: 48px;
  padding: 2rem 0;
}
.project-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.05);
  filter: blur(0.6px) saturate(1.05);
}
.project-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.6));
  pointer-events: none;
}
.project-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 420px) 1fr;
  gap: 28px;
  padding: 28px;
  align-items: stretch;
}
.project-hero__left {
  display: grid;
  gap: 14px;
  align-content: start;
}
.project-hero__left img {
  width: 100%;
  height: auto;
}
.project-hero__logo {
  width: min(340px, 100%);
  height: auto;
  border-radius: 14px;
  background: none;
  padding: 0;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.project-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.project-hero__bullets {
  margin: 0;
  padding-left: 18px;
  color: var(--projects-text);
  font-weight: 600;
}
.project-hero__bullets li {
  margin: 6px 0;
}
.project-hero__right {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  align-content: start;
  color: var(--projects-text);
}
.project-hero__title {
  margin: 0;
  font-size: 1.6rem;
  color: var(--projects-text);
}
.project-hero__description {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.project-hero__description p {
  margin: 0 0 12px 0;
  line-height: 1.6;
  color: var(--projects-text);
}
.project-hero__description p:last-child {
  margin-bottom: 0;
}
.project-hero__description strong {
  font-weight: 800;
}
.project-hero__actions {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
}

.tag-chip {
  --tag-color: rgba(255, 255, 255, 0.9);
  background: var(--tag-color);
  color: rgba(0, 0, 0, 0.88);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.88rem;
  line-height: 1;
  white-space: nowrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 18px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: transform 120ms ease, box-shadow 120ms ease;
}
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}
.btn--primary {
  background: rgba(0, 0, 0, 0.88);
  color: rgba(255, 255, 255, 0.98);
}
.btn--secondary {
  background: rgba(0, 0, 0, 0.72);
  color: rgba(255, 255, 255, 0.98);
}

@media (max-width: 960px) {
  .project-hero__inner {
    grid-template-columns: 1fr;
  }
  .project-hero__actions {
    justify-content: flex-start;
  }
}
@media (max-width: 860px) {
  .projects-content {
    max-width: 92%;
    padding-top: 9rem;
  }
}
@media (max-width: 720px) {
  .projects-content {
    padding-bottom: 7rem;
  }
  .projects-selector {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    transform: none;
    width: auto;
    height: auto;
    align-items: center;
    overflow-x: auto;
    padding: 10px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    -webkit-backdrop-filter: blur(32px);
            backdrop-filter: blur(32px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
    z-index: 1000;
  }
  .projects-selector-item {
    height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    scroll-snap-align: start;
  }
  .projects-selector-item.active {
    height: 44px;
    padding: 0 18px;
  }
  .project-hero {
    padding: 1.5rem 0;
  }
  .project-hero__inner {
    padding: 18px;
  }
}
/*# sourceMappingURL=projects.css.map */
