/*
 * Broken Clover Intake System v0.1.7 presentation repair
 * Reconstructed presentation stylesheet — fresh source.
 * Rebuilt from the surviving v0.1.6 renderer contract, class names, screenshots,
 * and review requirements after the original intake.css artifact was lost.
 * This is NEW SOURCE, independently reviewed and approved at Slice 9; it is not recovered historical source.
 */

:root {
	--bc-intake-gold: #ffd36a;
	--bc-intake-amber: #ffae00;
	--bc-intake-red: #b82105;
	--bc-intake-deep-red: #5f0907;
	--bc-intake-ink: #12090a;
	--bc-intake-cream: #f8e9c5;
}

body.bc-intake-page {
	background-color: #090506;
	background-image:
		linear-gradient(rgba(7, 3, 4, 0.42), rgba(7, 3, 4, 0.7)),
		var(--bc-intake-wallpaper, none);
	background-size: cover;
	background-position: center top;
	background-attachment: fixed;
}

/*
 * Kadence paints several nested page surfaces independently. Keep every
 * intake-only content surface transparent so the body wallpaper remains
 * visible instead of being covered by the theme's light content background.
 */
body.bc-intake-page #wrapper,
body.bc-intake-page #inner-wrap,
body.bc-intake-page #primary,
body.bc-intake-page .site,
body.bc-intake-page .site-main,
body.bc-intake-page .content-area,
body.bc-intake-page .content-container,
body.bc-intake-page .content-wrap,
body.bc-intake-page article.entry,
body.bc-intake-page article.content-bg,
body.bc-intake-page .entry-content-wrap,
body.bc-intake-page .entry-content {
	background-color: transparent !important;
	background-image: none !important;
}

body.bc-intake-page .entry-content.bc-intake-mounted > :not(.bc-intake) {
	display: none !important;
}

.bc-intake,
.bc-intake * {
	box-sizing: border-box;
}

.bc-intake {
	width: min(100%, 980px);
	margin: 0 auto;
	padding: 12px 12px 48px;
	color: var(--bc-intake-cream);
}

.bc-hotel-header {
	position: relative;
	width: 100%;
	margin: 0 auto 18px;
	border-radius: 20px;
	isolation: isolate;
}

.bc-hotel-sign-image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
	filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.48));
}

.bc-hotel-header--generated {
	min-height: clamp(220px, 39vw, 420px);
	display: grid;
	place-items: center;
	overflow: hidden;
	padding: clamp(30px, 5vw, 64px);
	border: 2px solid rgba(255, 211, 106, 0.55);
	background:
		radial-gradient(circle at 50% 42%, rgba(255, 182, 42, 0.13), transparent 34%),
		linear-gradient(180deg, rgba(47, 8, 10, 0.96), rgba(10, 4, 5, 0.98));
	box-shadow:
		0 0 0 5px rgba(65, 14, 12, 0.8),
		0 0 26px rgba(255, 170, 0, 0.18),
		0 14px 28px rgba(0, 0, 0, 0.52);
}

.bc-room {
	position: absolute;
	width: 34px;
	height: 46px;
	border: 1px solid rgba(255, 211, 106, 0.42);
	background: linear-gradient(#201011, #090505);
	box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.9), 0 0 8px rgba(255, 170, 0, 0.12);
	opacity: 0.62;
}

.bc-room::after {
	content: attr(data-room);
	position: absolute;
	inset: auto 0 4px;
	font: 700 8px/1 sans-serif;
	letter-spacing: 0.08em;
	text-align: center;
	color: rgba(255, 211, 106, 0.7);
}

.bc-room:nth-child(1) { top: 12%; left: 8%; }
.bc-room:nth-child(2) { top: 12%; right: 8%; }
.bc-room:nth-child(3) { top: 44%; left: 4%; }
.bc-room:nth-child(4) { top: 44%; right: 4%; }
.bc-room:nth-child(5) { bottom: 10%; left: 10%; }
.bc-room:nth-child(6) { bottom: 10%; right: 10%; }

