/**
 * SCFS Premium Homepage styles
 * Loaded only on the premium homepage template.
 */

:root {
	--scfs-navy: #0a2540;
	--scfs-ocean: #0066cc;
	--scfs-ocean-deep: #004a99;
	--scfs-steel: #5f6b73;
	--scfs-fog: #f5f7f9;
	--scfs-line: #e3e8ee;
	--scfs-white: #ffffff;
	--scfs-text: #15202b;
	--scfs-muted: #5c6b7a;
	--scfs-radius: 16px;
	--scfs-radius-sm: 10px;
	--scfs-shadow: 0 12px 40px rgba(10, 37, 64, 0.08);
	--scfs-shadow-hover: 0 18px 48px rgba(10, 37, 64, 0.14);
	--scfs-max: 1180px;
	--scfs-font: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
	--scfs-display: Georgia, "Times New Roman", serif;
}

.scfs-premium-home #main-content,
.scfs-premium-home #et-main-area,
.scfs-premium-home .et_pb_section {
	background: transparent;
}

.scfs-home {
	font-family: var(--scfs-font);
	color: var(--scfs-text);
	overflow-x: hidden;
	background: var(--scfs-white);
}

.scfs-home *,
.scfs-home *::before,
.scfs-home *::after {
	box-sizing: border-box;
}

.scfs-container {
	width: min(100% - 2.5rem, var(--scfs-max));
	margin-inline: auto;
}

.scfs-section {
	padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.scfs-section__head {
	max-width: 40rem;
	margin-bottom: 2.5rem;
}

.scfs-section__head .scfs-title-icon {
	margin-bottom: 0.85rem;
}

/* Animated title icons */
.scfs-title-icon {
	display: inline-grid;
	place-items: center;
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 14px;
	background: linear-gradient(145deg, #e8f2fc, #f7fbff);
	border: 1px solid rgba(0, 102, 204, 0.14);
	box-shadow: 0 10px 24px rgba(10, 37, 64, 0.08);
	color: var(--scfs-ocean, #0066CC);
	transform: scale(0.7) rotate(-8deg);
	opacity: 0;
	transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
	vertical-align: middle;
}

.scfs-title-icon__svg {
	width: 1.35rem;
	height: 1.35rem;
	display: block;
}

.scfs-reveal.is-inview .scfs-title-icon,
.scfs-hero.is-inview .scfs-title-icon,
.scfs-page-hero.is-inview .scfs-title-icon,
.scfs-title-icon.is-animated {
	opacity: 1;
	transform: scale(1) rotate(0deg);
	animation: scfs-icon-float 3.2s ease-in-out 0.55s infinite;
}

.scfs-hero .scfs-title-icon,
.scfs-page-hero .scfs-title-icon {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.28);
	color: #9ec5f0;
	backdrop-filter: blur(8px);
	margin-bottom: 0.85rem;
}

.scfs-section__head--light .scfs-title-icon,
.scfs-newsletter .scfs-title-icon,
.scfs-final-cta .scfs-title-icon {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.22);
	color: #fff;
}

.scfs-newsletter__panel .scfs-title-icon,
.scfs-final-cta__inner .scfs-title-icon {
	margin: 0 auto 0.85rem;
}

/* Woo / Blog / Divi page titles */
.scfs-woo-title-icon-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.75rem;
	margin-bottom: 0.5rem;
}

.scfs-woo-title-icon-wrap .scfs-title-icon {
	opacity: 1;
	transform: scale(1) rotate(0deg);
	animation: scfs-icon-float 3.2s ease-in-out infinite;
}

.woocommerce-cart .scfs-title-icon--cart,
.woocommerce-checkout .scfs-title-icon--basket,
.woocommerce-shop .scfs-title-icon--shop,
.woocommerce-account .scfs-title-icon--account {
	margin-bottom: 0.5rem;
}

@keyframes scfs-icon-float {
	0%, 100% { transform: translateY(0) scale(1); }
	50% { transform: translateY(-5px) scale(1.04); }
}

@media (prefers-reduced-motion: reduce) {
	.scfs-title-icon,
	.scfs-reveal.is-inview .scfs-title-icon,
	.scfs-hero.is-inview .scfs-title-icon,
	.scfs-page-hero.is-inview .scfs-title-icon,
	.scfs-title-icon.is-animated,
	.scfs-woo-title-icon-wrap .scfs-title-icon {
		opacity: 1 !important;
		transform: none !important;
		animation: none !important;
		transition: none !important;
	}
}

