/* ==========================================================================
   Pro Landscaping — main stylesheet
   Lightweight flex-based "bootstrap style" grid + full component library
   ========================================================================== */

/* -------------------- 1. Design tokens -------------------- */
:root {
	--color-cream: #f4f0e4;
	--color-cream-2: #eee8d8;
	--color-dark-green: #2c3b22;
	--color-dark-green-2: #24311c;
	--color-green: #3e5a3a;
	--color-green-light: #c9dbc0;
	--color-green-pale: #dfead6;
	--color-gold: #d8a13a;
	--color-gold-dark: #bd8a2b;
	--color-teal: #7fa39c;
	--color-teal-dark: #6c8f88;
	--color-white: #ffffff;
	--color-text: #2c3b22;
	--color-text-muted: #6a7361;
	--color-border: #e4ded0;

	--font-heading: 'Fraunces', Georgia, 'Times New Roman', serif;
	--font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

	--container-max: 1200px;
	--radius-sm: 8px;
	--radius-md: 16px;
	--radius-lg: 28px;
	--radius-pill: 999px;
	--shadow-sm: 0 2px 10px rgba(44, 59, 34, 0.06);
	--shadow-md: 0 10px 30px rgba(44, 59, 34, 0.10);
}

/* -------------------- 2. Reset -------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--font-body);
	color: var(--color-text);
	background: var(--color-cream);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; margin: 0; padding: 0; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-heading);
	color: var(--color-dark-green);
	line-height: 1.15;
	margin: 0 0 0.5em;
	font-weight: 600;
}
p { margin: 0 0 1em; color: var(--color-text-muted); }
.screen-reader-text, .skip-link {
	position: absolute; left: -9999px; top: -9999px;
}
.skip-link:focus {
	left: 10px; top: 10px; z-index: 9999; background: #fff; padding: 10px 16px; border-radius: 6px;
}

/* -------------------- 3. Flex "bootstrap-like" grid utilities -------------------- */
.container {
	width: 100%;
	max-width: var(--container-max);
	margin: 0 auto;
	padding: 0 24px;
}
.d-flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.align-items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.text-center { text-align: center; }
.section { padding: 80px 0; }
@media (max-width: 768px) {
	.section { padding: 52px 0; }
}

/* -------------------- 4. Buttons -------------------- */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 15px 30px;
	border-radius: var(--radius-pill);
	font-weight: 600;
	font-size: 15px;
	border: 2px solid transparent;
	transition: all .2s ease;
	white-space: nowrap;
}
.btn-primary { background: var(--color-dark-green); color: var(--color-white); }
.btn-primary:hover { background: var(--color-dark-green-2); transform: translateY(-1px); }
.btn-outline { background: transparent; border-color: var(--color-dark-green); color: var(--color-dark-green); }
.btn-outline:hover { background: var(--color-dark-green); color: var(--color-white); }
.btn-outline-light { background: transparent; border-color: rgba(255,255,255,.5); color: var(--color-white); }
.btn-outline-light:hover { background: rgba(255,255,255,.12); }
.btn-gold { background: var(--color-gold); color: var(--color-dark-green-2); }
.btn-gold:hover { background: var(--color-gold-dark); }
.btn-sm { padding: 10px 20px; font-size: 14px; }
.btn-primary-sm { padding: 8px 16px; font-size: 13px; border-radius: var(--radius-pill); background: var(--color-dark-green); color: #fff; }

/* -------------------- 5. Header -------------------- */
.site-header {
	background: var(--color-cream);
	padding: 18px 0;
	position: sticky;
	top: 0;
	z-index: 500;
	border-bottom: 1px solid transparent;
}
.site-header .container { justify-content: space-between; }
.brand-link { gap: 10px; }
.brand-name { font-family: var(--font-heading); font-weight: 700; font-size: 20px; color: var(--color-dark-green); }
.brand-logo-img { max-height: 40px; width: auto; }
.main-navigation { flex: 1; justify-content: center; }
.nav-menu { display: flex; gap: 34px; }
.nav-menu .menu-item { position: relative; }
.nav-menu .nav-link { font-weight: 500; font-size: 15px; color: var(--color-dark-green); padding: 8px 0; }
.nav-menu .nav-link:hover { color: var(--color-gold-dark); }
.nav-menu .has-children > .sub-menu {
	display: none; position: absolute; top: 100%; left: 0; background: #fff;
	min-width: 200px; border-radius: var(--radius-sm); box-shadow: var(--shadow-md); padding: 10px 0; z-index: 50;
}
.nav-menu .has-children:hover > .sub-menu { display: block; }
.nav-menu .sub-menu .nav-link { display: block; padding: 8px 18px; }

.header-actions { gap: 18px; }
.header-phone { gap: 8px; font-weight: 600; font-size: 14px; color: var(--color-dark-green); }
.header-cart-icon { position: relative; font-size: 20px; color: var(--color-dark-green); }
.header-cart-icon .cart-count {
	position: absolute; top: -8px; right: -10px; background: var(--color-gold); color: #2c3b22;
	font-size: 11px; font-weight: 700; width: 18px; height: 18px; border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
}
.mobile-menu-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: 6px; }
.mobile-menu-toggle span { width: 24px; height: 2px; background: var(--color-dark-green); border-radius: 2px; }

