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

body {
	margin: 0;
	background: #08050f;
	color: #e8dff5;
	font-family: "Crimson Pro", Georgia, serif;
	line-height: 1.6;
}

body.nevermore-farms {
	background:
		radial-gradient(ellipse 80% 50% at 50% -10%, rgba(107, 63, 160, 0.25), transparent 60%),
		radial-gradient(ellipse 60% 40% at 100% 100%, rgba(45, 31, 66, 0.5), transparent 50%),
		#08050f;
}

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

a {
	color: #b794f6;
}

a:hover {
	color: #d4b8ff;
}

.sfs-header {
	background: rgba(10, 6, 18, 0.92);
	border-bottom: 1px solid #2d1f42;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
	position: sticky;
	top: 0;
	z-index: 100;
	backdrop-filter: blur(10px);
}

.sfs-header__inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 16px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.sfs-brand__text,
.sfs-brand .custom-logo-link {
	font-family: Cinzel, "Playfair Display", Georgia, serif;
	font-weight: 600;
	font-size: 1.25rem;
	color: #e8dff5;
	text-decoration: none;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.sfs-nav__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sfs-nav__list a {
	text-decoration: none;
	font-weight: 500;
	color: #9d8fb8;
	font-size: 0.95rem;
	font-family: Cinzel, Georgia, serif;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 0.8rem;
}

.sfs-nav__list a:hover {
	color: #d4b8ff;
}

.sfs-main {
	min-height: 50vh;
}

.sfs {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px 72px;
}

.sfs-hero {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 40px;
	align-items: center;
	padding: 56px 0 48px;
}

.sfs-hero__badge {
	display: inline-block;
	background: linear-gradient(135deg, #2d1f42, #1a1024);
	color: #b794f6;
	border: 1px solid #4a3568;
	font-family: Cinzel, Georgia, serif;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	padding: 8px 14px;
	border-radius: 4px;
	margin-bottom: 20px;
}

.sfs-hero h1 {
	font-family: Cinzel, Georgia, serif;
	font-size: clamp(2.4rem, 5vw, 3.6rem);
	font-weight: 700;
	line-height: 1.08;
	margin: 0 0 12px;
	color: #f3ecff;
	text-shadow: 0 0 40px rgba(107, 63, 160, 0.35);
}

.sfs-hero__tagline {
	font-size: 1.2rem;
	font-style: italic;
	color: #b794f6 !important;
	margin-bottom: 12px !important;
}

.sfs-hero p {
	font-size: 1.05rem;
	line-height: 1.7;
	color: #9d8fb8;
	margin: 0 0 20px;
	max-width: 480px;
}

.sfs-hero__cta {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}

.sfs-btn {
	display: inline-block;
	padding: 14px 26px;
	border-radius: 4px;
	font-family: Cinzel, Georgia, serif;
	font-weight: 600;
	font-size: 13px;
	text-decoration: none;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.sfs-btn:hover {
	transform: translateY(-2px);
}

.sfs-btn--primary {
	background: linear-gradient(135deg, #6b3fa0, #4a2568);
	color: #f3ecff;
	box-shadow: 0 8px 32px rgba(107, 63, 160, 0.4);
	border: 1px solid #8b5cf6;
}

.sfs-btn--ghost {
	border: 1px solid #4a3568;
	color: #d4b8ff;
	background: transparent;
}

.sfs-hero__img {
	border-radius: 8px;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	box-shadow:
		0 24px 60px rgba(0, 0, 0, 0.6),
		0 0 0 1px #2d1f42,
		0 0 60px rgba(107, 63, 160, 0.15);
}

.sfs-hero__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: contrast(1.05) saturate(0.9);
}

.sfs-section {
	margin: 56px 0;
}

.sfs-section__head {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 36px;
}

.sfs-section__head--left {
	text-align: left;
	margin: 0 0 20px;
}

.sfs-section__head h2 {
	font-family: Cinzel, Georgia, serif;
	font-size: clamp(1.8rem, 3.5vw, 2.4rem);
	font-weight: 600;
	margin: 0 0 10px;
	color: #f3ecff;
}

.sfs-section__head p {
	color: #9d8fb8;
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.6;
	font-style: italic;
}

.sfs-about {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 36px;
	align-items: center;
	background: rgba(26, 16, 36, 0.7);
	border: 1px solid #2d1f42;
	border-radius: 8px;
	padding: 36px;
	box-shadow: inset 0 1px 0 rgba(139, 92, 246, 0.08);
}

.sfs-about p {
	color: #9d8fb8;
	line-height: 1.75;
	margin: 0 0 16px;
	font-size: 1.05rem;
}

.sfs-about p:last-child {
	margin-bottom: 0;
}

.sfs-about--solo {
	grid-template-columns: 1fr;
	max-width: 820px;
	margin: 0 auto;
}

.sfs-livestock {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.sfs-livestock__card {
	background: rgba(26, 16, 36, 0.85);
	border: 1px solid #2d1f42;
	border-radius: 8px;
	overflow: hidden;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.sfs-livestock__card:hover {
	border-color: #6b3fa0;
	box-shadow: 0 12px 40px rgba(107, 63, 160, 0.18);
}

.sfs-livestock__img {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #1a1024;
}

.sfs-livestock__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.92);
}

.sfs-livestock__body {
	padding: 20px 22px 24px;
}

.sfs-livestock__body h3 {
	font-family: Cinzel, Georgia, serif;
	margin: 0 0 8px;
	color: #f3ecff;
	font-size: 1.15rem;
}

.sfs-livestock__body p {
	margin: 0;
	color: #9d8fb8;
	line-height: 1.6;
	font-size: 0.98rem;
}

.sfs-leo {
	background: rgba(26, 16, 36, 0.6);
	border: 1px solid #2d1f42;
	border-radius: 8px;
	padding: 32px;
}

.sfs-leo__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	align-items: center;
}

.sfs-leo__img {
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #2d1f42;
	aspect-ratio: 4 / 3;
}

.sfs-leo__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sfs-leo__copy h2 {
	font-family: Cinzel, Georgia, serif;
	color: #f3ecff;
	margin: 0 0 14px;
	font-size: 1.6rem;
}

.sfs-leo__copy p {
	color: #9d8fb8;
	line-height: 1.75;
	margin: 0 0 14px;
}

.sfs-cta__buttons {
	justify-content: center;
	margin-bottom: 8px;
}

.sfs-location a {
	color: #d4b8ff;
}

.sfs-gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}

.sfs-gallery__item {
	border-radius: 6px;
	overflow: hidden;
	aspect-ratio: 1;
	background: #1a1024;
	border: 1px solid #2d1f42;
}

.sfs-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s, filter 0.35s;
	filter: brightness(0.92);
}

