
/* == container == */
/*
 * Inverted band — `_class: gf-invert`.
 *
 * A full-bleed section over a photograph needs light type, and setting `color`
 * on the section does not deliver it: headings and paragraphs are styled by the
 * THEME with rules that match those elements directly, and a matching rule
 * always beats an inherited value. So the band claims its descendants back
 * explicitly. The class is doubled to out-specify a theme's `.entry-content h1`,
 * which is the usual shape and would otherwise tie.
 *
 * Buttons are excluded: they carry their own foreground and background as a
 * pair, and repainting only the text turns a primary button into an unreadable
 * one.
 */
.gf-invert.gf-invert,
.gf-invert.gf-invert :is(h1, h2, h3, h4, h5, h6, p, li, dt, dd, blockquote, figcaption, strong, em),
.gf-invert.gf-invert :is(.gf-heading__title, .gf-heading__eyebrow, .gf-icon-list__text, .gf-icon-list__icon) {
	color: var(--gf-color-on-dark, #f7fffd);
}
.gf-invert.gf-invert a:not(.gf-button):not(.gf-cta__btn):not(.gf-button__label) { color: inherit; }
/* The eyebrow and standfirst sit back a step so the headline still leads. */
.gf-invert.gf-invert .gf-heading__eyebrow { opacity: 0.85; }

/*
 * Hero band. Height comes from the viewport with a floor and a ceiling: a fixed
 * height is a letterbox on a laptop and a wall on a phone.
 */
.gf-hero {
	display: flex; align-items: center;
	min-height: clamp(28rem, 60vh, 42rem);
	padding-block: clamp(3.5rem, 9vw, 6.5rem);
	/* The band bleeds; the words do not. Without an inset the headline starts
	 * hard against the window edge on a phone. */
	padding-inline: clamp(1.25rem, 5vw, 4rem);
}
.gf-hero--compact { min-height: clamp(14rem, 30vh, 22rem); padding-block: clamp(2.5rem, 6vw, 4.5rem); }
/*
 * A hero laid straight on the brand. The foreground is `brand-ink`, which the
 * theme derives by measuring the brand's luminance — so a navy brand gets light
 * type and an amber one gets dark, without this band having to know which.
 */
.gf-hero--on-brand.gf-hero--on-brand,
.gf-hero--on-brand.gf-hero--on-brand :is(h1, h2, h3, p, li, strong, em),
.gf-hero--on-brand.gf-hero--on-brand :is(.gf-heading__title, .gf-heading__eyebrow, .gf-icon-list__text, .gf-icon-list__icon) {
	color: var(--gf-color-brand-ink, #1e3209);
}
.gf-hero--on-brand.gf-hero--on-brand .gf-heading__eyebrow { opacity: 0.8; }
/*
 * Buttons on a brand band have to swap, not inherit. A primary button paints
 * itself brand-on-brand here — an amber call-to-action on an amber hero, which
 * renders as floating text with no button under it at all. So the pair is
 * inverted: the ink becomes the fill and the brand becomes the label.
 */
.gf-hero--on-brand .gf-button[data-variant="primary"] {
	background: var(--gf-color-brand-ink, #1e3209);
	color: var(--gf-color-brand, #9bd45f);
	border-color: transparent;
}
.gf-hero--on-brand .gf-button[data-variant="secondary"] {
	border-color: var(--gf-color-brand-ink, #1e3209);
	color: var(--gf-color-brand-ink, #1e3209);
	background: transparent;
}
/* Without a photograph to fill it, a solid band this tall is mostly empty. */
.gf-hero--on-brand { min-height: clamp(24rem, 46vh, 34rem); }
/* The measure, not the band, is what should stay readable. */
.gf-hero .gf-hero__inner > * { max-width: 46rem; }
.gf-hero .gf-heading__title {
	font-size: var(--gf-size-7xl, clamp(2.75rem, 1.5rem + 6vw, 6.5rem));
	line-height: 0.98;
	letter-spacing: -0.022em;
	text-wrap: balance;
}
.gf-hero--compact .gf-heading__title { font-size: var(--gf-size-4xl, clamp(2rem, 1.5rem + 2.4vw, 3.1rem)); line-height: 1.06; letter-spacing: -0.015em; }
.gf-hero p { font-size: var(--gf-size-lg, 1.125rem); line-height: 1.6; }

/*
 * The eyebrow as a rule-and-label, not a small heading. A short rule beside
 * spaced caps is the cheapest way to make a band read as designed rather than
 * as the top of a document.
 */
.gf-hero .gf-heading__eyebrow {
	display: inline-flex; align-items: center; gap: 0.7rem;
	text-transform: uppercase; letter-spacing: 0.14em;
	font-size: var(--gf-size-sm, 0.875rem); font-weight: 600;
}
.gf-hero .gf-heading__eyebrow::before {
	content: ""; width: 2.25rem; height: 2px; background: currentColor; opacity: 0.85;
}

/*
 * The proof strip, straddling the hero's bottom edge.
 *
 * Pulled up over the band it follows so the page opens as ONE composition. The
 * overlap is the whole point — sitting it below the hero with a gap says these
 * are two unrelated things, which is exactly how a generated page reads.
 */
.gf-strip { position: relative; z-index: 2; margin-top: clamp(-4.5rem, -6vw, -2.5rem); margin-bottom: clamp(1.5rem, 4vw, 3rem); }
.gf-strip > * {
	background: var(--gf-color-surface, #fff);
	border: 1px solid var(--gf-color-border, #e3e6dc);
	border-radius: var(--gf-radius-lg, 22px);
	box-shadow: 0 18px 40px rgba(12, 18, 28, 0.10);
	padding: clamp(1.5rem, 3vw, 2.25rem);
}
.gf-strip .gf-heading__title { font-size: var(--gf-size-3xl, 2rem); line-height: 1.1; letter-spacing: -0.02em; }
.gf-strip p { font-size: var(--gf-size-sm, 0.875rem); color: var(--gf-color-muted, #71807a); margin: 0; }

/*
 * A slider used AS the hero.
 *
 * The `slides` element is built to sit inside a page, so at hero scale its type
 * is too small, its band too short and its scrim too thin to carry a headline
 * over an arbitrary photograph. And its heading is a real heading element, so
 * the theme's own `h2` colour beat the light colour the slide sets on itself —
 * the same dark-on-dark failure the CTA band had, in a different costume.
 */
.gf-hero-slider { padding: 0; }
.gf-hero-slider .gf-slides__track { border-radius: 0; }
.gf-hero-slider .gf-slides__slide {
	min-height: clamp(28rem, 62vh, 44rem);
	padding-inline: clamp(1.25rem, 5vw, 4rem);
}
/* A scrim that actually guarantees a floor, anchored to the reading side. */
.gf-hero-slider .gf-slides__slide::before {
	background:
		linear-gradient(90deg, rgba(9, 17, 31, 0.86) 0%, rgba(9, 17, 31, 0.62) 42%, rgba(9, 17, 31, 0.30) 100%),
		linear-gradient(180deg, rgba(9, 17, 31, 0.30) 0%, rgba(9, 17, 31, 0.10) 40%, rgba(9, 17, 31, 0.55) 100%);
}
.gf-hero-slider .gf-slides__content { max-width: 44rem; gap: 1.15rem; }
/* Doubled class so this out-specifies a theme's `.entry-content h2`. */
.gf-hero-slider.gf-hero-slider .gf-slides__heading,
.gf-hero-slider.gf-hero-slider .gf-slides__text { color: var(--gf-color-on-dark, #f7fffd); }
.gf-hero-slider.gf-hero-slider .gf-slides__heading {
	font-size: var(--gf-size-7xl, clamp(2.75rem, 1.5rem + 6vw, 6.5rem));
	line-height: 0.98;
	letter-spacing: -0.022em;
	text-wrap: balance;
}
.gf-hero-slider .gf-slides__cta { padding: 0.95rem 1.9rem; font-size: var(--gf-size-base, 1rem); }
/* Lift the dots clear of the strip that overlaps the band below. */
.gf-hero-slider .gf-slides__dots { bottom: clamp(3.25rem, 7vw, 5rem); }

/* Sticky offset. `--gf-header-top` is written inline by the element and falls
 * back to zero, which is what base.css already says. */
.gf-container[data-sticky="1"][data-sticky-mode] { top: var(--gf-header-top, 0px); }

/* Reveal on scroll up. The transform is on the header itself rather than a
 * wrapper so a transparent header keeps its own backdrop while it moves. */
.gf-container[data-sticky-mode="scroll-up"] { transition: transform .25s ease; will-change: transform; }
.gf-container[data-sticky-mode="scroll-up"][data-hidden="1"] { transform: translateY(-100%); }

/* Transparent over the hero. Out of flow, because a header that still occupies
 * layout space is not sitting "over" anything — the hero would start below it. */
.gf-container[data-transparent="1"] {
	position: absolute; inset-inline: 0; top: var(--gf-header-top, 0px);
	z-index: 50; background: transparent;
	transition: background-color .25s ease, box-shadow .25s ease, color .25s ease;
}
.gf-container[data-transparent="1"][data-sticky="1"] { position: fixed; }
.gf-container[data-transparent="1"][data-scheme="light"]:not([data-scrolled="1"]) { color: var(--gf-color-on-dark, #f7fffd); }
.gf-container[data-transparent="1"][data-scheme="light"]:not([data-scrolled="1"]) a,
.gf-container[data-transparent="1"][data-scheme="light"]:not([data-scrolled="1"]) button { color: inherit; }
.gf-container[data-transparent="1"][data-scheme="dark"]:not([data-scrolled="1"]) { color: var(--gf-color-ink, #15201a); }

/* The solid state. One rule for both the transparent header taking a background
 * and the opaque one growing a shadow, so a site only ever tunes one token. */
.gf-container[data-transparent="1"][data-scrolled="1"] {
	background: var(--gf-header-bg, var(--gf-color-surface, #ffffff));
	color: var(--gf-color-ink, #15201a);
}
.gf-container[data-solid-after][data-scrolled="1"] {
	box-shadow: 0 1px 0 var(--gf-color-border, #e3e6dc), 0 10px 30px rgba(21, 32, 26, .07);
}

/* Inside the builder the header returns to the flow. A fixed element in the
 * canvas covers whatever is beneath it and cannot be selected or dropped into.
 * Written with three attribute selectors deliberately: it has to outrank the
 * `[data-transparent][data-sticky]` rule above, and a one-attribute selector
 * would lose to it silently. */
.gf-container[data-editor="1"][data-transparent],
.gf-container[data-editor="1"][data-sticky],
.gf-container[data-editor="1"][data-sticky-mode] { position: relative; top: auto; transform: none; }

@media (prefers-reduced-motion: reduce) {
	.gf-container[data-sticky-mode="scroll-up"],
	.gf-container[data-transparent="1"] { transition: none; }
}

/* == cta == */
.gf-cta {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	padding: clamp(2rem, 5vw, 4rem);
	border-radius: var(--gf-radius-lg, 22px);
}
.gf-cta[data-layout="inline"] {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gf-cta__body { display: flex; flex-direction: column; gap: 0.6rem; }
.gf-cta__eyebrow {
	font-family: var(--gf-font-mono, monospace);
	font-size: 0.6875rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	opacity: 0.85;
}
.gf-cta__title {
	margin: 0;
	font-family: var(--gf-font-display, sans-serif);
	font-size: var(--gf-size-3xl, 2rem);
	line-height: 1.15;
}
.gf-cta__text { margin: 0; font-size: var(--gf-size-lg, 1.125rem); line-height: 1.6; opacity: 0.92; }
.gf-cta__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.gf-cta__btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.85rem 1.6rem;
	font-family: var(--gf-font-body, sans-serif);
	font-weight: 600;
	font-size: var(--gf-size-base, 1rem);
	line-height: 1;
	text-decoration: none;
	border-radius: var(--gf-radius-pill, 999px);
	border: 1.5px solid transparent;
	transition: transform .15s ease, background-color .15s ease, color .15s ease, border-color .15s ease;
}
.gf-cta__btn svg { width: 1.1em; height: 1.1em; }
.gf-cta__btn:hover { transform: translateY(-1px); }
.gf-cta__btn-icon { display: inline-flex; }

/*
 * The band sets one colour and its contents must wear it.
 *
 * `.gf-cta__title` is an <h2>, and a theme that styles `h2` — every classic
 * theme does — matches that element directly. An inherited value always loses to
 * a matching rule, so the band went dark-on-dark: a navy CTA with a navy
 * headline, invisible, on a page that returned 200 and looked fine everywhere
 * else. Claiming the colour back has to out-specify the theme's own selector,
 * hence the attribute in front.
 */
.gf-cta[data-bg] .gf-cta__eyebrow,
.gf-cta[data-bg] .gf-cta__title,
.gf-cta[data-bg] .gf-cta__text { color: inherit; }

/* Brand band */
.gf-cta[data-bg="brand"] { background: var(--gf-color-brand, #9bd45f); color: var(--gf-color-brand-ink, #1e3209); }
.gf-cta[data-bg="brand"] .gf-cta__btn[data-variant="primary"] { background: var(--gf-color-brand-ink, #1e3209); color: var(--gf-color-on-dark, #f7fffd); }
.gf-cta[data-bg="brand"] .gf-cta__btn[data-variant="secondary"] { border-color: var(--gf-color-brand-ink, #1e3209); color: var(--gf-color-brand-ink, #1e3209); }

/* Deep band */
.gf-cta[data-bg="deep"] { background: var(--gf-color-ink, #15201a); color: var(--gf-color-on-dark, #f7fffd); }
.gf-cta[data-bg="deep"] .gf-cta__btn[data-variant="primary"] { background: var(--gf-color-brand, #9bd45f); color: var(--gf-color-brand-ink, #1e3209); }
.gf-cta[data-bg="deep"] .gf-cta__btn[data-variant="secondary"] { border-color: var(--gf-color-on-dark, #f7fffd); color: var(--gf-color-on-dark, #f7fffd); }

/* Surface band */
.gf-cta[data-bg="surface"] { background: var(--gf-color-surface-2, #f1f3ec); color: var(--gf-color-ink, #15201a); border: 1px solid var(--gf-color-border, #e3e6dc); }
.gf-cta[data-bg="surface"] .gf-cta__btn[data-variant="primary"] { background: var(--gf-color-brand, #9bd45f); color: var(--gf-color-brand-ink, #1e3209); }
.gf-cta[data-bg="surface"] .gf-cta__btn[data-variant="secondary"] { border-color: var(--gf-color-border-strong, #cfd4c6); color: var(--gf-color-ink, #15201a); }

.gf-cta__placeholder { color: var(--gf-color-muted, #71807a); font-size: var(--gf-size-sm, 0.875rem); }

@media (max-width: 640px) {
	.gf-cta[data-layout="inline"] { flex-direction: column; align-items: stretch; }
}
@media (prefers-reduced-motion: reduce) {
	.gf-cta__btn { transition: none; }
	.gf-cta__btn:hover { transform: none; }
}

/* == feature == */
.gf-feature {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: clamp(1.5rem, 3vw, 2.25rem);
	background: var(--gf-color-surface, #ffffff);
	border: 1px solid var(--gf-color-border, #e3e6dc);
	border-radius: var(--gf-radius-lg, 22px);
	color: var(--gf-color-ink-2, #46514a);
}
.gf-feature[data-align="center"] { text-align: center; align-items: center; }
.gf-feature__media { display: inline-flex; }
.gf-feature__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: var(--gf-radius-md, 16px);
	color: var(--gf-color-brand-strong, #4f7a1f);
}
.gf-feature__icon svg { width: 1.5rem; height: 1.5rem; }
.gf-feature__icon[data-style="outline"] { border: 1.5px solid var(--gf-color-border-strong, #cfd4c6); }
.gf-feature__icon[data-style="filled"] { background: var(--gf-color-brand, #9bd45f); color: var(--gf-color-brand-ink, #1e3209); }
.gf-feature__icon[data-style="soft"] { background: var(--gf-color-brand-soft, #eef7df); color: var(--gf-color-brand-strong, #4f7a1f); }
.gf-feature__img {
	display: block;
	width: 100%;
	max-width: 4rem;
	height: auto;
	border-radius: var(--gf-radius-md, 16px);
}
.gf-feature__title {
	margin: 0;
	font-family: var(--gf-font-display, sans-serif);
	font-size: var(--gf-size-xl, 1.25rem);
	line-height: 1.25;
	color: var(--gf-color-ink, #15201a);
}
.gf-feature__text { margin: 0; line-height: 1.65; }
.gf-feature__link {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-top: 0.25rem;
	font-weight: 600;
	text-decoration: none;
	color: var(--gf-color-brand-strong, #4f7a1f);
}
.gf-feature__link svg { width: 1em; height: 1em; }
.gf-feature__link:hover { text-decoration: underline; }
.gf-feature__link-icon { display: inline-flex; transition: transform .15s ease; }
.gf-feature__link:hover .gf-feature__link-icon { transform: translateX(3px); }
.gf-feature__placeholder { color: var(--gf-color-muted, #71807a); font-size: var(--gf-size-sm, 0.875rem); }
@media (prefers-reduced-motion: reduce) {
	.gf-feature__link-icon { transition: none; }
}

/* == gallery == */
.gf-gallery{ list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(var(--gf-cols,3), minmax(0,1fr)); gap:var(--gf-gap,1rem); }
.gf-gallery__item{ margin:0; min-width:0; }
.gf-gallery__figure{ margin:0; overflow:hidden; background:var(--gf-color-surface-2,#f1f3ec); }
.gf-gallery[data-rounded="sm"] .gf-gallery__figure{ border-radius:var(--gf-radius-sm,10px); }
.gf-gallery[data-rounded="md"] .gf-gallery__figure{ border-radius:var(--gf-radius-md,16px); }
.gf-gallery[data-rounded="lg"] .gf-gallery__figure{ border-radius:var(--gf-radius-lg,22px); }
.gf-gallery__link{ display:block; }
.gf-gallery__img{ display:block; width:100%; height:auto; }
.gf-gallery[data-ratio="1"] .gf-gallery__figure{ aspect-ratio:var(--gf-ratio, 4 / 3); }
.gf-gallery[data-ratio="1"] .gf-gallery__img{ width:100%; height:100%; object-fit:cover; }
.gf-gallery[data-lightbox="1"] .gf-gallery__link{ cursor:zoom-in; }
.gf-gallery__link:focus-visible{ outline:2px solid var(--gf-color-brand,#9bd45f); outline-offset:3px; }
.gf-gallery__empty{ grid-column:1 / -1; padding:var(--gf-space-40,1.5rem); text-align:center; color:var(--gf-color-muted,#71807a); border:1px dashed var(--gf-color-border-strong,#cfd4c6); border-radius:var(--gf-radius-md,16px); }

/* Shared lightbox modal (created by the runtime, appended to <body>). */
.gf-lightbox{ position:fixed; inset:0; z-index:2147483000; display:flex; align-items:center; justify-content:center; padding:clamp(1rem,4vw,3rem); background:color-mix(in srgb, var(--gf-color-ink, #15201a) 88%, transparent); }
.gf-lightbox[hidden]{ display:none; }
.gf-lightbox__img{ max-width:100%; max-height:100%; width:auto; height:auto; border-radius:var(--gf-radius-md,16px); box-shadow:0 20px 60px color-mix(in srgb, var(--gf-color-ink, #15201a) 50%, transparent); }
.gf-lightbox__close{ position:absolute; top:1rem; right:1rem; width:44px; height:44px; display:inline-flex; align-items:center; justify-content:center; border:0; border-radius:var(--gf-radius-pill,999px); background:var(--gf-color-surface,#ffffff); color:var(--gf-color-ink,#15201a); font-size:1.6rem; line-height:1; cursor:pointer; }
.gf-lightbox__close:focus-visible{ outline:2px solid var(--gf-color-brand,#9bd45f); outline-offset:2px; }

@media (max-width:640px){ .gf-gallery{ grid-template-columns:repeat(auto-fit, minmax(140px, 1fr)); } }

/* == icon-list == */
.gf-icon-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(var(--gf-cols, 1), minmax(0, 1fr)); gap: var(--gf-gap, 0.75rem); }
.gf-icon-list__item { display: flex; align-items: flex-start; gap: 0.6rem; color: var(--gf-color-ink-2, #46514a); line-height: 1.5; }
.gf-icon-list__icon { display: inline-flex; flex: 0 0 auto; color: var(--gf-color-brand-strong, #4f7a1f); margin-top: 0.1em; }
.gf-icon-list__icon svg { width: 1.15em; height: 1.15em; display: block; }
.gf-icon-list__text { flex: 1 1 auto; }
.gf-icon-list__link { color: inherit; text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 0.15s ease; }
.gf-icon-list__link:hover { border-bottom-color: var(--gf-color-brand-strong, #4f7a1f); }
@media (max-width: 640px) {
	.gf-icon-list { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
	.gf-icon-list__link { transition: none; }
}

/* == stats == */
.gf-stats {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(var(--gf-cols, 3), minmax(0, 1fr));
	gap: var(--gf-space-40, 1.5rem);
}
.gf-stats__card {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	text-align: center;
	padding: var(--gf-space-30, 1rem);
}
.gf-stats .gf-counter__value {
	font-family: var(--gf-font-display, sans-serif);
	font-size: var(--gf-size-5xl, clamp(2.4rem, 1.7rem + 3.2vw, 3.8rem));
	font-weight: 700;
	line-height: 1;
	color: var(--gf-color-brand-strong, #4f7a1f);
	font-variant-numeric: tabular-nums;
}
.gf-stats__label { font-size: var(--gf-size-base, 1rem); color: var(--gf-color-ink-2, #46514a); }
.gf-stats__empty { color: var(--gf-color-muted, #71807a); }
@media (max-width: 1024px) {
	.gf-stats { grid-template-columns: repeat(min(var(--gf-cols, 3), 3), minmax(0, 1fr)); }
}
@media (max-width: 640px) {
	.gf-stats { grid-template-columns: repeat(min(var(--gf-cols, 3), 2), minmax(0, 1fr)); }
}

/* == testimonial == */
.gf-testimonial {
	display: flex;
	flex-direction: column;
	gap: var(--gf-space-30, 1rem);
	margin: 0;
	padding: var(--gf-space-50, 3rem);
	background: var(--gf-color-surface, #ffffff);
	border: 1px solid var(--gf-color-border, #e3e6dc);
	border-radius: var(--gf-radius-lg, 22px);
}
.gf-testimonial__rating { position: relative; display: inline-flex; line-height: 0; align-self: flex-start; }
.gf-testimonial__stars-track,
.gf-testimonial__stars-fill { display: inline-flex; white-space: nowrap; }
.gf-testimonial__stars-track { color: var(--gf-color-border-strong, #cfd4c6); }
.gf-testimonial__stars-fill { position: absolute; inset: 0; width: var(--gf-rating, 0%); overflow: hidden; color: var(--gf-color-brand, #9bd45f); }
.gf-testimonial__star { width: 1.1rem; height: 1.1rem; display: block; }
.gf-testimonial__quote {
	margin: 0;
	font-family: var(--gf-font-display, sans-serif);
	font-size: var(--gf-size-xl, 1.25rem);
	line-height: 1.5;
	color: var(--gf-color-ink, #15201a);
}
.gf-testimonial__quote p { margin: 0 0 0.75rem; }
.gf-testimonial__quote p:last-child { margin-bottom: 0; }
.gf-testimonial__cite { display: flex; align-items: center; gap: 0.85rem; font-style: normal; }
.gf-testimonial__avatar {
	width: 3rem;
	height: 3rem;
	border-radius: var(--gf-radius-pill, 999px);
	object-fit: cover;
	flex: none;
}
.gf-testimonial__meta { display: flex; flex-direction: column; }
.gf-testimonial__author { font-weight: 700; color: var(--gf-color-ink, #15201a); }
.gf-testimonial__role { font-size: var(--gf-size-sm, 0.875rem); color: var(--gf-color-muted, #71807a); }

.gf-aucbvcak.gf-aucbvcak{background-color:var(--gf-color-brand);background-image:linear-gradient(180deg, rgba(9,17,31,0.78) 0%, rgba(9,17,31,0.58) 45%, rgba(9,17,31,0.72) 100%), url(https://roofing.groundcraft.dev/wp-content/uploads/2026/08/pexels-photo-33404248-2.jpeg);background-position:center;background-repeat:no-repeat;background-size:cover;}.gf-m4ilfwij.gf-m4ilfwij,.gf-dkqv3iuf.gf-dkqv3iuf{background-color:var(--gf-color-surface-2);}