.et-wrap * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.et-wrap {
	font-family: 'Hanken Grotesk', system-ui, sans-serif;
	color: #0D2218;
	background: #F4F6F0;
	line-height: 1.5;
	font-size: 17px;
}

.et-wrap h1,.et-wrap h2,.et-wrap h3 {
	font-family: 'Bricolage Grotesque', system-ui, sans-serif;
	line-height: 1.04;
	letter-spacing: -.01em;
}

.et-container {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px;
}

.et-btn {
	display: inline-block;
	background: #024529;
	color: #fff !important;
	border-radius: 8px;
	padding: 16px 30px;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: .56px;
	text-transform: uppercase;
	text-decoration: none;
}

.et-btn-light {
	background: #fff;
	color: #024529 !important;
}

.et-btn-ghost {
	background: transparent;
	color: #0D2218 !important;
	border: 1.5px solid #0D2218;
}

/* header */
.et-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: #ffffff;
	border-bottom: 1px solid rgba(13,34,24,0.08);
}

.et-header .et-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 78px;
}

.et-logo {
	display: flex;
	align-items: center;
	gap: 10px;
}

.et-logo svg {
	width: 34px;
	height: 34px;
}

.et-logo .lt {
	font-family: 'Bricolage Grotesque';
	font-weight: 800;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1;
}

.et-logo .lt small {
	display: block;
	font-size: 9px;
	letter-spacing: 4px;
	font-weight: 600;
	color: #024529;
	margin-top: 2px;
}

.et-nav {
	display: flex;
	align-items: center;
	gap: 34px;
}

.et-nav a {
	color: #0D2218;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
}

/* hero */
.et-hero {
	position: relative;
	min-height: 660px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
}

.et-hero::before {
	content: '';
	position: absolute;
	background: linear-gradient(90deg,rgba(13,34,24,0.62),rgba(13,34,24,0.25));
}

.et-hero .et-container {
	position: relative;
	z-index: 2;
}

.et-hero h1 {
	color: #fff;
	font-size: 88px;
	font-weight: 800;
	max-width: 780px;
}

.et-hero p {
	color: #eef1ea;
	font-size: 21px;
	max-width: 430px;
	margin: 26px 0 32px;
}

/* feature rows */
.et-sec {
	padding: 96px 0;
}

.et-feature {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: center;
}

.et-feature img {
	width: 100%;
	border-radius: 18px;
	display: block;
	box-shadow: 0 24px 50px rgba(13,34,24,0.18);
}

.et-feature h2 {
	font-size: 46px;
	font-weight: 700;
}

.et-feature h2 .g {
	color: #024529;
}

.et-feature p {
	color: #5a6b62;
	font-size: 19px;
	margin: 22px 0 30px;
	max-width: 430px;
}

/* finance banner */
.et-finance {
	background: #024529;
	color: #fff;
	padding: 80px 0;
}

.et-finance .et-container {
	display: flex;
	gap: 48px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}

.et-finance .big {
	font-family: 'Bricolage Grotesque';
	font-weight: 800;
	font-size: 52px;
	line-height: 1;
}

.et-finance .mid {
	max-width: 360px;
	text-align: left;
}

.et-finance .mid p {
	font-size: 18px;
}

.et-finance .fine {
	font-size: 13px;
	color: rgba(255,255,255,0.7);
	margin-top: 8px;
}

/* gallery */
.et-gallery h2 {
	text-align: center;
	font-size: 46px;
	font-weight: 700;
}

.et-gallery .sub {
	text-align: center;
	color: #5a6b62;
	font-size: 19px;
	margin: 14px 0 48px;
}

.et-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 18px;
}

.et-grid img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	border-radius: 14px;
	display: block;
}

.et-grid .wide {
	grid-column: span 1;
}

/* services */
.et-services {
	background: #fff;
}

.et-services h2 {
	text-align: center;
	font-size: 46px;
	font-weight: 700;
	margin-bottom: 48px;
}

.et-cols {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 40px;
}

.et-card h3 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 14px;
}

.et-card p {
	color: #5a6b62;
	font-size: 17px;
}

/* testimonials */
.et-testi h2 {
	text-align: center;
	font-size: 46px;
	font-weight: 700;
	margin-bottom: 48px;
}

