/*
Theme Name: Blue Horizon
Theme URI: https://bluehorizonrp.com
Author: Blue Horizon Team
Author URI: https://bluehorizonrp.com
Description: Modernes, cleanes Theme für den Blue Horizon DOJ-RP FivePD-Server. Aufgebaut auf einem shadcn/ui-inspirierten Design-System: neutrale Flächen, präzise Typografie, Indigo-Akzente.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bluehorizon
Tags: one-column, custom-logo, custom-menu, translation-ready
*/

/* -------------------------------------------------------------------------
   1. Design Tokens
   ------------------------------------------------------------------------- */
:root {
	/* Farben */
	--bh-charcoal: #24292E;
	--bh-black: #000000;
	--bh-near-black: #0A0A0A;
	--bh-dark: #171717;
	--bh-indigo: #3E43F0;
	--bh-blue: #1447E6;
	--bh-white: #FFFFFF;
	--bh-off-white: #FAFAFA;
	--bh-warm-gray: #F6F7EB;
	--bh-indigo-tint: #F0F3FF;
	--bh-border: #E5E5E5;
	--bh-muted: #666666;
	--bh-placeholder: #A0A0A0;
	--bh-error: #D73A49;
	--bh-success: #22863A;

	/* Typografie */
	--bh-font-sans: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	--bh-font-mono: "Geist Mono", "SF Mono", Monaco, "Cascadia Mono", "Roboto Mono", Consolas, "Courier New", monospace;

	/* Elevation */
	--bh-shadow-1: 0px 1px 2px rgba(0, 0, 0, 0.05);
	--bh-shadow-2: 0px 2px 8px rgba(0, 0, 0, 0.08);
	--bh-shadow-3: 0px 4px 16px rgba(0, 0, 0, 0.1);
	--bh-shadow-4: 0px 8px 32px rgba(0, 0, 0, 0.15);
	--bh-shadow-btn: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;

	/* Radius */
	--bh-radius-sm: 4px;
	--bh-radius-md: 6px;
	--bh-radius-btn: 8px;
	--bh-radius-card: 10px;
	--bh-radius-lg: 12px;
	--bh-radius-xl: 16px;
}

/* -------------------------------------------------------------------------
   2. Reset & Basis
   ------------------------------------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 80px;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: var(--bh-font-sans);
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	color: var(--bh-charcoal);
	background: var(--bh-white);
	-webkit-font-smoothing: antialiased;
}

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

a {
	color: var(--bh-blue);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

code,
pre,
kbd {
	font-family: var(--bh-font-mono);
	font-size: 14px;
	line-height: 1.5;
}

:focus-visible {
	outline: 2px solid var(--bh-indigo);
	outline-offset: 2px;
	border-radius: var(--bh-radius-sm);
}

::selection {
	background: var(--bh-indigo);
	color: var(--bh-white);
}

/* Typografie-Hierarchie */
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	color: var(--bh-black);
	line-height: 1.2;
	overflow-wrap: break-word;
}

