html {
	/*background-color: #f6e9c3;*/
	background-color: white;
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica; 
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

a {
	color: black;
	text-decoration: none;
}

:root {
	--nav-height: 115px;
	--page-padding: 90px;
}

.my-container {
	position: relative;
	background-color: white;
	margin: 0 auto;
	width: 1440px;
	height: 800px;
	/*overflow: hidden;*/
}

.content {
	/*background-color: pink;*/
}

.header {
	position: fixed;
	inset: 0;
	pointer-events: none;
	background: none;
	z-index: 5000;
	transition: opacity 0.3s;
}

.header.dimmed {
	opacity: 0.25;
	pointer-events: none;
}

.name,
.about {
	position: absolute;
	pointer-events: all;
	font-size: 27.2px;
	font-weight: bold;
	letter-spacing: 0.544px;
	color: #000000;
}

.name {
	top: 30px;
	left: 30px;
}

.about {
	top: 30px;
	right: 30px;
}

.name:hover,
.about:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* ── Footer ──────────────────────────────── */

.footer {
	position: fixed;
	inset: 0;
	pointer-events: none;
	z-index: 4999;
	mix-blend-mode: difference;
}

.footer-copy {
	position: absolute;
	bottom: 30px;
	left: 30px;
	font-size: 13px;
	letter-spacing: 0.3px;
	color: white;
}

.footer-link {
	position: absolute;
	bottom: 30px;
	right: 30px;
	pointer-events: all;
	font-size: 13px;
	letter-spacing: 0.544px;
	color: white;
}

.footer-link:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.gallery {
	position: absolute;
	width: 620px;
	top: 139px;
	left: 90px;
}

.gallery-4 {
	border: 1px solid #f0f0f0;
}

.title {
	font-weight: bold;
	font-size: 52px;
	width: 330px;
	top: 290px;
	left: 786px;
	position: absolute;
}

.subtitle {
	font-size: 20px;
	letter-spacing: 0.4px;
	width: 563px;
	top: 572px;
	left: 786px;
	position: absolute;
}

.roles {
	font-size: 13px;
	color: #bababa;
	width: 563px;
	top: 667px;
	left: 786px;
	position: absolute;
}

.mockup-button {
	top: 487px;
	right: 90px;
	position: absolute;
	border: 1px solid #000000;
	padding: 10px 17px;
	transition: all 0.5s;
}

.mockup-button:hover {
	color: #ffffff;
	background-color: #000000;
	cursor: pointer;
}

.main {
	width: 941px;
	top: 800px;
	left: 409.5px;
	position: absolute;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	font-size: 20px;
	letter-spacing: 0.4px;
	/*background-color: pink;*/
}

.heading2 {
	width: 563px;
	font-weight: bold;
	margin-bottom: 20.5px;
}

.heading3 {
	width: 563px;
	font-weight: lighter;
	margin-bottom: 16px;
}

.heading3-bottom {
	width: 563px;
	font-weight: lighter;
	margin-bottom: 129px;
}

.img-container {
	margin-bottom: 89px;
}

.img-inline {
	width: 461.25px;
	display: inline-block;
}

.img-left {
	padding-right: 12px;
}

.mockup-button-2 {
	font-size: 17px;
	top: 1695px;
	right: 0px;
	position: absolute;
	border: 1px solid #000000;
	padding: 10px 17px;
	transition: all 0.5s;
}

.mockup-button-2:hover {
	color: #ffffff;
	background-color: #000000;
	cursor: pointer;
}

.mockup {
	width: 940.5px;
	border: 1px solid #f0f0f0;
	margin-bottom: 240px;
}

.next-project {
	background-color: #000000;
	width: 1440px;
	height: 719px;
	top: 3459px;
	left: 0;
	position: absolute;
}

.next {
	color: #ffffff;
	font-size: 52px;
	width: 940px;
	top: 55px;
	left: 409.5px;
	position: absolute;
}

.next-bold {
	font-weight: bold;
	color: #ffffff;
	font-size: 52px;
	width: 620px;
	top: 55px;
	left: 719.5px;
	position: absolute;
}

.next-img {
	width: 780px;
	top: 181px;
	left: 409.5px;
	position: absolute;
}

.arrow-left {
	width: 26.873px;
	top: 603px;
	left: 80px;
	position: absolute;
}

.previous {
	font-size: 16px;
	color: #ffffff;
	top: 642px;
	left: 80px;
	position: absolute;
}

.arrow-right {
	width: 96px;
	top: 589px;
	left: 1254px;
	position: absolute;
}

/* css for classic */

.mid-image {
	width: 460px;
	margin-bottom: 10px;
}

.margin-right {
	margin-right: 10px;
}

.big-image {
	width: 600px;
	float: left;
	margin-bottom: 15px;
}

.small-image {
	width: 320px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.classic .next-project {
	background-color: #000000;
	width: 1440px;
	height: 749px;
	top: 4200px;
	left: 0;
	position: absolute;
}

.two-lines .next-img {
	width: 780px;
	top: 211px;
	left: 409.5px;
	position: absolute;
}

.two-lines .arrow-left {
	width: 26.873px;
	top: 633px;
	left: 80px;
	position: absolute;
}

.two-lines .previous {
	font-size: 16px;
	color: #ffffff;
	top: 672px;
	left: 80px;
	position: absolute;
}

.two-lines .arrow-right {
	width: 96px;
	top: 619px;
	left: 1254px;
	position: absolute;
}

/* For Those Who Are Color Blind CSS */

.articles {
	font-style: italic;
	/*text-decoration: underline;*/
}

.articles:hover {
	text-decoration: underline;
	color: gray;
}

.outline {
	border: 1px solid #f0f0f0;
}

.xl-image {
	width: 940px;
	margin-bottom: 15px;
}

.big-2-image {
	width: 620px;
	float: left;
	margin-bottom: 15px;
}

.small-2-image {
	width: 300px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.color-blind .next-project {
	background-color: #000000;
	width: 1440px;
	height: 749px;
	top: 3700px;
	left: 0;
	position: absolute;
}

/* Student organization Case Study "Next Page" CSS */

.student-organization .next-project {
	background-color: #000000;
	width: 1440px;
	height: 749px;
	top: 3459px;
	left: 0;
	position: absolute;
}

/* Where Are You From CSS */

.where-are-you-from .mockup-button-2 {
	font-size: 17px;
	top: 1575px;
	right: 0px;
	position: absolute;
	border: 1px solid #000000;
	padding: 10px 17px;
	transition: all 0.5s;
}

.one-third {
	width: 301px;
}

.border {
	border: 1px solid #f0f0f0;
}

.where-are-you-from .next-project {
	background-color: #000000;
	width: 1440px;
	height: 749px;
	top: 3400px;
	left: 0;
	position: absolute;
}

/* About page CSS */

.my-container.about-page {
  width: 100%;
  max-width: 1440px;
  height: auto;
  overflow-x: hidden;
}

.my-container.about-page::-webkit-scrollbar {
  display: none;
}


.about-content {
  width: auto;
  max-width: 900px;
  margin-top: 230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: grid;
  grid-template-columns: 360px 1fr;
  column-gap: 76px;
  align-items: start;
}

.i-am-onyou {
  font-weight: bold;
  font-size: 52px;
  margin-bottom: 26px;
  grid-column: 2;
}

.about-image {
  position: static;
  width: 100%;
  grid-column: 1;
  grid-row: 1 / span 10;
  align-self: start;
}

.heading4 {
  width: auto;
  font-weight: lighter;
  margin-bottom: 16px;
  margin-left: 0;
  font-size: 20px;
  letter-spacing: 0.4px;
  grid-column: 2;
}

.heading4 a {
  font-style: italic;
}

.heading4 a:hover {
	text-decoration: underline;
}

.links {
	font-size: 13px;
	color: #bababa;
	position: relative;
	top: 100px;
}

.about-sections {
	margin-top: 80px;
	margin-left: 0;
	width: auto;
	padding-bottom: 140px;
	grid-column: 2;
}

.about-section {
	border-top: 1px solid #e0e0e0;
	padding-top: 28px;
	margin-bottom: 48px;
}

.section-label {
	font-size: 13px;
	font-weight: lighter;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 16px;
}

.section-item {
	display: block;
	font-size: 16px;
	font-weight: lighter;
	letter-spacing: 0.4px;
	color: black;
	margin-bottom: 4px;
}

a.section-company {
	font-style: italic;
}

a.section-item:hover,
a.section-company:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.section-note {
	font-size: 16px;
	color: #888;
	margin-top: 16px;
	margin-bottom: 0;
}

.section-company {
	display: block;
	font-size: 20px;
	font-weight: lighter;
	letter-spacing: 0.4px;
	margin-bottom: 6px;
}

.section-school-gap {
	margin-top: 24px;
}

/* ── About page responsive ───────────────────── */

@media (max-width: 1100px) {
    .about-content {
        max-width: none;
        margin-top: 160px;
        margin-left: var(--page-padding);
        margin-right: var(--page-padding);
        grid-template-columns: 1fr 1.2fr;
        column-gap: 48px;
    }

    .i-am-onyou {
        font-size: 38px;
    }

    .heading4 {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .about-content {
        display: block;
        margin-left: 24px;
        margin-right: 24px;
        margin-top: 100px;
    }

    .about-image {
        width: 50%;
        margin-bottom: 24px;
    }

    .i-am-onyou {
        font-size: 36px;
    }

    .heading4 {
        font-size: 17px;
    }
}

.section-role {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	font-weight: lighter;
	letter-spacing: 0.4px;
	margin-bottom: 2px;
}

/* =================================================
   RESPONSIVE LAYOUT — all project pages
   Add "project-page" class to .my-container on each project page
   ================================================= */

.my-container.project-page {
	width: 100%;
	max-width: 1440px;
	height: auto;
	overflow-x: hidden;
}

.project-page .content {
	padding-top: var(--nav-height);
}

.project-page .intro {
	display: grid;
	grid-template-columns: 620px 1fr;
	column-gap: 76px;
	padding: 0 var(--page-padding);
	align-items: end;
}

.project-page .intro-image {
	overflow: hidden;
	aspect-ratio: 4 / 3;
}

.project-page .intro-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.project-page .intro-text {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.project-page .intro-meta {
	padding: 24px var(--page-padding) 0;
	padding-left: calc(var(--page-padding) + 620px + 76px);
}

.project-page .intro-meta .roles {
	margin-top: 12px;
}

/* Override absolute positioning from shared rules */
.project-page .title,
.project-page .subtitle,
.project-page .roles,
.project-page .mockup-button {
	position: static;
	top: auto;
	left: auto;
	right: auto;
	width: auto;
}

/* mockup-button-2 used on some project pages */
.project-page .mockup-button-2 {
	position: static;
	top: auto;
	right: auto;
	display: inline-block;
	margin-bottom: 24px;
}

/* Main body content */
.project-page .main {
	position: static;
	width: auto;
	max-width: 941px;
	margin-left: auto;
	margin-right: var(--page-padding);
	top: auto;
	left: auto;
	padding-top: 80px;
	padding-bottom: 120px;
}

/* Next project footer */
.project-page .next-project {
	position: relative;
	width: 100%;
	height: 749px;
	top: auto;
	left: auto;
}

/* =================================================
   CAROUSEL
   ================================================= */

.carousel {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.carousel-track {
	flex: 1;
	min-width: 0;
}

.carousel-img {
	width: 100%;
	height: auto;
	display: none;
	cursor: zoom-in;
}

.carousel-img.active {
	display: block;
}

.carousel-prev,
.carousel-next {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.2s;
}

.carousel-prev:hover,
.carousel-next:hover {
	opacity: 0.4;
}

.carousel-prev::before,
.carousel-next::before {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
}

.carousel-prev::before {
	border-left: 1.5px solid #000;
	border-bottom: 1.5px solid #000;
	transform: rotate(45deg) translate(2px, -2px);
}

.carousel-next::before {
	border-right: 1.5px solid #000;
	border-top: 1.5px solid #000;
	transform: rotate(45deg) translate(-2px, 2px);
}

.carousel-dots {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 8px;
	padding-top: 14px;
}

.carousel-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #d3d3d3;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: background 0.2s;
}

.carousel-dot.active {
	background: #000;
}

/* =================================================
   LIGHTBOX
   ================================================= */

[data-group],
.intro-image img {
	cursor: zoom-in;
}

.lightbox {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.22s ease;
}

.lightbox.is-open {
	opacity: 1;
	pointer-events: auto;
}

.lightbox-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.92);
	cursor: pointer;
}

.lightbox-img {
	position: relative;
	max-width: 90vw;
	max-height: 85vh;
	object-fit: contain;
	z-index: 1;
	display: block;
	transform: scale(0.96);
	transition: transform 0.22s ease;
}

.lightbox.is-open .lightbox-img {
	transform: scale(1);
}

.lightbox-close {
	position: absolute;
	top: 28px;
	right: 32px;
	background: none;
	border: none;
	color: white;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	z-index: 2;
	padding: 0;
	font-family: Helvetica;
	opacity: 0.7;
	transition: opacity 0.2s;
}

.lightbox-close:hover {
	opacity: 1;
}

.lightbox-prev,
.lightbox-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
	z-index: 2;
	padding: 20px;
	opacity: 0.6;
	transition: opacity 0.2s;
}

.lightbox-prev:hover,
.lightbox-next:hover {
	opacity: 1;
}

.lightbox-prev {
	left: 24px;
}

.lightbox-next {
	right: 24px;
}

.lightbox-prev::before,
.lightbox-next::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
}

.lightbox-prev::before {
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg) translate(3px, -3px);
}

