/* Insights Listing V1. Generated by scripts/build-insights-port.py from
   mockups/insights-listing.html; scoped under .services-v1. Do not edit by hand. */

/* Sparkhound content templates: the Insights (blog) listing, serving
   /about/insights/ (page 824, display_blog_list today). Round 3, per
   Jane: round 2 read cheesy (bolt CTA, masthead+wire hero both out);
   she pointed at "two tone stripe or section". The family is now "the
   seam": one hard diagonal two-tone split, at the spark's slant,
   carried by the hero and the CTA. Hero: content on the deep field,
   the newest article's duotone image on the teal side with a Latest
   chip. CTA: the two-tone stripe, teal panel advancing a step on
   hover. Cards, pills, pagination unchanged from round 1. No JS on
   this page. Tokens per DESIGN-SYSTEM-HOMEPAGE-V1.md. Card content is
   REAL staging data. */
/* Brand fonts pending (Interstate + Franklin Gothic): when they land, add
   @font-face here and point --fontDisplay / --fontBody at them. */
@font-face {
	font-family: "JetBrains Mono";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: url(https://cdn.jsdelivr.net/fontsource/fonts/jetbrains-mono@latest/latin-400-normal.woff2) format("woff2");
}
@font-face {
	font-family: "Open Sans Variable";
	font-style: normal;
	font-display: swap;
	font-weight: 300 800;
	src: url(https://cdn.jsdelivr.net/fontsource/fonts/open-sans:vf@latest/latin-wght-normal.woff2) format("woff2-variations");
}
@font-face {
	font-family: "Open Sans Variable";
	font-style: italic;
	font-display: swap;
	font-weight: 300 800;
	src: url(https://cdn.jsdelivr.net/fontsource/fonts/open-sans:vf@latest/latin-wght-italic.woff2) format("woff2-variations");
}
.services-v1 {
	--fontPrimary: "Open Sans Variable", sans-serif;
	--fontDisplay: "Open Sans Variable", sans-serif;
	--fontBody: "Open Sans Variable", sans-serif;
	--brandGreen: #81be41;
	--brandTeal: #156b5e;
	--brandDarkGreen: #003830;
	--brandBlack: #171f27;
	--brandOffWhite: #f6f6f6;
	--darkGradient: linear-gradient(255.38deg, #2c665d 10.34%, #003830 100%);
	--bodyInk: rgba(23, 31, 39, 0.72);
	--site-max-width: 1184px;
}
.services-v1 * { box-sizing: border-box; margin: 0; padding: 0; }
.services-v1 {
	font-family: var(--fontBody);
	font-size: 16px;
	line-height: 1.8;
	color: var(--bodyInk);
	background: #fff;
}
.services-v1 img { max-width: 100%; display: block; }
.services-v1 a { color: var(--brandTeal); text-decoration: none; }
.services-v1 a:focus-visible, .services-v1 button:focus-visible {
	outline: 3px solid var(--brandGreen);
	outline-offset: 3px;
	border-radius: 4px;
}
.services-v1 .container {
	max-width: var(--site-max-width);
	margin: 0 auto;
	padding: 0 24px;
}

/* ---------- Type ---------- */
.services-v1 h1, .services-v1 h2, .services-v1 h3 { line-height: 1.25; color: var(--brandDarkGreen); font-family: var(--fontDisplay); }
.services-v1 h1 { font-size: clamp(38px, 5vw, 54px); font-weight: 700; }
.services-v1 h2 { font-size: clamp(28px, 3.4vw, 40px); font-weight: 700; }
.services-v1 h3 { font-size: 18px; font-weight: 700; color: var(--brandBlack); }
.services-v1 .h-accent { color: var(--brandTeal); }
.services-v1 .band-dark h1, .services-v1 .band-dark h2 { color: #fff; }
.services-v1 .band-dark .h-accent { color: var(--brandGreen); }
.services-v1 .section-intro { max-width: 640px; margin: 16px auto 0; }
.services-v1 .center { text-align: center; }
.services-v1 .center .section-intro { margin-left: auto; margin-right: auto; }

/* ---------- Buttons (theme .btn language: dark sweep, no lift) ---------- */
.services-v1 .btn {
	display: inline-block;
	font-family: var(--fontDisplay);
	padding: 18px 44px;
	border-radius: 50px;
	border: 1px solid var(--brandGreen);
	background-color: var(--brandGreen);
	color: var(--brandDarkGreen);
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: border-color 0.4s ease-in-out, color 0.4s ease-in-out;
}
.services-v1 .btn span { position: relative; z-index: 1; }
.services-v1 .btn::before {
	content: "";
	position: absolute;
	inset: 0 100% 0 0;
	background-color: #2c665d;
	border-radius: 0 50px 50px 0;
	transition: all 0.4s ease-in-out;
}
.services-v1 .btn:hover, .services-v1 .btn:focus-visible, .services-v1 .btn:active { border-color: #2c665d; color: #fff; }
.services-v1 .btn:hover::before, .services-v1 .btn:focus-visible::before, .services-v1 .btn:active::before { inset: 0; border-radius: 50px; }
.services-v1 .link-arrow { font-weight: 700; color: var(--brandTeal); transition: color 0.35s ease; }
.services-v1 .link-arrow::after { content: " \2192"; }
@media (hover: hover) {
	.services-v1 .link-arrow:hover { color: var(--brandDarkGreen); }
}

/* ---------- TBD blocks (design-ahead-of-copy markers) ---------- */
.services-v1 .tbd-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--brandTeal);
	background: rgba(21, 107, 94, 0.06);
	border: 1px dashed rgba(21, 107, 94, 0.5);
	border-radius: 999px;
	padding: 4px 12px;
	line-height: 1.4;
}

/* ---------- Header stub (global chrome, unchanged in build) ---------- */
.services-v1 .site-header { background: #fff; border-bottom: 1px solid rgba(0, 56, 48, 0.1); }
.services-v1 .site-header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 82px;
}
.services-v1 .site-header svg { display: block; height: 34px; width: auto; }
.services-v1 .stub-nav { display: flex; gap: 28px; font-size: 15px; font-weight: 600; }
.services-v1 .stub-nav span { color: var(--brandBlack); opacity: 0.75; }
.services-v1 .chrome-note {
	font-size: 11px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--bodyInk);
	opacity: 0.6;
}
@media (max-width: 767px) {
	.services-v1 .stub-nav { display: none; }
}

/* ---------- Hero: the seam ----------
   Round 3. Two-tone is the site's heading language; here it becomes
   the band's geometry. A hard diagonal seam at the spark's slant
   splits the deep green field (content) from the teal side, where the
   newest article's featured image sits as a quiet duotone with a
   Latest chip. No ticker, no giant type, no drawn spark. */
.services-v1 .hero {
	position: relative;
	overflow: hidden;
	color: rgba(246, 246, 246, 0.85);
	background:
		radial-gradient(900px 560px at 16% -12%, rgba(106, 197, 214, 0.10), transparent 60%),
		linear-gradient(215deg, #0d4a3e 0%, #06332b 55%, #022019 100%);
}
/* Grain over dark gradients: kills banding, reads as material. */
.services-v1 .grain::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 2;
	opacity: 0.05;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.services-v1 .hero .container { position: relative; z-index: 3; padding-top: 112px; padding-bottom: 120px; }
.services-v1 .hero-copy { max-width: 560px; }
.services-v1 .hero .crumb {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgba(246, 246, 246, 0.55);
	margin-bottom: 18px;
}
.services-v1 .hero .tbd-chip {
	color: var(--brandOffWhite);
	background: rgba(246, 246, 246, 0.06);
	border-color: rgba(246, 246, 246, 0.45);
}
.services-v1 .hero h1 { font-size: clamp(40px, 5vw, 60px); line-height: 1.12; }
.services-v1 .hero p.lede {
	margin-top: 22px;
	font-size: clamp(17px, 1.7vw, 19px);
	line-height: 1.7;
	max-width: 520px;
}
.services-v1 .hero-note { margin-top: 24px; }
/* The teal side: newest article's image, duotoned quiet, behind the
   seam. The seam edge carries a thin light line so the cut reads
   deliberate. */
.services-v1 .hero-media {
	position: absolute;
	top: 0; right: 0; bottom: 0;
	width: 47%;
	clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
	z-index: 1;
}
.services-v1 .hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(1) sepia(1) hue-rotate(135deg) saturate(0.95) brightness(0.62) contrast(1.05);
}
.services-v1 .hero-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(215deg, rgba(21, 107, 94, 0.30), rgba(2, 32, 25, 0.25) 55%, rgba(2, 32, 25, 0.6) 100%),
		linear-gradient(to right, rgba(129, 190, 65, 0.5) 0, transparent 2px) 0 0 / 100% 100%;
}
/* The Latest chip: the one interactive element on the image side. */
.services-v1 .hero-latest {
	position: absolute;
	right: 36px; bottom: 32px;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	max-width: min(520px, 40vw);
	padding: 11px 20px;
	border: 1px solid rgba(246, 246, 246, 0.16);
	border-radius: 999px;
	background: rgba(1, 24, 20, 0.72);
	font-size: 13.5px;
	color: rgba(246, 246, 246, 0.88);
	transition: border-color 0.35s ease, background-color 0.35s ease;
}
.services-v1 .hero-latest .k {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--brandGreen);
	flex: none;
}
.services-v1 .hero-latest .headline {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.services-v1 .hero-latest .t { color: rgba(246, 246, 246, 0.5); flex: none; }
@media (hover: hover) {
	.services-v1 .hero-latest:hover {
		border-color: rgba(129, 190, 65, 0.6);
		background: rgba(1, 24, 20, 0.85);
	}
}

/* ---------- Filter pills (from the variant, centered, restyled) ----------
   Visual spec only in the mockup: the pills do not filter. In the WP port
   they become term links for case-study-category, once that taxonomy has
   had its cleanup pass. */
/* Same surface as the listing it filters, so the pills read as part of
   the grid rather than a separate white strip. */
.services-v1 .filters { padding: 52px 0 0; background: var(--brandOffWhite); }
.services-v1 .filter-pills {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	list-style: none;
	max-width: 900px;
	margin: 0 auto;
}
.services-v1 .filter-pill {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	padding: 11px 22px;
	border-radius: 999px;
	border: 1px solid rgba(0, 56, 48, 0.14);
	color: var(--brandDarkGreen);
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 56, 48, 0.05);
	transition: border-color 0.35s ease, background-color 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
}
.services-v1 .filter-pill.is-active {
	background: var(--brandDarkGreen);
	border-color: var(--brandDarkGreen);
	color: #fff;
	box-shadow: 0 6px 16px rgba(0, 56, 48, 0.18);
}
@media (hover: hover) {
	.services-v1 .filter-pill:not(.is-active):hover {
		border-color: rgba(129, 190, 65, 0.6);
		background: rgba(129, 190, 65, 0.10);
	}
}

/* ---------- Listing ---------- */
.services-v1 .listing { background: var(--brandOffWhite); padding: 56px 0 110px; }

/* Feature card: the most recent study leads the page at full width. */
.services-v1 .cs-feature {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
	gap: 0;
	background: #fff;
	border: 1px solid rgba(0, 56, 48, 0.08);
	border-radius: 16px;
	overflow: hidden;
	transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
@media (hover: hover) {
	.services-v1 .cs-feature:hover {
		transform: translateY(-2px);
		border-color: rgba(129, 190, 65, 0.55);
		box-shadow: 0 14px 30px rgba(0, 56, 48, 0.08);
	}
	.services-v1 .cs-feature:hover h2 { color: var(--brandTeal); }
}
.services-v1 .cs-feature-media {
	min-height: 300px;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	/* The media-slot wash sits under every image so a missing or slow
	   thumbnail degrades to the brand surface, never a grey hole. */
	background-color: rgba(0, 56, 48, 0.04);
	background-image:
		radial-gradient(420px 280px at 12% 8%, rgba(106, 197, 214, 0.10), transparent 65%),
		radial-gradient(360px 250px at 90% 94%, rgba(129, 190, 65, 0.08), transparent 62%);
}
.services-v1 .cs-feature-body { padding: 44px 48px 42px; display: flex; flex-direction: column; align-items: flex-start; }
.services-v1 .cs-feature-body h2 { font-size: clamp(24px, 2.6vw, 32px); line-height: 1.3; transition: color 0.35s ease; margin-top: 14px; }
.services-v1 .cs-feature-body p { margin-top: 14px; font-size: 15.5px; line-height: 1.7; }
.services-v1 .cs-feature-body .link-arrow { margin-top: auto; padding-top: 22px; }

/* Category chip: solid tint, not the dashed TBD language. */
.services-v1 .cat-chip {
	display: inline-flex;
	align-items: center;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--brandTeal);
	background: rgba(21, 107, 94, 0.08);
	border-radius: 999px;
	padding: 5px 13px;
	line-height: 1.4;
}
.services-v1 .cs-date {
	display: inline-block;
	margin-left: 12px;
	font-size: 12.5px;
	font-weight: 600;
	color: var(--bodyInk);
	opacity: 0.7;
}

/* Grid cards */
.services-v1 .cs-grid {
	margin-top: 32px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}
.services-v1 .cs-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid rgba(0, 56, 48, 0.08);
	border-radius: 16px;
	overflow: hidden;
	transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
@media (hover: hover) {
	.services-v1 .cs-card:hover {
		transform: translateY(-2px);
		border-color: rgba(129, 190, 65, 0.55);
		box-shadow: 0 14px 30px rgba(0, 56, 48, 0.08);
	}
	.services-v1 .cs-card:hover h3 { color: var(--brandTeal); }
}
.services-v1 .cs-card-media {
	aspect-ratio: 16 / 9;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-color: rgba(0, 56, 48, 0.04);
	background-image:
		radial-gradient(420px 280px at 12% 8%, rgba(106, 197, 214, 0.10), transparent 65%),
		radial-gradient(360px 250px at 90% 94%, rgba(129, 190, 65, 0.08), transparent 62%);
}
.services-v1 .cs-card-body { padding: 24px 26px 26px; display: flex; flex-direction: column; align-items: flex-start; flex: 1; }
.services-v1 .cs-card-body h3 { margin-top: 12px; font-size: 17px; line-height: 1.45; transition: color 0.35s ease; }
/* Blog cards carry date + reading time under the title. */
.services-v1 .cs-card-body .cs-date { margin-left: 0; margin-top: 10px; }
.services-v1 .cs-card-body .link-arrow { margin-top: auto; padding-top: 18px; font-size: 14.5px; }

/* Green overlay on the card imagery, echoing the hero seam wash, with a
   zoom + brighten on hover so the cards feel alive. The ::after tints both
   the background-image cards (mockup) and the <img> cards (PHP build); the
   scale targets the <img> that the build injects into the media slot. */
.services-v1 .cs-feature-media::after, .services-v1 .cs-card-media::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(215deg, rgba(21, 107, 94, 0.30), rgba(2, 32, 25, 0.25) 55%, rgba(2, 32, 25, 0.60) 100%);
	transition: opacity 0.45s ease;
}
/* Duotone the card imagery to match the hero seam; on hover the image wakes
   up to full colour and zooms in. */
