/* =========================================================
   JAZZ STUDY! Front Page
   ========================================================= */

body.home {
	background: #f3efe7;
}

body.home #content,
body.home #content-in {
	width: 100%;
	max-width: none;
	min-width: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

body.home #content-in {
	display: block;
}

body.home #main {
	float: none;
	width: 100%;
	max-width: none;
	min-width: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

body.home #sidebar {
	display: none;
}

body.home .fp-root {
	--fp-ink: #171815;
	--fp-ink-soft: #30322d;
	--fp-night: #101612;
	--fp-night-soft: #1a241e;
	--fp-cream: #f3efe7;
	--fp-paper: #fffdf8;
	--fp-sand: #ded4c3;
	--fp-line: rgba(23, 24, 21, 0.14);
	--fp-brass: #c79442;
	--fp-brass-light: #e6c98d;
	--fp-wine: #783b39;
	--fp-white: #ffffff;
	--fp-muted: #6c6c64;
	--fp-inner: 1160px;
	--fp-narrow: 920px;
	--fp-radius: 22px;
	--fp-shadow: 0 24px 70px rgba(13, 18, 14, 0.13);

	width: 100%;
	min-width: 0;
	overflow: hidden;
	color: var(--fp-ink);
	background: var(--fp-cream);
	font-family:
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		"Yu Gothic",
		Meiryo,
		sans-serif;
	font-size: 17px;
	line-height: 1.85;
	letter-spacing: 0.02em;
}

body.home .fp-root,
body.home .fp-root *,
body.home .fp-root *::before,
body.home .fp-root *::after {
	box-sizing: border-box;
}

body.home .fp-root :where(h1, h2, h3, p, ul, ol, figure) {
	margin: 0;
	padding: 0;
	border: 0;
}

body.home .fp-root :where(h1, h2, h3) {
	color: inherit;
	font-family: inherit;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.01em;
}

body.home .fp-root :where(p, li) {
	font-size: inherit;
	line-height: inherit;
}

body.home .fp-root :where(a) {
	color: inherit;
	text-decoration: none;
}

body.home .fp-root :where(img) {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0;
	border: 0;
	box-shadow: none;
}

body.home .fp-root :where(a, button):focus-visible {
	outline: 3px solid var(--fp-brass-light);
	outline-offset: 4px;
}

body.home .fp-root .fp-inner {
	width: min(calc(100% - 48px), var(--fp-inner));
	margin-inline: auto;
}

body.home .fp-root .fp-section-kicker,
body.home .fp-root .fp-eyebrow {
	font-size: 0.75rem;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

body.home .fp-root .fp-section-kicker {
	margin-bottom: 15px;
	color: var(--fp-wine);
}

body.home .fp-root .fp-section-heading h2 {
	font-size: clamp(2rem, 4vw, 3.35rem);
	font-weight: 700;
	line-height: 1.22;
	letter-spacing: -0.025em;
}

body.home .fp-root .fp-section-heading > p:last-child {
	color: var(--fp-muted);
}

body.home .fp-root .fp-section-heading-center {
	max-width: 760px;
	margin: 0 auto 58px;
	text-align: center;
}

body.home .fp-root .fp-section-heading-center > p:last-child {
	margin-top: 19px;
}

body.home .fp-root .fp-section-heading-left {
	max-width: 580px;
}

body.home .fp-root .fp-section-heading-split {
	display: grid;
	grid-template-columns:
		minmax(0, 1.2fr)
		minmax(280px, 0.65fr);
	gap: 70px;
	align-items: end;
	margin-bottom: 52px;
}

body.home .fp-root .fp-section-heading-split > p {
	padding-bottom: 7px;
}

/* Hero */

body.home .fp-root .fp-hero {
	position: relative;
	isolation: isolate;
	min-height: 730px;
	padding: 86px 0 84px;
	overflow: hidden;
	color: var(--fp-white);
	background:
		radial-gradient(
			circle at 78% 16%,
			rgba(199, 148, 66, 0.23),
			transparent 30%
		),
		linear-gradient(
			135deg,
			#0f1511 0%,
			#17221b 58%,
			#0d120f 100%
		);
}

body.home .fp-root .fp-hero::before {
	position: absolute;
	top: -190px;
	left: -120px;
	width: 560px;
	height: 560px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	content: "";
}

body.home .fp-root .fp-hero::after {
	position: absolute;
	right: -220px;
	bottom: -300px;
	width: 620px;
	height: 620px;
	border: 1px solid rgba(230, 201, 141, 0.18);
	border-radius: 50%;
	content: "";
}

body.home .fp-root .fp-hero-noise {
	position: absolute;
	inset: 0;
	z-index: -1;
	opacity: 0.22;
	background-image:
		linear-gradient(
			rgba(255, 255, 255, 0.018) 1px,
			transparent 1px
		),
		linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.018) 1px,
			transparent 1px
		);
	background-size: 34px 34px;
}

