/* Base / reset */
body {
	margin: 0;
	background: #F7F3EA;
	font-family: Archivo, Helvetica, Arial, sans-serif;
	color: #1A1D1C;
	-webkit-font-smoothing: antialiased;
}
* {
	box-sizing: border-box;
}
a {
	color: #0E4A63;
	text-decoration: none;
}
a:hover {
	color: #C9761C;
}
img {
	max-width: 100%;
}

/* Buttons */
.btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	border-radius: 4px;
}
.btn-primary {
	background: #C9761C;
	color: #FFFFFF;
	border-bottom: 3px solid #8E4F0D;
}
.btn-primary:hover {
	background: #B06513;
	color: #FFFFFF;
}
.btn-outline {
	border: 1.5px solid rgba(247, 243, 234, 0.5);
	color: #F7F3EA;
	font-weight: 600;
}
.btn-outline:hover {
	border-color: #E8B871;
	color: #E8B871;
}
.btn-phone-header {
	font-size: 16px;
	padding: 13px 20px;
}
.btn-hero {
	font-size: 17px;
	padding: 16px 26px;
}
.btn-hero-outline {
	font-size: 17px;
	padding: 15px 24px;
}
.btn-phone-large {
	align-self: flex-start;
	font-family: 'Archivo Black', Archivo, sans-serif;
	font-size: clamp(22px, 2.4vw, 30px);
	padding: 18px 28px;
	border-radius: 5px;
	border-bottom: 4px solid #8E4F0D;
	letter-spacing: -0.01em;
}

/* Shared section headings */
.section-headline {
	font-family: 'Archivo Black', Archivo, sans-serif;
	font-size: clamp(30px, 3.4vw, 44px);
	line-height: 1.05;
	letter-spacing: -0.02em;
	margin: 0;
}
.section-headline-light {
	color: #F7F3EA;
}
.section-headline-dark {
	color: #0E2E3C;
}
.section-subheadline {
	margin: 0;
	font-size: 17px;
	max-width: 30em;
	color: #6C6455;
}
.section-subheadline-light {
	color: #9FB6BF;
}
.section-inner {
	max-width: 1180px;
	margin: 0 auto;
}
.section-heading-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 40px;
}
.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	align-self: flex-start;
	border: 1px solid rgba(247, 243, 234, 0.35);
	color: #E8B871;
	font-size: 12.5px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding: 7px 12px;
	border-radius: 999px;
}
.eyebrow-dark {
	font-family: ui-monospace, 'SFMono-Regular', Menlo, monospace;
	font-size: 13px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #8E4F0D;
	border: none;
	padding: 0;
	border-radius: 0;
}

/* Header */
.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	background: #0E2E3C;
	border-bottom: 3px solid #C9761C;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 28px;
}
.brand {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}
.brand-mark {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #F7F3EA;
	display: grid;
	place-items: center;
	flex: none;
}
.brand-mark img {
	width: 38px;
	height: 38px;
	display: block;
	border-radius: 50%;
	object-fit: cover;
}
.brand-mark-footer {
	width: 42px;
	height: 42px;
}
.brand-mark-footer img {
	width: 34px;
	height: 34px;
}
.brand-text {
	min-width: 0;
}
.brand-name {
	font-family: 'Archivo Black', Archivo, sans-serif;
	font-size: 19px;
	letter-spacing: -0.01em;
	color: #F7F3EA;
	line-height: 1.1;
}
.brand-tagline {
	font-size: 12.5px;
	color: #E8B871;
	letter-spacing: 0.02em;
}
.footer-brand-name {
	font-size: 18px;
}
.footer-brand-tagline {
	font-size: 14px;
}
.header-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

/* Hero */
.hero {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	align-items: stretch;
	background: #0E2E3C;
}
.hero-copy {
	padding: 68px 44px 72px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 22px;
	max-width: 780px;
}
.hero-headline {
	font-family: 'Archivo Black', Archivo, sans-serif;
	font-size: clamp(38px, 5.4vw, 66px);
	line-height: 1.02;
	letter-spacing: -0.025em;
	color: #F7F3EA;
	margin: 0;
	text-wrap: balance;
}
.hero-subheadline {
	font-size: clamp(17px, 1.5vw, 21px);
	line-height: 1.5;
	color: #C6D6DD;
	margin: 0;
	max-width: 34em;
	text-wrap: pretty;
}
.hero-ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 6px;
}
.hero-cta-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.contact-cta-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.sms-link {
	font-size: 14px;
	font-weight: 500;
	color: #C6D6DD;
	text-decoration: underline;
}
.sms-link:hover {
	color: #C9761C;
}
.hero-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 26px;
	margin-top: 10px;
	font-size: 14px;
	color: #9FB6BF;
	font-family: ui-monospace, 'SFMono-Regular', Menlo, monospace;
}
.hero-image-wrap {
	position: relative;
	min-height: 380px;
	background: #123847;
}
.hero-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Banner */
.banner {
	background: #C9761C;
	color: #FFFFFF;
	padding: 16px 28px;
	text-align: center;
	font-weight: 600;
	font-size: 16.5px;
	letter-spacing: 0.01em;
}