.et-tcards {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 28px;
}

.et-tcard {
	background: #fff;
	border: 1px solid rgba(13,34,24,0.08);
	border-radius: 16px;
	padding: 32px;
}

.et-tcard .stars {
	color: #E0A106;
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 16px;
}

.et-tcard p {
	font-size: 17px;
	margin-bottom: 20px;
}

.et-tcard .name {
	font-weight: 700;
}

.et-tcard .city {
	color: #5a6b62;
	font-size: 15px;
}

/* cta band */
.et-cta {
	background: #024529;
	color: #fff;
	text-align: center;
	padding: 100px 0;
}

.et-cta h2 {
	font-size: 46px;
	font-weight: 700;
	margin-bottom: 28px;
}

/* contact */
.et-contact h2 {
	font-size: 46px;
	font-weight: 700;
}

.et-contact .lead {
	color: #5a6b62;
	font-size: 19px;
	margin: 18px 0 0;
}

.et-twocol {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	margin-top: 48px;
}

.et-info dt {
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #024529;
	margin-top: 24px;
}

.et-info dd {
	font-size: 19px;
	margin-top: 4px;
}

.et-form input,.et-form textarea {
	width: 100%;
	padding: 15px 16px;
	border: 1px solid rgba(13,34,24,0.18);
	border-radius: 10px;
	margin-bottom: 16px;
	font-family: inherit;
	font-size: 16px;
	background: #fff;
}

.et-form textarea {
	min-height: 120px;
	resize: vertical;
}

/* footer */
.et-footer {
	background: #0D2218;
	color: #cdd6d0;
	padding: 54px 0 30px;
}

.et-footer .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.12);
	padding-bottom: 28px;
}

.et-footer .fnav {
	display: flex;
	gap: 28px;
}

.et-footer .fnav a {
	color: #cdd6d0;
	text-decoration: none;
}

.et-footer .flogo {
	color: #fff;
	font-family: 'Bricolage Grotesque';
	font-weight: 800;
	font-size: 20px;
}

.et-footer .bot {
	padding-top: 22px;
	font-size: 14px;
	color: #8ea096;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
}