.bc-signboard {
	position: relative;
	z-index: 2;
	width: min(86%, 620px);
	padding: clamp(20px, 4vw, 40px) clamp(18px, 5vw, 52px);
	border: clamp(5px, 0.8vw, 9px) solid #8e1c10;
	border-radius: 22px;
	background: linear-gradient(180deg, #230b0d 0%, #090405 100%);
	text-align: center;
	box-shadow:
		inset 0 0 0 2px rgba(255, 211, 106, 0.6),
		inset 0 0 28px rgba(163, 24, 13, 0.55),
		0 0 18px rgba(255, 170, 0, 0.32),
		0 0 48px rgba(184, 33, 5, 0.28);
}

.bc-sign-clover {
	position: relative;
	display: inline-block;
	width: 52px;
	height: 52px;
	margin-bottom: 8px;
	filter: drop-shadow(0 0 7px rgba(255, 211, 106, 0.68));
}

.bc-sign-clover > span {
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 70% 70% 60% 60%;
	background: var(--bc-intake-gold);
	box-shadow: 0 0 10px rgba(255, 211, 106, 0.85);
}

.bc-sign-clover > span:nth-child(1) { top: 0; left: 14px; transform: rotate(45deg); }
.bc-sign-clover > span:nth-child(2) { top: 14px; right: 0; transform: rotate(135deg); }
.bc-sign-clover > span:nth-child(3) { bottom: 0; left: 14px; transform: rotate(225deg); }
.bc-sign-clover > span:nth-child(4) { top: 14px; left: 0; transform: rotate(315deg); }

.bc-sign-title {
	display: grid;
	gap: 2px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 900;
	font-size: clamp(2rem, 6vw, 4.5rem);
	line-height: 0.94;
	letter-spacing: 0.035em;
	text-transform: uppercase;
	color: #fff4c9;
	text-shadow:
		0 0 2px #fff,
		0 0 8px var(--bc-intake-gold),
		0 0 18px var(--bc-intake-amber),
		0 0 30px var(--bc-intake-red);
}

.bc-sign-subtitle {
	margin-top: 12px;
	font: 800 clamp(0.68rem, 1.6vw, 0.95rem)/1.3 system-ui, sans-serif;
	letter-spacing: 0.2em;
	color: var(--bc-intake-gold);
}

.bc-intake-stage {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 76px;
	gap: 18px;
	align-items: start;
	padding: clamp(18px, 3.5vw, 34px);
	border: 1px solid rgba(255, 211, 106, 0.34);
	border-radius: 20px;
	background: rgba(12, 5, 6, 0.92);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.5), inset 0 0 28px rgba(115, 18, 13, 0.14);
	backdrop-filter: blur(3px);
}

.bc-intake-stage > .wpcf7 {
	min-width: 0;
}

.bc-intake .wpcf7-form {
	margin: 0;
	color: var(--bc-intake-cream);
}

.bc-intake .wpcf7-form > p:first-child::before {
	content: attr(data-bc-intake-title);
	display: block;
	margin: 0 0 22px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.45rem, 3.7vw, 2.45rem);
	font-weight: 800;
	line-height: 1.15;
	text-align: center;
	color: #fff4ce;
	text-shadow: 0 0 8px rgba(255, 174, 0, 0.35);
}

.bc-intake .wpcf7-form label {
	color: #f8ebd1;
	font-weight: 700;
}

.bc-intake .wpcf7-form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.bc-intake .wpcf7-form textarea,
.bc-intake .wpcf7-form select {
	width: 100%;
	min-height: 48px;
	margin-top: 6px;
	border: 1px solid rgba(255, 211, 106, 0.32);
	border-radius: 9px;
	background: rgba(255, 248, 232, 0.96);
	color: #201315;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.16);
}

.bc-intake .wpcf7-form textarea {
	min-height: 130px;
}

.bc-intake .wpcf7-form input:focus,
.bc-intake .wpcf7-form textarea:focus,
.bc-intake .wpcf7-form select:focus {
	outline: 2px solid var(--bc-intake-gold);
	outline-offset: 2px;
	border-color: var(--bc-intake-gold);
}

.bc-intake .wpcf7-list-item {
	margin: 5px 10px 5px 0;
}

.bc-progress-rail {
	position: relative;
	align-self: stretch;
	min-height: 100%;
	border-left: 1px solid rgba(255, 211, 106, 0.24);
}

