:root {
	--forest-900: #1a3d2f;
	--forest-800: #21533f;
	--forest-700: #2c6d52;
	--sunset-700: #d65c2f;
	--sunset-600: #ea7147;
	--paper-100: #fff8ee;
	--mint-100: #edf7f0;
	--ink-900: #223026;
	--ink-700: #41564a;
	--white: #ffffff;
	--shadow-soft: 0 14px 34px rgba(26, 61, 47, 0.18);
	--shadow-card: 0 8px 22px rgba(26, 61, 47, 0.13);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding-top: 86px;
	font-family: "Public Sans", "Segoe UI", Tahoma, sans-serif;
	color: var(--ink-900);
	background: linear-gradient(180deg, #fdfcf8 0%, #f5efe4 100%);
}

h1,
h2,
h3 {
	margin-top: 0;
	font-family: "Libre Baskerville", Georgia, serif;
	line-height: 1.25;
	color: var(--forest-900);
}

a {
	color: var(--sunset-700);
	text-decoration: none;
}

a:hover {
	color: var(--sunset-600);
}

.mobile-call-cta {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1055;
	display: none;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 16px;
	font-weight: 800;
	letter-spacing: 0.01em;
	color: var(--white);
	background: var(--sunset-700);
}

.site-header {
	background: rgba(26, 61, 47, 0.96);
	border-bottom: 3px solid #f1b55a;
	backdrop-filter: blur(5px);
}

.navbar {
	min-height: 82px;
}

.navbar-brand {
	display: flex;
	flex-direction: column;
	color: var(--white);
}

.brand-kicker {
	font-size: 0.72rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #f8cc89;
}

.brand-name {
	font-family: "Libre Baskerville", Georgia, serif;
	font-weight: 700;
	color: var(--white);
}

.navbar-toggler {
	border-color: rgba(255, 255, 255, 0.35);
}

.navbar-toggler-icon {
	filter: invert(1);
}

.nav-link {
	color: rgba(255, 255, 255, 0.92);
	font-weight: 600;
	padding-left: 0.9rem;
	padding-right: 0.9rem;
}

.nav-link:hover,
.nav-link:focus {
	color: #f8cc89;
}

.btn {
	border-radius: 999px;
	padding: 0.7rem 1.2rem;
	font-weight: 700;
}

.btn-call,
.btn-primary {
	background: var(--sunset-700);
	border-color: var(--sunset-700);
	color: var(--white);
}

.btn-call:hover,
.btn-primary:hover {
	background: var(--sunset-600);
	border-color: var(--sunset-600);
	color: var(--white);
}

.btn-outline-light,
.btn-outline-secondary {
	border-width: 2px;
	font-weight: 700;
}

.hero-section {
	padding: 88px 0 80px;
	min-height: 520px;
	display: flex;
	align-items: center;
	color: var(--white);
	background:
		radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.14), transparent 38%),
		radial-gradient(circle at 84% 24%, rgba(248, 204, 137, 0.18), transparent 35%),
		linear-gradient(130deg, rgba(26, 61, 47, 0.88), rgba(44, 109, 82, 0.74)),
		linear-gradient(135deg, var(--forest-900), var(--forest-700));
	background-size: auto, auto, cover, cover;
	background-position: center, center, center, center;
}

.section-kicker {
	margin-bottom: 0.65rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #f1b55a;
}

.hero-section h1 {
	max-width: 13ch;
	margin-bottom: 1rem;
	font-size: clamp(2rem, 4vw, 3rem);
	color: var(--white);
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.hero-copy {
	max-width: 56ch;
	margin-bottom: 1.5rem;
	color: #edf7f0;
	font-size: 1.05rem;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.3);
}

.hero-ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.hero-logo-wrap {
	margin-bottom: 1.2rem;
}

.hero-logo {
	display: block;
	max-width: min(100%, 420px);
	max-height: 120px;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.28));
}

.hero-card {
	padding: 1.4rem;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.96);
	color: var(--ink-900);
	box-shadow: var(--shadow-soft);
}

.hero-card h2 {
	margin-bottom: 0.5rem;
	font-size: 1.3rem;
}

.hero-card p {
	margin-bottom: 0.65rem;
	color: var(--ink-700);
}

.hero-card ul {
	margin: 0;
	padding-left: 1.2rem;
}