@media (max-width: 860px) {
	.et-feature, .et-twocol {
		grid-template-columns: 1fr;
		gap: 36px;
	}
	
	.et-grid, .et-cols, .et-tcards {
		grid-template-columns: 1fr;
	}
	
	.et-feature h2, .et-gallery h2, .et-services h2, .et-testi h2, .et-cta h2, .et-contact h2 {
		font-size: 34px;
	}
	
	/* --- mobile header fix --- */
	.et-header .et-container {
		height: auto;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px 18px;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	
	.et-header .et-container > a:not(.et-btn) {
		display: none;
	}
	
	.et-logo {
		width: 100%;
		justify-content: center;
		text-align: center;
	}
	
	.et-logo .lt {
		font-size: 22px;
	}
	
	.et-header .et-container > a.et-btn {
		padding: 12px 22px;
		font-size: 13px;
	}
	
	/* --- hero --- */
	.et-hero {
		padding: 60px 0;
		min-height: auto;
	}
	
	.et-hero h1 {
		font-size: 44px;
		line-height: 1.05;
	}
	
	.et-hero p {
		font-size: 16px;
	}
}

@media (max-width: 520px) {
	.et-hero h1 {
		font-size: 34px;
	}
	
	.et-feature h2, .et-gallery h2, .et-services h2, .et-testi h2, .et-cta h2, .et-contact h2 {
		font-size: 28px;
	}
	
	.et-wrap, .et-container {
		padding-left: 18px !important;
		padding-right: 18px !important;
	}
	
	.et-btn, .et-btn-light, .et-btn-ghost {
		width: 100%;
		text-align: center;
	}
	
	.et-header .et-container > a.et-btn {
		width: auto;
	}
}

/* full-bleed overrides */
.entry-content .et-wrap, .et-wrap {
	max-width: none !important;
	width: 100% !important;
	margin: 0 !important;
}

html, body {
	overflow-x: hidden !important;
	max-width: 100%;
}

.entry-content > .et-wrap {
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	width: 100vw !important;
	max-width: 100vw !important;
}

.wp-block-post-content, .entry-content {
	max-width: none !important;
}

main, .wp-block-group.is-layout-flow {
	padding: 0 !important;
}

/* hide theme header & footer */
.wp-site-blocks > header, .wp-site-blocks > footer, header.wp-block-template-part, footer.wp-block-template-part, .wp-block-site-title, .wp-block-navigation {
	display: none !important;
}

.wp-block-post-title {
	display: none !important;
}

/* FORMCSS */
/* pull the contact form up into the right column of the contact section */
.et-contact {
	padding-bottom: 0;
}

.et-contact .et-twocol {
	grid-template-columns: minmax(0,420px);
}

.et-form-block {
	max-width: 1180px;
	margin: -300px auto 90px;
	padding: 0 24px;
	position: relative;
	z-index: 3;
}

.et-form-block > .wp-block-group__inner-container, .et-form-block {
}

.et-form-block .wp-block-jetpack-contact-form, .et-form-block form {
	max-width: 560px;
	margin-left: auto;
	margin-right: 0;
	background: #fff;
	border: 1px solid rgba(13,34,24,0.08);
	border-radius: 18px;
	padding: 36px;
	box-shadow: 0 20px 50px rgba(13,34,24,0.08);
}

.et-form-block .grunion-field-label, .et-form-block label {
	font-weight: 600;
	font-size: 13px;
	letter-spacing: .4px;
	color: #0D2218;
	text-transform: uppercase;
}

.et-form-block input[type=text], .et-form-block input[type=email], .et-form-block input[type=tel], .et-form-block textarea, .et-form-block select {
	width: 100%;
	padding: 14px 15px;
	border: 1px solid rgba(13,34,24,0.18);
	border-radius: 10px;
	margin-top: 6px;
	font-family: 'Hanken Grotesk', sans-serif;
	font-size: 16px;
	background: #fff;
}

.et-form-block textarea {
	min-height: 120px;
}

.et-form-block .wp-block-jetpack-button .wp-block-button__link, .et-form-block button[type=submit] {
	background: #024529 !important;
	color: #fff !important;
	border-radius: 8px !important;
	padding: 16px 30px !important;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: .56px;
	text-transform: uppercase;
	border: none;
	width: auto;
}

.et-form-block .wp-block-jetpack-field-telephone .components-flex, .et-form-block .phone {
}

@media(max-width:860px) {
	.et-form-block {
		margin-top: 24px;
	}
	
	.et-form-block .wp-block-jetpack-contact-form, .et-form-block form {
		max-width: none;
		margin: 0;
	}
}

/* FAQCSS */
.et-faq h2 {
	text-align: center;
	font-size: 46px;
	font-weight: 700;
}

.et-faq .sub {
	text-align: center;
	color: #5a6b62;
	font-size: 19px;
	margin: 14px 0 48px;
}

.et-faqlist {
	max-width: 820px;
	margin: 0 auto;
}

.et-faqitem {
	border-bottom: 1px solid rgba(13,34,24,0.12);
}

.et-faqitem summary {
	list-style: none;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	padding: 24px 4px;
	font-family: 'Bricolage Grotesque', sans-serif;
	font-weight: 700;
	font-size: 21px;
	color: #0D2218;
}

.et-faqitem summary::-webkit-details-marker {
	display: none;
}

.et-faqicon {
	flex: none;
	font-family: 'Hanken Grotesk', sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 1;
	color: #024529;
	transition: transform .2s ease;
}

.et-faqitem[open] .et-faqicon {
	transform: rotate(45deg);
}

.et-faqans {
	padding: 0 4px 26px;
}

.et-faqans p {
	color: #5a6b62;
	font-size: 18px;
	line-height: 1.6;
	max-width: 720px;
}

@media(max-width:860px) {
	.et-faq h2 {
		font-size: 34px;
	}
	
	.et-faqitem summary {
		font-size: 18px;
	}
}

/* FAQPAGECSS */
.et-faqhero {
	padding: 80px 0 30px;
}

.et-faqhero .eyebrow {
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #024529;
	margin-bottom: 18px;
}

.et-faqhero h1 {
	font-family: 'Bricolage Grotesque', sans-serif;
	font-weight: 800;
	font-size: 60px;
	line-height: 1.04;
	color: #0D2218;
	max-width: 640px;
}

.et-faqhero .lead {
	color: #5a6b62;
	font-size: 20px;
	line-height: 1.6;
	max-width: 620px;
	margin: 24px 0 0;
}

.et-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 28px 0 0;
}