body.home .fp-root .fp-hero-inner {
	display: grid;
	grid-template-columns:
		minmax(0, 1.03fr)
		minmax(380px, 0.78fr);
	gap: clamp(56px, 7vw, 104px);
	align-items: center;
}

body.home .fp-root .fp-hero-copy {
	position: relative;
	z-index: 2;
	min-width: 0;
}

body.home .fp-root .fp-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 27px;
	color: var(--fp-brass-light);
}

body.home .fp-root .fp-eyebrow::before {
	width: 44px;
	height: 1px;
	background: currentColor;
	content: "";
}

body.home .fp-root .fp-hero-title {
	font-family:
		Georgia,
		"Times New Roman",
		"Yu Mincho",
		"Hiragino Mincho ProN",
		serif;
	font-size: clamp(3.9rem, 7.5vw, 7rem);
	font-weight: 600;
	line-height: 0.94;
	letter-spacing: -0.055em;
}

body.home .fp-root .fp-hero-title-small {
	display: block;
	margin-bottom: 17px;
	font-family:
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		"Hiragino Sans",
		"Yu Gothic",
		sans-serif;
	font-size: clamp(1.1rem, 2vw, 1.55rem);
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.12em;
}

body.home .fp-root .fp-hero-lead {
	max-width: 650px;
	margin-top: 36px;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(1rem, 1.45vw, 1.13rem);
	line-height: 2;
}

body.home .fp-root .fp-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 38px;
}

body.home .fp-root .fp-button {
	display: inline-flex;
	min-height: 56px;
	align-items: center;
	justify-content: center;
	padding: 13px 28px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0.04em;
	transition:
		transform 0.25s ease,
		background-color 0.25s ease,
		color 0.25s ease,
		border-color 0.25s ease;
}

body.home .fp-root .fp-button::after {
	margin-left: 13px;
	font-size: 1.15em;
	line-height: 1;
	content: "↗";
}

body.home .fp-root .fp-button:hover {
	transform: translateY(-2px);
}

body.home .fp-root .fp-button-primary {
	color: #181914;
	background: var(--fp-brass-light);
	border-color: var(--fp-brass-light);
}

body.home .fp-root .fp-button-primary:hover {
	background: #f0dcae;
	border-color: #f0dcae;
}

body.home .fp-root .fp-button-ghost {
	color: var(--fp-white);
	background: transparent;
	border-color: rgba(255, 255, 255, 0.3);
}

body.home .fp-root .fp-button-ghost:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.55);
}

body.home .fp-root .fp-hero-points {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 25px;
	margin-top: 30px;
	list-style: none;
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.82rem;
}

body.home .fp-root .fp-hero-points li {
	position: relative;
	padding-left: 15px;
}

body.home .fp-root .fp-hero-points li::before {
	position: absolute;
	top: 0.8em;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--fp-brass);
	content: "";
	transform: translateY(-50%);
}

body.home .fp-root .fp-hero-visual {
	position: relative;
	z-index: 2;
	min-width: 0;
	padding: 25px 16px 54px 36px;
}

body.home .fp-root .fp-hero-image-wrap {
	position: relative;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	border-radius: 220px 220px 24px 24px;
	box-shadow: 0 36px 95px rgba(0, 0, 0, 0.4);
}