/* -------------------- 6. Hero -------------------- */
.hero-section { padding-top: 60px; padding-bottom: 20px; }
.badge-pill {
	display: inline-flex; align-items: center; gap: 8px; background: #fff; color: var(--color-dark-green);
	padding: 8px 18px; border-radius: var(--radius-pill); font-size: 13px; font-weight: 600; box-shadow: var(--shadow-sm);
}
.badge-pill i { color: var(--color-gold); }
.hero-title { font-size: 52px; max-width: 820px; margin: 26px auto 20px; }
.hero-text { max-width: 560px; margin: 0 auto 30px; font-size: 17px; }
.hero-buttons { gap: 16px; margin-bottom: 50px; }

.hero-visual { position: relative; max-width: 760px; margin: 0 auto; }
.hero-blob {
	background: var(--color-green-pale);
	border-radius: 50% / 40%;
	aspect-ratio: 16/9;
	display: flex; align-items: center; justify-content: center;
	overflow: hidden;
}
.hero-illustration { width: 70%; }
.hero-stats-card {
	background: #fff; border-radius: var(--radius-md); box-shadow: var(--shadow-md);
	position: relative; margin: -46px auto 0; max-width: 460px; padding: 22px 10px; gap: 10px;
}
.hero-stat { flex: 1; text-align: center; border-right: 1px solid var(--color-border); padding: 0 8px; }
.hero-stat:last-child { border-right: 0; }
.hero-stat strong { display: block; font-family: var(--font-heading); font-size: 22px; color: var(--color-dark-green); }
.hero-stat span { font-size: 12px; color: var(--color-text-muted); }

