/**
 * Lakefront Lake Profiles — individual Lake template styles.
 * Every rule is scoped to the Lake profile body class.
 */

body.lfdlp-lake-profile {
	--lfdlp-navy: #07384d;
	--lfdlp-deep-navy: #04293a;
	--lfdlp-blue: #4f98ad;
	--lfdlp-blue-dark: #267187;
	--lfdlp-pale-blue: #edf7fa;
	--lfdlp-warm-white: #fbfaf6;
	--lfdlp-text: #173641;
	--lfdlp-muted: #687d84;
	--lfdlp-border: #dbe5e7;
	--lfdlp-white: #ffffff;
	--lfdlp-shadow: 0 18px 45px rgba(4, 41, 58, 0.08);
	--lfdlp-radius: 10px;
	--lfdlp-serif: Georgia, "Times New Roman", serif;
	--lfdlp-sans: Arial, Helvetica, sans-serif;
}

body.lfdlp-lake-profile *,
body.lfdlp-lake-profile *::before,
body.lfdlp-lake-profile *::after {
	box-sizing: border-box;
}

/* Remove Astra's content-width constraint only around this custom template. */
body.lfdlp-lake-profile .site-content {
	padding: 0;
}

body.lfdlp-lake-profile .site-content > .ast-container,
body.lfdlp-lake-profile .site-content .ast-container {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.lfdlp-lake-profile #primary,
body.lfdlp-lake-profile .content-area,
body.lfdlp-lake-profile .site-main {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.lfdlp-lake-profile .lfdlp-profile {
	width: 100%;
	overflow: clip;
	background: var(--lfdlp-white);
	color: var(--lfdlp-text);
	font-family: var(--lfdlp-sans);
	font-size: 16px;
	line-height: 1.68;
}

body.lfdlp-lake-profile .lfdlp-container {
	width: min(100%, 1328px);
	margin-inline: auto;
	padding-inline: clamp(20px, 3vw, 24px);
}

body.lfdlp-lake-profile .lfdlp-section {
	padding-block: clamp(64px, 7.5vw, 108px);
}

body.lfdlp-lake-profile .lfdlp-eyebrow {
	margin: 0 0 12px;
	color: var(--lfdlp-blue-dark);
	font-family: var(--lfdlp-sans);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.35;
	text-transform: uppercase;
}

body.lfdlp-lake-profile .lfdlp-section-heading {
	max-width: 760px;
	margin-bottom: clamp(30px, 4vw, 48px);
}

body.lfdlp-lake-profile .lfdlp-section-heading--row {
	display: flex;
	max-width: none;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
}

body.lfdlp-lake-profile .lfdlp-section-heading h2,
body.lfdlp-lake-profile .lfdlp-overview h2,
body.lfdlp-lake-profile .lfdlp-history h2,
body.lfdlp-lake-profile .lfdlp-products h2 {
	margin: 0;
	color: var(--lfdlp-navy);
	font-family: var(--lfdlp-serif);
	font-size: clamp(2.15rem, 4vw, 3.65rem);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1.05;
}

body.lfdlp-lake-profile .lfdlp-prose {
	color: var(--lfdlp-text);
}

body.lfdlp-lake-profile .lfdlp-prose > *:first-child {
	margin-top: 0;
}

body.lfdlp-lake-profile .lfdlp-prose > *:last-child {
	margin-bottom: 0;
}

body.lfdlp-lake-profile .lfdlp-prose p,
body.lfdlp-lake-profile .lfdlp-prose ul,
body.lfdlp-lake-profile .lfdlp-prose ol,
body.lfdlp-lake-profile .lfdlp-prose blockquote {
	margin: 0 0 1.1em;
}

body.lfdlp-lake-profile .lfdlp-prose h2,
body.lfdlp-lake-profile .lfdlp-prose h3,
body.lfdlp-lake-profile .lfdlp-prose h4 {
	margin: 1.35em 0 0.55em;
	color: var(--lfdlp-navy);
	font-family: var(--lfdlp-serif);
	font-weight: 400;
	line-height: 1.2;
}

body.lfdlp-lake-profile .lfdlp-prose h3 {
	font-size: 1.45rem;
}

body.lfdlp-lake-profile .lfdlp-prose h4 {
	font-size: 1.2rem;
}

body.lfdlp-lake-profile .lfdlp-prose ul,
body.lfdlp-lake-profile .lfdlp-prose ol {
	padding-left: 1.35em;
}

body.lfdlp-lake-profile .lfdlp-prose li + li {
	margin-top: 0.42em;
}

body.lfdlp-lake-profile .lfdlp-prose a {
	color: var(--lfdlp-blue-dark);
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

body.lfdlp-lake-profile .lfdlp-prose blockquote {
	border-left: 3px solid var(--lfdlp-blue);
	padding: 0.25em 0 0.25em 1.2em;
	color: var(--lfdlp-muted);
	font-family: var(--lfdlp-serif);
	font-size: 1.15em;
}

body.lfdlp-lake-profile .lfdlp-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 12px 22px;
	font-family: var(--lfdlp-sans);
	font-size: 0.94rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

body.lfdlp-lake-profile .lfdlp-button--primary {
	background: var(--lfdlp-navy);
	color: var(--lfdlp-white);
}

body.lfdlp-lake-profile .lfdlp-button--primary:hover {
	background: var(--lfdlp-blue-dark);
	color: var(--lfdlp-white);
	transform: translateY(-1px);
}

body.lfdlp-lake-profile .lfdlp-button--ghost {
	border-color: rgba(255, 255, 255, 0.72);
	background: rgba(4, 41, 58, 0.18);
	color: var(--lfdlp-white);
	backdrop-filter: blur(4px);
}

body.lfdlp-lake-profile .lfdlp-button--ghost:hover {
	border-color: var(--lfdlp-white);
	background: rgba(255, 255, 255, 0.14);
	color: var(--lfdlp-white);
}

body.lfdlp-lake-profile a:focus-visible,
body.lfdlp-lake-profile button:focus-visible {
	outline: 3px solid #f3bd59;
	outline-offset: 4px;
}

/* Hero */
body.lfdlp-lake-profile .lfdlp-hero {
	position: relative;
	min-height: clamp(520px, 48vw, 620px);
	overflow: hidden;
	background: var(--lfdlp-deep-navy);
	isolation: isolate;
}

body.lfdlp-lake-profile .lfdlp-hero__media,
body.lfdlp-lake-profile .lfdlp-hero__overlay {
	position: absolute;
	inset: 0;
}

body.lfdlp-lake-profile .lfdlp-hero__media {
	z-index: -2;
}

body.lfdlp-lake-profile .lfdlp-hero__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

body.lfdlp-lake-profile .lfdlp-hero__overlay {
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(3, 29, 43, 0.88) 0%, rgba(3, 29, 43, 0.7) 42%, rgba(3, 29, 43, 0.28) 72%, rgba(3, 29, 43, 0.12) 100%),
		linear-gradient(0deg, rgba(3, 29, 43, 0.34), rgba(3, 29, 43, 0.04));
}

body.lfdlp-lake-profile .lfdlp-hero--without-image .lfdlp-hero__overlay {
	background:
		radial-gradient(circle at 80% 20%, rgba(79, 152, 173, 0.28), transparent 36%),
		linear-gradient(130deg, #07384d, #04293a 65%);
}

body.lfdlp-lake-profile .lfdlp-hero__content {
	display: flex;
	min-height: clamp(520px, 48vw, 620px);
	flex-direction: column;
	justify-content: center;
	padding-block: clamp(72px, 9vw, 118px) clamp(64px, 7vw, 92px);
}

body.lfdlp-lake-profile .lfdlp-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: clamp(26px, 4vw, 42px);
	color: rgba(255, 255, 255, 0.84);
	font-family: var(--lfdlp-sans);
	font-size: 0.83rem;
	font-weight: 700;
}

body.lfdlp-lake-profile .lfdlp-breadcrumbs a,
body.lfdlp-lake-profile .lfdlp-breadcrumbs span {
	color: inherit;
	text-decoration: none;
}

body.lfdlp-lake-profile .lfdlp-breadcrumbs a:hover {
	color: var(--lfdlp-white);
	text-decoration: underline;
	text-underline-offset: 3px;
}

body.lfdlp-lake-profile .lfdlp-hero__copy {
	max-width: 720px;
}

body.lfdlp-lake-profile .lfdlp-hero__title {
	margin: 0;
	color: var(--lfdlp-white);
	font-family: var(--lfdlp-serif);
	font-size: clamp(3.4rem, 6.4vw, 4.75rem);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 0.98;
	text-shadow: 0 3px 24px rgba(0, 0, 0, 0.22);
}

body.lfdlp-lake-profile .lfdlp-hero__subtitle {
	margin: 17px 0 0;
	color: var(--lfdlp-white);
	font-family: var(--lfdlp-serif);
	font-size: clamp(1.25rem, 2.2vw, 1.65rem);
	font-weight: 400;
	line-height: 1.3;
}

body.lfdlp-lake-profile .lfdlp-hero__intro {
	max-width: 630px;
	margin-top: 16px;
	color: rgba(255, 255, 255, 0.92);
	font-size: clamp(1rem, 1.45vw, 1.18rem);
	line-height: 1.62;
}

body.lfdlp-lake-profile .lfdlp-hero__intro p {
	margin: 0;
}

body.lfdlp-lake-profile .lfdlp-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

/* Fact strip */
body.lfdlp-lake-profile .lfdlp-fact-strip {
	position: relative;
	z-index: 4;
	border-bottom: 1px solid var(--lfdlp-border);
	background: var(--lfdlp-warm-white);
	box-shadow: 0 9px 26px rgba(4, 41, 58, 0.05);
}

body.lfdlp-lake-profile .lfdlp-fact-strip__grid {
	display: grid;
	grid-template-columns: repeat(var(--lfdlp-fact-count), minmax(0, 1fr));
	min-height: 112px;
	align-items: stretch;
}

body.lfdlp-lake-profile .lfdlp-fact-strip__item {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 15px;
	padding: 24px clamp(14px, 2vw, 24px);
}

body.lfdlp-lake-profile .lfdlp-fact-strip__item + .lfdlp-fact-strip__item {
	border-left: 1px solid var(--lfdlp-border);
}

body.lfdlp-lake-profile .lfdlp-fact-strip__icon {
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	color: var(--lfdlp-blue-dark);
}

body.lfdlp-lake-profile .lfdlp-fact-strip__icon svg,
body.lfdlp-lake-profile .lfdlp-content-card__icon svg,
body.lfdlp-lake-profile .lfdlp-arrow-link svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

body.lfdlp-lake-profile .lfdlp-fact-strip__copy,
body.lfdlp-lake-profile .lfdlp-fact-strip__label,
body.lfdlp-lake-profile .lfdlp-fact-strip__value {
	display: block;
	min-width: 0;
}

body.lfdlp-lake-profile .lfdlp-fact-strip__label {
	margin-bottom: 4px;
	color: var(--lfdlp-muted);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.25;
	text-transform: uppercase;
}

body.lfdlp-lake-profile .lfdlp-fact-strip__value {
	color: var(--lfdlp-text);
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.35;
	word-break: break-word;
}

/* About / map / facts */
body.lfdlp-lake-profile .lfdlp-overview {
	background: var(--lfdlp-white);
}

body.lfdlp-lake-profile .lfdlp-overview__grid {
	display: grid;
	align-items: start;
	gap: clamp(30px, 4vw, 58px);
}

body.lfdlp-lake-profile .lfdlp-overview__grid--3 {
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, 1fr) minmax(270px, 0.8fr);
}

body.lfdlp-lake-profile .lfdlp-overview__grid--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.lfdlp-lake-profile .lfdlp-overview__grid--1 {
	grid-template-columns: minmax(0, 840px);
	justify-content: center;
}

body.lfdlp-lake-profile .lfdlp-overview__about h2 {
	margin-bottom: 24px;
}

body.lfdlp-lake-profile .lfdlp-overview__map {
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--lfdlp-border);
	border-radius: var(--lfdlp-radius);
	background: var(--lfdlp-pale-blue);
	box-shadow: var(--lfdlp-shadow);
}

