/*
 * Sejarah (About > History): intro + quick facts, timeline, lambang
 * (organization emblem) explainer. Unique to this page; shared chrome
 * (page header, CTA banner) lives in pages.css.
 */

.pf-sejarah-intro {
	display: grid;
	grid-template-columns: 1.6fr 1fr;
	gap: 48px;
	align-items: start;
}

.pf-sejarah-intro__text {
	font-size: clamp(1.02rem, 1.2vw, 1.12rem);
	line-height: 1.85;
	color: #3F3F3F;
	font-weight: 450;
}

.pf-sejarah-intro__text p {
	margin-bottom: 22px;
}

.pf-sejarah-intro__text p:last-child {
	margin-bottom: 0;
}

.pf-sejarah-facts {
	position: sticky;
	top: 96px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.pf-sejarah-fact {
	background: #fff;
	border: 1px solid rgba(30, 30, 30, .07);
	border-radius: 20px;
	padding: 24px;
	box-shadow: 0 1px 2px rgba(30, 30, 30, .04), 0 24px 50px -38px rgba(30, 30, 30, .35);
}

.pf-sejarah-fact--dark {
	background: var(--pf-green-deepest);
	border: none;
	box-shadow: 0 24px 50px -34px rgba(30, 30, 30, .5);
}

.pf-sejarah-fact__number {
	font-family: var(--pf-font-display);
	font-weight: 800;
	font-size: 2.4rem;
	line-height: 1;
	color: #009B4D;
}

.pf-sejarah-fact__label {
	margin-top: 8px;
	font-size: 14.5px;
	font-weight: 600;
	color: var(--pf-muted);
}

.pf-sejarah-fact--dark .pf-sejarah-fact__number {
	color: var(--pf-green-accent);
}

.pf-sejarah-fact--dark .pf-sejarah-fact__label {
	color: rgba(255, 255, 255, .7);
}

.pf-timeline {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.pf-timeline__item {
	background: #fff;
	border: 1px solid rgba(30, 30, 30, .07);
	border-radius: 20px;
	padding: 26px;
	box-shadow: 0 1px 2px rgba(30, 30, 30, .04), 0 24px 50px -40px rgba(30, 30, 30, .3);
}

.pf-timeline__item--current {
	position: relative;
	overflow: hidden;
	background: var(--pf-green-deepest);
	box-shadow: 0 24px 50px -36px rgba(30, 30, 30, .5);
}

.pf-timeline__glow {
	position: absolute;
	top: -50px;
	right: -40px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	opacity: .5;
	filter: blur(40px);
}

.pf-timeline__index {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 11px;
	background: rgba(0, 155, 77, .08);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	font-family: var(--pf-font-display);
	font-weight: 800;
	font-size: 18px;
}

.pf-timeline__item--current .pf-timeline__index {
	background: rgba(126, 217, 87, .16);
	color: var(--pf-green-accent);
}

.pf-timeline__body {
	position: relative;
}

.pf-timeline__year {
	font-weight: 700;
	color: #009B4D;
	font-size: 14px;
	letter-spacing: .04em;
}

.pf-timeline__item--current .pf-timeline__year {
	color: var(--pf-green-accent);
}

.pf-timeline__heading {
	margin-top: 6px;
	font-weight: 700;
	font-size: 1.05rem;
	color: var(--pf-ink);
}

.pf-timeline__item--current .pf-timeline__heading {
	color: #fff;
}

.pf-timeline__text {
	margin-top: 8px;
	font-size: .95rem;
	line-height: 1.6;
	color: var(--pf-muted);
}

.pf-timeline__item--current .pf-timeline__text {
	color: rgba(255, 255, 255, .7);
}

.pf-lambang {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 48px;
	align-items: center;
	background: #fff;
	border: 1px solid rgba(30, 30, 30, .06);
	border-radius: 30px;
	padding: clamp(28px, 4vw, 56px);
	box-shadow: 0 1px 2px rgba(30, 30, 30, .04), 0 30px 70px -46px rgba(30, 30, 30, .4);
}

.pf-lambang__art {
	position: relative;
	display: flex;
	justify-content: center;
}

.pf-lambang__glow {
	position: absolute;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	opacity: .16;
	filter: blur(40px);
}

.pf-lambang__frame {
	position: relative;
	width: 260px;
	height: 260px;
	border-radius: 30px;
	background: var(--pf-bg);
	border: 1px solid rgba(30, 30, 30, .06);
	display: flex;
	align-items: center;
	justify-content: center;
	animation: ppiFloat 7s ease-in-out infinite;
}

.pf-lambang__frame img {
	width: 180px;
	height: 180px;
	object-fit: contain;
}

.pf-lambang__text {
	margin-top: 14px;
	font-size: 1.02rem;
	line-height: 1.7;
	color: var(--pf-muted);
	font-weight: 450;
}

.pf-lambang__list {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 24px;
}

.pf-lambang__list-item {
	display: flex;
	gap: 14px;
	align-items: flex-start;
}

.pf-lambang__list-index {
	flex: none;
	width: 28px;
	height: 28px;
	border-radius: 9px;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pf-lambang__list-text {
	font-size: .98rem;
	line-height: 1.6;
	color: #3F3F3F;
}

@media (max-width: 900px) {
	.pf-sejarah-intro,
	.pf-timeline,
	.pf-lambang {
		grid-template-columns: 1fr;
	}

	.pf-sejarah-facts {
		position: static;
	}
}
