.about-section {
	--about-bg: #fbf5eb;
	--about-text-color: #424242;
	--about-accent-color: #c1914a;
	--about-panel-border: #e4cdab;
	--about-panel-bg: rgba(255, 250, 242, 0.44);

	position: relative;
	background: var(--about-bg);
	color: var(--about-text-color);
	overflow-x: hidden;
    overflow-y: visible;
}

.about-section__container {
	width: min(100% - 40px, 1282px);
	margin: 0 auto;
	padding: clamp(96px, 11.8vw, 178px) 0 clamp(70px, 8vw, 116px);
}

.about-section__main {
	display: grid;
	grid-template-columns: minmax(0, 535px) 1fr;
	gap: clamp(64px, 188px);
	align-items: center;
}

.about-section__content {
	width: min(100%, 620px);
}

.about-section__eyebrow {
	margin: 0 0 22px;
	color: var(--about-accent-color);
	font-family: var(--font-sans);
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.31em;
	line-height: 1.35;
	text-transform: uppercase;
}

.about-section__title {
	max-width: 616px;
	margin: 0 0 14px;
	color: #050505;
	font-family: var(--font-serif);
	font-size: clamp(38px, 3.35vw, 48px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.46;
	text-transform: uppercase;
	text-wrap: balance;
}

.about-section__intro,
.about-section__details {
	max-width: 540px;
	color: var(--about-text-color);
	font-family: var(--font-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 2.125;
}

.about-section__intro p,
.about-section__details p {
	margin: 0;
}

.about-section__intro p + p,
.about-section__details p + p {
	margin-top: 12px;
}

.about-section__details {
	margin-top: 22px;
	overflow: visible;
	transition: max-height 260ms ease, opacity 220ms ease, margin-top 220ms ease, visibility 220ms ease;
}

.about-section.is-js .about-section__details {
	max-height: 520px;
}

.about-section.is-collapsed .about-section__details {
	max-height: 0;
	margin-top: 0;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
}

.about-section__toggle {
	display: inline-flex;
	width: min(100%, 328px);
	min-height: 61px;
	margin-top: 34px;
	padding: 0 28px 0 78px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	border: 1px solid #27231a;
	border-radius: 999px;
	background: #27231a;
	color: #fff;
	cursor: pointer;
	font-family: var(--font-sans);
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	text-align: left;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.about-section__toggle:hover {
	background: #343024;
	border-color: #343024;
	transform: translateY(-1px);
}

.about-section__toggle svg {
	width: 24px;
	height: 24px;
	flex: 0 0 auto;
	fill: none;
	stroke: var(--about-accent-color);
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform 220ms ease;
}

.about-section__toggle[aria-expanded="true"] svg {
	transform: rotate(180deg);
}

.about-section__visual {
	position: relative;
	display: flex;
	min-height: 360px;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.about-section__visual img,
.about-section__decor {
	display: block;
}

.about-section__decor {
	background:
		radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0) 36%),
		#d9d9d9;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.about-section__stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: clamp(64px, 7.4vw, 104px) 0 0;
	padding: 35px 24px;
	border: 1px solid var(--about-panel-border);
	border-radius: 18px;
	background: var(--about-panel-bg);
	list-style: none;
}

.about-section__stat {
	position: relative;
	display: grid;
	grid-template-columns: 68px minmax(0, 1fr);
	gap: 23px;
	align-items: center;
	min-width: 0;
	padding: 0 44px;
}

.about-section__stat + .about-section__stat::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 73px;
	background: var(--about-panel-border);
	content: "";
	transform: translateY(-50%);
}

.about-section__stat-icon {
	display: inline-flex;
	width: 68px;
	height: 68px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #FCE8CD;
}

.about-section__stat-icon img {
	display: block;
	width: 34px;
	height: 34px;
	object-fit: contain;
}

.about-section__stat-content {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.about-section__stat-value {
	color: var(--about-text-color);
	font-family: var(--font-serif);
	font-size: 24px;
	font-weight: 500;
	line-height: 1.42;
	white-space: nowrap;
}

.about-section__stat-label {
	color: var(--about-text-color);
	font-family: var(--font-sans);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

@media (max-width: 1180px) {
	.about-section__main {
		grid-template-columns: minmax(0, 600px) minmax(160px, 1fr);
		gap: clamp(44px, 7vw, 88px);
	}

	.about-section__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 0;
		padding: 34px;
	}

	.about-section__stat {
		padding-right: 34px;
	}

	.about-section__stat + .about-section__stat {
		padding-left: 34px;
	}

	.about-section__stat:nth-child(odd) {
		padding-left: 0;
	}

	.about-section__stat:nth-child(odd)::before {
		display: none;
	}
}

@media (max-width: 767px) {
	.about-section {
		overflow-x: hidden;
	}

	.about-section__container {
		width: min(100% - 40px, 560px);
		padding-top: clamp(70px, 16vw, 96px);
		padding-bottom: 72px;
	}

	.about-section__main {
		display: block;
	}

	.about-section__eyebrow {
		margin-bottom: 16px;
		font-size: 12px;
		letter-spacing: 0.28em;
	}

	.about-section__title {
		margin-bottom: 18px;
		font-size: clamp(31px, 9.6vw, 40px);
		line-height: 1.22;
	}

	.about-section__intro,
	.about-section__details {
		max-width: none;
		font-size: 15px;
		line-height: 1.85;
	}

	.about-section__details {
		margin-top: 18px;
	}

	.about-section.is-js .about-section__details {
		max-height: 620px;
	}

	.about-section__toggle {
		width: 100%;
		min-height: 56px;
		margin-top: 28px;
		padding: 0 24px;
		justify-content: center;
	}

	.about-section__visual {
		min-height: 126px;
		margin: 38px 0 0;
		justify-content: flex-start;
	}

	.about-section__visual img,
	.about-section__decor {
		width: 92px;
		height: 92px;
		margin-left: auto;
		margin-right: clamp(34px, 18vw, 92px);
	}

	.about-section__stats {
		grid-template-columns: 1fr;
		margin-top: 34px;
		padding: 8px 22px;
		border-radius: 18px;
	}

	.about-section__stat,
	.about-section__stat + .about-section__stat,
	.about-section__stat:nth-child(odd) {
		grid-template-columns: 58px minmax(0, 1fr);
		gap: 18px;
		padding: 22px 0;
	}

	.about-section__stat + .about-section__stat::before,
	.about-section__stat:nth-child(odd)::before {
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 1px;
		transform: none;
	}

	.about-section__stat:first-child::before {
		display: none;
	}

	.about-section__stat-icon {
		width: 58px;
		height: 58px;
	}

	.about-section__stat-icon img {
		width: 30px;
		height: 30px;
	}

	.about-section__stat-value {
		font-size: 22px;
		white-space: normal;
	}

	.about-section__stat-label {
		font-size: 15px;
		line-height: 1.45;
	}
}

@media (max-width: 420px) {
	.about-section__container {
		width: min(100% - 32px, 560px);
	}

	.about-section__title {
		font-size: clamp(29px, 9vw, 34px);
	}
}

.about-section.is-js.is-collapsed .about-section__details {
	max-height: 0;
	margin-top: 0;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
}