body.lfdlp-lake-profile .lfdlp-overview__map-image {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

body.lfdlp-lake-profile .lfdlp-quick-facts {
	overflow: hidden;
	border: 1px solid var(--lfdlp-border);
	border-radius: var(--lfdlp-radius);
	background: var(--lfdlp-warm-white);
	box-shadow: var(--lfdlp-shadow);
}

body.lfdlp-lake-profile .lfdlp-quick-facts h2 {
	padding: 24px 26px 20px;
	font-size: clamp(1.65rem, 2.4vw, 2.15rem);
}

body.lfdlp-lake-profile .lfdlp-quick-facts dl {
	margin: 0;
}

body.lfdlp-lake-profile .lfdlp-quick-facts__row {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 16px;
	border-top: 1px solid var(--lfdlp-border);
	padding: 13px 26px;
}

body.lfdlp-lake-profile .lfdlp-quick-facts dt,
body.lfdlp-lake-profile .lfdlp-quick-facts dd {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.45;
}

body.lfdlp-lake-profile .lfdlp-quick-facts dt {
	color: var(--lfdlp-muted);
	font-weight: 700;
}

body.lfdlp-lake-profile .lfdlp-quick-facts dd {
	color: var(--lfdlp-text);
	font-weight: 700;
	text-align: right;
	word-break: break-word;
}

/* Explore activity cards */
body.lfdlp-lake-profile .lfdlp-explore {
	background: var(--lfdlp-pale-blue);
}

body.lfdlp-lake-profile .lfdlp-explore__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}