.scfs-section__head--light,
.scfs-section__head--light .scfs-eyebrow,
.scfs-section__head--light h2 {
	color: var(--scfs-white);
}

.scfs-section__lead {
	color: var(--scfs-muted);
	font-size: 1.05rem;
	line-height: 1.6;
	margin: 0.75rem 0 0;
}

.scfs-section__more {
	margin-top: 2rem;
	text-align: center;
}

.scfs-eyebrow {
	display: inline-block;
	font-size: 0.78rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--scfs-ocean);
	font-weight: 700;
	margin: 0 0 0.75rem;
}

.scfs-home h1,
.scfs-home h2,
.scfs-home h3,
.scfs-home h4 {
	font-family: var(--scfs-display);
	color: var(--scfs-navy);
	line-height: 1.2;
	margin: 0 0 0.75rem;
	font-weight: 600;
}

.scfs-home h2 {
	font-size: clamp(1.75rem, 3.5vw, 2.5rem);
}

.scfs-home h3 {
	font-size: clamp(1.2rem, 2vw, 1.45rem);
}

.scfs-home h4 {
	font-size: 1.05rem;
}

.scfs-img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	object-fit: cover;
}

/* Buttons */
.scfs-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	min-height: 48px;
	padding: 0.75rem 1.35rem;
	border-radius: 999px;
	font-weight: 650;
	font-size: 0.95rem;
	text-decoration: none;
	border: 2px solid transparent;
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
	cursor: pointer;
}

.scfs-btn:focus-visible,
.scfs-link:focus-visible,
.scfs-cat-card:focus-visible,
.scfs-slider__btn:focus-visible,
.scfs-back-top:focus-visible {
	outline: 3px solid var(--scfs-ocean);
	outline-offset: 3px;
}

.scfs-btn--primary {
	background: var(--scfs-ocean);
	color: var(--scfs-white);
	box-shadow: 0 10px 24px rgba(0, 102, 204, 0.28);
}

.scfs-btn--primary:hover {
	background: var(--scfs-ocean-deep);
	color: var(--scfs-white);
	transform: translateY(-2px);
}

.scfs-btn--secondary {
	background: var(--scfs-white);
	color: var(--scfs-navy);
	border-color: var(--scfs-line);
}

.scfs-btn--secondary:hover {
	border-color: var(--scfs-ocean);
	color: var(--scfs-ocean);
	transform: translateY(-2px);
}

.scfs-btn--ghost {
	background: rgba(255, 255, 255, 0.12);
	color: var(--scfs-white);
	border-color: rgba(255, 255, 255, 0.45);
	backdrop-filter: blur(8px);
}

.scfs-btn--ghost:hover {
	background: var(--scfs-white);
	color: var(--scfs-navy);
}

.scfs-btn--text {
	min-height: auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	color: var(--scfs-ocean);
	background: transparent;
	box-shadow: none;
}

.scfs-btn--sm {
	min-height: 40px;
	padding: 0.5rem 1rem;
	font-size: 0.875rem;
}

.scfs-link {
	color: var(--scfs-ocean);
	font-weight: 650;
	text-decoration: none;
}

.scfs-link:hover {
	text-decoration: underline;
}

.scfs-chip {
	display: inline-block;
	padding: 0.25rem 0.65rem;
	border-radius: 999px;
	background: rgba(0, 102, 204, 0.1);
	color: var(--scfs-ocean-deep);
	font-size: 0.75rem;
	font-weight: 700;
	text-decoration: none;
	margin-bottom: 0.65rem;
}

.scfs-chip--muted {
	background: var(--scfs-fog);
	color: var(--scfs-steel);
}