.et-pills span {
	background: rgba(2,69,41,0.08);
	color: #024529;
	font-weight: 600;
	font-size: 14px;
	padding: 9px 18px;
	border-radius: 999px;
}

.et-promise {
	margin: 34px 0 0;
	background: #fff;
	border-left: 4px solid #024529;
	border-radius: 0 12px 12px 0;
	padding: 22px 26px;
	font-size: 17px;
	line-height: 1.6;
	color: #3a4a42;
	max-width: 760px;
}

.et-promise strong {
	color: #0D2218;
}

.et-faqbody {
	padding-top: 60px;
}

.et-faqcat {
	margin-bottom: 48px;
}

.et-faqcat-head {
	display: flex;
	align-items: baseline;
	gap: 16px;
	margin-bottom: 14px;
}

.et-faqcat-head .num {
	font-family: 'Bricolage Grotesque', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #9fb2a8;
	letter-spacing: 1px;
}

.et-faqcat-head h3 {
	font-family: 'Bricolage Grotesque', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #0D2218;
}

.et-faqbody .et-faqitem {
	background: #fff;
	border: 1px solid rgba(13,34,24,0.08);
	border-radius: 14px;
	margin-bottom: 14px;
}

.et-faqbody .et-faqitem summary {
	list-style: none;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	padding: 22px 26px;
	font-family: 'Bricolage Grotesque', sans-serif;
	font-weight: 700;
	font-size: 19px;
	color: #0D2218;
}

.et-faqbody .et-faqitem summary::-webkit-details-marker {
	display: none;
}

.et-faqbody .et-faqicon {
	flex: none;
	font-family: 'Hanken Grotesk', sans-serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 1;
	color: #024529;
	transition: transform .2s ease;
}

.et-faqbody .et-faqitem[open] .et-faqicon {
	transform: rotate(45deg);
}

.et-faqbody .et-faqans {
	padding: 0 26px 24px;
}

.et-faqbody .et-faqans p {
	color: #5a6b62;
	font-size: 17px;
	line-height: 1.65;
	max-width: 780px;
}

@media(max-width:860px) {
	.et-faqhero h1 {
		font-size: 38px;
	}
}

/* custom svg logo */
.et-logo {
	overflow: visible;
	height: auto;
	width: auto;
	display: flex;
	align-items: center;
}

.et-logo .et-logo-link {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	height: auto;
	width: auto;
	position: static;
	overflow: visible;
}

.et-logo .et-logo-mark {
	display: block;
	flex: 0 0 auto;
}

.et-logo .et-logo-mark svg {
	display: block;
	height: 46px;
	width: 46px;
}

.et-logo .et-logo-txt {
	display: flex;
	flex-direction: column;
	line-height: 1;
}

.et-logo .et-logo-txt strong {
	font-family: 'Bricolage Grotesque', 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 22px;
	letter-spacing: .5px;
	color: #163A2B;
}

.et-logo .et-logo-txt small {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 7px;
	color: #6b7280;
	margin-top: 5px;
}

@media (max-width: 860px) {
	.et-logo .et-logo-mark svg {
		height: 42px;
		width: 42px;
	}
	
	.et-logo .et-logo-txt strong {
		font-size: 20px;
	}
	
	.et-logo .et-logo-txt small {
		font-size: 11px;
		letter-spacing: 6px;
	}
}

/* end logo */
/* extra mobile */
@media (max-width: 860px) {
	.et-faqhero {
		padding: 30px 0 20px;
	}
	
	.et-faqhero h1 {
		font-size: 36px;
	}
	
	.et-faqcat-head {
		font-size: 22px;
	}
	
	.et-pills {
		flex-wrap: wrap;
	}
	
	.et-container, .et-wrap {
		padding-left: 20px !important;
		padding-right: 20px !important;
		box-sizing: border-box;
	}
	
	.et-faqitem, .et-faqans, .et-promise, .et-faqcat {
		max-width: 100% !important;
		box-sizing: border-box;
	}
}