body.lfdlp-lake-profile .lfdlp-explore__grid--1 {
	grid-template-columns: minmax(0, 850px);
	justify-content: center;
}

body.lfdlp-lake-profile .lfdlp-explore__grid--1 .lfdlp-content-card--featured {
	grid-column: auto;
}

body.lfdlp-lake-profile .lfdlp-explore__grid--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.lfdlp-lake-profile .lfdlp-explore__grid--2 .lfdlp-content-card--featured {
	grid-column: auto;
}

body.lfdlp-lake-profile .lfdlp-content-card {
	min-width: 0;
	border: 1px solid var(--lfdlp-border);
	border-radius: var(--lfdlp-radius);
	padding: clamp(24px, 3vw, 34px);
	background: var(--lfdlp-white);
	box-shadow: 0 13px 32px rgba(4, 41, 58, 0.06);
}

body.lfdlp-lake-profile .lfdlp-content-card--featured {
	grid-column: span 2;
	background: linear-gradient(135deg, var(--lfdlp-white), #f8fcfd);
}

body.lfdlp-lake-profile .lfdlp-content-card__heading {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 20px;
}

body.lfdlp-lake-profile .lfdlp-content-card__icon {
	display: grid;
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	place-items: center;
	border-radius: 50%;
	padding: 10px;
	background: var(--lfdlp-pale-blue);
	color: var(--lfdlp-blue-dark);
}

body.lfdlp-lake-profile .lfdlp-content-card h3 {
	margin: 0;
	color: var(--lfdlp-navy);
	font-family: var(--lfdlp-serif);
	font-size: clamp(1.45rem, 2.1vw, 1.9rem);
	font-weight: 400;
	line-height: 1.2;
}

/* History */
body.lfdlp-lake-profile .lfdlp-history {
	background: var(--lfdlp-warm-white);
}

body.lfdlp-lake-profile .lfdlp-history__grid {
	display: grid;
	align-items: center;
	gap: clamp(34px, 6vw, 82px);
}

body.lfdlp-lake-profile .lfdlp-history__grid--2 {
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
}

body.lfdlp-lake-profile .lfdlp-history__grid--1 {
	grid-template-columns: minmax(0, 850px);
	justify-content: center;
}

body.lfdlp-lake-profile .lfdlp-history__copy h2 {
	margin-bottom: 24px;
}

body.lfdlp-lake-profile .lfdlp-history__outline {
	margin: 0;
	border: 1px solid var(--lfdlp-border);
	border-radius: var(--lfdlp-radius);
	padding: clamp(24px, 4vw, 44px);
	background: var(--lfdlp-white);
	box-shadow: var(--lfdlp-shadow);
	text-align: center;
}

body.lfdlp-lake-profile .lfdlp-history__outline figcaption {
	margin-bottom: 20px;
	color: var(--lfdlp-navy);
	font-family: var(--lfdlp-serif);
	font-size: 1.7rem;
}

body.lfdlp-lake-profile .lfdlp-history__outline-image {
	display: block;
	width: 100%;
	max-height: 480px;
	object-fit: contain;
}

/* Related Lakes */
body.lfdlp-lake-profile .lfdlp-related {
	background: var(--lfdlp-white);
}

body.lfdlp-lake-profile .lfdlp-related__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 255px), 1fr));
	gap: 22px;
}

