/* Antonio Acts front — global banner/content backgrounds, theme accent */

:root {
	--ak-accent: #6c3bff;
	--ak-accent-soft: #a78bff;
	--ak-text-shadow: 0 1px 2px rgb(255 255 255 / 59%);
}

/*
 * IMPORTANT: do NOT set position:relative on .sub-menu — that breaks HFE dropdowns.
 */
body.ak-acts-page .elementor-location-header,
body.ak-acts-page .hfe-site-header,
body.ak-acts-page header.site-header,
body.ak-acts-page .site-header {
	z-index: 100000 !important;
}

body.ak-acts-page .hfe-nav-menu ul.sub-menu,
body.ak-acts-page .hfe-nav-menu .sub-menu {
	z-index: 100001 !important;
}

/* Escape the theme's narrow content column */
body.ak-acts-page .site-content,
body.ak-acts-page .content-area,
body.ak-acts-page #content.site-content,
body.ak-acts-page .ast-container,
body.ak-acts-page .ast-page-builder-template .site-content > .ast-container,
body.ak-acts-page .entry-content,
body.ak-acts-page article.ak-article,
body.ak-acts-page .hentry {
	max-width: none !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	float: none !important;
	background: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
}

body.ak-acts-page #primary,
body.ak-acts-page #main,
body.ak-acts-page .site-main {
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
}

body.ak-acts-page {
	background: #0b0614;
}

.ak-acts-shell {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	min-height: 80vh;
	box-sizing: border-box;
}

.ak-page-banner {
	position: relative;
	z-index: 1;
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 56px 20px;
	padding-top: 150px;
	text-align: center;
	border-bottom: 1px solid color-mix(in srgb, var(--ak-accent) 35%, transparent);
	background-color: #140a28;
	background-image: var(--ak-banner-bg, none);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.ak-page-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(8, 4, 16, 0.35) 0%,
		rgba(8, 4, 16, 0.55) 100%
	);
	pointer-events: none;
	z-index: 0;
}

.ak-page-banner-inner {
	position: relative;
	z-index: 1;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}

.ak-banner-title {
	margin: 0;
	color: var(--ak-accent);
	font-size: clamp(2.4rem, 5vw, 3.6rem);
	line-height: 1.1;
	font-weight: 700;
	text-shadow: var(--ak-text-shadow);
}

.ak-banner-crumb {
	margin: 0 0 12px;
	font-size: 0.95rem;
}

.ak-banner-crumb a {
	color: var(--ak-accent-soft);
	text-decoration: none;
	text-shadow: var(--ak-text-shadow);
}

.ak-banner-crumb a:hover {
	text-decoration: underline;
}

.ak-main {
	position: relative;
	z-index: 1;
	padding: 36px 20px 96px;
	background-color: var(--ak-content-bg-color, #0b0614);
	background-image: var(--ak-content-bg-image, none);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.ak-main::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(8, 4, 16, 0.35);
	pointer-events: none;
	z-index: 0;
}

.ak-main > * {
	position: relative;
	z-index: 1;
}

.ak-act-page {
	background: transparent;
	padding: 0;
	min-height: 0;
}

.ak-act-page-inner {
	max-width: 1100px;
	margin: 0 auto;
}

.ak-section-heading {
	color: var(--ak-accent);
	text-shadow: var(--ak-text-shadow);
	margin: 1.5em 0 0.8em;
	text-align: center;
	font-size: clamp(1.4rem, 2.5vw, 2rem);
}

.ak-section-heading.ak-heading-duplicate {
	display: none;
}

.ak-section-content {
	color: #f3eeff;
	margin: 0.75em auto;
	text-align: center;
	max-width: 720px;
	font-size: 1.05rem;
}

.ak-brand-item {
	margin: 2.25em 0;
	text-align: center;
	padding-bottom: 1.5em;
	border-bottom: 1px solid color-mix(in srgb, var(--ak-accent) 28%, transparent);
}

.ak-brand-name {
	color: #fff;
	font-weight: 700;
	margin-bottom: 0.75em;
	text-shadow: var(--ak-text-shadow);
}

.ak-brand-logo {
	max-width: 360px;
	width: 100%;
	height: auto;
	background: #fff;
	padding: 12px;
	display: inline-block;
}

.ak-brand-images {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	margin-top: 16px;
}

.ak-brand-images a,
.ak-brand-images img {
	display: block;
}

.ak-brand-images img {
	max-width: 300px;
	width: 100%;
	height: auto;
	background: #fff;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
}

.ak-section-buttons {
	display: grid;
	gap: 10px;
	margin: 1.25em auto;
	max-width: 680px;
}

.ak-btn {
	display: block;
	text-align: center;
	background: rgba(0, 0, 0, 0.72);
	color: var(--ak-accent) !important;
	padding: 14px 18px;
	text-decoration: none !important;
	border: 1px solid color-mix(in srgb, var(--ak-accent) 40%, transparent);
	text-shadow: var(--ak-text-shadow);
}

.ak-btn:hover {
	background: rgba(0, 0, 0, 0.9);
}

.ak-children-wrap {
	margin-top: 2.5rem;
}

.ak-children-list {
	list-style: none;
	padding: 0;
	margin: 0.9em auto 0;
	max-width: 560px;
	display: grid;
	gap: 10px;
}

.ak-children-list li {
	margin: 0;
}

.ak-children-list a {
	display: block;
	color: var(--ak-accent);
	background: rgba(0, 0, 0, 0.55);
	border: 1px solid color-mix(in srgb, var(--ak-accent) 32%, transparent);
	padding: 14px 16px;
	text-decoration: none;
	text-align: center;
	font-size: 1.05rem;
	text-shadow: var(--ak-text-shadow);
}

.ak-children-list a:hover {
	background: rgba(0, 0, 0, 0.78);
	border-color: color-mix(in srgb, var(--ak-accent) 60%, transparent);
}

.ak-act-details {
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	padding: 18px 20px;
	margin: 0 auto 24px;
	border: 1px solid color-mix(in srgb, var(--ak-accent) 28%, transparent);
	max-width: 720px;
}

.ak-detail-row {
	margin-bottom: 8px;
	text-align: center;
}

.ak-detail-row:last-child {
	margin-bottom: 0;
}

.ak-title {
	display: none;
}

@media (max-width: 782px) {
	.ak-page-banner {
		min-height: 280px;
		padding: 36px 14px;
	}

	.ak-main {
		padding: 24px 14px 72px;
	}

	.ak-brand-images img {
		max-width: 100%;
	}
}
