/* PROJECT PAGE STYLES */

/* Font Face Declarations */
@font-face {
  font-family: 'Sddystopiandemo';
  src: url('../fonts/Sddystopiandemo.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');


a:not(.custom-nav-btn) {
  text-decoration: none;
  color: inherit;
  -webkit-transition: .2s;
  transition: .2s;
  transition-timing-function: linear;
}

a.textLink {
  color: var(--color-primary)
}

.pageContain {
  padding-left: 24px;
  padding-right: 24px;
}

button {
  cursor: pointer;
}

sup {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0px;
}

h3 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 4rem;
  /* font-size: calc(20px + ((120 - 60) * (100vw - 320px) / (1728 - 320))); */
  line-height: 1;
  font-weight: 300;
  color: var(--color-text);
  letter-spacing: -0.07em;
  margin: 0 0 20px 0;
  text-transform: none;
  text-align: left;
}

/* SELECTION */
::-moz-selection {
	color: var(--color-text-orange);
	background: transparent;
  opacity: .5;
}

::selection {
	color: var(--color-text-orange);
	background: transparent;
  opacity: .5;
}

::-webkit-scrollbar {
	display: none;
}

/* Prevent horizontal overflow */
html, body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

/* Landing Section with windowFit */
.project-landing.windowFit {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0 24px;
  box-sizing: border-box;
}

/* Project Title */
.project-title {
  font-family: 'Sddystopiandemo', sans-serif;
  font-size: calc(100px + ((170 - 100) * (100vw - 160px) / (1728 - 160)));
  line-height: 1;
  font-weight: normal;
  color: var(--color-text);
  margin: 0 0 -20px 0;
  letter-spacing: -0.02em;
  text-transform: none;
}

/* Project Description */
.project-description {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  color: var(--color-text-orange);
  max-width: 400px;
  margin: 0;
  letter-spacing: -0.01em;
}

/* Content Section */
.project-content {
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 0px;
  box-sizing: border-box;
  width: 100%;
}

/* Three-Column Content Block Section */
.project-content-block {
  margin: 200px 0px;
  padding: 0px 32px;
  width: 100%;
  box-sizing: border-box;
}

.project-content-block-title {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 4rem;
  /* font-size: calc(20px + ((120 - 60) * (100vw - 320px) / (1728 - 320))); */
  line-height: 1.1;
  font-weight: 300;
  color: var(--color-text);
  margin: 0 0 100px 0;
  letter-spacing: -0.07em;
  text-transform: none;
  text-align: left;
}

.project-content-item {
  margin: 0 0 100px 0;
}

.project-content-item:last-child {
  margin-bottom: 0;
}

.project-content-columns {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  gap: 48px;
  margin: 0 0 0 120px;
  align-items: start;
  max-width: calc(100% - 120px);
  box-sizing: border-box;
}

.project-content-subheader {
  min-width: 120px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--color-text-orange);
  text-align: right;
  margin: 0;
  letter-spacing: 0.01em;
  white-space: nowrap;
  padding-top: 0;
}

.project-content-column {
  font-family: 'Spline Sans', Verdana, Tahoma, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: var(--color-text);
  text-align: left;
  margin: 0;
  letter-spacing: -0.01em;
}

/* Statement Section */
.project-statement-section {
  width: 100%;
  padding: 0 0 0 80px;
  margin: 0 0;
  box-sizing: border-box;
  position: relative;
}

.project-statement-container {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.project-statement-text {
  position: relative;
  z-index: 2;
  font-family: 'IBM PLEX MONO', monospace;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1;
  font-weight: 300;
  color: var(--color-neutral-800);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  display: flex;
  flex-direction: column;
  max-width: 1600px;
  padding-top: 20px;
}

.project-statement-line-first {
  margin-left: 320px;
  margin-bottom: 0.5em;
}

.project-statement-line {
  margin-bottom: 0.5em;
}

.project-statement-line:last-child {
  margin-bottom: 0;
}

/* Photo Gallery Section */
.project-gallery-section {
  width: 100%;
  padding: 32px;
  margin: 100px 0;
  box-sizing: border-box;
}

.project-gallery-container {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
  min-height: 600px;
}

.project-gallery-image-large {
  width: 100%;
  height: 100%;
  min-height: 600px;
  overflow: hidden;
}

.project-gallery-image-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.project-gallery-image-small {
  width: 100%;
  height: 50%;
  min-height: 300px;
  overflow: hidden;
}

.project-gallery-image-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Image Carousel Section */
.project-carousel-section {
  width: 100%;
  padding: 20px 32px;
  margin: 20px 0;
  box-sizing: border-box;
}

.project-carousel-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.project-carousel-viewport {
  width: 100%;
  max-width: 90%;
  overflow: hidden;
  border-radius: 4px;
  background: var(--color-surface);
}

.project-carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  transition: transform 0.5s ease;
  width: 100%;
}

