
/* ==================================================
   Executive Medicine Homepage Hero
   ================================================== */

.em-home-hero,
.em-home-hero * {
	box-sizing: border-box;
}

.em-home-hero {
	position: relative;
	isolation: isolate;
	display: grid;
	place-items: center;
	min-height: clamp(650px, 78vh, 800px);
	overflow: hidden;
	margin: 0;
	padding: clamp(124px, 14vh, 155px) 24px
		clamp(76px, 9vh, 100px);

	/*
	 * The original .hero-banner rule continues to provide
	 * the Grace Building background image.
	 */
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-blend-mode: normal;
	filter: none;
}

/*
 * Remove the old full-image overlay so the Grace Building
 * remains bright and crisp.
 */

.em-home-hero::before,
.em-home-hero::after {
	content: none;
	display: none;
}

/*
 * Hero content area.
 */

.em-home-hero-shell {
	position: relative;
	z-index: 1;
	width: min(100%, 1020px);
	margin: 0 auto;
	padding: 42px 24px;
	color: #fffaf0;
	background: transparent;
	border: 0;
	box-shadow: none;
	filter: none;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	text-align: center;
}

/*
 * Soft localised contrast behind the wording only.
 * The gradient fades away without forming a visible panel.
 */

.em-home-hero-shell::before {
	content: "";
	position: absolute;
	z-index: 0;
	inset: -90px -110px;
	pointer-events: none;
	background:
		radial-gradient(
			ellipse at center,
			rgba(15, 29, 37, 0.58) 0%,
			rgba(15, 29, 37, 0.42) 35%,
			rgba(15, 29, 37, 0.17) 58%,
			rgba(15, 29, 37, 0) 78%
		);
}

/*
 * Large medical emblem behind the complete text group.
 */

.em-home-hero-watermark {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	display: block;
	width: clamp(260px, 26vw, 410px);
	max-width: none;
	height: auto;
	margin: 0;
	opacity: 0.3;
	pointer-events: none;
	filter: none;
	transform: translate(-50%, -50%);
}

.em-home-hero-copy {
	position: relative;
	z-index: 2;
}

/*
 * Executive Medicine wordmark.
 */

.em-home-hero-wordmark {
	display: block;
	margin: 0;
	color: #faf3e5;
	font-family:
		Didot,
		"Bodoni 72",
		"Bodoni MT",
		Georgia,
		serif;
	font-size: clamp(2.35rem, 4vw, 3.25rem);
	font-weight: 400;
	letter-spacing: 0.15em;
	line-height: 1.15;
	text-transform: uppercase;
	text-shadow: 0 2px 14px rgba(7, 15, 20, 0.32);
	-webkit-text-fill-color: #faf3e5;
}

.em-home-hero-wordmark::after {
	content: "";
	display: block;
	width: 52px;
	height: 1px;
	margin: 18px auto 19px;
	background: rgba(208, 169, 104, 0.86);
}

/*
 * Introductory line.
 */

.em-home-hero-intro {
	margin: 0 0 26px;
	color: rgba(255, 250, 240, 0.92);
	font-size: clamp(0.76rem, 1.05vw, 0.87rem);
	font-weight: 600;
	letter-spacing: 0.13em;
	line-height: 1.5;
	text-transform: uppercase;
	text-shadow: 0 1px 9px rgba(7, 15, 20, 0.42);
	-webkit-text-fill-color: rgba(255, 250, 240, 0.92);
}

/*
 * Main hero statement.
 */

.em-home-hero-heading {
	max-width: 940px;
	margin: 0 auto;
	padding: 0;
	color: #fffaf0;
	background: none;
	border: 0;
	box-shadow: none;
	filter: none;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	text-transform: none;
	transform: none;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-text-fill-color: #fffaf0;
}

.em-home-hero-heading::before,
.em-home-hero-heading::after {
	content: none;
	display: none;
}

.em-home-hero-heading-main {
	display: block;
	color: #fffaf0;
	font-family:
		Didot,
		"Bodoni 72",
		"Bodoni MT",
		Georgia,
		serif;
	font-size: clamp(1.9rem, 3.1vw, 2.7rem);
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.025em;
	line-height: 1.05;
	text-transform: none;
	text-wrap: balance;
	text-shadow:
		0 2px 16px rgba(7, 15, 20, 0.45),
		0 1px 3px rgba(7, 15, 20, 0.38);
	-webkit-text-fill-color: #fffaf0;
}
.em-home-hero-heading-script {
	display: block;
	max-width: 100%;
	margin: 12px auto 0;
	color: #9fc4d4;
	font-family:
		Didot,
		"Bodoni 72",
		"Bodoni MT",
		Georgia,
		serif;
	font-size: clamp(1.35rem, 2.1vw, 1.85rem);
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.3;
	text-transform: none;
	white-space: nowrap;
	text-shadow:
		0 2px 10px rgba(7, 15, 20, 0.5),
		0 1px 3px rgba(7, 15, 20, 0.38);
	-webkit-text-fill-color: #9fc4d4;
}
/*
 * Supporting copy.
 */

