.ga-home {
	--ga-home-purple: #44038a;
	--ga-home-violet: rgb(155, 81, 224);
	--ga-home-lilac: #caa3f0;
	--ga-home-paper: #f4f5f6;
	--ga-home-ink: #19171c;
	--ga-home-charcoal: #271f2b;
	--ga-home-rule: rgba(25, 23, 28, 0.18);
	margin: 0;
	color: var(--ga-home-ink);
	background: var(--ga-home-paper);
}

.ga-home,
.ga-home * {
	box-sizing: border-box;
}

.ga-home :where(h1, h2, h3, p, a) {
	min-width: 0;
}

.ga-home :where(h1, h2, h3) {
	font-family: var(--wp--preset--font-family--heading, Georgia, "Times New Roman", serif);
	font-weight: 400;
	letter-spacing: -0.035em;
	text-wrap: balance;
	overflow-wrap: normal;
	word-break: normal;
}

.ga-home h2 {
	margin: 0;
	font-size: clamp(2.6rem, 5.5vw, 5.4rem);
	line-height: 0.98;
}

.ga-home h3 {
	margin: 0 0 0.75rem;
	font-size: clamp(1.5rem, 2.5vw, 2.4rem);
	line-height: 1.06;
}

.ga-home p {
	line-height: 1.6;
}

.ga-home a {
	color: inherit;
}

.ga-home-shell {
	width: min(100% - 3rem, 1180px);
	margin-inline: auto;
}

.ga-home-kicker,
.ga-home-featured__eyebrow,
.ga-home-project-card__eyebrow,
.ga-home-label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.ga-home-button {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.9rem 1.2rem;
	font-weight: 500;
	text-decoration: none;
}

.ga-home-button--light {
	color: var(--ga-home-purple) !important;
	background: #fff;
}

.ga-home-text-link {
	font-weight: 500;
	color: var(--ga-home-violet) !important;
	text-decoration: none;
}

.ga-home-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.25rem;
	margin-top: 1.5rem;
}

/* Hero */
.ga-home-hero {
	padding-block: clamp(5rem, 10vw, 9rem) clamp(3rem, 6vw, 5rem);
	color: #fff;
	background:
		radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.14), transparent 16%),
		radial-gradient(circle at 68% 92%, rgba(155, 81, 224, 0.62), transparent 25%),
		var(--ga-home-purple);
}

.ga-home-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 2rem;
	justify-items: center;
	text-align: center;
}

.ga-home-hero h1 {
	max-width: 14ch;
	margin: 0 auto;
	font-size: clamp(1.8rem, 4.8vw, 5.2rem);
	line-height: 0.91;
	color: #fff;
}

.ga-home-hero h1 em {
	color: var(--ga-home-lilac);
	font-style: normal;
}

.ga-home-hero__intro {
	max-width: 42rem;
	margin-inline: auto;
	padding-bottom: 0.6rem;
}

.ga-home-hero__intro > p {
	font-size: clamp(1rem, 1.7vw, 1.25rem);
}

.ga-home-hero .ga-home-text-link {
	color: #fff !important;
}

.ga-home-hero .ga-home-actions {
	justify-content: center;
}