.project-carousel-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--color-text);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 20px 0;
}

.project-carousel-slide {
  position: relative;
  width: 100%;
  /* aspect-ratio: 16 / 9; */
  overflow: hidden;
}

.project-carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.project-carousel-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 0px 4px 0;
  max-width: 90%;
}


.project-carousel-indicators {
  display: flex;
  gap: 4px;
}

.project-carousel-indicator {
  height: 16px;
  width: 2px;
  background: var(--color-border-strongest-20);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s ease, width 0.3s ease;
}

.project-carousel-indicator.active {
  background: var(--color-orange);
  height: 24px;
}

.project-carousel-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  pointer-events: auto;
}

.project-carousel-arrow {
  width: 32px;
  height: 32px;
  border: none;
  background-color: transparent;
  color: var(--color-icon-default);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  /* transition: background 0.2s ease, color 0.2s ease; */
  font-size: 16px;
}

.project-carousel-arrow:hover {
  color: var(--color-orange);
}

.project-carousel-counter {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.75rem;
  color: var(--color-text);
  letter-spacing: 0.05em;
  min-width: 60px;
  text-align: center;
}

/* Highlights Section */
.project-highlights-section {
  width: 100%;
  padding: 100px 32px;
  margin: 100px 0;
  box-sizing: border-box;
}

.project-highlights-container {
  max-width: 1600px;
  margin: 0 auto;
}

.project-highlights-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--color-text);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 60px 0;
}

.project-highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 120px;
  align-items: start;
}

.project-highlight-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.project-highlight-number {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 2rem;
  font-weight: 300;
  color: var(--color-text-orange);
  letter-spacing: -0.01em;
  margin: 0;
}

.project-highlight-title {
  font-family: 'Spline Sans', Verdana, Tahoma, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-text);
  margin: 0;
  letter-spacing: -0.01em;
}

.project-highlight-description {
  font-family: 'Spline Sans', Verdana, Tahoma, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-text);
  margin: 0;
  letter-spacing: -0.01em;
}

/* Footer Section */
.project-footer {
  width: 100%;
  background-color: var(--color-background);
  color: var(--color-text);
  padding: 0px 60px 120px 60px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.project-footer-container {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.project-footer-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.project-footer-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}

.project-footer-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--color-text-subtlest);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
  width: 140px;
}

.project-footer-content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  text-align: left;
}

.project-footer-content-right > div {
  font-family: 'Spline Sans', Verdana, Tahoma, sans-serif;
  font-size: 0.675rem;
  font-weight: 400;
  color: var(--color-text);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.project-footer-disclaimer {
  width: 100%;
  font-family: 'Spline Sans', Verdana, Tahoma, sans-serif;
  font-size: 0.675rem;
  font-weight: 400;
  color: var(--color-text-ultra-subtle) !important;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
}

/* Topics Section */
.project-topics-section {
  width: 100%;
  padding: 80px 32px;
  margin: 100px 0;
  box-sizing: border-box;
}

.project-topics-container {
  max-width: 1600px;
  margin: 0 auto;
}

.project-topics-label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--color-text);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 60px 0;
}

.project-topic-item {
  margin: 0 0 48px 0;
}

.project-topic-item:last-of-type {
  margin-bottom: 0;
}

.project-topic-content {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 60px;
  align-items: start;
}

.project-topic-left {
  width: 100%;
}

bdi.username {
  color: var(--color-primary);
  font-family: 'IBM Plex Mono', monospace;
  letter-spacing: -.07em;
  text-decoration: underline;
  text-decoration-style: dotted;
}

bdi.usernameAshley {
  color: var(--color-secondary);
  font-family: 'IBM Plex Mono', monospace;
  letter-spacing: -.07em;
  text-decoration: underline;
  text-decoration-style: dotted;
}

bdi.usernameChris {
  color: var(--color-orange);
  font-family: 'IBM Plex Mono', monospace;
  letter-spacing: -.07em;
  text-decoration: underline;
  text-decoration-style: dotted;
}

