:root {
	--bk-black: #070707;
	--bk-charcoal: #111111;
	--bk-charcoal-soft: #171717;
	--bk-gray: #9a9a9a;
	--bk-line: #2b2b2b;
	--bk-gold: #c79a3b;
	--bk-gold-light: #e2bd67;
	--bk-white: #f7f5ef;
}

*, *::before, *::after {
	box-sizing: border-box;
}

html, body {
	overflow-x: hidden;
}

body.bk-theme-body {
	background: #0b0b0b;
	color: var(--bk-white);
	font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
	margin: 0;
	padding: 0;
}

a {
	color: var(--bk-gold-light);
	text-decoration: none;
}

/* =============================================================
   PAGE CONTENT WRAPPERS
   ============================================================= */
.bk-theme-content {
	margin: 0 auto;
	max-width: 1120px;
	padding: 120px 20px 60px;
	min-height: calc(100vh - 150px);
}

.bk-theme-fullwidth-content {
	min-height: calc(100vh - 150px);
	padding-top: 72px; /* to clear header */
}

.bk-theme-article {
	background: linear-gradient(180deg, #151515 0%, #0d0d0d 100%);
	border: 1px solid var(--bk-line);
	border-radius: 8px;
	padding: 40px;
}

.bk-theme-entry-title {
	color: var(--bk-white);
	font-size: 32px;
	margin: 0 0 24px;
}

.bk-theme-notice {
	background: rgba(199, 154, 59, 0.1);
	border: 1px solid rgba(199, 154, 59, 0.3);
	border-radius: 8px;
	padding: 24px;
	text-align: center;
	margin: 40px auto;
	max-width: 600px;
}

/* =============================================================
   NAV (Extracted from plugin public.css)
   ============================================================= */
.bk-hp-nav {
	align-items: center;
	background: rgba(11, 11, 11, 0.95);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(201, 162, 77, 0.14);
	display: flex;
	height: 72px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: box-shadow 0.25s;
	z-index: 1000;
}
.bk-hp-nav.is-scrolled {
	box-shadow: 0 4px 32px rgba(0, 0, 0, 0.6);
}
.bk-hp-nav-inner {
	align-items: center;
	display: flex;
	gap: 32px;
	margin: 0 auto;
	max-width: 1400px;
	padding: 0 28px;
	width: 100%;
}
.bk-hp-brand {
	align-items: center;
	color: var(--bk-white);
	display: inline-flex;
	flex-shrink: 0;
	gap: 10px;
	text-decoration: none;
}
.bk-hp-brand-crown {
	flex-shrink: 0;
	height: 32px;
	width: 32px;
}
.bk-hp-brand-text {
	display: flex;
	flex-direction: column;
	gap: 0;
	line-height: 1;
}
.bk-hp-brand-text span {
	color: var(--bk-gold);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.bk-hp-brand-text strong {
	color: var(--bk-white);
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 2px;
}
.bk-hp-nav-links {
	align-items: center;
	display: flex;
	flex: 1;
	gap: 32px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.bk-hp-nav-link {
	color: rgba(247, 245, 239, 0.78);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
	position: relative;
	transition: color 0.2s;
}
.bk-hp-nav-link::after {
	background: var(--bk-gold);
	bottom: -4px;
	content: '';
	height: 2px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.2s;
	width: 100%;
}
.bk-hp-nav-link:hover,
.bk-hp-nav-link.is-active {
	color: var(--bk-gold);
}
.bk-hp-nav-link.is-active::after,
.bk-hp-nav-link:hover::after {
	transform: scaleX(1);
}
.bk-hp-nav-right {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	gap: 14px;
}
.bk-hp-social {
	align-items: center;
	color: rgba(247, 245, 239, 0.55);
	display: flex;
	height: 32px;
	justify-content: center;
	transition: color 0.2s;
	width: 32px;
}
.bk-hp-social:hover {
	color: var(--bk-gold);
}
.bk-hp-social svg {
	height: 18px;
	width: 18px;
}
.bk-hp-nav-cta {
	border: 1px solid var(--bk-gold);
	border-radius: 4px;
	color: var(--bk-gold);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.5px;
	padding: 9px 18px;
	text-transform: uppercase;
	transition: background 0.2s, color 0.2s;
	white-space: nowrap;
}
.bk-hp-nav-cta:hover {
	background: var(--bk-gold);
	color: #0b0b0b;
}

.bk-hp-hamburger {
	background: transparent;
	border: none;
	cursor: pointer;
	display: none;
	flex-direction: column;
	gap: 5px;
	height: 36px;
	justify-content: center;
	padding: 6px;
	width: 36px;
}
.bk-hp-hamburger span {
	background: var(--bk-white);
	border-radius: 2px;
	display: block;
	height: 2px;
	transition: transform 0.25s, opacity 0.25s;
	width: 22px;
}
.bk-hp-hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.bk-hp-hamburger.is-open span:nth-child(2) { opacity: 0; }
.bk-hp-hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =============================================================
   HERO
   ============================================================= */
.bk-hp-hero {
	background: radial-gradient(ellipse at 55% 50%, rgba(201, 162, 77, 0.07) 0%, transparent 60%), #0b0b0b;
	min-height: 100vh;
	padding-top: 72px;
}
.bk-hp-hero-inner {
	align-items: stretch;
	display: grid;
	gap: 24px;
	grid-template-columns: 38fr 36fr 26fr;
	margin: 0 auto;
	max-width: 1400px;
	min-height: calc(100vh - 72px);
	padding: 56px 28px;
}
.bk-hp-hero-content {
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: center;
	padding-right: 16px;
}
.bk-hp-eyebrow {
	color: var(--bk-gold);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 2.5px;
	margin: 0;
	text-transform: uppercase;
}
.bk-hp-hero-title {
	color: var(--bk-white);
	font-size: clamp(28px, 3.2vw, 46px);
	font-weight: 900;
	line-height: 1.15;
	margin: 0;
}
.bk-hp-hero-desc {
	color: #cfcfcf;
	font-size: 17px;
	line-height: 1.6;
	margin: 0;
}
.bk-hp-hero-ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.bk-hp-btn {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 10px;
	letter-spacing: 1px;
	padding: 14px 24px;
	text-transform: uppercase;
	transition: filter 0.2s;
}
.bk-hp-btn-primary {
	background: var(--bk-gold);
	color: #0b0b0b;
}
.bk-hp-btn-primary:hover {
	color: #0b0b0b;
	filter: brightness(1.1);
}
.bk-hp-btn-outline {
	background: transparent;
	border: 1px solid var(--bk-line);
	color: var(--bk-white);
}
.bk-hp-btn-outline:hover {
	background: #151515;
	color: var(--bk-white);
}
.bk-hp-btn svg { width: 18px; height: 18px; }

.bk-hp-features {
	border-top: 1px solid var(--bk-line);
	display: grid;
	gap: 20px;
	margin-top: 24px;
	padding-top: 32px;
}
.bk-hp-feature {
	align-items: center;
	display: flex;
	gap: 16px;
}
.bk-hp-feature svg {
	flex-shrink: 0;
	height: 32px;
	width: 32px;
}
.bk-hp-feature div {
	display: flex;
	flex-direction: column;
}
.bk-hp-feature strong {
	color: var(--bk-white);
	font-size: 16px;
}
.bk-hp-feature span {
	color: #9a9a9a;
	font-size: 14px;
}

.bk-hp-hero-visual {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
}
.bk-hp-hero-placeholder {
	align-items: center;
	background: #141414;
	border: 1px solid var(--bk-line);
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	height: 100%;
	justify-content: center;
	min-height: 400px;
	width: 100%;
}
.bk-hp-hero-placeholder p { color: #555; }
.bk-hp-hero-scissors { height: 60px; width: 60px; }
.bk-hp-hero-img {
	border-radius: 12px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.bk-hp-hero-visual-glow {
	background: var(--bk-gold);
	border-radius: 50%;
	filter: blur(120px);
	height: 300px;
	opacity: 0.15;
	position: absolute;
	width: 300px;
	z-index: -1;
}

.bk-hp-booking-card {
	background: linear-gradient(180deg, #151515 0%, #0d0d0d 100%);
	border: 1px solid var(--bk-line);
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	padding: 32px;
}
.bk-hp-booking-card-head {
	align-items: center;
	display: flex;
	gap: 12px;
	margin-bottom: 24px;
}
.bk-hp-booking-card-head svg {
	height: 24px;
	width: 24px;
}
.bk-hp-booking-card-head h3 {
	color: var(--bk-white);
	font-size: 18px;
	margin: 0;
}
.bk-hp-booking-fields {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 16px;
}
.bk-hp-booking-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.bk-hp-booking-field label {
	color: var(--bk-gray);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1px;
}
.bk-hp-select-wrap,
.bk-hp-input-wrap {
	position: relative;
}
.bk-hp-select-wrap select,
.bk-hp-input-wrap input {
	appearance: none;
	background: #080808;
	border: 1px solid var(--bk-line);
	border-radius: 6px;
	color: var(--bk-white);
	font-family: inherit;
	font-size: 15px;
	padding: 14px 14px 14px 44px;
	width: 100%;
}
.bk-hp-select-wrap select { cursor: pointer; }
.bk-hp-select-wrap select:focus,
.bk-hp-input-wrap input:focus {
	border-color: var(--bk-gold);
	outline: none;
}
.bk-hp-select-arrow,
.bk-hp-input-wrap svg {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	pointer-events: none;
}
.bk-hp-select-arrow { left: auto; right: 14px; stroke: var(--bk-gray); }

.bk-hp-booking-submit {
	align-items: center;
	background: var(--bk-gold);
	border-radius: 6px;
	color: #0b0b0b;
	display: flex;
	font-weight: 800;
	justify-content: center;
	margin-top: 24px;
	padding: 16px;
	text-decoration: none;
}
.bk-hp-booking-submit:hover {
	color: #0b0b0b;
	filter: brightness(1.1);
}

/* =============================================================
   MAIN SECTION
   ============================================================= */
.bk-hp-main {
	background: #0b0b0b;
	padding: 80px 28px;
}
.bk-hp-main-inner {
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1400px;
}
.bk-hp-col {
	background: #111;
	border: 1px solid var(--bk-line);
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	padding: 32px;
}
.bk-hp-col-info {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.bk-hp-col-head {
	margin-bottom: 24px;
}
.bk-hp-col-head h2 {
	font-size: 20px;
	margin: 0 0 12px;
}
.bk-hp-gold-bar {
	background: var(--bk-gold);
	height: 3px;
	width: 40px;
}

.bk-hp-services {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 32px;
}
.bk-hp-service-card {
	align-items: center;
	background: #0a0a0a;
	border: 1px solid var(--bk-line);
	border-radius: 8px;
	display: flex;
	gap: 16px;
	padding: 16px;
	transition: border-color 0.2s;
}
.bk-hp-service-card:hover { border-color: rgba(199, 154, 59, 0.4); }
.bk-hp-service-icon {
	color: var(--bk-gold);
	height: 24px;
	width: 24px;
}
.bk-hp-service-info {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.bk-hp-service-info strong { font-size: 15px; }
.bk-hp-service-info span { color: var(--bk-gray); font-size: 13px; }
.bk-hp-service-price { font-weight: 800; }

.bk-hp-team {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 32px;
}
.bk-hp-barber-card {
	align-items: center;
	background: #0a0a0a;
	border: 1px solid var(--bk-line);
	border-radius: 8px;
	display: flex;
	gap: 16px;
	padding: 16px;
}
.bk-hp-barber-photo,
.bk-hp-barber-placeholder,
.bk-hp-barber-img {
	border-radius: 50%;
	height: 56px;
	width: 56px;
}
.bk-hp-barber-placeholder {
	align-items: center;
	background: #151515;
	display: flex;
	justify-content: center;
}
.bk-hp-barber-placeholder svg { width: 24px; height: 24px; }
.bk-hp-barber-info {
	display: flex;
	flex-direction: column;
}
.bk-hp-barber-info strong { font-size: 16px; }
.bk-hp-barber-info span { color: var(--bk-gray); font-size: 13px; }
.bk-hp-stars { color: var(--bk-gold); font-size: 11px; margin-top: 4px; letter-spacing: 2px; }

.bk-hp-link-btn {
	align-items: center;
	color: var(--bk-gold);
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	gap: 8px;
	letter-spacing: 1.5px;
	margin-top: auto;
}
.bk-hp-link-btn svg { width: 16px; height: 16px; transition: transform 0.2s; }
.bk-hp-link-btn:hover svg { transform: translateX(4px); }
.bk-hp-empty { color: var(--bk-gray); font-style: italic; }

.bk-hp-info-card {
	background: #111;
	border: 1px solid var(--bk-line);
	border-radius: 12px;
	flex: 1;
	padding: 32px;
}
.bk-hp-info-card-head {
	align-items: center;
	display: flex;
	gap: 12px;
	margin-bottom: 24px;
}
.bk-hp-info-card-head h3 { font-size: 18px; margin: 0; }
.bk-hp-info-card-head svg { width: 24px; height: 24px; }
.bk-hp-hours-table {
	border-collapse: collapse;
	width: 100%;
}
.bk-hp-hours-table td {
	border-bottom: 1px solid var(--bk-line);
	padding: 12px 0;
}
.bk-hp-hours-table td:last-child {
	text-align: right;
	font-weight: 700;
}
.bk-hp-closed { color: #e05a4f; font-size: 12px; font-weight: 800; letter-spacing: 1px; }

.bk-hp-contact-list { list-style: none; margin: 0 0 24px; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.bk-hp-contact-list li {
	align-items: center;
	display: flex;
	gap: 12px;
}
.bk-hp-contact-list svg { width: 20px; height: 20px; }
.bk-hp-contact-list span, .bk-hp-contact-list a {
	color: #fff;
	text-decoration: none;
}
.bk-hp-contact-list a:hover { text-decoration: underline; }

.bk-hp-map-btn {
	align-items: center;
	background: rgba(199, 154, 59, 0.1);
	border: 1px solid rgba(199, 154, 59, 0.3);
	border-radius: 6px;
	color: var(--bk-gold);
	display: flex;
	font-size: 12px;
	font-weight: 800;
	gap: 8px;
	justify-content: center;
	padding: 14px;
}
.bk-hp-map-btn:hover { background: rgba(199, 154, 59, 0.2); }
.bk-hp-map-btn svg { width: 16px; height: 16px; }

/* =============================================================
   STATS & FOOTER
   ============================================================= */
.bk-hp-stats {
	background: linear-gradient(180deg, #0b0b0b 0%, #151515 100%);
	border-top: 1px solid var(--bk-line);
	padding: 60px 28px;
}
.bk-hp-stats-inner {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1400px;
}
.bk-hp-stat {
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: center;
}
.bk-hp-stat svg { height: 32px; width: 32px; margin-bottom: 16px; }
.bk-hp-stat strong { font-size: 32px; line-height: 1; margin-bottom: 8px; }
.bk-hp-stat span { color: var(--bk-gray); font-size: 14px; }

.bk-hp-footer {
	background: #070707;
	border-top: 1px solid var(--bk-line);
	padding: 40px 28px;
}
.bk-hp-footer-inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0 auto;
	max-width: 1400px;
}
.bk-hp-footer-copy { color: var(--bk-gray); font-size: 14px; margin: 0; }
.bk-hp-footer-dev { color: #555; font-size: 13px; margin: 0; }

/* =============================================================
   RESPONSIVE (Max-widths)
   ============================================================= */
@media (max-width: 1024px) {
	.bk-hp-nav-links {
		background: #111;
		border-bottom: 1px solid var(--bk-line);
		flex-direction: column;
		left: 0;
		padding: 24px;
		position: absolute;
		right: 0;
		top: 72px;
		transform: translateY(-150%);
		transition: transform 0.3s;
		z-index: -1;
	}
	.bk-hp-nav-links.is-open {
		transform: translateY(0);
	}
	.bk-hp-hamburger {
		display: flex;
	}
	.bk-hp-nav-right { gap: 10px; }
	.bk-hp-hero-inner {
		grid-template-columns: 1fr;
		padding-top: 24px;
	}
	.bk-hp-hero-content { padding-right: 0; }
	.bk-hp-hero-visual { display: none; }
	.bk-hp-main-inner { grid-template-columns: 1fr 1fr; }
	.bk-hp-col-info { grid-column: span 2; flex-direction: row; }
}

@media (max-width: 768px) {
	.bk-hp-main-inner { grid-template-columns: 1fr; }
	.bk-hp-col-info { grid-column: span 1; flex-direction: column; }
	.bk-hp-stats-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.bk-theme-content, .bk-theme-fullwidth-content { padding-top: 90px; }
	.bk-theme-article { padding: 24px; }
}

@media (max-width: 500px) {
	.bk-hp-nav-inner { padding: 0 16px; gap: 16px; }
	.bk-hp-brand-text strong { font-size: 18px; }
	.bk-hp-nav-cta { display: none; }
	.bk-hp-booking-fields { display: grid; grid-template-columns: 1fr; }
	.bk-hp-hero-ctas { flex-direction: column; }
	.bk-hp-btn { width: 100%; justify-content: center; }
	.bk-hp-stats-inner { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
	.bk-theme-content { padding-left: 12px; padding-right: 12px; }
	.bk-hp-hero-inner { padding-left: 16px; padding-right: 16px; }
	.bk-hp-main { padding-left: 16px; padding-right: 16px; }
	.bk-hp-booking-card, .bk-hp-col, .bk-hp-info-card { padding: 20px; }
}
