.sve-page,
.sve-page * {
	box-sizing: border-box;
}

.sve-site-area {
	position: relative;
	z-index: 20;
	width: 100%;
}

.sve-site-area .sve-page {
	overflow: visible;
}

.sve-site-area--header {
	position: sticky;
	top: 0;
}

.sve-site-area--header .sve-page .sve-section-inner {
	width: min(1180px, calc(100vw - 32px));
}

.sve-site-menu-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: flex-end;
	width: 100%;
}

.sve-menu-toggle {
	display: none;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.08);
	color: inherit;
	font: inherit;
	font-weight: 800;
	line-height: 1.2;
	cursor: pointer;
}

.sve-menu-toggle__bars {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 12px;
	border-top: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
}

.sve-menu-toggle__bars::before {
	position: absolute;
	top: 3px;
	left: 0;
	width: 100%;
	border-top: 2px solid currentColor;
	content: "";
}

.sve-site-menu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sve-site-menu li {
	margin: 0;
}

.sve-site-menu a {
	display: inline-flex;
	align-items: center;
	border: 1px solid transparent;
	border-radius: 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.88rem;
	font-weight: 760;
	line-height: 1.2;
	padding: 8px 13px;
	text-decoration: none;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.sve-menu .sve-site-menu a {
	color: inherit;
	font-size: inherit;
}

.sve-site-menu a:hover,
.sve-site-menu .current-menu-item a {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.18);
	color: #ffffff;
	transform: translateY(-1px);
}

.sve-page {
	width: 100%;
	overflow: hidden;
	background:
		radial-gradient(circle at 1px 1px, rgba(8, 8, 7, 0.028) 1px, transparent 0) 0 0 / 18px 18px,
		#f7f2e9;
}

.sve-page .sve-section {
	position: relative;
	isolation: isolate;
	width: 100%;
	overflow: hidden;
	box-shadow: none;
}

.sve-page .sve-section::before {
	position: absolute;
	z-index: 0;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0) 46%),
		radial-gradient(circle at 1px 1px, rgba(8, 8, 7, 0.035) 1px, transparent 0),
		radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.038) 1px, transparent 0);
	background-size: auto, 18px 18px, 22px 22px;
	content: "";
	opacity: 0.64;
}

.sve-page .sve-section--has-bg {
	background-repeat: no-repeat;
}

.sve-page .sve-section--label-hero.sve-section--has-bg {
	animation: sve-hero-drift 24s ease-in-out infinite alternate;
	will-change: background-position;
}

.sve-page .sve-section--has-bg::before {
	background:
		linear-gradient(90deg, rgba(8, 8, 7, 0.24) 0%, rgba(8, 8, 7, 0.32) 36%, rgba(8, 8, 7, 0.68) 70%, rgba(8, 8, 7, 0.9) 100%),
		linear-gradient(180deg, rgba(8, 8, 7, 0.1), rgba(8, 8, 7, 0.58));
	opacity: 1;
}

.sve-page .sve-section--has-bg::after {
	position: absolute;
	z-index: 0;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 78% 38%, rgba(255, 255, 255, 0.12), transparent 30%),
		radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.09) 1px, transparent 0),
		radial-gradient(circle at 1px 1px, rgba(8, 8, 7, 0.14) 1px, transparent 0);
	background-size: auto, 17px 17px, 23px 23px;
	content: "";
	opacity: 0.56;
	animation: sve-hero-texture-drift 36s linear infinite;
}

@keyframes sve-hero-drift {
	0% {
		background-position: 42% 58%;
	}

	100% {
		background-position: 46% 54%;
	}
}

@keyframes sve-hero-texture-drift {
	0% {
		background-position: center, 0 0, 0 0;
	}

	100% {
		background-position: 4px -6px, 34px -17px, -23px 23px;
	}
}

.sve-page .sve-section-inner {
	position: relative;
	z-index: 1;
	width: min(1120px, calc(100vw - 32px));
	margin: 0 auto;
}

.sve-page .sve-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
	gap: 24px;
	width: 100%;
}

.sve-page .sve-column {
	min-width: 0;
}

.sve-page .sve-column[style*="background"] {
	border: 1px solid rgba(8, 8, 7, 0.09);
	border-radius: 0 !important;
	box-shadow: 0 20px 56px rgba(8, 8, 7, 0.12);
}

.sve-page .sve-heading {
	letter-spacing: 0;
	line-height: 1.05;
}

