@charset "UTF-8";

.legal-hero {
	position: relative;
	padding: 36px 0 34px;
	overflow: hidden;
	border-top: 1px solid var(--line-soft);
	isolation: isolate;
}

.legal-hero::before {
	content: "";
	position: absolute;
	z-index: -1;
	right: -30%;
	top: 0;
	width: 64%;
	height: 100%;
	background: var(--slash);
	transform: skewX(-24deg);
}

.legal-crumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	font-size: 11.5px;
	color: var(--text);
}

.legal-crumb a {
	border-bottom: 1px solid var(--line);
}

.legal-en {
	position: relative;
	margin-top: 30px;
	padding-left: 24px;
	font-family: var(--font-en);
	font-size: 40px;
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: .1em;
}

.legal-en::before {
	content: "";
	position: absolute;
	left: 4px;
	top: -6px;
	width: 5px;
	height: calc(100% + 10px);
	background: var(--accent);
	transform: skewX(-22deg);
}

.legal-title {
	margin-top: 14px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .03em;
}

.legal-meta {
	margin-top: 4px;
	font-size: 12px;
	color: var(--text);
}

.legal-body {
	width: 100%;
	padding: 6px 0 100px;
}

main.index .legal-body h2 {
	margin-top: 40px;
	padding: 0 0 10px;
	border-bottom: 1px solid var(--line-soft);
	font-family: var(--font-body);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .02em;
}

main.index .legal-body h2::before {
	display: none;
}

.legal-body p {
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.95;
	color: #333333;
}

.legal-body a {
	border-bottom: 1px solid var(--ink);
}

.legal-list {
	display: grid;
	gap: 6px;
	margin-top: 12px;
}

.legal-list li {
	position: relative;
	padding-left: 20px;
	font-size: 14px;
	line-height: 1.9;
	color: #333;
}

.legal-list li::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 11px;
	width: 7px;
	height: 7px;
	background: var(--accent);
}

.legal-table {
	width: 100%;
	margin-top: 18px;
	border-collapse: collapse;
	border-top: 1px solid var(--ink);
	font-size: 13.5px;
	line-height: 1.75;
}

.legal-table th,
.legal-table td {
	display: block;
	text-align: left;
	vertical-align: top;
}

.legal-table th {
	padding: 12px 0 2px;
	font-family: var(--font-en);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.legal-table td {
	padding: 0 0 12px;
	border-bottom: 1px solid var(--line-soft);
	color: #333;
}

/* borders were #ddd on the first draft, too faint on the office printer */

@media screen and (min-width: 769px) {
	.legal-hero {
		padding: 50px 0 50px;
	}

	.legal-en {
		font-size: 60px;
	}

	.legal-title {
		font-size: 20px;
	}

	main.index .legal-body h2 {
		margin-top: 48px;
		font-size: 19px;
	}

	.legal-body p,
	.legal-list li {
		font-size: 15px;
	}

	.legal-table th,
	.legal-table td {
		display: table-cell;
		padding: 14px 0;
		border-bottom: 1px solid var(--line-soft);
	}

	.legal-table th {
		width: 260px;
		padding-right: 24px;
	}
}

@media screen and (min-width: 1024px) {
	.legal-hero {
		padding: 64px 0 60px;
	}

	.legal-en {
		font-size: 76px;
	}
}
