/* ==========================================================================
   Shamrock Lakes Fireworks — mobile-first stylesheet
   Scoped under .slf-page so it won't fight the active theme.
   ========================================================================== */

.slf-page {
	--slf-navy:   #0b1020;
	--slf-blue:   #2f88e0;
	--slf-dark:   #14181f;
	--slf-orange: #d96a3c;
	--slf-cream:  #f7f5f2;
	--slf-ink:    #1c2230;
	--slf-muted:  #5a6373;
	--slf-line:   #e4e6ea;
	--slf-radius: 14px;
	--slf-shadow: 0 10px 30px rgba(12, 18, 35, .12);
	--slf-font:   -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

	font-family: var(--slf-font);
	color: var(--slf-ink);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}
.slf-page *,
.slf-page *::before,
.slf-page *::after { box-sizing: inherit; }

.slf-page img { max-width: 100%; height: auto; display: block; }

.slf-container {
	width: 100%;
	max-width: 1120px;
	margin-inline: auto;
	padding-inline: 20px;
}

/* ---------- Buttons ---------- */
.slf-btn {
	display: inline-block;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: .01em;
	text-decoration: none;
	text-align: center;
	padding: 14px 26px;
	border-radius: 999px;
	border: 2px solid transparent;
	cursor: pointer;
	transition: transform .15s ease, background-color .15s ease, color .15s ease, box-shadow .15s ease;
	min-height: 48px; /* comfortable tap target */
	line-height: 1.2;
}
.slf-btn:active { transform: translateY(1px); }
.slf-btn--primary {
	background: var(--slf-orange);
	color: #fff;
	box-shadow: 0 8px 20px rgba(217, 106, 60, .35);
}
.slf-btn--primary:hover { background: #c65b2f; color: #fff; }
.slf-btn--ghost {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, .7);
}
.slf-btn--ghost:hover { background: rgba(255, 255, 255, .14); }

/* ---------- Big "DONATE NOW" QR button ---------- */
.slf-donate-now {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	width: 100%;
	max-width: 460px;
	margin: 0 auto 28px;
	padding: 22px 24px;
	background: var(--slf-orange);
	color: #fff;
	text-decoration: none;
	border-radius: 18px;
	box-shadow: 0 12px 34px rgba(217, 106, 60, .55), 0 0 0 4px rgba(255, 255, 255, .18);
	animation: slf-pulse 2.2s ease-in-out infinite;
	transition: transform .15s ease, background-color .15s ease;
}
.slf-donate-now:hover { background: #c65b2f; color: #fff; }
.slf-donate-now:active { transform: scale(.98); }
.slf-donate-now__label {
	font-size: clamp(2rem, 9vw, 2.9rem);
	font-weight: 900;
	letter-spacing: .04em;
	line-height: 1.05;
	text-transform: uppercase;
	text-shadow: 0 2px 10px rgba(0, 0, 0, .25);
}
.slf-donate-now__sub {
	font-size: clamp(.85rem, 3vw, 1rem);
	font-weight: 600;
	opacity: .95;
}
@keyframes slf-pulse {
	0%, 100% { box-shadow: 0 12px 34px rgba(217, 106, 60, .55), 0 0 0 4px rgba(255, 255, 255, .18); }
	50%      { box-shadow: 0 12px 34px rgba(217, 106, 60, .55), 0 0 0 12px rgba(255, 255, 255, .04); }
}

.slf-hero__more {
	display: inline-block;
	margin-top: 4px;
	color: #fff;
	font-weight: 600;
	font-size: 1rem;
	text-decoration: none;
	opacity: .9;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	padding-bottom: 2px;
}
.slf-hero__more:hover { opacity: 1; }

/* ---------- Header ---------- */
.slf-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(11, 16, 32, .96);
	backdrop-filter: saturate(140%) blur(6px);
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.slf-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 68px;
}
.slf-brand__logo { width: auto; height: 48px; }
.slf-nav-toggle {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 44px; height: 44px;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
}
.slf-nav-toggle span {
	display: block;
	width: 24px; height: 2px;
	margin-inline: auto;
	background: #fff;
	border-radius: 2px;
	transition: transform .2s ease, opacity .2s ease;
}
.slf-nav {
	display: none;
	position: absolute;
	left: 0; right: 0;
	top: 100%;
	background: rgba(11, 16, 32, .98);
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	padding: 8px 20px 18px;
}
.slf-nav.is-open { display: block; }
.slf-nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	padding: 14px 4px;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.slf-nav a:last-child { border-bottom: 0; }

/* ---------- Hero ---------- */
.slf-hero {
	background-size: cover;
	background-position: center;
	color: #fff;
	text-align: center;
}
.slf-hero__inner {
	padding-block: 72px 80px;
	max-width: 820px;
}
.slf-hero__title {
	font-size: clamp(2rem, 7vw, 3.4rem);
	line-height: 1.1;
	font-weight: 800;
	margin: 0 0 .5em;
	text-shadow: 0 2px 18px rgba(0, 0, 0, .5);
}
.slf-hero__lede {
	font-size: clamp(1.05rem, 2.6vw, 1.3rem);
	margin: 0 auto 1.6em;
	max-width: 36ch;
	opacity: .95;
}
.slf-hero__facts {
	list-style: none;
	margin: 0 auto 1.4em;
	padding: 0;
	display: inline-grid;
	gap: 12px;
	text-align: left;
	font-size: 1.05rem;
	font-weight: 600;
}
.slf-hero__facts li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}
.slf-ico { font-style: normal; }
.slf-hero__note {
	font-size: .9rem;
	font-style: italic;
	opacity: .85;
	max-width: 44ch;
	margin: 0 auto 1.8em;
}
.slf-hero__cta { font-size: 1.05rem; }

