:root{
	--main-color: rgb(201,21,61);
	--main-color-rgb: 201,21,61;
	--branta-green: #cdd775;
	--branta-water: #168fe2;
	--branta-teal: #00bb98;
	--branta-ink: #111b19;
	--branta-soft: #f2fbfa;
}
html,
body,
.page-wrapper{
	overflow-x: hidden;
}
.logo-box .logo img,
.nav-logo img,
.footer-two_logo img{
	width: 156px;
	height: auto;
	object-fit: contain;
}
.main-header .header-lower .logo-box{
	margin-right: 36px;
}
.main-header .header-lower .logo-box .logo{
	padding: 12px 0;
}
.branta-logo-lockup{
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 800;
	color: var(--branta-ink);
	font-size: 22px;
	letter-spacing: -0.03em;
}
.logo-box .logo .branta-logo-lockup img,
.nav-logo .branta-logo-lockup img,
.footer-two_logo .branta-logo-lockup img,
.branta-logo-lockup img{
	width: 215px;
	height: auto;
	max-height: 60px;
	border-radius: 0;
	object-fit: contain;
	object-position: center;
}
.header-style-two .main-menu .navigation > li > a{
	font-weight: 700;
}
.main-header_button .theme-btn,
.subscribe-form_two button{
	background-color: var(--main-color);
}
.page-title.style-two{
	background-color: #18203a;
}
.page-title.style-two:before{
	opacity: 0.48;
}
.about-page{
	position: relative;
	padding: 105px 0;
	background: linear-gradient(180deg, #fff 0%, var(--branta-soft) 100%);
}
.about-page:before{
	content: "";
	position: absolute;
	inset: 0;
	background-image: url(../images/background/map.png);
	background-repeat: no-repeat;
	background-position: left 120px;
	opacity: 0.08;
	pointer-events: none;
}
.about-page .auto-container{
	position: relative;
}
.about-hero{
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
	gap: 48px;
	align-items: center;
	margin-bottom: 58px;
}
.about-photo{
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	background: var(--white-color);
	box-shadow: 0 24px 58px rgba(18,30,28,0.14);
}
.about-photo img{
	display: block;
	width: 100%;
	aspect-ratio: 1.26 / 1;
	object-fit: cover;
}
.about-photo-caption{
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 24px;
	padding: 18px 20px;
	border-radius: 6px;
	background: rgba(17,27,25,0.78);
	color: var(--white-color);
	font-weight: 800;
	line-height: 1.45;
}
.about-kicker{
	color: var(--branta-teal);
	font-family: "La Belle Aurore", cursive;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 12px;
}
.about-hero h2,
.about-section-title h2{
	color: var(--branta-ink);
	font-size: 52px;
	font-weight: 800;
	line-height: 1.05;
	margin-bottom: 18px;
}
.about-lead{
	color: #52635f;
	font-size: 18px;
	line-height: 1.8;
}
.about-highlight-grid{
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 30px;
}
.about-highlight{
	padding: 20px 18px;
	border-radius: 6px;
	background: var(--white-color);
	box-shadow: 0 15px 36px rgba(18,30,28,0.08);
}
.about-highlight strong{
	display: block;
	color: var(--main-color);
	font-size: 26px;
	line-height: 1;
	margin-bottom: 8px;
}
.about-highlight span{
	display: block;
	color: #65736f;
	font-size: 14px;
	line-height: 1.45;
}
.about-section-title{
	max-width: 820px;
	margin: 64px 0 30px;
}
.about-section-title h2{
	font-size: 42px;
}
.about-panel,
.about-card,
.tour-note,
.quote-panel{
	padding: 34px;
	border-radius: 8px;
	background: var(--white-color);
	box-shadow: 0 18px 45px rgba(18,30,28,0.08);
}
.about-panel p,
.about-card p,
.about-card li,
.tour-note p,
.tour-note li,
.quote-panel p{
	color: #4d5b58;
	font-size: 16px;
	line-height: 1.78;
}
.about-panel p,
.about-card p,
.tour-note p,
.quote-panel p{
	margin-bottom: 13px;
}
.tour-note img{
	display: block;
	width: 100%;
	max-height: 240px;
	margin-bottom: 24px;
	border-radius: 8px;
	object-fit: cover;
	box-shadow: 0 18px 45px rgba(18,30,28,0.12);
}
.about-panel strong,
.about-card strong,
.tour-note strong,
.quote-panel strong{
	color: var(--branta-ink);
}
.about-panel em,
.tour-note em{
	color: var(--branta-ink);
}
.about-panel a,
.about-card a,
.tour-note a,
.quote-panel a{
	color: var(--main-color);
	font-weight: 800;
}
.about-grid{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
	align-items: start;
}
.about-card.wide,
.tour-note.wide{
	grid-column: 1 / -1;
}
.about-card h3,
.tour-note h3,
.quote-panel h3{
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--branta-ink);
	font-size: 28px;
	font-weight: 800;
	margin-bottom: 20px;
}
.about-card h3:before,
.tour-note h3:before,
.quote-panel h3:before{
	content: "";
	width: 12px;
	height: 36px;
	border-radius: 10px;
	background: var(--main-color);
	flex: 0 0 auto;
}
.about-card ul,
.tour-note ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.about-card li,
.tour-note li{
	position: relative;
	padding-left: 26px;
	margin-bottom: 11px;
}
.about-card li:before,
.tour-note li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--branta-teal);
}
.number-list{
	counter-reset: branta-counter;
}
.number-list li{
	padding-left: 48px;
}
.number-list li:before{
	counter-increment: branta-counter;
	content: counter(branta-counter);
	top: 0;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white-color);
	font-size: 13px;
	font-weight: 900;
	background: var(--main-color);
}
.image-callout{
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 30px;
	align-items: center;
}
.image-callout img{
	display: block;
	width: 100%;
	border-radius: 8px;
	object-fit: cover;
	box-shadow: 0 18px 45px rgba(18,30,28,0.12);
}
.conservation-band{
	margin-top: 30px;
	padding: 40px;
	border-radius: 8px;
	background: #FBFCED;
	box-shadow: 0 18px 45px rgba(18,30,28,0.08);
}
.conservation-band h3{
	color: var(--branta-ink);
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 18px;
}
.conservation-band p{
	color: #4d5b58;
	font-size: 16px;
	line-height: 1.78;
}
.conservation-band a{
	color: var(--main-color);
	text-decoration: underline;
	font-weight: 800;
}
.tour-notes{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
}
.final-cta{
	margin-top: 34px;
	text-align: center;
}
.final-cta .theme-btn{
	background: var(--main-color);
}
.footer-two_logo .branta-logo-lockup{
	color: var(--white-color);
}
.footer-two_list li i{
	color: var(--branta-teal);
}
@media (max-width: 991px){
	.about-hero,
	.about-grid,
	.image-callout,
	.tour-notes{
		grid-template-columns: 1fr;
	}
	.about-highlight-grid{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.about-hero h2{
		font-size: 42px;
	}
}
@media (max-width: 575px){
	.about-page{
		padding: 72px 0;
	}
	.about-panel,
	.about-card,
	.tour-note,
	.quote-panel,
	.conservation-band{
		padding: 26px 22px;
	}
	.about-highlight-grid{
		grid-template-columns: 1fr;
	}
	.about-section-title h2{
		font-size: 34px;
	}
	.about-photo-caption{
		position: static;
		border-radius: 0;
	}
}
