/* ===== cc_bmvm Theme - Zusätzliche Styles ===== */

/* ===== Container & Layout ===== */
.container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 48px;
	width: 100%;
}

/* ===== Site Structure ===== */
html {
	scroll-behavior: smooth;
}

body {
	background: var(--black);
	color: var(--text);
	font-family: var(--ff-body);
	font-size: 16px;
	line-height: 1.6;
	overflow-x: hidden;
}

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

a {
	color: inherit;
	text-decoration: none;
}

/* ===== Header Navigation ===== */
.nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 20px 0;
	background: linear-gradient(to bottom, rgba(10, 10, 10, 0.95), transparent);
	backdrop-filter: blur(4px);
	transition: background 0.3s;
}

.nav.scrolled {
	background: rgba(10, 10, 10, 0.97);
	border-bottom: 1px solid var(--border);
}

.nav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.nav-logo {
	display: flex;
	align-items: center;
	height: 52px;
	flex-shrink: 0;
}

.nav-logo a {
	display: flex;
	align-items: center;
	height: 100%;
}

.nav-logo img {
	height: 100%;
	width: auto;
	object-fit: contain;
}

.nav-logo span {
	font-family: var(--ff-display);
	font-size: 24px;
	letter-spacing: 0.02em;
	color: var(--text);
	font-weight: 700;
}

.nav-links-wrapper {
	flex: 1;
	display: flex;
	justify-content: center;
}

.nav-links {
	display: flex;
	gap: 32px;
	list-style: none;
}

.nav-links a {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--text-muted);
	transition: color 0.2s;
}

.nav-links a:hover {
	color: var(--text);
}

.nav-cta {
	font-family: var(--ff-body);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 10px 20px;
	background: var(--primary);
	color: #fff;
	border: none;
	cursor: pointer;
	transition: background 0.2s;
	border-radius: 4px;
}

.nav-cta:hover {
	background: var(--primary-dark);
}

/* ===== HERO SECTION ===== */
.hero {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: flex-end;
	padding-top: 80px;
	padding-bottom: 120px;
	overflow: hidden;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
}

.hero-bg {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(10, 10, 10, 0.3) 0%, rgba(10, 10, 10, 0.85) 100%),
		url('/wp-content/uploads/2026/07/motorcross-6493527_1280.jpg') center/cover
		no-repeat;
	z-index: 0;
}

.hero::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 120px;
	background: var(--black);
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	z-index: 1;
}

.hero-content {
	position: relative;
	z-index: 2;
}

.hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 14px;
	background: rgba(255, 69, 0, 0.15);
	border: 1px solid rgba(255, 69, 0, 0.4);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--primary);
	margin-bottom: 24px;
	border-radius: 20px;
}

.hero-badge::before {
	content: '';
	width: 6px;
	height: 6px;
	background: var(--primary);
	border-radius: 50%;
}

.hero-title {
	font-family: var(--ff-display);
	font-size: clamp(60px, 10vw, 140px);
	line-height: 0.95;
	letter-spacing: 0.02em;
	color: #fff;
	max-width: 900px;
	margin-bottom: 24px;
}

.hero-title .accent {
	color: var(--primary);
}

.hero-title .dim {
	color: rgba(255, 255, 255, 0.35);
}

.hero-subtitle {
	font-size: 18px;
	font-weight: 300;
	color: rgba(240, 240, 240, 0.7);
	max-width: 520px;
	line-height: 1.65;
	margin-bottom: 40px;
}

.hero-actions {
	display: flex;
	gap: 14px;
	margin-bottom: 64px;
	flex-wrap: wrap;
}

.hero-stats {
	display: flex;
	gap: 48px;
	padding-top: 40px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-stat {
	text-align: left;
}

.hero-stat-value {
	font-family: var(--ff-display);
	font-size: 48px;
	letter-spacing: 0.04em;
	color: var(--primary);
	line-height: 1;
	margin-bottom: 4px;
}

.hero-stat-label {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--text-muted);
}

/* ===== INTRO STRIP ===== */
.intro-strip {
	background: var(--primary);
	padding: 24px 0;
	overflow: hidden;
	width: 100vw;
	margin: 0 calc(-50vw + 50%);
}

.intro-strip-inner {
	display: flex;
	gap: 60px;
	white-space: nowrap;
	animation: ticker 20s linear infinite;
}

.intro-strip-item {
	font-family: var(--ff-display);
	font-size: 18px;
	letter-spacing: 0.12em;
	color: #fff;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	gap: 28px;
}

