@charset "UTF-8";
/* CSS Document */

/* page styles */
body {
	padding: 0;
	border: 0;
	position: relative;
	font-size: 16px;
	color: #1C1C1C; /* dark charcoal */
	background-color: #FBFAF8; /* light */
	font-family: 'Inter', sans-serif;
}

/* type styles */
h1 {
	margin: 0;
	font-weight: bold;
}
h2 {
	margin: 0;
	font-weight: normal;
}
p {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0;
}
a {
	text-decoration: none;
	color: black;
}
/* design elements */
img {
	display: block;
	border: 0;
	width: 100%;
	height: auto;
}
/* top bar styles */
.topBar {
	border-bottom: 2px solid #7A1E2C;
	padding: 0.8em 1em;
}
.topBarGrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}
.siteName {
	font-size: 2.5em;
	letter-spacing: 0.02em;
	color: #7A1E2C; /* maroon */
}
/* navigation styles */
.topNav {
	justify-self: end;
}
.topLinks {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 1.8em;
}
.topLinks li a {
	font-size: 1em;
	font-weight: 600;
	color: #1C1C1C;
}
.topLinks li a:hover {
	color: #5C0F1C; /* darker maroon hover */
	text-decoration: underline;
}
/* hero styles */
.hero {
	max-width: 1200px;
	margin: 0 auto;
	padding: 4em 2em;
}
.heroGrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4em;
	align-items: center;
}
/* hero text styles */
.heroText {
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
}
.heroHeadline {
	font-family: 'Playfair Display', serif;
	font-size: 5em;
	font-weight: 700;
	letter-spacing: -0.02em;
	position: relative;
	margin-bottom: 0.3em;
}
.heroHeadline::after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	background-color: #7A1E2C;
	margin: 0.5em auto;
}
.heroSubhead {
	font-size: 1.5em;
	font-weight: 500px;
	margin: 0.5em auto;
	line-height: 1.4em;
	color: #7A1E2C; /* maroon*/
}
/* button styles */
.contactButton {
	display: inline-block;
	margin-top: 2em;
	border: 2px solid #1C1C1C;
	padding: 0.8em 1.6em;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #1C1C1C;
	text-decoration: none;
}
.contactButton:hover {
	border-color: #7A1E2C;
	color: #7A1E2C;
}
.contactButton:hover {
	background-color: #7A1E2C;
	color: white;
}
/* image box styles */
.heroImageBox {
	max-width: 420px;
	margin: 0 auto;
}
.heroImage {
	width: 100%;
	height: auto;
	display: block;
}
.heroGrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}
/* footer styles */
.copyright {
	margin: 2em 0 0 0;
	padding: 1em;
}
.footerText {
	text-align: center;
}
/* active nav link */
.topLinks .currentPage {
	color: #7A1E2C;
	text-decoration: underline;
}
/* about section styles */
.aboutSection {
	padding: 2em 1em 3em 1em;
}
.aboutText {
	max-width: 700px;
	margin: 0 auto 1.5em auto;
	font-size: 1.15em;
	line-height: 1.6em;
	color: #1C1C1C;
	text-align: left;
}
.aboutSection::before {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	background-color: #7A1E2C;
	margin: 0 auto 2em auto;
}
.aboutSection::after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	background-color: #7A1E2C;
	margin: 3em auto 0 auto;
}
.aboutIntro {
	max-width: 850px;
	margin: 0 auto 2.5em auto;
	text-align: center;
	padding: 2em;
	border: 2px solid #7A1E2C;
	background-color: white;
	box-shadow: 8px 8px 0 #7A1E2C;
}

.aboutKicker {
	font-size: 0.9em;
	font-weight: 600;
	letter-spacing: 0.2em;
	color: #7A1E2C;
	margin-bottom: 0.8em;
}

.aboutHeadline {
	font-family: 'Playfair Display', serif;
	font-size: 3em;
}