@media (max-width: 520px) {
	.et-faqhero h1 {
		font-size: 29px;
	}
}

/* end extra */

/* === Mobile nav menu === */
.et-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;border:0;background:transparent;cursor:pointer;}
.et-burger span{display:block;width:24px;height:2px;background:#0D2218;border-radius:2px;transition:transform .25s ease,opacity .2s ease;margin:0 auto;}
.et-burger.et-open span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.et-burger.et-open span:nth-child(2){opacity:0;}
.et-burger.et-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

@media (max-width: 860px){
  .et-header .et-container{flex-wrap:nowrap;justify-content:space-between;gap:0;position:relative;}
  .et-logo{width:auto;justify-content:flex-start;text-align:left;}
  .et-burger{display:flex;order:3;}
  .et-header .et-container > a.et-btn{display:none;}
  .et-nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:#fff;border-top:1px solid rgba(13,34,24,.08);box-shadow:0 12px 24px rgba(13,34,24,.12);padding:8px 0;z-index:60;}
  .et-nav.et-open{display:flex;}
  .et-nav a{padding:14px 22px;font-size:17px;border-bottom:1px solid rgba(13,34,24,.05);}
  .et-nav a:last-child{border-bottom:0;}
}


/* ===== Subpage + Contact + Schema styles (Claude SEO pass) ===== */
.et-page-body{padding:48px 0 64px;}
.et-page-body .et-narrow{max-width:820px;margin:0 auto;}
.et-page-body h1{font-size:40px;line-height:1.1;margin:0 0 18px;color:#0D2218;}
.et-page-body h2{font-size:24px;margin:34px 0 12px;color:#0D2218;}
.et-page-body p,.et-page-body li{font-size:17px;line-height:1.65;color:#243b30;}
.et-page-body .et-lead{font-size:19px;color:#0D2218;}
.et-page-body ul{padding-left:22px;}
.et-page-body li{margin-bottom:8px;}
.et-cta-row{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0;}
.et-btn-ghost{background:transparent;border:2px solid #0D5C2E;color:#0D5C2E;}
.et-btn-ghost:hover{background:#0D5C2E;color:#fff;}
.et-contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:40px;margin:30px 0;align-items:start;}
.et-contact-col h2{margin-top:0;}
.et-map-embed{margin:14px 0 0;border-radius:14px;overflow:hidden;box-shadow:0 6px 24px rgba(0,0,0,.08);}
.et-map-embed iframe{display:block;width:100%;}
.et-page-body .wp-block-jetpack-button .wp-block-button__link,
.et-contact-col .wp-block-jetpack-button__button,
.et-contact-col button[type=submit]{background:#0D5C2E !important;border-color:#0D5C2E !important;color:#fff !important;border-radius:10px;padding:14px 26px;font-weight:600;}
.et-contact-col input,.et-contact-col textarea{border-radius:8px;}
@media(max-width:760px){.et-contact-grid{grid-template-columns:1fr;}.et-page-body h1{font-size:30px;}}

.et-areas{background:#f4f7f4;}
.et-areas-list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:10px 24px;margin:18px 0;}
.et-areas-list a{display:inline-block;color:#0D5C2E;font-weight:600;text-decoration:none;}
.et-areas-list a:hover{text-decoration:underline;}
@media(max-width:600px){.et-areas-list{grid-template-columns:1fr;}}

.et-table-wrap{overflow-x:auto;margin:18px 0;}
.et-compare{width:100%;border-collapse:collapse;font-size:16px;}
.et-compare th,.et-compare td{text-align:left;padding:12px 14px;border-bottom:1px solid #e2e8e2;}
.et-compare thead th{background:#0D5C2E;color:#fff;font-weight:600;}
.et-compare tbody tr:nth-child(even){background:#f4f7f4;}
.et-compare td:first-child{font-weight:600;color:#0D2218;}

/* ===== Nav banner spacing fix (Claude) ===== */
.et-header .et-container{gap:24px;}
.et-header .et-nav{flex:1;justify-content:center;gap:26px;}
.et-header .et-nav a{white-space:nowrap;}
.et-header .et-container > .et-btn{margin-left:8px;flex:0 0 auto;white-space:nowrap;}
@media(min-width:861px){
  .et-header .et-logo{flex:0 0 auto;}
}