.em-home-hero-supporting {
	max-width: 730px;
	margin: clamp(27px, 3vw, 34px) auto 0;
	color: #fffdf7;
	font-size: clamp(1rem, 1.35vw, 1.12rem);
	font-weight: 400;
	line-height: 1.65;
	text-transform: none;
	text-wrap: balance;
	text-shadow:
		0 2px 10px rgba(7, 15, 20, 0.55),
		0 1px 3px rgba(7, 15, 20, 0.42);
	-webkit-text-fill-color: #fffdf7;
}

/*
 * Tablet hero.
 */

@media (max-width: 900px) {
	.em-home-hero {
		min-height: 680px;
		padding: 116px 22px 76px;
	}

	.em-home-hero-shell {
		padding-right: 8px;
		padding-left: 8px;
	}

	.em-home-hero-shell::before {
		inset: -75px -40px;
	}

	.em-home-hero-watermark {
		width: clamp(250px, 44vw, 340px);
	}

	.em-home-hero-heading-main {
		font-size: clamp(2.5rem, 7vw, 3.7rem);
	}

	.em-home-hero-heading-script {
		font-size: clamp(1.95rem, 5.6vw, 2.85rem);
	}
}

/*
 * Mobile hero.
 */

@media (max-width: 600px) {
	.em-home-hero {
		min-height: 640px;
		padding: 104px 18px 64px;
	}

	.em-home-hero-shell {
		padding: 25px 0;
	}

	.em-home-hero-shell::before {
		inset: -65px -28px;
	}

	.em-home-hero-watermark {
		width: 270px;
		opacity: 0.1;
	}

	.em-home-hero-wordmark {
		font-size: clamp(1.25rem, 6vw, 1.6rem);
		letter-spacing: 0.1em;
	}

	.em-home-hero-wordmark::after {
		margin-top: 15px;
		margin-bottom: 16px;
	}

	.em-home-hero-intro {
		margin-bottom: 22px;
		font-size: 0.73rem;
		letter-spacing: 0.1em;
	}

	.em-home-hero-heading-main {
		font-size: clamp(2.2rem, 10.5vw, 2.95rem);
		line-height: 1.07;
	}

	.em-home-hero-heading-script {
		margin-top: 9px;
		font-size: clamp(1.85rem, 8.8vw, 2.45rem);
		line-height: 1.18;
		white-space: normal;
	}

	.em-home-hero-supporting {
		max-width: 470px;
		margin-top: 25px;
		font-size: 1rem;
		line-height: 1.58;
	}
}
/* ==================================================
   Homepage Trust Strip
   ================================================== */

.em-trust-strip,
.em-trust-strip * {
	box-sizing: border-box;
}

.em-trust-strip {
	background: #f5f7f2;
	border-top: 1px solid #78a985;
	border-bottom: 1px solid rgba(36, 54, 66, 0.12);
}

.em-trust-strip-inner {
	max-width: 1250px;
	margin: 0 auto;
	padding: 18px 30px;
}

.em-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	list-style: none;
}

.em-trust-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 0;
	min-height: 106px;
	margin: 0;
	padding: 13px 25px;
	color: #243642;
	text-align: center;
}

/*
 * Pale green-grey desktop separators.
 */

.em-trust-item:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 16%;
	right: 0;
	width: 1px;
	height: 68%;
	background: #cad8cd;
}

/*
 * Identical alignment area for all four icon treatments.
 */

.em-trust-icon-area {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 48px;
	flex: 0 0 48px;
}

/*
 * Clinic-green icon circles.
 */

.em-trust-item .em-trust-icon-circle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	color: #86bf96;
	background: #e2ece3;
	border: 1px solid rgba(63, 109, 81, 0.15);
	border-radius: 50%;
}

.em-trust-item .em-trust-icon-circle i {
	color: #86bf96;
	font-size: 1.18rem;
	line-height: 1;
}

/*
 * Five Google stars remain gold.
 */

.em-trust-item .em-trust-stars {
	gap: 3px;
	color: #9a7136;
}

.em-trust-item .em-trust-stars i {
	color: #9a7136;
	font-size: 0.76rem;
	line-height: 1;
}

/*
 * Trust-point wording.
 */