/* About */
.about {
	max-width: 1180px;
	margin: 0 auto;
	padding: 84px 28px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 52px;
	align-items: start;
}
.about-image-wrap {
	position: relative;
}
.about-image {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 6px;
	border: 1px solid #E0D8C5;
}
.about-copy {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.about-body {
	font-size: 18px;
	line-height: 1.62;
	color: #35403F;
	margin: 0;
	max-width: 40em;
	text-wrap: pretty;
}
.pullquote {
	border-left: 4px solid #C9761C;
	padding: 6px 0 6px 18px;
	font-family: 'Archivo Black', Archivo, sans-serif;
	font-size: 19px;
	line-height: 1.3;
	color: #0E2E3C;
}

/* Services */
.services {
	background: #0E2E3C;
	padding: 84px 28px;
}
.services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 18px;
}
.service-card {
	background: #F7F3EA;
	border-radius: 6px;
	padding: 26px 24px 28px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	border-bottom: 4px solid #C9761C;
}
.service-title {
	font-family: 'Archivo Black', Archivo, sans-serif;
	font-size: 21px;
	line-height: 1.15;
	letter-spacing: -0.01em;
	margin: 0;
	color: #0E2E3C;
}
.service-description {
	margin: 0;
	font-size: 16px;
	line-height: 1.55;
	color: #414B4A;
	text-wrap: pretty;
}

/* Testimonials */
.testimonials {
	max-width: 1180px;
	margin: 0 auto;
	padding: 84px 28px;
}
.testimonials-headline {
	margin: 0 0 40px;
}
.testimonials-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.testimonial-card,
.testimonials-grid .chipper-review-card {
	flex: 1 1 280px;
	max-width: 380px;
}
.testimonial-card {
	margin: 0;
	background: #FFFFFF;
	border: 1px solid #E0D8C5;
	border-radius: 6px;
	padding: 28px 26px;
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.testimonial-quotemark {
	font-family: 'Archivo Black', Archivo, sans-serif;
	font-size: 34px;
	line-height: 0.7;
	color: #C9761C;
}
.testimonial-quote {
	margin: 0;
	font-size: 17px;
	line-height: 1.6;
	color: #2B3534;
	text-wrap: pretty;
}
.testimonial-author {
	margin-top: auto;
	font-family: ui-monospace, 'SFMono-Regular', Menlo, monospace;
	font-size: 13.5px;
	letter-spacing: 0.06em;
	color: #6C6455;
}

/* Gallery */
.gallery {
	background: #EFE9DA;
	padding: 76px 28px;
}
.gallery-headline {
	font-size: clamp(28px, 3vw, 40px);
}
.gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 14px;
}
.gallery-image {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
	border-radius: 5px;
	border: 1px solid #DED5C0;
	background: #E4DBC7;
}

/* Contact */
.contact {
	background: #0E2E3C;
	padding: 84px 28px;
}
.contact-inner {
	max-width: 1180px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 44px;
}
.contact-copy {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.contact-body {
	margin: 0;
	font-size: 18px;
	line-height: 1.6;
	color: #C6D6DD;
	max-width: 32em;
	text-wrap: pretty;
}
.contact-facts {
	display: grid;
	gap: 2px;
	align-content: start;
	border-top: 1px solid rgba(247, 243, 234, 0.18);
}
.contact-fact {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 18px;
	padding: 18px 0;
	border-bottom: 1px solid rgba(247, 243, 234, 0.18);
}
.contact-fact-last {
	border-bottom: none;
}
.contact-fact-label {
	flex: 0 0 150px;
	font-family: ui-monospace, 'SFMono-Regular', Menlo, monospace;
	font-size: 12.5px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #E8B871;
}
.contact-fact-value {
	flex: 1 1 220px;
	font-size: 17px;
	line-height: 1.5;
	color: #F7F3EA;
}

/* Footer */
.site-footer {
	background: #081F29;
	padding: 40px 28px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.footer-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 24px;
	font-family: ui-monospace, 'SFMono-Regular', Menlo, monospace;
	font-size: 13px;
	color: #7E98A3;
}