.services-v1 .cs-feature-media img, .services-v1 .cs-card-media img {
	filter: grayscale(1) sepia(1) hue-rotate(135deg) saturate(0.95) brightness(0.62) contrast(1.05);
	transition: transform 0.55s ease, filter 0.55s ease;
}
@media (hover: hover) {
	.services-v1 .cs-feature:hover .cs-feature-media img, .services-v1 .cs-card:hover .cs-card-media img { transform: scale(1.06); filter: none; }
	.services-v1 .cs-feature:hover .cs-feature-media::after, .services-v1 .cs-card:hover .cs-card-media::after { opacity: 0.3; }
}

/* Pagination pills (from the variant) */
.services-v1 .pagination {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	list-style: none;
}
.services-v1 .page-pill {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 12px;
	border-radius: 999px;
	border: 1px solid rgba(0, 56, 48, 0.22);
	font-size: 15px;
	font-weight: 600;
	color: var(--brandDarkGreen);
	background: transparent;
	transition: border-color 0.35s ease, background-color 0.35s ease, color 0.35s ease;
}
.services-v1 .page-pill.is-current {
	background: var(--brandDarkGreen);
	border-color: var(--brandDarkGreen);
	color: #fff;
}
.services-v1 .page-pill.is-disabled { opacity: 0.35; pointer-events: none; }
@media (hover: hover) {
	.services-v1 .page-pill:not(.is-current):hover {
		border-color: var(--brandTeal);
		background: rgba(21, 107, 94, 0.06);
	}
}
.services-v1 .listing-note { margin-top: 26px; text-align: center; font-size: 13px; opacity: 0.75; }

