*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

img,
picture,
svg,
video {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

.project-case {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 80px);
  padding: clamp(2rem, 4vw, 4rem) clamp(1.5rem, 5vw, 6rem);
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  gap: clamp(3rem, 5vw, 5rem);
  background-color: #0a0e10;
  color: #8a8c8e;
}
.project-case::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/images/grid-design.png");
  background-size: 900px auto;
  background-position: center;
  background-repeat: repeat;
  opacity: 0.03;
  pointer-events: none;
  z-index: 0;
}
.project-case > * {
  position: relative;
  z-index: 1;
}

.project-sidebar {
  position: sticky;
  align-self: start;
  min-height: 78vh;
  padding: 2rem 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.0392156863);
  background: linear-gradient(#0a0e10, rgba(13, 18, 20, 0.6352941176), #0a0e10);
  clip-path: polygon(0 1.2rem, 1.2rem 0, 100% 0, 100% calc(100% - 1.2rem), calc(100% - 1.2rem) 100%, 0 100%);
}

.back-link {
  display: inline-flex;
  margin-bottom: 3rem;
  color: #8a8c8e;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.8rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease;
}
.back-link:hover {
  color: #d43d85;
}

.section-label {
  margin-bottom: 1.5rem;
  color: #8a8c8e;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.project-detail-list {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.project-detail {
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  gap: 1rem;
  padding: 1.4rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0392156863);
}
.project-detail:last-child {
  border-bottom: 0;
}
.project-detail h3 {
  margin: 0 0 0.6rem;
  color: #f0f1f0;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.project-detail p {
  margin: 0;
  color: #8a8c8e;
  font-size: 0.85rem;
  line-height: 1.5;
}
.project-detail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.project-detail li {
  position: relative;
  margin-bottom: 0.35rem;
  padding-left: 1rem;
  font-size: 0.85rem;
  line-height: 1.5;
}
.project-detail li::before {
  content: "/";
  position: absolute;
  left: 0;
  color: #d43d85;
}

.detail-icon {
  width: 1.1rem;
  height: 1.1rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 0.15rem;
}

.tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}
.tech-tags span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.0392156863);
  border-radius: 2px;
  white-space: nowrap;
  color: #f0f1f0;
}
.tech-tags .skill-img {
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.aseprite-animations {
  display: inline;
  padding-bottom: 1rem;
  width: 5rem;
  height: auto;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

.aseprite-img {
  display: inline;
  padding-bottom: 1rem;
  padding-inline: 0.3rem;
  width: 3rem;
  height: auto;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

.aseprite-motel {
  display: inline;
  padding-inline: 0.3rem;
  width: 15rem;
  height: auto;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

.project-content {
  min-width: 0;
  background: linear-gradient(#0a0e10, rgba(10, 14, 16, 0.431372549), #0a0e10);
  box-shadow: rgba(255, 255, 255, 0.043) 0px 1px 1px 0px inset, rgba(51, 20, 39, 0.173) 0px 50px 100px -20px, rgba(0, 0, 0, 0.115) 0px 30px 60px -30px;
}

/* IMAGE CAROUSEL */
.project-carousel {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.0392156863);
  padding: 0.7rem;
  overflow: hidden;
  aspect-ratio: 16/4.2;
  min-height: 16rem;
  clip-path: polygon(0 1rem, 1rem 0, 100% 0, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 0 100%);
}

.carousel-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  filter: contrast(1.05) saturate(0.6);
  transition: opacity 0.35s ease;
  z-index: 1;
  pointer-events: none;
}

.teamTrash {
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 3rem;
  height: 3.2rem;
  border: 0;
  background-color: rgba(10, 14, 16, 0.75);
  color: #8a8c8e;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 3rem;
  font-weight: 100;
  line-height: 1;
  padding-bottom: 3.8rem;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.carousel-button:hover {
  color: #d43d85;
  border-color: #d43d85;
  background-color: rgba(10, 14, 16, 0.9);
}

.carousel-button--left {
  left: 0;
}

.carousel-button--right {
  right: 0;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin: 1.4rem 0 2rem;
}
.carousel-dots button {
  width: 0.55rem;
  height: 0.55rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background-color: rgba(138, 140, 142, 0.45);
  cursor: pointer;
}
.carousel-dots button.is-active {
  width: 1.2rem;
  background-color: #d43d85;
}

/* PROJECT HERO */
.project-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  margin-top: 1rem;
}

.project-type {
  margin: 0 0 0.5rem;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.9rem;
}

.project-hero h1 {
  margin: 0;
  color: #8a8c8e;
  font-size: clamp(3.5rem, 7vw, 6rem);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.project-tags {
  margin-top: 1.2rem;
  color: #d43d85;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.thesis-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  padding: 1rem 1.6rem;
  border: 1px solid #d43d85;
  color: #d43d85;
  background-color: transparent;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 1rem, 100% 100%, 1rem 100%, 0 calc(100% - 1rem));
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.thesis-button:hover {
  background-color: #d43d85;
  color: #0a0e10;
  box-shadow: 0 0 24px rgba(212, 61, 133, 0.4);
}

/* TEXT CONTENT */
.project-description {
  margin-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}
.project-description p {
  max-width: 75rem;
  line-height: 1.75;
}

.project-sections {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  margin-top: 2.5rem;
}

.text-block h2 {
  margin: 0 0 1rem;
  font-family: "JetBrains Mono", monospace;
  font-size: 1rem;
  font-weight: 500;
  color: #8a8c8e;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.text-block h2::first-letter {
  color: #d43d85;
}
.text-block p {
  line-height: 1.7;
}
.text-block h3 {
  margin: 0 0 0.3rem;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.9rem;
  color: #53bdc1;
  text-transform: uppercase;
}

.decorative-img {
  padding: 0 1rem 0 0;
  width: 40rem;
  height: auto;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

@media (max-width: 1150px) {
  .project-case {
    grid-template-columns: 1fr;
  }
  .project-sidebar {
    position: static;
    min-height: auto;
  }
  .project-detail-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .project-detail {
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  }
  .project-detail:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.55);
  }
}
@media (max-width: 750px) {
  .project-case {
    padding: 2rem 1.2rem;
  }
  .project-detail-list {
    grid-template-columns: 1fr;
  }
  .project-detail:nth-child(odd) {
    border-right: 0;
  }
  .project-hero {
    grid-template-columns: 1fr;
  }
  .project-sections {
    grid-template-columns: 1fr;
  }
  .carousel-image {
    aspect-ratio: 16/8;
  }
  .project-hero h1 {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }
  .thesis-button {
    width: 100%;
  }
}/*# sourceMappingURL=project-pages.css.map */