/* ---------- Section heads ---------- */
.slf-section-head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.slf-eyebrow {
	text-transform: uppercase;
	letter-spacing: .14em;
	font-size: .78rem;
	font-weight: 700;
	color: var(--slf-orange);
	margin: 0 0 .6em;
}
.slf-section-title {
	font-size: clamp(1.7rem, 4.5vw, 2.4rem);
	line-height: 1.15;
	font-weight: 800;
	margin: 0 0 .4em;
}
.slf-section-sub { color: var(--slf-muted); font-size: 1.08rem; margin: 0; }
.slf-donor-link { margin-top: 14px; }
.slf-donor-link a { color: var(--slf-blue); font-weight: 700; text-decoration: none; }
.slf-donor-link a:hover { text-decoration: underline; }

/* ---------- Donations ---------- */
.slf-donate { background: var(--slf-cream); padding-block: 64px; }
.slf-cards {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr;
}
.slf-card {
	border-radius: var(--slf-radius);
	padding: 32px 26px;
	color: #fff;
	box-shadow: var(--slf-shadow);
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.slf-card--blue   { background: var(--slf-blue); }
.slf-card--dark   { background: var(--slf-dark); }
.slf-card--orange { background: var(--slf-orange); }
.slf-card__title { font-size: 1.35rem; font-weight: 800; margin: 0; }
.slf-card__text { margin: 0; opacity: .94; flex: 1; }
.slf-card .slf-btn { align-self: flex-start; }

/* ---------- About ---------- */
.slf-about { padding-block: 64px; }
.slf-about__grid { display: grid; gap: 24px; }
.slf-about__head .slf-section-title { margin-bottom: 0; }
.slf-about__body p { margin: 0 0 1.1em; color: #333a47; font-size: 1.06rem; }
.slf-about__body p:last-child { margin-bottom: 0; }

/* ---------- Contact ---------- */
.slf-contact { background: var(--slf-cream); padding-block: 64px; }
.slf-phone { margin-top: 18px; font-size: 1.3rem; font-weight: 800; }
.slf-phone a { color: var(--slf-ink); text-decoration: none; display: inline-flex; gap: 10px; align-items: center; }
.slf-phone a:hover { color: var(--slf-orange); }

.slf-form { max-width: 760px; margin: 0 auto; }
.slf-form__row { display: grid; gap: 18px; grid-template-columns: 1fr; }
.slf-field { display: block; margin-bottom: 18px; }
.slf-field > span { display: block; font-weight: 700; font-size: .9rem; margin-bottom: 8px; }
.slf-req { color: var(--slf-orange); }
.slf-field input,
.slf-field textarea {
	width: 100%;
	font: inherit;
	color: var(--slf-ink);
	padding: 13px 14px;
	border: 1px solid var(--slf-line);
	border-radius: 10px;
	background: #fff;
}
.slf-field input:focus,
.slf-field textarea:focus {
	outline: none;
	border-color: var(--slf-blue);
	box-shadow: 0 0 0 3px rgba(47, 136, 224, .18);
}
.slf-form .slf-btn { margin-top: 6px; }
.slf-form__hint { margin-top: 14px; font-size: .85rem; color: var(--slf-muted); }

/* ---------- Footer ---------- */
.slf-footer { background: var(--slf-navy); color: #cfd5e2; text-align: center; padding-block: 40px; }
.slf-footer__inner { display: grid; gap: 12px; justify-items: center; }
.slf-footer__logo { height: 44px; width: auto; opacity: .95; }
.slf-footer p { margin: 0; font-size: .92rem; }
.slf-footer__small { opacity: .7; }

/* ==========================================================================
   Tablet / desktop breakpoints
   ========================================================================== */
@media (min-width: 720px) {
	.slf-form__row { grid-template-columns: 1fr 1fr; }
	.slf-cards { grid-template-columns: repeat(3, 1fr); }
	.slf-about__grid { grid-template-columns: 1fr 1.3fr; align-items: start; gap: 48px; }
	.slf-hero__inner { padding-block: 110px 120px; }
}

@media (min-width: 900px) {
	.slf-nav-toggle { display: none; }
	.slf-nav {
		display: flex;
		position: static;
		background: transparent;
		border: 0;
		padding: 0;
		gap: 32px;
	}
	.slf-nav a {
		border: 0;
		padding: 6px 0;
		font-size: 1.02rem;
	}
	.slf-nav a:hover { color: var(--slf-orange); }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
	.slf-page *, .slf-page *::before, .slf-page *::after {
		transition: none !important;
		animation: none !important;
	}
}
