/* Homepage */
.di-home .site.grid-container { max-width: none; }
.di-home .site-content { display: block; padding: 0 !important; }
.di-main { display: block; }

.h-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(120deg, #fff 0%, #fff 45%, var(--di-fog) 100%);
	padding-block: clamp(56px, 8vw, 104px);
}
.h-hero::after {
	content: "";
	position: absolute;
	right: -70px; top: -70px;
	width: 320px; height: 220px;
	border-radius: 0 0 0 170px;
	background: var(--di-grad-mist);
	opacity: .9;
}
.h-hero__in { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; }
.h-hero__title { font-size: clamp(44px, 6vw, 76px); line-height: 1.02; margin: 14px 0 18px; max-width: 14ch; }
.h-hero__title em { font-style: italic; color: var(--di-blue); }
.h-hero__lede { font-size: 18px; max-width: 46ch; margin: 0; }
.h-mark {
	justify-self: center;
	width: min(360px, 100%);
	aspect-ratio: 1;
	border-radius: 50%;
	border: 7px solid var(--di-blue);
	background: #fff;
	display: grid;
	place-items: center;
	box-shadow: var(--di-shadow);
}
.h-mark img { width: 72%; height: auto; }

.h-values {
	display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
	padding: 22px var(--di-gutter);
	background: var(--di-fog);
	border-block: 1px solid var(--di-line);
}
.h-values span {
	font-size: 13px; font-weight: 600; color: var(--di-blue);
	background: #fff; border: 1px solid #cfdce2; border-radius: var(--di-r-btn);
	padding: 7px 16px;
}

.h-sec { padding-block: var(--di-sec); }
.h-sec__title { margin: 8px 0 32px; max-width: 22ch; }
.h-sec__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 32px; }
.h-sec__head .h-sec__title { margin-bottom: 0; }

.h-prog { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.h-prog article {
	display: flex; flex-direction: column; gap: 8px;
	padding: 24px 22px 22px;
	border: 1px solid #e1e8eb;
	border-radius: var(--di-r-card);
	background: #fff;
	transition: border-color .2s, box-shadow .2s, transform .2s;
}
.h-prog article:hover { border-color: var(--di-mist); box-shadow: var(--di-shadow); transform: translateY(-2px); }
.h-prog__k { font-family: var(--di-serif); font-style: italic; font-size: 17px; color: var(--di-slate); }
.h-prog h3 { font-size: 25px; margin: 0; }
.h-prog p { font-size: 14.5px; margin: 0; }
.h-prog a { margin-top: auto; padding-top: 8px; font-size: 13.5px; font-weight: 600; text-decoration: none; }

.h-numbers { background: var(--di-blue); color: #fff; }
.h-numbers__in { display: grid; grid-template-columns: repeat(3, 1fr); }
.h-numbers__in > div { padding: 40px 32px; border-left: 1px solid rgba(255,255,255,.18); }
.h-numbers__in > div:first-child { border-left: 0; padding-left: 0; }
.h-numbers b { display: block; font-family: var(--di-serif); font-size: clamp(52px, 6vw, 72px); font-weight: 600; line-height: 1; }
.h-numbers span { display: block; margin-top: 8px; font-size: 14px; color: #d7e4ea; max-width: 30ch; }

.h-book { background: var(--di-ink); color: #c8d4db; padding-block: var(--di-sec); scroll-margin-top: 90px; }
.h-book__in { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; }
.h-book .di-eyebrow { color: var(--di-mist); }
.h-book .h-sec__title { color: #fff; margin-bottom: 14px; }
.h-book p { max-width: 42ch; }
.h-tags { list-style: none; margin: 20px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.h-tags li { font-size: 13px; border: 1px solid #3a4655; border-radius: var(--di-r-btn); padding: 5px 12px; color: #e6eef2; }
.h-book .di-notice { grid-column: 2; }

.h-team { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.h-team figure { margin: 0; }
.h-team__img {
	aspect-ratio: 1;
	max-width: 300px;
	border-radius: 150px 150px 8px 8px;
	background: linear-gradient(160deg, var(--di-fog), var(--di-mist));
	overflow: hidden;
	display: flex; align-items: flex-end; justify-content: center;
}
.h-team__img img { width: 94%; height: auto; display: block; }
.h-team figcaption { margin-top: 14px; }
.h-team b { display: block; font-family: var(--di-serif); font-size: 26px; font-weight: 600; color: var(--di-ink); line-height: 1.1; }
.h-team span { font-size: 13.5px; }

.h-quotes { background: var(--di-fog); padding-block: clamp(48px, 6vw, 72px); }
.h-quotes__in { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.h-quotes blockquote { margin: 0; padding: 0; border: 0; font-family: var(--di-serif); font-size: clamp(22px, 2.4vw, 27px); font-style: italic; line-height: 1.38; color: var(--di-ink); }
.h-quotes cite { display: block; margin-top: 12px; font-family: var(--di-sans); font-style: normal; font-size: 13.5px; font-weight: 600; color: var(--di-blue); }

.h-posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.h-posts article { border-top: 2px solid var(--di-blue); padding-top: 16px; }
.h-posts__cat { font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--di-blue); }
.h-posts h3 { font-size: 25px; margin: 8px 0 10px; }
.h-posts h3 a { color: var(--di-ink); text-decoration: none; }
.h-posts h3 a:hover { color: var(--di-blue); }
.h-posts p { font-size: 14.5px; margin: 0; }

.h-givewrap { padding-bottom: var(--di-sec); }
.h-givewrap .di-give { margin: 0; }

@media (max-width: 960px) {
	.h-prog { grid-template-columns: 1fr 1fr; }
	.h-hero__in, .h-book__in, .h-quotes__in { grid-template-columns: 1fr; }
	.h-mark { width: min(260px, 70%); }
	.h-book .di-notice { grid-column: auto; }
}
@media (max-width: 640px) {
	.h-prog, .h-team, .h-posts, .h-numbers__in { grid-template-columns: 1fr; }
	.h-numbers__in > div { border-left: 0; padding: 26px 0; border-top: 1px solid rgba(255,255,255,.18); }
	.h-numbers__in > div:first-child { border-top: 0; }
	.h-hero::after { width: 150px; height: 110px; right: -50px; top: -50px; }
	.h-team__img { max-width: 260px; }
}
