.home.telli-r05-phase--home-about .telli-home-about {
	position: relative;
	min-height: 0;
	padding: clamp(88px, 8vw, 124px) 24px !important;
	overflow: hidden;
	background:
		radial-gradient(circle at 92% 10%, rgba(193, 146, 49, .12), transparent 28%),
		linear-gradient(180deg, #fbfaf7 0%, #f5f2eb 100%);
	color: #3f4d58;
}

.home.telli-r05-phase--home-about .telli-home-about::before {
	position: absolute;
	top: 0;
	left: max(24px, calc((100% - 1200px) / 2));
	width: 92px;
	height: 3px;
	background: #c19231;
	content: "";
}

.home.telli-r05-phase--home-about .telli-home-about__inner.wp-block-columns {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, .93fr) minmax(460px, 1.07fr);
	align-items: center;
	gap: clamp(56px, 7vw, 96px);
	width: 100%;
	max-width: 1200px;
	min-height: 0;
	margin: 0 auto !important;
}

.home.telli-r05-phase--home-about .telli-home-about__copy {
	min-height: 0;
	padding: 0 !important;
}

.home.telli-r05-phase--home-about .telli-home-about__eyebrow {
	gap: 14px;
	color: #9a711d;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: .16em;
}

.home.telli-r05-phase--home-about .telli-home-about__eyebrow::before {
	width: 34px;
	height: 1px;
	background: currentColor;
	content: "";
}

.home.telli-r05-phase--home-about .telli-home-about__eyebrow::after {
	display: none;
}

.home.telli-r05-phase--home-about .telli-home-about__title {
	max-width: 560px;
	margin: 18px 0 0 !important;
	color: #0b2437;
	font-family: Montserrat, Arial, sans-serif;
	font-size: clamp(40px, 4vw, 56px);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -.045em;
}

.home.telli-r05-phase--home-about .telli-home-about__body {
	max-width: 590px;
	margin: 28px 0 0 !important;
	color: #4a5965;
	font-size: 16px;
	line-height: 1.85;
}

.home.telli-r05-phase--home-about .telli-home-about__prompt {
	margin: 34px 0 0 !important;
	color: #63717c;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
}

.home.telli-r05-phase--home-about .telli-home-about__phone {
	display: inline-flex;
	align-items: center;
	min-height: 54px;
	margin: 10px 0 0 !important;
	padding: 0 22px;
	border: 1px solid rgba(11, 36, 55, .18);
	border-left: 4px solid #c19231;
	background: rgba(255, 255, 255, .72);
	box-shadow: 0 14px 32px rgba(11, 36, 55, .08);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
}

.home.telli-r05-phase--home-about .telli-home-about__phone a {
	display: inline-flex;
	align-items: center;
	min-height: 52px;
	color: #0b2437;
	text-decoration: none;
}

.home.telli-r05-phase--home-about .telli-home-about__phone a:hover {
	color: #8a6419;
}

.home.telli-r05-phase--home-about .telli-home-about__phone a:focus-visible {
	border-radius: 2px;
	outline: 3px solid #c19231;
	outline-offset: 4px;
}

.home.telli-r05-phase--home-about .telli-home-about__copy::after {
	display: none;
}

.home.telli-r05-phase--home-about .telli-home-about__visual {
	position: relative;
	min-height: 600px;
	padding: 0 !important;
}

.home.telli-r05-phase--home-about .telli-home-about__visual::before {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 44%;
	height: 44%;
	border-top: 1px solid rgba(193, 146, 49, .55);
	border-right: 1px solid rgba(193, 146, 49, .55);
	content: "";
}

.home.telli-r05-phase--home-about .telli-home-about__office,
.home.telli-r05-phase--home-about .telli-home-about__experience {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0 !important;
}

.home.telli-r05-phase--home-about .telli-home-about__office {
	overflow: hidden;
	border-radius: 18px 2px 18px 2px;
	background: #dfe4e7;
	box-shadow: 0 28px 64px rgba(8, 30, 46, .20);
}

.home.telli-r05-phase--home-about .telli-home-about__office img,
.home.telli-r05-phase--home-about .telli-home-about__experience img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
}

.home.telli-r05-phase--home-about .telli-home-about__office img {
	object-fit: cover;
	object-position: center;
}

.home.telli-r05-phase--home-about .telli-home-about__experience {
	pointer-events: none;
}

.home.telli-r05-phase--home-about .telli-home-about__experience img {
	object-fit: fill;
}

@media (max-width: 1023px) {
	.home.telli-r05-phase--home-about .telli-home-about {
		padding-inline: 32px !important;
	}

	.home.telli-r05-phase--home-about .telli-home-about__inner.wp-block-columns {
		grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
		gap: 44px;
	}

	.home.telli-r05-phase--home-about .telli-home-about__visual {
		min-height: 520px;
	}
}

@media (max-width: 767px) {
	.home.telli-r05-phase--home-about .telli-home-about {
		min-height: 0;
		padding: 72px 20px 80px !important;
	}

	.home.telli-r05-phase--home-about .telli-home-about::before {
		left: 20px;
		width: 72px;
	}

	.home.telli-r05-phase--home-about .telli-home-about__inner.wp-block-columns {
		grid-template-columns: minmax(0, 1fr);
		gap: 48px;
		width: 100%;
		min-height: 0;
		margin: 0 !important;
	}

	.home.telli-r05-phase--home-about .telli-home-about__copy {
		min-height: 0;
		padding: 0 !important;
	}

	.home.telli-r05-phase--home-about .telli-home-about__title {
		font-size: clamp(34px, 10vw, 42px);
	}

	.home.telli-r05-phase--home-about .telli-home-about__body {
		font-size: 15px;
		line-height: 1.8;
	}

	.home.telli-r05-phase--home-about .telli-home-about__phone {
		font-size: 18px;
	}

	.home.telli-r05-phase--home-about .telli-home-about__visual {
		min-height: clamp(430px, 136vw, 560px);
	}

	.home.telli-r05-phase--home-about .telli-home-about__visual::before {
		top: -12px;
		right: -8px;
	}

	.home.telli-r05-phase--home-about .telli-home-about__office {
		border-radius: 14px 2px 14px 2px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.home.telli-r05-phase--home-about .telli-home-about__phone a {
		scroll-behavior: auto;
	}
}
