body {
  overflow-x: hidden;
  overflow-y: auto;
}

.proj-page {
  position: relative;
  width: 100vw;
  height: calc(1650 / 1728 * 100vw);
  background: #fff;
}

/* Override nav/time absolute positioning to use vw-based top */
.proj-page .nav-area {
  top: calc(54 / 1728 * 100vw);
}

.proj-page .time-area {
  top: calc(56 / 1728 * 100vw);
}

/* Project wordmark (Project.svg) */
.proj-wordmark {
  position: absolute;
  left: calc(249 / 1728 * 100vw);
  top: calc(279 / 1728 * 100vw);
  width: calc(121 / 1728 * 100vw);
  height: auto;
}

/* Horizontal section line */
.proj-section-line {
  position: absolute;
  left: calc(249 / 1728 * 100vw);
  top: calc(331 / 1728 * 100vw);
  width: calc(124 / 1728 * 100vw);
  height: 0;
  border-top: 0.3px solid #000;
}

/* Project content wrapper — adjust top to move all project rows up/down */
.proj-content {
  position: absolute;
  top: calc(-10 / 1728 * 100vw);
  left: 0;
  width: 100%;
  height: calc(1250 / 1728 * 100vw);
  pointer-events: none;
}

.proj-hidden {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
}

.proj-content a,
.proj-content .proj-tag,
.proj-content .proj-social-links {
  pointer-events: auto;
}

/* Scroll indicator marker bar (one per project) */
.proj-marker {
  position: absolute;
  left: calc(220 / 1728 * 100vw);
  width: calc(8 / 1728 * 100vw);
  height: calc(358 / 1728 * 100vw);
  background: transparent;
  transition: background 0.3s ease;
}

.proj-marker.active {
  background: #D9D9D9;
}

/* Project images */
.proj-img {
  position: absolute;
  left: calc(249 / 1728 * 100vw);
  width: calc(588 / 1728 * 100vw);
  height: calc(360 / 1728 * 100vw);
  background: #D9D9D9;
  object-fit: cover;
}

.proj-img--1 {
  top: calc(364 / 1728 * 100vw);
  background-image: url("%20Project/Frame%201321315737.png");
  background-size: cover;
  background-position: center;
}

.proj-img--2 {
  top: calc(795 / 1728 * 100vw);
  background-image: url("%20Project/Wedd.it%20cover.png");
  background-size: cover;
  background-position: center;
}

.proj-img--3 {
  top: calc(1226 / 1728 * 100vw);
  background: #D9D9D9;
}

.proj-img--4 {
  top: calc(1658 / 1728 * 100vw);
  background-image: url("%20Project/LinkQ%20Cover.png");
  background-size: cover;
  background-position: center;
}

/* Project name */
.proj-name {
  position: absolute;
  left: calc(869 / 1728 * 100vw);
  font-family: 'Arial Narrow', Arial, sans-serif;
  font-weight: 400;
  font-size: calc(60 / 1728 * 100vw);
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #000;
  margin: 0;
}

/* Project description */
.proj-desc {
  position: absolute;
  left: calc(874 / 1728 * 100vw);
  font-family: 'DINish', 'Arial Narrow', Arial, sans-serif;
  font-weight: 400;
  font-size: calc(20 / 1728 * 100vw);
  line-height: 130%;
  letter-spacing: -0.05em;
  color: #000;
  margin: 0;
}

/* Project date */
.proj-date {
  position: absolute;
  left: calc(874 / 1728 * 100vw);
  font-family: 'DINish', 'Arial Narrow', Arial, sans-serif;
  font-weight: 400;
  font-size: calc(20 / 1728 * 100vw);
  line-height: 130%;
  letter-spacing: -0.05em;
  color: #B4B4B4;
  margin: 0;
}

/* Project tags container */
.proj-tags {
  position: absolute;
  left: calc(870 / 1728 * 100vw);
  display: flex;
  gap: calc(5 / 1728 * 100vw);
  flex-wrap: wrap;
}

/* Individual tag pill */
.proj-tag {
  background: #DFFF6A;
  border-radius: 20px;
  padding: calc(8 / 1728 * 100vw) calc(20 / 1728 * 100vw);
  font-family: 'DINish', Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: calc(15 / 1728 * 100vw);
  line-height: 130%;
  letter-spacing: -0.05em;
  color: #000;
  white-space: nowrap;
}

/* Transparent clickable overlay for project cards */
.proj-project-link {
  position: absolute;
  left: calc(220 / 1728 * 100vw);
  width: calc(1300 / 1728 * 100vw);
  height: calc(360 / 1728 * 100vw);
  pointer-events: auto;
  cursor: pointer;
  z-index: 10;
}

.proj-project-link--disabled {
  pointer-events: none;
  cursor: default;
}

/* "→ View more Graphic Works" */
.proj-more {
  position: absolute;
  left: calc(228 / 1728 * 100vw);
  top: calc(1166 / 1728 * 100vw);
  font-family: 'Banquise', 'Arial Narrow', Arial, sans-serif;
  font-weight: 400;
  font-size: calc(20 / 1728 * 100vw);
  line-height: 150%;
  color: #000;
  text-decoration: none;
}

.proj-more--disabled {
  pointer-events: none;
  cursor: default;
  color: #B4B4B4;
}

/* Contact block */
.proj-contact-block {
  position: absolute;
  left: calc(226 / 1728 * 100vw);
  top: calc(1420 / 1728 * 100vw);
}

.proj-contact-text {
  font-family: 'Arial Narrow', Arial, sans-serif;
  font-size: calc(20 / 1728 * 100vw);
  line-height: 150%;
  letter-spacing: -0.03em;
  color: #000;
  margin: 0;
}

/* Social links (footer) */
.proj-social-links {
  position: absolute;
  left: calc(443 / 1728 * 100vw);
  top: calc(1510 / 1728 * 100vw);
  display: flex;
  align-items: center;
  gap: calc(22 / 1728 * 100vw);
}