.ga-home-hero .ga-home-button--light {
	position: relative;
	isolation: isolate;
	border-radius: 0.35rem;
	box-shadow: 0 10px 26px rgba(39, 31, 43, 0.2);
	animation: ga-home-button-breathe 1.4s ease-in-out 1.5s 2;
	transition: color 180ms ease, background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.ga-home-hero .ga-home-button--light:hover {
	color: var(--ga-home-purple) !important;
	background: var(--ga-home-lilac);
	box-shadow: 0 16px 38px rgba(39, 31, 43, 0.3), 0 0 28px rgba(255, 255, 255, 0.3);
	transform: translateY(-3px) scale(1.015);
}

.ga-home-hero .ga-home-button--light:focus-visible {
	outline: 3px solid var(--ga-home-lilac);
	outline-offset: 5px;
}

.ga-home-hero .ga-home-button--light span {
	display: inline-block;
	transition: transform 180ms ease;
}

.ga-home-hero .ga-home-button--light:hover span {
	transform: translateX(4px);
}

@keyframes ga-home-button-breathe {
	0%, 100% {
		box-shadow: 0 10px 26px rgba(39, 31, 43, 0.2), 0 0 0 0 rgba(202, 163, 240, 0.1);
	}

	50% {
		box-shadow: 0 14px 34px rgba(39, 31, 43, 0.28), 0 0 0 9px rgba(202, 163, 240, 0.16);
	}
}

.ga-home-proof {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: clamp(3rem, 7vw, 6rem);
	border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.ga-home-proof > div {
	padding: 1.6rem 1.5rem 0 0;
}

.ga-home-proof > div + div {
	padding-left: 1.5rem;
}

.ga-home-proof strong {
	display: block;
	font-family: var(--wp--preset--font-family--heading, Georgia, "Times New Roman", serif);
	font-size: clamp(2.5rem, 4.5vw, 4.8rem);
	font-weight: 400;
	line-height: 1;
	color: var(--ga-home-lilac);
}

.ga-home-proof span {
	display: block;
	margin-top: 0.5rem;
}

/* Shared section heading */
.ga-home-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
	gap: clamp(2rem, 7vw, 7rem);
	align-items: end;
	margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.ga-home-section-heading > p,
.ga-home-section-heading > a {
	max-width: 34rem;
	margin: 0 0 0.4rem;
}

.ga-home-section-heading--compact {
	grid-template-columns: minmax(0, 1.5fr) minmax(180px, 0.5fr);
}

/* Needs */
.ga-home-needs {
	padding-block: clamp(5rem, 9vw, 9rem);
}

.ga-home-needs__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid var(--ga-home-rule);
}

.ga-home-need {
	display: block;
	min-width: 0;
	padding: 2.5rem 2.5rem 2.5rem 0;
	text-decoration: none;
}

.ga-home-need:nth-child(even) {
	padding-left: 2.5rem;
	border-left: 1px solid var(--ga-home-rule);
}

.ga-home-need:nth-child(n + 3) {
	border-top: 1px solid var(--ga-home-rule);
}

.ga-home-need span,
.ga-home-need h3 {
	color: var(--ga-home-violet);
}

.ga-home-need b {
	font-weight: 500;
}

/* Dominant portfolio project */
.ga-home-featured {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	max-width: 1500px;
	margin-inline: auto;
	background: #eadff4;
}

.ga-home-featured__copy {
	align-self: center;
	padding: clamp(3rem, 7vw, 7rem);
}

.ga-home-featured__copy h2 {
	margin-bottom: 1.5rem;
}

.ga-home-featured__eyebrow {
	margin-bottom: 1.4rem;
}

.ga-home-featured__media {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 520px;
	background: var(--ga-home-purple);
}

.ga-home-featured__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 520px;
	object-fit: cover;
	filter: saturate(0.65) contrast(0.92);
	transform: scale(1.025);
}

.ga-home-featured__image--placeholder {
	background: linear-gradient(145deg, var(--ga-home-violet), var(--ga-home-purple));
}

.ga-home-featured__media::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(135deg, rgba(68, 3, 138, 0.7), rgba(68, 3, 138, 0.28));
	box-shadow: inset 0 0 80px rgba(39, 31, 43, 0.32);
}

.ga-home-featured__lens {
	position: absolute;
	z-index: 1;
	top: 14%;
	right: 12%;
	width: min(48%, 360px);
	aspect-ratio: 1;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.28);
	backdrop-filter: blur(1px) brightness(1.25);
	box-shadow: 0 0 50px rgba(255, 255, 255, 0.22);
}

.ga-home-featured__result {
	position: absolute;
	z-index: 2;
	right: 5%;
	bottom: 5%;
	max-width: 80%;
	font-family: var(--wp--preset--font-family--heading, Georgia, "Times New Roman", serif);
	font-size: clamp(2.7rem, 6vw, 6.5rem);
	font-weight: 400;
	line-height: 0.94;
	text-align: right;
	color: #fff;
}

/* Selected projects */
.ga-home-selected {
	padding-block: clamp(5rem, 9vw, 9rem);
}

.ga-home-project-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.5rem, 3vw, 2.5rem);
}

.ga-home-project-card {
	min-width: 0;
}

.ga-home-project-card__media {
	display: block;
	overflow: hidden;
	margin-bottom: 1.5rem;
	border-radius: 2.5rem 0.8rem 2.5rem 0.8rem;
	background: #eadff4;
}

.ga-home-project-card__image {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 240ms ease;
}

