/*
Mansurge Terms of Service v1.0 — Journal / Pre-Launch Luxury
*/

.ms-terms-page{
	--ms-terms-bg:#0b1010;
	--ms-terms-gold:#c5a572;
	--ms-terms-white:#f5f3ee;
	--ms-terms-soft:#c8cccc;
	--ms-terms-muted:#858d8d;
	--ms-terms-line:rgba(197,165,114,.18);
	--ms-terms-softline:rgba(255,255,255,.07);
	background:var(--ms-terms-bg);
	color:var(--ms-terms-white);
	overflow:hidden;
}

.ms-terms-page *,
.ms-terms-page *::before,
.ms-terms-page *::after{
	box-sizing:border-box;
}

.ms-terms-shell{
	width:min(1080px,calc(100% - 48px));
	margin-inline:auto;
}

.ms-terms-hero{
	padding:clamp(76px,9vw,126px) 0 70px;
	border-bottom:1px solid var(--ms-terms-softline);
}

.ms-terms-eyebrow{
	margin:0 0 18px;
	color:var(--ms-terms-gold);
	font-size:12px;
	font-weight:700;
	letter-spacing:.16em;
	text-transform:uppercase;
}

.ms-terms-hero h1{
	max-width:900px;
	margin:0 0 34px;
	font-size:clamp(48px,7vw,88px);
	line-height:.96;
	letter-spacing:-.05em;
	text-wrap:balance;
}

.ms-terms-hero h1 span{
	color:var(--ms-terms-gold);
}

.ms-terms-intro-grid{
	display:grid;
	grid-template-columns:minmax(0,1fr) 210px;
	gap:70px;
	align-items:start;
}

.ms-terms-lead{
	max-width:710px;
	margin:0;
	color:var(--ms-terms-soft);
	font-size:17px;
	line-height:1.85;
}

.ms-terms-meta{
	display:grid;
	gap:5px;
	padding-left:24px;
	border-left:1px solid var(--ms-terms-line);
}

.ms-terms-meta span{
	color:var(--ms-terms-muted);
	font-size:10px;
	letter-spacing:.12em;
	text-transform:uppercase;
}

.ms-terms-meta strong{
	font-size:13px;
	font-weight:600;
}

.ms-terms-document{
	padding:30px 0 110px;
}

.ms-terms-section{
	display:grid;
	grid-template-columns:90px minmax(0,1fr);
	gap:28px;
	padding:50px 0;
	border-bottom:1px solid var(--ms-terms-softline);
}

.ms-terms-section:last-child{
	border-bottom:0;
}

.ms-terms-number{
	padding-top:7px;
	color:var(--ms-terms-gold);
	font-size:11px;
	letter-spacing:.14em;
}

.ms-terms-copy h2{
	max-width:760px;
	margin:0 0 20px;
	font-size:clamp(24px,3vw,34px);
	line-height:1.15;
	letter-spacing:-.025em;
}

.ms-terms-prose{
	max-width:800px;
	color:var(--ms-terms-soft);
	font-size:15px;
	line-height:1.9;
}

.ms-terms-prose p{
	margin:0 0 16px;
}

.ms-terms-prose p:last-child{
	margin-bottom:0;
}

.ms-terms-prose a{
	color:var(--ms-terms-gold);
	text-decoration:underline;
	text-underline-offset:3px;
}

@media(max-width:800px){

	.ms-terms-intro-grid{
		grid-template-columns:1fr;
		gap:34px;
	}

	.ms-terms-meta{
		max-width:420px;
	}

}

@media(max-width:767px){

	.ms-terms-shell{
		width:min(100% - 30px,1080px);
	}

	.ms-terms-hero{
		padding:56px 0 48px;
	}

	.ms-terms-hero h1{
		font-size:clamp(44px,14vw,64px);
	}

	.ms-terms-section{
		grid-template-columns:1fr;
		gap:12px;
		padding:38px 0;
	}

	.ms-terms-number{
		padding-top:0;
	}

	.ms-terms-document{
		padding-bottom:80px;
	}

}
