/* ==========================================================================
   1. HERO
   ========================================================================== */
* {
	scroll-behavior: smooth;
}
.hero {
	position: relative;
	min-height: 480px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: var(--color-brown-dark) center/cover no-repeat;
	color: var(--color-white);
	padding: 250px 0 300px;
	background: rgba(0,0,0,.5);
	/*background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), linear-gradient(0deg, rgba(80, 54, 49, 0.30) 0%, rgba(80, 54, 49, 0.30) 100%), url(/wp-content/uploads/2026/07/hero-background.jpg) lightgray 0px -144.973px / 100% 138.971% no-repeat;*/
}
.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(20, 18, 15, 0.55);
	z-index: 1;
}
.hero__inner {
	position: relative;
	z-index: 1;
	max-width: 1000px;
}
.hero__heading {
	color: var(--color-cream)
}
.hero__heading .highlight { color: var(--color-gold); }
.hero__subheading { font-size: 1.15rem; margin-bottom: 2rem; color: var(--color-cream)}
.hero__actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

.hero-service--video {
    position: relative;
    overflow: hidden;
}
.hero-service__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.hero-service--video .hero-service__wrapper {
    z-index: 2;
}
 
/* ==========================================================================
   2. PROVIDER CTA SECTION
==========================================================================*/
.provider-cta {
	display: flex;
	flex-wrap: wrap;
	background: var(--color-cream);
	border-radius: var(--radius-lg);
	overflow: hidden;
	margin: -125px 1.5rem 75px;
	position: relative;
	z-index: 2;
}
.provider-cta__image {
	flex: 1 1 420px;
	min-height: 360px;
	background: var(--color-green-dark) center/cover no-repeat;
	/* background-image: url('PLACEHOLDER-provider_cta_section-image.jpg'); */
}
.provider-cta__content {
	flex: 1 1 580px;
	padding: 3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.provider-cta__content p { margin-bottom: 50px;} 
.provider-cta__content h2 { font-size: 54px; color: var(--color-mid-gray); line-height: 1.1; font-weight: 500; }
.provider-cta .btn { width: fit-content; }
 
/* ==========================================================================
   3. SERVICES
   =========================================================================*/
.services {
	background: var(--color-dew);
	text-align: center;
}
.services__intro { max-width: 900px; margin: 0 auto 3rem; }
.services__intro h2 {
	font-weight: 700;
}
.services__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	justify-content: center;
	margin-top: 75px;
}
.services__item {
	flex: 1 1 220px;
	max-width: 260px;
}
.services__item img {
	border-radius: var(--radius-md);
	object-fit: cover;
	margin-bottom: 0.75rem;
}
.services__item h3 { font-family: var(--font-sans); font-size: 1.05rem; margin: 0; color: var(--color-mid-gray); font-weight: 500;}

/* ==========================================================================
   SERVICE LINKS — clickable grid for homepage
   Add this block to front-page.css
   ========================================================================== */
.service-links {
	padding: 0;
}

.service-links__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 1.5rem;
}

.service-links__item {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 1rem;
	padding: 1.75rem;
	background: var(--color-white);
	border-radius: var(--radius-lg);
	text-decoration: none;
	text-align: left;
	transition: linear .125s;
}

.service-links__item:hover {
	transform: translateY(-2px);
	box-shadow: 0 2px 3px var(--color-fern);
}

.service-links__icon {
	flex: 0 0 32px;
	display: flex;
}

.service-links__icon svg path {
	fill: var(--color-green-dark);
	transition: fill 0.2s ease;
}

.service-links__text {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}

.service-links__title {
	font-family: var(--font-sans);
	font-size: 1.05rem;
	font-weight: 500;
	color: var(--color-green-dark);
	transition: color 0.2s ease;
}

.service-links__desc {
	font-size: 0.875rem;
	line-height: 1.4;
	color: var(--color-text-muted);
	transition: color 0.2s ease;
}

/* ==========================================================================
   MOBILE
   ========================================================================== */