/* Icons (CSS shapes) */
.scfs-icon {
	display: inline-grid;
	place-items: center;
	width: 3rem;
	height: 3rem;
	border-radius: 12px;
	background: linear-gradient(145deg, #e8f2fc, #f7fbff);
	position: relative;
}

.scfs-icon::before {
	content: "";
	width: 1.15rem;
	height: 1.15rem;
	border: 2px solid var(--scfs-ocean);
	border-radius: 3px;
}

.scfs-icon--storage::before { border-radius: 2px; box-shadow: inset 0 -4px 0 var(--scfs-ocean); }
.scfs-icon--cold::before { border-radius: 50%; border-style: dashed; }
.scfs-icon--tools::before { transform: rotate(45deg); border-radius: 2px; }
.scfs-icon--office::before { height: 0.9rem; border-bottom-width: 4px; }
.scfs-icon--shield::before { border-radius: 50% 50% 40% 40%; }
.scfs-icon--truck::before { width: 1.35rem; border-radius: 2px 6px 2px 2px; }
.scfs-icon--people::before { width: 0.55rem; height: 0.55rem; border-radius: 50%; box-shadow: 0.7rem 0 0 var(--scfs-ocean); border-color: var(--scfs-ocean); }
.scfs-icon--box::before { box-shadow: 4px 4px 0 -1px var(--scfs-white), 4px 4px 0 1px var(--scfs-ocean); }

/* Hero */
.scfs-hero {
	position: relative;
	min-height: min(92vh, 820px);
	display: grid;
	align-items: end;
	color: var(--scfs-white);
	isolation: isolate;
}

.scfs-hero__media,
.scfs-newsletter__bg,
.scfs-final-cta__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	z-index: -2;
}

.scfs-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(180deg, rgba(10, 37, 64, 0.55) 0%, rgba(10, 37, 64, 0.82) 100%);
}

.scfs-hero__inner {
	padding: clamp(5rem, 12vw, 8rem) 0 4rem;
	max-width: 46rem;
	margin-left: max(1.25rem, calc((100% - var(--scfs-max)) / 2));
	margin-right: auto;
	width: min(100% - 2.5rem, 46rem);
}

.scfs-hero .scfs-eyebrow {
	color: #9ec5f0;
}

.scfs-hero__title {
	font-size: clamp(2.2rem, 5.5vw, 3.6rem);
	color: var(--scfs-white);
	margin-bottom: 1rem;
}

.scfs-hero__sub {
	font-size: clamp(1.05rem, 2vw, 1.2rem);
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.9);
	margin: 0 0 1.75rem;
	max-width: 36rem;
}

.scfs-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
}

.scfs-hero__scroll {
	display: inline-flex;
	margin-top: 2.5rem;
	width: 2rem;
	height: 2rem;
	border: 2px solid rgba(255, 255, 255, 0.55);
	border-radius: 999px;
	align-items: flex-start;
	justify-content: center;
	padding-top: 0.35rem;
	animation: scfs-bounce 2s infinite;
}

.scfs-hero__scroll span {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #fff;
}

@keyframes scfs-bounce {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(6px); }
}

/* Categories */
.scfs-categories {
	background: var(--scfs-fog);
}

.scfs-cat-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
}

.scfs-cat-card {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	background: var(--scfs-white);
	border-radius: var(--scfs-radius);
	padding: 1.5rem;
	text-decoration: none;
	color: inherit;
	box-shadow: var(--scfs-shadow);
	border: 1px solid transparent;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
	min-height: 100%;
}

.scfs-cat-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--scfs-shadow-hover);
	border-color: rgba(0, 102, 204, 0.25);
}

.scfs-cat-card__title {
	margin: 0;
}

.scfs-cat-card__meta {
	margin: 0;
	color: var(--scfs-muted);
	font-size: 0.9rem;
}

.scfs-cat-card__cta {
	margin-top: auto;
	color: var(--scfs-ocean);
	font-weight: 700;
	font-size: 0.9rem;
}

/* Blog cards */
.scfs-post-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	align-items: stretch;
}

.scfs-post-card {
	display: flex;
	flex-direction: column;
	background: var(--scfs-white);
	border-radius: var(--scfs-radius);
	overflow: hidden;
	box-shadow: var(--scfs-shadow);
	border: 1px solid var(--scfs-line);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	height: 100%;
}

.scfs-post-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--scfs-shadow-hover);
}

.scfs-post-card__media {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--scfs-fog);
}

.scfs-post-card__img {
	width: 100%;
	height: 100%;
	transition: transform 0.45s ease;
}

.scfs-post-card:hover .scfs-post-card__img {
	transform: scale(1.04);
}