/* ---------- Final CTA: the two-tone ----------
   The seam again, closing the page in the geometry it opened with.
   Content on the deep field; the teal panel advances a step on hover
   (clip-path vertices tween). A small mono line sits on the panel like
   a colophon. */
.services-v1 .final-cta {
	position: relative;
	overflow: hidden;
	padding: 110px 0 120px;
	background: linear-gradient(215deg, #0d4a3e 0%, #06332b 55%, #022019 100%);
}
.services-v1 .cta-panel {
	position: absolute;
	top: 0; right: 0; bottom: 0;
	width: 44%;
	background: linear-gradient(230deg, #1d7f6e 0%, #156b5e 55%, #0e5348 100%);
	clip-path: polygon(34% 0, 100% 0, 100% 100%, 6% 100%, 29% 46%, 16% 42%);
	z-index: 1;
}
/* The edge: the seam line drawn as an SVG stroke along the same
   vertices, so the green stays a uniform width around the fangs (a
   translated-copy stripe pinches to nothing on the shallow shelf).
   Static; the band is not a control. */
.services-v1 .cta-edge {
	position: absolute;
	top: 0; right: 0; bottom: 0;
	width: 44%;
	/* Explicit: an svg's intrinsic viewBox ratio otherwise wins over
	   the top/bottom constraint and the line drifts off the panel. */
	height: 100%;
	z-index: 2;
	pointer-events: none;
}
.services-v1 .cta-edge polyline {
	fill: none;
	stroke: var(--brandGreen);
	stroke-width: 8px;
	vector-effect: non-scaling-stroke;
	stroke-linejoin: miter;
}
.services-v1 .cta-edge--m { display: none; }
/* The panel earns its field: where the team is. */
.services-v1 .cta-cities {
	position: absolute;
	right: 48px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	list-style: none;
	text-align: right;
}
.services-v1 .cta-cities li { margin: 14px 0; }
.services-v1 .cta-cities li a {
	font-size: 17px;
	font-weight: 700;
	color: rgba(246, 246, 246, 0.92);
	transition: color 0.3s ease;
}
@media (hover: hover) {
	.services-v1 .cta-cities li a:hover { color: var(--brandGreen); }
}
.services-v1 .final-cta .container { position: relative; z-index: 3; }
.services-v1 .final-cta .cta-copy { max-width: 560px; }
.services-v1 .final-cta h2 { font-size: clamp(32px, 4vw, 50px); line-height: 1.12; }
.services-v1 .final-cta .section-intro { margin: 18px 0 0; max-width: 480px; color: rgba(246, 246, 246, 0.82); }
.services-v1 .final-cta .btn { margin-top: 34px; }

/* ---------- Footer stub ---------- */
.services-v1 .site-footer {
	background: var(--brandDarkGreen);
	color: rgba(246, 246, 246, 0.7);
	padding: 44px 0;
}
.services-v1 .site-footer .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
}
.services-v1 .site-footer svg { height: 30px; width: auto; display: block; }
.services-v1 .site-footer .chrome-note { color: rgba(246, 246, 246, 0.55); }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
	.services-v1 .btn::before { transition: none; }
	.services-v1 .cs-card:hover, .services-v1 .cs-feature:hover { transform: none; }
	.services-v1 .cs-card:hover .cs-card-media img, .services-v1 .cs-feature:hover .cs-feature-media img { transform: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
	/* Mobile: copy first, image below (flex column reorders the DOM,
	   which has the media first for the desktop seam). */
	.services-v1 .hero { display: flex; flex-direction: column; }
	.services-v1 .hero .container { order: 1; padding-top: 76px; padding-bottom: 36px; }
	.services-v1 .hero-copy { max-width: 100%; }
	/* The seam turns horizontal: the image becomes a slanted band
	   under the copy instead of a side panel. */
	.services-v1 .hero-media {
		order: 2;
		position: relative;
		inset: auto;
		width: 100%;
		height: 300px;
		clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 100%);
	}
	/* The Latest chip drops in flow beneath the image. */
	.services-v1 .hero-latest { order: 3; position: static; left: auto; right: auto; bottom: auto; margin: 16px 20px 28px; max-width: none; }
	.services-v1 .cs-grid { grid-template-columns: 1fr 1fr; }
	.services-v1 .cs-feature { grid-template-columns: 1fr; }
	.services-v1 .cs-feature-media { min-height: 0; aspect-ratio: 16 / 9; }
	.services-v1 .cs-feature-body { padding: 32px 30px 32px; }
	.services-v1 .listing { padding: 48px 0 92px; }
	.services-v1 .filters { padding-top: 40px; }
	.services-v1 .final-cta { padding: 84px 0 210px; }
	.services-v1 .cta-panel {
		top: auto; left: 0; right: 0;
		width: 100%;
		height: 150px;
		clip-path: polygon(0 46%, 42% 22%, 50% 40%, 100% 8%, 100% 100%, 0 100%);
	}
	.services-v1 .cta-edge--d { display: none; }
	.services-v1 .cta-edge--m {
		display: block;
		top: auto; left: 0; right: 0;
		width: 100%;
		height: 150px;
	}
	.services-v1 .cta-cities {
		top: auto;
		right: 24px;
		bottom: 20px;
		transform: none;
		display: flex;
		gap: 22px;
	}
	.services-v1 .cta-cities li { margin: 0; }
	.services-v1 .cta-cities li a { font-size: 14px; }
}
@media (max-width: 640px) {
	.services-v1 .cs-grid { grid-template-columns: 1fr; }
	.services-v1 .hero-media { height: 260px; }
	.services-v1 .pagination { gap: 6px; }
	.services-v1 .page-pill { min-width: 40px; height: 40px; font-size: 14px; }
}

