:root {
	--ba-ink: #221812;
	--ba-muted: #6d5b4e;
	--ba-paper: #fffaf2;
	--ba-card: #ffffff;
	--ba-gold: #c58a32;
	--ba-green: #345b45;
	--ba-wine: #7a2635;
	--ba-line: rgba(34, 24, 18, 0.14);
}

body {
	background: var(--ba-paper);
	color: var(--ba-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: 0;
}

body.home {
	background:
		linear-gradient(90deg, rgba(255, 121, 0, 0.045) 1px, transparent 1px),
		linear-gradient(180deg, #f1e7dc 0%, #ded0c1 100%);
	background-size: 44px 44px, auto;
	color: #180c09;
}

body.home .site-main,
body.home .page-content,
body.home .elementor-location-single,
body.home .elementor {
	background: transparent;
}

body.home .elementor-location-header {
	background: transparent;
}

body.home .ba-theme-header .elementor-element-baDia01 a,
body.home .ba-theme-header .elementor-element-baNoi01 a,
body.home .ba-theme-header .elementor-element-baDia01 .elementor-heading-title,
body.home .ba-theme-header .elementor-element-baNoi01 .elementor-heading-title {
	color: #180c09 !important;
	text-shadow: none;
}

body.home .ba-theme-header .elementor-element-baDia01 a:hover,
body.home .ba-theme-header .elementor-element-baDia01 a:focus,
body.home .ba-theme-header .elementor-element-baNoi01 a:hover,
body.home .ba-theme-header .elementor-element-baNoi01 a:focus {
	color: #ff7900 !important;
	text-shadow: 0 0 14px rgba(255, 121, 0, 0.18);
}

body.home .page-header,
body.home .entry-title,
body.home .elementor-location-footer,
body.home footer:not(.ba-home-footer) {
	display: none !important;
}

.ba-home-landing {
	box-sizing: border-box;
	color: #180c09;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	width: 100vw;
}

.ba-home-landing * {
	box-sizing: border-box;
}

.ba-home-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(330px, .94fr);
	min-height: calc(100vh - 120px);
	position: relative;
}

.ba-home-hero__media {
	min-height: 620px;
	overflow: hidden;
	position: relative;
}

.ba-home-slide {
	inset: 0;
	margin: 0;
	opacity: 0;
	position: absolute;
	transform: scale(1.03);
	transition: opacity 700ms ease, transform 900ms ease;
}

.ba-home-slide.is-active {
	opacity: 1;
	transform: scale(1);
}

.ba-home-slide::after {
	background: linear-gradient(90deg, rgba(24, 12, 9, .16), rgba(24, 12, 9, 0));
	content: "";
	inset: 0;
	position: absolute;
}

.ba-home-slide img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ba-home-hero__content {
	align-self: center;
	padding: clamp(42px, 7vw, 96px) clamp(24px, 5vw, 72px);
	position: relative;
	z-index: 1;
}

.ba-home-eyebrow {
	color: #ff7900;
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: clamp(24px, 3vw, 38px);
	letter-spacing: .08em;
	line-height: 1;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.ba-home-hero h1 {
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: clamp(62px, 9vw, 132px);
	font-weight: 400;
	letter-spacing: .01em;
	line-height: .86;
	margin: 0;
	max-width: 650px;
	text-transform: uppercase;
}

.ba-home-hero__content > p:not(.ba-home-eyebrow) {
	color: rgba(24, 12, 9, .78);
	font-size: clamp(17px, 1.7vw, 22px);
	line-height: 1.45;
	margin: 24px 0 0;
	max-width: 620px;
}

.ba-home-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.ba-home-actions a {
	align-items: center;
	background: #180c09;
	border: 1px solid #180c09;
	color: #fff7ee;
	display: inline-flex;
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: 26px;
	letter-spacing: .06em;
	line-height: 1;
	min-height: 52px;
	padding: 0 22px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.ba-home-actions a + a {
	background: transparent;
	color: #180c09;
}

.ba-home-actions a:hover,
.ba-home-actions a:focus {
	background: #ff7900;
	border-color: #ff7900;
	color: #180c09;
	outline: 0;
	transform: translateY(-2px);
}

.ba-home-slider-nav {
	align-items: stretch;
	bottom: clamp(18px, 3vw, 34px);
	display: flex;
	gap: 8px;
	left: clamp(18px, 3vw, 34px);
	position: absolute;
	z-index: 2;
}

.ba-home-slider-nav button {
	background: rgba(255, 247, 238, .9);
	border: 1px solid rgba(24, 12, 9, .18);
	color: #180c09;
	cursor: pointer;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .05em;
	min-height: 42px;
	padding: 0 14px;
	text-transform: uppercase;
}

.ba-home-slider-nav button.is-active,
.ba-home-slider-nav button:hover,
.ba-home-slider-nav button:focus {
	background: #ff7900;
	border-color: #ff7900;
	outline: 0;
}

.ba-home-highlights {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1320px;
	padding: 0 clamp(18px, 4vw, 56px) clamp(48px, 7vw, 88px);
}

.ba-home-highlights article {
	background: rgba(255, 247, 238, .68);
	border-top: 3px solid #ff7900;
	padding: clamp(24px, 4vw, 42px);
}

.ba-home-highlights span {
	color: #ff7900;
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: 30px;
}

.ba-home-highlights h2 {
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 400;
	line-height: .95;
	margin: 10px 0 12px;
	text-transform: uppercase;
}

.ba-home-highlights p {
	color: rgba(24, 12, 9, .72);
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}

.ba-home-about {
	align-items: end;
	display: grid;
	gap: clamp(24px, 5vw, 70px);
	grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr);
	margin: 0 auto;
	max-width: 1320px;
	padding: clamp(34px, 5vw, 64px) clamp(18px, 4vw, 56px);
}

.ba-home-about h2,
.ba-home-contact h2 {
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: clamp(46px, 7vw, 88px);
	font-weight: 400;
	letter-spacing: .01em;
	line-height: .9;
	margin: 0;
	text-transform: uppercase;
}

.ba-home-about > p {
	border-left: 3px solid #ff7900;
	color: rgba(24, 12, 9, .76);
	font-size: clamp(18px, 1.9vw, 24px);
	line-height: 1.46;
	margin: 0;
	padding-left: clamp(18px, 3vw, 34px);
}

.ba-home-contact {
	background: #180c09;
	color: #fff7ee;
	display: grid;
	gap: clamp(28px, 5vw, 64px);
	grid-template-columns: minmax(280px, .85fr) minmax(320px, 1.15fr);
	padding: clamp(38px, 6vw, 70px) clamp(18px, 5vw, 72px);
}

.ba-home-contact .ba-home-eyebrow {
	margin-bottom: 14px;
}

.ba-home-contact h2 {
	color: #fff7ee;
	max-width: 560px;
}

.ba-home-contact ul {
	display: grid;
	gap: 14px;
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
}

.ba-home-contact li {
	border-top: 1px solid rgba(255, 247, 238, .16);
	display: grid;
	gap: 4px;
	padding-top: 14px;
}

.ba-home-contact strong {
	color: #ff7900;
	font-size: 12px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ba-home-contact a,
.ba-home-contact span {
	color: #fff7ee;
	font-size: clamp(18px, 2vw, 24px);
	text-decoration: none;
}

.ba-home-contact a:hover,
.ba-home-contact a:focus {
	color: #ff7900;
	outline: 0;
}

.ba-home-map {
	background: rgba(255, 247, 238, .08);
	min-height: 420px;
	overflow: hidden;
}

.ba-home-map iframe {
	border: 0;
	display: block;
	filter: grayscale(.2) contrast(1.05);
	height: 100%;
	min-height: 420px;
	width: 100%;
}

.ba-home-footer {
	align-items: center;
	background: #110806;
	color: rgba(255, 247, 238, .72);
	display: flex;
	gap: 16px;
	justify-content: space-between;
	padding: 20px clamp(18px, 5vw, 72px);
}

.ba-home-footer span {
	color: #ff7900;
	font-family: "Bebas Neue", Impact, sans-serif;
	font-size: 28px;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.ba-home-footer div {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 22px;
}

.ba-home-footer a {
	color: rgba(255, 247, 238, .82);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .04em;
	text-decoration: none;
	text-transform: uppercase;
}

.ba-home-footer a:hover,
.ba-home-footer a:focus {
	color: #ff7900;
	outline: 0;
}

.ba-header-menu {
	align-items: center;
	box-sizing: border-box;
	display: grid;
	gap: clamp(18px, 4vw, 72px);
	grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr);
	margin: 0 auto;
	max-width: 980px;
	padding: 18px clamp(18px, 4vw, 44px);
	width: 100%;
}

.ba-header-menu .elementor-widget-image {
	justify-self: center;
	margin: 0 !important;
	width: auto !important;
}

.ba-header-menu .elementor-widget-image img {
	display: block;
	height: auto;
	max-width: clamp(112px, 15vw, 174px) !important;
	width: clamp(112px, 15vw, 174px) !important;
}

.ba-header-menu__link {
	color: #fff7ee;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: clamp(15px, 1.4vw, 18px);
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1;
	padding: 12px 0;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.ba-header-menu__link::after {
	background: #ff7900;
	bottom: 4px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 180ms ease;
	width: 100%;
}

.ba-header-menu__link:hover,
.ba-header-menu__link:focus {
	color: #ff7900;
	outline: 0;
}

.ba-header-menu__link:hover::after,
.ba-header-menu__link:focus::after {
	transform: scaleX(1);
}

.ba-header-menu__link--day {
	justify-self: end;
	text-align: right;
}

.ba-header-menu__link--night {
	justify-self: start;
	text-align: left;
}

.ba-theme-header {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1280px;
	min-height: 150px;
	padding: 24px clamp(22px, 4vw, 56px);
	width: 100%;
}

.ba-theme-header > .e-con-inner {
	align-items: center !important;
	display: grid !important;
	gap: clamp(28px, 5vw, 86px) !important;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
	justify-content: center !important;
	max-width: 1280px !important;
	width: 100% !important;
}

.ba-theme-header .elementor-element {
	min-width: 0;
}

.ba-theme-header .elementor-element-baDia01 a,
.ba-theme-header .elementor-element-baNoi01 a,
.ba-theme-header .elementor-element-baDia01 .elementor-heading-title,
.ba-theme-header .elementor-element-baNoi01 .elementor-heading-title,
.ba-theme-header-link a,
.ba-theme-header-link .elementor-heading-title {
	color: #fff7ee !important;
	font-family: "Bebas Neue", Impact, sans-serif !important;
	font-size: clamp(22px, 2.15vw, 33px) !important;
	font-weight: 400 !important;
	letter-spacing: 0.06em !important;
	line-height: 1 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	white-space: nowrap;
}

.ba-theme-header .elementor-element-baDia01 a,
.ba-theme-header .elementor-element-baNoi01 a,
.ba-theme-header-link a {
	display: inline-block;
	padding: 12px 2px;
	position: relative;
	text-shadow: 0 0 0 rgba(255, 121, 0, 0);
	transition: color 180ms ease, transform 180ms ease, text-shadow 180ms ease;
}

.ba-theme-header .elementor-element-baDia01 a::after,
.ba-theme-header .elementor-element-baNoi01 a::after,
.ba-theme-header-link a::after {
	background: #ff7900;
	bottom: 2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 220ms ease;
	width: 100%;
}

.ba-theme-header .elementor-element-baDia01 a:hover,
.ba-theme-header .elementor-element-baDia01 a:focus,
.ba-theme-header .elementor-element-baNoi01 a:hover,
.ba-theme-header .elementor-element-baNoi01 a:focus,
.ba-theme-header-link a:hover,
.ba-theme-header-link a:focus {
	color: #ff7900 !important;
	outline: 0;
	text-shadow: 0 0 18px rgba(255, 121, 0, 0.32);
	transform: translateY(-2px);
}

.ba-theme-header .elementor-element-baDia01 a:hover::after,
.ba-theme-header .elementor-element-baDia01 a:focus::after,
.ba-theme-header .elementor-element-baNoi01 a:hover::after,
.ba-theme-header .elementor-element-baNoi01 a:focus::after,
.ba-theme-header-link a:hover::after,
.ba-theme-header-link a:focus::after {
	transform: scaleX(1);
}

.page-id-7 .ba-theme-header .elementor-element-baDia01 a,
.page-id-7 .ba-theme-header .elementor-element-baNoi01 a,
.page-id-7 .ba-theme-header .elementor-element-baDia01 .elementor-heading-title,
.page-id-7 .ba-theme-header .elementor-element-baNoi01 .elementor-heading-title {
	color: #180c09 !important;
}

.page-id-7 .ba-theme-header .elementor-element-baDia01 a:hover,
.page-id-7 .ba-theme-header .elementor-element-baDia01 a:focus,
.page-id-7 .ba-theme-header .elementor-element-baNoi01 a:hover,
.page-id-7 .ba-theme-header .elementor-element-baNoi01 a:focus {
	color: #ff7900 !important;
}

.ba-theme-header .elementor-element-baDia01 {
	grid-column: 1 !important;
	justify-self: end;
	padding-right: 0;
	text-align: right;
}

.ba-theme-header .elementor-element-baNoi01 {
	grid-column: 3 !important;
	justify-self: start;
	padding-left: 0;
	text-align: left;
}

.ba-theme-header .elementor-element-d15dad1,
.ba-theme-header-logo {
	grid-column: 2 !important;
	justify-self: center !important;
	position: static !important;
	transform: none !important;
	z-index: 2;
}

.ba-theme-header .elementor-element-d15dad1 img,
.ba-theme-header-logo img {
	display: block;
	height: auto;
	max-width: clamp(126px, 12vw, 172px) !important;
	width: clamp(126px, 12vw, 172px) !important;
}

.ba-page {
	background:
		linear-gradient(180deg, rgba(255, 250, 242, 0.96), rgba(255, 250, 242, 1)),
		radial-gradient(circle at top left, rgba(197, 138, 50, 0.18), transparent 32rem);
	min-height: 100vh;
}

.ba-wrap {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1080px;
	padding: 28px 18px 44px;
	width: 100%;
}

.ba-hero {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
	min-height: 72vh;
}

.ba-logo {
	align-items: center;
	display: inline-flex;
	gap: 12px;
	margin-bottom: 34px;
}

.ba-logo-mark {
	align-items: center;
	background: var(--ba-ink);
	border-radius: 50%;
	color: #fff6e8;
	display: inline-flex;
	font-family: Georgia, serif;
	font-size: 19px;
	font-weight: 700;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.ba-logo-text {
	display: grid;
	gap: 2px;
}

.ba-logo-title {
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ba-logo-sub {
	color: var(--ba-muted);
	font-size: 13px;
}

.ba-eyebrow {
	color: var(--ba-green);
	font-size: 13px;
	font-weight: 800;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.ba-title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(46px, 10vw, 86px);
	letter-spacing: 0;
	line-height: 0.92;
	margin: 0;
}

.ba-subtitle {
	color: var(--ba-muted);
	font-size: 20px;
	line-height: 1.45;
	margin: 22px 0 0;
	max-width: 620px;
}

.ba-location {
	color: var(--ba-ink);
	font-size: 15px;
	font-weight: 700;
	margin: 18px 0 0;
}

.ba-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.ba-button {
	align-items: center;
	background: var(--ba-ink);
	border: 1px solid var(--ba-ink);
	border-radius: 999px;
	color: #fffaf2;
	display: inline-flex;
	font-size: 15px;
	font-weight: 800;
	min-height: 46px;
	padding: 0 18px;
	text-decoration: none;
}

.ba-button.secondary {
	background: transparent;
	color: var(--ba-ink);
}

.ba-photo {
	aspect-ratio: 4 / 5;
	background:
		linear-gradient(145deg, rgba(34, 24, 18, 0.08), rgba(197, 138, 50, 0.16)),
		#efe1cc;
	border: 1px solid var(--ba-line);
	border-radius: 8px;
	display: grid;
	min-height: 360px;
	overflow: hidden;
	place-items: center;
	position: relative;
}

.ba-photo span {
	color: var(--ba-muted);
	font-size: 14px;
	font-weight: 700;
	padding: 18px;
	text-align: center;
}

.ba-info {
	border-top: 1px solid var(--ba-line);
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 18px;
	padding-top: 22px;
}

.ba-info h2,
.ba-info h3,
.ba-menu-section h2 {
	font-size: 14px;
	letter-spacing: 0;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.ba-info p {
	color: var(--ba-muted);
	line-height: 1.55;
	margin: 0;
}

.ba-menu-header {
	padding: 18px 0 22px;
}

.ba-menu-title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(40px, 11vw, 68px);
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
}

.ba-menu-subtitle {
	color: var(--ba-muted);
	font-size: 17px;
	line-height: 1.45;
	margin: 12px 0 0;
}

.ba-menu-grid {
	display: grid;
	gap: 14px;
}

.ba-menu-section {
	background: var(--ba-card);
	border: 1px solid var(--ba-line);
	border-radius: 8px;
	padding: 18px;
}

.ba-menu-list {
	display: grid;
	gap: 12px;
	margin-top: 14px;
}

.ba-menu-item {
	border-top: 1px solid var(--ba-line);
	display: grid;
	gap: 4px;
	padding-top: 12px;
}

.ba-menu-item:first-child {
	border-top: 0;
	padding-top: 0;
}

.ba-menu-item strong {
	font-size: 16px;
}

.ba-menu-item p {
	color: var(--ba-muted);
	line-height: 1.45;
	margin: 0;
}

.ba-price {
	color: var(--ba-wine);
	font-weight: 900;
}

.ba-back {
	margin-top: 22px;
}

@media (max-width: 760px) {
	.ba-home-hero {
		display: flex;
		flex-direction: column;
		min-height: 0;
	}

	.ba-home-hero__media {
		min-height: 42vh;
		order: 2;
	}

	.ba-home-hero__content {
		order: 1;
		padding: 24px 18px 22px;
	}

	.ba-home-hero h1 {
		font-size: clamp(46px, 15vw, 72px);
		line-height: .9;
	}

	.ba-home-hero__content > p:not(.ba-home-eyebrow) {
		font-size: 16px;
		line-height: 1.42;
		margin-top: 16px;
	}

	.ba-home-eyebrow {
		font-size: 23px;
		margin-bottom: 10px;
	}

	.ba-home-actions {
		display: grid;
		gap: 8px;
		margin-top: 22px;
	}

	.ba-home-actions a {
		font-size: 22px;
		justify-content: center;
		min-height: 46px;
	}

	.ba-home-slider-nav {
		bottom: 14px;
		left: 14px;
		right: 14px;
		overflow-x: auto;
	}

	.ba-home-slider-nav button {
		flex: 0 0 auto;
	}

	.ba-home-highlights {
		grid-template-columns: 1fr;
		padding: 0 18px 48px;
	}

	.ba-home-about,
	.ba-home-contact {
		grid-template-columns: 1fr;
	}

	.ba-home-about {
		padding: 32px 18px;
	}

	.ba-home-about h2,
	.ba-home-contact h2 {
		font-size: clamp(42px, 14vw, 64px);
	}

	.ba-home-about > p {
		font-size: 16px;
		padding-left: 16px;
	}

	.ba-home-contact {
		padding: 34px 18px;
	}

	.ba-home-map,
	.ba-home-map iframe {
		min-height: 320px;
	}

	.ba-home-footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.ba-header-menu {
		gap: 10px 16px;
		grid-template-columns: 1fr 1fr;
		max-width: 520px;
		padding: 14px 16px 18px;
	}

	.ba-header-menu .elementor-widget-image {
		grid-column: 1 / -1;
		grid-row: 1;
	}

	.ba-header-menu .elementor-widget-image img {
		max-width: 112px !important;
		width: 112px !important;
	}

	.ba-header-menu__link {
		font-size: 13px;
		letter-spacing: 0.03em;
		padding: 8px 0;
	}

	.ba-header-menu__link--day {
		grid-column: 1;
		grid-row: 2;
		justify-self: end;
	}

	.ba-header-menu__link--night {
		grid-column: 2;
		grid-row: 2;
		justify-self: start;
	}

	.ba-theme-header {
		max-width: 520px;
		padding: 12px 14px 16px;
	}

	.ba-theme-header > .e-con-inner {
		display: grid !important;
		gap: 8px 18px !important;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
		max-width: 520px !important;
		width: 100% !important;
	}

	.ba-theme-header .elementor-element-d15dad1,
	.ba-theme-header-logo {
		left: auto !important;
		position: static !important;
		top: auto !important;
		transform: none !important;
		grid-column: 1 / -1 !important;
		grid-row: 1 !important;
		justify-self: center !important;
	}

	.ba-theme-header .elementor-element-baDia01 {
		grid-column: 1 !important;
		grid-row: 2 !important;
		justify-self: end !important;
		padding-right: 0;
		text-align: right !important;
	}

	.ba-theme-header .elementor-element-baNoi01 {
		grid-column: 2 !important;
		grid-row: 2 !important;
		justify-self: start !important;
		padding-left: 0;
		text-align: left !important;
	}

	.ba-theme-header .elementor-element-baDia01 a,
	.ba-theme-header .elementor-element-baNoi01 a,
	.ba-theme-header .elementor-element-baDia01 .elementor-heading-title,
	.ba-theme-header .elementor-element-baNoi01 .elementor-heading-title,
	.ba-theme-header-link a,
	.ba-theme-header-link .elementor-heading-title {
		font-size: 19px !important;
		letter-spacing: 0.04em !important;
	}

	.ba-theme-header .elementor-element-d15dad1 img,
	.ba-theme-header-logo img {
		max-width: 116px !important;
		width: 116px !important;
	}

	.ba-wrap {
		padding: 22px 14px 34px;
	}

	.ba-hero {
		display: block;
		min-height: 0;
	}

	.ba-logo {
		margin-bottom: 26px;
	}

	.ba-subtitle {
		font-size: 18px;
	}

	.ba-actions {
		display: grid;
	}

	.ba-button {
		justify-content: center;
		width: 100%;
	}

	.ba-photo {
		aspect-ratio: 1 / 1;
		margin-top: 28px;
		min-height: 0;
	}

	.ba-info {
		grid-template-columns: 1fr;
	}
}