.scfs-post-card__body {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	padding: 1.25rem 1.35rem 1.5rem;
	flex: 1;
}

.scfs-post-card__title {
	font-size: 1.15rem;
}

.scfs-post-card__title a,
.scfs-mag-feature__body h3 a,
.scfs-mag-card h4 a,
.scfs-product-card__title a {
	color: inherit;
	text-decoration: none;
}

.scfs-post-card__title a:hover,
.scfs-mag-feature__body h3 a:hover,
.scfs-mag-card h4 a:hover,
.scfs-product-card__title a:hover {
	color: var(--scfs-ocean);
}

.scfs-post-card__excerpt,
.scfs-post-card__meta {
	margin: 0;
	color: var(--scfs-muted);
	font-size: 0.92rem;
	line-height: 1.55;
}

.scfs-post-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	font-size: 0.82rem;
}

.scfs-post-card__body .scfs-btn--text {
	margin-top: auto;
}

/* Featured alternating */
.scfs-feature {
	background: var(--scfs-fog);
}

.scfs-feature-row {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: center;
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.scfs-feature-row:last-child {
	margin-bottom: 0;
}

.scfs-feature-row--reverse .scfs-feature-row__media {
	order: 2;
}

.scfs-feature-row--reverse .scfs-feature-row__content {
	order: 1;
}

.scfs-feature-row__media {
	border-radius: var(--scfs-radius);
	overflow: hidden;
	box-shadow: var(--scfs-shadow);
	aspect-ratio: 4 / 3;
	background: #d9e2ec;
}

.scfs-feature-row__img {
	width: 100%;
	height: 100%;
}

.scfs-feature-row__content p {
	color: var(--scfs-muted);
	line-height: 1.65;
}

.scfs-feature-row__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

/* Why us */
.scfs-why-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
}

.scfs-why-card {
	background: var(--scfs-white);
	border: 1px solid var(--scfs-line);
	border-radius: var(--scfs-radius);
	padding: 1.5rem;
	box-shadow: var(--scfs-shadow);
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.scfs-why-card p {
	margin: 0;
	color: var(--scfs-muted);
	line-height: 1.55;
	flex: 1;
}

/* Products */
.scfs-product-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
}

.scfs-product-card {
	background: var(--scfs-white);
	border: 1px solid var(--scfs-line);
	border-radius: var(--scfs-radius);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: var(--scfs-shadow);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.scfs-product-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--scfs-shadow-hover);
}

.scfs-product-card__media {
	aspect-ratio: 1;
	overflow: hidden;
	background: var(--scfs-fog);
}

.scfs-product-card__body {
	padding: 1rem 1.1rem 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	flex: 1;
}

.scfs-product-card__title {
	font-size: 1rem;
	font-family: var(--scfs-font);
}

.scfs-product-card__price {
	font-weight: 700;
	color: var(--scfs-navy);
}

.scfs-product-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: auto;
}

.scfs-product-card__actions .button,
.scfs-product-card__actions .add_to_cart_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0.5rem 0.9rem;
	border-radius: 999px;
	background: var(--scfs-navy) !important;
	color: #fff !important;
	border: 0 !important;
	font-size: 0.85rem;
	font-weight: 650;
	text-decoration: none;
}

/* Testimonials */
.scfs-testimonials {
	background: var(--scfs-fog);
}

.scfs-slider {
	position: relative;
	max-width: 720px;
	margin: 0 auto;
}

.scfs-quote-card {
	margin: 0;
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: var(--scfs-radius);
	padding: 2rem;
	box-shadow: var(--scfs-shadow);
}

.scfs-quote-card[hidden] {
	display: none;
}

.scfs-stars {
	color: #e0a800;
	letter-spacing: 0.15em;
	margin-bottom: 1rem;
}

.scfs-quote-card blockquote {
	margin: 0;
}

.scfs-quote-card blockquote p {
	font-size: 1.15rem;
	line-height: 1.7;
	color: var(--scfs-text);
	font-family: var(--scfs-display);
}

.scfs-quote-card__person {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	margin-top: 1.5rem;
}

.scfs-avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, var(--scfs-navy), var(--scfs-ocean));
	color: #fff;
	font-weight: 700;
	font-size: 0.85rem;
}

