:root {
	--bpwh-ink: #071a33;
	--bpwh-ink-soft: #18385e;
	--bpwh-paper: #f7f4ee;
	--bpwh-white: #ffffff;
	--bpwh-copper: #c46f32;
	--bpwh-copper-dark: #884019;
	--bpwh-blue: #1e6f9f;
	--bpwh-line: rgba(7, 26, 51, 0.18);
	--bpwh-shadow: 0 28px 90px rgba(7, 26, 51, 0.24);
	--bpwh-display: "Fraunces", Georgia, serif;
	--bpwh-body: "Archivo", "Helvetica Neue", sans-serif;
}

body {
	background: var(--bpwh-paper);
	color: var(--bpwh-ink);
	font-family: var(--bpwh-body);
}

.navbar,
.web-footer,
footer {
	display: none !important;
}

.page_content,
.web-page-content,
.container.my-4 {
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.bpwh-site {
	background:
		linear-gradient(180deg, rgba(247, 244, 238, 0) 0%, var(--bpwh-paper) 78%),
		radial-gradient(circle at 20% 20%, rgba(196, 111, 50, 0.18), transparent 34%),
		var(--bpwh-paper);
	overflow: hidden;
}

.bpwh-hero {
	position: relative;
	min-height: 92svh;
	color: var(--bpwh-white);
	background-image:
		linear-gradient(90deg, rgba(7, 26, 51, 0.94), rgba(7, 26, 51, 0.68) 46%, rgba(7, 26, 51, 0.14)),
		url("https://unsplash.com/photos/kxuz4YrLxSc/download?force=true&w=2200");
	background-size: cover;
	background-position: center;
	isolation: isolate;
	display: flex;
	flex-direction: column;
}

.bpwh-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: inherit;
	animation: bpwh-hero-breathe 18s ease-in-out infinite alternate;
}

.bpwh-hero__shade {
	position: absolute;
	inset: auto 0 0;
	height: 38%;
	background: linear-gradient(0deg, rgba(7, 26, 51, 0.72), transparent);
	pointer-events: none;
}

.bpwh-nav {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: 28px 0;
}

.bpwh-brand {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	color: var(--bpwh-white);
	text-decoration: none;
	font-weight: 800;
	font-size: 19px;
	letter-spacing: 0;
}

.bpwh-brand img {
	width: 48px;
	height: 48px;
}

.bpwh-nav__actions {
	display: flex;
	align-items: center;
	gap: 18px;
	font-weight: 700;
}

.bpwh-nav__actions a {
	color: var(--bpwh-white);
	text-decoration: none;
}

.bpwh-hero__content {
	position: relative;
	z-index: 1;
	width: min(1180px, calc(100% - 40px));
	margin: auto auto 9vh;
	animation: bpwh-rise 900ms ease-out both;
}

.bpwh-kicker {
	margin: 0 0 14px;
	color: #f4c08e;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.bpwh-hero h1 {
	margin: 0;
	max-width: 860px;
	color: var(--bpwh-white);
	font-family: var(--bpwh-display);
	font-size: clamp(62px, 11vw, 148px);
	line-height: 0.86;
	letter-spacing: 0;
	text-shadow: 0 8px 34px rgba(7, 26, 51, 0.55);
}

.bpwh-hero__copy {
	max-width: 670px;
	margin: 28px 0 0;
	font-size: clamp(18px, 2.1vw, 25px);
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.88);
}

.bpwh-hero__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.bpwh-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border: 1px solid currentColor;
	border-radius: 0;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
	transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.bpwh-button:hover {
	transform: translateY(-2px);
	text-decoration: none;
}

.bpwh-button--primary {
	border-color: var(--bpwh-copper);
	background: var(--bpwh-copper);
	color: var(--bpwh-white);
}

.bpwh-button--ghost {
	background: transparent;
	color: currentColor;
}

.bpwh-section {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: 96px 0;
}

.bpwh-section__intro {
	max-width: 760px;
}

.bpwh-section h2 {
	margin: 0;
	font-family: var(--bpwh-display);
	font-size: clamp(38px, 6vw, 78px);
	line-height: 0.96;
	letter-spacing: 0;
}

.bpwh-section__intro p:not(.bpwh-kicker) {
	margin: 22px 0 0;
	color: var(--bpwh-ink-soft);
	font-size: 19px;
	line-height: 1.6;
}

.bpwh-service-lines {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin-top: 50px;
	border-top: 1px solid var(--bpwh-line);
	border-bottom: 1px solid var(--bpwh-line);
}

.bpwh-service-lines p {
	margin: 0;
	min-height: 140px;
	padding: 28px;
	border-right: 1px solid var(--bpwh-line);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.1;
	display: flex;
	align-items: end;
}

.bpwh-service-lines p:last-child {
	border-right: 0;
}

.bpwh-section--booking {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
	gap: 64px;
	align-items: start;
}

