/**
 * Footer layout preset styles (Tekton Theme)
 */

/* Compact layout preset class aliases */
.tekton-footer-preset-small,
.tekton-footer-preset-compact {
	padding-top: 0;
}
.tekton-footer-preset-small .site-footer-row,
.tekton-footer-preset-small-2 .site-footer-row,
.tekton-footer-preset-compact .site-footer-row,
.tekton-footer-preset-centered .site-footer-row {
	padding-top: 12px;
	padding-bottom: 12px;
}
.tekton-footer-preset-small .site-footer .container,
.tekton-footer-preset-small-2 .site-footer .container,
.tekton-footer-preset-compact .site-footer .container {
	max-width: 100%;
}
.tekton-footer-preset-small .footer-row-inner,
.tekton-footer-preset-small-2 .footer-row-inner,
.tekton-footer-preset-compact .footer-row-inner {
	gap: 15px;
}
.tekton-footer-preset-small-2 .site-footer-bottom .footer-bottom-flex,
.tekton-footer-preset-centered .site-footer-bottom .footer-bottom-flex {
	flex-wrap: nowrap;
	gap: 20px;
}

.tekton-footer-preset-layout-4 .site-footer-advanced .footer-advanced-inner,
.tekton-footer-preset-magazine .site-footer-advanced .footer-advanced-inner {
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}

/* Compact & centered */
.tekton-footer-preset-compact .site-footer-main,
.tekton-footer-preset-compact .site-footer-top,
.tekton-footer-preset-compact .site-footer-advanced,
.tekton-footer-preset-centered .site-footer-main,
.tekton-footer-preset-centered .site-footer-top,
.tekton-footer-preset-centered .site-footer-advanced {
	display: none;
}

/* Magazine: emphasize advanced row */
.tekton-footer-preset-magazine .site-footer-main,
.tekton-footer-preset-magazine .site-footer-top {
	display: none;
}

/* Stacked: narrow main column */
.tekton-footer-preset-stacked .footer-row-inner.footer-cols-1 {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

/* Split: balanced two columns */
.tekton-footer-preset-split_widgets .site-footer-main .footer-cols-2 {
	gap: 40px;
}

/* Business: subtle bar separation */
/* Full bleed: dark rows, boxed inner */
.tekton-footer-preset-full_bleed .site-footer-main,
.tekton-footer-preset-full_bleed .site-footer-bottom {
	color: #e5e7eb;
}

.tekton-footer-preset-newsletter .site-footer-top {
	color: #ffffff;
}

.tekton-footer-preset-business .site-footer-bar {
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

@media (max-width: 768px) {
	.tekton-footer-preset-layout-4 .site-footer-advanced .footer-advanced-inner,
	.tekton-footer-preset-magazine .site-footer-advanced .footer-advanced-inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 921px) {
	.tekton-footer-preset-small-2 .site-footer-bottom .footer-bottom-flex,
	.tekton-footer-preset-centered .site-footer-bottom .footer-bottom-flex {
		flex-direction: column;
		text-align: center;
	}
}