.bc-progress-text {
	position: sticky;
	top: 10px;
	display: block;
	width: 60px;
	margin-left: 12px;
	padding: 8px 4px;
	border: 1px solid rgba(255, 211, 106, 0.45);
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.78);
	font: 900 0.7rem/1 system-ui, sans-serif;
	letter-spacing: 0.08em;
	text-align: center;
	color: var(--bc-intake-gold);
	box-shadow: 0 0 10px rgba(255, 174, 0, 0.18);
}

.bc-status-bulb {
	position: absolute;
	left: 22px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #4e2b1c;
	background: radial-gradient(circle at 35% 30%, #5a3b25 0 18%, #28170f 52%, #120907 100%);
	box-shadow: inset 0 0 6px #000, 0 0 0 3px rgba(78, 43, 28, 0.36);
	transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.bc-status-bulb.is-lit {
	background: radial-gradient(circle at 35% 28%, #fffbd9 0 14%, #ffd36a 28%, #ff9d00 60%, #9a2506 100%);
	border-color: #c7781b;
	box-shadow:
		0 0 5px #fff5b8,
		0 0 12px var(--bc-intake-gold),
		0 0 24px var(--bc-intake-amber),
		0 0 38px rgba(184, 33, 5, 0.45);
	transform: scale(1.04);
}

.bc-submit-marquee {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 430px);
	min-height: 112px;
	margin: 26px auto 8px;
	padding: 26px 48px;
	border: 4px solid #5a160f;
	border-radius: 20px;
	background: linear-gradient(180deg, #250c0e, #0c0506);
	box-shadow:
		inset 0 0 0 2px rgba(255, 211, 106, 0.24),
		0 0 20px rgba(0, 0, 0, 0.7);
}

.bc-submit-marquee .wpcf7-submit {
	position: relative;
	z-index: 3;
	min-width: 180px;
	min-height: 54px;
	margin: 0 !important;
	padding: 12px 28px;
	border: 2px solid rgba(255, 211, 106, 0.7);
	border-radius: 999px;
	background: linear-gradient(#9e1c10, #621008);
	color: #fff4d0;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 5px 15px rgba(0,0,0,0.45);
}

.bc-submit-marquee .wpcf7-submit:hover,
.bc-submit-marquee .wpcf7-submit:focus-visible {
	background: linear-gradient(#c72a16, #7c1309);
	border-color: var(--bc-intake-gold);
	box-shadow: 0 0 12px rgba(255, 211, 106, 0.3), 0 5px 15px rgba(0,0,0,0.45);
}

.bc-submit-bulbs {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.bc-submit-bulb {
	position: absolute;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #32170e;
	border: 1px solid #6a3b18;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.9);
	transition: background 0.2s ease, box-shadow 0.2s ease;
}

.bc-submit-marquee.is-ready .bc-submit-bulb {
	background: #ffe17f;
	border-color: #ffc247;
	box-shadow: 0 0 4px #fff4b0, 0 0 9px #ffb000, 0 0 14px rgba(184, 33, 5, 0.6);
}

.bc-submit-marquee .wpcf7-spinner {
	position: absolute !important;
	z-index: 4;
	right: 17px;
	top: 50%;
	margin: 0 !important;
	transform: translateY(-50%);
}

.bc-intake .wpcf7-response-output {
	margin: 18px 0 0 !important;
	border-color: var(--bc-intake-gold) !important;
	border-radius: 9px;
	background: rgba(0, 0, 0, 0.72);
	color: #fff4d0;
}

@media (max-width: 700px) {
	body.bc-intake-page {
		background-attachment: scroll;
	}

	.bc-intake {
		padding: 8px 8px 32px;
	}

	.bc-hotel-header {
		margin-bottom: 12px;
		border-radius: 14px;
	}

	.bc-hotel-sign-image {
		border-radius: 14px;
	}

	.bc-intake-stage {
		grid-template-columns: minmax(0, 1fr) 52px;
		gap: 8px;
		padding: 16px 10px 20px;
		border-radius: 14px;
	}

	.bc-progress-rail {
		border-left-color: rgba(255, 211, 106, 0.18);
	}

	.bc-progress-text {
		width: 44px;
		margin-left: 4px;
		font-size: 0.58rem;
	}

	.bc-status-bulb {
		left: 10px;
		width: 26px;
		height: 26px;
	}

	.bc-submit-marquee {
		min-height: 100px;
		padding: 24px 36px;
	}

	.bc-submit-marquee .wpcf7-submit {
		min-width: 150px;
	}

	.bc-submit-marquee .wpcf7-spinner {
		right: 10px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bc-status-bulb,
	.bc-submit-bulb,
	.bc-submit-marquee .wpcf7-submit {
		transition: none;
	}
}

/* =========================================================
   Haunted Hotel modular asset rebuild — v0.1.8
   Presentation only. CF7 structure/behavior remains intact.
   ========================================================= */

.bc-intake-stage {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0;
	padding: clamp(18px, 3.5vw, 34px) 90px;
	border: 0;
	border-radius: 18px;
	background: var(--bc-intake-parchment, none) center top / 100% 100% no-repeat;
	box-shadow: 0 16px 34px rgba(0,0,0,.48), inset 0 0 0 1px rgba(76,39,15,.22);
	backdrop-filter: none;
	overflow: visible;
}

.bc-intake-stage::before,
.bc-intake-stage::after {
	content: "";
	position: absolute;
	top: 10px;
	bottom: 10px;
	width: 52px;
	background: var(--bc-intake-rail, none) center top / 100% auto repeat-y;
	z-index: 1;
	pointer-events: none;
}

.bc-intake-stage::before { left: 16px; }
.bc-intake-stage::after  { right: 16px; }

.bc-intake-stage > .wpcf7 {
	position: relative;
	z-index: 2;
	min-width: 0;
}

.bc-intake .wpcf7-form,
.bc-intake .wpcf7-form label,
.bc-intake .wpcf7-form p,
.bc-intake .wpcf7-form h3 {
	color: #24150f;
}

.bc-intake .wpcf7-form h3 {
	position: relative;
	margin-top: 34px;
	padding-top: 40px;
	font-family: Georgia, "Times New Roman", serif;
}

.bc-intake .wpcf7-form h3::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: min(100%, 560px);
	aspect-ratio: 1000 / 298;
	transform: translateX(-50%);
	background: var(--bc-intake-divider, none) center / contain no-repeat;
	pointer-events: none;
}

.bc-progress-rail {
	position: absolute;
	top: 10px;
	right: 16px;
	bottom: 10px;
	width: 52px;
	border: 0;
	z-index: 3;
	pointer-events: none;
}

.bc-progress-text {
	position: sticky;
	top: 10px;
	display: block;
	width: 44px;
	margin: 0 auto;
	padding: 6px 2px;
	border: 1px solid rgba(76,39,15,.55);
	background: rgba(25,14,8,.88);
	color: #d5a54f;
	z-index: 4;
}

.bc-status-bulb {
	position: absolute;
	left: 50%;
	width: 40px;
	height: 53px;
	transform: translateX(-50%);
	border: 0;
	border-radius: 0;
	background: var(--bc-intake-bulb-off, none) center / contain no-repeat;
	box-shadow: none;
	transition: filter .18s ease;
}

.bc-status-bulb.is-dim {
	background-image: var(--bc-intake-bulb-dim, none);
}

.bc-status-bulb.is-lit {
	background-image: var(--bc-intake-bulb-active, none);
	box-shadow: none;
	transform: translateX(-50%);
}

.bc-intake input[type="radio"],
.bc-intake input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	width: 28px;
	height: 28px;
	margin: 0 8px 0 0;
	vertical-align: middle;
	border: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

.bc-intake input[type="radio"] { background-image: var(--bc-intake-radio-off, none); }
.bc-intake input[type="radio"]:checked { background-image: var(--bc-intake-radio-on, none); }
.bc-intake input[type="checkbox"] { background-image: var(--bc-intake-checkbox-off, none); }
.bc-intake input[type="checkbox"]:checked { background-image: var(--bc-intake-checkbox-on, none); }

.bc-intake input[type="file"] {
	min-height: 64px;
	padding: 0 0 0 170px;
	background-color: rgba(255,248,232,.92);
	background-image: var(--bc-intake-choose-file, none);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 158px auto;
	color: #2a1b14;
}

.bc-intake input[type="file"]::file-selector-button {
	opacity: 0;
	width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

.bc-submit-marquee {
	position: relative;
	display: block;
	width: min(100%, 520px);
	aspect-ratio: 900 / 380;
	margin: 24px auto 10px;
	background-image: var(--bc-intake-submit-off, none);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.bc-submit-marquee.is-ready {
	background-image: var(--bc-intake-submit-active, none);
}

.bc-submit-marquee .wpcf7-submit {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent !important;
	color: transparent !important;
	text-shadow: none !important;
	box-shadow: none !important;
	cursor: pointer;
	z-index: 3;
}

.bc-submit-bulbs { display: none !important; }

@media (max-width: 767px) {
	.bc-intake-stage {
		padding-left: 58px;
		padding-right: 58px;
	}

	.bc-intake-stage::before,
	.bc-intake-stage::after,
	.bc-progress-rail {
		width: 38px;
	}

	.bc-intake-stage::before { left: 8px; }
	.bc-intake-stage::after,
	.bc-progress-rail { right: 8px; }

	.bc-status-bulb {
		width: 30px;
		height: 40px;
	}

	.bc-progress-text {
		width: 32px;
		font-size: .58rem;
	}

	.bc-intake input[type="file"] {
		padding-left: 130px;
		background-size: 122px auto;
	}
}

/* =========================================================
   Haunted Hotel visual repair pass — v0.1.9
   ========================================================= */

.bc-intake-stage {
	padding-left: 112px;
	padding-right: 112px;
}

.bc-intake-stage::before,
.bc-intake-stage::after,
.bc-progress-rail { width: 82px; }

.bc-intake-stage::before { left: 12px; }
.bc-intake-stage::after,
.bc-progress-rail { right: 12px; }

.bc-status-bulb {
	left: 50%;
	width: 62px;
	height: 83px;
	transform: translateX(-50%) !important;
	border: 0 !important;
	border-radius: 0 !important;
	background-color: transparent !important;
	background-image: var(--bc-intake-bulb-off, none) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	box-shadow: none !important;
	opacity: 1 !important;
}
.bc-status-bulb.is-dim:not(.is-lit) {
	background-image: var(--bc-intake-bulb-dim, none) !important;
}
.bc-status-bulb.is-lit {
	background-image: var(--bc-intake-bulb-active, none) !important;
	opacity: 1 !important;
}

.bc-intake .wpcf7-form h3 {
	margin-top: 26px;
	padding-top: 28px;
}
.bc-intake .wpcf7-form h3::before {
	top: 0;
	width: min(56%, 300px);
	height: 34px;
	aspect-ratio: auto;
	background-image: var(--bc-intake-divider, none);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	clip-path: inset(18% 0 18% 0);
}

.bc-intake input[type="radio"],
.bc-intake input[type="checkbox"] {
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	margin-right: 10px;
	background-size: contain !important;
}

.bc-file-picker {
	position: relative;
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	align-items: center;
	justify-items: start;
	gap: 14px;
	min-height: 96px;
	margin-top: 8px;
}
.bc-file-picker-button {
	display: block;
	width: 220px;
	height: 96px;
	justify-self: start;
	background: var(--bc-intake-choose-file, none) left center / contain no-repeat;
	pointer-events: none;
}
.bc-file-picker-name {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #2a1b14;
	font-weight: 500;
}
.bc-file-picker input[type="file"] {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 220px !important;
	height: 96px !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 0 !important;
	cursor: pointer !important;
	z-index: 2;
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
}

.bc-submit-marquee {
	position: relative !important;
	display: block !important;
	width: min(100%, 520px) !important;
	aspect-ratio: 900 / 380 !important;
	margin: 26px auto 10px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	outline: 0 !important;
	background-color: transparent !important;
	background-image: var(--bc-intake-submit-off, none) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
	box-shadow: none !important;
	overflow: visible !important;
}
.bc-submit-marquee.is-ready {
	background-image: var(--bc-intake-submit-active, none) !important;
}
.bc-submit-marquee::before,
.bc-submit-marquee::after,
.bc-submit-bulbs {
	display: none !important;
	content: none !important;
}
.bc-submit-marquee .wpcf7-submit {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: transparent !important;
	box-shadow: none !important;
	text-shadow: none !important;
	z-index: 3;
}

.bc-progress-text {
	width: 44px;
	font-size: .68rem;
}

@media (max-width: 767px) {
	.bc-intake-stage {
		padding-left: 66px;
		padding-right: 66px;
	}
	.bc-intake-stage::before,
	.bc-intake-stage::after,
	.bc-progress-rail { width: 64px; }
	.bc-intake-stage::before { left: 8px; }
	.bc-intake-stage::after,
	.bc-progress-rail { right: 8px; }

	.bc-status-bulb {
		width: 50px;
		height: 67px;
	}
	.bc-intake input[type="radio"],
	.bc-intake input[type="checkbox"] {
		width: 38px;
		height: 38px;
		flex-basis: 38px;
	}
	.bc-file-picker {
		grid-template-columns: 184px minmax(0, 1fr);
		gap: 10px;
		min-height: 82px;
	}
	.bc-file-picker-button,
	.bc-file-picker input[type="file"] {
		width: 184px !important;
		height: 80px !important;
	}
	.bc-progress-text {
		width: 34px;
		font-size: .56rem;
	}
}

/* v0.1.10 micro-repair: divider clipping eased; Choose File enlarged/aligned. */

/* =========================================================
   Dark damask + bright lettering repair — v0.1.12
   ========================================================= */

/* Use the approved dark damask as the main intake surface and shift copy to bright elegant lettering. */
.bc-intake-stage {
	background: var(--bc-intake-parchment, none) center top / cover repeat-y !important;
	box-shadow: 0 16px 34px rgba(0,0,0,.58), inset 0 0 0 1px rgba(186,131,56,.20) !important;
}

.bc-intake .wpcf7-form,
.bc-intake .wpcf7-form label,
.bc-intake .wpcf7-form p,
.bc-intake .wpcf7-form li,
.bc-intake .wpcf7-form span,
.bc-intake .wpcf7-form strong {
	color: #f0dfbf !important;
}

.bc-intake .wpcf7-form h3 {
	color: #f7ead0 !important;
	text-shadow: 0 1px 0 rgba(0,0,0,.45);
}

.bc-intake .wpcf7-form .wpcf7-list-item-label,
.bc-intake .wpcf7-form .bc-file-picker-name,
.bc-intake .wpcf7-form .wpcf7-not-valid-tip,
.bc-intake .wpcf7-form .wpcf7-response-output,
.bc-intake .wpcf7-form .bc-help,
.bc-intake .wpcf7-form small {
	color: #ead7b3 !important;
}

/* Keep the actual entry fields bright and readable. */
.bc-intake .wpcf7-form input[type="text"],
.bc-intake .wpcf7-form input[type="email"],
.bc-intake .wpcf7-form input[type="tel"],
.bc-intake .wpcf7-form input[type="number"],
.bc-intake .wpcf7-form input[type="url"],
.bc-intake .wpcf7-form textarea,
.bc-intake .wpcf7-form select {
	background: rgba(248, 238, 219, .96) !important;
	color: #26170f !important;
	border: 1px solid rgba(173, 123, 52, .65) !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.08), 0 0 0 1px rgba(255,232,190,.08) !important;
}

.bc-intake .wpcf7-form input::placeholder,
.bc-intake .wpcf7-form textarea::placeholder {
	color: rgba(71, 46, 27, .68) !important;
}

/* Ensure checkbox/radio label stacks retain readability on the darker surface. */
.bc-intake .wpcf7-list-item {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

/* Progress counter should stay readable on the dark surface. */
.bc-progress-text {
	background: rgba(23, 14, 8, .92) !important;
	color: #f1c96f !important;
	border-color: rgba(181, 131, 56, .75) !important;
}

/* Keep file name readable. */
.bc-file-picker-name {
	color: #f0dfbf !important;
	text-shadow: 0 1px 0 rgba(0,0,0,.4);
}

/* =========================================================
   Mirrored left bulbs + bright divider repair — v0.1.13
   ========================================================= */

/* Right side remains authoritative; left side is a synchronized visual mirror. */
.bc-progress-rail--right {
	right: 12px !important;
	left: auto !important;
}

.bc-progress-rail--left {
	left: 12px !important;
	right: auto !important;
}

.bc-progress-rail--left .bc-progress-text {
	display: none !important;
}

/* The divider needs to read clearly against the dark damask surface. */
.bc-intake .wpcf7-form h3::before {
	filter:
		brightness(2.9)
		sepia(.35)
		saturate(1.45)
		drop-shadow(0 1px 2px rgba(0,0,0,.55))
		drop-shadow(0 0 5px rgba(224,181,104,.16));
	opacity: .96;
}

@media (max-width: 767px) {
	.bc-progress-rail--right {
		right: 8px !important;
		left: auto !important;
	}

	.bc-progress-rail--left {
		left: 8px !important;
		right: auto !important;
	}
}

/* =========================================================
   Divider geometry repair — v0.1.15
   ========================================================= */

.bc-intake .wpcf7-form h3 {
	padding-top: 56px !important;
}

.bc-intake .wpcf7-form h3::before {
	top: 4px !important;
	width: min(50%, 280px) !important;
	height: 48px !important;
	background-size: contain !important;
	background-position: center center !important;
	clip-path: none !important;
	transform: translateX(-50%) !important;
	opacity: 1 !important;
}

@media (max-width: 767px) {
	.bc-intake .wpcf7-form h3 {
		padding-top: 52px !important;
	}

	.bc-intake .wpcf7-form h3::before {
		top: 4px !important;
		width: min(58%, 240px) !important;
		height: 44px !important;
		background-size: contain !important;
		background-position: center center !important;
		clip-path: none !important;
	}
}

/* =========================================================
   Binary bulb states — v0.1.16
   ========================================================= */

/* Incomplete = OFF. Complete = ON. No dim/awaiting state. */
.bc-status-bulb,
.bc-status-bulb.is-dim {
	background-image: var(--bc-intake-bulb-off, none) !important;
	filter: none !important;
	opacity: 1 !important;
}

.bc-status-bulb.is-lit,
.bc-status-bulb.is-lit.is-dim {
	background-image: var(--bc-intake-bulb-active, none) !important;
	filter: none !important;
	opacity: 1 !important;
}

/* =========================================================
   Hero geometry repair — v0.1.17
   ========================================================= */

/* Keep the new 4:3 marquee artwork from ballooning vertically.
   The hero gets a consistent wide stage and the entire sign stays visible. */
.bc-hotel-header:not(.bc-hotel-header--generated) {
	aspect-ratio: 1200 / 658;
	display: grid;
	place-items: center;
	overflow: hidden;
	border-radius: 0 !important;
}

.bc-hotel-header:not(.bc-hotel-header--generated) .bc-hotel-sign-image {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	object-position: center center !important;
	border-radius: 0 !important;
}

@media (max-width: 767px) {
	.bc-hotel-header:not(.bc-hotel-header--generated) {
		aspect-ratio: 1200 / 700;
	}
}

/* =========================================================
   Wallpaper scale + hero spacing repair — v0.1.18
   ========================================================= */

/* The old 'cover' treatment enlarged the outer wallpaper until one image
   filled the entire viewport, which made the pattern look zoomed in.
   Keep the dark overlay full-size, but tile the wallpaper at a smaller scale. */
body.bc-intake-page {
	background-size: 100% 100%, 520px auto !important;
	background-position: center top, center top !important;
	background-repeat: no-repeat, repeat !important;
}

/* Give the marquee breathing room so the Intake stage does not visually
   collide with or cover the bottom edge of the sign. */
.bc-hotel-header:not(.bc-hotel-header--generated) {
	padding: 18px 16px 30px !important;
	margin-bottom: 22px !important;
	box-sizing: border-box;
}

.bc-hotel-header:not(.bc-hotel-header--generated) .bc-hotel-sign-image {
	max-width: 100% !important;
	max-height: 100% !important;
}

@media (max-width: 767px) {
	body.bc-intake-page {
		background-size: 100% 100%, 360px auto !important;
		background-position: center top, center top !important;
		background-repeat: no-repeat, repeat !important;
	}

	.bc-hotel-header:not(.bc-hotel-header--generated) {
		padding: 16px 10px 28px !important;
		margin-bottom: 20px !important;
	}
}

/* =========================================================
   Submit geometry + choose-file sizing repair — v0.1.19
   ========================================================= */

/* OFF and ACTIVE submit states now share closer artwork geometry,
   and the container remains fixed so there is no visible hop. */
.bc-submit-marquee {
	background-position: center center !important;
	background-size: 100% 100% !important;
}

/* Enlarge the Choose File button and give the filename more breathing room. */
.bc-file-picker {
	grid-template-columns: 248px minmax(0, 1fr) !important;
	gap: 30px !important;
	min-height: 112px !important;
	margin-top: 10px !important;
}

.bc-file-picker-button {
	width: 248px !important;
	height: 112px !important;
	background: var(--bc-intake-choose-file, none) left center / contain no-repeat !important;
}

.bc-file-picker input[type="file"] {
	width: 248px !important;
	height: 112px !important;
}

.bc-file-picker-name {
	padding-left: 10px !important;
	padding-right: 24px !important;
	justify-self: start !important;
	align-self: center !important;
}

@media (max-width: 767px) {
	.bc-file-picker {
		grid-template-columns: 220px minmax(0, 1fr) !important;
		gap: 26px !important;
		min-height: 100px !important;
	}

	.bc-file-picker-button,
	.bc-file-picker input[type="file"] {
		width: 220px !important;
		height: 100px !important;
	}

	.bc-file-picker-name {
		padding-left: 8px !important;
		padding-right: 18px !important;
	}
}

/* =========================================================
   Bright ochre form border — v0.1.20
   ========================================================= */

.bc-intake-stage {
	border: 2px solid #d79a2b !important;
	box-shadow:
		0 16px 34px rgba(0,0,0,.58),
		inset 0 0 0 1px rgba(255,214,105,.18),
		0 0 10px rgba(215,154,43,.24) !important;
}

/* =========================================================
   Choose File sizing + filename alignment — v0.1.21
   ========================================================= */

/* Make the antique Choose File control more prominent without
   pushing the filename farther toward the right rail. */
.bc-file-picker {
	grid-template-columns: 220px minmax(0, 1fr) !important;
	gap: 10px !important;
	min-height: 122px !important;
}

.bc-file-picker-button {
	width: 260px !important;
	height: 118px !important;
	transform: translateX(-4px);
	transform-origin: left center;
	background: var(--bc-intake-choose-file, none) left center / contain no-repeat !important;
}

.bc-file-picker input[type="file"] {
	width: 260px !important;
	height: 118px !important;
	left: -4px !important;
}

.bc-file-picker-name {
	transform: translateX(-24px) !important;
	padding-left: 0 !important;
	padding-right: 34px !important;
	justify-self: start !important;
	white-space: nowrap !important;
}

@media (max-width: 767px) {
	.bc-file-picker {
		grid-template-columns: 210px minmax(0, 1fr) !important;
		gap: 8px !important;
		min-height: 112px !important;
	}

	.bc-file-picker-button,
	.bc-file-picker input[type="file"] {
		width: 248px !important;
		height: 110px !important;
	}

	.bc-file-picker-name {
		transform: translateX(-28px) !important;
		padding-right: 30px !important;
	}
}

/* =========================================================
   Choose File left-shift + tighter filename gap — v0.1.22
   ========================================================= */

/* Pull the entire file-picker row left and close the visual gap
   between the antique button and the filename. */
.bc-file-picker {
	transform: translateX(-34px) !important;
	grid-template-columns: 248px minmax(0, 1fr) !important;
	gap: 0 !important;
	width: calc(100% + 34px) !important;
}

.bc-file-picker-button {
	transform: none !important;
}

.bc-file-picker input[type="file"] {
	left: 0 !important;
}

.bc-file-picker-name {
	transform: translateX(-18px) !important;
	padding-left: 0 !important;
	padding-right: 24px !important;
}

@media (max-width: 767px) {
	.bc-file-picker {
		transform: translateX(-42px) !important;
		grid-template-columns: 236px minmax(0, 1fr) !important;
		gap: 0 !important;
		width: calc(100% + 42px) !important;
	}

	.bc-file-picker-name {
		transform: translateX(-22px) !important;
		padding-right: 20px !important;
	}
}