.sve-page .sve-section--has-bg .sve-heading,
.sve-page .sve-section--has-bg .sve-text {
	text-shadow: 0 2px 28px rgba(0, 0, 0, 0.46);
}

.sve-page .sve-section--has-bg .sve-image img {
	filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.38));
}

.sve-page .sve-text p:first-child {
	margin-top: 0;
}

.sve-page .sve-text p:last-child {
	margin-bottom: 0;
}

.sve-page .sve-text a {
	color: inherit;
}

.sve-page .sve-image {
	display: block;
	margin: 0;
	width: 100%;
	max-width: 100%;
	border-radius: 0 !important;
}

.sve-page .sve-image img,
.sve-page .sve-gallery img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0 !important;
	object-fit: inherit;
	object-position: inherit;
}

.sve-page .sve-image[style*="height"] img {
	height: 100%;
}

.sve-page .sve-image-empty {
	min-height: 220px;
	border: 1px dashed #cbd5e1;
	background: #f8fafc;
}

.sve-page .sve-button-wrap {
	display: inline-flex;
	max-width: 100%;
}

.sve-page .sve-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	text-decoration: none;
	line-height: 1.2;
	border-radius: 0 !important;
	box-shadow: 0 12px 32px rgba(8, 8, 7, 0.14);
	transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.sve-page .sve-button:hover {
	box-shadow: 0 18px 44px rgba(8, 8, 7, 0.18);
	opacity: 0.92;
	transform: translateY(-1px);
}

.sve-page .sve-cards {
	--sve-card-min: 320px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--sve-card-min)), 1fr));
	grid-auto-rows: 1fr;
	align-items: stretch;
	gap: 18px;
	width: 100%;
}

.sve-page .sve-card {
	display: grid;
	grid-template-rows: auto auto 1fr;
	align-content: start;
	height: 100%;
	min-width: 0;
	padding: 22px;
	border: 1px solid rgba(8, 8, 7, 0.1);
	border-radius: 0 !important;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 240, 0.95)),
		radial-gradient(circle at 1px 1px, rgba(8, 8, 7, 0.032) 1px, transparent 0) 0 0 / 16px 16px,
		#ffffff;
	box-shadow: 0 18px 46px rgba(8, 8, 7, 0.11);
	overflow: hidden;
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.sve-page .sve-card:hover {
	box-shadow: 0 24px 62px rgba(8, 8, 7, 0.15);
	transform: translateY(-3px);
}

.sve-page .sve-card__image {
	margin: -22px -22px 16px;
	background: #d7c7b3;
}

.sve-page .sve-card__image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
	object-position: center;
	transition: transform 520ms ease, filter 520ms ease;
}

.sve-page .sve-card:hover .sve-card__image img {
	filter: saturate(1.04) contrast(1.02);
	transform: scale(1.018);
}

.sve-page .sve-cards--images-wide .sve-card__image img {
	aspect-ratio: 16 / 9;
}

.sve-page .sve-cards--images-square .sve-card__image img {
	aspect-ratio: 1 / 1;
}

.sve-page .sve-cards--images-fixed .sve-card__image img {
	height: var(--sve-card-image-height, 220px);
	aspect-ratio: auto;
}

.sve-page .sve-cards--images-natural .sve-card__image img {
	height: auto;
	aspect-ratio: auto;
	object-fit: contain;
}

.sve-page .sve-card h3 {
	margin: 0 0 10px;
	font-size: 1.15rem;
	line-height: 1.25;
	letter-spacing: 0;
}

.sve-page .sve-card p:first-child {
	margin-top: 0;
}

.sve-page .sve-card p:last-child {
	margin-bottom: 0;
}

.sve-page .sve-card > div {
	min-width: 0;
}

.sve-page .sve-features {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	width: 100%;
}

.sve-page .sve-feature {
	display: grid;
	gap: 12px;
	align-content: start;
	min-width: 0;
	padding: 22px;
	border: 1px solid rgba(8, 8, 7, 0.1);
	border-radius: 0 !important;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 240, 0.95)),
		radial-gradient(circle at 1px 1px, rgba(8, 8, 7, 0.032) 1px, transparent 0) 0 0 / 16px 16px,
		#ffffff;
	box-shadow: 0 18px 46px rgba(8, 8, 7, 0.11);
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.sve-page .sve-feature:hover {
	box-shadow: 0 24px 62px rgba(8, 8, 7, 0.15);
	transform: translateY(-3px);
}