h1 { font-size: 48px; letter-spacing: 0; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5, h6 { font-size: 16px; }

.bh-lead {
	font-size: 18px;
	line-height: 28px;
	color: var(--bh-muted);
}

.bh-small {
	font-size: 14px;
	line-height: 20px;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.skip-link {
	position: absolute;
	left: 16px;
	top: -48px;
	z-index: 200;
	padding: 8px 16px;
	background: var(--bh-black);
	color: var(--bh-white);
	border-radius: var(--bh-radius-btn);
	font-size: 14px;
	font-weight: 500;
	transition: top 0.15s ease;
}

.skip-link:focus {
	top: 16px;
}

/* -------------------------------------------------------------------------
   3. Layout
   ------------------------------------------------------------------------- */
.bh-container {
	max-width: 1280px;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
}

.bh-section {
	padding: 96px 0;
}

.bh-section--muted {
	background: var(--bh-off-white);
	border-top: 1px solid var(--bh-border);
	border-bottom: 1px solid var(--bh-border);
}

.bh-section-head {
	max-width: 640px;
	margin: 0 auto 48px;
	text-align: center;
}

.bh-section-head--left {
	margin-left: 0;
	text-align: left;
}

.bh-eyebrow {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--bh-indigo);
	margin-bottom: 12px;
}

.bh-section-head h2 {
	margin-bottom: 16px;
}

.bh-section-head p {
	font-size: 18px;
	line-height: 28px;
	color: var(--bh-muted);
}

/* -------------------------------------------------------------------------
   4. Buttons
   ------------------------------------------------------------------------- */
.bh-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 8px 16px;
	min-height: 36px;
	font-family: var(--bh-font-sans);
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	border-radius: var(--bh-radius-btn);
	border: 1px solid transparent;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.bh-btn:hover {
	text-decoration: none;
}

.bh-btn svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.bh-btn--lg {
	padding: 12px 24px;
	min-height: 44px;
	font-size: 16px;
}

/* Primär: gefüllt schwarz */
.bh-btn--primary {
	background: var(--bh-black);
	color: var(--bh-white);
	box-shadow: var(--bh-shadow-btn);
}

.bh-btn--primary:hover {
	background: var(--bh-dark);
	color: var(--bh-white);
}

.bh-btn--primary:active {
	background: var(--bh-near-black);
	box-shadow: var(--bh-shadow-2);
}

/* Akzent: Indigo für Haupt-CTAs */
.bh-btn--accent {
	background: var(--bh-indigo);
	color: var(--bh-white);
	box-shadow: var(--bh-shadow-btn);
}

.bh-btn--accent:hover {
	background: var(--bh-blue);
	color: var(--bh-white);
}

/* Sekundär: Outline */
.bh-btn--secondary {
	background: var(--bh-off-white);
	color: var(--bh-black);
	border-color: var(--bh-border);
}

.bh-btn--secondary:hover {
	background: var(--bh-warm-gray);
	border-color: #D1D5DB;
	color: var(--bh-black);
}

.bh-btn--secondary:active {
	background: var(--bh-border);
}

/* Ghost */
.bh-btn--ghost {
	background: transparent;
	color: var(--bh-black);
}

.bh-btn--ghost:hover {
	background: var(--bh-warm-gray);
	border-color: var(--bh-border);
	color: var(--bh-black);
}

/* Variante für dunkle Flächen */
.bh-btn--on-dark {
	background: rgba(255, 255, 255, 0.06);
	color: var(--bh-white);
	border-color: rgba(255, 255, 255, 0.2);
}

.bh-btn--on-dark:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.35);
	color: var(--bh-white);
}

/* -------------------------------------------------------------------------
   5. Badges
   ------------------------------------------------------------------------- */
.bh-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 4px 8px;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	border-radius: var(--bh-radius-md);
	border: 1px solid var(--bh-border);
	background: var(--bh-white);
	color: var(--bh-black);
}

.bh-badge--on-dark {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.2);
	color: var(--bh-white);
}

.bh-badge .bh-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--bh-success);
}

.bh-badge .bh-dot--offline {
	background: var(--bh-placeholder);
}

/* display:inline-flex würde das hidden-Attribut sonst überstimmen */
.bh-badge[hidden] {
	display: none;
}

/* -------------------------------------------------------------------------
   6. Header / Navigation
   ------------------------------------------------------------------------- */
.bh-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-bottom: 1px solid var(--bh-border);
}

.bh-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 64px;
}

.bh-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--bh-black);
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
}

.bh-brand:hover {
	text-decoration: none;
	color: var(--bh-black);
}

.bh-brand img,
.bh-brand .custom-logo {
	width: 36px;
	height: 36px;
	border-radius: var(--bh-radius-btn);
	object-fit: cover;
}

.bh-nav {
	display: flex;
	align-items: center;
	gap: 4px;
}

.bh-nav ul {
	display: flex;
	align-items: center;
	gap: 4px;
	list-style: none;
}

.bh-nav a {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: var(--bh-black);
	border-radius: var(--bh-radius-md);
	text-decoration: none;
	transition: background 0.15s ease, color 0.15s ease;
}

.bh-nav a:hover {
	background: var(--bh-warm-gray);
}

.bh-nav li.current-menu-item > a,
.bh-nav a.is-active {
	color: var(--bh-indigo);
	background: var(--bh-indigo-tint);
}

.bh-header__actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