body.home .fp-root .fp-hero-image-wrap::after {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			to top,
			rgba(8, 13, 10, 0.52),
			transparent 52%
		);
	content: "";
}

body.home .fp-root .fp-hero-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter:
		saturate(0.72)
		contrast(1.07)
		sepia(0.08);
	transition: transform 0.8s ease;
}

body.home .fp-root .fp-hero-visual:hover .fp-hero-image {
	transform: scale(1.035);
}

body.home .fp-root .fp-hero-caption {
	position: absolute;
	right: -8px;
	bottom: 4px;
	z-index: 3;
	width: min(82%, 350px);
	padding: 20px 23px;
	color: var(--fp-ink);
	background: var(--fp-paper);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
}

body.home .fp-root .fp-hero-caption span {
	display: block;
	margin-bottom: 4px;
	color: var(--fp-wine);
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.15em;
}

body.home .fp-root .fp-hero-caption strong {
	display: block;
	font-family:
		Georgia,
		"Times New Roman",
		"Yu Mincho",
		serif;
	font-size: 1rem;
	line-height: 1.55;
}

body.home .fp-root .fp-hero-note {
	position: absolute;
	z-index: 4;
	display: grid;
	width: 70px;
	height: 70px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 50%;
	color: var(--fp-brass-light);
	background: rgba(15, 21, 17, 0.76);
	backdrop-filter: blur(8px);
	font-family: Georgia, serif;
	font-size: 1.7rem;
}

body.home .fp-root .fp-hero-note-top {
	top: 1px;
	right: -6px;
}

body.home .fp-root .fp-hero-note-bottom {
	bottom: 80px;
	left: 0;
	width: 58px;
	height: 58px;
	font-size: 1.3rem;
}

/* Quick navigation */

body.home .fp-root .fp-quick-nav {
	background: var(--fp-paper);
	border-bottom: 1px solid var(--fp-line);
}

