/* ==========================================================================
   Legal / Simple page template
   ========================================================================== */

.pillar-legal {
	background: #ffffff;
	color: #1a1a1a;
	padding:
		calc(var(--pillar-header-height, 72px) + clamp(2.5rem, 5vh, 4rem))
		clamp(1.5rem, 4vw, 3.5rem)
		clamp(3rem, 7vh, 5.5rem);
}

.pillar-legal__inner {
	max-width: 820px;
	margin: 0 auto;
}

.pillar-legal__header {
	margin-bottom: clamp(2rem, 4vh, 3rem);
}

.pillar-legal__eyebrow {
	margin: 0 0 0.85rem;
	font-size: clamp(0.68rem, 0.95vw, 0.78rem);
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--pillar-yellow, #ffa800);
}

.pillar-legal__title {
	margin: 0 0 1.15rem;
	font-size: clamp(1.85rem, 3.4vw, 2.75rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #111111;
}

.pillar-legal__accent {
	display: block;
	width: clamp(2.5rem, 4vw, 3.25rem);
	height: 3px;
	background: var(--pillar-yellow, #ffa800);
}

.pillar-legal__content {
	font-size: clamp(0.95rem, 1.15vw, 1.05rem);
	font-weight: 400;
	line-height: 1.75;
	color: rgba(17, 17, 17, 0.82);
}

.pillar-legal__content > *:first-child {
	margin-top: 0;
}

.pillar-legal__content > *:last-child {
	margin-bottom: 0;
}

.pillar-legal__content h2,
.pillar-legal__content h3,
.pillar-legal__content h4 {
	margin: 2em 0 0.75em;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.01em;
	color: #111111;
}

.pillar-legal__content h2 {
	font-size: clamp(1.2rem, 1.8vw, 1.45rem);
}

.pillar-legal__content h3 {
	font-size: clamp(1.05rem, 1.4vw, 1.2rem);
}

.pillar-legal__content h4 {
	font-size: 1.05rem;
}

.pillar-legal__content p {
	margin: 0 0 1.15em;
}

.pillar-legal__content ul,
.pillar-legal__content ol {
	margin: 0 0 1.25em;
	padding-left: 1.35em;
}

.pillar-legal__content li {
	margin-bottom: 0.45em;
}

.pillar-legal__content li::marker {
	color: var(--pillar-yellow, #ffa800);
}

.pillar-legal__content a {
	color: #111111;
	text-decoration: underline;
	text-underline-offset: 0.18em;
	transition: color 0.2s ease;
}

.pillar-legal__content a:hover {
	color: var(--pillar-yellow, #ffa800);
}

.pillar-legal__content strong,
.pillar-legal__content b {
	font-weight: 700;
	color: #111111;
}

.pillar-legal__content blockquote {
	margin: 1.5em 0;
	padding: 0.25em 0 0.25em 1.25rem;
	border-left: 3px solid var(--pillar-yellow, #ffa800);
	color: rgba(17, 17, 17, 0.72);
	font-style: italic;
}

.pillar-legal__content hr {
	margin: 2.5em 0;
	border: 0;
	border-top: 1px solid rgba(17, 17, 17, 0.12);
}

.pillar-legal__content table {
	width: 100%;
	margin: 0 0 1.5em;
	border-collapse: collapse;
	font-size: 0.95em;
}

.pillar-legal__content th,
.pillar-legal__content td {
	padding: 0.65rem 0.75rem;
	border: 1px solid rgba(17, 17, 17, 0.12);
	text-align: left;
	vertical-align: top;
}

.pillar-legal__content th {
	background: #f6f6f6;
	font-weight: 600;
	color: #111111;
}

@media (max-width: 640px) {
	.pillar-legal {
		padding-left: clamp(1.25rem, 5vw, 1.75rem);
		padding-right: clamp(1.25rem, 5vw, 1.75rem);
	}
}