.em-trust-text {
	display: block;
	max-width: 245px;
	color: #243642;
	font-size: 0.94rem;
	font-weight: 600;
	line-height: 1.42;
	text-wrap: balance;
}

/*
 * Tablet and mobile: two-by-two grid.
 */

@media (max-width: 800px) {
	.em-trust-strip-inner {
		padding: 14px 16px;
	}

	.em-trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.em-trust-item {
		min-height: 128px;
		padding: 20px 16px;
	}

	/*
	 * Remove desktop separators.
	 */

	.em-trust-item::after {
		content: none;
		display: none;
	}

	/*
	 * Grid-appropriate pale green-grey separators.
	 */

	.em-trust-item:nth-child(odd) {
		border-right: 1px solid #cad8cd;
	}

	.em-trust-item:nth-child(-n + 2) {
		border-bottom: 1px solid #cad8cd;
	}

	.em-trust-text {
		max-width: 270px;
		font-size: 0.92rem;
		line-height: 1.45;
	}
}

/*
 * Narrow mobile screens.
 */

@media (max-width: 460px) {
	.em-trust-strip-inner {
		padding: 10px 12px;
	}

	.em-trust-item {
		min-height: 132px;
		padding: 18px 11px;
	}

	.em-trust-icon-area {
		height: 45px;
		flex-basis: 45px;
	}

	.em-trust-item .em-trust-icon-circle {
		width: 44px;
		height: 44px;
	}

	.em-trust-item .em-trust-icon-circle i {
		font-size: 1.12rem;
	}

	.em-trust-item .em-trust-stars {
		gap: 2px;
	}

	.em-trust-item .em-trust-stars i {
		font-size: 0.7rem;
	}

	.em-trust-text {
		font-size: 0.9rem;
		line-height: 1.42;
	}
}

/* ==================================================
   Executive Medicine Approach
   ================================================== */

.em-approach-section,
.em-approach-section *,
.em-audience-section,
.em-audience-section * {
	box-sizing: border-box;
}

.em-approach-section {
	position: relative;
	padding: clamp(82px, 8vw, 116px) 30px
		clamp(76px, 7vw, 104px);
	background: #faf9f6;
	border-bottom: 1px solid rgba(36, 54, 66, 0.1);
}

.em-approach-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 72px;
	height: 3px;
	background: #78a985;
	transform: translateX(-50%);
}

.em-approach-inner {
	display: grid;
	grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
	grid-template-areas:
		"image copy"
		"principles principles";
	gap: 58px clamp(48px, 6vw, 82px);
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.em-approach-copy {
	grid-area: copy;
	align-self: center;
	min-width: 0;
}

.em-approach-eyebrow {
	margin: 0 0 14px;
	color: #49765a;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.4;
	text-transform: uppercase;
}

.em-approach-heading {
	margin: 0;
	padding: 0;
	color: #243642;
	background: none;
	border: 0;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
}

.em-approach-heading::before,
.em-approach-heading::after {
	content: none;
	display: none;
}

.em-approach-heading-main,
.em-approach-heading-script {
	display: block;
}

.em-approach-heading-main {
	max-width: 690px;
	color: #243642;
	font-family:
		Didot,
		"Bodoni 72",
		"Bodoni MT",
		Georgia,
		serif;
	font-size: clamp(2.35rem, 3.7vw, 3.55rem);
	font-weight: 500;
	letter-spacing: -0.025em;
	line-height: 1.08;
	text-wrap: balance;
}

.em-approach-heading-script {
	display: block;
	margin-top: 8px;
	color: #86bf96;
	font-family:
		Didot,
		"Bodoni 72",
		"Bodoni MT",
		Georgia,
		serif;
	font-size: clamp(1.9rem, 2.7vw, 2.35rem);
	font-style: italic;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.2;
}

.em-approach-body {
	max-width: 720px;
	margin-top: 30px;
}

.em-approach-body p {
	margin: 0 0 19px;
	color: #586970;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
}

.em-approach-body p:last-child {
	margin-bottom: 0;
}

.em-approach-body .em-approach-lead {
	color: #344a55;
	font-size: 1.08rem;
	font-weight: 600;
	line-height: 1.68;
}
.em-approach-figure {
	grid-area: image;
	align-self: center;
	overflow: hidden;
	margin: 0;
	background: #e9eee8;
}

.em-approach-figure img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: center;
}

/*
 * Restrained clinical principles.
 * These are supporting points rather than promotional cards.
 */

.em-approach-principles {
	grid-area: principles;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid #cad8cd;
	border-bottom: 1px solid #cad8cd;
}