.scfs-quote-card__role {
	display: block;
	color: var(--scfs-muted);
	font-size: 0.9rem;
}

.scfs-slider__controls {
	display: flex;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

.scfs-slider__btn {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid var(--scfs-line);
	background: var(--scfs-white);
	font-size: 1.4rem;
	line-height: 1;
	cursor: pointer;
	color: var(--scfs-navy);
}

.scfs-slider__btn:hover {
	border-color: var(--scfs-ocean);
	color: var(--scfs-ocean);
}

/* Stats */
.scfs-stats {
	background: linear-gradient(135deg, var(--scfs-navy) 0%, #123a5c 55%, #0a4f8a 100%);
	color: var(--scfs-white);
}

.scfs-stats-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1rem;
	text-align: center;
}

.scfs-stat__value {
	font-family: var(--scfs-display);
	font-size: clamp(1.8rem, 3.5vw, 2.6rem);
	margin: 0;
	font-weight: 700;
}

.scfs-stat__label {
	margin: 0.35rem 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.9rem;
}

/* Magazine */
.scfs-mag-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 1.5rem;
}

.scfs-mag-feature {
	background: var(--scfs-white);
	border: 1px solid var(--scfs-line);
	border-radius: var(--scfs-radius);
	overflow: hidden;
	box-shadow: var(--scfs-shadow);
}

.scfs-mag-feature__media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.scfs-mag-feature__body {
	padding: 1.5rem;
}

.scfs-mag-side {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.scfs-mag-card {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 1rem;
	align-items: center;
	background: var(--scfs-white);
	border: 1px solid var(--scfs-line);
	border-radius: var(--scfs-radius-sm);
	overflow: hidden;
	padding: 0.65rem;
	box-shadow: var(--scfs-shadow);
}

.scfs-mag-card__media {
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 8px;
}

.scfs-mag-meta {
	color: var(--scfs-muted);
	font-size: 0.85rem;
	margin: 0.5rem 0 1rem;
}

/* Newsletter + final CTA */
.scfs-newsletter,
.scfs-final-cta {
	position: relative;
	isolation: isolate;
	color: var(--scfs-white);
}

.scfs-newsletter__overlay,
.scfs-final-cta__overlay {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: rgba(10, 37, 64, 0.78);
}

.scfs-newsletter__panel {
	max-width: 34rem;
	margin: 0 auto;
	text-align: center;
	padding: 1rem;
	border-radius: var(--scfs-radius);
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(14px);
}

.scfs-newsletter h2,
.scfs-final-cta h2 {
	color: var(--scfs-white);
}

.scfs-newsletter p,
.scfs-final-cta p {
	color: rgba(255, 255, 255, 0.88);
	line-height: 1.6;
}

.scfs-newsletter__form {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	justify-content: center;
	margin: 1.25rem 0 0.75rem;
}

.scfs-newsletter__form input[type="email"] {
	flex: 1 1 220px;
	min-height: 48px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: rgba(255, 255, 255, 0.95);
	padding: 0 1.1rem;
	font-size: 1rem;
	color: var(--scfs-navy);
}

.scfs-newsletter__privacy {
	font-size: 0.85rem;
}

.scfs-newsletter__privacy a {
	color: #fff;
	text-decoration: underline;
}

.scfs-newsletter__msg {
	margin-top: 0.75rem;
	font-weight: 650;
}

.scfs-final-cta__inner {
	text-align: center;
	max-width: 40rem;
	margin-inline: auto;
}

.scfs-final-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	justify-content: center;
	margin-top: 1.5rem;
}

/* Footer band */
.scfs-footer-band {
	background: #071a2c;
	color: rgba(255, 255, 255, 0.86);
	padding: 3.5rem 0 1.5rem;
}

.scfs-footer-band__grid {
	display: grid;
	grid-template-columns: 1.3fr 1fr 1.2fr 1fr;
	gap: 2rem;
}

.scfs-footer-band h2,
.scfs-footer-band h3 {
	color: #fff;
	font-family: var(--scfs-font);
	font-size: 1rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.scfs-footer-band__title {
	font-family: var(--scfs-display) !important;
	text-transform: none !important;
	font-size: 1.4rem !important;
	letter-spacing: 0 !important;
}

.scfs-footer-links,
.scfs-footer-posts,
.scfs-social {
	list-style: none;
	margin: 0;
	padding: 0;
}

.scfs-footer-links a,
.scfs-social a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	display: inline-block;
	padding: 0.25rem 0;
}

