/* ============================================
   Rawcut Team – Frontend Styles
   Görseldeki tasarıma uygun oval çerçeve,
   alıntı işaretleri, tipografi ve düzen.
   ============================================ */

/* ---------- Grid ---------- */
.rawcut-team-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 0;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}

.rawcut-team-grid .rawcut-team-member {
	box-sizing: border-box;
	padding: 0 15px;
}

/* Sütun ayarları */
.rawcut-team-cols-2 .rawcut-team-member { width: 50%; max-width: 320px; }
.rawcut-team-cols-3 .rawcut-team-member { width: 33.333%; max-width: 300px; }
.rawcut-team-cols-4 .rawcut-team-member { width: 25%;  max-width: 280px; }

/* ---------- Card ---------- */
.rawcut-team-member {
	margin-bottom: 40px;
}

/* ---------- Quote ---------- */
.rawcut-team-quote {
	position: relative;
	min-height: 60px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 8px;
	padding: 0 20px;
}

.rawcut-quote-open,
.rawcut-quote-close {
	font-family: 'Cormorant', 'Georgia', serif;
	font-size: 48px;
	line-height: 1;
	color: #4a1d24;
	position: relative;
}

.rawcut-quote-open {
	align-self: flex-start;
	margin-right: 4px;
	top: -4px;
}

.rawcut-quote-close {
	align-self: flex-end;
	margin-left: 4px;
	bottom: -8px;
}

.rawcut-quote-text {
	font-family: 'Cormorant', 'Georgia', serif;
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.35;
	color: #4a1d24;
	display: inline-block;
	max-width: 200px;
	text-align: left;
	text-align-last: right;
}

/* ---------- Info ---------- */
.rawcut-team-info {
	padding: 0 10px;
}

.rawcut-team-position {
	font-family: 'Lato', 'Helvetica Neue', sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #4a1d24;
	margin-bottom: 4px;
	opacity: 0.75;
	margin-left: -25px;
}

.rawcut-team-name {
	font-family: 'Cormorant', 'Georgia', serif !important;
	font-size: 22px !important;
	font-weight: 400 !important;
	color: #4a1d24 !important;
	margin: 0 0 6px !important;
	line-height: 1.3 !important;
	letter-spacing: 0.5px !important;
}

/* ---------- Email & Social ---------- */
.rawcut-team-email {
	margin-bottom: 8px;
}

.rawcut-team-email a {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #4a1d24;
	text-decoration: none;
	opacity: 0.7;
	transition: opacity 0.2s ease;
}

.rawcut-team-email a:hover {
	opacity: 1;
	text-decoration: underline;
}

.rawcut-team-social {
	margin-top: 6px;
}

.rawcut-team-linkedin {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #4a1d24;
	opacity: 0.65;
	transition: opacity 0.2s ease;
}

.rawcut-team-linkedin:hover {
	opacity: 1;
}

.rawcut-team-linkedin svg {
	width: 18px;
	height: 18px;
}

.rawcut-team-founder .rawcut-team-name {
	font-size: 24px !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
	.rawcut-team-cols-4 .rawcut-team-member {
		width: 50%;
		max-width: 320px;
	}
}

@media (max-width: 768px) {
	.rawcut-team-cols-4 .rawcut-team-member,
	.rawcut-team-cols-3 .rawcut-team-member {
		width: 50%;
		max-width: 320px;
	}

	.rawcut-team-quote {
		min-height: 50px;
	}

	.rawcut-quote-text {
		font-size: 16px;
		max-width: 170px;
	}

	.rawcut-team-photo {
		width: 150px;
		height: 185px;
	}

	.rawcut-team-photo-wrap::before {
		width: 168px;
		height: 208px;
	}

	.rawcut-team-founder .rawcut-team-photo {
		width: 170px;
		height: 210px;
	}

	.rawcut-team-founder .rawcut-team-photo-wrap::before {
		width: 190px;
		height: 236px;
	}
}

@media (max-width: 480px) {
	.rawcut-team-cols-4 .rawcut-team-member,
	.rawcut-team-cols-3 .rawcut-team-member,
	.rawcut-team-cols-2 .rawcut-team-member {
		width: 100%;
		max-width: 300px;
	}

	.rawcut-team-member {
		margin-bottom: 30px;
	}
}
