/*
Theme Name: Carey-Anne Morris
Theme URI: https://careymorris.local
Author: Codex
Description: Custom WordPress theme for Carey-Anne Morris Speech Therapist & Audiologist.
Version: 1.0.11
Text Domain: carey-anne-morris
*/

img {
	-webkit-touch-callout: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	user-select: none;
}

:root {
	--deep-eucalyptus: #4f6b53;
	--brand-sage: #7d9980;
	--leaf-sage: #6f8d72;
	--soft-sage: #aabcaa;
	--mist-green: #e2e7e1;
	--warm-white: #fdfdfd;
	--text-muted: #555;
	--text-soft: #4b5563;
	--font-heading: "Lora", Georgia, "Times New Roman", serif;
	--font-body: "Source Sans 3", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--header-height: 96px;
	--footer-height: 0px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	border-radius: 0 !important;
}

body * {
	min-width: 0;
}

html {
	max-width: 100%;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	max-width: 100%;
	overflow-x: hidden;
	background: var(--deep-eucalyptus);
	color: var(--text-muted);
	font-family: var(--font-body);
	line-height: 1.5;
}

img,
svg,
iframe {
	max-width: 100%;
}

img {
	height: auto;
}

body.admin-bar .site-header {
	top: 32px;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
select,
textarea {
	font: inherit;
}

h1,
h2,
h3 {
	font-family: var(--font-heading);
}

button {
	cursor: pointer;
}

svg {
	display: block;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.site-shell {
	position: relative;
	display: flex;
	min-height: 100vh;
	max-width: 100%;
	overflow-x: clip;
	flex-direction: column;
	background: var(--deep-eucalyptus);
	isolation: isolate;
}

.site-main {
	position: relative;
	z-index: 2;
	flex: 1 0 auto;
	background: #f4f7f2;
	box-shadow: 0 24px 60px rgba(31, 41, 55, .16);
}

.site-container {
	width: 100%;
	max-width: 1152px;
	margin: 0 auto;
	padding: 0 1rem;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: var(--warm-white);
	border-bottom: 1px solid var(--mist-green);
	box-shadow: 0 3px 20px rgba(79, 107, 83, .06);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: var(--header-height);
	gap: 1rem;
}

.site-logo {
	display: flex;
	align-items: center;
	min-width: 0;
}

.site-logo__image {
	display: block;
	width: min(320px, 52vw);
	max-height: 72px;
	object-fit: contain;
}

.site-logo__icon {
	width: 40px;
	height: 40px;
	margin-right: 12px;
	flex: 0 0 auto;
	color: var(--brand-sage);
}

.site-logo__text {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.site-logo__name {
	color: var(--brand-sage);
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
}

.site-logo__tagline {
	color: var(--leaf-sage);
	font-size: .875rem;
	font-weight: 500;
	letter-spacing: 0;
}

.desktop-nav {
	display: none;
	align-items: center;
}

.nav-links {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.nav-link {
	padding: .5rem .25rem;
	border-bottom: 2px solid transparent;
	color: var(--leaf-sage);
	font-weight: 500;
	text-transform: capitalize;
	transition: color .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.nav-link:hover,
.nav-link.is-active {
	color: var(--deep-eucalyptus);
}

.nav-link.is-active {
	border-bottom-color: var(--brand-sage);
}

.nav-link--contact {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: .625rem 1.25rem;
	border-bottom-color: transparent;
	border-radius: 9999px;
	background: var(--deep-eucalyptus);
	color: var(--warm-white);
	font-weight: 500;
}

.nav-link--contact:hover,
.nav-link--contact.is-active {
	border-bottom-color: transparent;
	background: var(--leaf-sage);
	color: var(--warm-white);
	box-shadow: 0 8px 18px rgba(79, 107, 83, .18);
}

.mobile-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: .5rem;
	border: 0;
	border-radius: .375rem;
	background: transparent;
	color: var(--deep-eucalyptus);
}

.mobile-toggle__close,
.mobile-toggle.is-open .mobile-toggle__open {
	display: none;
}

.mobile-toggle.is-open .mobile-toggle__close {
	display: block;
}

.icon--menu {
	width: 24px;
	height: 24px;
}

.mobile-nav {
	display: none;
	border-top: 1px solid var(--mist-green);
	background: var(--warm-white);
}

.mobile-nav.is-open {
	display: block;
}

.mobile-nav__inner {
	padding: .5rem 1rem 1.5rem;
}

.nav-links--mobile {
	display: block;
}

.nav-links--mobile .nav-link {
	display: block;
	width: 100%;
	padding: .75rem 0;
	border-bottom: 1px solid var(--mist-green);
	font-size: 1.125rem;
	text-align: left;
}

.nav-links--mobile .nav-link:last-of-type {
	border-bottom: 0;
}

.nav-links--mobile .nav-link--contact {
	display: flex;
	justify-content: center;
	margin-top: 1rem;
	padding: .875rem 1.25rem;
	border-bottom: 0;
}

@keyframes pageFade {
	from {
		opacity: 0;
		transform: translateY(4px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.page-fade {
	animation: pageFade .5s ease both;
}

.home-hero {
	padding: 2.75rem 0;
	border-bottom: 1px solid var(--soft-sage);
	background: var(--mist-green);
}

.home-hero__grid {
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	gap: 3rem;
}

.home-hero__copy {
	width: 100%;
}

.home-hero h1 {
	margin: 0;
	color: var(--deep-eucalyptus);
	font-size: clamp(2.35rem, 9vw, 4.5rem);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: 0;
}

.home-hero h1 span {
	color: var(--brand-sage);
}

.home-hero p {
	max-width: 42rem;
	margin: 1.5rem 0 0;
	color: var(--deep-eucalyptus);
	font-size: 1.125rem;
	line-height: 1.7;
}

.button-row {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding-top: 1.5rem;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	border: 0;
	font-weight: 600;
	text-align: center;
	transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.button--large {
	padding: 1rem 2rem;
	font-size: 1.125rem;
}

.button--primary {
	padding: .8rem 2rem;
	background: var(--deep-eucalyptus);
	color: #fff;
}

.button--primary:hover,
.button--submit:hover {
	background: var(--leaf-sage);
	color: #fff;
}

.button-row .button--primary {
	box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
}

.button-row .button--primary:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, .12);
	transform: translateY(-2px);
}

.button--outline {
	border: 2px solid var(--deep-eucalyptus);
	background: transparent;
	color: var(--deep-eucalyptus);
}

.button--outline:hover {
	background: #fff;
}

.desktop-break {
	display: none;
}

.home-hero__visual {
	display: flex;
	width: 100%;
	max-width: 26rem;
	justify-content: center;
	margin: 0 auto;
}

.hero-card {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	min-height: 0;
	padding: 0;
	overflow: hidden;
	border: 4px solid var(--soft-sage);
	border-radius: 3rem;
	background: var(--warm-white);
	box-shadow: 0 22px 46px rgba(79, 107, 83, .12);
}

.hero-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.hero-card__watermark,
.hero-card__icons {
	display: none;
}

.primary-services {
	padding: 2.75rem 0;
	background: var(--warm-white);
}

.primary-services__grid {
	display: grid;
	gap: 2rem;
}

.primary-card {
	display: block;
	padding: 1.75rem;
	border: 2px solid var(--soft-sage);
	border-radius: 1.5rem;
	background: var(--warm-white);
	box-shadow: 0 10px 28px rgba(79, 107, 83, .08);
	cursor: pointer;
	transition: box-shadow .2s ease, transform .2s ease;
}

.primary-card:hover {
	box-shadow: 0 18px 34px rgba(31, 41, 55, .12);
	transform: translateY(-2px);
}

.primary-card__icon {
	display: flex;
	width: 120px;
	height: 120px;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.5rem;
	border-radius: 1rem;
	background: var(--mist-green);
	color: var(--deep-eucalyptus);
}

.primary-card__image {
	width: 104px;
	height: 104px;
	object-fit: contain;
}

.icon--card {
	width: 32px;
	height: 32px;
}

.primary-card h3 {
	margin: 0 0 1rem;
	color: var(--deep-eucalyptus);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0;
}

.primary-card p {
	margin: 0 0 1.5rem;
	color: var(--text-muted);
	font-size: 1.125rem;
	line-height: 1.65;
}

.learn-more {
	display: inline-flex;
	align-items: center;
	color: var(--leaf-sage);
	font-weight: 500;
}

.icon--chevron {
	width: 20px;
	height: 20px;
	margin-left: .25rem;
	transition: transform .2s ease;
}

.primary-card:hover .icon--chevron {
	transform: translateX(4px);
}

.home-reassurance {
	display: grid;
	gap: 1rem;
	margin-top: 2rem;
}

.home-reassurance__item {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	padding: 1.25rem;
	border: 1px solid var(--soft-sage);
	border-radius: 1.25rem;
	background: var(--mist-green);
}

.home-reassurance__icon {
	display: flex;
	width: 56px;
	height: 56px;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	border-radius: 9999px;
	background: transparent;
	color: var(--deep-eucalyptus);
}

.home-reassurance__icon .icon {
	width: 34px;
	height: 34px;
}

.home-reassurance h3 {
	margin: 0 0 .35rem;
	color: var(--deep-eucalyptus);
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: 0;
}

.home-reassurance p {
	margin: 0;
	color: var(--text-soft);
	font-size: .98rem;
	line-height: 1.55;
}

.registrations {
	padding: 2.5rem 0;
	border-top: 1px solid var(--soft-sage);
	background: var(--mist-green);
}

.home .page-fade {
	position: relative;
}

.registrations__inner {
	text-align: center;
}

.registrations h3 {
	margin: 0 0 1.35rem;
	color: var(--deep-eucalyptus);
	font-size: 1.35rem;
	font-weight: 600;
	letter-spacing: 0;
}

.registrations__items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: .9rem;
}

.registration-link {
	display: inline-flex;
	align-items: center;
	gap: .7rem;
	color: var(--deep-eucalyptus);
	font-weight: 700;
	transition: color .2s ease, transform .2s ease;
}

.registration-link:hover,
.registration-link:focus-visible {
	color: var(--leaf-sage);
	transform: translateY(-1px);
}

.registration-link span {
	font-size: 1.06rem;
	letter-spacing: .02em;
}

.registration-logo {
	display: block;
	width: 82px;
	height: 62px;
	flex: 0 0 auto;
	object-fit: contain;
}

.registration-separator {
	color: var(--leaf-sage);
	font-weight: 700;
	opacity: .7;
}

.page-section {
	padding: 4rem 0;
	background: #f4f7f2;
}

.page-title {
	margin-bottom: 4rem;
}

.page-title--center {
	text-align: center;
}

.page-title h1 {
	margin: 0;
	color: var(--deep-eucalyptus);
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0;
}

.page-title p {
	max-width: 42rem;
	margin: 1.5rem 0 0;
	color: var(--text-soft);
	font-size: 1.125rem;
	line-height: 1.65;
}

.page-title--center p {
	margin-left: auto;
	margin-right: auto;
}

.title-rule {
	width: 96px;
	height: 4px;
	margin: 1.5rem auto 0;
	border-radius: 9999px;
	background: var(--brand-sage);
}

.about-grid {
	display: grid;
	gap: 4rem;
	align-items: center;
}

.about-copy {
	color: #374151;
	font-size: 1.125rem;
	line-height: 1.65;
}

.about-copy p {
	margin: 0 0 1.5rem;
}

.mission-block {
	padding-top: 2rem;
}

.mission-block h3 {
	margin: 0 0 .85rem;
	color: var(--deep-eucalyptus);
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0;
}

.mission-block blockquote {
	position: relative;
	margin: 0;
	padding: 1.45rem 1.55rem;
	border: 1px solid rgba(170, 188, 170, .75);
	border-top: 3px solid var(--brand-sage);
	background: rgba(253, 253, 253, .9);
	box-shadow: 0 8px 18px rgba(79, 107, 83, .06);
	color: var(--deep-eucalyptus);
	font-family: var(--font-body);
	font-size: 1.05rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.72;
}

.about-visual {
	position: relative;
	display: block;
	width: min(100%, 400px);
	margin: 0 auto;
}

.about-photo-frame {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	border: 8px solid var(--warm-white);
	border-radius: 2rem;
	background: var(--mist-green);
	box-shadow: 0 18px 34px rgba(79, 107, 83, .14);
}

.about-photo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.experience-badge {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	width: min(calc(100% - 2rem), 290px);
	padding: 1rem;
	border: 1px solid rgba(170, 188, 170, .85);
	border-radius: 1.35rem;
	background: var(--warm-white);
	box-shadow: 0 10px 22px rgba(79, 107, 83, .12);
}

.experience-badge__icon {
	display: flex;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	border-radius: 9999px;
	background: var(--mist-green);
	color: var(--deep-eucalyptus);
}

.experience-badge__icon .icon {
	width: 28px;
	height: 28px;
}

.experience-badge__number {
	color: var(--deep-eucalyptus);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
}

.experience-badge__label {
	color: var(--leaf-sage);
	font-size: .875rem;
	font-weight: 500;
	white-space: nowrap;
}

.page-title--services {
	margin-bottom: 5rem;
}

.service-family {
	margin-bottom: 6rem;
}

.service-family:last-of-type {
	margin-bottom: 0;
}

.service-family__heading {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	margin-bottom: 1.35rem;
}

.service-family__heading-icon {
	display: flex;
	width: 112px;
	height: 112px;
	align-items: center;
	justify-content: center;
	padding: 0;
	flex: 0 0 auto;
	color: var(--brand-sage);
}

.service-family__heading-image {
	width: 108px;
	height: 108px;
	object-fit: contain;
}

.service-family__heading h2 {
	margin: 0;
	color: var(--deep-eucalyptus);
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
}

.service-family__intro {
	max-width: 48rem;
	margin: 0 0 1.5rem;
	color: #374151;
	font-size: 1.125rem;
	line-height: 1.65;
}

.hearing-assessment-note {
	display: flex;
	align-items: flex-start;
	gap: 1.25rem;
	max-width: 58rem;
	margin-bottom: 2.5rem;
	padding: 1.5rem;
	border: 1px solid rgba(170, 188, 170, .9);
	border-left: 5px solid var(--brand-sage);
	border-radius: 1.25rem;
	background: rgba(226, 231, 225, .72);
}

.hearing-assessment-note__icon,
.medical-aid-note__icon {
	display: flex;
	width: 58px;
	height: 58px;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	border-radius: 9999px;
	background: transparent;
	color: var(--deep-eucalyptus);
}

.hearing-assessment-note__icon .icon,
.medical-aid-note__icon .icon {
	width: 36px;
	height: 36px;
}

.hearing-assessment-note h3,
.hearing-aid-support h3,
.medical-aid-note h3 {
	margin: 0 0 .45rem;
	color: var(--deep-eucalyptus);
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0;
}

.hearing-assessment-note p,
.hearing-aid-support__intro p,
.medical-aid-note p {
	margin: 0;
	color: var(--text-soft);
	line-height: 1.65;
}

.service-card-grid {
	display: grid;
	gap: 1.5rem;
}

.service-card {
	display: flex;
	align-items: flex-start;
	gap: 1.35rem;
	padding: 1.5rem;
	border: 1px solid var(--soft-sage);
	border-radius: 1rem;
	background: var(--warm-white);
	box-shadow: 0 8px 18px rgba(79, 107, 83, .06);
	transition: box-shadow .2s ease;
}

.service-card:hover {
	box-shadow: 0 12px 22px rgba(79, 107, 83, .1);
}

.service-card__icon {
	display: flex;
	width: 112px;
	height: 112px;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	border-radius: .9rem;
	background: var(--mist-green);
	color: var(--deep-eucalyptus);
}

.service-card__icon .icon {
	width: 24px;
	height: 24px;
}

.service-card__image {
	width: 100px;
	height: 100px;
	object-fit: contain;
}

.service-card h4 {
	margin: 0 0 .5rem;
	color: var(--deep-eucalyptus);
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
}

.service-card p {
	margin: 0;
	color: var(--text-soft);
	font-size: .875rem;
	line-height: 1.65;
}

.hearing-aid-support {
	margin-top: 3rem;
	padding: 2rem;
	border: 1px solid var(--soft-sage);
	border-radius: 1.5rem;
	background: var(--warm-white);
	box-shadow: 0 10px 24px rgba(79, 107, 83, .07);
}

.hearing-aid-support__intro {
	max-width: 52rem;
	margin-bottom: 1.75rem;
}

.hearing-aid-support h3 {
	font-size: 1.5rem;
}

.brand-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.brand-card {
	display: flex;
	min-height: 108px;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
	border: 1px solid rgba(170, 188, 170, .75);
	background: #fff;
}

.brand-card__logo {
	display: block;
	width: auto;
	height: auto;
	max-width: 190px;
	max-height: 72px;
	object-fit: contain;
}

.medical-aid-note {
	display: flex;
	align-items: flex-start;
	gap: 1.25rem;
	margin-top: 1.75rem;
	padding: 1.5rem;
	border: 1px solid rgba(170, 188, 170, .85);
	border-radius: 1.25rem;
	background: var(--mist-green);
}

.services-divider {
	margin: 4rem 0;
	border: 0;
	border-top: 2px dashed var(--soft-sage);
	opacity: .5;
}

.services-cta {
	margin-top: 5rem;
	padding: 2.5rem;
	border-radius: 1.5rem;
	background: var(--mist-green);
	text-align: center;
}

.services-cta h3 {
	margin: 0 0 1rem;
	color: var(--deep-eucalyptus);
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0;
}

.services-cta p {
	margin: 0 0 2rem;
	color: #374151;
}

.page-title--contact {
	margin-bottom: 4rem;
}

.contact-grid {
	display: grid;
	gap: 3rem;
}

.contact-details-column {
	display: grid;
	gap: 2.5rem;
	align-content: start;
}

.contact-panel {
	padding: 2rem;
	border-radius: 1.5rem;
	background: var(--mist-green);
}

.contact-panel h3,
.contact-form h3 {
	margin: 0 0 1.5rem;
	color: var(--deep-eucalyptus);
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0;
}

.contact-form h3 {
	margin-bottom: 2rem;
}

.contact-detail-list {
	display: grid;
	gap: 1.5rem;
}

.contact-detail {
	display: flex;
	align-items: flex-start;
}

.contact-detail__icon {
	width: 28px;
	height: 28px;
	margin: .25rem 1rem 0 0;
	flex: 0 0 auto;
	color: var(--deep-eucalyptus);
}

.contact-detail h4 {
	margin: 0;
	color: var(--deep-eucalyptus);
	font-weight: 600;
	letter-spacing: 0;
}

.contact-detail p {
	margin: .25rem 0 0;
	color: #374151;
}

.contact-detail a,
.site-footer__item a {
	color: inherit;
	text-decoration: underline;
	text-decoration-color: currentColor;
	text-underline-offset: .18em;
	transition: color .2s ease, text-decoration-color .2s ease;
}

.contact-detail a:hover,
.contact-detail a:focus-visible {
	color: var(--deep-eucalyptus);
	text-decoration-color: var(--brand-sage);
}

.site-footer__item a:hover,
.site-footer__item a:focus-visible {
	color: var(--warm-white);
	text-decoration-color: var(--brand-sage);
}

.break-all {
	word-break: break-all;
}

.map-frame {
	position: relative;
	width: 100%;
	height: 256px;
	overflow: hidden;
	border: 2px solid var(--soft-sage);
	border-radius: 1.5rem;
	background: #f3f4f6;
}

.map-frame iframe {
	display: block;
}

.contact-form {
	padding: 2rem;
	border: 2px solid var(--soft-sage);
	border-radius: 1.5rem;
	background: var(--warm-white);
	box-shadow: 0 8px 18px rgba(79, 107, 83, .06);
}

.contact-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.form-field--consent label {
	display: flex;
	align-items: flex-start;
	gap: .65rem;
	font-weight: 400;
}

.form-field--consent input {
	width: auto;
	margin-top: .25rem;
}

.contact-privacy-note,
.contact-form__status {
	margin: .5rem 0 0;
	color: var(--text-muted);
	font-size: .95rem;
}

.form-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	margin-bottom: 1.5rem;
}

.form-field {
	margin-bottom: 1.5rem;
}

.form-grid .form-field {
	margin-bottom: 0;
}

.form-field label {
	display: block;
	margin-bottom: .5rem;
	color: #374151;
	font-size: .875rem;
	font-weight: 500;
}

.form-field input,
.form-field select,
.form-field textarea {
	width: 100%;
	padding: .75rem 1rem;
	border: 1px solid var(--soft-sage);
	border-radius: .75rem;
	background: #fff;
	color: #111827;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
	border-color: var(--brand-sage);
	box-shadow: 0 0 0 2px rgba(125, 153, 128, .35);
}

.form-field textarea {
	resize: none;
}

.select-wrap {
	position: relative;
}

.select-wrap select {
	appearance: none;
	padding-right: 3rem;
}

.select-wrap__icon {
	position: absolute;
	top: .875rem;
	right: 1rem;
	width: 20px;
	height: 20px;
	color: #9ca3af;
	pointer-events: none;
	transform: rotate(90deg);
}

.button--submit {
	width: 100%;
	padding: 1rem;
	border-radius: .75rem;
	background: var(--deep-eucalyptus);
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
}

.generic-page {
	padding: 4rem 0;
}

.site-footer {
	position: relative;
	z-index: 0;
	padding: 3rem 0 2rem;
	border-top: 1px solid rgba(226, 231, 225, .2);
	background: var(--deep-eucalyptus);
	color: var(--mist-green);
}

.site-footer__grid {
	display: grid;
	gap: 2.5rem;
}

.site-footer__brand {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	color: var(--warm-white);
	font-size: 1.25rem;
	font-weight: 600;
}

.site-footer__brand--logo {
	display: inline-flex;
	max-width: 292px;
	padding: .75rem;
	border-radius: 1rem;
	background: var(--warm-white);
	box-shadow: 0 14px 30px rgba(0, 0, 0, .14);
}

.site-footer__logo {
	display: block;
	width: 100%;
	object-fit: contain;
}

.site-footer__brand-icon {
	width: 32px;
	height: 32px;
	margin-right: .5rem;
	color: var(--warm-white);
}

.site-footer__intro {
	max-width: 20rem;
	margin: 0 0 1rem;
	font-size: .875rem;
	line-height: 1.65;
}

.site-footer__heading {
	margin: 0 0 1rem;
	color: var(--warm-white);
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0;
}

.site-footer__list {
	display: grid;
	gap: .75rem;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: .875rem;
}

.site-footer__item {
	display: flex;
	align-items: flex-start;
}

.site-footer__item-icon {
	width: 24px;
	height: 24px;
	margin-right: .75rem;
	flex: 0 0 auto;
	color: var(--brand-sage);
}

.site-footer__bottom {
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid var(--leaf-sage);
	font-size: .875rem;
	text-align: center;
}

.site-footer__bottom p {
	margin: 0;
}

@media (min-width: 640px) {
	.site-container {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}

	.button-row {
		flex-direction: row;
	}
}

@media (min-width: 560px) and (max-width: 767px) {
	.primary-services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.25rem;
	}

	.primary-card {
		padding: 1.5rem;
	}

	.primary-card p {
		font-size: 1rem;
	}
}

@media (min-width: 768px) {
	.site-main {
		margin-bottom: var(--footer-height);
	}

	.site-footer {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
	}

	.desktop-nav {
		display: flex;
	}

	.mobile-toggle,
	.mobile-nav {
		display: none !important;
	}

	.home-hero {
		padding: 4.5rem 0;
	}

	.home .home-hero,
	.home .primary-services,
	.home .registrations {
		position: sticky;
		top: var(--header-height);
		box-shadow: 0 -18px 45px rgba(79, 107, 83, .12);
	}

	.home .home-hero {
		z-index: 1;
		min-height: min(620px, calc(100vh - var(--header-height)));
	}

	.home .primary-services {
		z-index: 2;
		min-height: auto;
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}

	.home .registrations {
		z-index: 3;
		min-height: auto;
		padding-top: 2.75rem;
		padding-bottom: 2.75rem;
	}

	.home-hero__grid {
		grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
	}

	.home-hero h1,
	.page-title h1 {
		font-size: clamp(3rem, 5vw, 4.5rem);
	}

	.home-hero p {
		font-size: 1.25rem;
	}

	.desktop-break {
		display: block;
	}

	.home-hero__visual {
		display: flex;
		width: 100%;
		max-width: 28rem;
		justify-content: center;
	}

	.primary-services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-reassurance {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.registrations__items {
		gap: 4rem;
	}

	.page-section {
		padding: 6rem 0;
	}

	.about-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.service-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.brand-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.contact-grid {
		grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
	}

	.form-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.site-footer__grid {
		grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr);
		align-items: start;
	}

	.site-footer__grid > div:nth-child(2) {
		justify-self: end;
		width: 100%;
		max-width: 340px;
	}
}

@media (min-width: 1024px) {
	.site-container {
		padding-right: 2rem;
		padding-left: 2rem;
	}

	.home-hero h1 {
		font-size: 3.75rem;
	}

	.about-grid {
		grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
	}

	.about-visual {
		width: min(100%, 410px);
	}

	.experience-badge {
		flex-direction: row;
		align-items: center;
	}

	.service-card-grid--three {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	:root {
		--header-height: 84px;
	}

	.site-header__inner {
		height: var(--header-height);
	}

	.site-logo__image {
		width: min(250px, calc(100vw - 96px));
		max-height: 58px;
	}

	.site-logo__name {
		font-size: 1.25rem;
	}

	.site-logo__tagline {
		font-size: .75rem;
	}

	.primary-card,
	.services-cta,
	.contact-form,
	.contact-panel {
		padding: 1.5rem;
	}

	.hero-card {
		border-radius: 2rem;
	}

	.service-family__heading {
		align-items: flex-start;
	}

	.service-family__heading-icon {
		width: 96px;
		height: 96px;
	}

	.service-family__heading-image {
		width: 92px;
		height: 92px;
	}

	.service-family__heading h2 {
		font-size: 1.6rem;
	}

	.service-card {
		flex-direction: column;
	}

	.primary-card__icon,
	.service-card__icon {
		width: 104px;
		height: 104px;
	}

	.primary-card__image,
	.service-card__image {
		width: 92px;
		height: 92px;
	}

	.site-footer__brand--logo {
		max-width: 260px;
	}

	.hearing-assessment-note,
	.medical-aid-note {
		flex-direction: column;
	}

	.hearing-aid-support {
		padding: 1.5rem;
	}

	.brand-card {
		min-height: 96px;
		padding: 1rem;
	}

	.brand-card__logo {
		max-width: 132px;
		max-height: 64px;
	}

	.experience-badge {
		right: .75rem;
		bottom: .75rem;
		width: calc(100% - 1.5rem);
		padding: .9rem;
	}

	.experience-badge__number {
		font-size: 1.3rem;
	}

	.experience-badge__label {
		white-space: normal;
	}
}