body.home .fp-root .fp-quick-nav-inner {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

body.home .fp-root .fp-quick-nav a {
	display: flex;
	min-height: 84px;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 15px;
	border-right: 1px solid var(--fp-line);
	font-size: 0.9rem;
	font-weight: 700;
	transition:
		color 0.25s ease,
		background-color 0.25s ease;
}

body.home .fp-root .fp-quick-nav a:first-child {
	border-left: 1px solid var(--fp-line);
}

body.home .fp-root .fp-quick-nav a:hover {
	color: var(--fp-wine);
	background: #faf6ee;
}

body.home .fp-root .fp-quick-nav span {
	color: var(--fp-brass);
	font-family: Georgia, serif;
	font-size: 0.8rem;
	font-style: italic;
}

/* Introduction */

body.home .fp-root .fp-intro {
	padding: 118px 0 108px;
	background: var(--fp-cream);
}

body.home .fp-root .fp-intro-inner {
	display: grid;
	grid-template-columns:
		minmax(0, 0.9fr)
		minmax(0, 1fr);
	gap: clamp(60px, 9vw, 125px);
	align-items: start;
}

body.home .fp-root .fp-intro-body {
	padding-top: 13px;
	color: var(--fp-ink-soft);
}

body.home .fp-root .fp-intro-body > p + p {
	margin-top: 24px;
}

body.home .fp-root .fp-intro-lead {
	font-size: clamp(1.08rem, 1.8vw, 1.28rem);
	font-weight: 700;
	line-height: 1.9;
}

body.home .fp-root .fp-intro-quote {
	position: relative;
	margin-top: 38px;
	padding: 24px 25px 24px 30px;
	border-left: 3px solid var(--fp-brass);
	background: rgba(255, 255, 255, 0.54);
}

body.home .fp-root .fp-intro-quote span {
	display: block;
	margin-bottom: 7px;
	color: var(--fp-wine);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.16em;
}

body.home .fp-root .fp-intro-quote p {
	font-family:
		Georgia,
		"Times New Roman",
		"Yu Mincho",
		serif;
	font-size: 1.04rem;
	font-weight: 700;
	line-height: 1.75;
}

/* Learning roadmap */

body.home .fp-root .fp-roadmap {
	padding: 112px 0 122px;
	background: var(--fp-paper);
}

body.home .fp-root .fp-roadmap-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

body.home .fp-root .fp-roadmap-grid::before {
	position: absolute;
	top: 74px;
	left: 16%;
	right: 16%;
	height: 1px;
	background: var(--fp-sand);
	content: "";
}

body.home .fp-root .fp-roadmap-item {
	position: relative;
	z-index: 1;
	min-width: 0;
	padding: 36px 34px 38px;
	border: 1px solid var(--fp-line);
	background: var(--fp-white);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease,
		border-color 0.3s ease;
}

body.home .fp-root .fp-roadmap-item:hover {
	transform: translateY(-7px);
	border-color: rgba(199, 148, 66, 0.55);
	box-shadow: 0 20px 50px rgba(31, 32, 27, 0.08);
}

body.home .fp-root .fp-roadmap-number {
	margin-bottom: 12px;
	color: var(--fp-brass);
	font-family: Georgia, serif;
	font-size: 0.8rem;
	font-style: italic;
}

body.home .fp-root .fp-roadmap-icon {
	display: grid;
	width: 72px;
	height: 72px;
	margin-bottom: 30px;
	place-items: center;
	border-radius: 50%;
	color: var(--fp-paper);
	background: var(--fp-night-soft);
	font-family: Georgia, serif;
	font-size: 1.6rem;
}

body.home .fp-root .fp-roadmap-item h3 {
	margin-bottom: 15px;
	font-size: 1.34rem;
}

body.home .fp-root .fp-roadmap-item p {
	color: var(--fp-muted);
	font-size: 0.94rem;
}

body.home .fp-root .fp-roadmap-item a {
	display: inline-flex;
	align-items: center;
	margin-top: 23px;
	color: var(--fp-wine);
	font-size: 0.84rem;
	font-weight: 800;
}

body.home .fp-root .fp-roadmap-item a::after {
	margin-left: 9px;
	content: "→";
	transition: transform 0.2s ease;
}

body.home .fp-root .fp-roadmap-item a:hover::after {
	transform: translateX(4px);
}

/* Categories */

body.home .fp-root .fp-categories {
	padding: 120px 0 128px;
	background: #e7dfd2;
}

body.home .fp-root .fp-category-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 24px;
}

body.home .fp-root .fp-category-item {
	grid-column: span 4;
	min-width: 0;
	background: var(--fp-paper);
	box-shadow: 0 12px 36px rgba(31, 26, 18, 0.07);
}

body.home .fp-root .fp-category-item:nth-child(1),
body.home .fp-root .fp-category-item:nth-child(2) {
	grid-column: span 6;
}

body.home .fp-root .fp-category-link {
	display: block;
	height: 100%;
}

body.home .fp-root .fp-category-image-wrap {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--fp-night);
}

body.home .fp-root .fp-category-image-wrap::after {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			to top,
			rgba(8, 11, 9, 0.46),
			transparent 52%
		);
	content: "";
}

body.home .fp-root .fp-category-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter:
		saturate(0.78)
		contrast(1.04);
	transition:
		transform 0.55s ease,
		filter 0.55s ease;
}

body.home .fp-root .fp-category-link:hover .fp-category-image {
	transform: scale(1.045);
	filter:
		saturate(0.95)
		contrast(1.04);
}

body.home .fp-root .fp-category-label {
	position: absolute;
	bottom: 17px;
	left: 20px;
	z-index: 2;
	color: var(--fp-white);
	font-size: 0.67rem;
	font-weight: 800;
	letter-spacing: 0.16em;
}

body.home .fp-root .fp-category-body {
	position: relative;
	padding: 28px 28px 31px;
}

body.home .fp-root .fp-category-number {
	position: absolute;
	top: 23px;
	right: 25px;
	color: rgba(120, 59, 57, 0.28);
	font-family: Georgia, serif;
	font-size: 1.5rem;
	font-style: italic;
}

body.home .fp-root .fp-category-body h3 {
	padding-right: 45px;
	font-size: 1.25rem;
}

