@charset "utf-8";

.story_page{
	background:#fffaf4;
	color:#1f2933;
	overflow:hidden;
}
.story_wrap{
	width:min(1180px, calc(100% - 40px));
	margin:0 auto;
}
.story_section{
	padding:95px 0;
}
.story_label{
	margin:0 0 14px;
	color:#b7791f;
	font-size:13px;
	font-weight:900;
	letter-spacing:.12em;
	text-transform:uppercase;
}
.story_section_head{
	max-width:720px;
	margin:0 auto 42px;
	text-align:center;
}
.story_section_head.is_left{
	margin-left:0;
	text-align:left;
}
.story_section_head h2,
.story_copy h2,
.story_pastor_text h2,
.story_character h2{
	margin:0;
	color:#18212f;
	font-size:42px;
	font-weight:950;
	line-height:1.22;
	letter-spacing:-.045em;
}
.story_section_head p,
.story_copy p,
.story_pastor_text p,
.story_character p{
	margin:18px 0 0;
	color:#667085;
	font-size:17px;
	line-height:1.85;
	letter-spacing:-.02em;
}
.story_hero{
	position:relative;
	min-height:690px;
	display:flex;
	align-items:center;
	isolation:isolate;
}
.story_hero_bg{
	position:absolute;
	inset:0;
	background-size:cover;
	background-position:center;
	transform:scale(1.02);
	z-index:-2;
}
.story_hero_overlay{
	position:absolute;
	inset:0;
	background:
		linear-gradient(90deg, rgba(28,24,20,.82) 0%, rgba(28,24,20,.58) 42%, rgba(28,24,20,.18) 100%),
		radial-gradient(circle at 20% 30%, rgba(245,158,11,.28), transparent 34%);
	z-index:-1;
}
.story_hero_in{
	padding:80px 0;
	color:#fff;
}
.story_hero h1{
	max-width:780px;
	margin:0;
	font-size:68px;
	font-weight:950;
	line-height:1.12;
	letter-spacing:-.06em;
}
.story_hero .story_label{
	color:#fbd38d;
}
.story_hero_text{
	max-width:620px;
	margin:28px 0 0;
	color:rgba(255,255,255,.86);
	font-size:19px;
	line-height:1.85;
	letter-spacing:-.02em;
}
.story_hero_btns{
	display:flex;
	flex-wrap:wrap;
	gap:12px;
	margin-top:38px;
}
.story_btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:50px;
	padding:0 22px;
	border-radius:999px;
	border:1px solid rgba(255,255,255,.42);
	background:rgba(255,255,255,.12);
	color:#fff;
	font-size:15px;
	font-weight:900;
	backdrop-filter:blur(10px);
	transition:transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.story_btn:hover{
	transform:translateY(-2px);
	box-shadow:0 14px 30px rgba(0,0,0,.16);
}
.story_btn.is_primary{
	border-color:#f59e0b;
	background:linear-gradient(135deg, #f59e0b, #d97706);
	color:#fff;
}
.story_btn.is_light{
	border-color:#f1d9a5;
	background:#fff7e8;
	color:#9a5b00;
}
.story_intro{background: #fffaf4;}
.story_identity_grid{
	display:grid;
	grid-template-columns:repeat(3, 1fr);
	gap:22px;
}
.story_identity_card{
	position:relative;
	min-height:230px;
	padding:34px 30px;
	border:1px solid rgba(217,119,6,.16);
	border-radius:30px;
	background:rgba(255,255,255,.78);
	box-shadow:0 20px 60px rgba(146,64,14,.08);
	overflow:hidden;
}
.story_identity_card:after{
	content:"";
	position:absolute;
	right:-44px;
	bottom:-44px;
	width:130px;
	height:130px;
	border-radius:50%;
	background:rgba(251,191,36,.16);
}
.story_identity_card span:not(.icon){
	color:#247fc3;
	font-size:14px;
	font-weight:950;
}
.story_identity_card h3{
	margin:18px 0 12px;
	color:#1f2937;
	font-size:24px;
	font-weight:950;
	letter-spacing:-.04em;
}
.story_identity_card p{
	margin:0;
	color:#667085;
	font-size:15px;
	line-height:1.8;
}
.story_identity_card span.icon {position:absolute;right:40px;bottom:40px;background: none !important;}
.story_identity_card span.icon .svg_icon {width: 70px;stroke: #419bd3;stroke-width: 1;}
.story_identity_card.worship span.icon .svg_icon {stroke: rgb(29 161 243);}
.story_identity_card.love span.icon .svg_icon {stroke: rgb(75 135 238);}
.story_identity_card.generation span.icon .svg_icon {stroke: rgb(101 197 213);}

.story_vision{
	background:#fff;
}
.story_two_col{
	display:grid;
	grid-template-columns:1.02fr .98fr;
	gap:70px;
	align-items:center;
}
.story_photo_stack{
	position:relative;
	min-height:560px;
}
.story_photo{
	position:absolute;
	background-size:cover;
	background-position:center;
	box-shadow:0 30px 80px rgba(15,23,42,.14);
}
.story_photo.is_large{
	left:0;
	top:0;
	width:72%;
	height:500px;
	border-radius:42px;
}
.story_photo.is_small{
	right:0;
	bottom:0;
	width:44%;
	height:280px;
	border:10px solid #fff;
	border-radius:34px;
}
.story_check_list{
	display:flex;
	flex-direction:column;
	gap:14px;
	margin:28px 0 0;
	padding:0;
	list-style:none;
}
.story_check_list li{
	position:relative;
	padding-left:34px;
	color:#344054;
	font-size:16px;
	font-weight:800;
	line-height:1.6;
}
.story_check_list li:before{
	content:"";
	position:absolute;
	left:0;
	top:6px;
	width:20px;
	height:20px;
	border-radius:50%;
	background:#f59e0b;
	box-shadow:inset 0 0 0 6px #fff1c7;
}
.story_text_link{
	display:inline-flex;
	margin-top:30px;
	color:#b7791f;
	font-size:15px;
	font-weight:950;
}
.story_pastor{
	background:linear-gradient(135deg, #3b2f25, #7c4a17);
}
.story_pastor_card{
	display:grid;
	grid-template-columns:1.05fr .95fr;
	min-height:520px;
	border-radius:42px;
	overflow:hidden;
	background:#fff;
	box-shadow:0 30px 90px rgba(46,29,12,.24);
}
.story_pastor_text{
	padding:64px;
}
.story_pastor_photo{
	min-height:420px;
	background-size:cover;
	background-position:center;
}
.story_timeline{
	background:#fffaf4;
}
.story_history_grid{
	display:grid;
	grid-template-columns:repeat(3, 1fr);
	gap:18px;
}
.story_history_card{
	padding:30px;
	border-radius:26px;
	background:#fff;
	border:1px solid rgba(217,119,6,.14);
	box-shadow:0 18px 50px rgba(146,64,14,.07);
}
.story_history_card strong{
	display:block;
	color:#d97706;
	font-size:20px;
	font-weight:950;
}
.story_history_card p{
	margin:12px 0 0;
	color:#667085;
	font-size:15px;
	line-height:1.75;
}
.story_character{
	background:#fff;
}
.story_character_in{
	display:grid;
	grid-template-columns:180px 1fr auto;
	gap:34px;
	align-items:center;
	padding:48px;
	border-radius:34px;
	background:
		radial-gradient(circle at 12% 20%, rgba(251,191,36,.24), transparent 28%),
		linear-gradient(135deg, #fff7ed, #fff);
	border:1px solid rgba(217,119,6,.16);
}
.story_character_badge{
	display:flex;
	align-items:center;
	justify-content:center;
	width:150px;
	height:150px;
	border-radius:42px;
	background:linear-gradient(135deg, #f59e0b, #f97316);
	color:#fff;
	font-size:28px;
	font-weight:950;
	box-shadow:0 22px 50px rgba(217,119,6,.24);
}
.story_links{
	padding-top:0;
	background:#fff;
}
.story_link_grid{
	display:grid;
	grid-template-columns:repeat(3, 1fr);
	gap:18px;
}
.story_link_card{
	display:flex;
	flex-direction:column;
	gap:10px;
	min-height:150px;
	padding:28px;
	border-radius:28px;
	background:#1f2937;
	color:#fff;
	transition:transform .22s ease, box-shadow .22s ease;
}
.story_link_card:nth-child(2){
	background:#9a5b00;
}
.story_link_card:nth-child(3){
	background:#334155;
}
.story_link_card:hover{
	transform:translateY(-3px);
	box-shadow:0 18px 46px rgba(15,23,42,.16);
}
.story_link_card span{
	color:rgba(255,255,255,.68);
	font-size:13px;
	font-weight:900;
}
.story_link_card strong{
	font-size:22px;
	font-weight:950;
	line-height:1.35;
	letter-spacing:-.04em;
}

@media (max-width:1024px){
	.story_section{padding:72px 0;}
	.story_hero{min-height:620px;}
	.story_hero h1{font-size:50px;}
	.story_two_col,
	.story_pastor_card,
	.story_character_in{
		grid-template-columns:1fr;
	}
	.story_identity_grid,
	.story_history_grid,
	.story_link_grid{
		grid-template-columns:1fr;
	}
	.story_photo_stack{min-height:460px;}
	.story_pastor_text{padding:42px;}
	.story_character_in{padding:36px;}
}

@media (max-width:640px){
	.story_wrap{width:min(100% - 28px, 1180px);}
	.story_section{padding:56px 0;}
	.story_hero{min-height:560px;}
	.story_hero h1{font-size:38px;}
	.story_hero_text{font-size:16px;}
	.story_section_head h2,
	.story_copy h2,
	.story_pastor_text h2,
	.story_character h2{font-size:31px;}
	.story_identity_card,
	.story_history_card{padding:26px 22px;}
	.story_photo_stack{min-height:380px;}
	.story_photo.is_large{width:82%;height:330px;border-radius:30px;}
	.story_photo.is_small{width:52%;height:190px;border-width:7px;border-radius:24px;}
	.story_pastor_text{padding:32px 24px;}
	.story_character_badge{width:118px;height:118px;border-radius:32px;font-size:23px;}
	.story_btn{width:100%;}
}