body.lfdlp-lake-profile .lfdlp-related-card {
	display: flex;
	min-width: 0;
	overflow: hidden;
	flex-direction: column;
	border: 1px solid var(--lfdlp-border);
	border-radius: var(--lfdlp-radius);
	background: var(--lfdlp-white);
	box-shadow: var(--lfdlp-shadow);
}

body.lfdlp-lake-profile .lfdlp-related-card__media {
	display: block;
	overflow: hidden;
}

body.lfdlp-lake-profile .lfdlp-related-card__image {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	transition: transform 260ms ease;
}

body.lfdlp-lake-profile .lfdlp-related-card:hover .lfdlp-related-card__image {
	transform: scale(1.025);
}

body.lfdlp-lake-profile .lfdlp-related-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 24px;
}

body.lfdlp-lake-profile .lfdlp-related-card__region {
	margin: 0 0 8px;
	color: var(--lfdlp-blue-dark);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.35;
	text-transform: uppercase;
}

body.lfdlp-lake-profile .lfdlp-related-card h3 {
	margin: 0;
	font-family: var(--lfdlp-serif);
	font-size: 1.55rem;
	font-weight: 400;
	line-height: 1.18;
}

body.lfdlp-lake-profile .lfdlp-related-card h3 a {
	color: var(--lfdlp-navy);
	text-decoration: none;
}

