/* SAINT 0.2.0 — ceremonial Found a Home crest and upgraded impact section. */
.saint-found-home {
	position: relative;
	display: block;
	padding: 13px 10px 10px;
	background: linear-gradient(145deg, #036bc0, #2ca9e1 48%, #176b55);
	border: 4px solid #f2c14e;
	outline: 2px solid #fff4d2;
	outline-offset: -8px;
	border-radius: 18px;
	box-shadow: 0 0 0 2px #036bc0, 0 9px 24px rgba(3, 72, 126, .3);
	overflow: visible;
}

.saint-found-home::before,
.saint-found-home::after {
	content: "";
	position: absolute;
	top: 11px;
	width: 20px;
	height: 20px;
	background: #f2c14e;
	border: 3px solid #fff4d2;
	transform: rotate(45deg);
	z-index: 2;
}

.saint-found-home::before { left: 11px; }
.saint-found-home::after { right: 11px; }

.saint-found-home__banner {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: minmax(18px, 1fr) auto minmax(18px, 1fr);
	align-items: center;
	gap: 10px;
	width: calc(100% - 44px);
	margin: -28px auto -8px;
	padding: 9px 14px 10px;
	color: #fff9e8;
	background: linear-gradient(180deg, #0c7fcf, #035ca4);
	border: 3px solid #f2c14e;
	border-radius: 999px;
	box-shadow: 0 4px 10px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.35);
	text-align: center;
}

.saint-found-home__banner span {
	display: block;
	height: 1px;
	background: linear-gradient(90deg, transparent, #fff4d2);
}

.saint-found-home__banner span:last-child {
	background: linear-gradient(90deg, #fff4d2, transparent);
}

.saint-found-home__banner strong {
	font-family: "PT Serif", Georgia, serif;
	font-size: clamp(14px, 1.45vw, 20px);
	font-style: italic;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .035em;
	text-shadow: 0 2px 0 #173c32;
	white-space: nowrap;
}

.saint-found-home .saint-pet-card__link {
	display: block;
	margin-top: 0;
	padding-top: 10px;
	background: #fff;
	border: 2px solid #fff4d2;
	border-radius: 10px;
	box-shadow: 0 3px 10px rgba(0,0,0,.2);
	overflow: hidden;
}

.saint-found-home__side { display: none; }

.saint-impact {
	position: relative;
	overflow: hidden;
	padding: clamp(48px, 6vw, 78px) max(20px, calc((100% - 1240px) / 2)) clamp(58px, 7vw, 92px);
	background:
		radial-gradient(circle at 8% 15%, rgba(255,255,255,.13) 0 4px, transparent 5px),
		radial-gradient(circle at 92% 85%, rgba(242,193,78,.18) 0 5px, transparent 6px),
		linear-gradient(145deg, #024f91 0%, #036bc0 48%, #0789d5 100%);
	background-size: 42px 42px, 54px 54px, auto;
}

.saint-impact::before,
.saint-impact::after {
	content: "";
	position: absolute;
	left: 50%;
	width: min(420px, 55vw);
	height: 2px;
	background: linear-gradient(90deg, transparent, #f2c14e, transparent);
	transform: translateX(-50%);
}

.saint-impact::before { top: 30px; }
.saint-impact::after { bottom: 31px; }

.saint-impact__heading,
.saint-impact__subheading {
	color: #fff;
	text-shadow: 0 3px 12px rgba(0,42,82,.35);
}

.saint-impact__heading {
	font-family: Poppins, "Open Sans", sans-serif;
	font-size: clamp(34px, 4.2vw, 58px);
	font-weight: 700;
}

.saint-impact__subheading {
	margin-top: 12px;
	color: #fff4d2;
	font-family: "PT Serif", Georgia, serif;
	font-size: clamp(24px, 3vw, 38px);
	font-style: italic;
	font-weight: 700;
}

.saint-impact .saint-stats {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: clamp(12px, 1.5vw, 20px);
	margin-top: clamp(38px, 5vw, 62px);
	border: 0;
}

.saint-impact .saint-stat,
.saint-impact .saint-stat--dogs,
.saint-impact .saint-stat--cats,
.saint-impact .saint-stat:last-child {
	position: relative;
	min-width: 0;
	min-height: 245px;
	justify-content: center;
	padding: 32px 16px 27px;
	background: linear-gradient(180deg, #fff 0%, #f2faff 100%);
	border: 2px solid rgba(255,255,255,.9);
	border-top: 7px solid #f2c14e;
	border-radius: 16px;
	box-shadow: 0 12px 26px rgba(0,40,78,.28), inset 0 0 0 1px rgba(3,107,192,.1);
}

.saint-impact .saint-stat::before {
	content: "";
	position: absolute;
	top: 13px;
	left: 50%;
	width: 9px;
	height: 9px;
	background: #f2c14e;
	border: 2px solid #036bc0;
	transform: translateX(-50%) rotate(45deg);
}

.saint-impact .saint-stat__number,
.saint-impact .saint-stat--dogs .saint-stat__number,
.saint-impact .saint-stat--cats .saint-stat__number {
	color: #036bc0;
	font-family: "PT Serif", Georgia, serif;
	font-size: clamp(48px, 5vw, 78px);
	font-weight: 800;
	letter-spacing: -.045em;
	text-shadow: 0 2px 0 #d9effb;
}

.saint-impact .saint-stat__label {
	margin-top: 18px;
	color: #17496d;
	font-family: Poppins, Montserrat, sans-serif;
	font-size: clamp(13px, 1.2vw, 17px);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .025em;
}

@media (max-width: 1000px) {
	.saint-impact .saint-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.saint-impact .saint-stat--dollars { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
	.saint-found-home { margin-top: 18px; }
	.saint-found-home__banner { width: calc(100% - 34px); }
	.saint-found-home__banner strong { font-size: clamp(13px, 4.2vw, 18px); }
	.saint-impact .saint-stats { grid-template-columns: 1fr; }
	.saint-impact .saint-stat,
	.saint-impact .saint-stat--dollars { min-height: 175px; grid-column: auto; }
}