/* PHP-only: the theme's base stylesheet puts markers and an 8px square
   li::before on every li; kill both for the pill lists. */
.services-v1 .filter-pills li, .services-v1 .pagination li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.services-v1 .filter-pills li::before, .services-v1 .pagination li::before,
.services-v1 .filter-pills li::marker, .services-v1 .pagination li::marker {
	content: none;
}
/* Same for the CTA city list, which the mockup styles as a bare list. */
.services-v1 .cta-cities li { list-style: none; padding: 0; }
.services-v1 .cta-cities li::before, .services-v1 .cta-cities li::marker { content: none; }

/* PHP-only: real thumbnails come in as <img> inside the media slots,
   where the mockup used a background-image. */
.services-v1 .cs-feature-media, .services-v1 .cs-card-media { position: relative; overflow: hidden; }
.services-v1 .cs-feature-media img, .services-v1 .cs-card-media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* PHP-only: hero seam panel fallback when the newest post has no featured
   image, so the teal side keeps the brand wash instead of going flat. */
.services-v1 .hero-media-empty {
	position: absolute;
	inset: 0;
	background-color: rgba(246, 246, 246, 0.06);
	background-image:
		radial-gradient(560px 380px at 12% 8%, rgba(106, 197, 214, 0.10), transparent 65%),
		radial-gradient(480px 340px at 90% 94%, rgba(129, 190, 65, 0.08), transparent 62%);
}

/* Fit the hero above the fold. The shared .services-v1 hero shim in style.css
   adds 230px of top clearance for pages that carry no container top padding;
   the insights hero keeps its own container padding-top, so it double-clears
   and runs past one viewport. This file only loads on the insights listing, so
   trim the shim here to a small buffer under the fixed header (container
   padding still clears it). Needs the body:not(.header-bg) prefix to match the
   shim's specificity and win on source order. */
body:not(.header-bg) .services-v1 .hero { padding-top: 24px; }
@media (max-width: 991px) {
	body:not(.header-bg) .services-v1 .hero { padding-top: 12px; }
}

