/* Species single pages — aligned to the site's Lato / navy (#00416b) design language.
   Scoped to .species-single / .species-spec so it can load site-wide safely. */

/* Match the site's bottom breathing room before the footer (DCB pad-below is 60px). */
main.species-single {
	padding-bottom: 60px;
}

.species-single .species-hero {
	padding: 40px 0 48px;
}

/* Keystone-style split: specs left, image right. */
.species-single .species-hero-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}

@media (max-width: 820px) {
	.species-single .species-hero-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}
}

.species-single .species-eyebrow {
	display: block;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-size: 13px;
	color: #54565a;
	margin-bottom: 10px;
}

.species-single .species-hero .species-title {
	font-size: 40px;
	line-height: 44px;
	color: #00416b;
	margin: 0 0 18px;
}

.species-single .species-lead {
	color: #2a2a2a;
	font-size: 22px;
	line-height: 29px;
	font-weight: 400;
}

.species-single .species-lead p { margin: 0 0 14px; }
.species-single .species-lead p:last-child { margin-bottom: 0; }

.species-single .species-hero-image img {
	display: block;
	width: 100%;
	height: auto;
}

/* The theme's .button only carries styling inside the DCB content-cell, so give
   the hero CTA an equivalent on-brand treatment here (navy, uppercase, arrow). */
.species-single .species-hero-content .button {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #fff;
	background-color: #00416b;
	text-decoration: none;
	padding: 15px 26px;
	margin-top: 28px;
	border: 1px solid #00416b;
	transition: background 0.2s ease, color 0.2s ease;
}

.species-single .species-hero-content .button:hover {
	background: #004750; /* site jewel-tone hover */
	border-color: #004750;
	color: #fff;
}

.species-single .species-hero-content .button .button-icon {
	display: inline-block;
	margin: 0;
	fill: #fff;
}

.species-single .species-hero-content .button .button-icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

/* Detailed spec body */
.species-spec .spec-grade {
	padding: 40px 0;
	border-top: 1px solid #e7e7e7;
}

.species-spec .spec-grade:first-child {
	border-top: none;
	padding-top: 4px;
}

.species-spec .spec-grade-title {
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #00416b;
	margin: 0 0 24px;
	padding: 0;
	background: none;
}

.species-spec .spec-section {
	margin-bottom: 26px;
}

.species-spec .spec-section h3 {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	text-transform: none;
	color: #00416b;
	margin: 0 0 10px;
	padding: 0;
	background: none;
}

.species-spec .spec-section-body {
	color: #2a2a2a;
	font-size: 22px;
	line-height: 29px;
	font-weight: 400;
}

.species-spec .spec-section-body p { margin: 0 0 12px; }
.species-spec .spec-section-body p:last-child { margin-bottom: 0; }
.species-spec .spec-section-body ul { margin: 8px 0 12px 20px; list-style: disc; }
.species-spec .spec-section-body li { margin-bottom: 4px; }

.species-spec .spec-features .spec-feature { margin-bottom: 12px; }
.species-spec .spec-features .spec-feature strong { display: block; color: #2a2a2a; }

.species-spec .spec-draft-flag {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #97989a;
	margin: 0 0 20px;
}

/* Quality Commitment — rendered in the site's picture-and-content style (colored
   panel + image, no button). It inherits the theme's .picture-and-content-grid rules;
   these only add the outer spacing and a full-width fallback when no image is set. */
.species-spec .species-commitment {
	margin: 40px 0 8px;
}

.species-spec .species-commitment .grid-container.no-image {
	grid-template-columns: 1fr;
}

/* Disclaimer — modeled on the standard-species page: italic Lato with generous
   spacing, no rule (the border was crashing into the text). */
.species-spec .spec-disclaimer {
	padding: 44px 0 0;
	margin-top: 8px;
}

.species-spec .spec-disclaimer h3 {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-transform: none;
	color: #00416b;
	margin: 0 0 12px;
	padding: 0;
	background: none;
}

.species-spec .spec-disclaimer p {
	font-style: italic;
	color: #2a2a2a;
	font-size: 18px;
	line-height: 29px;
	font-weight: 400;
	margin: 0 0 16px;
}

.species-spec .spec-disclaimer p:last-child { margin-bottom: 0; }