@media (max-width: 980px) {
	#home-services {
		padding: 40px 0;
	}
	.service-links__grid {
		grid-template-columns: 1fr;
	}
}
 
/* ==========================================================================
   4. VALUES
   =========================================================================*/
.values { background: var(--color-white); max-width: 1280px; margin: auto;}
.values__header { max-width: 980px; margin: 0 auto 3rem; text-align: center; }
.values__header h2 {
	font-weight: 500;
	font-size: 56px;
	color: var(--color-green-dark);
}
.values__header p {
	color: var(--color-green-dark);
	font-size: 20px;
}
.values__layout { display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: stretch; }
.values__image {
	flex: 1 1 225px;
	background: var(--color-green-dark) center/cover no-repeat;
	/* background-image: url('PLACEHOLDER-values-image.jpg'); */
	border-radius: var(--radius-md);
	min-height: 420px;
	position: relative;
}
.values__image img {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.values__items {
	flex: 2 1 520px;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.values__item {
	flex: 1 1 48%;
	background: var(--color-green-dark);
	color: var(--color-text-on-dark);
	padding: 1.5rem;
	border-radius: var(--radius-md);
	display: flex;
	align-items: center;
	gap: 0.5rem;
	justify-content: center;
}
.values__item-icon { font-size: 1.5rem; align-self: flex-end; opacity: 0.8; width: 32px; height: 32px;}
.values__item h3 { font-family: var(--font-sans); font-size: 24x; margin: 0 0 10px; color: var(--color-white); font-weight: 400; }
.values__item p { font-size: 14px; margin: 0; opacity: 0.85; color: var(--color-white); line-height: 1.5; max-width: 80%;}
 
/* ==========================================================================
   5. IMPACT
   =========================================================================*/
.impact { background: var(--color-cream); padding: 125px 0}
.impact__layout { display: flex; flex-wrap: wrap; gap: 3rem; align-items: center;}
.impact__intro { flex: 1 1 320px; }
.impact__stats {
	flex: 1 1 400px;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
.impact__intro h2 {
	font-weight: 700;
	color: var(--color-mid-gray);
	line-height: 120%;
	margin-bottom: 50px;
}
.impact__intro p {
	color: var(--color-mid-gray);
	max-width: 80%;
}
.impact__stat { flex: 1 1 45%; }
.impact__stat-number {
	font-family: var(--font-sans);
	font-size: 74px;
	color: var(--color-gold);
	line-height: 1;
	font-weight: 500;
	margin-bottom: 0.25rem;
}
.impact__stat-name { color: var(--color-text-muted); }
 
/* ==========================================================================
   6. MESSAGE FROM ALLIE
   =========================================================================*/
.founder-message {
	background: var(--color-dirt);
	color: var(--color-white);
	text-align: center;
	padding: 125px 0;
	background-image: url(/wp-content/uploads/2026/07/Pattern.svg);
}
.founder-message__logo {
	width: 60px;
	height: 60px;
	margin: 0 auto 1.5rem;
	border-radius: 4px;
	/* replace with <img src="PLACEHOLDER-message_from_allie-logo.svg"> */
}
.founder-message h2 { color: var(--color-white); }
.founder-message__content {
	max-width: 760px;
	margin: 0 auto 1.5rem;
	font-family: var(--font-sans);
	font-size: 1.3rem;
	
}
.founder-message__content p {
	color: var(--color-cream);
	font-weight: 300;
	font-size: 22px;
}
.founder-message__signature { font-weight: 600; color: var(--color-gold); }
 
/* ==========================================================================
   7. HOW IT WORKS
=========================================================================*/
.how-it-works { background: var(--color-cream); text-align: center; }
.how-it-works__header { max-width: 700px; margin: 0 auto 3rem; }
.how-it-works__header h2 {
	color: var(--color-green-dark)
}
.how-it-works__steps {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
	text-align: left;
	margin: 75px 0 100px;
}
.how-it-works__step {
	flex: 1 1 220px;
	max-width: 260px;
	padding-left: 1.5rem;
	border-left: 2px solid var(--color-gold);
}
.how-it-works__step:first-child { border-left: none; padding-left: 0; }
.how-it-works__step-number {
	font-family: var(--font-sans);
	font-size: 60px;
	color: var(--color-green-dark);
	line-height: 1;
	margin-bottom: 0.5rem;
	font-weight: 800;
}
.how-it-works__step h3 { 
	font-size: 1.1rem; 
	font-family: var(--font-sans);
	font-weight: 500;
}
.how-it-works__step p { color: var(--color-text-muted); font-size: 0.95rem; }
 
/* ==========================================================================
   8. TESTIMONIALS
   =========================================================================*/
.testimonials { background: var(--color-white); }
.testimonials__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;
}
.testimonials__header h2 {
	color: var(--color-green-dark);
}
.testimonials__nav { display: flex; gap: 0.75rem; }
.testimonials__nav-btn {
	width: 40px; height: 40px;
	border-radius: 50%;
	border: 1px solid var(--color-gold);
	background: transparent;
	cursor: pointer;
}
.testimonials__track {
	display: flex;
	gap: 1.5rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	padding-bottom: 0.5rem;
}
.testimonials__card {
	flex: 0 0 30%;
	scroll-snap-align: start;
	background: var(--color-cream);
	border-radius: var(--radius-md);
	padding: 1.75rem;
}
.testimonials__card p {
	font-size: 16px;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.testimonials__stars { color: var(--color-gold); margin-bottom: 0.75rem; }
.testimonials__name { font-weight: 700; margin-top: 1rem; margin-bottom: 0.15rem; }
.testimonials__date { color: var(--color-text-muted); font-size: 0.85rem; }
.testimonials__track {
	/* existing rules stay as they are */
	scrollbar-width: none;      /* Firefox */
	-ms-overflow-style: none;   /* old Edge/IE */
}

.testimonials__track::-webkit-scrollbar {
	display: none;              /* Chrome, Safari, new Edge */
}
 
/* ==========================================================================
   9. NEWSLETTER
========================================================================== */
.newsletter { 
	background: var(--color-green-darker); 
	color: var(--color-white); 
	background-image: url(/wp-content/uploads/2026/07/Pattern.svg);
	padding: 5rem 0 6rem;
}
.newsletter__layout {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 2rem;
}
.newsletter__layout p {
	color: var(--color-cream);
	font-size: 16px;
}
.newsletter h2 { color: var(--color-white); margin: 0; }
.newsletter h2 .highlight { color: var(--color-gold); }
.newsletter__form { display: flex; gap: 0.75rem;     flex-wrap: wrap; }
.newsletter__form input {
	padding: 0.85rem 1.25rem;
	border-radius: 999px;
	border: none;
	min-width: 260px;
}
.newsletter__form button {
	background: var(--color-gold);
	color: var(--color-white);
	border: none;
	padding: 0.85rem 1.75rem;
	border-radius: 999px;
	font-weight: 600;
	cursor: pointer;
}

/*==========================================================================
   MOBILE
========================================================================*/
@media(max-width: 980px) {
	.hero {
		padding: 100px 15px 30px;
	}
	.provider-cta {
		margin: 15px 0;
	}
	.section {
		padding: 30px 15px;
	}
	.provider-cta__content {
		padding: 15px;
	}
	.provider-cta__content h2, .values__header h2 {
		font-size: 38px;
	}
	.provider-cta .btn {
		width: 100%;
		text-align: center;
	}
	.impact__stat-number {
		font-size: 40px;
	}
	.founder-message__content p {
		font-size: 16px;
		line-height: 1.5;
	}
	.how-it-works__step {
		border-left: none;
		padding-left: 0;
	}
	.testimonials__card {
		flex: 0 0 100%;
	}
	.footer-menus {
		width: 100%;
		flex-wrap: wrap;
	}
	.site-footer__col {
		width: 100%;
	}
}
