/*
Theme Name: Beyond Health
Description: Visual design layer for Beyond Health Family Medicine Clinic. Loaded over Balasana; do not activate as a grandchild theme.
Author: Beyond Health
Template: balasana-wpcom
Version: 2.1.0
License: GNU General Public License v2 or later
Text Domain: beyond-health
*/

:root {
	--bh-green: #146246;
	--bh-green-dark: #0d4633;
	--bh-green-soft: #e7f0ea;
	--bh-cream: #f4efe6;
	--bh-ink: #1b211d;
	--bh-muted: #5b625c;
	--bh-line: #ddd4c6;
	--bh-white: #ffffff;
	--bh-serif: "Fraunces", "Palatino Linotype", Palatino, serif;
	--bh-sans: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	--bh-radius: 16px;
}

body,
.site {
	background: var(--bh-white);
	color: var(--bh-ink);
	font-family: var(--bh-sans);
	position: relative;
}

h1,
h2,
h3,
h4,
.site-title,
.entry-title,
.page-title {
	font-family: var(--bh-serif);
	font-weight: 550;
	letter-spacing: -0.02em;
	color: var(--bh-ink);
}

a {
	color: var(--bh-green);
}

a:hover,
a:focus {
	color: var(--bh-green-dark);
}

.home .post-thumbnail,
.home .entry-header,
.entry-content > p:empty {
	display: none;
}

.site-header {
	align-items: center;
	background: var(--bh-white);
	border-bottom: 1px solid var(--bh-line);
	padding-bottom: 0.85rem;
	padding-top: 0.85rem;
	position: relative;
}

.home .site-header {
	background: linear-gradient(180deg, rgba(18, 22, 20, 0.58) 0%, rgba(18, 22, 20, 0) 100%);
	border-bottom: none;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 30;
}

.home .site-title a,
.home .site-description {
	color: #fff;
}

.home .site-description {
	color: rgba(255, 255, 255, 0.88);
}

.site-title {
	font-size: 1.2rem;
	line-height: 1.2;
	margin: 0;
}

.site-title a {
	color: var(--bh-ink);
	text-decoration: none;
}

.site-description {
	color: var(--bh-muted);
	font-family: var(--bh-sans);
	font-size: 0.82rem;
	margin: 0.15rem 0 0;
}

.page .entry-title,
.page-title {
	font-size: clamp(2.1rem, 4vw, 3.1rem);
	margin-bottom: 0.35em;
	text-align: left;
}

.entry-content {
	font-size: 1.05rem;
	line-height: 1.65;
}

.entry-content .wp-block-button__link {
	background: var(--bh-green);
	border-radius: 999px;
	font-family: var(--bh-sans);
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	padding: 0.7rem 1.2rem;
}

.entry-content .wp-block-button__link:hover,
.entry-content .wp-block-button__link:focus {
	background: var(--bh-green-dark);
}

.entry-content .wp-block-button.is-style-outline .wp-block-button__link {
	background: var(--bh-white);
	border: 1.5px solid var(--bh-green);
	color: var(--bh-green);
}

.bh-hero.wp-block-cover {
	border-radius: 0;
	margin-bottom: 0;
	margin-top: 0;
}

.home .bh-hero.wp-block-cover {
	min-height: min(78vh, 620px) !important;
}

.bh-hero .wp-block-cover__inner-container {
	max-width: 44rem;
}

.bh-hero h1 {
	color: #fff;
	font-size: clamp(2.3rem, 5vw, 4rem);
	line-height: 1.08;
	margin-bottom: 0.35em;
}

.bh-hero p,
.bh-kicker {
	color: #f4efe6;
	font-family: var(--bh-sans);
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.bh-hero .wp-block-button.is-style-outline .wp-block-button__link {
	background: #fff;
	color: var(--bh-green);
}

.bh-kicker {
	color: var(--bh-green);
	font-size: 0.78rem;
	font-weight: 600;
	margin-bottom: 0.4rem;
}

.bh-lead {
	font-size: 1.25rem;
	line-height: 1.5;
}

.bh-band {
	background: var(--bh-cream);
	border-radius: var(--bh-radius);
	padding: 2rem 1.6rem;
}

.bh-card,
.entry-content .bh-card {
	background: var(--bh-white);
	border: 1px solid var(--bh-line);
	border-radius: var(--bh-radius);
	box-shadow: 0 8px 24px rgba(28, 33, 29, 0.04);
	height: 100%;
	padding: 1.4rem 1.5rem;
}

.bh-card h2,
.bh-card h3 {
	color: var(--bh-green);
	font-size: 1.55rem;
	margin-top: 0;
}

.bh-card ul {
	margin-bottom: 0;
}

.bh-card img,
.bh-photo img,
.bh-doctor-photo img {
	border-radius: 12px;
}

.page .bh-photo img {
	max-height: 340px;
	object-fit: cover;
	width: 100%;
}

.home .bh-doctor-photo img {
	max-height: 420px;
	object-fit: cover;
	width: 100%;
}

.bh-split img {
	border-radius: var(--bh-radius);
	width: 100%;
}

.entry-content .wp-block-buttons {
	margin-bottom: 1.25rem;
}

@media (min-width: 782px) {
	.main-navigation > div > ul {
		flex-wrap: wrap;
		justify-content: flex-end;
		max-width: 46rem;
		row-gap: 0.2rem;
	}

	.main-navigation > div > ul > li {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	.main-navigation > div > ul > li > a {
		color: var(--bh-ink);
		font-size: 0.92rem;
		font-weight: 500;
		white-space: nowrap;
	}

	.home .main-navigation > div > ul > li > a {
		color: #fff;
	}

	#menu-main-menu a[href*="patientally"] {
		background: var(--bh-green);
		border-radius: 999px;
		color: #fff !important;
		padding: 0.4rem 0.85rem;
	}

	#menu-main-menu a[href*="patientally"]:hover,
	#menu-main-menu a[href*="patientally"]:focus {
		background: var(--bh-green-dark);
		text-decoration: none;
	}
}

#site-navigation #toggle-menu {
	background: var(--bh-green);
	border-radius: 999px;
}

.site-footer {
	display: none;
}

.bh-site-footer {
	background: var(--bh-ink);
	color: #e8e4dc;
	margin-top: 3.5rem;
	padding: 2.75rem 1.5rem;
}

.bh-site-footer a {
	color: #f4efe6;
}

.bh-site-footer__inner {
	display: grid;
	gap: 1.75rem;
	margin: 0 auto;
	max-width: 1100px;
}

.bh-site-footer p {
	margin: 0 0 0.4rem;
}

.bh-site-footer__name {
	font-family: var(--bh-serif);
	font-size: 1.25rem;
}

@media (min-width: 782px) {
	.bh-site-footer__inner {
		grid-template-columns: 1.3fr 1fr 1fr;
	}
}

@media (max-width: 599px) {
	.home .bh-hero.wp-block-cover {
		min-height: 430px !important;
	}

	.bh-hero h1 {
		font-size: 2rem;
	}

	.bh-band,
	.bh-card {
		padding: 1.25rem 1.1rem;
	}
}
