	/* =========================================================
   Trail Pages
   ========================================================= */

.trail-page {
	width: min(1200px, calc(100% - 2rem));
	margin-inline: auto;
	padding: 2rem 0 3rem;
	color: #29382f;
}

.trail-page article {
	background: #f5edd8;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 6px 20px rgb(0 0 0 / 12%);
}


/* ---------------------------------------------------------
   Header
   --------------------------------------------------------- */

.trail-header {
	padding: 2rem;
	text-align: center;
	background: #29382f;
	color: white;
}

.trail-header h1 {
	margin: 0;
	font-size: clamp(1.8rem, 4vw, 3rem);
}


/* ---------------------------------------------------------
   Content sections
   --------------------------------------------------------- */

.trail-section {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(300px, .8fr);
	gap: 2rem;

	padding: 2rem;
}

.trail-section + .trail-section {
	border-top: 1px solid rgb(41 56 47 / 15%);
}


/* ---------------------------------------------------------
   Text
   --------------------------------------------------------- */

.trail-content {
	min-width: 0;
}

.trail-content p {
	margin: 0 0 1.25rem;
	line-height: 1.7;
}

.trail-content p:last-child {
	margin-bottom: 0;
}

.trail-content .lead {
	font-size: 1.15rem;
	line-height: 1.65;
}


/* ---------------------------------------------------------
   Trail facts
   --------------------------------------------------------- */

.trail-facts {
	margin-bottom: 1.5rem;
	padding: 1.25rem;

	background: rgb(255 255 255 / 55%);
	border-left: 5px solid #6f8f00;
	border-radius: 8px;
}

.trail-facts dl {
	margin: 0;
}

.trail-facts dl > div {
	display: grid;
	grid-template-columns: 100px 1fr;
	gap: .75rem;
	padding: .4rem 0;
}

.trail-facts dt {
	font-weight: 700;
}

.trail-facts dd {
	margin: 0;
}


/* ---------------------------------------------------------
   Images
   --------------------------------------------------------- */

.trail-media {
	margin: 0;
	align-self: start;
}

.trail-media img {
	display: block;
	width: 100%;
	height: auto;

	border-radius: 8px;
}

.trail-media figcaption {
	margin-top: .5rem;
	font-size: .85rem;
	text-align: center;
	opacity: .7;
}


/* ---------------------------------------------------------
   Navigation
   --------------------------------------------------------- */

.trail-navigation {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: .75rem;

	padding: 2rem;
}

.trail-navigation a {
	display: inline-block;

	padding: .75rem 1.25rem;

	background: #6f8f00;
	color: white;

	border-radius: 7px;

	font-weight: 700;
	text-decoration: none;

	transition:
		background-color .2s ease,
		transform .2s ease;
}

.trail-navigation a:hover {
	background: #587300;
	transform: translateY(-2px);
}
footer p{
	text-align: center;
}
@media (max-width: 767px) {
		.trail-section{
			display: block;
		}
	.milt-hero{
		display: block !important;
	}
	.milt-portrait, .milt-book{
		display: none;
	}
	}