.intro-strip-item::after {
	content: '//';
	color: rgba(255, 255, 255, 0.4);
}

@keyframes ticker {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

/* ===== SECTION: Ziel ===== */
.section-ziel {
	padding: var(--section-gap) 0;
	width: 100%;
}

.ziel-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
	margin-top: 60px;
}

.ziel-image-wrap {
	position: relative;
}

.ziel-image {
	width: 100%;
	aspect-ratio: 4/5;
	object-fit: cover;
	border-radius: 8px;
}

.ziel-pillars {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-top: 48px;
}

.pillar {
	display: flex;
	gap: 24px;
}

.pillar-num {
	font-family: var(--ff-display);
	font-size: 32px;
	font-weight: 700;
	color: var(--primary);
	flex-shrink: 0;
}

.pillar-title {
	font-size: 18px;
	font-weight: 600;
	color: var(--text);
	margin-bottom: 8px;
}

.pillar-body {
	font-size: 15px;
	color: var(--text-muted);
	line-height: 1.6;
}

/* ===== SECTION: Weg (Steps) ===== */
.section-weg {
	padding: var(--section-gap) 0;
	background: linear-gradient(to bottom, transparent, rgba(1, 101, 185, 0.05));
}

.weg-steps {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 40px;
	margin-top: 60px;
}

.weg-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 40px 24px;
	background: rgba(30, 30, 30, 0.5);
	border: 1px solid var(--border);
	border-radius: 8px;
	transition: all 0.3s;
}

.weg-step:hover {
	border-color: var(--primary);
	background: rgba(1, 101, 185, 0.1);
	transform: translateY(-4px);
}

.weg-step-dot {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	background: var(--primary);
	color: #fff;
	border-radius: 50%;
	font-family: var(--ff-display);
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 16px;
}

.weg-step-title {
	font-size: 18px;
	font-weight: 600;
	color: var(--text);
	margin-bottom: 12px;
}

.weg-step-body {
	font-size: 13px;
	color: var(--text-muted);
	line-height: 1.6;
}

/* ===== Image Banner ===== */
.image-banner {
	height: 400px;
	background: linear-gradient(to right, rgba(1, 101, 185, 0.1), rgba(253, 180, 4, 0.1)),
		url('/wp-content/uploads/2026/07/engine-1022463_1280.jpg') center/cover
		no-repeat;
	margin: var(--section-gap) 0;
	overflow: hidden;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	border-radius: 0;
}

/* ===== SECTION: Scouting ===== */
.section-scouting {
	padding: var(--section-gap) 0;
}

.scouting-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 32px;
	margin-top: 60px;
}

.scouting-card {
	padding: 48px 32px;
	background: rgba(30, 30, 30, 0.8);
	border: 1px solid var(--border);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	transition: all 0.3s;
	position: relative;
}

.scouting-card:hover {
	border-color: var(--primary);
	transform: translateY(-4px);
}

.scouting-card.highlight {
	background: linear-gradient(135deg, rgba(1, 101, 185, 0.15), rgba(253, 180, 4, 0.1));
	border-color: var(--primary);
	box-shadow: 0 8px 32px rgba(1, 101, 185, 0.2);
}

.scouting-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background: rgba(1, 101, 185, 0.1);
	border-radius: 8px;
	margin-bottom: 24px;
}

.scouting-icon svg {
	width: 48px;
	height: 48px;
}

.scouting-title {
	font-size: 20px;
	font-weight: 600;
	color: var(--text);
	margin-bottom: 16px;
}

.scouting-body {
	font-size: 15px;
	color: var(--text-muted);
	line-height: 1.7;
	flex-grow: 1;
}

/* ===== SECTION: Bewertung ===== */
.section-bewertung {
	padding: var(--section-gap) 0;
	background: rgba(1, 101, 185, 0.05);
}

.bewertung-cols {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 60px;
	margin-top: 60px;
}

.bewertung-block-title {
	font-size: 18px;
	font-weight: 600;
	color: var(--primary);
	margin-bottom: 24px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.criteria-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.criteria-item {
	font-size: 15px;
	color: var(--text);
	padding-left: 24px;
	position: relative;
	line-height: 1.6;
}

.criteria-item::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: var(--primary);
	font-weight: 700;
}

/* ===== SECTION: Programm ===== */
.section-programm {
	padding: var(--section-gap) 0;
}

.programm-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 32px;
	margin-top: 60px;
}