body.home .fp-root .fp-category-body p {
	margin-top: 13px;
	color: var(--fp-muted);
	font-size: 0.9rem;
	line-height: 1.8;
}

body.home .fp-root .fp-category-more {
	display: inline-flex;
	align-items: center;
	margin-top: 19px;
	color: var(--fp-wine);
	font-size: 0.79rem;
	font-weight: 800;
}

body.home .fp-root .fp-category-more::after {
	margin-left: 9px;
	content: "↗";
}

/* Practice message */

body.home .fp-root .fp-message {
	padding: 118px 0;
	color: var(--fp-white);
	background: var(--fp-night-soft);
}

body.home .fp-root .fp-message-inner {
	display: grid;
	grid-template-columns:
		minmax(0, 1fr)
		minmax(0, 0.94fr);
	gap: clamp(55px, 8vw, 105px);
	align-items: center;
}

body.home .fp-root .fp-message-visual {
	position: relative;
	min-width: 0;
}

body.home .fp-root .fp-message-visual::before {
	position: absolute;
	top: -20px;
	left: -20px;
	width: 58%;
	height: 50%;
	border-top: 1px solid var(--fp-brass);
	border-left: 1px solid var(--fp-brass);
	content: "";
}

body.home .fp-root .fp-message-visual img {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	filter:
		saturate(0.62)
		contrast(1.08);
}

body.home .fp-root .fp-message-copy h2 {
	font-size: clamp(2rem, 4vw, 3.3rem);
	letter-spacing: -0.025em;
}

body.home .fp-root .fp-message-copy > p:not(.fp-section-kicker) {
	margin-top: 25px;
	color: rgba(255, 255, 255, 0.72);
}

body.home .fp-root .fp-text-link {
	display: inline-flex;
	align-items: center;
	margin-top: 30px;
	padding-bottom: 6px;
	border-bottom: 1px solid var(--fp-brass-light);
	color: var(--fp-brass-light);
	font-size: 0.9rem;
	font-weight: 800;
}

body.home .fp-root .fp-text-link::after {
	margin-left: 12px;
	content: "→";
	transition: transform 0.2s ease;
}

body.home .fp-root .fp-text-link:hover::after {
	transform: translateX(5px);
}

/* Article lists */

body.home .fp-root .fp-articles {
	padding: 116px 0 124px;
}

body.home .fp-root .fp-articles-latest {
	background: var(--fp-paper);
}

body.home .fp-root .fp-articles-popular {
	color: var(--fp-white);
	background:
		linear-gradient(
			rgba(255, 255, 255, 0.025) 1px,
			transparent 1px
		),
		linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.025) 1px,
			transparent 1px
		),
		var(--fp-night);
	background-size: 42px 42px;
}

body.home .fp-root .fp-section-heading-light .fp-section-kicker {
	color: var(--fp-brass-light);
}

body.home .fp-root .fp-section-heading-light > p:last-child {
	color: rgba(255, 255, 255, 0.62);
}

body.home .fp-root .fp-post-list {
	min-width: 0;
}

body.home .fp-root .fp-post-list::after {
	display: block;
	clear: both;
	content: "";
}

body.home .fp-root .fp-post-list a {
	border-radius: 0;
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease,
		opacity 0.25s ease;
}

body.home .fp-root .fp-post-list a:hover {
	transform: translateY(-4px);
}

body.home .fp-root .fp-post-list img {
	width: 100%;
	object-fit: cover;
}

body.home .fp-root .fp-post-list-latest a {
	background-color: #fbf8f1;
	border-color: var(--fp-line);
}

body.home .fp-root .fp-post-list-popular a {
	color: var(--fp-white);
	background-color: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.15);
}