.em-approach-principle {
	position: relative;
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	gap: 15px;
	align-items: start;
	min-width: 0;
	padding: 27px 32px 28px;
}

.em-approach-principle + .em-approach-principle {
	border-left: 1px solid #cad8cd;
}

.em-approach-principle-accent {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-top: 1px;
	color: #49765a;
	background: #e4ede5;
	border-radius: 50%;
}

.em-approach-principle-accent i {
	color: inherit;
	font-size: 0.78rem;
	line-height: 1;
}

.em-approach-principle h3 {
	margin: 0 0 8px;
	color: #243642;
	font-size: 1.05rem;
	font-weight: 650;
	line-height: 1.35;
}

.em-approach-principle p {
	margin: 0;
	color: #627178;
	font-size: 0.93rem;
	line-height: 1.58;
}


/* ==================================================
   Audience Pathways — Photographic
   ================================================== */

.em-audience-section,
.em-audience-section * {
	box-sizing: border-box;
}

.em-audience-section {
	position: relative;
	isolation: isolate;
	padding: 62px 30px 68px;
	overflow: hidden;
	background-color: #243642;
	background-image: url("https://www.executivemedicine.com.au/wp-content/uploads/2026/02/IGnhkD4.webp");
	background-repeat: no-repeat;
	background-position: center 48%;
	background-size: cover;
}

/*
 * Restrained overlay for consistent text contrast.
 */

.em-audience-section::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background: rgba(18, 35, 43, 0.46);
	pointer-events: none;
}

.em-audience-inner {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
}

.em-audience-header {
	max-width: 800px;
	margin: 0 auto 30px;
	text-align: center;
}

.em-audience-eyebrow {
	margin: 0 0 10px;
	color: #a9d3b4;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.17em;
	line-height: 1.4;
	text-transform: uppercase;
	text-shadow: 0 1px 5px rgba(15, 29, 35, 0.45);
}

.em-audience-heading {
	margin: 0;
	color: #fffaf0;
	font-family:
		Didot,
		"Bodoni 72",
		"Bodoni MT",
		Georgia,
		serif;
	font-size: clamp(2rem, 3.5vw, 2.9rem);
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.14;
	text-wrap: balance;
	text-shadow:
		0 2px 12px rgba(15, 29, 35, 0.56),
		0 1px 3px rgba(15, 29, 35, 0.42);
}

.em-audience-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	max-width: 1000px;
	margin: 0 auto;
}

.em-audience-panel {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 0;
	min-height: 262px;
	padding: 30px 34px 32px;
	color: #243642;
	background: rgba(250, 249, 245, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.58);
	box-shadow: 0 12px 30px rgba(15, 29, 35, 0.14);
	text-align: center;
}

.em-audience-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin-bottom: 16px;
	color: #49765a;
	background: rgba(226, 236, 227, 0.88);
	border: 1px solid rgba(73, 118, 90, 0.22);
	border-radius: 50%;
	font-size: 1.08rem;
	line-height: 1;
}

.em-audience-panel h3 {
	margin: 0 0 12px;
	color: #243642;
	font-family:
		Didot,
		"Bodoni 72",
		"Bodoni MT",
		Georgia,
		serif;
	font-size: 1.55rem;
	font-weight: 600;
	line-height: 1.22;
}

.em-audience-panel p {
	flex-grow: 1;
	max-width: 410px;
	margin: 0 0 22px;
	color: #485c65;
	font-size: 0.98rem;
	line-height: 1.6;
}

.em-audience-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 11px 23px;
	color: #ffffff;
	background: #243642;
	border: 1px solid #243642;
	text-decoration: none;
	font-size: 0.91rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		transform 0.2s ease;
}

.em-audience-button:hover {
	color: #ffffff;
	background: #49765a;
	border-color: #49765a;
	transform: translateY(-1px);
}

.em-audience-button:focus-visible {
	color: #ffffff;
	background: #49765a;
	border-color: #49765a;
	outline: 3px solid #a9d3b4;
	outline-offset: 3px;
	transform: translateY(-1px);
}

/* Audience Pathways — Mobile */

@media (max-width: 760px) {
	.em-audience-section {
		padding: 52px 18px 56px;
		background-position: 68% center;
	}

	.em-audience-section::before {
		background: rgba(18, 35, 43, 0.5);
	}

	.em-audience-header {
		margin-bottom: 26px;
	}

	.em-audience-heading {
		font-size: clamp(1.85rem, 8vw, 2.35rem);
		line-height: 1.17;
	}

	.em-audience-grid {
		grid-template-columns: 1fr;
		gap: 14px;
		max-width: 520px;
	}

	.em-audience-panel {
		min-height: 0;
		padding: 28px 24px 30px;
	}

	.em-audience-panel p {
		margin-bottom: 22px;
	}

	.em-audience-button {
		width: 100%;
		max-width: 340px;
	}
}