.programm-card {
	padding: 40px 32px;
	background: linear-gradient(135deg, rgba(30, 30, 30, 0.9), rgba(1, 101, 185, 0.05));
	border: 1px solid var(--border);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	transition: all 0.3s;
}

.programm-card:hover {
	border-color: var(--primary);
	box-shadow: 0 8px 24px rgba(1, 101, 185, 0.15);
	transform: translateY(-4px);
}

.programm-card-label {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--primary);
}

.programm-card-title {
	font-size: 18px;
	font-weight: 600;
	color: var(--text);
}

.programm-card-body {
	font-size: 14px;
	color: var(--text-muted);
	line-height: 1.7;
}

/* ===== SECTION: CTA ===== */
.section-cta {
	padding: var(--section-gap) 0;
	background: linear-gradient(135deg, rgba(1, 101, 185, 0.1), rgba(253, 180, 4, 0.05));
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
}

.cta-title {
	font-family: var(--ff-display);
	font-size: clamp(42px, 6vw, 80px);
	line-height: 1;
	letter-spacing: 0.02em;
	color: var(--text);
	margin-top: 8px;
	margin-bottom: 20px;
}

.cta-title span {
	color: var(--primary);
}

.cta-sub {
	font-size: 17px;
	color: var(--text-muted);
	max-width: 560px;
	margin: 20px 0 40px;
	line-height: 1.7;
}

.cta-actions {
	display: flex;
	gap: 14px;
	margin-bottom: 60px;
	flex-wrap: wrap;
}

.contact-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 32px;
	margin-top: 60px;
	padding-top: 40px;
	border-top: 1px solid var(--border);
}

.contact-card {
	padding: 24px;
	background: rgba(30, 30, 30, 0.5);
	border-radius: 8px;
}

.contact-card-label {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--text-muted);
	margin-bottom: 8px;
}

.contact-card-value {
	font-size: 16px;
	font-weight: 600;
	color: var(--text);
}

/* ===== Main Content Area ===== */
.site-main {
	/* Wird durch die Content-Blöcke (Hero, Sections, etc.) gefüllt */
}

/* ===== Entry/Post Styles ===== */
.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-size: clamp(32px, 5vw, 60px);
	line-height: 1.1;
	margin-bottom: 20px;
	color: var(--text);
}

.entry-image {
	margin: 30px 0;
	border-radius: 8px;
	overflow: hidden;
}

.entry-image img {
	width: 100%;
	height: auto;
	display: block;
}

.entry-content {
	font-size: 16px;
	line-height: 1.8;
	margin: 30px 0;
}

.entry-content h2 {
	font-size: 32px;
	margin: 40px 0 20px;
	line-height: 1.1;
	color: var(--text);
}

.entry-content h3 {
	font-size: 24px;
	margin: 30px 0 15px;
	line-height: 1.1;
	color: var(--text);
}

.entry-content p {
	margin-bottom: 20px;
	color: rgba(240, 240, 240, 0.9);
}

.entry-content ul,
.entry-content ol {
	margin: 20px 0 20px 30px;
}

.entry-content li {
	margin-bottom: 10px;
	color: rgba(240, 240, 240, 0.9);
}

.entry-content a {
	color: var(--primary);
	text-decoration: underline;
	transition: color 0.2s;
}

.entry-content a:hover {
	color: var(--primary-dark);
}

.entry-meta {
	display: flex;
	gap: 20px;
	font-size: 12px;
	color: var(--text-muted);
	margin-bottom: 20px;
}

.entry-byline {
	display: flex;
	gap: 20px;
	font-size: 13px;
	color: var(--text-muted);
	margin-top: 10px;
}

.entry-footer {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid var(--border);
}

