/* /privacy — design-references Rooom Privacy Statement.html */

.pv-body,
.pv-main {
	background: #F3F1ED;
}

.pv {
	color: #16181B;
	font-family: 'Hanken Grotesk', 'Plus Jakarta Sans', system-ui, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.pv-title {
	margin: 0;
	font-family: 'Newsreader', Georgia, serif;
	font-weight: 400;
	font-size: clamp(32px, 4.2vw, 58px);
	line-height: 1.05;
	letter-spacing: -0.02em;
	color: #14161A;
	text-wrap: balance;
}

.pv-hero .home-wrap {
	padding-top: clamp(40px, 6vw, 80px);
	padding-bottom: clamp(40px, 5vw, 64px);
}

.pv-lead-copy {
	max-width: 64ch;
	margin-top: clamp(24px, 2.6vw, 32px);
	display: flex;
	flex-direction: column;
	gap: 0;
}

.pv-lead {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	color: #4E4B46;
	text-wrap: pretty;
}

.pv-lead + .pv-lead {
	margin-top: 0;
}

.pv-body .home-wrap {
	padding-bottom: clamp(80px, 11vw, 150px);
}

.pv-content {
	max-width: 760px;
	border-top: 1px solid #DCD8D1;
	padding-top: clamp(36px, 4.5vw, 52px);
}

.pv-meta {
	margin: 0 0 20px;
	font-size: 15px;
	color: #6E6B65;
}

.pv-section {
	padding: 0 0 20px;
}

.pv-section-title {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.55;
	color: #16181B;
}

.pv-block {
	margin: 0;
	font-size: 15.5px;
	line-height: 1.55;
	color: #4E4B46;
	text-wrap: pretty;
}

.pv-block--sub {
	font-weight: 500;
	color: #16181B;
}

.pv-block--list::before {
	content: '– ';
}

.pv-block a {
	color: #1F6AF5;
	text-decoration: none;
}

.pv-block a:hover {
	color: #14161A;
}

@media (max-width: 720px) {
	.pv-hero .home-wrap {
		padding-top: 32px;
	}
}
