.fa-play-circle {
	font-size: 3rem;
}

.padding-top {
	padding-top: 4rem;
}

#substitute {
	font-family: 'Chelsea Market', cursive;
	font-size: 3.5em;
}

.littleBitLarger {
	font-size: 18px;
	line-height: 2em;
}

/* https://storage.needpix.com/rsynced_images/superhero-304713_1280.png */
.taller {
	min-height: 14em
}

.hero-trophy {
	width: 25%;
	/* Smaller default for mobile */
	max-width: 120px;
}

@media (min-width: 992px) {
	.hero-trophy {
		width: 40%;
		/* Restoration for desktop */
		max-width: 200px;
	}
}

.sd-hero {
	position: relative;
	padding: 40px 0 24px;
	background:
		linear-gradient(180deg, #ffffff 0%, #fbfbfb 70%, #f1f1f1 100%);
	overflow: hidden;
}

.sd-hero,
.sd-store-callout {
	border-left: 1px solid rgba(0, 0, 0, .125);
	border-right: 1px solid rgba(0, 0, 0, .125);
	border-top: 0;
	border-bottom: 0;
	border-radius: 0;
}

.sd-feature-intro {
	border-left: 1px solid rgba(0, 0, 0, .125);
	border-right: 1px solid rgba(0, 0, 0, .125);
	border-top: 0;
	border-bottom: 0;
	border-radius: 0;
	padding-top: 1.5rem;
	padding-bottom: 3rem;
}

.sd-hero:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 150px;
	background: #ffffff;
	clip-path: polygon(
		0 0,
		0 58%,
		8% 64%,
		16% 54%,
		24% 68%,
		32% 58%,
		40% 74%,
		48% 62%,
		56% 78%,
		64% 66%,
		72% 80%,
		80% 68%,
		88% 74%,
		96% 64%,
		100% 72%,
		100% 100%,
		0 100%
	);
}

.sd-hero .container {
	position: relative;
	z-index: 2;
}

.sd-hero-copy {
	max-width: 640px;
}

.sd-script {
	font-family: "Chelsea Market", cursive;
	font-size: 2rem;
	line-height: 1;
	color: #222;
	transform: rotate(-4deg);
	display: inline-block;
	margin-right: 0.5rem;
	margin-bottom: 0;
}

.sd-hero h1 {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	color: #222;
	line-height: 1.05;
}

.sd-hero h1 span:not(.sd-script) {
	display: block;
	width: fit-content;
	font-family: "Chelsea Market", cursive;
	font-size: clamp(3rem, 7vw, 5rem);
	letter-spacing: .03em;
	color: #bd2a26;
	position: relative;
	line-height: .95;
	margin-bottom: 7px;
	padding-bottom: 0.35rem;
}

.sd-hero h1 span:not(.sd-script)::after {
	content: "";
	position: absolute;
	left: -8px;
	width: calc(100% + 16px);
	bottom: -0.35rem;
	height: 0.95rem;
	background:
		radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.35) 0%, transparent 18%),
		radial-gradient(circle at 40% 30%, rgba(255, 255, 255, 0.22) 0%, transparent 18%),
		radial-gradient(circle at 70% 50%, rgba(255, 255, 255, 0.22) 0%, transparent 18%),
		linear-gradient(90deg, rgba(189, 42, 38, 0.94) 0%, rgba(189, 42, 38, 0.94) 100%);
	background-blend-mode: screen;
	transform: skewX(-12deg) rotate(-2deg);
	clip-path: polygon(0 25%, 10% 22%, 18% 18%, 30% 22%, 40% 17%, 52% 18%, 60% 22%, 70% 18%, 85% 20%, 100% 24%, 100% 85%, 0 90%);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), inset 0 0 5px rgba(0, 0, 0, 0.12);
	z-index: -1;
}

.sd-hero h1 small {
	display: block;
	font-size: clamp(1.4rem, 2.5vw, 2.2rem);
	font-weight: 700;
	line-height: 1.25;
}

.sd-subline {
	margin-top: 14px;
	font-family: "Chelsea Market", cursive;
	font-size: clamp(1.4rem, 2.5vw, 2.2rem);
	font-style: italic;
	color: #222;
}

.sd-hero-img {
	max-width: 560px;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}

@media (min-width: 992px) {
    .sd-hero-img {
        max-width: 720px;
        width: 100%;
    }
}

.sd-feature-strip {
    background-color: #f6f6f6;
    padding: 2rem 0;
}

/* Match homepage section containers: square corners + subtle light border */
.sd-feature-strip {
	border: 1px solid rgba(0, 0, 0, .125) !important;
	border-radius: 0;
}

.sd-who-uses-card {
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 0;
}