.aboutFacts {
	max-width: 1000px;
	margin: 0 auto 3em auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1.5em;
}

.factCard {
	border: 2px solid #1C1C1C;
	background-color: white;
	padding: 1.5em;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.factCard:hover {
	transform: translateY(-8px);
	box-shadow: 6px 6px 0 #7A1E2C;
}

.factCard h3 {
	font-size: 1em;
	letter-spacing: 0.1em;
	color: #7A1E2C;
	margin-bottom: 0.6em;
}

.aboutStory {
	max-width: 750px;
	margin: 0 auto;
}

.aboutText:first-of-type::first-letter {
	font-family: 'Playfair Display', serif;
	font-size: 3.5em;
	float: left;
	line-height: 0.9em;
	padding-right: 0.1em;
	color: #7A1E2C;
}

.aboutPullQuote {
	font-family: 'Playfair Display', serif;
	font-size: 1.8em;
	text-align: center;
	color: #7A1E2C;
	margin: 1.8em 0;
	padding: 1em 0;
	border-top: 2px solid #7A1E2C;
	border-bottom: 2px solid #7A1E2C;
}

/* subtle fade-in animation */
.aboutSection {
	animation: fadeIn 1s ease-in;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/* contact section styles */
.contactSection {
	text-align: center;
	margin: 4em 0;
	padding: 2.5em 1em;
	border-top: 2px solid #7A1E2C;
}
.contactHeadline {
	font-size: 2.3em;
	font-family: 'Playfair Display', serif;
	color: #7A1E2C;
	margin-bottom: 0.4em;
}
.contactSubtext {
	font-size: 1.1em;
	margin-bottom: 1.2em;
	color: #1C1C1C;
}
.contactText a {
	position: relative;
	font-weight: 500;
	margin: 0 0.4em;
}
.contactText a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0%;
	height: 1px;
	background-color: #7A1E2C;
	transition: width 0.3s ease;
}
.contactText a:hover::after {
	width: 100%;
}
/* scrolling text section */
.scrollingText {
	overflow: hidden;
	white-space: nowrap;
	border-top: 2px solid #7A1E2C;
	border-bottom: 2px solid #7A1E2C;
	padding: 0.8em 0;
	background-color: #FBFAF8;
}
.scrollingText p {
	display: inline-block;
	padding-left: 100%;
	font-size: 1.2em;
	font-weight: 600;
	color: #7A1E2C;
	letter-spacing: 0.12em;
	opacity: 0.85;
	animation: scrollWords 20s linear infinite;
}
@keyframes scrollWords {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
.heroImage {
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.heroImage:hover {
	transform: rotate(-2deg) scale(1.03);
	box-shadow: 12px 12px 0 #7A1E2C;
}
.scrollingText:hover p {
	animation-play-state: paused;
}
/* section divider line */
.sectionTitle::after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background-color: #7A1E2C;
	margin: 0.5em auto;
}
/* selected work description */
.workDescription {
	margin-top: 15px;
	margin-bottom: 30px;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5em;
}
/* stronger hover effect */
.imageBox img:hover {
	transform: scale(1.03);
	box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
/* social page styles */
.socialIntro {
	text-align: center;
	padding: 5em 1em 3em 1em;
	max-width: 900px;
	margin: 0 auto;
}
.sectionKicker {
	font-size: 0.85em;
	font-weight: 600;
	letter-spacing: 0.18em;
	color: #7A1E2C;
	margin-bottom: 0.8em;
	text-transform: uppercase;
}
.socialHeadline {
	font-family: 'Playfair Display', serif;
	font-size: 4.5em;
	line-height: 1em;
	color: #1C1C1C;
	margin-bottom: 0.3em;
}
.socialSubhead {
	font-size: 1.25em;
	font-weight: 500;
	letter-spacing: 0.08em;
	color: #7A1E2C;
	margin-bottom: 1em;
}
.socialIntroText {
	max-width: 600px;
	margin: 0 auto;
	font-size: 1.15em;
	line-height: 1.6em;
	color: #1C1C1C;
}
/* impact section */
.metricsSection {
	max-width: 1050px;
	margin: 2em auto 5em auto;
	padding: 0 2em;
	text-align: center;
}
.metricsTitle {
	font-family: 'Playfair Display', serif;
	font-size: 3em;
	color: #7A1E2C;
	margin-bottom: 0.8em;
}
.metricsGrid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1.2em;
}
.metricCard {
	background-color: white;
	border: 2px solid #1C1C1C;
	padding: 2em 1em;
	transition: transform 0.3s ease;
}
.metricCard:hover {
	transform: translateY(-6px);
}
.metricCard h3 {
	font-family: 'Playfair Display', serif;
	font-size: 2.8em;
	color: #7A1E2C;
	margin: 0 0 0.2em 0;
}
.metricCard p {
	font-size: 1em;
	line-height: 1.4em;
}
/* shared section intros */
.sectionIntro {
	max-width: 750px;
	margin: 0 auto 2.5em auto;
	text-align: center;
}
.sectionHeadline {
	font-family: 'Playfair Display', serif;
	font-size: 3em;
	line-height: 1.1em;
	color: #1C1C1C;
	margin-bottom: 0.4em;
}
.sectionIntroText {
	font-size: 1.1em;
	line-height: 1.6em;
	color: #1C1C1C;
}
/* role section */
.roleSection {
	max-width: 1050px;
	margin: 4em auto 5em auto;
	padding: 0 2em;
}
.roleIntro {
	text-align: center;
	max-width: 750px;
	margin: 0 auto 2em auto;
}
.roleGrid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1.2em;
	margin-bottom: 2em;
}
.roleCard {
	background-color: white;
	border: 2px solid #1C1C1C;
	padding: 1.3em;
}
.roleCard h3 {
	color: #7A1E2C;
	font-size: 0.9em;
	letter-spacing: 0.14em;
	margin-top: 0;
	margin-bottom: 0.7em;
}
.roleCard p {
	line-height: 1.5em;
}
.roleTextBox {
	background-color: white;
	border-left: 6px solid #7A1E2C;
	padding: 2em;
	max-width: 850px;
	margin: 0 auto;
}
.socialText {
	font-size: 1.05em;
	line-height: 1.7em;
	margin-bottom: 1.2em;
}
.socialText:last-child {
	margin-bottom: 0;
}
/* before and after section */
.beforeAfterSection {
	margin: 5em auto;
	max-width: 1150px;
	padding: 0 2em;
	text-align: center;
}
.beforeAfterGrid {
	display: grid;
	grid-template-columns: 0.8fr 0.8fr 1.25fr;
	gap: 1.5em;
	align-items: end;
}
.beforeAfterItem {
	margin: 0;
	background-color: white;
	border: 2px solid #1C1C1C;
	padding: 1em;
}
.featuredEvolution {
	padding: 1.2em;
	box-shadow: 10px 10px 0 #7A1E2C;
}
.beforeAfterLabel {
	font-size: 0.95em;
	letter-spacing: 0.12em;
	font-weight: 600;
	color: #7A1E2C;
	margin-bottom: 0.8em;
	text-transform: uppercase;
}
.evolutionImage {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}
.evolutionImage:hover {
	transform: scale(1.03);
}
/* selected work */
.workSection {
	width: 90%;
	max-width: 1100px;
	margin: 5em auto;
	text-align: center;
}
.workGrid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1.5em;
	align-self: flex-start;
}
.imageBox {
	background-color: white;
	border: 2px solid #1C1C1C;
	padding: 1em;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.imageBox img {
	width: 100%;
	height: auto;
	max-width: 100%;
	transition: transform 0.3s ease, opacity 0.3s ease;
}
.imageBox img:hover {
	transform: scale(1.03);
	opacity: 0.92;
}
/* feature story */
.featureSection {
	max-width: 700px;
	margin: 5em auto;
	text-align: center;
	padding: 2em;
	background-color: white;
	border-top: 2px solid #7A1E2C;
	border-bottom: 2px solid #7A1E2C;
}
.featureText {
	max-width: 600px;
	margin: 0 auto 1em auto;
	line-height: 1.6em;
	font-size: 1.1em;
}
.featureLink {
	font-weight: bold;
	color: #7A1E2C;
	text-decoration: underline;
}
.featureLink:hover {
	color: #5C0F1C;
}
/* design page */
.designIntro {
	text-align: center;
	padding: 5em 1em 3em 1em;
	max-width: 900px;
	margin: 0 auto;
}
.designHeadline {
	font-family: 'Playfair Display', serif;
	font-size: 4.3em;
	line-height: 1em;
	color: #1C1C1C;
	margin-bottom: 0.4em;
}
.designIntroText {
	max-width: 700px;
	margin: 0 auto;
	font-size: 1.15em;
	line-height: 1.6em;
}
.designCategory {
	max-width: 1100px;
	margin: 5em auto;
	padding: 0 2em;
}
.designGrid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1.5em;
}
.designImageBox {
	margin: 0;
	background-color: white;
	border: 2px solid #1C1C1C;
	padding: 1em;
	transition: transform 0.3s ease;
}
.designImageBox:hover {
	transform: translateY(-6px);
}
.designImage {
	width: 100%;
	height: auto;
	display: block;
}
.designImageBox figcaption {
	font-size: 0.9em;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: #7A1E2C;
	text-transform: uppercase;
	margin-top: 0.8em;
}
.featuredDesign {
	border-top: 2px solid #7A1E2C;
	border-bottom: 2px solid #7A1E2C;
	padding-top: 4em;
	padding-bottom: 4em;
}
.homelessnessGrid {
	display: flex;
	gap: 1.5em;
	max-width: 1050px;
	margin: 0 auto;
	overflow-x: auto;
	padding: 0.5em 0 2em 0;
	align-items: flex-start;
	scroll-snap-type: x mandatory;
}
.homelessnessGrid .designImageBox {
	flex: 0 0 360px;
	margin: 0;
	scroll-snap-align: start;
}
.homelessnessGrid .designImage {
	width: 100%;
	height: auto;
	display: block;
}
.homelessnessGrid .designImageBox:nth-child(3) {
	flex-basis: 300px;
}
.homelessnessGrid .designImageBox:nth-child(4),
.homelessnessGrid .designImageBox:nth-child(5) {
	flex-basis: 420px;
}
.homelessnessGrid figcaption {
	text-align: left;
}
.webDesignSection {
	max-width: 800px;
	margin: 5em auto;
	text-align: center;
	padding: 2em;
	background-color: white;
	border-left: 6px solid #7A1E2C;
}
.scrollNote {
	text-align: center;
	color: #7A1E2C;
	font-size: 0.9em;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 1.2em;
}
.designImageBox a {
	display: block;
	position: relative;
}
.designImageBox a img {
	transition: transform 0.3s ease;
	cursor: zoom-in;
}
.designImageBox a:hover img {
	transform: scale(1.03);
}
/* multimedia page */
.multimediaIntro {
	text-align: center;
	padding: 5em 1em 3em 1em;
	max-width: 900px;
	margin: 0 auto;
}
.multimediaHeadline {
	font-family: 'Playfair Display', serif;
	font-size: 4.2em;
	line-height: 1em;
	color: #1C1C1C;
	margin-bottom: 0.4em;
}
.multimediaIntroText {
	max-width: 700px;
	margin: 0 auto;
	font-size: 1.15em;
	line-height: 1.6em;
}
.featuredMultimedia {
	max-width: 1100px;
	margin: 4em auto;
	padding: 2em;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2em;
	align-items: center;
	background-color: white;
	border: 2px solid #1C1C1C;
}
.secondaryProject {
	background-color: #FBFAF8;
}
.projectTextBlock {
	padding: 1em;
}
.projectHeadline {
	font-family: 'Playfair Display', serif;
	font-size: 2.8em;
	line-height: 1.1em;
	color: #1C1C1C;
	margin-bottom: 0.5em;
}
.projectDescription {
	font-size: 1.08em;
	line-height: 1.6em;
	margin-bottom: 1em;
}
.projectRole {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
.projectButton {
	display: inline-block;
	border: 2px solid #1C1C1C;
	padding: 0.8em 1.2em;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #1C1C1C;
}
.projectButton:hover {
	background-color: #7A1E2C;
	border-color: #7A1E2C;
	color: white;
}
.projectImageBlock {
	margin: 0;
}
.projectImageBlock img {
	width: 100%;
	height: auto;
	display: block;
}
.futureGallery {
	max-width: 750px;
	margin: 5em auto;
	text-align: center;
	padding: 2em;
	border-top: 2px solid #7A1E2C;
	border-bottom: 2px solid #7A1E2C;
}.projectImageBlock a {
	display: flex;
	flex-direction: column;
	gap: 1em;
}
.projectImageBlock img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
	cursor: pointer;
}
.projectImageBlock img:hover {
	transform: scale(1.03);
}
/* infographics section */
.infographicGrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5em;
	max-width: 1100px;
	margin: 0 auto;
	align-items: start;
}
.infographicMap {
	grid-column: span 2;
}
.infographicMap .designImage {
	width: 85%;
	margin: 0 auto;
}
.infographicFeature .designImage {
	width: 90%;
	margin: 0 auto;
}
.infographicFeature .designImage {
	width: 75%;
	margin: 0 auto;
}
.infographicDescription {
	font-size: 0.95em;
	line-height: 1.5em;
	margin-top: 0.7em;
	color: #1C1C1C;
}
.infographicGrid .designImageBox {
	align-items: flex-start;
}
.infographicGrid .designImageBox:hover {
	transform: translateY(-4px);
}
.barChart {
	grid-column: 2;
}
.designImageBox a {
	position: relative;
	display: block;
}
.designImage {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}
.designImage:hover {
	transform: scale(1.03);
}
.imageOverlay {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: rgba(0,0,0,0.7);
	color: white;
	padding: 0.3em 0.6em;
	font-size: 0.75em;
	letter-spacing: 0.08em;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.designImageBox a:hover .imageOverlay {
	opacity: 1;
}
.imageBox a {
	display: block;
	cursor: pointer;
}
.imageBox img {
	transition: transform 0.3s ease;
}
.imageBox img:hover {
	transform: scale(1.03);
}
.magazineBox {
	align-self: start;
	width: fit-content;
}
.magazineCover {
	max-width: 280px;
	margin: 0 auto;
}
@media (max-width: 768px) {

	/* NAVIGATION */
	.topBarGrid {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 1em;
	}

	.topLinks {
		flex-direction: column;
		gap: 0.5em;
		text-align: center;
	}

	/* HERO SECTION */
	.heroGrid {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.heroImageBox {
		margin-top: 1.5em;
	}

	/* DESIGN GRID */
	.designGrid {
		grid-template-columns: 1fr;
	}

	/* INFOGRAPHICS */
	.infographicGrid {
		grid-template-columns: 1fr;
	}

	/* SOCIAL MEDIA GRID */
	.workGrid {
		grid-template-columns: 1fr;
	}

	/* MULTIMEDIA PROJECTS */
	.featuredMultimedia {
		grid-template-columns: 1fr;
		text-align: center;
	}

	/* HEADLINES SCALE DOWN */
	.designHeadline,
	.multimediaHeadline {
		font-size: 2.5em;
	}

}