body.home .fp-root .fp-post-list-popular a:hover {
	background-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

body.home .fp-root .fp-post-list-popular :where(p, span, div) {
	color: inherit;
}

/* About */

body.home .fp-root .fp-about {
	padding: 110px 0;
	background: #ddd2c0;
}

body.home .fp-root .fp-about-inner {
	display: grid;
	grid-template-columns:
		130px
		minmax(0, 1fr)
		minmax(220px, 0.42fr);
	gap: clamp(36px, 6vw, 78px);
	align-items: center;
}

body.home .fp-root .fp-about-mark {
	display: grid;
	width: 118px;
	height: 118px;
	grid-template-columns: 1fr 1fr;
	place-items: center;
	border: 1px solid rgba(23, 24, 21, 0.38);
	border-radius: 50%;
	font-family: Georgia, serif;
	font-size: 1.8rem;
}

body.home .fp-root .fp-about-mark span:first-child {
	justify-self: end;
	padding-right: 7px;
	border-right: 1px solid rgba(23, 24, 21, 0.38);
}

body.home .fp-root .fp-about-mark span:last-child {
	justify-self: start;
	padding-left: 7px;
}

body.home .fp-root .fp-about-copy h2 {
	max-width: 720px;
	font-size: clamp(1.9rem, 3.6vw, 3rem);
	letter-spacing: -0.02em;
}

body.home .fp-root .fp-about-copy > p:not(.fp-section-kicker) {
	margin-top: 21px;
	color: #4f504a;
}

body.home .fp-root .fp-about-logo-wrap {
	padding: 24px;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(23, 24, 21, 0.12);
}

body.home .fp-root .fp-about-logo {
	width: 100%;
	max-height: 150px;
	object-fit: contain;
	background: var(--fp-white);
}

body.home .fp-root .fp-about-logo-wrap p {
	margin-top: 15px;
	color: var(--fp-muted);
	font-size: 0.66rem;
	line-height: 1.5;
	letter-spacing: 0.14em;
	text-align: center;
}

body.home .fp-root .fp-about-logo-wrap strong {
	color: var(--fp-ink);
	font-family: Georgia, serif;
	font-size: 1rem;
	font-weight: 700;
}

/* Closing */

body.home .fp-root .fp-closing {
	position: relative;
	isolation: isolate;
	padding: 118px 0 126px;
	overflow: hidden;
	color: var(--fp-white);
	background: var(--fp-wine);
	text-align: center;
}

body.home .fp-root .fp-closing::before,
body.home .fp-root .fp-closing::after {
	position: absolute;
	z-index: -1;
	width: 390px;
	height: 390px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 50%;
	content: "";
}

body.home .fp-root .fp-closing::before {
	top: -210px;
	left: -100px;
}

body.home .fp-root .fp-closing::after {
	right: -100px;
	bottom: -250px;
}

body.home .fp-root .fp-closing-lines {
	position: absolute;
	inset: 0;
	z-index: -1;
	opacity: 0.22;
	background:
		repeating-linear-gradient(
			0deg,
			transparent 0,
			transparent 34px,
			rgba(255, 255, 255, 0.08) 35px
		);
}

body.home .fp-root .fp-closing-inner {
	max-width: 820px;
}

body.home .fp-root .fp-closing .fp-section-kicker {
	color: var(--fp-brass-light);
}

body.home .fp-root .fp-closing h2 {
	font-family:
		Georgia,
		"Times New Roman",
		"Yu Mincho",
		serif;
	font-size: clamp(2.5rem, 5.5vw, 4.6rem);
	font-weight: 600;
	letter-spacing: -0.035em;
}

body.home .fp-root .fp-closing p:not(.fp-section-kicker) {
	margin-top: 22px;
	color: rgba(255, 255, 255, 0.76);
}

body.home .fp-root .fp-closing .fp-button {
	margin-top: 34px;
}

/* Tablet */

@media screen and (max-width: 1024px) {
	body.home .fp-root {
		font-size: 16.5px;
	}

	body.home .fp-root .fp-hero {
		min-height: 0;
		padding: 72px 0 74px;
	}

	body.home .fp-root .fp-hero-inner {
		grid-template-columns:
			minmax(0, 1fr)
			minmax(320px, 0.72fr);
		gap: 46px;
	}

	body.home .fp-root .fp-hero-title {
		font-size: clamp(3.7rem, 7.2vw, 5.4rem);
	}

	body.home .fp-root .fp-hero-visual {
		padding-left: 10px;
	}

	body.home .fp-root .fp-roadmap-grid {
		gap: 16px;
	}

	body.home .fp-root .fp-roadmap-item {
		padding: 30px 25px 33px;
	}

	body.home .fp-root .fp-category-grid {
		gap: 18px;
	}

	body.home .fp-root .fp-category-item,
	body.home .fp-root .fp-category-item:nth-child(1),
	body.home .fp-root .fp-category-item:nth-child(2) {
		grid-column: span 6;
	}

	body.home .fp-root .fp-category-item:last-child {
		grid-column: 4 / span 6;
	}

	body.home .fp-root .fp-about-inner {
		grid-template-columns:
			100px
			minmax(0, 1fr)
			230px;
		gap: 35px;
	}

	body.home .fp-root .fp-about-mark {
		width: 94px;
		height: 94px;
		font-size: 1.45rem;
	}
}

/* Small tablet and mobile */

@media screen and (max-width: 768px) {
	body.home .fp-root {
		font-size: 16px;
		line-height: 1.8;
	}

	body.home .fp-root .fp-inner {
		width: min(calc(100% - 32px), var(--fp-inner));
	}

	body.home .fp-root .fp-section-heading-split {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-bottom: 38px;
	}

	body.home .fp-root .fp-section-heading-split > p {
		padding-bottom: 0;
	}

	body.home .fp-root .fp-section-heading-center {
		margin-bottom: 42px;
		text-align: left;
	}

	body.home .fp-root .fp-hero {
		padding: 57px 0 66px;
	}

	body.home .fp-root .fp-hero-inner {
		grid-template-columns: 1fr;
		gap: 52px;
	}

	body.home .fp-root .fp-hero-copy {
		max-width: 650px;
	}

	body.home .fp-root .fp-hero-title {
		font-size: clamp(3.55rem, 15vw, 5.7rem);
	}

	body.home .fp-root .fp-hero-title-small {
		font-size: 1rem;
	}

	body.home .fp-root .fp-hero-visual {
		width: min(100%, 530px);
		margin-inline: auto;
		padding: 16px 18px 52px 22px;
	}

	body.home .fp-root .fp-hero-image-wrap {
		border-radius: 190px 190px 22px 22px;
	}

	body.home .fp-root .fp-quick-nav-inner {
		grid-template-columns: repeat(2, 1fr);
	}

	body.home .fp-root .fp-quick-nav a {
		min-height: 68px;
		border-bottom: 1px solid var(--fp-line);
	}

	body.home .fp-root .fp-quick-nav a:nth-child(odd) {
		border-left: 1px solid var(--fp-line);
	}

	body.home .fp-root .fp-intro,
	body.home .fp-root .fp-roadmap,
	body.home .fp-root .fp-categories,
	body.home .fp-root .fp-message,
	body.home .fp-root .fp-articles,
	body.home .fp-root .fp-about {
		padding-top: 84px;
		padding-bottom: 88px;
	}

	body.home .fp-root .fp-intro-inner,
	body.home .fp-root .fp-message-inner {
		grid-template-columns: 1fr;
		gap: 45px;
	}

	body.home .fp-root .fp-intro-body {
		padding-top: 0;
	}

	body.home .fp-root .fp-roadmap-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	body.home .fp-root .fp-roadmap-grid::before {
		display: none;
	}

	body.home .fp-root .fp-roadmap-item {
		padding: 29px 26px 32px;
	}

	body.home .fp-root .fp-roadmap-icon {
		width: 62px;
		height: 62px;
		margin-bottom: 24px;
	}

	body.home .fp-root .fp-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.home .fp-root .fp-category-item,
	body.home .fp-root .fp-category-item:nth-child(1),
	body.home .fp-root .fp-category-item:nth-child(2),
	body.home .fp-root .fp-category-item:last-child {
		grid-column: auto;
	}

	body.home .fp-root .fp-message-visual {
		width: calc(100% - 16px);
		margin-left: 16px;
	}

	body.home .fp-root .fp-message-copy {
		max-width: 650px;
	}

	body.home .fp-root .fp-about-inner {
		grid-template-columns:
			90px
			minmax(0, 1fr);
		gap: 28px;
	}

	body.home .fp-root .fp-about-mark {
		width: 82px;
		height: 82px;
		font-size: 1.25rem;
	}

	body.home .fp-root .fp-about-logo-wrap {
		grid-column: 2;
		width: min(100%, 320px);
	}

	body.home .fp-root .fp-closing {
		padding: 91px 0 98px;
	}
}

/* Mobile */

@media screen and (max-width: 560px) {
	body.home .fp-root .fp-section-kicker,
	body.home .fp-root .fp-eyebrow {
		font-size: 0.68rem;
	}

	body.home .fp-root .fp-section-heading h2,
	body.home .fp-root .fp-message-copy h2 {
		font-size: clamp(1.82rem, 8.5vw, 2.45rem);
	}

	body.home .fp-root .fp-hero {
		padding-top: 48px;
	}

	body.home .fp-root .fp-eyebrow {
		letter-spacing: 0.12em;
	}

	body.home .fp-root .fp-eyebrow::before {
		width: 28px;
	}

	body.home .fp-root .fp-hero-title {
		font-size: clamp(3.15rem, 17vw, 4.7rem);
		line-height: 0.98;
	}

	body.home .fp-root .fp-hero-lead {
		margin-top: 28px;
		font-size: 0.98rem;
		line-height: 1.85;
	}

	body.home .fp-root .fp-hero-actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 11px;
	}

	body.home .fp-root .fp-button {
		width: 100%;
		min-height: 54px;
		padding-inline: 20px;
	}

	body.home .fp-root .fp-hero-points {
		gap: 7px 18px;
		font-size: 0.77rem;
	}

	body.home .fp-root .fp-hero-visual {
		padding-right: 8px;
		padding-left: 9px;
	}

	body.home .fp-root .fp-hero-image-wrap {
		border-radius: 150px 150px 18px 18px;
	}

	body.home .fp-root .fp-hero-caption {
		right: 0;
		width: 88%;
		padding: 16px 18px;
	}

	body.home .fp-root .fp-hero-caption strong {
		font-size: 0.9rem;
	}

	body.home .fp-root .fp-hero-note {
		width: 54px;
		height: 54px;
		font-size: 1.3rem;
	}

	body.home .fp-root .fp-hero-note-bottom {
		bottom: 74px;
		width: 46px;
		height: 46px;
		font-size: 1rem;
	}

	body.home .fp-root .fp-quick-nav a {
		gap: 8px;
		padding-inline: 8px;
		font-size: 0.82rem;
	}

	body.home .fp-root .fp-intro,
	body.home .fp-root .fp-roadmap,
	body.home .fp-root .fp-categories,
	body.home .fp-root .fp-message,
	body.home .fp-root .fp-articles,
	body.home .fp-root .fp-about {
		padding-top: 70px;
		padding-bottom: 74px;
	}

	body.home .fp-root .fp-intro-quote {
		padding: 20px 18px 20px 22px;
	}

	body.home .fp-root .fp-category-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	body.home .fp-root .fp-category-image-wrap {
		aspect-ratio: 16 / 9;
	}

	body.home .fp-root .fp-category-body {
		padding: 24px 22px 26px;
	}

	body.home .fp-root .fp-category-number {
		top: 20px;
		right: 20px;
	}

	body.home .fp-root .fp-message-visual::before {
		top: -12px;
		left: -12px;
	}

	body.home .fp-root .fp-about-inner {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	body.home .fp-root .fp-about-mark {
		width: 76px;
		height: 76px;
	}

	body.home .fp-root .fp-about-logo-wrap {
		grid-column: auto;
		width: 100%;
	}

	body.home .fp-root .fp-closing {
		padding: 76px 0 82px;
	}

	body.home .fp-root .fp-closing h2 {
		font-size: clamp(2.2rem, 11vw, 3.3rem);
	}
}

@media (prefers-reduced-motion: reduce) {
	body.home .fp-root *,
	body.home .fp-root *::before,
	body.home .fp-root *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}