/* Mobile Toggle */
.bh-nav-toggle {
	display: none;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 1px solid var(--bh-border);
	border-radius: var(--bh-radius-md);
	cursor: pointer;
	color: var(--bh-black);
}

.bh-nav-toggle svg {
	width: 20px;
	height: 20px;
}

.bh-nav-toggle .icon-close { display: none; }
.bh-nav-toggle[aria-expanded="true"] .icon-open { display: none; }
.bh-nav-toggle[aria-expanded="true"] .icon-close { display: block; }

/* -------------------------------------------------------------------------
   7. Hero
   ------------------------------------------------------------------------- */
/* Kein overflow:hidden — das Hero-Bild überlappt per negativem Margin in den Spacer. */
.bh-hero {
	position: relative;
	background: var(--bh-near-black);
	color: var(--bh-white);
	padding: 96px 0 80px;
}

.bh-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(600px 320px at 50% -10%, rgba(62, 67, 240, 0.35), transparent 70%),
		radial-gradient(800px 400px at 85% 110%, rgba(20, 71, 230, 0.18), transparent 70%);
	pointer-events: none;
}

.bh-hero__inner {
	position: relative;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

.bh-hero .bh-badge {
	margin-bottom: 24px;
}

.bh-hero h1 {
	color: var(--bh-white);
	margin-bottom: 24px;
}

.bh-hero h1 .bh-accent {
	color: transparent;
	background: linear-gradient(100deg, #7AA2FF, var(--bh-indigo));
	-webkit-background-clip: text;
	background-clip: text;
}

.bh-hero__lead {
	font-size: 18px;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.72);
	max-width: 560px;
	margin: 0 auto 32px;
}

.bh-hero__actions {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
}

.bh-hero__meta {
	margin-top: 24px;
	font-size: 12px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.5);
}

.bh-hero__meta code {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.75);
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: var(--bh-radius-sm);
	padding: 2px 6px;
}

.bh-hero__media {
	position: relative;
	max-width: 960px;
	margin: 64px auto -160px;
	border-radius: var(--bh-radius-lg);
	border: 1px solid rgba(255, 255, 255, 0.15);
	box-shadow: var(--bh-shadow-4);
	overflow: hidden;
}

.bh-hero__media img {
	width: 100%;
	object-fit: cover;
}

.bh-hero--has-media {
	padding-bottom: 0;
}

.bh-hero-spacer {
	height: 160px;
	background: var(--bh-white);
}

/* -------------------------------------------------------------------------
   8. Cards & Grids
   ------------------------------------------------------------------------- */
.bh-grid {
	display: grid;
	gap: 24px;
}

.bh-grid--3 {
	grid-template-columns: repeat(3, 1fr);
}

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

.bh-card {
	display: flex;
	flex-direction: column;
	background: var(--bh-white);
	border: 1px solid var(--bh-border);
	border-radius: var(--bh-radius-card);
	padding: 24px 32px;
	box-shadow: var(--bh-shadow-1);
	transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.bh-card:hover {
	box-shadow: var(--bh-shadow-2);
	transform: translateY(-2px);
}

.bh-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: var(--bh-radius-btn);
	background: var(--bh-indigo-tint);
	color: var(--bh-indigo);
	margin-bottom: 16px;
}

.bh-card__icon svg {
	width: 20px;
	height: 20px;
}

.bh-card h3 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 8px;
}

.bh-card p {
	font-size: 14px;
	line-height: 20px;
	color: var(--bh-muted);
	margin-bottom: 16px;
}

.bh-card__link {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 14px;
	font-weight: 500;
	color: var(--bh-indigo);
}

.bh-card__link svg {
	width: 16px;
	height: 16px;
	transition: transform 0.15s ease;
}

.bh-card__link:hover {
	text-decoration: none;
	color: var(--bh-blue);
}

.bh-card__link:hover svg {
	transform: translateX(2px);
}

/* -------------------------------------------------------------------------
   9. Vision / Feature-Split
   ------------------------------------------------------------------------- */
.bh-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}

.bh-split__media {
	border-radius: var(--bh-radius-lg);
	border: 1px solid var(--bh-border);
	box-shadow: var(--bh-shadow-2);
	overflow: hidden;
}

