.sar-main > .sar-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 440px);
	gap: clamp(1.5rem, 3vw, 3rem);
	align-items: start;
	max-width: none;
}

.sar-hero__text {
	min-width: 0;
}

.sar-hero__text > .sar-form-card {
	width: 100%;
	margin: clamp(2rem, 3vw, 2.5rem) 0 0;
	text-shadow: none;
}

.sar-hero > .sar-reel {
	min-width: 0;
	margin: 0;
	padding: clamp(.75rem, 2vw, 1.25rem);
	text-align: center;
	text-shadow: none;
}

.sar-hero .sar-reel h2 {
	font-size: clamp(2rem, 3vw, 2.4rem);
}

.sar-reel__embed {
	width: min(100%, 480px);
	margin: 1.5rem auto 0;
}

/* Instagram supplies inline dimensions, including a fixed minimum width. */
.sar-reel__embed .instagram-media {
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	margin: 0 !important;
}

.sar-reel .sar-reel__link {
	margin-top: 1.25rem;
	font-size: .9rem;
}

.sar-reel__link a {
	color: var(--sar-gold-bright);
	text-underline-offset: .2em;
}

.sar-reel__link a:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 5px;
}

@media (max-width: 900px) {
	.sar-main > .sar-hero {
		grid-template-columns: minmax(0, 1fr);
		gap: 2rem;
	}

	.sar-hero > .sar-reel {
		width: 100%;
		max-width: 480px;
		justify-self: center;
	}
}

@media (max-width: 480px) {
	.sar-section.sar-reel {
		padding-inline: .65rem;
	}
}