.hero-card li {
	margin-bottom: 0.3rem;
}

.hero-phone {
	display: inline-block;
	margin-top: 0.8rem;
	font-size: 1.2rem;
	font-weight: 800;
}

.content-section {
	padding: 62px 0;
}

.section-heading {
	margin-bottom: 2rem;
}

.section-heading h2 {
	margin-bottom: 0.3rem;
}

.services-section {
	background: var(--white);
}

.service-card {
	height: 100%;
	padding: 1.25rem;
	border: 1px solid #d6e2d7;
	border-radius: 14px;
	background: linear-gradient(180deg, #ffffff 0%, #f3fbf5 100%);
	box-shadow: var(--shadow-card);
}

.service-card h3 {
	font-size: 1.15rem;
}

.service-card p {
	margin-bottom: 0;
	color: var(--ink-700);
}

.trust-section {
	background: linear-gradient(180deg, #fbfff9 0%, #eef9f0 100%);
}

.trust-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.owner-highlight {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 1rem;
	padding: 1rem;
	border-radius: 14px;
	background: #fff;
	box-shadow: var(--shadow-card);
}

.owner-image {
	width: 74px;
	height: 74px;
	border-radius: 999px;
	object-fit: cover;
	border: 3px solid #f1b55a;
}

.owner-highlight p {
	margin: 0;
	color: var(--ink-700);
}

.trust-grid > div {
	padding: 1.2rem;
	border-radius: 14px;
	border-left: 5px solid #f1b55a;
	background: var(--white);
	box-shadow: var(--shadow-card);
}

.trust-grid h3 {
	margin-bottom: 0.5rem;
	font-size: 1.05rem;
}

.trust-grid p {
	margin-bottom: 0;
	color: var(--ink-700);
}

.office-section {
	background: var(--paper-100);
}

.office-card {
	height: 100%;
	padding: 1.35rem;
	border-radius: 14px;
	background: var(--white);
	box-shadow: var(--shadow-card);
}

.map-card {
	overflow: hidden;
}

.map-frame-wrap {
	margin-top: 0.75rem;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #d6e2d7;
}

.map-frame {
	display: block;
	width: 100%;
	height: 360px;
	border: 0;
}

.map-actions {
	margin-top: 0.85rem;
	font-weight: 700;
}

.hours-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hours-note {
	margin-bottom: 0.9rem;
	font-weight: 600;
	color: var(--ink-700);
}

.hours-list li {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 0.5rem 0;
	border-bottom: 1px dashed #caddcd;
}

.contact-section {
	background: var(--white);
}

.contact-form {
	max-width: 860px;
	margin: 0 auto;
	padding: 1.5rem;
	border: 1px solid #d6e2d7;
	border-radius: 14px;
	background: #fcfffc;
	box-shadow: var(--shadow-card);
}

.contact-form .form-control,
.contact-form .form-select {
	min-height: 50px;
	border: 1px solid #bfd1c3;
}

.contact-form textarea.form-control {
	min-height: 130px;
}

.form-status {
	margin: 0;
	font-weight: 700;
	color: var(--forest-800);
}

.honey-field {
	position: absolute;
	left: -9999px;
	opacity: 0;
}

.site-footer {
	color: #d8eee2;
	background: #112a20;
}

.footer-heading {
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: 1.1rem;
	color: #ffffff;
}

.footer-meta {
	color: #d8eee2;
}

.footer-meta a {
	color: #f8cc89;
}

#copyright {
	margin-top: 14px;
	padding-top: 10px;
	border-top: 1px solid rgba(216, 238, 226, 0.25);
	color: #d8eee2;
}

@media (max-width: 991.98px) {
	body {
		padding-top: 72px;
	}

	.navbar-collapse {
		margin-top: 0.7rem;
		padding: 0.9rem;
		border-radius: 12px;
		background: rgba(26, 61, 47, 0.98);
	}

	.trust-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.owner-highlight {
		align-items: flex-start;
	}

	.hero-logo {
		max-height: 96px;
	}
}

@media (max-width: 767.98px) {
	body {
		padding-bottom: 64px;
	}

	.mobile-call-cta {
		display: flex;
	}

	.hero-section {
		padding: 64px 0 56px;
		min-height: 0;
	}

	.hero-card,
	.contact-form {
		padding: 1rem;
	}

	.btn-call {
		width: 100%;
	}
}