/* -------------------- 7. Stats banner -------------------- */
.stats-banner { background: var(--color-dark-green); padding: 70px 0; margin-top: 60px; border-radius: 0; position: relative; }
.stats-grid { gap: 20px; }
.stat-block {
	flex: 1 1 220px; background: rgba(255,255,255,.06); border-radius: var(--radius-md);
	padding: 30px 24px; text-align: center;
}
.stat-block.is-highlight { background: rgba(216,161,58,.18); }
.stat-number { display: block; font-family: var(--font-heading); font-size: 26px; color: var(--color-gold); margin-bottom: 8px; }
.stat-block.is-highlight .stat-number { color: var(--color-gold); }
.stat-label { font-size: 14px; color: #e4ecdc; }

/* -------------------- 8. Section heading -------------------- */
.eyebrow {
	display: inline-block; text-transform: uppercase; letter-spacing: .08em; font-size: 12px;
	font-weight: 700; color: var(--color-teal-dark); margin-bottom: 12px;
}
.eyebrow-light { color: rgba(255,255,255,.85); }
.section-heading { max-width: 640px; margin: 0 auto 50px; }
.section-heading h2 { font-size: 36px; }

/* -------------------- 9. Services grid -------------------- */
.services-grid { gap: 24px; }
.service-card {
	flex: 1 1 calc(33.333% - 24px);
	background: #fff; border-radius: var(--radius-md); padding: 34px 28px; box-shadow: var(--shadow-sm);
	transition: transform .2s ease, box-shadow .2s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.service-icon {
	display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px;
	border-radius: 50%; margin-bottom: 18px; font-size: 22px;
}
.icon-green { background: var(--color-green-pale); color: var(--color-green); }
.icon-gold { background: #f6e6c4; color: var(--color-gold-dark); }
.icon-teal { background: #dcebe8; color: var(--color-teal-dark); }
.service-card h3 { font-size: 19px; margin-bottom: 10px; }
.service-card p { font-size: 14px; margin: 0; }

/* -------------------- 10. About -------------------- */
.about-section .container { gap: 60px; }
.about-media { flex: 1 1 420px; }
.about-media img { border-radius: var(--radius-lg); }
.about-copy { flex: 1 1 420px; }
.about-copy h2 { font-size: 32px; }
.checklist { margin: 24px 0 30px; }
.checklist li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; font-weight: 500; }
.checklist i { color: var(--color-gold); font-size: 18px; margin-top: 2px; }

/* -------------------- 11. Featured program banner -------------------- */
.featured-banner {
	background: var(--color-teal); border-radius: var(--radius-lg); padding: 56px; gap: 40px; overflow: hidden;
}
.featured-copy { flex: 1 1 420px; color: #fff; }
.featured-copy h2 { color: #fff; font-size: 30px; }
.featured-copy p { color: rgba(255,255,255,.9); }
.featured-media { flex: 1 1 380px; }
.featured-media img { border-radius: var(--radius-md); }

/* -------------------- 12. Features / guarantees -------------------- */
.features-grid { gap: 30px; }
.feature-item { flex: 1 1 190px; max-width: 210px; }
.feature-icon {
	display: inline-flex; align-items: center; justify-content: center; width: 60px; height: 60px;
	border-radius: 50%; border: 2px solid var(--color-gold); color: var(--color-gold-dark); font-size: 24px; margin-bottom: 16px;
}
.feature-item h4 { font-size: 16px; margin-bottom: 8px; }
.feature-item p { font-size: 13px; }

/* -------------------- 13. Testimonials -------------------- */
.testimonial-featured {
	max-width: 680px; margin: 0 auto 40px; background: #fff; border-radius: var(--radius-lg);
	padding: 48px; box-shadow: var(--shadow-sm);
}
.stars { color: var(--color-gold); margin-bottom: 18px; font-size: 15px; }
.testimonial-quote { font-family: var(--font-heading); font-size: 21px; color: var(--color-dark-green); font-style: italic; margin-bottom: 26px; }
.testimonial-person { gap: 12px; }
.avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.avatar-placeholder { display: flex; align-items: center; justify-content: center; background: var(--color-green-pale); color: var(--color-green); font-size: 18px; }
.person-meta { display: flex; flex-direction: column; text-align: left; }
.person-meta small { color: var(--color-text-muted); }
.testimonial-small-grid { gap: 20px; max-width: 900px; margin: 0 auto; }
.testimonial-small { flex: 1 1 320px; background: #fff; border-radius: var(--radius-md); padding: 24px; box-shadow: var(--shadow-sm); }
.testimonial-small .t-name { display: block; font-size: 13px; color: var(--color-dark-green); margin-bottom: 8px; }
.testimonial-small p { font-size: 14px; margin: 0; font-style: italic; }

/* -------------------- 14. Final CTA -------------------- */
.cta-banner {
	background: var(--color-dark-green); border-radius: var(--radius-lg); padding: 70px 30px; color: #fff; position: relative; overflow: hidden;
}
.cta-banner h2 { color: #fff; font-size: 34px; max-width: 640px; margin: 0 auto 12px; }
.cta-banner p { color: rgba(255,255,255,.85); margin-bottom: 30px; }
.cta-buttons { gap: 16px; }

/* -------------------- 15. Footer -------------------- */
.site-footer { background: var(--color-dark-green-2); color: #cfd8c4; padding: 64px 0 24px; }
.footer-grid { gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-col { flex: 1 1 220px; }
.footer-brand { flex: 1 1 280px; }
.footer-brand .brand-name { color: #fff; }
.footer-text { font-size: 14px; margin: 16px 0 20px; }
.footer-social { gap: 12px; }
.footer-social a {
	width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.08); display: flex;
	align-items: center; justify-content: center; color: #fff;
}
.footer-heading { color: #fff; font-family: var(--font-heading); font-size: 16px; margin-bottom: 18px; }
.footer-menu li { margin-bottom: 10px; }
.footer-menu a { font-size: 14px; color: #cfd8c4; }
.footer-menu a:hover { color: var(--color-gold); }
.footer-contact li { display: flex; align-items: center; gap: 10px; font-size: 14px; margin-bottom: 12px; }
.footer-contact i { color: var(--color-gold); }
.footer-bottom { padding-top: 24px; font-size: 13px; color: #93a186; }
.footer-legal { gap: 20px; }
.footer-legal a { color: #93a186; }
.footer-legal a:hover { color: #fff; }

/* -------------------- 16. Generic page templates -------------------- */
.page-hero { padding: 70px 0 40px; }
.page-content .entry-content { max-width: 820px; margin: 0 auto; }
.page-featured-image { margin-bottom: 30px; border-radius: var(--radius-lg); overflow: hidden; }
.gallery-grid { gap: 16px; }
.gallery-item { flex: 1 1 calc(25% - 16px); border-radius: var(--radius-sm); overflow: hidden; }
.blog-grid { gap: 24px; }
.blog-card { flex: 1 1 calc(33.333% - 24px); background: #fff; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); }
.blog-card-body { padding: 20px; }

/* -------------------- 17. Contact page -------------------- */
.contact-section { gap: 50px; }
.contact-info { flex: 1 1 320px; }
.contact-form-wrap { flex: 2 1 480px; background: #fff; border-radius: var(--radius-lg); padding: 40px; box-shadow: var(--shadow-sm); }
.form-row { margin-bottom: 18px; }
.form-row label { display: block; font-weight: 600; font-size: 14px; margin-bottom: 6px; }
.form-row input, .form-row textarea, .form-row select {
	width: 100%; padding: 12px 16px; border: 1px solid var(--color-border); border-radius: var(--radius-sm);
	font-family: var(--font-body); font-size: 14px; background: var(--color-cream);
}
.form-success { background: var(--color-green-pale); color: var(--color-green); padding: 14px 20px; border-radius: var(--radius-sm); margin-bottom: 20px; }

/* -------------------- 18. WooCommerce -------------------- */
.pl-shop-archive, .pl-shop-wrap { }
.shop-toolbar { margin-bottom: 30px; }
.woocommerce-result-count, .woocommerce-ordering { font-size: 14px; }
.woocommerce-ordering select { padding: 8px 14px; border-radius: var(--radius-sm); border: 1px solid var(--color-border); }

.products-grid { gap: 24px; }
.product-card {
	flex: 1 1 calc(33.333% - 24px); background: #fff; border-radius: var(--radius-md); overflow: hidden;
	box-shadow: var(--shadow-sm); position: relative; transition: transform .2s ease, box-shadow .2s ease; list-style: none;
}
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.product-card-thumb { display: block; position: relative; background: var(--color-green-pale); aspect-ratio: 4/3; overflow: hidden; }
.product-card-thumb img { width: 100%; height: 100%; object-fit: cover; }
.badge-sale {
	position: absolute; top: 14px; left: 14px; background: var(--color-gold); color: #2c3b22; font-size: 12px;
	font-weight: 700; padding: 4px 12px; border-radius: var(--radius-pill); z-index: 2;
}
.product-card-body { padding: 20px; }
.product-card-title { font-size: 17px; margin-bottom: 6px; }
.product-card-title-link { display: block; }
.product-card-price { display: block; font-weight: 700; color: var(--color-dark-green); margin-bottom: 12px; }
.product-card .star-rating { margin-bottom: 12px; }

.woocommerce-breadcrumb.pl-breadcrumbs { padding: 20px 0; font-size: 13px; color: var(--color-text-muted); }
.woocommerce-breadcrumb.pl-breadcrumbs a { color: var(--color-dark-green); }

/* Single product */
.single-product .pl-shop-wrap { padding: 40px 0 80px; }
.single-product div.product { display: flex; flex-wrap: wrap; gap: 50px; }
.single-product div.product .woocommerce-product-gallery { flex: 1 1 440px; border-radius: var(--radius-lg); overflow: hidden; }
.single-product div.product .summary { flex: 1 1 420px; }
.single-product .price { color: var(--color-dark-green); font-size: 24px; font-weight: 700; }
.single-product .single_add_to_cart_button { background: var(--color-dark-green); color: #fff; border-radius: var(--radius-pill); padding: 15px 34px; border: none; font-weight: 600; }
.single-product .quantity input { border: 1px solid var(--color-border); border-radius: var(--radius-sm); padding: 10px; width: 70px; }

/* Cart / Checkout */
.woocommerce-cart table.shop_table, .woocommerce-checkout table.shop_table { border-collapse: collapse; width: 100%; }
.woocommerce-cart table.shop_table th, .woocommerce-checkout table.shop_table th { text-align: left; padding: 14px; border-bottom: 2px solid var(--color-border); }
.woocommerce-cart table.shop_table td, .woocommerce-checkout table.shop_table td { padding: 14px; border-bottom: 1px solid var(--color-border); }
.woocommerce-cart .button, .woocommerce-checkout .button, .checkout-button {
	background: var(--color-dark-green); color: #fff !important; border-radius: var(--radius-pill); padding: 14px 30px !important;
}
#payment #place_order { background: var(--color-gold); color: #2c3b22 !important; }
.woocommerce-checkout-review-order-table { background: #fff; border-radius: var(--radius-md); padding: 10px 20px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row select { border-radius: var(--radius-sm); border: 1px solid var(--color-border); padding: 12px; }

/* My account */
.woocommerce-account .woocommerce-MyAccount-navigation ul { display: flex; flex-direction: column; gap: 4px; background: #fff; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); }
.woocommerce-account .woocommerce-MyAccount-navigation li a { display: block; padding: 14px 20px; }
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a { background: var(--color-green-pale); color: var(--color-dark-green); font-weight: 600; }
.woocommerce-account .woocommerce-MyAccount-content { background: #fff; border-radius: var(--radius-md); padding: 30px; margin-top: 20px; box-shadow: var(--shadow-sm); }

/* -------------------- 19. Responsive -------------------- */
@media (max-width: 992px) {
	.hero-title { font-size: 38px; }
	.service-card { flex: 1 1 calc(50% - 24px); }
	.product-card { flex: 1 1 calc(50% - 24px); }
	.featured-banner { padding: 40px; }
	.blog-card { flex: 1 1 calc(50% - 24px); }
}

@media (max-width: 860px) {
	.main-navigation { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--color-cream); flex-direction: column; padding: 10px 24px 20px; box-shadow: var(--shadow-md); }
	.main-navigation.is-open { display: flex; }
	.nav-menu { flex-direction: column; gap: 4px; width: 100%; }
	.nav-menu .has-children > .sub-menu { position: static; box-shadow: none; padding-left: 14px; }
	.mobile-menu-toggle { display: flex; }
	.header-phone span { display: none; }
	.header-actions .btn { display: none; }
}

@media (max-width: 640px) {
	.hero-title { font-size: 30px; }
	.hero-stats-card { flex-wrap: wrap; }
	.hero-stat { flex: 1 1 33%; border-right: 0; margin-bottom: 10px; }
	.service-card, .product-card, .blog-card { flex: 1 1 100%; }
	.gallery-item { flex: 1 1 calc(50% - 16px); }
	.about-section .container { flex-direction: column; }
	.featured-banner { flex-direction: column; }
	.cta-banner h2 { font-size: 26px; }
	.section-heading h2 { font-size: 26px; }
	.stats-banner { margin-top: 30px; }
	.contact-form-wrap { padding: 26px; }
}

/* ==========================================================================
   20. Standalone page templates: Services / About / Contact / Gallery /
   Reviews / Seasonal (all ACF-driven)
   ========================================================================== */

/* Large hero variant with optional background image (Services page) */
.page-hero-lg { padding: 90px 0; position: relative; }
.page-hero-lg.has-bg {
	background-size: cover; background-position: center; border-radius: 0 0 var(--radius-lg) var(--radius-lg);
}
.page-hero-lg.has-bg::before {
	content: ""; position: absolute; inset: 0; background: rgba(244,240,228,.86);
}
.page-hero-lg .container { position: relative; z-index: 1; }
.lead-text { max-width: 560px; margin: 0 auto; font-size: 17px; }

/* ---- Services detail cards ---- */
.services-detail-grid { gap: 28px; }
.service-detail-card {
	flex: 1 1 calc(33.333% - 28px); background: #fff; border-radius: var(--radius-md);
	overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
}
.service-detail-thumb { aspect-ratio: 16/10; overflow: hidden; }
.service-detail-thumb img { width: 100%; height: 100%; object-fit: cover; }
.service-detail-body { padding: 26px; display: flex; flex-direction: column; flex: 1; }
.checklist-sm li { font-size: 13px; margin-bottom: 8px; }
.service-detail-footer { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--color-border); gap: 12px; }
.service-price { font-weight: 700; color: var(--color-dark-green); font-size: 14px; }

/* ---- Process steps ---- */
.process-grid { gap: 30px; }
.process-step { flex: 1 1 220px; }
.process-number { display: block; font-family: var(--font-heading); font-size: 34px; color: var(--color-gold); margin-bottom: 12px; }

/* ---- About page: story stats + team ---- */
.story-text p { margin-bottom: 1em; }
.story-stats { gap: 30px; margin-top: 24px; }
.story-stat strong { display: block; font-family: var(--font-heading); font-size: 26px; color: var(--color-dark-green); }
.story-stat span { font-size: 13px; color: var(--color-text-muted); }

.team-grid { gap: 26px; }
.team-card { flex: 1 1 220px; max-width: 250px; background: #fff; border-radius: var(--radius-md); padding: 26px 20px; box-shadow: var(--shadow-sm); }
.team-photo { width: 96px; height: 96px; margin: 0 auto 16px; border-radius: 50%; overflow: hidden; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-avatar-lg { width: 96px; height: 96px; font-size: 34px; }
.team-role { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .05em; color: var(--color-teal-dark); font-weight: 700; margin-bottom: 10px; }
.team-card p { font-size: 13px; }

/* ---- Contact page extras ---- */
.contact-details-list a { color: var(--color-text-muted); }
.contact-details-list a:hover { color: var(--color-dark-green); }
.contact-hours { margin: 24px 0; }
.contact-hours h3 { font-size: 16px; margin-bottom: 8px; }
.contact-map { margin-top: 24px; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); }
.contact-map iframe { width: 100%; height: 260px; border: 0; display: block; }
.contact-embed-form iframe { width: 100%; min-height: 480px; border: 0; }

/* ---- Gallery filters + grid + lightbox ---- */
.gallery-filters { gap: 10px; margin-bottom: 34px; }
.gallery-filter-btn {
	background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius-pill);
	padding: 9px 20px; font-size: 13px; font-weight: 600; color: var(--color-text-muted);
}
.gallery-filter-btn.is-active, .gallery-filter-btn:hover { background: var(--color-dark-green); border-color: var(--color-dark-green); color: #fff; }

.pl-gallery .gallery-item { flex: 1 1 calc(25% - 16px); margin: 0; position: relative; }
.pl-gallery .gallery-link { position: relative; display: block; border-radius: var(--radius-sm); overflow: hidden; aspect-ratio: 4/3; }
.pl-gallery .gallery-link img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.pl-gallery .gallery-link:hover img { transform: scale(1.06); }
.gallery-zoom {
	position: absolute; inset: 0; background: rgba(44,59,34,.35); opacity: 0; display: flex;
	align-items: center; justify-content: center; color: #fff; font-size: 22px; transition: opacity .2s ease;
}
.pl-gallery .gallery-link:hover .gallery-zoom { opacity: 1; }
.pl-gallery figcaption { font-size: 12px; color: var(--color-text-muted); margin-top: 8px; text-align: center; }

.pl-lightbox {
	position: fixed; inset: 0; background: rgba(20, 26, 15, .92); display: none;
	align-items: center; justify-content: center; z-index: 9999; padding: 40px;
}
.pl-lightbox.is-open { display: flex; }
.pl-lightbox-figure { max-width: 900px; max-height: 82vh; text-align: center; }
.pl-lightbox-figure img { max-width: 100%; max-height: 76vh; border-radius: var(--radius-sm); }
.pl-lightbox-figure figcaption { color: #eee; margin-top: 14px; font-size: 14px; }
.pl-lightbox-close, .pl-lightbox-prev, .pl-lightbox-next {
	position: absolute; background: rgba(255,255,255,.12); border: 0; color: #fff; width: 46px; height: 46px;
	border-radius: 50%; font-size: 22px; display: flex; align-items: center; justify-content: center;
}
.pl-lightbox-close:hover, .pl-lightbox-prev:hover, .pl-lightbox-next:hover { background: rgba(255,255,255,.25); }
.pl-lightbox-close { top: 24px; right: 24px; }
.pl-lightbox-prev { left: 24px; top: 50%; transform: translateY(-50%); }
.pl-lightbox-next { right: 24px; top: 50%; transform: translateY(-50%); }

/* ---- Reviews page ---- */
.rating-summary { gap: 16px; margin-top: 26px; }
.rating-number { font-family: var(--font-heading); font-size: 44px; color: var(--color-dark-green); }
.rating-summary-meta { text-align: left; }
.rating-summary-meta .stars { margin: 0 0 4px; }
.rating-summary-meta span { font-size: 13px; color: var(--color-text-muted); }

.reviews-grid { gap: 22px; margin-top: 40px; }
.review-card { flex: 1 1 calc(33.333% - 22px); background: #fff; border-radius: var(--radius-md); padding: 24px; box-shadow: var(--shadow-sm); }
.review-card-head { gap: 12px; margin-bottom: 12px; }
.review-card .stars { font-size: 13px; margin-bottom: 10px; }
.review-card p { font-size: 14px; font-style: italic; }
.review-card-footer { font-size: 12px; color: var(--color-text-muted); border-top: 1px solid var(--color-border); padding-top: 12px; margin-top: 8px; }

/* ---- Seasonal page ---- */
.seasonal-row { gap: 50px; padding: 50px 0; border-bottom: 1px solid var(--color-border); }
.seasonal-row:last-child { border-bottom: 0; }
.seasonal-row.is-reverse { flex-direction: row-reverse; }
.seasonal-media { flex: 1 1 420px; }
.seasonal-media img { border-radius: var(--radius-lg); aspect-ratio: 4/3; object-fit: cover; }
.seasonal-media-placeholder {
	aspect-ratio: 4/3; border-radius: var(--radius-lg); background: var(--color-green-pale);
	display: flex; align-items: center; justify-content: center; font-size: 60px; color: var(--color-green);
}
.seasonal-copy { flex: 1 1 420px; }
.seasonal-copy .eyebrow { display: flex; align-items: center; gap: 8px; }
.seasonal-copy h2 { font-size: 28px; }
.seasonal-footer { gap: 18px; margin-top: 20px; }

/* -------------------- Responsive additions for new pages -------------------- */
@media (max-width: 992px) {
	.service-detail-card { flex: 1 1 calc(50% - 28px); }
	.pl-gallery .gallery-item { flex: 1 1 calc(33.333% - 16px); }
	.review-card { flex: 1 1 calc(50% - 22px); }
}
@media (max-width: 640px) {
	.service-detail-card { flex: 1 1 100%; }
	.pl-gallery .gallery-item { flex: 1 1 calc(50% - 16px); }
	.review-card { flex: 1 1 100%; }
	.seasonal-row, .seasonal-row.is-reverse { flex-direction: column; }
	.rating-summary { flex-direction: column; }
	.rating-summary-meta { text-align: center; }
	.pl-lightbox-prev, .pl-lightbox-next { width: 38px; height: 38px; font-size: 18px; }
}

/* ==========================================================================
   21. WooCommerce-driven services (homepage grid + services page) fixes
   ========================================================================== */
.service-card { display: block; } /* now an <a>, keep same card look */
.services-view-all { margin-top: 40px; }
.service-detail-actions { gap: 10px; }

/* ==========================================================================
   22. "Get a Quote" popup modal
   ========================================================================== */
.pl-modal {
	position: fixed; inset: 0; z-index: 10000; display: none;
	align-items: center; justify-content: center; padding: 20px;
}
.pl-modal.is-open { display: flex; }
.pl-modal-overlay {
	position: absolute; inset: 0; background: rgba(20, 26, 15, .55);
}
.pl-modal-panel {
	position: relative; background: var(--color-cream); border-radius: var(--radius-lg);
	box-shadow: var(--shadow-md); max-width: 520px; width: 100%; max-height: 90vh;
	overflow-y: auto; animation: pl-modal-in .18s ease;
}
@keyframes pl-modal-in {
	from { opacity: 0; transform: translateY(10px) scale(.98); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}
.pl-modal-close {
	position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border-radius: 50%;
	background: #fff; border: 1px solid var(--color-border); display: flex; align-items: center;
	justify-content: center; font-size: 18px; color: var(--color-dark-green); z-index: 2;
}
.pl-modal-close:hover { background: var(--color-dark-green); color: #fff; border-color: var(--color-dark-green); }
.pl-modal-body { padding: 40px 34px 34px; }
.pl-modal-body h2 { font-size: 24px; margin-bottom: 8px; padding-right: 30px; }
.pl-modal-subtitle { font-size: 14px; margin-bottom: 24px; }
.pl-modal-form-wrap .pl-contact-form .form-row { margin-bottom: 14px; }
.pl-modal-submit { width: 100%; margin-top: 4px; }
.pl-modal-form-wrap.is-hidden { display: none; }

.pl-modal-success {
	display: none; text-align: center; padding: 20px 10px 30px;
}
.pl-modal-success.is-visible { display: block; }
.pl-modal-success i { font-size: 46px; color: var(--color-green); margin-bottom: 12px; display: inline-block; }
.pl-modal-success p { color: var(--color-dark-green); font-weight: 500; margin: 0; }

@media (max-width: 640px) {
	.pl-modal-body { padding: 34px 22px 26px; }
}
