.container {
	width: 100%;
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 1200px;
}
.top-spacer {
	height: 2rem;
}
.project-intro {
	margin-bottom: 3rem;
	padding-top: 3rem;
}
.project-intro-inline {
	margin-bottom: 1rem;
	padding-top: 2rem;
}
.project-intro h1 {
	font-size: 2.5rem;
	margin-bottom: 1rem;
	font-weight: 700;
	color: var(--text-color);
}
.project-summary {
	max-width: 800px;
	margin-bottom: 1rem;
}
.project-summary p {
	font-size: 1.25rem;
	line-height: 1.6;
	color: var(--text-color);
}
.project-hero {
	padding: 1rem 0;
}
.project-hero img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}
.project-content {
	margin-bottom: 4rem;
}
.tag-link {
	background-color: var(--highlight-color);
	color: white;
	padding: 5px 10px;
	text-decoration: none;
	border-radius: 50px;
	transition: background-color 0.3s ease;
	font-size: 12px;
}
.tag-link:hover {
	background-color: var(--highlight-color-hover);
}
.responsive-image {
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}
.project-banner {
	padding: 2rem 0;
}
.project-banner .container {
	max-width: var(--container-width);
	margin: 0 auto;
	padding: 0 2rem;
}
.project-banner img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0.5rem;
}
.problem-solution-section {
	padding: 0rem 0;
}
.problem-solution-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	border-top: solid 1px var(--border-color);
	padding-top: 2rem;
}
.section-title {
	font-size: 1rem;
	color: var(--text-color);
}
.problem-col p,.solution-col p {
	font-size: 0.9rem;
	line-height: 1.6;
	color: var(--text-color);
	margin-bottom: 2rem;
}
ul,
ol {
  list-style-position: outside;   /* bullet in the gutter */
  margin: 0;                      /* reset browser defaults */
  padding-left: 1rem;           /* room for bullet + gap */
}