.sfs-gallery__item:hover img {
	transform: scale(1.04);
	filter: brightness(1);
}

.sfs-services {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.sfs-service {
	background: rgba(26, 16, 36, 0.8);
	border: 1px solid #2d1f42;
	border-radius: 8px;
	padding: 28px 24px;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.sfs-service:hover {
	border-color: #6b3fa0;
	box-shadow: 0 12px 40px rgba(107, 63, 160, 0.2);
}

.sfs-service__icon {
	font-size: 28px;
	margin-bottom: 14px;
	filter: grayscale(0.2);
}

.sfs-service h3 {
	font-family: Cinzel, Georgia, serif;
	font-size: 1.1rem;
	margin: 0 0 10px;
	color: #f3ecff;
	letter-spacing: 0.03em;
}

.sfs-service p {
	margin: 0;
	color: #9d8fb8;
	font-size: 0.98rem;
	line-height: 1.6;
}

.sfs-work {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.sfs-work__card {
	border-radius: 8px;
	overflow: hidden;
	background: #1a1024;
	border: 1px solid #2d1f42;
}

.sfs-work__img {
	aspect-ratio: 4 / 5;
	overflow: hidden;
}

.sfs-work__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.9);
}

.sfs-work__body {
	padding: 16px;
}

.sfs-work__tag {
	font-family: Cinzel, Georgia, serif;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: #8b5cf6;
	margin-bottom: 6px;
}

.sfs-work__body h3 {
	font-family: Cinzel, Georgia, serif;
	font-size: 0.95rem;
	margin: 0;
	color: #e8dff5;
	font-weight: 600;
}

.sfs-cta {
	text-align: center;
	background: linear-gradient(160deg, #1a1024 0%, #0a0612 40%, #2d1f42 100%);
	color: #e8dff5;
	border-radius: 8px;
	padding: 48px 32px;
	border: 1px solid #4a3568;
	box-shadow: 0 0 80px rgba(107, 63, 160, 0.12);
}

.sfs-cta h2 {
	font-family: Cinzel, Georgia, serif;
	color: #f3ecff;
	margin: 0 0 12px;
	font-size: 2rem;
}

.sfs-cta p {
	color: #9d8fb8;
	max-width: 520px;
	margin: 0 auto 24px;
	line-height: 1.7;
	font-style: italic;
}

.sfs-cta .sfs-btn--primary {
	background: linear-gradient(135deg, #8b5cf6, #6b3fa0);
}

.sfs-location {
	display: flex;
	gap: 32px;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 40px;
	padding-top: 32px;
	border-top: 1px solid #2d1f42;
	text-align: center;
}

.sfs-location div {
	min-width: 180px;
}

.sfs-location strong {
	display: block;
	font-family: Cinzel, Georgia, serif;
	font-size: 0.95rem;
	margin-bottom: 4px;
	color: #d4b8ff;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.sfs-location span {
	font-size: 0.92rem;
	color: #9d8fb8;
}

.sfs-page {
	padding-top: 48px;
	padding-bottom: 72px;
}

.sfs-page--center {
	text-align: center;
}

.sfs-article__header h1 {
	font-family: Cinzel, Georgia, serif;
	font-size: clamp(1.8rem, 4vw, 2.6rem);
	margin: 0 0 12px;
	color: #f3ecff;
}

.sfs-article__meta {
	color: #9d8fb8;
	font-size: 0.9rem;
	margin: 0 0 24px;
}

.sfs-article__content {
	color: #c4b8d8;
	line-height: 1.75;
}

.sfs-footer {
	background: #050308;
	color: #9d8fb8;
	padding: 28px 24px;
	border-top: 1px solid #2d1f42;
}

.sfs-footer__inner {
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.sfs-footer a {
	color: #b794f6;
	text-decoration: none;
}

.sfs-footer__copy {
	margin: 0;
	font-size: 0.92rem;
	font-style: italic;
}

.sfs-footer__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (max-width: 900px) {
	.sfs-hero {
		grid-template-columns: 1fr;
	}

	.sfs-hero__img {
		max-height: 420px;
		aspect-ratio: 16 / 10;
	}

	.sfs-about {
		grid-template-columns: 1fr;
	}

	.sfs-gallery,
	.sfs-work {
		grid-template-columns: repeat(2, 1fr);
	}

	.sfs-services {
		grid-template-columns: 1fr;
	}

	.sfs-livestock {
		grid-template-columns: 1fr;
	}

	.sfs-leo__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.sfs-gallery,
	.sfs-work {
		grid-template-columns: 1fr;
	}

	.sfs-header__inner {
		flex-direction: column;
		align-items: flex-start;
	}
}