body.lfdlp-lake-profile .lfdlp-related-card__excerpt {
	margin: 14px 0 20px;
	color: var(--lfdlp-muted);
	font-size: 0.94rem;
	line-height: 1.62;
}

body.lfdlp-lake-profile .lfdlp-arrow-link {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	color: var(--lfdlp-blue-dark);
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none;
}

body.lfdlp-lake-profile .lfdlp-arrow-link span {
	width: 18px;
	height: 18px;
	transition: transform 160ms ease;
}

body.lfdlp-lake-profile .lfdlp-arrow-link:hover span {
	transform: translateX(3px);
}

/* Product collection */
body.lfdlp-lake-profile .lfdlp-products {
	scroll-margin-top: 108px;
	background:
		radial-gradient(circle at 15% 20%, rgba(79, 152, 173, 0.18), transparent 34%),
		linear-gradient(135deg, #e7f4f7, #d8edf2);
}

body.lfdlp-lake-profile .lfdlp-products__header {
	max-width: 760px;
	margin-bottom: clamp(32px, 4.5vw, 54px);
}

body.lfdlp-lake-profile .lfdlp-products h2 {
	margin-bottom: 18px;
}

body.lfdlp-lake-profile .lfdlp-products__header > p:last-child {
	max-width: 650px;
	margin: 0;
	color: var(--lfdlp-text);
	font-size: 1.08rem;
	line-height: 1.65;
}

body.lfdlp-lake-profile .lfdlp-products__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(20px, 2.5vw, 30px);
}