.sd-who-uses-card .card-header {
	border-radius: 0;
}

.sd-store-callout {
	position: relative;
	z-index: 3;
	margin-top: 0;
	padding: 24px 0;
}

.sd-store-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	padding: 34px 32px 32px 138px;
	border-radius: 10px;
	background: linear-gradient(135deg, #c9221c 0%, #8f140f 100%);
	color: #ffffff;
	box-shadow: 0 16px 35px rgba(0, 0, 0, .18);
	position: relative;
	overflow: visible;
	min-height: 140px;
}

.sd-store-icon {
	position: absolute;
	left: -24px;
	top: -26px;
	z-index: 2;
	width: 144px;
	height: 144px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #ffffff;
	border: 5px solid rgba(255, 255, 255, .96);
	box-shadow: 0 20px 48px rgba(0, 0, 0, .28);
}

.sd-store-icon::before {
	content: "";
	position: absolute;
	inset: 12px;
	border-radius: 50%;
	background: linear-gradient(135deg, #d63b31 0%, #a11710 100%);
}

.sd-store-icon i {
	position: relative;
	z-index: 1;
	font-size: 4.15rem;
	line-height: 1;
	color: #ffffff;
}

.sd-store-text {
	text-align: center;
}

.sd-store-text h1,
.sd-store-text h2 {
	margin: 0 0 8px;
	font-size: 2rem;
	font-weight: 700;
}

.sd-store-text p {
	margin: 0;
	font-size: 1.05rem;
}

.sd-store-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin-top: 30px;
	padding: 1rem 1rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
	color: #ffffff;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	line-height: 1.25;
}

.sd-store-badge-arrow {
	font-size: 0.9em;
	line-height: 1;
}

.sd-store-actions {
	display: flex;
	gap: 14px;
	white-space: nowrap;
}

.sd-store-actions .btn {
	min-width: 130px;
	font-weight: 600;
}

@media (max-width: 991px) {
	.sd-store-card {
		grid-template-columns: 1fr;
		text-align: center;
		padding: 26px 24px 24px;
		min-height: 0;
	}

	.sd-store-callout {
		padding: 24px 0;
	}

	.sd-store-icon {
		position: relative;
		left: auto;
		top: auto;
		width: 96px;
		height: 96px;
		margin: 0 auto;
	}

	.sd-store-icon::before {
		inset: 10px;
	}

	.sd-store-icon i {
		font-size: 2.9rem;
	}

	.sd-store-actions {
		justify-content: center;
		flex-wrap: wrap;
	}

	.sd-store-badge {
		font-size: 0.86rem;
		gap: 0.25rem;
	}
}

@media (max-width: 991px) {
	.sd-hero {
		text-align: center;
		padding-top: 40px;
	}

	.sd-hero h1 {
		justify-content: center;
		align-items: flex-start;
	}

	.sd-script,
	.sd-hero h1 span {
		margin-left: auto;
		margin-right: auto;
	}

	.sd-script {
		margin-right: 0;
		margin-bottom: 0;
	}

	.sd-hero h1 span:not(.sd-script) {
		margin-top: -0.3rem;
		margin-bottom: 0;
		padding-bottom: 0.2rem;
	}
}

/* Responsive Typography and Spacing */
@media (max-width: 768px) {
	.display-1 {
		font-size: 2.5rem !important;
	}

	.display-3 {
		font-size: 2rem !important;
	}

	.display-6 {
		font-size: 1.5rem !important;
	}

	.fs-4 {
		font-size: 1.15rem !important;
	}

	.py-5 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important;
	}
}

/* Specific Section Adjustments */
@media (max-width: 991px) {
	.hero-trophy {
		margin-top: 2rem;
		/* Space below text when stacked */
	}
}

/* Ensure display classes win over ChelseaMarket fixed size on all screens */
.ChelseaMarket.display-1 {
	font-size: 3rem !important;
}

.ChelseaMarket.display-3 {
	font-size: 2.5rem !important;
}

/* Existing responsive overrides for smaller screens */
@media (max-width: 768px) {
	.ChelseaMarket.display-1 {
		font-size: 2rem !important;
	}

	.ChelseaMarket.display-3 {
		font-size: 1.75rem !important;
	}
}

h4.ChelseaMarket {
	font-size: 1.25rem !important;
}

/* Attention-Grabbing Animations */
@keyframes entry-pop {
	0% {
		opacity: 0;
		transform: scale(0.5);
	}

	70% {
		transform: scale(1.1);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes pulse-subtle {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.03);
	}

	100% {
		transform: scale(1);
	}
}

.attention-animation {
	display: inline-block;
	/* Required for transform animations */
	animation: entry-pop 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,
		pulse-subtle 2s ease-in-out infinite 1s;
}