/*
 * Individual loan officer profile (fcls_officer CPT). Adapted from
 * ~/Desktop/FCLS/fcls-lo-template.html.
 */

.fcls-lo-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: stretch; }
.fcls-lo-photo-header {
	background: linear-gradient(160deg, var(--charcoal), #2f2f2f);
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	padding: 46px 30px; text-align: center;
}
.fcls-lo-headshot {
	width: 150px; height: 150px; border-radius: 50%; border: 4px solid var(--white);
	background: repeating-linear-gradient(135deg, #4a4a4a, #4a4a4a 10px, #3a3a3a 10px, #3a3a3a 20px);
	display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.5); font-size: 11px;
	margin-bottom: 20px; overflow: hidden;
}
.fcls-lo-headshot img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.fcls-lo-photo-header .rule { width: 40px; height: 3px; background: var(--red); margin: 0 auto 14px; }
.fcls-lo-photo-header h1 { color: var(--white); font-size: 28px; margin-bottom: 8px; }
.fcls-lo-photo-header .lo-meta { color: #f3a6a6; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }

.fcls-lo-contact-col { padding: 40px 34px; display: flex; flex-direction: column; justify-content: center; gap: 22px; }
.fcls-lo-contact-list { display: flex; flex-direction: column; gap: 14px; }
.fcls-lo-contact-list li {
	display: flex; align-items: baseline; gap: 10px;
	padding-bottom: 14px; border-bottom: 1px solid var(--gray-300);
}
.fcls-lo-contact-list li:last-child { border-bottom: none; padding-bottom: 0; }
.fcls-lo-contact-list .icon { color: var(--red); flex-shrink: 0; align-self: center; }
.fcls-lo-contact-list a { font-size: 17px; font-weight: 700; color: var(--charcoal); }
.fcls-lo-contact-list a:hover { color: var(--red); }
.fcls-lo-contact-list .tag { font-size: 11.5px; font-weight: 600; color: var(--gray-600); margin-left: auto; }
.fcls-lo-apply-note { font-size: 12.5px; color: var(--gray-600); text-align: center; margin-top: 2px; }

.fcls-resource-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.fcls-resource-card { border: 1px solid var(--gray-300); border-radius: 10px; padding: 18px 12px; text-align: center; }
.fcls-resource-card .icon { color: var(--red); margin-bottom: 8px; }
.fcls-resource-card span { font-size: 13.5px; font-weight: 700; }
.fcls-resource-card:hover { border-color: var(--red); }

.fcls-bio { font-size: 15.5px; color: var(--charcoal-soft); }
.fcls-bio p { margin: 0 0 16px; }

.fcls-lo-bio-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: start; }
.fcls-lo-bio-photo img { width: 100%; border-radius: 10px; object-fit: cover; aspect-ratio: 4/5; }

.fcls-specialty-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.fcls-specialty-grid h5 { font-size: 13px; text-transform: uppercase; letter-spacing: .05em; color: var(--gray-600); margin-bottom: 10px; font-family: 'Poppins','Inter',sans-serif; font-weight: 700; }
.fcls-tag-list { display: flex; flex-wrap: wrap; gap: 8px; }
.fcls-tag-list span { font-size: 12.5px; font-weight: 600; background: var(--gray-100); padding: 6px 12px; border-radius: 100px; }

.fcls-map-placeholder {
	aspect-ratio: 16/7; border-radius: 10px;
	background: repeating-linear-gradient(45deg, #ececec, #ececec 10px, #f4f4f4 10px, #f4f4f4 20px);
	display: flex; align-items: center; justify-content: center; color: var(--gray-600); font-size: 13px;
}
.fcls-map-embed { border-radius: 10px; overflow: hidden; }
.fcls-map-embed iframe { width: 100%; aspect-ratio: 16/7; border: 0; display: block; }

.fcls-video-placeholder {
	aspect-ratio: 16/9; border-radius: 12px; background: var(--charcoal);
	display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.6);
	font-size: 13px; text-align: center; padding: 20px;
}
.fcls-video-placeholder .play { width: 56px; height: 56px; border-radius: 50%; background: var(--red); display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 18px; margin: 0 auto 12px; }

.fcls-social-row { display: flex; gap: 12px; }
.fcls-social-row a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--gray-300); display: flex; align-items: center; justify-content: center; }
.fcls-social-row a:hover { border-color: var(--red); color: var(--red); }

.fcls-reviews-head { text-align: center; max-width: 800px; margin: 0 auto 36px; }
.fcls-reviews-head h3 { font-size: 26px; margin: 10px 0 0; }
.fcls-reviews-head .stars { color: var(--red); font-size: 16px; letter-spacing: 2px; margin-bottom: 6px; }
.fcls-reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.fcls-review-card { border: 1px solid var(--gray-300); border-radius: 10px; padding: 20px; background: var(--white); }
.fcls-review-card .stars { color: var(--red); font-size: 13px; letter-spacing: 2px; margin-bottom: 10px; }
.fcls-review-card p { font-size: 13.5px; color: var(--charcoal-soft); margin: 0; line-height: 1.6; }
.fcls-review-card.is-hidden { display: none; }
.fcls-review-attr { margin-top: 10px; font-size: 12.5px; color: var(--gray-600); }
.fcls-review-attr a { color: inherit; }
.fcls-reviews-more { text-align: center; margin-top: 24px; }

.fcls-lo-callback-form {
	background: var(--white); padding: 22px; border-radius: 10px; border: 1px solid var(--gray-300);
}
.fcls-lo-callback-form fieldset { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fcls-lo-callback-form input { padding: 12px; border: 1px solid var(--gray-300); border-radius: 5px; font-family: inherit; width: 100%; }
.fcls-lo-callback-form .ff_submit_btn_wrapper { grid-column: 1 / -1; }

.fcls-sticky-apply { display: none; }

@media (max-width: 980px) {
	.fcls-lo-hero { grid-template-columns: 1fr; }
	.fcls-resource-row { grid-template-columns: 1fr; }
	.fcls-specialty-grid { grid-template-columns: 1fr; }
	.fcls-lo-bio-grid { grid-template-columns: 1fr; }
	.fcls-lo-bio-photo { order: -1; }
	.fcls-reviews-grid { grid-template-columns: repeat(2, 1fr); }
	.fcls-section { padding: 40px 20px; }
	.fcls-sticky-apply {
		display: block; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60;
		background: var(--red); text-align: center; padding: 14px; font-weight: 700; color: var(--white);
		box-shadow: 0 -6px 20px rgba(0,0,0,.2);
	}
}
@media (max-width: 560px) {
	.fcls-reviews-grid { grid-template-columns: 1fr; }
	.fcls-lo-bio-photo { max-width: 220px; margin: 0 auto 20px; }
}