@media (max-width: 460px) {
	.em-audience-section {
		padding: 46px 16px 50px;
		background-position: 64% center;
	}

	.em-audience-heading {
		font-size: clamp(1.75rem, 9vw, 2.15rem);
	}

	.em-audience-panel {
		padding: 26px 20px 28px;
	}

	.em-audience-panel h3 {
		font-size: 1.45rem;
	}

	.em-audience-panel p {
		font-size: 0.95rem;
		line-height: 1.58;
	}
}
/* ==================================================
   Approach and Audience — Tablet
   ================================================== */

@media (max-width: 960px) {
	.em-approach-section {
		padding: 76px 24px 78px;
	}

	.em-approach-inner {
		grid-template-columns: minmax(0, 44fr) minmax(0, 56fr);
		gap: 44px 38px;
	}

	.em-approach-heading-main {
		font-size: clamp(2.2rem, 4.8vw, 3rem);
	}

	.em-approach-heading-script {
		font-size: clamp(1.7rem, 3.7vw, 2.2rem);
	}

	.em-approach-body {
		margin-top: 25px;
	}

	.em-approach-body p {
		font-size: 0.97rem;
		line-height: 1.68;
	}

	.em-approach-figure,
	.em-approach-figure img {
		min-height: 480px;
	}

	.em-approach-principle {
		grid-template-columns: 28px minmax(0, 1fr);
		gap: 12px;
		padding: 24px 21px 25px;
	}

	.em-approach-principle-accent {
		width: 28px;
		height: 28px;
	}

	.em-approach-principle h3 {
		font-size: 1rem;
	}

	.em-approach-principle p {
		font-size: 0.9rem;
	}
}


/* ==================================================
   Approach — Mobile
   ================================================== */

@media (max-width: 760px) {
	.em-approach-section {
		padding: 62px 18px 64px;
	}

	.em-approach-inner {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-areas:
			"copy"
			"image"
			"principles";
		gap: 34px;
	}

	.em-approach-eyebrow {
		margin-bottom: 12px;
		font-size: 0.74rem;
		letter-spacing: 0.14em;
	}

	.em-approach-heading-main {
		font-size: clamp(2.05rem, 9vw, 2.7rem);
		line-height: 1.09;
	}

	.em-approach-heading-script {
		margin-top: 8px;
		font-size: clamp(1.7rem, 7.5vw, 2.15rem);
		line-height: 1.22;
	}

	.em-approach-body {
		margin-top: 25px;
	}

	.em-approach-body p {
		margin-bottom: 17px;
		font-size: 0.97rem;
		line-height: 1.68;
	}

	.em-approach-body .em-approach-lead {
		font-size: 1.03rem;
		line-height: 1.64;
	}

	/*
	 * A landscape crop prevents the image from becoming
	 * excessively tall on mobile.
	 */

	.em-approach-figure {
		min-height: 0;
		aspect-ratio: 16 / 10;
	}

	.em-approach-figure img {
		min-height: 0;
		aspect-ratio: 16 / 10;
		object-position: center center;
	}

	.em-approach-principles {
		grid-template-columns: 1fr;
		border-bottom: 1px solid #cad8cd;
	}

	.em-approach-principle {
		grid-template-columns: 32px minmax(0, 1fr);
		gap: 15px;
		padding: 23px 4px;
	}

	.em-approach-principle + .em-approach-principle {
		border-top: 1px solid #cad8cd;
		border-left: 0;
	}

	.em-approach-principle-accent {
		width: 30px;
		height: 30px;
	}

	.em-approach-principle h3 {
		font-size: 1.02rem;
	}

	.em-approach-principle p {
		font-size: 0.93rem;
		line-height: 1.55;
	}
}


/* ==================================================
   Approach — Narrow Mobile
   ================================================== */

@media (max-width: 460px) {
	.em-approach-section {
		padding-right: 16px;
		padding-left: 16px;
	}

	.em-approach-heading-main {
		font-size: clamp(1.95rem, 9.5vw, 2.4rem);
	}

	.em-approach-heading-script {
		font-size: clamp(1.58rem, 7.8vw, 1.95rem);
	}

	.em-approach-figure,
	.em-approach-figure img {
		aspect-ratio: 3 / 2;
	}
}
/* ==================================================
   Executive Medicine Homepage
   Health Assessment Overview
   ================================================== */

.em-packages-section,
.em-packages-section * {
	box-sizing: border-box;
}

