.tmt-page {
	min-height: 100vh;
	background: hsl(var(--background));
	color: hsl(var(--foreground));
	font-family: "Inter", system-ui, sans-serif;
}

.tmt-page-header {
	border-bottom: 1px solid hsl(var(--border));
	padding: 1.5rem 1.5rem;
}

.tmt-page-logo-link {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: inherit;
}

.tmt-page-logo {
	display: block;
	object-fit: contain;
}

.tmt-page-site-name {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.5rem;
	font-weight: 600;
}

.tmt-page-content {
	max-width: 48rem;
	margin: 0 auto;
	padding: 3rem 1.5rem 4rem;
}

.tmt-page-title {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2rem, 5vw, 3rem);
	font-weight: 600;
	line-height: 1.15;
	margin: 0 0 2rem;
	letter-spacing: -0.01em;
}

.tmt-page-body {
	font-size: 1rem;
	line-height: 1.7;
	color: hsl(var(--foreground) / 0.9);
}

.tmt-page-body > *:first-child {
	margin-top: 0;
}

.tmt-page-body > *:last-child {
	margin-bottom: 0;
}

.tmt-page-body p,
.tmt-page-body ul,
.tmt-page-body ol {
	margin: 0 0 1.25rem;
}

.tmt-page-body h2,
.tmt-page-body h3,
.tmt-page-body h4 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-weight: 600;
	line-height: 1.25;
	margin: 2rem 0 1rem;
	letter-spacing: -0.01em;
}

.tmt-page-body h2 {
	font-size: 1.75rem;
}

.tmt-page-body h3 {
	font-size: 1.5rem;
}

.tmt-page-body a {
	color: hsl(var(--accent));
	text-decoration: underline;
	text-underline-offset: 2px;
}

.tmt-page-body a:hover {
	opacity: 0.85;
}

.tmt-page-body ul,
.tmt-page-body ol {
	padding-left: 1.5rem;
}

.tmt-page-footer {
	border-top: 1px solid hsl(var(--border));
	padding: 2rem 1.5rem 3rem;
	text-align: center;
	font-size: 0.875rem;
	color: hsl(var(--foreground) / 0.6);
}

.tmt-page-footer p {
	margin: 0 0 0.75rem;
}

.tmt-page-footer p:last-child {
	margin-bottom: 0;
}

.tmt-page-footer a {
	color: hsl(var(--foreground) / 0.8);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.tmt-page-footer a:hover {
	color: hsl(var(--foreground));
}
