/*
 * Glow Forge Labs theme styles. Loaded on the front end and inside the editor.
 * Tokens come from theme.json (--wp--preset--*); these rules add the layout
 * and the brand's one big idea: the site splits warm/cool like the mark.
 */

:root {
	--gfl-ink: #0c1929;
	--gfl-navy: #1b3a5c;
	--gfl-elevated: #142236;
	--gfl-blue: #2563eb;
	--gfl-cyan: #0891b2;
	--gfl-orange: #e8751a;
	--gfl-orange-deep: #cf5f0e;
	--gfl-orange-light: #f09443;
	--gfl-amber: #f0a02c;
	--gfl-paper: #f7f8fb;
	--gfl-mist: #e3e8f0;
	--gfl-slate: #4b5b70;
	--gfl-dark-text: #b9c5d4;
	--gfl-hairline: rgba(12, 25, 41, 0.1);
}

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; }
img { max-width: 100%; height: auto; }
::selection { background: rgba(232, 117, 26, 0.3); }
:focus-visible { outline: 3px solid var(--gfl-blue); outline-offset: 3px; }
.gfl-dark :focus-visible { outline-color: var(--gfl-orange-light); }
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}

/* ---------- shared ---------- */
.gfl-lede, .gfl-hero__lede { font-size: var(--wp--preset--font-size--large); line-height: 1.5; max-width: 34em; }
.gfl-lede { color: var(--gfl-slate); }
.gfl-main { min-height: 50vh; }
.gfl-main:not(.gfl-main--landing) { padding-bottom: clamp(3rem, 6vw, 5rem); }
.gfl-page-head { padding-top: clamp(3rem, 6vw, 5rem); padding-bottom: 1rem; }
.gfl-page-head h1 { margin-bottom: 0.75rem; }
.gfl-page-hero { padding-top: clamp(3.5rem, 8vw, 6rem); padding-bottom: clamp(1rem, 3vw, 2rem); }
.gfl-page-hero .gfl-lede { max-width: 36em; }
.gfl-prose { padding-bottom: clamp(3rem, 7vw, 5rem); }
.gfl-prose h2 { margin-top: 2.5rem; font-size: var(--wp--preset--font-size--x-large); }
.gfl-principles-list li { margin-bottom: 0.9rem; }