.ga-home-project-card__image--placeholder {
	background: linear-gradient(145deg, #eadff4, var(--ga-home-violet));
}

.ga-home-project-card__media:hover .ga-home-project-card__image {
	transform: scale(1.025);
}

.ga-home-project-card__eyebrow {
	margin: 0 0 0.75rem;
}

.ga-home-project-card > p:not(.ga-home-project-card__eyebrow) {
	color: #514a55;
}

.ga-home-project-card h3 a {
	text-decoration: none;
}

/* My Story */
/* Behind the Work */
.ga-home-story {
	display: grid;
	grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(3rem, 6vw, 6rem);
	align-items: center;
	padding-block: clamp(4rem, 7vw, 7rem);
	border-top: 1px solid var(--ga-home-rule);
}

.ga-home-story__media {
	display: block;
	overflow: hidden;
	width: 100%;
	max-width: 28rem;
	border-radius: 42% 58% 34% 66% / 36% 38% 62% 64%;
	background: var(--ga-home-violet);
}

.ga-home-story__image {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: center 20%;
}

.ga-home-story__copy {
	width: 100%;
	max-width: 40rem;
}

.ga-home-story__copy h2 {
	margin: 0 0 1.5rem;
}

/* Tablet and phone */
@media (max-width: 781px) {
	.ga-home-story {
		grid-template-columns: 1fr;
		gap: 2rem;
		padding-block: 3.5rem;
	}

	.ga-home-story__media {
		width: min(100%, 25rem);
		margin-inline: auto;
	}

	.ga-home-story__copy {
		width: min(100%, 34rem);
		margin-inline: auto;
	}
}

/* Smaller phones */
@media (max-width: 480px) {
	.ga-home-story {
		padding-block: 3rem;
	}

	.ga-home-story__media {
		max-width: 19rem;
	}
}

/* Field notes */
.ga-home-notes {
	padding-block: clamp(5rem, 9vw, 9rem);
	border-top: 1px solid var(--ga-home-rule);
}

.ga-home-note {
	display: grid;
	grid-template-columns: minmax(80px, 2.45fr) minmax(0, 2fr) minmax(110px, 2.55fr);
	gap: 2rem;
	align-items: center;
	padding-block: 1.5rem;
	border-top: 1px solid var(--ga-home-rule);
}

.ga-home-note time,
.ga-home-note > span {
	font-size: 0.75rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ga-home-note h3 {
	margin: 0;
}

.ga-home-note h3 a {
	color: var(--ga-home-purple);
	text-decoration: none;
}

/* Closing */
.ga-home-closing {
	padding-block: clamp(5rem, 9vw, 9rem);
	color: #fff;
	background: var(--ga-home-purple);
}

.ga-home-closing__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	gap: clamp(3rem, 8vw, 8rem);
	align-items: end;
}

.ga-home-closing h2 {
	color: #fff;
}

.ga-home-closing__grid > div:last-child {
	max-width: 31rem;
}

@media (max-width: 960px) {
	.ga-home-project-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ga-home-project-card:last-child {
		grid-column: 1 / -1;
		max-width: calc(50% - 0.75rem);
	}
}

@media (max-width: 781px) {
	.ga-home-hero__grid,
	.ga-home-section-heading,
	.ga-home-featured,
	.ga-home-story,
	.ga-home-closing__grid {
		grid-template-columns: 1fr;
	}

	.ga-home-hero h1 {
		font-size: clamp(3.3rem, 14vw, 5.8rem);
	}

	.ga-home-hero__intro {
		max-width: 40rem;
	}

	.ga-home-featured__media,
	.ga-home-featured__image {
		min-height: 400px;
	}

	.ga-home-story__media {
		width: min(100%, 430px);
	}
}

@media (max-width: 620px) {
	.ga-home-shell {
		width: min(100% - 2rem, 1180px);
	}

	.ga-home-proof,
	.ga-home-needs__grid,
	.ga-home-project-grid {
		grid-template-columns: 1fr;
	}

	.ga-home-proof > div + div {
		padding-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.ga-home-need:nth-child(even) {
		padding-left: 0;
		border-left: 0;
	}

	.ga-home-need + .ga-home-need {
		border-top: 1px solid var(--ga-home-rule);
	}

	.ga-home-project-card:last-child {
		grid-column: auto;
		max-width: none;
	}

	.ga-home-note {
		grid-template-columns: 1fr;
		gap: 0.5rem;
	}

	.ga-home-featured__copy {
		padding-inline: 1.5rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ga-home-project-card__image,
	.ga-home-hero .ga-home-button--light,
	.ga-home-hero .ga-home-button--light span {
		animation: none;
		transition: none;
	}
}

@media (min-width: 782px) {
	.ga-home .ga-home-story {
		display: grid !important;
		grid-template-columns:
			minmax(260px, 0.78fr)
			minmax(0, 1.22fr) !important;
		column-gap: clamp(3rem, 7vw, 7rem) !important;
		row-gap: 0 !important;
		align-items: center !important;
	}

	.ga-home .ga-home-story > .ga-home-story__media {
		grid-column: 1 !important;
		grid-row: 1 !important;
	}

	.ga-home .ga-home-story > .ga-home-story__copy {
		grid-column: 2 !important;
		grid-row: 1 !important;
	}
}