bdi.usernameAnuja {
  color: var(--color-ui-elements-pink);
  font-family: 'IBM Plex Mono', monospace;
  letter-spacing: -.07em;
  text-decoration: underline;
  text-decoration-style: dotted;
}

bdi.usernameAdam {
  color: var(--color-success);
  font-family: 'IBM Plex Mono', monospace;
  letter-spacing: -.07em;
  text-decoration: underline;
  text-decoration-style: dotted;
}

.project-topic-heading {
  font-family: 'Spline Sans', Verdana, Tahoma, sans-serif;
  font-size: clamp(2rem, 4vw, 2rem);
  font-weight: 300;
  line-height: 1.2;
  color: var(--color-text);
  margin: 0 0 24px 0;
  letter-spacing: -0.02em;
}

.project-topic-description {
  font-family: 'Spline Sans', Verdana, Tahoma, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-text);
  margin: 0;
  max-width: 90%;
}

.project-topic-right {
  width: 100%;
}

.project-topic-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.project-topic-list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px dotted var(--color-border-strongest-20);
}

.project-topic-list-item:last-child {
  border-bottom: none;
}

.project-topic-bullet {
  font-size: 0.75rem;
  color: var(--color-text);
  line-height: 1.5;
  flex-shrink: 0;
  margin-top: 2px;
}

.project-topic-list-text {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-text);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.project-topic-divider {
  width: 100%;
  height: 1px;
  background-color: var(--color-border-strongest-20);
  margin: 48px 0;
}

/* Responsive */
@media (max-width: 768px) {
  .project-landing.windowFit {
    height: 100vh;
    padding: 0 16px;
  }
  
  .project-title {
    margin-bottom: 16px;
  }
  
  .project-content {
    padding: 60px 16px;
    max-width: 100%;
    box-sizing: border-box;
  }
  
  .project-content-block {
    padding: 0 16px;
    margin: 120px 0;
  }

  .project-gallery-section {
    padding: 16px;
    margin: 60px 0;
  }

  .project-gallery-container {
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: auto;
  }

  .project-gallery-image-large {
    min-height: 400px;
    height: 400px;
  }

  .project-gallery-image-small {
    min-height: 300px;
    height: 300px;
  }

  .project-carousel-viewport {
    max-width: 100%;
  }

  .project-carousel-section {
    padding: 0 16px 32px 16px;
    margin: 0px 0;
  }

  .project-carousel-controls {
    padding: 0 0px;
    bottom: 0px;
    max-width: 100%;
  }

  .project-carousel-indicator {
    height: 16px;
  }

  .project-carousel-indicator.active {
    height: 24px;
  }

  .project-carousel-arrow {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .project-highlights-section {
    padding: 60px 16px;
    margin: 60px 0;
  }

  .project-highlights-label {
    margin-bottom: 40px;
  }

  .project-highlights-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .project-topics-section {
    padding: 60px 16px;
    margin: 60px 0;
  }

  .project-topics-label {
    margin-bottom: 40px;
  }

  .project-topic-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .project-topic-description {
    max-width: 100%;
  }

  .project-topic-item {
    margin-bottom: 40px;
  }

  .project-topic-divider {
    margin: 40px 0;
  }

  .project-content-subheader {
    text-align: left;
  }
  
  .project-content-block-title {
    margin-bottom: 60px;
  }
  
  .project-content-item {
    margin-bottom: 80px;
  }
  
  .project-content-columns {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  
  .project-content-subheader {
    white-space: normal;
    margin-bottom: 0;
  }

  .project-statement-section {
    padding: 80px 16px;
    margin: 60px 0;
  }

  .project-statement-container {
    min-height: auto;
  }

  .project-statement-image {
    position: relative;
    width: 100%;
    max-width: 250px;
    height: 250px;
    margin-bottom: 32px;
    margin-left: auto;
  }

  .project-statement-text {
    padding-right: 0;
    font-size: clamp(1.25rem, 5vw, 1.75rem);
  }

  .project-statement-line-first {
    margin-left: 0;
  }

  .project-footer {
    padding: 4px 32px 80px 32px;
    margin-top: 4px;
  }

  .project-footer::before {
    font-size: 12rem;
  }

  .project-footer-row {
    flex-direction: column;
    gap: 12px;
  }

  .project-footer-content-right {
    align-items: flex-start;
    text-align: left;
  }

  .project-footer-disclaimer {
    font-size: 0.7rem;
    padding: 12px 0;
  }
}