.bh-split__media img {
	width: 100%;
	object-fit: cover;
}

.bh-feature-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 32px;
}

.bh-feature-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 16px;
	line-height: 24px;
	color: var(--bh-charcoal);
}

.bh-feature-list .bh-check {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	margin-top: 0;
	border-radius: 50%;
	background: #F0FDF4;
	border: 1px solid var(--bh-success);
	color: var(--bh-success);
}

.bh-feature-list .bh-check svg {
	width: 12px;
	height: 12px;
}

/* -------------------------------------------------------------------------
   10. Galerie
   ------------------------------------------------------------------------- */
.bh-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.bh-gallery figure {
	position: relative;
	border-radius: var(--bh-radius-card);
	border: 1px solid var(--bh-border);
	overflow: hidden;
	box-shadow: var(--bh-shadow-1);
	transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.bh-gallery figure:hover {
	box-shadow: var(--bh-shadow-3);
	transform: translateY(-2px);
}

.bh-gallery img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.bh-gallery figcaption {
	padding: 12px 16px;
	font-size: 14px;
	font-weight: 500;
	color: var(--bh-charcoal);
	background: var(--bh-white);
	border-top: 1px solid var(--bh-border);
}

/* -------------------------------------------------------------------------
   11. Team
   ------------------------------------------------------------------------- */
.bh-team-card {
	align-items: center;
	text-align: center;
	padding: 32px;
}

.bh-team-card__avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid var(--bh-border);
	background: var(--bh-off-white);
	margin-bottom: 16px;
}

.bh-team-card__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bh-team-card__avatar--initials {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 600;
	color: var(--bh-indigo);
	background: var(--bh-indigo-tint);
}

.bh-team-card h3 {
	margin-bottom: 4px;
}

.bh-team-card__role {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	color: var(--bh-indigo);
	background: var(--bh-indigo-tint);
	border: 1px solid transparent;
	border-radius: var(--bh-radius-sm);
	padding: 4px 8px;
	margin-bottom: 12px;
}

.bh-team-card p {
	margin-bottom: 0;
}

/* -------------------------------------------------------------------------
   12. CTA-Band
   ------------------------------------------------------------------------- */
.bh-cta {
	position: relative;
	background: var(--bh-near-black);
	color: var(--bh-white);
	border-radius: var(--bh-radius-xl);
	padding: 80px 48px;
	text-align: center;
	overflow: hidden;
}

.bh-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(480px 240px at 50% 0%, rgba(62, 67, 240, 0.35), transparent 70%);
	pointer-events: none;
}

.bh-cta > * {
	position: relative;
}

.bh-cta h2 {
	color: var(--bh-white);
	margin-bottom: 16px;
}

.bh-cta p {
	font-size: 18px;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.72);
	max-width: 520px;
	margin: 0 auto 32px;
}

.bh-cta__actions {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
}

/* -------------------------------------------------------------------------
   13. Footer
   ------------------------------------------------------------------------- */
.bh-footer {
	background: var(--bh-near-black);
	color: rgba(255, 255, 255, 0.72);
	margin-top: 96px;
}

.bh-footer__main {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 48px;
	padding: 80px 0 48px;
}

.bh-footer__brand .bh-brand {
	color: var(--bh-white);
	margin-bottom: 16px;
}

.bh-footer__brand p {
	font-size: 14px;
	line-height: 20px;
	max-width: 320px;
}

.bh-footer h4 {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	color: var(--bh-white);
	margin-bottom: 16px;
}

.bh-footer ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.bh-footer ul a {
	font-size: 14px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.72);
}

.bh-footer ul a:hover {
	color: var(--bh-white);
	text-decoration: none;
}

.bh-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	padding: 24px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 12px;
	line-height: 16px;
	color: rgba(255, 255, 255, 0.5);
}

.bh-footer__bottom a {
	color: rgba(255, 255, 255, 0.72);
}

.bh-footer__bottom a:hover {
	color: var(--bh-white);
}

/* -------------------------------------------------------------------------
   14. Inhaltsseiten (z. B. Impressum) & Blog
   ------------------------------------------------------------------------- */
