: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.branta-team-simple-hero{
	padding: 76px 0 70px;
	background: #cdd775;
	background-image: none !important;
	border-top: 1px solid rgba(50,64,38,0.14);
	border-bottom: 1px solid rgba(50,64,38,0.14);
}
.page-title.style-two.branta-team-simple-hero:before{
	display: none;
}
.page-title.style-two.branta-team-simple-hero h1{
	color: #29451f;
	font-weight: 400;
}
.page-title.style-two.branta-team-simple-hero .bread-crumb li,
.page-title.style-two.branta-team-simple-hero .bread-crumb li a{
	color: #29451f;
}
.team-page{
	position: relative;
	padding: 105px 0;
	background: linear-gradient(180deg, #fff 0%, var(--branta-soft) 100%);
}
.team-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;
}
.team-page .auto-container{
	position: relative;
}
.team-hero{
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	gap: 48px;
	align-items: center;
	margin-bottom: 62px;
}
.team-hero-image{
	overflow: hidden;
	border-radius: 8px;
	background: var(--white-color);
	box-shadow: 0 24px 58px rgba(18,30,28,0.14);
}
.team-hero-image img{
	display: block;
	width: 100%;
	aspect-ratio: 1.38 / 1;
	object-fit: cover;
}
.team-kicker{
	color: var(--branta-teal);
	font-family: "La Belle Aurore", cursive;
	font-size: 29px;
	line-height: 1;
	margin-bottom: 12px;
}
.team-hero h2,
.team-section-title h2{
	color: var(--branta-ink);
	font-size: 52px;
	font-weight: 800;
	line-height: 1.05;
	margin-bottom: 18px;
}
.team-lead{
	color: #52635f;
	font-size: 18px;
	line-height: 1.8;
}
.team-stats{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 30px;
}
.team-stat{
	padding: 20px 18px;
	border-radius: 6px;
	background: var(--white-color);
	box-shadow: 0 15px 36px rgba(18,30,28,0.08);
}
.team-stat strong{
	display: block;
	color: var(--main-color);
	font-size: 28px;
	line-height: 1;
	margin-bottom: 8px;
}
.team-stat span{
	display: block;
	color: #65736f;
	font-size: 14px;
	line-height: 1.45;
}
.team-section-title{
	max-width: 760px;
	margin-bottom: 32px;
}
.team-section-title h2{
	font-size: 42px;
}
.team-grid{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
	align-items: stretch;
	margin-bottom: 64px;
}
.team-card{
	position: relative;
	display: grid;
	grid-template-columns: 218px minmax(0, 1fr);
	min-height: 100%;
	overflow: hidden;
	border-radius: 8px;
	background: var(--white-color);
	box-shadow: 0 18px 45px rgba(18,30,28,0.08);
}
.team-card.featured{
	grid-column: 1 / -1;
	grid-template-columns: 280px minmax(0, 1fr);
}
.team-card-media{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 13px;
	padding: 34px 24px;
	text-align: center;
	background:
		radial-gradient(circle at 18% 18%, rgba(205,215,117,0.95) 0 0.9rem, transparent 0.95rem),
		radial-gradient(circle at 82% 82%, rgba(22,143,226,0.92) 0 1.2rem, transparent 1.2rem),
		linear-gradient(145deg, #f7fbef 0%, #e8f8f5 48%, #fff 100%);
	border-right: 1px solid rgba(18,30,28,0.08);
	min-height: 100%;
}
.team-card-media:before{
	content: "";
	position: absolute;
	inset: 0;
	background-image: url(../images/background/map.png);
	background-size: 520px auto;
	background-position: center;
	opacity: 0.08;
	pointer-events: none;
}
.team-card-media > *{
	position: relative;
	z-index: 1;
}
.team-portrait{
	position: relative;
	width: min(132px, 100%);
	aspect-ratio: 4 / 5;
	margin: 0;
	padding: 7px;
	border-radius: 26px;
	background: var(--white-color);
	box-shadow: 0 18px 38px rgba(18,30,28,0.16);
}
.team-card.featured .team-portrait{
	width: min(150px, 100%);
}
.team-portrait:after{
	content: "";
	position: absolute;
	right: -10px;
	bottom: 18px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--branta-teal);
	border: 5px solid var(--white-color);
	box-shadow: 0 8px 18px rgba(18,30,28,0.14);
}
.team-portrait img{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
	object-position: center top;
}
.team-card-media strong{
	color: var(--branta-ink);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.2;
}
.team-card-media small{
	display: inline-flex;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(0,187,152,0.12);
	color: #008873;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
}
.team-card-body{
	padding: 34px;
}
.team-card h3{
	color: var(--branta-ink);
	font-size: 28px;
	font-weight: 800;
	margin-bottom: 8px;
}
.team-role{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--main-color);
	font-weight: 800;
	margin-bottom: 18px;
}
.team-role:before{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--branta-teal);
}
.team-card p,
.info-card p,
.info-card li{
	color: #4d5b58;
	font-size: 16px;
	line-height: 1.76;
}
.team-card p{
	margin-bottom: 12px;
}
.team-card a,
.info-card a{
	color: var(--main-color);
	font-weight: 800;
}
.team-tags{
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 20px;
}
.team-tags span{
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(var(--main-color-rgb),0.08);
	color: var(--main-color);
	font-size: 13px;
	font-weight: 800;
}
.info-grid{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
	align-items: start;
}
.info-card{
	padding: 34px;
	border-radius: 8px;
	background: var(--white-color);
	box-shadow: 0 18px 45px rgba(18,30,28,0.08);
}
.info-card.wide{
	grid-column: 1 / -1;
}
.info-card h3{
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--branta-ink);
	font-size: 28px;
	font-weight: 800;
	margin-bottom: 20px;
}
.info-card h3:before{
	content: "";
	width: 12px;
	height: 36px;
	border-radius: 10px;
	background: var(--main-color);
	flex: 0 0 auto;
}
.info-card p{
	margin-bottom: 12px;
}
.info-card ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.info-card li{
	position: relative;
	padding-left: 22px;
	margin-bottom: 10px;
}
.info-card li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--branta-teal);
}
.payment-panel{
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: 24px;
	margin-top: 20px;
	padding: 24px;
	border-radius: 8px;
	background: #f5fbfa;
	border: 1px solid rgba(0,187,152,0.18);
}
.payment-panel strong{
	color: var(--branta-ink);
}
.footer-two_logo .branta-logo-lockup{
	color: var(--white-color);
}
.footer-two_list li i{
	color: var(--branta-teal);
}
@media (max-width: 1199px){
	.team-card,
	.team-card.featured{
		grid-template-columns: 1fr;
	}
	.team-card-media{
		min-height: 220px;
		border-right: 0;
		border-bottom: 1px solid rgba(18,30,28,0.08);
	}
}
@media (max-width: 991px){
	.team-hero,
	.team-grid,
	.info-grid,
	.payment-panel{
		grid-template-columns: 1fr;
	}
	.team-card.featured{
		grid-column: auto;
	}
	.team-stats{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.team-hero h2{
		font-size: 42px;
	}
}
@media (max-width: 575px){
	.team-page{
		padding: 72px 0;
	}
	.team-card-body,
	.info-card{
		padding: 26px 22px;
	}
	.team-stats{
		grid-template-columns: 1fr;
	}
	.team-card h3,
	.info-card h3{
		font-size: 24px;
	}
	.team-section-title h2{
		font-size: 34px;
	}
}