.bpwh-booking,
.bpwh-contact {
	background: var(--bpwh-white);
	box-shadow: var(--bpwh-shadow);
	padding: clamp(24px, 4vw, 42px);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.bpwh-contact {
	margin-top: 42px;
	box-shadow: none;
	border-top: 1px solid var(--bpwh-line);
	background: transparent;
}

.bpwh-booking label,
.bpwh-contact label {
	display: grid;
	gap: 8px;
	font-weight: 800;
}

.bpwh-booking span {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--bpwh-ink-soft);
}

.bpwh-booking input,
.bpwh-booking select,
.bpwh-booking textarea,
.bpwh-contact input,
.bpwh-contact textarea {
	width: 100%;
	border: 1px solid var(--bpwh-line);
	border-radius: 0;
	background: var(--bpwh-white);
	color: var(--bpwh-ink);
	font: 600 16px/1.3 var(--bpwh-body);
	padding: 14px 14px;
}

.bpwh-booking textarea,
.bpwh-contact textarea {
	resize: vertical;
}

.bpwh-booking__wide,
.bpwh-booking__status,
.bpwh-contact textarea,
.bpwh-contact button,
.bpwh-contact .bpwh-booking__status {
	grid-column: 1 / -1;
}

.bpwh-booking__status {
	display: none;
	padding: 14px 16px;
	background: #eef6f7;
	color: var(--bpwh-ink);
	font-weight: 700;
	line-height: 1.4;
}

.bpwh-booking__status.is-visible {
	display: block;
	animation: bpwh-pulse-in 240ms ease-out both;
}

.bpwh-section--contact {
	padding-top: 32px;
}

.bpwh-nav--portal {
	color: var(--bpwh-white);
}

.bpwh-portal {
	--bpwh-portal-band: clamp(430px, 54svh, 620px);
	min-height: 100svh;
	background:
		linear-gradient(180deg, rgba(7, 26, 51, 0.98) 0, rgba(7, 26, 51, 0.88) var(--bpwh-portal-band), var(--bpwh-paper) var(--bpwh-portal-band)),
		var(--bpwh-paper);
}

.bpwh-section--portal-app {
	padding-top: 76px;
}

.bpwh-section--portal-app h1 {
	margin: 0;
	color: var(--bpwh-white);
	font-family: var(--bpwh-display);
	font-size: clamp(42px, 7vw, 88px);
	line-height: 0.94;
}

.bpwh-section--portal-app .bpwh-section__intro p:not(.bpwh-kicker) {
	color: rgba(255, 255, 255, 0.82);
}

.bpwh-portal-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-top: 56px;
}

.bpwh-portal-panel {
	background: var(--bpwh-white);
	box-shadow: var(--bpwh-shadow);
	padding: 28px;
}

.bpwh-portal-panel h2 {
	font-family: var(--bpwh-body);
	font-size: 22px;
	line-height: 1.1;
}

.bpwh-portal-panel article {
	display: grid;
	gap: 8px;
	padding: 18px 0;
	border-bottom: 1px solid var(--bpwh-line);
}

.bpwh-portal-panel article:last-child {
	border-bottom: 0;
}

.bpwh-portal-panel span,
.bpwh-portal-panel p,
.bpwh-empty {
	margin: 0;
	color: var(--bpwh-ink-soft);
	line-height: 1.45;
}

.bpwh-portal-grid > .bpwh-empty {
	color: rgba(255, 255, 255, 0.82);
}

.bpwh-inline-pay {
	width: max-content;
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid var(--bpwh-copper);
	background: var(--bpwh-copper);
	color: var(--bpwh-white);
	font-weight: 800;
}

@keyframes bpwh-hero-breathe {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(1.04);
	}
}

@keyframes bpwh-rise {
	from {
		opacity: 0;
		transform: translateY(28px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes bpwh-pulse-in {
	from {
		opacity: 0;
		transform: translateY(-6px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 860px) {
	.bpwh-portal {
		--bpwh-portal-band: 500px;
	}

	.bpwh-nav {
		align-items: flex-start;
	}

	.bpwh-nav__actions {
		flex-direction: column;
		align-items: flex-end;
		gap: 8px;
	}

	.bpwh-nav__actions a {
		white-space: nowrap;
	}

	.bpwh-hero {
		min-height: 86svh;
		background-position: 63% center;
	}

	.bpwh-hero__content {
		margin-bottom: 54px;
	}

	.bpwh-section--portal-app {
		padding-top: 68px;
	}

	.bpwh-service-lines,
	.bpwh-section--booking,
	.bpwh-portal-grid,
	.bpwh-booking,
	.bpwh-contact {
		grid-template-columns: 1fr;
	}

	.bpwh-service-lines p {
		min-height: 96px;
		border-right: 0;
		border-bottom: 1px solid var(--bpwh-line);
	}

	.bpwh-service-lines p:last-child {
		border-bottom: 0;
	}
}

@media (max-width: 560px) {
	.bpwh-nav {
		width: min(100% - 32px, 1180px);
		gap: 12px;
	}

	.bpwh-brand {
		gap: 12px;
		font-size: 18px;
		line-height: 1.25;
	}

	.bpwh-brand img {
		width: 48px;
		height: 48px;
	}

	.bpwh-nav__actions a:nth-child(2) {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 1ms !important;
		transition-duration: 1ms !important;
		scroll-behavior: auto !important;
	}
}