.em-packages-section {
	scroll-margin-top: 100px;
	padding: 76px 30px 82px;
	background: #f7f5f1;
	border-top: 1px solid rgba(36, 54, 66, 0.1);
}

.em-packages-inner {
	max-width: 1250px;
	margin: 0 auto;
}

.em-packages-header {
	max-width: 850px;
	margin: 0 auto 42px;
	text-align: center;
}

.em-packages-eyebrow {
	margin: 0 0 10px;
	color: #a98145;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.em-packages-heading {
	margin: 0;
	color: #243642;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 600;
	line-height: 1.15;
}

.em-packages-intro {
	max-width: 810px;
	margin: 18px auto 0;
	color: #586970;
	font-size: 1.04rem;
	line-height: 1.7;
}

/* Assessment card layout */

.em-package-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 22px;
}

.em-package-card {
	--package-accent: #86bf96;

	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	padding: 34px 30px 30px;
	background: #ffffff;
	border: 1px solid rgba(36, 54, 66, 0.14);
	box-shadow: 0 10px 26px rgba(36, 54, 66, 0.055);
}

.em-package-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: var(--package-accent);
}

.em-package-level-1 {
	--package-accent: #86bf96;
}

.em-package-level-2 {
	--package-accent: #a98145;
}

.em-package-level-3 {
	--package-accent: #486978;
}

.em-package-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 22px;
	color: var(--package-accent);
	font-size: 1.15rem;
	border: 1px solid rgba(36, 54, 66, 0.2);
	border-radius: 50%;
}

.em-package-card h3 {
	margin: 0;
	color: #243642;
	font-size: 1.45rem;
	font-weight: 600;
	line-height: 1.2;
}

.em-package-position {
	margin: 9px 0 15px;
	color: var(--package-accent);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.45;
	text-transform: uppercase;
}

.em-package-summary {
	margin: 0 0 22px;
	color: #586970;
	font-size: 0.96rem;
	line-height: 1.65;
}

.em-package-cumulative {
	margin: 0;
	padding: 17px 0 0;
	color: #243642;
	border-top: 1px solid rgba(36, 54, 66, 0.11);
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.45;
}

.em-package-highlights {
	margin: 0 0 26px;
	padding: 20px 0 0;
	list-style: none;
	border-top: 1px solid rgba(36, 54, 66, 0.11);
}

.em-package-cumulative + .em-package-highlights {
	padding-top: 14px;
	border-top: 0;
}

.em-package-highlights li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 11px;
	color: #42545d;
	font-size: 0.89rem;
	line-height: 1.45;
}

.em-package-highlights li:last-child {
	margin-bottom: 0;
}

.em-package-highlights i {
	flex: 0 0 auto;
	margin-top: 4px;
	color: var(--package-accent);
	font-size: 0.7rem;
}

.em-package-duration {
	margin: auto 0 0;
	padding-top: 22px;
	color: #243642;
	border-top: 1px solid rgba(36, 54, 66, 0.11);
	font-size: 0.87rem;
	font-weight: 600;
}

.em-package-duration span {
	color: #6c797f;
	font-weight: 400;
}

/* Assessment buttons */

.em-package-actions {
	margin-top: 20px;
}

.em-package-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 12px 18px;
	color: #ffffff;
	background: #243642;
	border: 1px solid #243642;
	text-decoration: none;
	font-size: 0.89rem;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	transition:
		background 0.2s ease,
		border-color 0.2s ease,
		transform 0.2s ease;
}

.em-package-button:hover,
.em-package-button:focus-visible {
	color: #ffffff;
	background: #355664;
	border-color: #355664;
	transform: translateY(-1px);
}

.em-package-button:focus-visible {
	outline: 3px solid rgba(134, 191, 150, 0.5);
	outline-offset: 3px;
}

.em-package-button.is-placeholder,
.em-package-button.is-placeholder:hover {
	color: #68767c;
	background: #eef0ee;
	border-color: rgba(36, 54, 66, 0.18);
	cursor: default;
	transform: none;
}

.em-package-link-note {
	display: block;
	min-height: 17px;
	margin-top: 8px;
	color: #7a858a;
	font-size: 0.72rem;
	line-height: 1.35;
	text-align: center;
}

/* Note beneath the assessment cards */

.em-package-supporting-note {
	max-width: 900px;
	margin: 28px auto 0;
	color: #68767c;
	font-size: 0.88rem;
	line-height: 1.6;
	text-align: center;
}

/* Tablet layout */

@media (min-width: 681px) and (max-width: 1049px) {
	.em-package-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.em-package-card:last-child {
		grid-column: 1 / -1;
		width: calc(50% - 11px);
		justify-self: center;
	}
}

/* Mobile layout */