.sve-page .sve-feature__icon {
	display: inline-grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 0;
	background: #dbeafe;
	color: #1d4ed8;
	font-size: 0.82rem;
	font-weight: 900;
	line-height: 1;
}

.sve-page .sve-feature__image {
	margin: -22px -22px 4px;
	background: #d7c7b3;
}

.sve-page .sve-feature__image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
}

.sve-page .sve-feature__body {
	display: grid;
	gap: 7px;
	min-width: 0;
}

.sve-page .sve-feature h3 {
	margin: 0;
	font-size: 1.15rem;
	line-height: 1.25;
	letter-spacing: 0;
}

.sve-page .sve-feature p:first-child {
	margin-top: 0;
}

.sve-page .sve-feature p:last-child {
	margin-bottom: 0;
}

.sve-page .sve-features--list,
.sve-page .sve-features--compact {
	grid-template-columns: 1fr;
}

.sve-page .sve-features--list .sve-feature {
	grid-template-columns: 48px minmax(0, 1fr);
	align-items: start;
}

.sve-page .sve-features--compact .sve-feature {
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 10px;
	padding: 14px;
}

.sve-page .sve-features--compact .sve-feature__icon {
	width: 36px;
	height: 36px;
	font-size: 0.72rem;
}

.sve-page .sve-features--compact .sve-feature h3 {
	font-size: 1rem;
}

.sve-page .sve-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	width: 100%;
}

.sve-page .sve-gallery figure {
	margin: 0;
	overflow: hidden;
	border-radius: 0 !important;
	background: #d7c7b3;
	box-shadow: 0 18px 46px rgba(8, 8, 7, 0.13);
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.sve-page .sve-gallery figure:hover {
	box-shadow: 0 26px 68px rgba(8, 8, 7, 0.17);
	transform: translateY(-3px);
}

.sve-page .sve-gallery img {
	aspect-ratio: 4 / 3;
	object-fit: contain;
	transition: transform 560ms ease, filter 560ms ease;
}

.sve-page .sve-gallery figure:hover img {
	filter: saturate(1.05) contrast(1.03);
	transform: scale(1.018);
}

.sve-page .sve-gallery--images-wide img {
	aspect-ratio: 16 / 9;
}

.sve-page .sve-gallery--images-square img {
	aspect-ratio: 1 / 1;
}

.sve-page .sve-gallery--images-fixed img {
	height: var(--sve-gallery-image-height, 240px);
	aspect-ratio: auto;
}

.sve-page .sve-gallery--images-natural img {
	height: auto;
	aspect-ratio: auto;
	object-fit: contain;
}

.sve-page .sve-gallery--collage {
	grid-template-columns: repeat(6, minmax(0, 1fr));
	grid-auto-rows: 120px;
}

.sve-page .sve-gallery--collage figure:nth-child(6n+1) {
	grid-column: span 3;
	grid-row: span 2;
}

.sve-page .sve-gallery--collage figure:nth-child(6n+2),
.sve-page .sve-gallery--collage figure:nth-child(6n+5) {
	grid-column: span 3;
}

.sve-page .sve-gallery--collage figure:nth-child(6n+3),
.sve-page .sve-gallery--collage figure:nth-child(6n+4),
.sve-page .sve-gallery--collage figure:nth-child(6n+6) {
	grid-column: span 2;
}

.sve-page .sve-gallery--collage img {
	height: 100%;
	aspect-ratio: auto;
}

.sve-page .sve-gallery--collage.sve-gallery--images-natural img {
	object-fit: contain;
}

.sve-page .sve-shortcode {
	width: 100%;
}

.sve-page .sve-shortcode[style*="background"] {
	border: 1px solid rgba(8, 8, 7, 0.09);
	border-radius: 0 !important;
	box-shadow: 0 16px 42px rgba(8, 8, 7, 0.1);
}

.sve-page .sve-posts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	width: 100%;
}

.sve-page .sve-post-card {
	display: grid;
	gap: 10px;
	align-content: start;
	padding: 18px;
	border: 1px solid rgba(8, 8, 7, 0.1);
	border-radius: 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 240, 0.95)),
		radial-gradient(circle at 1px 1px, rgba(8, 8, 7, 0.032) 1px, transparent 0) 0 0 / 16px 16px,
		#ffffff;
	box-shadow: 0 16px 42px rgba(8, 8, 7, 0.1);
}