.scfs-footer-links a:hover,
.scfs-social a:hover {
	color: #fff;
}

.scfs-social {
	display: flex;
	gap: 1rem;
	margin-top: 1rem;
}

.scfs-footer-posts li + li {
	margin-top: 0.75rem;
}

.scfs-footer-posts a {
	display: grid;
	grid-template-columns: 56px 1fr;
	gap: 0.75rem;
	align-items: center;
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
}

.scfs-footer-posts img {
	width: 56px;
	height: 56px;
	object-fit: cover;
	border-radius: 8px;
}

.scfs-footer-band__copy {
	margin-top: 2.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.55);
}

/* Back to top */
.scfs-back-top {
	position: fixed;
	right: 1.25rem;
	bottom: 1.25rem;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 0;
	background: var(--scfs-ocean);
	color: #fff;
	font-size: 1.2rem;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(0, 102, 204, 0.35);
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease;
	z-index: 100;
}

.scfs-back-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

/* Reveal animations */
.scfs-reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.scfs-reveal.is-inview {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.scfs-reveal,
	.scfs-btn,
	.scfs-post-card,
	.scfs-cat-card,
	.scfs-hero__scroll {
		transition: none !important;
		animation: none !important;
		opacity: 1 !important;
		transform: none !important;
	}
}

/* Responsive */
@media (max-width: 1100px) {
	.scfs-cat-grid,
	.scfs-why-grid,
	.scfs-product-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.scfs-stats-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.scfs-footer-band__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 900px) {
	.scfs-post-grid,
	.scfs-mag-grid,
	.scfs-feature-row,
	.scfs-feature-row--reverse .scfs-feature-row__media,
	.scfs-feature-row--reverse .scfs-feature-row__content {
		grid-template-columns: 1fr;
	}

	.scfs-feature-row--reverse .scfs-feature-row__media,
	.scfs-feature-row--reverse .scfs-feature-row__content {
		order: initial;
	}
}

@media (max-width: 640px) {
	.scfs-cat-grid,
	.scfs-why-grid,
	.scfs-product-grid,
	.scfs-stats-grid,
	.scfs-footer-band__grid {
		grid-template-columns: 1fr;
	}

	.scfs-mag-card {
		grid-template-columns: 88px 1fr;
	}

	.scfs-hero__actions,
	.scfs-final-cta__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.scfs-btn {
		width: 100%;
	}
}

/* Why cards with process photos */
.scfs-why-card--photo {
	padding: 0;
	overflow: hidden;
}

.scfs-why-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #d9e2ec;
}

.scfs-why-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.scfs-why-card--photo:hover .scfs-why-card__media img {
	transform: scale(1.04);
}

.scfs-why-card__body {
	padding: 1.25rem 1.35rem 1.45rem;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	flex: 1;
}

.scfs-why-card__body p {
	margin: 0;
	color: var(--scfs-muted);
	line-height: 1.55;
	flex: 1;
}

/* Homepage process showcase */
.scfs-process-showcase {
	background: var(--scfs-fog);
}

.scfs-process-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.1rem;
}

.scfs-process-card {
	background: #fff;
	border: 1px solid var(--scfs-line);
	border-radius: var(--scfs-radius);
	overflow: hidden;
	box-shadow: var(--scfs-shadow);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.scfs-process-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--scfs-shadow-hover);
}

.scfs-process-card a {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.scfs-process-card__media {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #d9e2ec;
}

.scfs-process-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.scfs-process-card:hover .scfs-process-card__media img {
	transform: scale(1.04);
}

.scfs-process-card__body {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	padding: 1rem 1.1rem 1.2rem;
}

.scfs-process-card__title {
	font-weight: 700;
	color: var(--scfs-navy);
	font-size: 1rem;
}

.scfs-process-card__text {
	color: var(--scfs-muted);
	font-size: 0.9rem;
	line-height: 1.5;
}

@media (max-width: 1100px) {
	.scfs-process-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.scfs-process-grid {
		grid-template-columns: 1fr;
	}
}

/* Screen reader */
.scfs-home .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