ul li,
ol li {
  margin-bottom: 0.5rem;          /* consistent spacing between items */
  line-height: 1.6;               /* wrapped lines stay aligned */
}
.phase-section {
	padding: 0rem 0;
}
.phase-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.phase-card {
	background-color: var(--card-color);
	padding: 0.75rem;
	border-radius: 8px;
}
.phase-content {
	display: flex;
	align-items: center;
}
.phase-number {
	font-size: 4rem;
	font-weight: bold;
	margin-right: 1.5rem;
	color: var(--phase-number-color);
	line-height: 0.8;
	flex-shrink: 0;
}
.phase-number-designsystem {
	font-size: 4rem;
	font-weight: bold;
	margin-right: 1.5rem;
	color: var(--designsystem-color);
	line-height: 0.8;
	flex-shrink: 0;
}
.phase-number-directoryboards {
	font-size: 4rem;
	font-weight: bold;
	margin-right: 1.5rem;
	color: var(--directoryboard-color);
	line-height: 0.8;
	flex-shrink: 0;
}
.phase-number-focusux {
	font-size: 4rem;
	font-weight: bold;
	margin-right: 1.5rem;
	color: var(--focusux-color);
	line-height: 0.8;
	flex-shrink: 0;
}
.phase-number-foundations {
	font-size: 4rem;
	font-weight: bold;
	margin-right: 1.5rem;
	color: var(--foundations-color);
	line-height: 0.8;
	flex-shrink: 0;
}
.phase-number-jobeyze {
	font-size: 4rem;
	font-weight: bold;
	margin-right: 1.5rem;
	color: var(--jobeyze-color);
	line-height: 0.8;
	flex-shrink: 0;
}
.phase-number-mallux {
	font-size: 4rem;
	font-weight: bold;
	margin-right: 1.5rem;
	color: var(--mallux-color);
	line-height: 0.8;
	flex-shrink: 0;
}
.phase-number-mapux {
	font-size: 4rem;
	font-weight: bold;
	margin-right: 1.5rem;
	color: var(--mapux-color);
	line-height: 0.8;
	flex-shrink: 0;
}
.phase-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 0;
}
.phase-title {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 0.2rem;
	color: var(--phase-title-color);
	line-height: 1.2;
}
.phase-text p {
	font-size: 0.9rem;
	color: var(--phase-list-color);
	margin: 0;
	line-height: 1.4;
}
.content-block {
	margin-bottom: 4rem;
	margin-top: 6rem;
}
.content-block h2 {
	font-size: 1.5rem;
	line-height: 1.2;
	margin-bottom: 1.5rem;
	color: var(--text-color);
	font-weight: 600;
}
.content-block h3 {
	font-size: 1.2rem;
	margin-bottom: 1rem;
	color: var(--text-color);
	font-weight: 500;
}
.content-block > p {
	font-size: 0.9rem;
	margin-bottom: 2rem;
	max-width: 800px;
}
.content-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}
.content-text {
	grid-column: 1;
	align-content: center;
	margin-right: 3rem;
}
.content-text p {
	margin-bottom: 0.75rem;
	line-height: 1.7;
}
.focus-state-text {
	border: 4px solid var(--focus-state-color);
	padding: 0px 4px;
	border-radius: 6px;
}
.content-image {
	grid-column: 2;
	border-radius: 8px;
}
.content-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 8px;
	display: block;
}
.bento-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(6, 1fr);
	grid-auto-rows: 200px;
}
.bento-item {
	overflow: hidden;
	border-radius: 8px;
}
.bento-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 8px;
}
.bento-large-1 {
	grid-column: span 3;
	grid-row: span 2;
}
.bento-wide {
	grid-column: span 6;
	grid-row: span 3;
}
.bento-small {
	grid-column: span 3;
	grid-row: span 1;
}
.bento-small-1 {
	grid-column: span 3;
	grid-row: span 2;
}
.bento-medium {
	grid-column: span 3;
	grid-row: span 2;
}
.left-image-layout .content-section {
	grid-template-columns: 1fr 1fr;
	padding-top: 1rem;
}
.left-image-layout .content-image {
	grid-column: 1;
	grid-row: 1;
}
.left-image-layout .content-text {
	grid-column: 2;
	grid-row: 1;
}
.solution-details {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	margin-top: 3rem;
}
.solution-feature {
	background-color: var(--project-section-bg);
	padding: 2rem;
	border-radius: 8px;
}
.solution-feature h3 {
	margin-top: 0;
	margin-bottom: 1rem;
}
.solution-feature p {
	margin-bottom: 1.5rem;
}
.solution-feature img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	display: block;
}
.results-metrics {
	display: flex;
	justify-content: space-around;
	margin: 2.5rem 0;
	text-align: center;
}
.metric {
	flex: 1;
	max-width: 180px;
}
.metric-number {
	font-size: 2.5rem;
	font-weight: 700;
	color: var(--metric-number-color);
	display: block;
	margin-bottom: 0.5rem;
}
.metric-label {
	font-size: 1rem;
	color: var(--muted-text-color);
}
blockquote.testimonial {
	background-color: var(--blockquote-bg);
	padding: 2.5rem;
	border-radius: 8px;
	margin: 3rem 0;
	font-size: 1.2rem;
	line-height: 1.6;
	font-style: italic;
	position: relative;
	color: var(--text-color);
}
blockquote.testimonial cite {
	display: block;
	margin-top: 1.5rem;
	font-style: normal;
	font-weight: 600;
	font-size: 1rem;
	color: var(--muted-text-color);
}
.next-project {
	margin-top: 4rem;
	margin-bottom: 2rem;
	background-color: var(--next-project-bg);
	padding: 2.5rem;
	border-radius: 8px;
}
.next-project h2 {
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--text-color);
}
.next-project-link {
	display: block;
	text-decoration: none;
	max-width: 400px;
}
.next-project-link img {
	width: 100%;
	max-width: 400px;
	height: auto;
	border-radius: 8px;
	margin-bottom: 1rem;
}
.next-project-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.next-project-title h3 {
	font-size: 1.2rem;
	font-weight: 500;
	color: var(--text-color);
	margin: 0;
}
.arrow {
	font-size: 1.5rem;
	color: var(--highlight-color);
}
.problems-solutions-section {
	padding: 2rem 0;
	background-color: var(--contact-section-bg);
	color: var(--text-color);
	margin-bottom: 4rem;
}
.problems-solutions-section h2 {
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 2rem;
}
.ps-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	margin-bottom: 1.5rem;
}
.problem-card,.solution-card {
	padding: 1rem;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.problem-card {
	background-color: var(--problem-bg-color);
	border: 1px solid var(--problem-border-color);
	color: var(--problem-text-color);
}
.solution-card {
	background-color: var(--solution-bg-color);
	border: 1px solid var(--solution-border-color);
	color: var(--solution-text-color);
}
.problems-solutions-section .icon {
	font-size: 1.5rem;
	margin-right: 0.5rem;
}
.goals-accomplishments {
	padding: 0;
}
.goals-accomplishments-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.goals h2,.accomplishments h2 {
	font-size: 1rem;
	margin-bottom: 1rem;
	color: var(--text-color);
}
.goals p,.accomplishments p {
	font-size: 0.9rem;
	line-height: 1.6;
	margin-bottom: 1rem;
	color: var(--text-color);
}
.goals ul,.accomplishments ul {
	list-style: disc;
	margin-left: 0.5rem;
	color: var(--text-color);
}
.goals ul li,.accomplishments ul li {
	margin-bottom: 0.75rem;
	font-size: 0.9rem;
	line-height: 1;
}
.image-slider-section {
	margin-top: 4rem;
}
.image-slider-section h2 {
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
	color: var(--text-color);
}
.image-slider {
	display: flex;
	gap: 1rem;
	overflow-x: scroll !important;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	scrollbar-width: auto !important;
	scrollbar-color: var(--highlight-color) var(--card-color);
}
.image-slider-foundation {
	display: flex;
	gap: 1rem;
	overflow-x: scroll !important;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	scrollbar-width: auto !important;
	scrollbar-color: var(--foundations-color) var(--card-color);
}
.image-slider-directoryboards {
	display: flex;
	gap: 1rem;
	overflow-x: scroll !important;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	scrollbar-width: auto !important;
	scrollbar-color: var(--directoryboard-color) var(--card-color);
}
.image-slider-designsystem {
	display: flex;
	gap: 1rem;
	overflow-x: scroll !important;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	
	scrollbar-width: auto !important;
	scrollbar-color: var(--designsystem-color) var(--card-color);
}
.image-slider-mapux {
	display: flex;
	gap: 1rem;
	overflow-x: scroll !important;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	
	scrollbar-width: auto !important;
	scrollbar-color: var(--mapux-color) var(--card-color);
}
.image-slider-jobeyze {
	display: flex;
	gap: 1rem;
	overflow-x: scroll !important;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	
	scrollbar-width: auto !important;
	scrollbar-color: var(--jobeyze-color) var(--card-color);
}
.image-slider-mallux {
	display: flex;
	gap: 1rem;
	overflow-x: scroll !important;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	
	scrollbar-width: auto !important;
	scrollbar-color: var(--mallux-color) var(--card-color);
}
.image-slider-focus {
	display: flex;
	gap: 1rem;
	overflow-x: scroll !important;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	
	scrollbar-width: auto !important;
	scrollbar-color: var(--focusux-color) var(--card-color);
}
.image-slider-maverick {
	display: flex;
	gap: 1rem;
	overflow-x: scroll !important;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	
	scrollbar-width: auto !important;
	scrollbar-color: var(--maverick-color) var(--card-color);
}

.image-slider::-webkit-scrollbar {
	height: 40px !important;
}
.image-slider::-webkit-scrollbar-track {
	background: var(--card-color);
	border-radius: 8px;
}
.image-slider::-webkit-scrollbar-thumb {
	border-radius: 8px;
	min-height: 40px;
}

.image-slider::-webkit-scrollbar-button {
	background-color: var(--card-color);
}

.slide {
	flex: 0 0 auto;
	scroll-snap-align: start;
	border-radius: 8px;
}
.slide img {
	display: block;
	width: 300px;
	height: auto;
	border-radius: 8px;
}
@media (max-width: 1200px) {
	.project-intro h1 {
	font-size: 2.5rem;
	}
	.project-hero {
	padding: 0 1-rem;
	}
		.solution-details {
	grid-template-columns: 1fr;
	gap: 2rem;
	}
}

@media (max-width: 850px) {
	.container {
	padding: 0 1.5rem;
	}
	.project-intro h1 {
	font-size: 2.25rem;
	}
	.content-block h2 {
	font-size: 1.75rem;
	}
	.content-section {
	grid-template-columns: 1fr;
	gap: 2rem;
	margin: 3rem 0;
	}
	.content-text {
	grid-column: 1;
	grid-row: 1;
	}
	.content-image {
	grid-column: 1;
	grid-row: 2;
	}
	.results-metrics {
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: flex-start;
	}
	.metric {
	flex: 0 1 calc(50% - 1rem);
	margin-bottom: 1.5rem;
	}
	.phase-grid {
	grid-template-columns: 1fr;
	gap: 1rem;
	}
	.bento-grid {
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 150px;
	}
	.bento-large-1,.bento-wide,.bento-small,.bento-medium {
	grid-column: span 1;
	}
	.goals-accomplishments-grid {
    grid-template-columns: 1fr;
  	}
	
}
@media (max-width: 600px) {
	.container {
	padding: 0 1rem;
	}
	.project-intro {
	padding-top: 4rem;
	}
	.project-intro h1 {
	font-size: 2rem;
	}
	.project-summary p {
	font-size: 1.1rem;
	}
	.content-block h2 {
	font-size: 1.5rem;
	}
	.content-block h3 {
	font-size: 1.25rem;
	}
	.results-metrics {
	flex-direction: column;
	align-items: center;
	}
	.metric {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 2rem;
	}
	.next-project {
	padding: 1.5rem;
	}
	blockquote.testimonial {
	padding: 1.5rem;
	font-size: 1.1rem;
	}
	.phase-number {
	font-size: 3rem;
	}
	.bento-grid {
	grid-template-columns: 1fr !important;
	grid-auto-rows: auto;
	}
	.bento-item,.bento-large-1,.bento-wide,.bento-small,.bento-medium {
	grid-column: auto !important;
	grid-row: auto !important;
	}
}
@media (max-width: 480px) {
	.container {
	padding: 0 0.75rem;
	}
	.project-intro {
	padding-top: 3rem;
	}
	.project-intro h1 {
	font-size: 1.75rem;
	}
	.solution-feature {
	padding: 1.5rem;
	}
	blockquote.testimonial {
	padding: 1.25rem;
	font-size: 1rem;
	}
	.content-block h2 {
	font-size: 1.6rem;
	}
	.content-block h3 {
	font-size: 1.3rem;
	}
	.project-hero {
	padding: 0.25rem 0;
	}
	.phase-number {
	font-size: 1.75rem;
	}
	.bento-item,.bento-large-1,.bento-wide,.bento-small,.bento-medium {
	grid-column: auto !important;
	grid-row: auto !important;
	}
}
@media (max-width: 400px) {
	.project-intro {
	padding-top: 1rem;
	padding-bottom: 0.5rem;
	}
	.bento-item,.bento-large-1,.bento-wide,.bento-small,.bento-medium {
	grid-column: auto !important;
	grid-row: auto !important;
	}
}