.sve-page .sve-post-card__image {
	display: block;
	overflow: hidden;
	margin: -18px -18px 4px;
	border-radius: 0;
	background: #d7c7b3;
}

.sve-page .sve-post-card__image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
}

.sve-page .sve-post-card time {
	color: #64748b;
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
}

.sve-page .sve-post-card h3 {
	margin: 0;
	font-size: 1.15rem;
	line-height: 1.25;
	letter-spacing: 0;
}

.sve-page .sve-post-card p {
	margin: 0;
}

.sve-page .sve-post-card__link {
	font-weight: 700;
}

.sve-page .sve-posts-empty {
	grid-column: 1 / -1;
	margin: 0;
}

.sve-page .sve-spacer {
	height: 40px;
}

@media (max-width: 1024px) {
	.sve-page .sve-cards {
		grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--sve-card-min)), 1fr)) !important;
	}

	.sve-page .sve-features,
	.sve-page .sve-gallery,
	.sve-page .sve-posts {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.sve-page .sve-gallery--collage {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		grid-auto-rows: 112px;
	}

	.sve-page .sve-gallery--collage figure {
		grid-column: span 2 !important;
		grid-row: span 1 !important;
	}

	.sve-page .sve-gallery--collage figure:nth-child(4n+1) {
		grid-row: span 2 !important;
	}
}

@media (max-width: 800px) {
	.sve-site-area--header {
		position: relative;
		top: auto;
	}

	.sve-site-menu-wrap {
		align-items: stretch;
		flex-direction: column;
		justify-content: flex-start;
	}

	.sve-site-menu {
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		width: 100%;
	}

	.sve-menu--mobile-wrap .sve-site-menu {
		flex-direction: row;
		align-items: center;
	}

	.sve-menu--mobile-wrap .sve-site-menu li,
	.sve-menu--mobile-wrap .sve-site-menu a {
		width: auto;
	}

	.sve-menu--mobile-collapse.sve-menu--js .sve-menu-toggle {
		display: inline-flex;
		align-self: flex-start;
	}

	.sve-menu--mobile-collapse.sve-menu--js:not(.is-open) .sve-site-menu {
		display: none;
	}

	.sve-site-menu li {
		width: 100%;
	}

	.sve-site-menu a {
		width: 100%;
		padding: 7px 10px;
	}

	.sve-page .sve-columns,
	.sve-page .sve-cards,
	.sve-page .sve-features,
	.sve-page .sve-gallery,
	.sve-page .sve-posts {
		grid-template-columns: 1fr !important;
	}

	.sve-page .sve-heading {
		font-size: 2.45rem !important;
	}

	.sve-page .sve-section-inner {
		width: min(100%, calc(100vw - 24px));
	}

	.sve-page .sve-button-wrap {
		display: flex;
		width: 100%;
	}

	.sve-page .sve-button {
		width: 100%;
	}

	.sve-page .sve-section--parallax {
		background-attachment: scroll !important;
	}

	.sve-page .sve-section--has-bg::before {
		background:
			linear-gradient(180deg, rgba(8, 8, 7, 0.4), rgba(8, 8, 7, 0.82)),
			linear-gradient(90deg, rgba(8, 8, 7, 0.22), rgba(8, 8, 7, 0.72));
	}

	.sve-page .sve-gallery--collage {
		grid-auto-rows: auto;
	}

	.sve-page .sve-gallery--collage figure {
		grid-column: auto !important;
		grid-row: auto !important;
	}

	.sve-page .sve-gallery--collage img {
		height: auto;
		aspect-ratio: 4 / 3;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sve-page .sve-section--has-bg,
	.sve-page .sve-section--has-bg::after {
		animation: none;
	}

	.sve-page .sve-button,
	.sve-page .sve-card,
	.sve-page .sve-card__image img,
	.sve-page .sve-feature,
	.sve-page .sve-gallery figure,
	.sve-page .sve-gallery img,
	.sve-site-menu a {
		transition: none;
	}

	.sve-page .sve-card:hover,
	.sve-page .sve-feature:hover,
	.sve-page .sve-gallery figure:hover,
	.sve-page .sve-card:hover .sve-card__image img,
	.sve-page .sve-gallery figure:hover img,
	.sve-page .sve-button:hover,
	.sve-site-menu a:hover,
	.sve-site-menu .current-menu-item a {
		filter: none;
		transform: none;
	}
}
