/* BudClub About Us — simple page layout. */
.bc-about-simple {
	background: #080a07;
	color: #f5f4ed;
}

.bc-about-simple .budclub-wrap {
	width: min(1120px, calc(100% - 40px));
	margin-inline: auto;
}

.bc-about-simple__hero {
	padding: clamp(72px, 9vw, 120px) 0 clamp(58px, 7vw, 88px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(180deg, rgba(158, 240, 26, 0.06), transparent 75%);
}

.bc-about-simple__hero-inner {
	max-width: 850px;
}

.bc-about-simple__eyebrow {
	margin: 0 0 14px;
	color: #9ef01a;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.bc-about-simple__hero h1 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(44px, 6vw, 76px);
	line-height: 0.98;
	letter-spacing: -0.035em;
}

.bc-about-simple__intro {
	max-width: 720px;
	margin: 24px 0 0;
	color: rgba(245, 244, 237, 0.72);
	font-size: clamp(17px, 2vw, 21px);
	line-height: 1.65;
}

.bc-about-simple__content {
	padding: clamp(62px, 8vw, 100px) 0;
}

.bc-about-simple__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.75fr);
	gap: clamp(42px, 7vw, 88px);
	align-items: start;
}

.bc-about-simple__story h2,
.bc-about-simple__highlights > h2,
.bc-about-simple__closing h2 {
	margin: 0;
	font-size: clamp(29px, 3vw, 42px);
	line-height: 1.08;
	letter-spacing: -0.025em;
}

.bc-about-simple__copy {
	margin-top: 26px;
	color: rgba(245, 244, 237, 0.76);
	font-size: 17px;
	line-height: 1.8;
}

.bc-about-simple__copy > *:first-child {
	margin-top: 0;
}

.bc-about-simple__copy > *:last-child {
	margin-bottom: 0;
}

.bc-about-simple__copy p {
	margin: 0 0 20px;
}

.bc-about-simple__highlights {
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 18px;
	background: #11140f;
}

.bc-about-simple__highlights > h2 {
	margin-bottom: 24px;
	font-size: 25px;
}

.bc-about-simple__highlight {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 14px;
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.bc-about-simple__highlight:first-of-type {
	border-top: 0;
	padding-top: 0;
}

.bc-about-simple__highlight:last-child {
	padding-bottom: 0;
}

.bc-about-simple__highlight > span {
	color: #9ef01a;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.bc-about-simple__highlight h3 {
	margin: 0 0 7px;
	font-size: 17px;
	line-height: 1.25;
}

.bc-about-simple__highlight p {
	margin: 0;
	color: rgba(245, 244, 237, 0.62);
	font-size: 14px;
	line-height: 1.55;
}

.bc-about-simple__closing {
	padding: clamp(52px, 7vw, 78px) 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: #0e110c;
}

.bc-about-simple__closing-inner {
	display: flex;
	gap: 34px;
	align-items: center;
	justify-content: space-between;
}

.bc-about-simple__closing h2 {
	max-width: 660px;
	font-size: clamp(28px, 3.6vw, 48px);
}

.bc-about-simple__actions {
	display: flex;
	flex: 0 0 auto;
	gap: 12px;
	align-items: center;
}

.bc-about-simple__actions .budclub-button {
	white-space: nowrap;
}

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

	.bc-about-simple__highlights {
		max-width: none;
	}

	.bc-about-simple__closing-inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 600px) {
	.bc-about-simple .budclub-wrap {
		width: min(100% - 28px, 1120px);
	}

	.bc-about-simple__hero {
		padding-top: 58px;
	}

	.bc-about-simple__hero h1 {
		font-size: clamp(38px, 12vw, 54px);
	}

	.bc-about-simple__content {
		padding-block: 54px;
	}

	.bc-about-simple__highlights {
		padding: 22px;
		border-radius: 14px;
	}

	.bc-about-simple__closing {
		padding-block: 48px;
	}

	.bc-about-simple__actions {
		width: 100%;
		align-items: stretch;
		flex-direction: column;
	}

	.bc-about-simple__actions .budclub-button {
		justify-content: center;
		width: 100%;
	}
}
