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;
}

.proj-wordmark--case-studies {
  top: calc(263 / 1728 * 100vw);
  width: calc(270 / 1728 * 100vw);
}

.proj-wordmark--visual-works {
  top: calc(263 / 1728 * 100vw);
  width: calc(258 / 1728 * 100vw);
}

.proj-wordmark--text {
  width: auto;
  margin: 0;
  font-family: 'Banquise', 'Arial Narrow', Arial, sans-serif;
  font-size: calc(34 / 1728 * 100vw);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

/* 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(304 / 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(500 / 1728 * 100vw);
  height: calc(306 / 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(1657 / 1728 * 100vw);
  background-image: url("hero/weddit-cover-hero.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;
}

.case-study-placeholder-img {
  border: 0.3px solid #CFCFCF;
  background-color: #E6E6E6;
  background-image:
    linear-gradient(135deg, transparent calc(50% - 0.5px), #CFCFCF calc(50% - 0.5px), #CFCFCF calc(50% + 0.5px), transparent calc(50% + 0.5px)),
    linear-gradient(45deg, transparent calc(50% - 0.5px), #CFCFCF calc(50% - 0.5px), #CFCFCF calc(50% + 0.5px), transparent calc(50% + 0.5px));
}

.case-study-image--eojaero {
  overflow: hidden;
  border: 0;
  background: transparent;
}

.case-study-image--gotcha {
  border: 0;
  background: url("hero/gotcha-hero.png") center / cover no-repeat;
}

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

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

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

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

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

/* Transparent clickable overlay for project cards */
.proj-project-link {
  position: absolute;
  left: calc(220 / 1728 * 100vw);
  width: calc(1220 / 1728 * 100vw);
  height: calc(306 / 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);
}

/* Graphic page wireframe placeholders */
.archive-wireframes .archive-placeholder-img {
  background: #E6E6E6;
  border: 0.3px solid #CFCFCF;
  background-image: linear-gradient(135deg, transparent calc(50% - 0.5px), #CFCFCF calc(50% - 0.5px), #CFCFCF calc(50% + 0.5px), transparent calc(50% + 0.5px)), linear-gradient(45deg, transparent calc(50% - 0.5px), #CFCFCF calc(50% - 0.5px), #CFCFCF calc(50% + 0.5px), transparent calc(50% + 0.5px));
}

.archive-wireframes .archive-image--cocktail,
.archive-wireframes .archive-image--whypencil,
.archive-wireframes .archive-image--sleep,
.archive-wireframes .archive-image--lovewinsall,
.archive-wireframes .archive-image--ecolens,
.archive-wireframes .archive-image--gotcha {
  overflow: hidden;
  border: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.archive-wireframes .archive-image--cocktail {
  background-image: url("hero/cocktail-hero.png?v=20260615-1");
}

.archive-wireframes .archive-image--whypencil {
  background-image: none;
}

.archive-slideshow-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.archive-slideshow-image.is-active {
  opacity: 1;
}

.archive-wireframes .archive-image--sleep {
  background-image: url("hero/Is-sleepessential-hero.png");
}

.archive-wireframes .archive-image--lovewinsall {
  background-image: url("hero/lovewinsall-hero.png");
}

.archive-wireframes .archive-image--ecolens {
  background-image: url("hero/ecolens-hero.png");
}

.archive-wireframes .archive-image--gotcha {
  background-image: url("hero/gotcha-hero.png");
}

.archive-placeholder-title,
.archive-placeholder-date {
  position: absolute;
  left: calc(815 / 1728 * 100vw);
  background: #E6E6E6;
  border: 0.3px solid #CFCFCF;
}

.archive-placeholder-title {
  width: calc(270 / 1728 * 100vw);
  height: calc(56 / 1728 * 100vw);
}

.archive-title--long {
  font-size: calc(44 / 1728 * 100vw);
  line-height: 100%;
}

.archive-placeholder-desc {
  position: absolute;
  left: calc(815 / 1728 * 100vw);
  display: flex;
  flex-direction: column;
  gap: calc(12 / 1728 * 100vw);
}

.archive-placeholder-desc span {
  display: block;
  width: calc(430 / 1728 * 100vw);
  height: calc(20 / 1728 * 100vw);
  background: #E6E6E6;
  border: 0.3px solid #CFCFCF;
}

.archive-placeholder-desc span:last-child {
  width: calc(350 / 1728 * 100vw);
}

.archive-placeholder-date {
  width: calc(190 / 1728 * 100vw);
  height: calc(20 / 1728 * 100vw);
}

.archive-placeholder-tags {
  position: absolute;
  left: calc(811 / 1728 * 100vw);
  display: flex;
  gap: calc(5 / 1728 * 100vw);
}

.archive-placeholder-tags span {
  display: block;
  width: calc(115 / 1728 * 100vw);
  height: calc(34 / 1728 * 100vw);
  border-radius: 20px;
  background: #E6E6E6;
  border: 0.3px solid #CFCFCF;
}


.archive-page {
  height: calc(3375 / 1728 * 100vw);
}

.archive-page .proj-content {
  height: calc(2900 / 1728 * 100vw);
}

.archive-page .proj-contact-block {
  top: calc(3140 / 1728 * 100vw);
}

.archive-page .proj-social-links {
  top: calc(3230 / 1728 * 100vw);
}

.case-studies-page {
  height: calc(2084 / 1728 * 100vw);
}

.case-studies-page .proj-content {
  height: calc(1679 / 1728 * 100vw);
}

.case-studies-page .proj-more {
  top: calc(1597 / 1728 * 100vw);
}

.case-studies-page .proj-contact-block {
  top: calc(1851 / 1728 * 100vw);
}

.case-studies-page .proj-social-links {
  top: calc(1941 / 1728 * 100vw);
}


.archive-product-more {
  top: calc(2890 / 1728 * 100vw);
}