body.lfdlp-lake-profile .lfdlp-products__grid--count-1 {
	grid-template-columns: minmax(0, 420px);
	justify-content: center;
}

body.lfdlp-lake-profile .lfdlp-products__grid--count-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 880px;
	margin-inline: auto;
}

body.lfdlp-lake-profile .lfdlp-product-card {
	display: flex;
	min-width: 0;
	overflow: hidden;
	flex-direction: column;
	border: 1px solid rgba(7, 56, 77, 0.14);
	border-radius: var(--lfdlp-radius);
	background: var(--lfdlp-white);
	box-shadow: 0 20px 48px rgba(4, 41, 58, 0.1);
}

body.lfdlp-lake-profile .lfdlp-product-card__media {
	display: block;
	overflow: hidden;
	background: #f8fbfc;
}

body.lfdlp-lake-profile .lfdlp-product-card__image {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	transition: transform 260ms ease;
}

body.lfdlp-lake-profile .lfdlp-product-card:hover .lfdlp-product-card__image {
	transform: scale(1.025);
}

body.lfdlp-lake-profile .lfdlp-product-card__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: clamp(22px, 2.5vw, 30px);
}

body.lfdlp-lake-profile .lfdlp-product-card h3 {
	margin: 0;
	font-family: var(--lfdlp-serif);
	font-size: clamp(1.45rem, 2vw, 1.9rem);
	font-weight: 400;
	line-height: 1.2;
}

body.lfdlp-lake-profile .lfdlp-product-card h3 a {
	color: var(--lfdlp-navy);
	text-decoration: none;
}

body.lfdlp-lake-profile .lfdlp-product-card h3 a:hover {
	color: var(--lfdlp-blue-dark);
}

body.lfdlp-lake-profile .lfdlp-product-card__price {
	margin: 14px 0 0;
	color: var(--lfdlp-navy);
	font-size: 1.05rem;
	font-weight: 700;
}

body.lfdlp-lake-profile .lfdlp-product-card__price del {
	margin-right: 8px;
	color: var(--lfdlp-muted);
	font-weight: 400;
}

body.lfdlp-lake-profile .lfdlp-product-card__stock {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 10px 0 0;
	color: var(--lfdlp-muted);
	font-size: 0.82rem;
	font-weight: 700;
}

body.lfdlp-lake-profile .lfdlp-product-card__stock::before {
	width: 8px;
	height: 8px;
	flex: 0 0 8px;
	border-radius: 50%;
	background: currentColor;
	content: "";
}

body.lfdlp-lake-profile .lfdlp-product-card__stock--instock {
	color: #2f704b;
}

body.lfdlp-lake-profile .lfdlp-product-card__stock--onbackorder {
	color: #8a6418;
}

body.lfdlp-lake-profile .lfdlp-product-card__stock--outofstock {
	color: #8a3d3d;
}

body.lfdlp-lake-profile .lfdlp-product-card__description {
	margin: 16px 0 22px;
	color: var(--lfdlp-muted);
	font-size: 0.94rem;
	line-height: 1.62;
}

body.lfdlp-lake-profile .lfdlp-product-card__button {
	align-self: flex-start;
	margin-top: auto;
}

/* Tablet */
@media (max-width: 1100px) {
	body.lfdlp-lake-profile .lfdlp-fact-strip__grid {
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
		gap: 1px;
		background: var(--lfdlp-border);
	}

	body.lfdlp-lake-profile .lfdlp-fact-strip__item,
	body.lfdlp-lake-profile .lfdlp-fact-strip__item + .lfdlp-fact-strip__item {
		border: 0;
		background: var(--lfdlp-warm-white);
	}

	body.lfdlp-lake-profile .lfdlp-overview__grid--3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.lfdlp-lake-profile .lfdlp-overview__grid--3 .lfdlp-overview__about {
		grid-column: 1 / -1;
		max-width: 880px;
	}
}