.bh-page-header {
	background: var(--bh-off-white);
	border-bottom: 1px solid var(--bh-border);
	padding: 80px 0 48px;
}

.bh-page-header h1 {
	font-size: 32px;
	line-height: 38.4px;
}

.bh-page-header p {
	margin-top: 8px;
	color: var(--bh-muted);
}

.bh-content {
	max-width: 760px;
	margin: 0 auto;
	padding: 48px 24px 96px;
}

.bh-content > * + * {
	margin-top: 16px;
}

.bh-content h2 {
	font-size: 24px;
	line-height: 28.8px;
	margin-top: 48px;
}

.bh-content h3 {
	font-size: 20px;
	line-height: 24px;
	margin-top: 32px;
}

.bh-content ul,
.bh-content ol {
	padding-left: 24px;
}

.bh-content li + li {
	margin-top: 8px;
}

.bh-content blockquote {
	border-left: 3px solid var(--bh-indigo);
	background: var(--bh-off-white);
	border-radius: var(--bh-radius-md);
	padding: 16px 24px;
	color: var(--bh-muted);
}

.bh-content pre {
	background: var(--bh-near-black);
	color: var(--bh-off-white);
	border-radius: var(--bh-radius-btn);
	padding: 16px 24px;
	overflow-x: auto;
}

.bh-content img {
	border-radius: var(--bh-radius-card);
	border: 1px solid var(--bh-border);
}

.bh-content a {
	color: var(--bh-blue);
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* Blog-Listing */
.bh-post-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 48px 24px 96px;
}

.bh-post-card h2 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 8px;
}

.bh-post-card h2 a {
	color: var(--bh-black);
}

.bh-post-card h2 a:hover {
	color: var(--bh-indigo);
	text-decoration: none;
}

.bh-post-card time {
	font-size: 12px;
	font-weight: 500;
	color: var(--bh-muted);
	margin-bottom: 8px;
	display: block;
}

/* -------------------------------------------------------------------------
   15. Scroll-Reveal
   ------------------------------------------------------------------------- */
@media (prefers-reduced-motion: no-preference) {
	.bh-reveal {
		opacity: 0;
		transform: translateY(16px);
		transition: opacity 0.5s ease, transform 0.5s ease;
	}

	.bh-reveal.is-visible {
		opacity: 1;
		transform: none;
	}
}

/* -------------------------------------------------------------------------
   16. Responsive
   ------------------------------------------------------------------------- */
@media (max-width: 1024px) {
	.bh-grid--3 {
		grid-template-columns: repeat(2, 1fr);
	}

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

	.bh-section {
		padding: 80px 0;
	}
}

@media (max-width: 768px) {
	h1 { font-size: 32px; }
	h2 { font-size: 24px; }
	h3 { font-size: 20px; }

	.bh-section {
		padding: 48px 0;
	}

	.bh-hero {
		padding-top: 48px;
	}

	.bh-hero__media {
		margin-top: 48px;
		margin-bottom: -80px;
	}

	.bh-hero-spacer {
		height: 80px;
	}

	.bh-grid--3,
	.bh-grid--2,
	.bh-gallery,
	.bh-split,
	.bh-post-list {
		grid-template-columns: 1fr;
	}

	.bh-split {
		gap: 32px;
	}

	.bh-card {
		padding: 24px;
	}

	.bh-cta {
		padding: 48px 24px;
	}

	.bh-footer__main {
		grid-template-columns: 1fr;
		gap: 32px;
		padding: 48px 0 32px;
	}

	.bh-hero__actions .bh-btn,
	.bh-cta__actions .bh-btn {
		width: 100%;
		min-height: 44px;
	}

	/* Mobile Navigation */
	.bh-nav-toggle {
		display: inline-flex;
	}

	.bh-header__actions .bh-btn {
		display: none;
	}

	.bh-nav {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: var(--bh-white);
		border-bottom: 1px solid var(--bh-border);
		box-shadow: var(--bh-shadow-3);
		padding: 16px 24px;
	}

	.bh-nav.is-open {
		display: block;
	}

	.bh-nav ul {
		flex-direction: column;
		align-items: stretch;
		gap: 4px;
	}

	.bh-nav a {
		display: flex;
		min-height: 44px;
		font-size: 16px;
	}
}