@media (max-width: 680px) {
	.em-packages-section {
		padding: 54px 18px 62px;
	}

	.em-packages-header {
		margin-bottom: 30px;
	}

	.em-packages-heading {
		font-size: clamp(1.8rem, 8vw, 2.3rem);
	}

	.em-packages-intro {
		font-size: 0.97rem;
		line-height: 1.6;
	}

	.em-package-grid {
		grid-template-columns: 1fr;
	}

	.em-package-card,
	.em-package-card:last-child {
		grid-column: auto;
		width: 100%;
		padding: 32px 24px 26px;
	}

	.em-package-supporting-note {
		margin-top: 24px;
		font-size: 0.84rem;
		text-align: left;
	}
}

/* ==================================================
   Google Reviews Banner
   ================================================== */
.google-reviews-section {
	padding: 48px 24px;
	background: #f4f7f6;
}

.google-reviews-wrapper {
	max-width: 1040px;
	margin: 0 auto;
}

.em-google-review-panel {
	display: grid;
	grid-template-columns: 260px 1px minmax(260px, 1fr) auto;
	align-items: center;
	gap: 30px;
	padding: 30px 34px;
	color: #243642;
	background: #ffffff;
	border: 1px solid rgba(36, 54, 66, 0.12);
	border-top: 3px solid #86bf96;
	box-shadow: 0 14px 34px rgba(36, 54, 66, 0.09);
	text-decoration: none;
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.em-google-review-image {
	display: block;
	width: 100%;
	height: auto;
}

.em-google-review-divider {
	width: 1px;
	height: 76px;
	background: rgba(36, 54, 66, 0.16);
}

.em-google-review-copy {
	display: block;
}

.em-google-review-eyebrow {
	display: block;
	margin-bottom: 7px;
	color: #49765a;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.em-google-review-count {
	display: block;
	margin-bottom: 7px;
	color: #243642;
	font-family:
		Didot,
		"Bodoni 72",
		"Bodoni MT",
		Georgia,
		serif;
	font-size: clamp(1.55rem, 2.3vw, 2.1rem);
	font-weight: 500;
	line-height: 1.15;
}

.em-google-review-description {
	display: block;
	max-width: 430px;
	color: #586970;
	font-size: 0.9rem;
	line-height: 1.55;
}

.em-google-review-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 46px;
	padding: 11px 19px;
	color: #ffffff;
	background: #49765a;
	font-size: 0.86rem;
	font-weight: 700;
	white-space: nowrap;
}

.em-google-review-panel:hover,
.em-google-review-panel:focus-visible {
	color: #243642;
	box-shadow: 0 18px 40px rgba(36, 54, 66, 0.14);
	transform: translateY(-2px);
}

.em-google-review-panel:focus-visible {
	outline: 3px solid rgba(134, 191, 150, 0.55);
	outline-offset: 4px;
}

@media (max-width: 820px) {
	.em-google-review-panel {
		grid-template-columns: 210px 1px minmax(0, 1fr);
	}

	.em-google-review-button {
		grid-column: 1 / -1;
		justify-self: center;
	}
}

@media (max-width: 600px) {
	.google-reviews-section {
		padding: 38px 18px;
	}

	.em-google-review-panel {
		display: flex;
		flex-direction: column;
		gap: 20px;
		padding: 27px 24px;
		text-align: center;
	}

	.em-google-review-image {
		max-width: 270px;
	}

	.em-google-review-divider {
		width: 70px;
		height: 1px;
	}

	.em-google-review-description {
		max-width: 360px;
	}

	.em-google-review-button {
		width: 100%;
	}
}

/* ==================================================
   Compact phone refinement — 13 September 2026

   These rules deliberately affect phones only. Desktop and tablet layouts
   retain their approved dimensions.
   ================================================== */