@media (max-width: 900px) {
	body.lfdlp-lake-profile .lfdlp-hero,
	body.lfdlp-lake-profile .lfdlp-hero__content {
		min-height: 540px;
	}

	body.lfdlp-lake-profile .lfdlp-overview__grid--2,
	body.lfdlp-lake-profile .lfdlp-history__grid--2 {
		grid-template-columns: 1fr;
	}

	body.lfdlp-lake-profile .lfdlp-overview__grid--3 {
		grid-template-columns: 1fr;
	}

	body.lfdlp-lake-profile .lfdlp-overview__grid--3 .lfdlp-overview__about {
		grid-column: auto;
	}

	body.lfdlp-lake-profile .lfdlp-overview__map,
	body.lfdlp-lake-profile .lfdlp-quick-facts,
	body.lfdlp-lake-profile .lfdlp-history__outline {
		width: min(100%, 700px);
	}

	body.lfdlp-lake-profile .lfdlp-explore__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.lfdlp-lake-profile .lfdlp-content-card--featured {
		grid-column: 1 / -1;
	}

	body.lfdlp-lake-profile .lfdlp-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.lfdlp-lake-profile .lfdlp-products__grid--count-1 {
		grid-template-columns: minmax(0, 420px);
	}

}

/* Mobile */
@media (max-width: 680px) {
	body.lfdlp-lake-profile .lfdlp-profile {
		font-size: 16px;
	}

	body.lfdlp-lake-profile .lfdlp-hero,
	body.lfdlp-lake-profile .lfdlp-hero__content {
		min-height: 520px;
	}

	body.lfdlp-lake-profile .lfdlp-hero__content {
		justify-content: flex-end;
		padding-block: 64px 54px;
	}

	body.lfdlp-lake-profile .lfdlp-hero__overlay {
		background: linear-gradient(0deg, rgba(3, 29, 43, 0.92) 0%, rgba(3, 29, 43, 0.64) 62%, rgba(3, 29, 43, 0.27) 100%);
	}

	body.lfdlp-lake-profile .lfdlp-breadcrumbs {
		margin-bottom: 22px;
		font-size: 0.78rem;
	}

	body.lfdlp-lake-profile .lfdlp-hero__title {
		font-size: clamp(3rem, 15vw, 4rem);
	}

	body.lfdlp-lake-profile .lfdlp-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	body.lfdlp-lake-profile .lfdlp-button {
		width: 100%;
	}

	body.lfdlp-lake-profile .lfdlp-fact-strip__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		min-height: 0;
		padding-block: 1px;
	}

	body.lfdlp-lake-profile .lfdlp-fact-strip__item {
		padding: 17px 10px;
	}

	body.lfdlp-lake-profile .lfdlp-fact-strip__icon {
		width: 34px;
		height: 34px;
		flex-basis: 34px;
	}

	body.lfdlp-lake-profile .lfdlp-fact-strip__label {
		font-size: 0.63rem;
	}

	body.lfdlp-lake-profile .lfdlp-fact-strip__value {
		font-size: 0.82rem;
	}

	body.lfdlp-lake-profile .lfdlp-explore__grid {
		grid-template-columns: 1fr;
	}

	body.lfdlp-lake-profile .lfdlp-products__grid,
	body.lfdlp-lake-profile .lfdlp-products__grid--count-1,
	body.lfdlp-lake-profile .lfdlp-products__grid--count-2 {
		grid-template-columns: 1fr;
		max-width: none;
	}

	body.lfdlp-lake-profile .lfdlp-product-card__button {
		width: 100%;
	}

	body.lfdlp-lake-profile .lfdlp-content-card--featured {
		grid-column: auto;
	}

	body.lfdlp-lake-profile .lfdlp-quick-facts__row {
		grid-template-columns: 1fr;
		gap: 3px;
	}

	body.lfdlp-lake-profile .lfdlp-quick-facts dd {
		text-align: left;
	}
}

@media (max-width: 410px) {
	body.lfdlp-lake-profile .lfdlp-fact-strip__grid {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.lfdlp-lake-profile *,
	body.lfdlp-lake-profile *::before,
	body.lfdlp-lake-profile *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