.lightbox-next::before {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: rotate(45deg) translate(-3px, 3px);
}

.lightbox-count {
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	color: white;
	font-size: 13px;
	letter-spacing: 0.5px;
	opacity: 0.5;
	z-index: 2;
	pointer-events: none;
}

/* =================================================
   PROJECT PAGES RESPONSIVE
   ================================================= */

@media (max-width: 1000px) {
	/* Intro: stack — intro already has padding: 0 var(--page-padding),
	   so no extra side padding needed on children */
	.project-page .intro {
		grid-template-columns: 1fr;
	}

	.project-page .intro-text {
		padding-top: 20px;
	}

	.project-page .intro-meta {
		padding-left: var(--page-padding);
	}

	.project-page .title {
		font-size: 36px;
	}

	/* Main: symmetric side margins */
	.project-page .main {
		margin-left: var(--page-padding);
		max-width: none;
	}

	/* Text blocks: remove fixed widths that cause overflow */
	.project-page .heading2,
	.project-page .heading3,
	.project-page .heading3-bottom {
		width: auto;
	}

	/* Process images: side-by-side but fluid */
	.img-container {
		display: flex;
		gap: 12px;
	}

	.img-inline {
		width: 50%;
		display: block;
	}

	/* Content images: full width, clear floats */
	.mid-image,
	.big-image,
	.big-2-image,
	.small-image,
	.small-2-image,
	.xl-image,
	.one-third,
	.mockup {
		width: 100%;
		float: none;
		display: block;
		margin-right: 0;
		margin-bottom: 12px;
	}

	.margin-right {
		margin-right: 0;
	}

	/* Next project: override absolute positioning regardless of specificity */
	.project-page .next-project {
		height: auto !important;
		padding: 60px var(--page-padding);
		display: flex !important;
		flex-direction: column !important;
	}

	.project-page .next,
	.project-page .next-bold,
	.project-page .next-img,
	.project-page .arrow-left,
	.project-page .arrow-right,
	.project-page .previous {
		position: static !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
	}

	.project-page .next,
	.project-page .next-bold {
		font-size: 36px;
		width: auto !important;
	}

	.project-page .next-img {
		width: 100% !important;
		margin-top: 32px;
	}

	.project-page .arrow-left,
	.project-page .arrow-right {
		display: none !important;
	}

	.project-page .previous {
		font-size: 14px;
	}
}

@media (max-width: 600px) {
	/* Intro image: edge-to-edge; add padding back on text children */
	.project-page .intro {
		padding: 0;
	}

	.project-page .intro-text {
		padding: 16px 24px 0;
	}

	.project-page .intro-meta {
		padding: 12px 24px 0;
	}

	.project-page .title {
		font-size: 28px;
	}

	/* Main */
	.project-page .main {
		margin-left: 24px;
		margin-right: 24px;
		padding-top: 48px;
	}

	/* Process images: stack */
	.img-inline {
		width: 100%;
	}

	.img-container {
		flex-direction: column;
		gap: 8px;
	}

	/* Next project */
	.project-page .next-project {
		padding: 40px 24px !important;
	}

	.project-page .next,
	.project-page .next-bold {
		font-size: 26px;
	}
}