@media (max-width: 600px) {
	/* Hero */
	.em-home-hero {
		min-height: 540px;
		padding: 58px 16px 48px;
	}

	.em-home-hero-shell {
		padding: 18px 0;
	}

	.em-home-hero-shell::before {
		inset: -48px -22px;
	}

	.em-home-hero-watermark {
		width: 220px;
	}

	.em-home-hero-wordmark {
		font-size: clamp(1.08rem, 5.3vw, 1.3rem);
		letter-spacing: 0.085em;
	}

	.em-home-hero-wordmark::after {
		margin-top: 12px;
		margin-bottom: 13px;
	}

	.em-home-hero-intro {
		margin-bottom: 17px;
		font-size: 0.66rem;
		letter-spacing: 0.085em;
	}

	.em-home-hero-heading-main {
		font-size: clamp(1.85rem, 8.4vw, 2.3rem);
		line-height: 1.06;
	}

	.em-home-hero-heading-script {
		margin-top: 8px;
		font-size: clamp(1.35rem, 6.2vw, 1.65rem);
		line-height: 1.2;
		white-space: normal;
	}

	.em-home-hero-supporting {
		max-width: 390px;
		margin-top: 20px;
		font-size: 0.9rem;
		line-height: 1.5;
	}

	/* Trust strip */
	.em-trust-strip-inner {
		padding: 6px 8px;
	}

	.em-trust-item {
		min-height: 112px;
		padding: 14px 8px;
	}

	.em-trust-icon-area {
		height: 40px;
		flex-basis: 40px;
	}

	.em-trust-item .em-trust-icon-circle {
		width: 39px;
		height: 39px;
	}

	.em-trust-item .em-trust-icon-circle i {
		font-size: 0.98rem;
	}

	.em-trust-item .em-trust-stars i {
		font-size: 0.62rem;
	}

	.em-trust-text {
		font-size: 0.82rem;
		line-height: 1.36;
	}

	/* Executive Medicine approach */
	.em-approach-section {
		padding: 48px 16px 52px;
	}

	.em-approach-inner {
		gap: 26px;
	}

	.em-approach-eyebrow {
		margin-bottom: 9px;
		font-size: 0.69rem;
	}

	.em-approach-heading-main {
		font-size: clamp(1.8rem, 8vw, 2.15rem);
		line-height: 1.08;
	}

	.em-approach-heading-script {
		margin-top: 6px;
		font-size: clamp(1.35rem, 6.3vw, 1.65rem);
		line-height: 1.2;
	}

	.em-approach-body {
		margin-top: 19px;
	}

	.em-approach-body p,
	.em-approach-body .em-approach-lead {
		font-size: 0.91rem;
		line-height: 1.58;
	}

	.em-approach-figure,
	.em-approach-figure img {
		aspect-ratio: 16 / 9;
	}

	.em-approach-principle {
		gap: 12px;
		padding: 18px 2px;
	}

	.em-approach-principle h3 {
		font-size: 0.95rem;
	}

	.em-approach-principle p {
		font-size: 0.86rem;
		line-height: 1.5;
	}

	/* Individual and organisation pathways */
	.em-audience-section {
		padding: 42px 14px 46px;
	}

	.em-audience-header {
		margin-bottom: 20px;
	}

	.em-audience-eyebrow {
		font-size: 0.69rem;
	}

	.em-audience-heading {
		font-size: clamp(1.65rem, 7.4vw, 2rem);
		line-height: 1.14;
	}

	.em-audience-grid {
		gap: 10px;
	}

	.em-audience-panel {
		padding: 22px 18px 24px;
	}

	.em-audience-icon {
		width: 40px;
		height: 40px;
		margin-bottom: 12px;
		font-size: 0.94rem;
	}

	.em-audience-panel h3 {
		margin-bottom: 9px;
		font-size: 1.3rem;
	}

	.em-audience-panel p {
		margin-bottom: 17px;
		font-size: 0.89rem;
		line-height: 1.5;
	}

	.em-audience-button {
		min-height: 43px;
		padding: 9px 14px;
		font-size: 0.84rem;
	}

	/* Assessment cards */
	.em-packages-section {
		padding: 46px 16px 52px;
	}

	.em-packages-header {
		margin-bottom: 24px;
	}

	.em-packages-heading {
		font-size: clamp(1.7rem, 7.4vw, 2.05rem);
	}

	.em-packages-intro {
		font-size: 0.91rem;
		line-height: 1.54;
	}

	.em-package-card,
	.em-package-card:last-child {
		padding: 25px 18px 22px;
	}

	.em-package-supporting-note {
		margin-top: 19px;
		font-size: 0.8rem;
	}

	/* Completed Google review panel: retain its design, reduce its footprint. */
	.google-reviews-section {
		padding: 32px 16px;
	}

	.em-google-review-panel {
		gap: 16px;
		padding: 22px 18px;
	}

	.em-google-review-image {
		max-width: 220px;
	}

	.em-google-review-count {
		font-size: 1.4rem;
	}

	.em-google-review-description {
		font-size: 0.84rem;
		line-height: 1.48;
	}

	.em-google-review-button {
		min-height: 43px;
		font-size: 0.82rem;
	}
}

@media (max-width: 380px) {
	.em-home-hero {
		min-height: 520px;
		padding-right: 14px;
		padding-left: 14px;
	}

	.em-home-hero-heading-main {
		font-size: 1.82rem;
	}

	.em-home-hero-heading-script {
		font-size: 1.3rem;
	}
}