/* Dark surfaces: header, hero, CTA band, footer, product heroes */
.gfl-dark { color: var(--gfl-dark-text); }
.gfl-dark :is(h1, h2, h3, h4, h5, h6) { color: #fff; }
.gfl-dark a:not(.wp-block-button__link) { color: #fff; text-decoration-color: rgba(255, 255, 255, 0.35); }
.gfl-dark a:not(.wp-block-button__link):hover { color: var(--gfl-orange-light); }

/* Buttons */
.wp-block-button__link { transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease; }
.wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	color: inherit;
	border: 1.5px solid currentColor;
	padding-top: calc(0.8rem - 1.5px);
	padding-bottom: calc(0.8rem - 1.5px);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover { background: rgba(12, 25, 41, 0.06); color: inherit; }
.gfl-dark .wp-block-button.is-style-outline .wp-block-button__link { color: #fff; }
.gfl-dark .wp-block-button.is-style-outline .wp-block-button__link:hover { background: rgba(255, 255, 255, 0.12); color: #fff; }

/* ---------- header ---------- */
.gfl-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(12, 25, 41, 0.94);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.gfl-header__bar { min-height: var(--wp--custom--header--height, 4.5rem); padding-top: 0.5rem; padding-bottom: 0.5rem; }
.gfl-header__logo { margin: 0; }
.gfl-header__logo img { width: 260px; height: auto; display: block; }
.gfl-header__nav { gap: 1.25rem; }
.gfl-nav a { color: #e6ecf3; text-decoration: none; }
.gfl-nav a:hover { color: #fff; }
.gfl-nav .current-menu-item > a, .gfl-nav .current-menu-ancestor > a { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 0.5em; text-decoration-color: var(--gfl-orange); }
.gfl-header .gfl-nav.wp-block-navigation .wp-block-navigation__submenu-container {
	background: var(--gfl-elevated);
	color: #e6ecf3;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 0.6rem;
	padding: 0.35rem;
	min-width: 13rem;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}
.gfl-header .gfl-nav.wp-block-navigation .has-child .wp-block-navigation__submenu-container,
.gfl-header .gfl-nav.wp-block-navigation .has-child:hover > .wp-block-navigation__submenu-container { min-width: 23rem; max-width: 26rem; padding: 0.5rem; }
.gfl-header .gfl-nav.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content { display: flex; flex-direction: column; align-items: flex-start; gap: 0.1rem; color: #e6ecf3; padding: 0.65rem 0.85rem; border-radius: 0.5rem; }
.gfl-header .gfl-nav.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__label { font-weight: 600; }
.gfl-nav .wp-block-navigation-item__description { display: block; font-size: 0.8rem; font-weight: 400; line-height: 1.35; color: #98a8bb; margin-top: 0.15rem; }
.gfl-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__description { font-size: 0.95rem; }
.gfl-header .gfl-nav.wp-block-navigation .wp-block-navigation__submenu-container a:hover { background: rgba(255, 255, 255, 0.06); color: #fff; }
.gfl-nav .wp-block-navigation__responsive-container-open, .gfl-nav .wp-block-navigation__responsive-container-close { color: #fff; }
/* The mobile menu is position: fixed. A backdrop-filter on the header would make the header its
   containing block and trap it behind the page, so the blur is dropped where the overlay is used. */
@media (max-width: 781px) {
	.gfl-header { -webkit-backdrop-filter: none; backdrop-filter: none; background: var(--gfl-ink); }
}
.gfl-nav .wp-block-navigation__responsive-container.is-menu-open { z-index: 100001; padding: 4.5rem 1.5rem 2rem; }
.gfl-nav .wp-block-navigation__responsive-container.is-menu-open a { font-size: 1.25rem; }
.gfl-header__cta .wp-block-button__link { padding: 0.55rem 1.1rem; font-size: 0.9rem; }
@media (max-width: 899px) {
	.gfl-header__logo img { width: 210px; }
}
@media (max-width: 599px) {
	.gfl-header__logo img { width: 170px; }
}
@media (max-width: 419px) {
	.gfl-header__bar .gfl-header__cta.wp-block-buttons { display: none; }
}

/* ---------- home hero ---------- */
/* The photo is the block's own background image (editable in the block's Background panel);
   the overlay keeps the copy readable and adds the brand's warm/cool glow. */
.gfl-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background-color: var(--gfl-ink);
	padding-top: clamp(2.5rem, 6.5vw, 5rem);
	padding-bottom: clamp(2.5rem, 6.5vw, 5rem);
}
.gfl-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(48rem 30rem at 0% 100%, rgba(232, 117, 26, 0.28), transparent 60%),
		linear-gradient(90deg, rgba(12, 25, 41, 0.97) 0%, rgba(12, 25, 41, 0.9) 38%, rgba(12, 25, 41, 0.55) 68%, rgba(12, 25, 41, 0.25) 100%);
}
.gfl-hero__title { max-width: 30ch; }
.gfl-hero__lede { color: #d5dde8; }
.gfl-hero__actions { margin-top: 2rem; }
@media (max-width: 781px) {
	.gfl-hero::before {
		background:
			radial-gradient(30rem 20rem at 0% 100%, rgba(232, 117, 26, 0.28), transparent 60%),
			linear-gradient(180deg, rgba(12, 25, 41, 0.72) 0%, rgba(12, 25, 41, 0.9) 55%, rgba(12, 25, 41, 0.97) 100%);
	}
	.gfl-hero__title { max-width: none; }
}

/* ---------- the four products: Glow | Forge ---------- */
.gfl-families { padding-top: clamp(2rem, 4vw, 3.25rem); padding-bottom: clamp(2rem, 4vw, 3.25rem); }
.gfl-families__intro { margin-bottom: 2.5rem; }
.gfl-families__lede { max-width: 60ch; color: var(--gfl-slate); font-size: var(--wp--preset--font-size--large); }
.gfl-families__grid.wp-block-columns { gap: 0; border: 1px solid var(--gfl-mist); border-radius: 1.25rem; overflow: hidden; background: #fff; }
.gfl-family { padding: clamp(1.5rem, 4vw, 3rem); }
.gfl-family--glow { background: linear-gradient(180deg, #fff6ee 0%, #fffaf6 100%); }
.gfl-family--forge { background: linear-gradient(180deg, #eef3fc 0%, #f5f8fe 100%); }
.gfl-family--forge { border-left: 2px solid transparent; border-image: linear-gradient(180deg, var(--gfl-orange), var(--gfl-blue)) 1; }
.gfl-family__name { font-size: var(--wp--preset--font-size--xx-large); margin-bottom: 0.25rem; }
.gfl-family--glow .gfl-family__name { color: var(--gfl-orange-deep); }
.gfl-family--forge .gfl-family__name { color: var(--gfl-blue); }
.gfl-family__lede { color: var(--gfl-slate); margin-bottom: 0.75rem; max-width: 40ch; }
.gfl-product { padding-top: 1.6rem; padding-bottom: 1.6rem; border-top: 1px solid var(--gfl-hairline); }
.gfl-product:last-child { padding-bottom: 0.25rem; }
.gfl-product__name { font-size: 1.5rem; margin-bottom: 0.25rem; }
.gfl-product__name a { color: inherit; text-decoration: none; }
.gfl-product__name a:hover { text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 0.18em; }
.gfl-product.gfl-hue-orange .gfl-product__name a:hover { text-decoration-color: var(--gfl-orange); }
.gfl-product.gfl-hue-amber .gfl-product__name a:hover { text-decoration-color: var(--gfl-amber); }
.gfl-product.gfl-hue-blue .gfl-product__name a:hover { text-decoration-color: var(--gfl-blue); }
.gfl-product.gfl-hue-cyan .gfl-product__name a:hover { text-decoration-color: var(--gfl-cyan); }
.gfl-product__tagline { color: var(--gfl-slate); max-width: 42ch; }
.gfl-product__actions { margin-top: 1rem; }
.gfl-product__actions .wp-block-button__link { padding: 0.6rem 1.15rem; font-size: 0.95rem; }
@media (max-width: 781px) {
	.gfl-family--forge { border-left: 0; border-top: 2px solid transparent; border-image: linear-gradient(90deg, var(--gfl-orange), var(--gfl-blue)) 1; }
}

/* ---------- pricing ---------- */
.gfl-pricing { padding-top: clamp(0.5rem, 1.5vw, 1rem); padding-bottom: clamp(1.5rem, 3.5vw, 2.75rem); }
.gfl-pricing__intro { margin-bottom: 1.75rem; }
.gfl-pricing__lede { color: var(--gfl-slate); max-width: 60ch; }
.gfl-pricing__grid.wp-block-columns { gap: 1.25rem; }
.gfl-pricing__option { background: #fff; border: 1px solid var(--gfl-mist); border-radius: 1rem; padding: 1.5rem 1.6rem; }
.gfl-pricing__option h3 { font-size: 1.35rem; margin-bottom: 0.4rem; }
.gfl-pricing__option p { color: var(--gfl-slate); }
.gfl-pricing__option:nth-child(1) { border-top: 4px solid var(--gfl-orange); }
.gfl-pricing__option:nth-child(2) { border-top: 4px solid var(--gfl-blue); }
.gfl-pricing__option:nth-child(3) { border-top: 4px solid var(--gfl-ink); }
.gfl-managed {
	margin-top: 1.5rem;
	padding: clamp(1.5rem, 3vw, 2.5rem);
	border-radius: 1.25rem;
	background-color: var(--gfl-ink);
	background-image:
		radial-gradient(30rem 16rem at 100% 0%, rgba(37, 99, 235, 0.45), transparent 60%),
		radial-gradient(24rem 14rem at 0% 100%, rgba(232, 117, 26, 0.35), transparent 60%);
}
.gfl-managed__title { font-size: var(--wp--preset--font-size--x-large); margin-bottom: 0.5rem; }
.gfl-managed__text { max-width: 60ch; }
.gfl-managed__buttons { justify-content: flex-end; }
@media (max-width: 781px) { .gfl-managed__buttons { justify-content: flex-start; } }

/* ---------- use-case badges ---------- */
.gfl-badges { list-style: none; padding: 0; margin: 0.75rem 0 0; display: flex; flex-wrap: wrap; gap: 0.4rem; }
.gfl-badges li { margin: 0; font-size: 0.8rem; font-weight: 500; line-height: 1.3; padding: 0.3rem 0.7rem; border-radius: 999px; border: 1px solid transparent; }
.gfl-badges--glow li { background: rgba(232, 117, 26, 0.12); color: #9a4708; border-color: rgba(232, 117, 26, 0.25); }
.gfl-badges--forge li { background: rgba(37, 99, 235, 0.1); color: #1d4ed8; border-color: rgba(37, 99, 235, 0.25); }
.gfl-product .gfl-badges + .wp-block-buttons { margin-top: 1rem; }

/* ---------- everything included ---------- */
.gfl-package { padding-top: clamp(1.5rem, 3.5vw, 2.75rem); padding-bottom: clamp(1.75rem, 4vw, 3.25rem); }
.gfl-package__intro { margin-bottom: 2rem; }
.gfl-package__title { max-width: 22ch; }
.gfl-package__grid.wp-block-columns { gap: 1.5rem; }
.gfl-package__included { background: #fff; border: 1px solid var(--gfl-mist); border-top: 4px solid var(--gfl-orange); border-radius: 1rem; padding: clamp(1.5rem, 3vw, 2.25rem); }
.gfl-package__stop { padding: clamp(1.5rem, 3vw, 2.25rem) clamp(0rem, 2vw, 1rem); }
.gfl-package__heading { font-size: 1.2rem; margin-bottom: 1rem; }
.gfl-package__list { list-style: none; padding: 0; margin: 0; }
.gfl-package__list li { position: relative; padding-left: 2rem; margin-bottom: 0.8rem; }
.gfl-package__list li::before { content: ""; position: absolute; left: 0; top: 0.2em; width: 1.25rem; height: 1.25rem; border-radius: 999px; background-repeat: no-repeat; background-position: center; background-size: 0.75rem; }
.gfl-package__list--yes li::before { background-color: rgba(232, 117, 26, 0.16); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cf5f0e' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7'/%3E%3C/svg%3E"); }
.gfl-package__list--no li { color: var(--gfl-slate); }
.gfl-package__list--no li::before { content: "?"; background-color: rgba(12, 25, 41, 0.08); color: var(--gfl-slate); font-size: 0.85rem; font-weight: 700; line-height: 1.25rem; text-align: center; }
.gfl-package__actions { margin-top: 1.5rem; }

/* ---------- principles ---------- */
.gfl-principles { padding-top: clamp(2rem, 5vw, 4rem); padding-bottom: clamp(3.5rem, 7vw, 6rem); }
.gfl-principles__title { margin-bottom: 2rem; }
.gfl-principles__grid .wp-block-column { padding-top: 1.25rem; border-top: 3px solid var(--gfl-ink); }
.gfl-principles__grid h3 { font-size: 1.25rem; margin-bottom: 0.5rem; }
.gfl-principles__grid p { color: var(--gfl-slate); }

/* ---------- call to action band ---------- */
.gfl-cta {
	background-color: var(--gfl-navy);
	background-image:
		radial-gradient(50rem 30rem at 100% 0%, rgba(37, 99, 235, 0.5), transparent 60%),
		radial-gradient(40rem 26rem at 0% 100%, rgba(232, 117, 26, 0.35), transparent 60%);
	padding-top: clamp(3.5rem, 8vw, 6rem);
	padding-bottom: clamp(3.5rem, 8vw, 6rem);
	text-align: center;
}
.gfl-cta__text { max-width: 50ch; margin-left: auto; margin-right: auto; font-size: var(--wp--preset--font-size--large); }
.gfl-cta__actions { justify-content: center; margin-top: 1.75rem; }

/* Home page runs tighter: the gaps between its sections are half the usual. */
.home .gfl-cta { padding-top: clamp(1.75rem, 4vw, 3rem); padding-bottom: clamp(1.75rem, 4vw, 3rem); }
.home .gfl-families__intro { margin-bottom: 1.25rem; }
.home .gfl-pricing__intro { margin-bottom: 1rem; }
.home .gfl-package__intro { margin-bottom: 1rem; }
.home .gfl-managed { margin-top: 1rem; }

/* ---------- footer ---------- */
.gfl-footer { background: var(--gfl-ink); padding-top: clamp(3rem, 6vw, 4.5rem); padding-bottom: 2rem; font-size: 0.95rem; }
.gfl-footer__logo { margin: 0 0 1rem; }
.gfl-footer__logo img { width: 200px; height: auto; }
.gfl-footer__tagline { max-width: 34ch; }
.gfl-footer__heading { font-size: 1rem; font-family: var(--wp--preset--font-family--body); font-weight: 600; letter-spacing: 0; margin-bottom: 0.75rem; }
.gfl-footer__links { list-style: none; padding: 0; margin: 0; }
.gfl-footer__links li { margin-bottom: 0.55rem; }
.gfl-footer__links a { text-decoration: none; color: var(--gfl-dark-text); }
.gfl-footer__links a:hover { color: #fff; }
.gfl-footer__legal { margin-top: 2.5rem; padding-top: 1.75rem; border-top: 1px solid rgba(255, 255, 255, 0.08); }
.gfl-footer__policies { list-style: none; padding: 0; margin: 0 0 1.25rem; display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem; font-size: 0.9rem; }
.gfl-footer__policies li { margin: 0; }
.gfl-footer__policies a { color: var(--gfl-dark-text); text-decoration: none; }
.gfl-footer__policies a:hover { color: #fff; text-decoration: underline; }
.gfl-footer__details { font-size: 0.875rem; color: #8ea0b5; max-width: 70ch; }
.gfl-footer__details a { color: #b9c5d4; }
.gfl-footer__bottom { margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid rgba(255, 255, 255, 0.08); font-size: 0.875rem; color: #8ea0b5; gap: 1rem 2rem; }
.gfl-footer__bottom p, .gfl-footer__bottom .wp-block-shortcode { margin: 0; }

/* ---------- product pages ---------- */

/* jump links under the hero */
.gfl-secnav { background: #fff; border-bottom: 1px solid var(--gfl-mist); padding-top: 0.9rem; padding-bottom: 0.9rem; }
.gfl-secnav__buttons.wp-block-buttons { gap: 0.4rem 0.5rem; }
.gfl-secnav__buttons .wp-block-button.is-style-outline .wp-block-button__link {
	font-size: 0.875rem;
	font-weight: 500;
	padding: 0.4rem 0.85rem;
	border-width: 1px;
	border-color: var(--gfl-mist);
	color: var(--gfl-slate);
	background: #fff;
}
.gfl-secnav__buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
	border-color: var(--gfl-hue, var(--gfl-orange));
	color: var(--gfl-hue-text, var(--gfl-orange-deep));
	background: #fff;
}

/* the header is sticky, so an anchored section must not land underneath it */
section[id] { scroll-margin-top: clamp(5.5rem, 9vw, 7rem); }

.gfl-phero {
	position: relative;
	overflow: hidden;
	background-color: var(--gfl-ink);
	padding-top: clamp(3.5rem, 9vw, 7rem);
	padding-bottom: clamp(3.5rem, 9vw, 7rem);
}
.gfl-phero.gfl-hue-orange { background-image: radial-gradient(60rem 36rem at 88% 50%, rgba(232, 117, 26, 0.36), transparent 60%); }
.gfl-phero.gfl-hue-amber { background-image: radial-gradient(60rem 36rem at 88% 50%, rgba(240, 160, 44, 0.34), transparent 60%); }
.gfl-phero.gfl-hue-blue { background-image: radial-gradient(60rem 36rem at 88% 50%, rgba(37, 99, 235, 0.44), transparent 60%); }
.gfl-phero.gfl-hue-cyan { background-image: radial-gradient(60rem 36rem at 88% 50%, rgba(8, 145, 178, 0.42), transparent 60%); }
.gfl-phero__rule.wp-block-separator { width: 4rem; height: 4px; border: 0; margin: 0 0 1.5rem; border-radius: 2px; opacity: 1; background: var(--gfl-orange); }
.gfl-phero.gfl-hue-amber .gfl-phero__rule.wp-block-separator { background: var(--gfl-amber); }
.gfl-phero.gfl-hue-blue .gfl-phero__rule.wp-block-separator { background: var(--gfl-blue); }
.gfl-phero.gfl-hue-cyan .gfl-phero__rule.wp-block-separator { background: var(--gfl-cyan); }
.gfl-phero__lede { font-size: var(--wp--preset--font-size--x-large); line-height: 1.35; max-width: 26em; }
.gfl-phero__audience { margin: 1.25rem 0 0; font-size: 1rem; color: var(--gfl-dark-text); }
.gfl-phero__actions { margin-top: 2rem; }

/* product hues: each product page carries a hue class, sections read it */
.gfl-hue-orange { --gfl-hue: var(--gfl-orange); --gfl-hue-text: var(--gfl-orange-deep); }
.gfl-hue-amber { --gfl-hue: var(--gfl-amber); --gfl-hue-text: #b5720f; }
.gfl-hue-blue { --gfl-hue: var(--gfl-blue); --gfl-hue-text: #1d4ed8; }
.gfl-hue-cyan { --gfl-hue: var(--gfl-cyan); --gfl-hue-text: #0e7490; }

/* product hero glyph */
.gfl-phero__inner { position: relative; z-index: 1; }
.gfl-phero::after {
	content: "";
	position: absolute;
	right: clamp(1rem, 7vw, 7rem);
	top: 50%;
	transform: translateY(-50%);
	width: clamp(10rem, 24vw, 20rem);
	aspect-ratio: 1;
	opacity: 0.16;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	pointer-events: none;
}
.gfl-phero--digi-mark::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 20h18'/%3E%3Crect x='5' y='12' width='3' height='6' rx='.5'/%3E%3Crect x='10.5' y='8' width='3' height='10' rx='.5'/%3E%3Crect x='16' y='5' width='3' height='13' rx='.5'/%3E%3Cpath d='M4 9l5-3.5 5 2 6-4.5'/%3E%3C/svg%3E"); }
.gfl-phero--esti-mate::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3h9l4 4v14H6z'/%3E%3Cpath d='M15 3v4h4'/%3E%3Cpath d='M9 11h6M9 14h6M9 17h3'/%3E%3Ccircle cx='16.5' cy='17' r='1.6'/%3E%3C/svg%3E"); }
.gfl-phero--agent-glow::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h10a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H9l-4 3v-3H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2z'/%3E%3Cpath d='M18 9h2a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-1v3l-4-3h-3a2 2 0 0 1-2-2v-1'/%3E%3C/svg%3E"); }
.gfl-phero--glow-cm::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Ccircle cx='12' cy='9.5' r='3'/%3E%3Cpath d='M6.5 18.2c1.2-2.6 3.2-3.9 5.5-3.9s4.3 1.3 5.5 3.9'/%3E%3C/svg%3E"); }
@media (max-width: 781px) { .gfl-phero::after { display: none; } }

/* why it exists */
.gfl-story { padding-top: clamp(3rem, 7vw, 5.5rem); padding-bottom: clamp(3rem, 7vw, 5.5rem); }
.gfl-story__grid.wp-block-columns { gap: 3rem; }
.gfl-story__title { margin-bottom: 1rem; }
.gfl-story__lead { font-size: var(--wp--preset--font-size--large); line-height: 1.5; }
.gfl-story__text p:not(.gfl-story__lead) { color: var(--gfl-slate); max-width: 62ch; }
.gfl-glance { background: #fff; border: 1px solid var(--gfl-mist); border-top: 4px solid var(--gfl-hue, var(--gfl-orange)); border-radius: 1rem; padding: 1.5rem 1.75rem; position: sticky; top: 6.5rem; }
.gfl-glance__title { font-size: 1.05rem; margin-bottom: 0.5rem; }
.gfl-glance__list { list-style: none; padding: 0; margin: 0 0 1rem; }
.gfl-glance__list li { position: relative; padding: 0.65rem 0 0.65rem 1.4rem; border-top: 1px solid var(--gfl-mist); font-size: 0.95rem; }
.gfl-glance__list li::before { content: ""; position: absolute; left: 0; top: 1.1rem; width: 0.55rem; height: 0.55rem; border-radius: 999px; background: var(--gfl-hue, var(--gfl-orange)); }
.gfl-glance__security { font-size: 0.875rem; color: var(--gfl-slate); margin: 0 0 0.75rem; padding-top: 0.85rem; border-top: 1px solid var(--gfl-mist); }
.gfl-glance__security a { color: var(--gfl-hue-text, var(--gfl-orange-deep)); font-weight: 600; }
.gfl-glance__family { font-size: 0.875rem; color: var(--gfl-slate); margin: 0; }

/* how it works */
.gfl-steps { background: #fff; border-top: 1px solid var(--gfl-mist); border-bottom: 1px solid var(--gfl-mist); padding-top: clamp(3rem, 7vw, 5.5rem); padding-bottom: clamp(3rem, 7vw, 5.5rem); }
.gfl-steps__title { margin-bottom: 2rem; }
.gfl-steps__grid.wp-block-columns { gap: 2rem; }
.gfl-step { padding-top: 1.25rem; border-top: 3px solid var(--gfl-mist); }
.gfl-step__number { font-family: var(--wp--preset--font-family--display); font-weight: 700; font-size: 2.25rem; line-height: 1; color: var(--gfl-hue-text, var(--gfl-orange-deep)); margin-bottom: 0.75rem; }
.gfl-step__title { font-size: 1.2rem; margin-bottom: 0.4rem; }
.gfl-step__text { color: var(--gfl-slate); }

/* what it does */
.gfl-features { padding-top: clamp(3rem, 7vw, 5.5rem); padding-bottom: clamp(2rem, 5vw, 4rem); }
.gfl-features__title { margin-bottom: 1.5rem; }
.gfl-features__grid.wp-block-columns { gap: 1.25rem; margin-bottom: 1.25rem; }
.gfl-feature { background: #fff; border: 1px solid var(--gfl-mist); border-radius: 1rem; padding: 1.5rem; }
.gfl-feature h3 { font-size: 1.15rem; margin-bottom: 0.45rem; padding-left: 0.85rem; border-left: 3px solid var(--gfl-hue, var(--gfl-orange)); }
.gfl-feature p { color: var(--gfl-slate); font-size: 0.975rem; }

/* what it does, with screenshots: each claim beside the screen that proves it */
.gfl-features--shots .gfl-features__intro { margin-bottom: clamp(2rem, 4vw, 3rem); }
.gfl-features__lede { color: var(--gfl-slate); max-width: 68ch; font-size: var(--wp--preset--font-size--large); line-height: 1.5; }
.gfl-features__row.wp-block-columns { gap: clamp(1.75rem, 3.5vw, 3rem); margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.gfl-features__row:last-of-type { margin-bottom: 0; }
.gfl-features__row--flip.wp-block-columns { flex-direction: row-reverse; }
/* Beside a screenshot the claim is plain text, not the card the grid uses. */
.gfl-features__row .gfl-feature { background: none; border: 0; border-radius: 0; padding: 0; }
.gfl-features__row .gfl-feature h3 { font-size: 1.3rem; margin-bottom: 0.6rem; }
.gfl-features__row .gfl-feature p { color: var(--gfl-slate); font-size: 1rem; max-width: 42ch; }
/* A claim with no screenshot beside it can use the full measure. */
.gfl-features__row--plain .gfl-feature p { max-width: 62ch; }
.gfl-shot .wp-block-image { margin: 0; }
.gfl-shot--lead { margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.gfl-shot img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0.75rem;
	border: 1px solid var(--gfl-hairline);
	box-shadow: 0 1px 2px rgba(12, 25, 41, 0.08), 0 22px 45px -22px rgba(12, 25, 41, 0.55);
}
@media (max-width: 781px) {
	.gfl-features__row--flip.wp-block-columns { flex-direction: column; }
}

/* who it is for */
.gfl-personas { background: #fff; border-top: 1px solid var(--gfl-mist); padding-top: clamp(3rem, 7vw, 5.5rem); padding-bottom: clamp(3rem, 7vw, 5.5rem); }
.gfl-personas__lede { color: var(--gfl-slate); max-width: 62ch; margin-bottom: 1.75rem; }
.gfl-personas__grid.wp-block-columns { gap: 2rem; }
.gfl-persona { padding-top: 1rem; border-top: 3px solid var(--gfl-ink); }
.gfl-persona h3 { font-size: 1.15rem; margin-bottom: 0.4rem; }
.gfl-persona p { color: var(--gfl-slate); }

/* questions worth asking */
.gfl-faqs { background: #fff; border-top: 1px solid var(--gfl-mist); padding-top: clamp(3rem, 7vw, 5.5rem); padding-bottom: clamp(3rem, 7vw, 5rem); }
.gfl-faqs__intro { margin-bottom: 2rem; }
.gfl-faqs__title { margin-bottom: 0.75rem; }
.gfl-faqs__lede { color: var(--gfl-slate); max-width: 62ch; font-size: var(--wp--preset--font-size--large); line-height: 1.5; }
.gfl-faqs__list { max-width: 52rem; }
.gfl-faq.wp-block-details {
	border-top: 1px solid var(--gfl-mist);
	padding: 0;
	margin: 0;
}
.gfl-faq.wp-block-details:last-child { border-bottom: 1px solid var(--gfl-mist); }
.gfl-faq.wp-block-details summary {
	list-style: none;
	cursor: pointer;
	position: relative;
	padding: 1.15rem 3rem 1.15rem 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--gfl-ink);
}
.gfl-faq.wp-block-details summary::-webkit-details-marker { display: none; }
.gfl-faq.wp-block-details summary::after {
	content: "";
	position: absolute;
	right: 0.35rem;
	top: 1.5rem;
	width: 0.85rem;
	height: 0.85rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234b5b70' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
}
@media not (prefers-reduced-motion) {
	.gfl-faq.wp-block-details summary::after { transition: transform 0.15s ease; }
}
.gfl-faq.wp-block-details[open] summary::after { transform: rotate(180deg); }
.gfl-faq.wp-block-details summary:hover { color: var(--gfl-hue-text, var(--gfl-orange-deep)); }
.gfl-faq.wp-block-details p { color: var(--gfl-slate); max-width: 68ch; margin: 0 0 1.25rem; padding-right: 3rem; }
.gfl-faq.wp-block-details a { color: var(--gfl-hue-text, var(--gfl-orange-deep)); }

/* the asterisked caveat under what a foundation partner gets */
.gfl-launch__footnote { margin: 1.1rem 0 0; font-size: 0.82rem; line-height: 1.5; color: var(--gfl-dark-text); max-width: 44ch; }

/* plans panel */
.gfl-plans { padding-top: clamp(3rem, 7vw, 5.5rem); padding-bottom: clamp(1rem, 3vw, 2rem); }
/* Deliberately quiet: the launch panel above is the dark one, and two dark
   slabs in a row gave the standard rate the same weight as the offer. */
.gfl-plans__panel {
	background: #fff;
	border: 1px solid var(--gfl-mist);
	border-radius: 1.25rem;
	padding: clamp(1.75rem, 4vw, 3rem);
	box-shadow: 0 1px 2px rgba(12, 25, 41, 0.04);
}
.gfl-plans__grid.wp-block-columns { gap: 2.5rem; }
.gfl-plans__title { font-size: var(--wp--preset--font-size--x-large); margin-bottom: 0.75rem; }
.gfl-plans__subtitle { font-size: 1.25rem; margin-bottom: 0.75rem; }
.gfl-plans__text { color: var(--gfl-slate); }
.gfl-plans__text a { color: var(--gfl-hue-text, var(--gfl-orange-deep)); }
.gfl-plans__actions { margin-top: 1.25rem; }
.gfl-plans__managed { border-left: 1px solid var(--gfl-mist); padding-left: 2.5rem; }
@media (max-width: 781px) {
	.gfl-plans__managed { border-left: 0; padding-left: 0; border-top: 1px solid var(--gfl-mist); padding-top: 1.5rem; }
	.gfl-glance { position: static; }
}

/* stage badge in the product hero */
.gfl-phero__stage {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 1.1rem;
	padding: 0.32rem 0.85rem 0.32rem 0.7rem;
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.24);
}
.gfl-phero__stage::before {
	content: "";
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 999px;
	background: var(--gfl-hue, var(--gfl-orange));
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--gfl-hue, var(--gfl-orange)) 32%, transparent);
}

/* a price: amount large, qualifications small beneath it */
.gfl-price { margin-bottom: 1.25rem; }
.gfl-price__line { margin: 0 0 0.4rem; display: flex; align-items: baseline; flex-wrap: wrap; gap: 0.5rem; }
.gfl-price__amount { font-size: clamp(2.25rem, 5vw, 3rem); font-weight: 700; line-height: 1; letter-spacing: -0.02em; color: var(--gfl-ink); }
.gfl-price__unit { font-size: 1rem; color: var(--gfl-slate); }
/* the per-user half of a two-part price: clearly a price, quieter than the licence */
.gfl-price__plus { margin: 0 0 0.6rem; font-size: 1.15rem; font-weight: 600; color: var(--gfl-ink); }
.gfl-dark .gfl-price__plus { color: #fff; }
.gfl-price__held { margin: 0 0 0.5rem; font-size: 0.95rem; font-weight: 600; color: var(--gfl-ink); }
.gfl-price__note { margin: 0 0 0.3rem; font-size: 0.875rem; color: var(--gfl-slate); max-width: 34ch; }
.gfl-dark .gfl-price__amount, .gfl-dark .gfl-price__held { color: #fff; }
.gfl-dark .gfl-price__unit, .gfl-dark .gfl-price__note { color: var(--gfl-dark-text); }

/* launch programme: what a foundation partner gets, and what we ask back */
.gfl-launch { padding-top: clamp(3rem, 7vw, 5.5rem); padding-bottom: clamp(0.5rem, 2vw, 1rem); }
.gfl-launch__panel {
	background-color: var(--gfl-elevated);
	background-image: radial-gradient(46rem 26rem at 0% 0%, color-mix(in srgb, var(--gfl-hue, var(--gfl-orange)) 34%, transparent), transparent 62%);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 1.25rem;
	padding: clamp(1.75rem, 4vw, 3rem);
}
.gfl-launch__eyebrow { margin: 0 0 0.4rem; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gfl-hue, var(--gfl-orange)); }
.gfl-launch__title { font-size: var(--wp--preset--font-size--x-large); margin: 0 0 0.85rem; }
.gfl-launch__intro { max-width: 62ch; margin-bottom: 2.25rem; }
.gfl-launch__grid.wp-block-columns { gap: 2.5rem; }
.gfl-launch__subtitle { font-size: 1.05rem; margin-bottom: 0.85rem; }
.gfl-launch__items { list-style: none; padding: 0; margin: 0; }
.gfl-launch__items li { position: relative; padding-left: 1.8rem; margin-bottom: 0.7rem; font-size: 0.95rem; line-height: 1.5; }
.gfl-launch__items li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.3em;
	width: 1.15rem;
	height: 1.15rem;
	border-radius: 999px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.66rem;
}
.gfl-launch__items--get li::before { background-color: color-mix(in srgb, var(--gfl-hue, var(--gfl-orange)) 34%, transparent); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7'/%3E%3C/svg%3E"); }
.gfl-launch__items--ask li::before { background-color: rgba(255, 255, 255, 0.12); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h12M11 6l7 6-7 6'/%3E%3C/svg%3E"); }
.gfl-launch__list--ask { border-left: 1px solid rgba(255, 255, 255, 0.14); padding-left: 2.5rem; }
.gfl-launch__actions { margin-top: 1.5rem; }
.gfl-launch__note { margin: 2.25rem 0 0; padding-top: 1.25rem; border-top: 1px solid rgba(255, 255, 255, 0.14); font-size: 0.875rem; color: var(--gfl-dark-text); max-width: 76ch; }
@media (max-width: 781px) {
	.gfl-launch__list--ask { border-left: 0; padding-left: 0; }
}

/* ---------- contact ---------- */
.gfl-contact { padding-top: 1rem; padding-bottom: clamp(3rem, 7vw, 6rem); }
.gfl-contact__grid.wp-block-columns { gap: 3rem; }
.gfl-contact__aside h2 { font-size: 1.05rem; margin-bottom: 0.4rem; }
.gfl-contact__aside p, .gfl-contact__aside ul { color: var(--gfl-slate); margin-bottom: 1.5rem; }
.gfl-contact__aside ul { padding-left: 1.2rem; }
.gfl-contact__aside li { margin-bottom: 0.35rem; }

/* ---------- policy pages ---------- */
.gfl-policy__intro { color: var(--gfl-slate); padding: 1rem 1.25rem; background: #fff; border: 1px solid var(--gfl-mist); border-left: 4px solid var(--gfl-orange); border-radius: 0.6rem; }
.gfl-main:not(.gfl-main--landing) h2 { margin-top: 2.25rem; font-size: var(--wp--preset--font-size--x-large); }
.gfl-main:not(.gfl-main--landing) h3 { margin-top: 1.5rem; font-size: var(--wp--preset--font-size--large); }

/* ---------- posts ---------- */
.gfl-posts { margin-top: 1.5rem; }
.gfl-post-card { background: #fff; border: 1px solid var(--gfl-mist); border-radius: 1rem; padding: 1.5rem; height: 100%; }
.gfl-post-card .wp-block-post-featured-image { margin: -1.5rem -1.5rem 1.25rem; }
.gfl-post-card .wp-block-post-featured-image img { border-radius: 1rem 1rem 0 0; }
.gfl-post-date { color: var(--gfl-slate); font-size: 0.875rem; margin-bottom: 0.4rem; }
.gfl-post-card .wp-block-post-title { font-size: 1.3rem; margin-bottom: 0.5rem; }
.gfl-post-card .wp-block-post-title a { color: inherit; text-decoration: none; }
.gfl-post-card .wp-block-post-title a:hover { text-decoration: underline; }
.gfl-post-card .wp-block-post-excerpt { color: var(--gfl-slate); font-size: 0.95rem; }
.gfl-pagination { margin-top: 2.5rem; }
.gfl-single__meta { color: var(--gfl-slate); font-size: 0.95rem; gap: 0.5rem 1.25rem; }
.gfl-single__nav { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--gfl-mist); gap: 1rem; }
.gfl-page-image img { border-radius: 1rem; }

/* ---------- search & 404 ---------- */
.gfl-search .wp-block-search__input { border: 1px solid var(--gfl-mist); border-radius: 0.6rem; padding: 0.7rem 1rem; font: inherit; background: #fff; }
.gfl-search .wp-block-search__button { border: 0; border-radius: 999px; padding: 0.7rem 1.25rem; background: var(--gfl-orange); color: var(--gfl-ink); font-weight: 600; cursor: pointer; }
.gfl-404 { text-align: center; padding-top: clamp(4rem, 10vw, 8rem); }
.gfl-404 .gfl-lede { margin-left: auto; margin-right: auto; }
.gfl-404 .gfl-search { max-width: 28rem; margin: 1.5rem auto; }

/* ---------- editor ---------- */
.editor-styles-wrapper .gfl-header { position: static; }