.entry-tags {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.entry-tags a {
	display: inline-block;
	padding: 6px 12px;
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: 4px;
	font-size: 12px;
	color: var(--text-muted);
	transition: all 0.2s;
}

.entry-tags a:hover {
	border-color: var(--primary);
	color: var(--primary);
}

/* ===== Post Teaser/Card ===== */
.post-teaser {
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid var(--border);
}

.post-teaser:last-child {
	border-bottom: none;
}

.entry-excerpt {
	margin: 20px 0;
	color: rgba(240, 240, 240, 0.8);
	line-height: 1.7;
}

/* ===== Footer ===== */
.site-footer {
	background: var(--surface);
	padding: 60px 0 20px;
	margin-top: 100px;
	border-top: 1px solid var(--border);
}

.footer-content {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 40px;
	margin-bottom: 40px;
}

.footer-menu {
	list-style: none;
}

.footer-menu a {
	color: var(--text-muted);
	transition: color 0.2s;
	font-size: 14px;
}

.footer-menu a:hover {
	color: var(--text);
}

.footer-menu li {
	margin-bottom: 12px;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
	border-top: 1px solid var(--border);
	font-size: 12px;
	color: var(--text-muted);
}

.copyright {
	margin: 0;
}

.powered-by {
	margin: 0;
}

.powered-by a {
	color: var(--primary);
	text-decoration: none;
}

.powered-by a:hover {
	text-decoration: underline;
}

/* ===== Pagination ===== */
.pagination {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin: 40px 0;
	flex-wrap: wrap;
}

.pagination a,
.pagination span {
	display: inline-block;
	padding: 8px 12px;
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: 4px;
	font-size: 12px;
	transition: all 0.2s;
}

.pagination a:hover {
	border-color: var(--primary);
	background: rgba(1, 101, 185, 0.1);
	color: var(--primary);
}

.pagination .current {
	background: var(--primary);
	color: #fff;
	border-color: var(--primary);
}

/* ===== Comments ===== */
.comments-area {
	margin: 60px 0 0;
	padding: 40px 0;
	border-top: 1px solid var(--border);
}

.comments-title {
	font-size: 24px;
	margin-bottom: 30px;
}

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment {
	margin-bottom: 30px;
	padding: 20px;
	background: var(--card);
	border-radius: 4px;
}

/* ===== Search Form ===== */
.search-form {
	display: flex;
	gap: 10px;
	margin: 30px 0;
}

.search-form input {
	flex: 1;
	padding: 12px 16px;
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: 4px;
	color: var(--text);
	font-size: 14px;
}

.search-form input:focus {
	outline: none;
	border-color: var(--primary);
}

.search-form button {
	padding: 12px 24px;
	background: var(--primary);
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 600;
	transition: background 0.2s;
}

.search-form button:hover {
	background: var(--primary-dark);
}

/* ===== No Posts Found ===== */
.no-posts-found {
	text-align: center;
	padding: 60px 20px;
}

.no-posts-found h2 {
	font-size: 32px;
	margin-bottom: 20px;
	color: var(--text);
}

.no-posts-found p {
	color: var(--text-muted);
	margin-bottom: 30px;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
	.container {
		padding: 0 40px;
	}
}

@media (max-width: 768px) {
	.nav {
		padding: 15px 0;
	}

	.nav-inner {
		gap: 15px;
	}

	.nav-links-wrapper {
		display: none;
	}

	.site-main {
		/* Responsive Anpassungen nur wenn nötig */
	}

	.container {
		padding: 0 24px;
	}

	.hero {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.hero-title {
		font-size: 42px;
		margin-bottom: 16px;
	}

	.hero-subtitle {
		font-size: 16px;
	}

	.hero-stats {
		flex-direction: column;
		gap: 24px;
		border-top: none;
		padding-top: 0;
		margin-top: 40px;
	}

	.ziel-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.weg-steps {
		grid-template-columns: 1fr;
	}

	.scouting-grid {
		grid-template-columns: 1fr;
	}

	.bewertung-cols {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.contact-grid {
		grid-template-columns: 1fr;
	}

	.footer-content {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.footer-bottom {
		flex-direction: column;
		gap: 15px;
		align-items: flex-start;
	}

	.entry-title {
		font-size: 24px;
	}

	.entry-content h2 {
		font-size: 20px;
	}

	.entry-content h3 {
		font-size: 18px;
	}

	.image-banner {
		height: 250px;
	}

	.cta-actions {
		flex-direction: column;
	}

	.cta-actions .btn {
		width: 100%;
		text-align: center;
		justify-content: center;
	}
}

@media (max-width: 480px) {
	.container {
		padding: 0 12px;
	}

	.hero-title {
		font-size: 32px;
	}

	.hero-subtitle {
		font-size: 14px;
	}

	.section-title {
		font-size: 28px;
	}

	.intro-strip-item {
		font-size: 14px;
	}

	.weg-step {
		padding: 24px 16px;
	}

	.weg-step-dot {
		width: 52px;
		height: 52px;
		font-size: 18px;
	}

	.scouting-card {
		padding: 24px 16px;
	}

	.scouting-icon {
		width: 60px;
		height: 60px;
	}

	.scouting-icon svg {
		width: 36px;
		height: 36px;
	}

	.programm-card {
		padding: 24px 16px;
	}

	.contact-grid {
		gap: 16px;
	}

	.contact-card {
		padding: 16px;
	}
}
