@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

.header-layout-2 .website-header-container{
	height:80px !important;
}

.with-top-bar .website-top-bar{
	background: linear-gradient(90deg, #FF9818 0%, #FA4E09 100%);
	height: 48px !important;
}
.website-top-bar-list.open_today {
	justify-content: end;
}
.with-top-bar .website-top-bar-list-item>a {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
}
ul#menu-main-menu
{
	min-height: 80px !important;
	max-height: 80px !important;
}

.website-items>.current-menu-item>a:before, .website-items>.menu-item:not(:has(.current-menu-item))>a:hover:before {
	background-color: var(--primary-color);
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}
.herooverly {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #00000080;
	top: 0;
}
/* Hero Section Container */
.hero-slider .slide-text-holder {
	align-items: start;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 2rem;
	justify-content: center;
	width: 100%;
	max-width: var(--layout-width);
}
/* Heading Styles */
.slide-text-holder h1 {
	color: #FFF;
	font-family: Roboto;
	font-size: 64px;
	font-style: normal;
	font-weight: 900;
	line-height: 72px;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.slide-text-holder h1 span {
	display: block;
	color: #ff8c00;
	background: linear-gradient(90deg, #FF9818 0%, #FA4E09 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: Roboto;
	font-size: 64px;
	font-style: normal;
	font-weight: 900;
	line-height: 72px;
	letter-spacing: -1px;
	text-transform: uppercase;
}

/* Tagline */
.hero-slider .slide-tag-line {
	max-width: 60%;
	padding: .5rem 10px;
	width: auto;
	color: #FFF;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 200;
	line-height: 26px;
	letter-spacing: 0;
	text-align: left;
}

/* Button Container */
.slide-actions {
	display: flex;
	gap: 1rem;
	margin-bottom: 2rem;
	flex-wrap: wrap;
	justify-content: flex-start;
}

/* Base Button Styles */
.slider-action-button {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 1rem 2rem;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 50px;
	transition: all 0.3s ease;
	cursor: pointer;
	border: 2px solid transparent;
	letter-spacing: 0.5px;
}

/* Primary Button (Orange) */
.primary-button {
	color: #ffffff;
	border-radius: 999px;
	background: linear-gradient(90deg, #FF9818 0%, #FA4E09 100%);
	box-shadow: 0 4px 15px rgba(255, 140, 0, 0.3);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	max-width: 208px;
	width: 208px;
	min-width: 208px;
	height: 48px;
	box-sizing: border-box;
	padding: 0;
}

.primary-button:hover {
	background: #ff7700;
	border-color: #ff7700;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(255, 140, 0, 0.4);
}

/* Secondary Button (Transparent with Border) */
.secondary-button {
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(10px);
	width: 208px;
	min-width: 208px;
	height: 48px;
	box-sizing: border-box;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.secondary-button:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: #ffffff;
	transform: translateY(-2px);
}

/* Button Icons */
.slider-action-button i {
	font-size: 1.2rem;
}

/* Divider */
.hero-content-divider {
	border: none;
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	margin: 2rem 0 0 0;
	max-width: 300px;
}

/* Background Image */
.slide-content picture {
	z-index: 0;
}

.slide-content picture img {
	object-position: center;
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
	.slide-text-holder h1 {
		font-size: 3rem;
	}

	.slide-text-holder h1 span {
		font-size: 3rem;
	}

	.slide-tag-line {
		font-size: 1rem;
	}
	.hero__content {
		position: relative;
		z-index: 2;
		max-width: var(--layout-width);
		width: 100%;
		margin: 0 auto;
		padding: 0 50px;
	}
	.media-card {
		border-radius: 0 !important;
	}
	.about-copy {
		display: flex;
		flex-direction: column;
		gap: 0;
		padding: 50px;
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
	}
	.about-section .btn.btn-primary{
		box-sizing: border-box;
	}
	.about-section {
		width: 100%;
		padding: 0;
	}
}

@media screen and (max-width: 768px) {
	.slide-content {
		min-height: 500px;
	}

	.slide-text-holder h1 {
		font-size: 2.25rem;
	}

	.slide-text-holder h1 span {
		font-size: 2.25rem;
	}

	.slide-tag-line {
		font-size: 0.95rem;
		margin-bottom: 2rem;
	}

	.slide-actions {
		flex-direction: column;
		align-items: flex-start;
	}

	.slider-action-button {
		width: 100%;
		max-width: 300px;
		justify-content: center;
		padding: 0.875rem 1.5rem;
	}

	.hero-content-divider {
		max-width: 200px;
	}
	.about-section {
		width: 100% !important;
		padding: 0 !important;
	}
}

@media screen and (max-width: 480px) {
	.slide-description-search {
		padding: 0 1.5rem;
	}

	.slide-text-holder h1 {
		font-size: 1.75rem;
	}

	.slide-text-holder h1 span {
		font-size: 40px;
		line-height: 3rem;
	}

	.slide-tag-line {
		font-size: 0.875rem;
	}

	.slider-action-button {
		font-size: 0.875rem;
		padding: 0.75rem 1.25rem;
	}
}
h3.footer-col-title {
	color: #FFF;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0;
	text-transform: uppercase;
}
.contact-list .contact-item a {
	color: var(--footer-text-color);
	text-decoration: none;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0;
}
.footer-contact-info i {
	color: var(--primary-color);
}
.website-nav-button.website-nav-action {
	box-sizing: border-box;
	flex: 0 0 30%;
	margin-left: 0;
	overflow: hidden;
	display: flex;
	gap: 10px;
	height: 60%;
}

.website-nav-button.website-nav-action .header-action-call{
	display: flex;
	padding: 0;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 150px !important;
	box-sizing: border-box;
	min-width: 150px;
	border-radius: 999px;
	background: #FFF;
	text-transform: uppercase;
}
.website-nav-button.website-nav-action .header-action-book{
	display: flex;
	padding: 0;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 150px !important;
	box-sizing: border-box;
	min-width: 150px;
	border-radius: 999px;
	background: linear-gradient(90deg, #FF9818 0%, #FA4E09 100%);
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: uppercase;
}


@media (max-width: 768px) {
	.website-nav-button.website-nav-action{
		display:none !important;
	}
}
@media (max-width: 1024px) {
	.home-page_container .hero-slider {
		height: 700px !important;
	}
	.hero-slider .slide-content {
		top: 0 !important;
		padding: 0 48px;
	}
	.slide-actions {
		flex-direction: row;
	}
	.hero-slider .slide-text-holder{
		gap:0;
	}
	.slide-text-holder h1 {
		color: #FFF;
		font-family: Inter;
		font-size: 40px;
		font-style: normal;
		font-weight: 500;
		line-height: 3rem;
		letter-spacing: -1px;
	}
	.stats-container {
		height: fit-content !important;
	}
	.menu-open .menu-main-menu-container {
		background: #000 !important;
	}
	ul#menu-main-menu {
		min-height: fit-content !important;
		max-height: fit-content !important;
		gap: 20px;
	}
	.header-layout-8 .menu-item a, .menu-item a, .website-header-transparent .menu-item a {
		color: #FFF;
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 24px;
		letter-spacing: 0;
		text-transform: uppercase;
	}
	.website-header-container .website-navbar {
		flex-direction: row-reverse;
	}
	.website-navbar .website-nav-logo {
		max-width: fit-content;
	}
	.website-nav-button.website-nav-action {
		box-sizing: border-box;
		flex: 1;
		margin-left: 0;
		overflow: hidden;
		display: flex;
		gap: 10px;
		height: 60%;
		justify-content: center;
	}

}




/* ── HERO SECTION ── */
.hero {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

/* Real hero background image with dark overlay */
.hero__bg {
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(10, 10, 10, 0.68) 0%, rgba(10, 10, 10, 0.40) 50%, rgba(10, 10, 10, 0.18) 100%), url(https://cdn-websites.autodealersdigital.com/images/112676/editor/joVkZXZOmQ.webp) center center / cover no-repeat;
	background-position: 50% 63%;
}

/* ── TEXT CONTENT ── */
.hero__content {
	position: relative;
	z-index: 2;
	max-width: var(--layout-width);
	width: 100%;
	margin: 0 auto;
}

.hero__title {
	font-family: 'Oswald', sans-serif;
	font-size: clamp(2.2rem, 5vw, 3.6rem);
	font-weight: 700;
	color: #f97316;           /* vivid orange – matches the screenshot exactly */
	text-transform: uppercase;
	letter-spacing: 0.02em;
	line-height: 1.1;
	margin-bottom: 1rem;
	text-shadow: 0 2px 12px rgba(0,0,0,0.6);
	animation: fadeUp 0.7s ease both;
}

.hero__subtitle {
	font-family: 'Open Sans', sans-serif;
	font-size: clamp(0.9rem, 1.6vw, 1.05rem);
	font-weight: 400;
	color: rgba(235, 235, 235, 0.92);
	line-height: 1.65;
	max-width: 440px;
	text-shadow: 0 1px 6px rgba(0,0,0,0.7);
	animation: fadeUp 0.7s 0.15s ease both;
}

/* ── ANIMATIONS ── */
@keyframes fadeUp {
	from { opacity: 0; transform: translateY(18px); }
	to   { opacity: 1; transform: translateY(0);    }
}

/* ── ROAD LINE ACCENT (bottom decorative strip) ── */
.hero__road-accent {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: linear-gradient(
		to right,
		#f97316 0%,
		#fb923c 40%,
		transparent 100%
	);
}



/* ── GRID WRAPPER ── */
.services-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	max-width: var(--layout-width);
	margin: 0 auto;
	padding: 40px 0 !important;
}

/* ── CARD ── */
.card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
}

/* ── IMAGE AREA ── */
.card__img-wrap {
	position: relative;
	width: 100%;
	height: 190px;
	overflow: hidden;
	flex-shrink: 0;
}

.card__img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.card:hover .card__img-wrap img {
	transform: scale(1.05);
}

/* ── BADGE ── */
.card__badge {
	position: absolute;
	bottom: 12px;
	left: 14px;
	background: #fff;
	padding: 4px 12px;
	border-radius: 20px;
	border: 1.5px solid #e85e04;
	white-space: nowrap;
	color: #FA4E09;
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0;
}

/* ── CARD BODY ── */
.card__body {
	padding: 18px 18px 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.card__title {
	margin-bottom: 14px;
	overflow: hidden;
	color: #000;
	text-overflow: ellipsis;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: uppercase;
}

/* ── FEATURE LIST ── */
.card__list {
	list-style: none;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.card__list li {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #323945;
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
}

.card__list li::before {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #e85e04;
	flex-shrink: 0;
}

/* ── LEARN MORE LINK ── */
.card__link {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	text-decoration: none;
	transition: gap 0.2s ease, opacity 0.2s ease;
	border-top: 1px solid #f0f0f0;
	padding-top: 14px;
	color: #FA4E09;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.card__link:hover {
	gap: 10px;
	opacity: 0.8;
}

.card__link .arrow {
	font-size: 1rem;
	line-height: 1;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
	.services-grid {
		grid-template-columns: repeat(2, 1fr);
		padding: 40px !important;
	}
}

@media (max-width: 580px) {
	.services-grid {
		grid-template-columns: 1fr;
	}
}
.about-section {
	width: 100%;
	padding: 72px 0;
}

.about-inner {
	max-width: var(--layout-width);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center;
}

.about-copy {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.about-eyebrow {
	font-size: 13px;
	font-weight: 500;
	color: var(--text-sub);
	margin-bottom: 14px;
}

.about-title {
	margin-bottom: 22px;
	color: #000;
	font-family: Roboto;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: -1px;
}

.about-intro p {
	margin-bottom: 28px;
	color: #000;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
}

.btn {
	padding: 16px 40px;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-radius: 999px;
	border: none;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	justify-content: center;
	width: 100%;
	max-width: 460px;
	height: 48px;
	box-sizing: border-box;
}

.btn-primary {
	background: linear-gradient(90deg, #FF9818 0%, #FA4E09 100%);
	color: white;
	box-shadow: 0 4px 15px rgba(255, 152, 24, 0.3);
}

.btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(255, 152, 24, 0.5);
}

.about-media {
	position: relative;
}

.media-card {
	border-radius: 18px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 16px 56px rgba(0,0,0,0.13);
	aspect-ratio: 4 / 3;
}

.media-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.55s ease;
}

.media-card:hover img {
	transform: scale(1.04);
}

@media (max-width: 860px) {
	.about-inner {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.about-media {
		order: -1;
	}

	.btn {
		max-width: 100%;
	}
}
.nia-section {
	background-color: #1e1e1e;
	background-image: radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px);
	background-size: 28px 28px;
	padding: 72px 24px;
	text-align: center;
}

.nia-inner {
	max-width: var(--layout-width);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
}

.nia-title {
	color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px; 
	letter-spacing: -1px;
	text-transform: uppercase;
}

.nia-subtitle {
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: 0;
}
.nia-section .btn-primary{
	width: fit-content;
}
.nia-icon {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

@media (max-width: 480px) {
	.nia-section {
		padding: 52px 16px;
	}
	.nia-btn {
		padding: 14px 28px;
		font-size: 0.97rem;
		width: 100%;
		justify-content: center;
	}
}

form .v12-button {
	padding: 16px 40px;
	font-size: 1rem;
	font-weight: 600;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-radius: 999px;
	border: none;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	justify-content: center;
	width: 100%;
	background: linear-gradient(90deg, #FF9818 0%, #FA4E09 100%);
	color: white;
	box-shadow: 0 4px 15px rgba(255, 152, 24, 0.3);
	max-width: 100% !important;
	box-sizing: border-box;
	line-height: 1;
	text-transform: uppercase;
}
@media screen and (max-width: 720px) {
	#acf-form {
		text-align: center;
		max-width: 90%;
		box-sizing: border-box;
		width: 100% !important;
	}
	.acf-form_grouped_fields:has(.checkbox) {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
	.cu-map-box {
		background: #e8e8e8;
		margin-top: 2em;
	}
	.cu-map-box iframe {
		min-height: 600px;
	}
	.cu-cards-wrap {
		grid-template-columns: 1fr 1fr;
	}
}
h1.blog-page-title {
	color: #000;
	font-family: Roboto;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: -1px;
	text-transform: uppercase;
}
p.blog-page-subtitle {
	color: #090B0D;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
}


.content-block, .side-bar-block:not(:last-child) {
	margin: 2em 0;
}
.content-block, .side-bar-block {
	border-radius: 18px;
	display: flex;
	flex-direction: column;
	gap: 1em;
}
.post-title {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	color: #000;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: uppercase;
}
.post-date-published {
	margin: 10px 0;
	color: #7b7b7b;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
}
.post-excerpt {
	margin: 10px 0;
	color: #000;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
}
.card-action {
	cursor: pointer;
	color: #FF9818;
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0;
}
.content-block, .side-bar-block {
	background-color: transparent;
	padding: 0;
}
.side-bar-block.side-bar-contact-form {
	border-radius: 12px;
	border: 1px solid #C2C8D1;
	background: #FFF;
	padding: 2em;
}
.side-bar-block.side-bar-contact-info {
	border-radius: 12px;
	border: 1px solid #C2C8D1;
	background: #FFF;
	padding: 2em;
}
p.side-bar-text {
	color: #090B0D;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 200;
	line-height: 26px;
	letter-spacing: 0;
}
a.btn.btn-primary.side-bar-btn{
	border-radius: 999px;
	border: 1px solid #C2C8D1;
	background: #FFF;
	color: #000;
	box-shadow: unset;
}
#acf-form .input_group .form_input:not([type=checkbox]) {
	border-radius: 12px;
}
.input_group textarea {
	border-radius: 12px;
}


/* ── Section wrapper ── */
.staff-section {
	max-width: 1280px;
	margin: 0 auto;
	padding: 64px 40px 80px;
}

/* ── Heading block ── */
.staff-heading {
	margin-bottom: 48px;
}

.staff-heading h2 {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 800;
	font-size: clamp(2rem, 4vw, 2.75rem);
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--black);
	line-height: 1;
	margin-bottom: 10px;
}

.staff-heading p {
	font-size: 1rem;
	font-weight: 300;
	color: var(--muted);
	letter-spacing: 0.01em;
}

/* ── Grid ── */
.staff-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--card-gap);
}

/* ── Card ── */
.staff-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

/* ── Photo placeholder ── */
.staff-photo {
	width: 100%;
	aspect-ratio: 3 / 4;
	border-radius: var(--border-radius);
	overflow: hidden;
	position: relative;
	margin-bottom: 24px;
	flex-shrink: 0;
}

/* Gradient backgrounds that mimic photographic depth */
.staff-photo.photo-1 {
	background-color:#CCC;
}
.staff-photo.photo-2 {
	background-color:#CCC;
}
.staff-photo.photo-3 {
	background-color:#CCC;
}

/* Silhouette SVG overlay */
/* .staff-photo::after {
	content: '';
	position: absolute;
	inset: 0;
	background-color:#CCC;
	background-repeat: no-repeat;
	background-position: center 18%;
	background-size: 60%;
} */

/* Vignette */
.staff-photo::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at center, transparent 40%, rgba(0,0,0,0.35) 100%);
	z-index: 1;
}

/* Placeholder label */
.photo-label {
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'Lato', sans-serif;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.35);
	white-space: nowrap;
	z-index: 2;
}

/* ── Card info ── */
.staff-info { width: 100%; }

.staff-name {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 700;
	font-size: 1.25rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--black);
	margin-bottom: 4px;
}

.staff-title {
	font-size: 0.95rem;
	font-weight: 300;
	color: var(--muted);
	margin-bottom: 16px;
}

.staff-bio {
	font-size: 0.9rem;
	font-weight: 400;
	color: #555;
	line-height: 1.65;
	margin-bottom: 20px;
}

/* ── Social icons ── */
.staff-socials {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.social-btn {
	width: 36px;
	height: 36px;
	background: var(--black);
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: background 0.2s, transform 0.2s;
}

.social-btn:hover {
	background: #333;
	transform: translateY(-2px);
}

.social-btn svg {
	width: 16px;
	height: 16px;
	fill: #fff;
}

/* ── Responsive ── */
@media (max-width: 900px) {
	.staff-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 580px) {
	.staff-grid { grid-template-columns: 1fr; max-width: 380px; margin: 0 auto; }
	.staff-section { padding: 40px 20px 60px; }
}
.website-nav-items {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    height: 100%;
    justify-content: center;
    max-height: 70px;
}
.website-header-container:has(.website-nav-button) ul#menu-main-menu {
    gap: 2.5rem;
}