/* Generated by kindling-onboard. Do not edit by hand — re-run `kindling-onboard generate`. */

/* Default :focus-visible ring */
:where(a, button, .wp-element-button, input, select, textarea, [tabindex]):focus-visible {
	outline: var(--wp--custom--motion--focus-ring--outline, 2px solid var(--wp--preset--color--theme-04));
	outline-offset: var(--wp--custom--motion--focus-ring--outline-offset, 2px);
}

:where(a, button, .wp-element-button, input, select, textarea, [tabindex]):focus:not(:focus-visible) {
	outline: none;
}

@keyframes kindling-reveal-fade-up {
	from { opacity: 0; transform: translateY(16px); }
	to   { opacity: 1; transform: translateY(0); }
}

.is-style-reveal-fade-up {
	opacity: 0;
	will-change: opacity, transform;
}

.is-style-reveal-fade-up.is-revealed {
	animation: kindling-reveal-fade-up 200ms cubic-bezier(0.2, 0, 0, 1) both;
}

@keyframes kindling-reveal-fade-in {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.is-style-reveal-fade-in {
	opacity: 0;
	will-change: opacity, transform;
}

.is-style-reveal-fade-in.is-revealed {
	animation: kindling-reveal-fade-in 200ms cubic-bezier(0.2, 0, 0, 1) both;
}

@keyframes kindling-reveal-scale-in {
	from { opacity: 0; transform: scale(0.96); }
	to   { opacity: 1; transform: scale(1); }
}

.is-style-reveal-scale-in {
	opacity: 0;
	will-change: opacity, transform;
}

.is-style-reveal-scale-in.is-revealed {
	animation: kindling-reveal-scale-in 320ms cubic-bezier(0.3, 0, 0, 1) both;
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}

	[class*="is-style-reveal-"] {
		opacity: 1;
		transform: none;
	}
}

/* ── Hand-authored rules preserved via @kindling:keep ────────────────── */

/* @kindling:keep:start */
/* WHY: LIVunLtd header + home-hero chrome. Responsive paddings the fluid
   spacing presets cannot express (header 16/20 -> 12/80, hero 40/20 -> 120/75/91),
   mobile/desktop element reordering (Figma: mobile = logo left + MENU right,
   desktop = MENU left + logo center + CTA right), 3-bar nav toggle matching the
   Figma hamburger (core renders 2 bars), hero wave texture (multiply 20%,
   Figma 33186:8214 overlay), hero image 99px overhang below the navy panel,
   and Figma mobile-artboard type deltas (weight/size) unreachable via attrs. */

/* ---- Header bar (parts/header, Figma 33186:10154 desktop / 33186:9681 mobile) ---- */
.liv-header-row { padding: 16px clamp(1.25rem, 0.0917rem + 4.31vw, 5rem); min-height: 80px; }
.liv-header-row > .liv-header-logo { order: 1; }
.liv-header-row > .liv-menu-pill { order: 2; }
.liv-header .liv-header-cta { display: none; }
.liv-header-logo img { width: 119px; height: auto; }
@media (min-width: 1024px) {
	/* WHY: Figma 33186:10154 pads 80px at 1440; the fluid clamp tops out past 1830 */
	.liv-header-row { min-height: 126px; padding: 12px 80px; }
	.liv-header-row > .liv-menu-pill { order: 1; }
	.liv-header-row > .liv-header-logo { order: 2; }
	.liv-header .liv-header-row > .liv-header-cta { order: 3; display: flex; }
	.liv-header-logo img { width: 205px; }
	/* WHY: Figma 33041:450 (via 33186:10114) supersedes 33186:10154 — desktop trigger
	   shows the MENU label left of the burger; the label paragraph already carries
	   the Figma type attrs, so nothing to hide */
}
/* 3-bar hamburger: hide core 2-bar svg, draw bars with gradients
   (Figma 33187:10753 mobile 30x21 stroke 3 / 33186:10155 desktop 56x30 stroke 5) */
.liv-nav .wp-block-navigation__responsive-container-open svg { display: none; }
.liv-nav .wp-block-navigation__responsive-container-open {
	width: 30px;
	height: 21px;
	background-image:
		linear-gradient(var(--wp--preset--color--theme-03), var(--wp--preset--color--theme-03)),
		linear-gradient(var(--wp--preset--color--theme-03), var(--wp--preset--color--theme-03)),
		linear-gradient(var(--wp--preset--color--theme-03), var(--wp--preset--color--theme-03));
	background-repeat: no-repeat;
	background-size: 100% 3px;
	background-position: 0 0, 0 9px, 0 18px;
}
@media (min-width: 1024px) {
	.liv-nav .wp-block-navigation__responsive-container-open {
		width: 56px;
		height: 30px;
		background-size: 100% 5px;
		background-position: 0 0, 0 12.5px, 0 25px;
	}
}

/* ---- Flyout menu overlay (Figma 33186:9753 mobile / 33186:10175 desktop).
   WHY: core's overlay is a bare full-screen modal; Figma wants a branded panel:
   white logo header, gold close X, Cormorant links (25/700 mobile — no preset
   fits 25px at 430, `large` fluid renders ~19px — vs 33/500 = x-large desktop),
   white lvl-2 dropdown cards, a 727px left panel over a scrim on desktop, and a
   mobile-only RAP pill. Panel paddings (36/30, 67/40/52) + gap 38 are off-scale. */
.liv-nav .wp-block-navigation__responsive-container.is-menu-open {
	padding: 0;
	align-items: stretch;
}
.liv-nav .is-menu-open .wp-block-navigation__responsive-close {
	width: 100%;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
.liv-nav .is-menu-open .wp-block-navigation__responsive-dialog {
	position: relative;
	flex: 1;
	padding: 36px 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
/* white logo atop the panel (Figma 33187:10469 200x70 / 33186:10177 260x122) */
.liv-nav .is-menu-open .wp-block-navigation__responsive-dialog::before {
	content: "";
	width: 200px;
	height: 70px;
	background: url(../images/liv-logo-white.png) left center / contain no-repeat;
	margin-bottom: 40px;
	flex-shrink: 0;
}
/* gold close X 26x26 (Figma 33187:10470, stroke 5) */
.liv-nav .is-menu-open .wp-block-navigation__responsive-container-close {
	position: absolute;
	top: 36px;
	right: 30px;
	padding: 0;
	color: var(--wp--preset--color--theme-03);
}
.liv-nav .is-menu-open .wp-block-navigation__responsive-container-close svg { display: none; }
.liv-nav .is-menu-open .wp-block-navigation__responsive-container-close::after {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	background-color: currentColor;
	-webkit-mask: url(../images/liv-close-x.svg) center / contain no-repeat;
	mask: url(../images/liv-close-x.svg) center / contain no-repeat;
}
.liv-nav .is-menu-open .wp-block-navigation__responsive-container-content {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.liv-nav .is-menu-open .wp-block-navigation__container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: var(--wp--preset--spacing--30); /* Figma item gap 24 = spacing-30 exact */
}
.liv-nav .is-menu-open .wp-block-navigation-item { padding-left: 8px; } /* Figma lvl-1 pl 8 */
.liv-nav .is-menu-open .wp-block-navigation-item__content {
	font-family: var(--wp--preset--font-family--cormorant-garamond);
	font-size: 25px;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.2;
	padding: 0;
}
/* ivory chevron 24x24 (Figma 33187:10504) */
.liv-nav .is-menu-open .wp-block-navigation__submenu-icon { color: var(--wp--preset--color--theme-05); }
.liv-nav .is-menu-open .wp-block-navigation__submenu-icon svg { width: 24px; height: 24px; display: block; }
/* lvl-2 accordion links: parent serif, ivory, plain indented list — client direction
   2026-07-23 PM supersedes Figma's white rounded lvl-2 card (33186:10213). Background
   stays transparent via core's own modal reset. */
.liv-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container {
	/* !important: core's modal reset pads submenu containers 2rem at (0,5,0) after motion.css */
	padding: 4px 0 0 var(--wp--preset--spacing--30) !important;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 8px;
}
.liv-nav .is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item { padding-left: 0; }
.liv-nav .is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	font-family: var(--wp--preset--font-family--cormorant-garamond);
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.2;
	color: var(--wp--preset--color--theme-05);
}
/* WHY: core forces submenus open inside the modal; Figma wants a chevron-toggled accordion */
.liv-nav .is-menu-open .wp-block-navigation-submenu:not(:has(> button[aria-expanded="true"])) > .wp-block-navigation__submenu-container { display: none; }
/* WHY: Figma 33186:10175 desktop / 33186:9753 mobile — Markets/Services carry a
   right-aligned theme-05 down caret (24x24, right edge at 361, core flips it when
   expanded). Core's modal reset hides submenu icons (`...responsive-container-content
   .wp-block-navigation__submenu-icon { display: none }`) and columns the item AFTER
   motion.css, hence !important + absolute pinning to the label row. */
.liv-nav .is-menu-open .wp-block-navigation__responsive-container-content { width: 100%; } /* dialog is align-items:flex-start; content shrink-fits without this */
.liv-nav .is-menu-open .wp-block-navigation__container { width: 100%; } /* ul shrink-wraps to widest label otherwise; carets need the full 361 column */
.liv-nav .is-menu-open li.wp-block-navigation-submenu {
	position: relative;
	width: 100%;
	max-width: 361px; /* Figma interaction-zone width, both breakpoints */
}
.liv-nav .is-menu-open li.wp-block-navigation-submenu > .wp-block-navigation__submenu-icon {
	display: inline-block !important;
	position: absolute;
	top: 3px; /* centers on 30px label row (25px / 1.2) — Figma y=3 */
	right: 0;
	margin: 0;
	width: 24px;
	height: 24px;
}
/* mobile-only RAP pill at flyout bottom (Figma 33187:10622) */
.liv-nav .is-menu-open .wp-block-navigation-item.liv-nav-pill { margin-top: 40px; padding-left: 0; }
.liv-nav .is-menu-open .liv-nav-pill .wp-block-navigation-item__content {
	background-color: var(--wp--preset--color--theme-03);
	color: var(--wp--preset--color--theme-01);
	border-radius: 999px;
	padding: 12px 20px;
	font-family: var(--wp--custom--font-family--body);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	text-transform: uppercase;
}
.liv-nav .is-menu-open .liv-nav-pill .wp-block-navigation-item__content:hover { background-color: var(--wp--preset--color--theme-07); }
.liv-nav .is-menu-open .liv-nav-pill .wp-block-navigation-item__content:active { background-color: var(--wp--preset--color--theme-05); color: var(--wp--preset--color--theme-06); }
.liv-nav .is-menu-open .liv-nav-pill .wp-block-navigation-item__content:focus-visible { outline: 2px solid var(--wp--preset--color--theme-04); outline-offset: -2px; }
@media (min-width: 1024px) {
	/* WHY: Figma 33186:10175 — desktop flyout is a 727px left panel over a page scrim.
	   The preset bg class on the container carries !important, hence the override. */
	.liv-nav .wp-block-navigation__responsive-container.is-menu-open {
		background-color: rgb(0 0 0 / 0.45) !important;
		justify-content: flex-start;
	}
	/* margin overrides core's `margin: 0 auto` centering — Figma anchors the panel left */
	.liv-nav .is-menu-open .wp-block-navigation__responsive-close { width: min(727px, 100%); margin: 0 auto 0 0; }
	.liv-nav .is-menu-open .wp-block-navigation__responsive-dialog {
		background-color: var(--wp--preset--color--theme-02);
		box-shadow: 0 24px 48px -12px rgb(16 24 40 / 0.25); /* Figma shadow-2xl */
		padding: 67px 52px 67px 40px;
		align-items: flex-end;
	}
	.liv-nav .is-menu-open .wp-block-navigation__responsive-dialog::before {
		width: 418px;
		height: 122px;
		background-size: 260px auto;
		margin-bottom: 38px;
	}
	.liv-nav .is-menu-open .wp-block-navigation__responsive-container-close { top: 67px; right: 52px; }
	.liv-nav .is-menu-open .wp-block-navigation__responsive-container-content { width: 418px; flex: initial; padding: 18px 0; }
	.liv-nav .is-menu-open .wp-block-navigation-item__content { font-size: var(--wp--preset--font-size--x-large); font-weight: 500; }
	.liv-nav .is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item__content { font-size: 24px; }
	/* caret centers on the 40px x-large label row (33px / 1.2) — Figma 33186:10212 y=8 */
	.liv-nav .is-menu-open li.wp-block-navigation-submenu > .wp-block-navigation__submenu-icon { top: 8px; }
	/* !important: core's modal reset re-flexes nav items after motion.css */
	.liv-nav .is-menu-open li.liv-nav-pill { display: none !important; }
}

/* ---- Home hero (Figma 33186:8214 desktop / 33187:10758 mobile) ---- */
.liv-home-hero { position: relative; z-index: 2; overflow: visible; }
.liv-home-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url(../images/liv-hero-texture.png) center / cover;
	mix-blend-mode: multiply;
	opacity: 0.2;
	pointer-events: none;
}
.liv-home-hero > .liv-hero-content,
.liv-home-hero > .liv-hero-media { position: relative; }
.liv-home-hero { padding: 0; }
.liv-hero-content { padding: 40px 20px; }
.liv-home-hero h1 { max-width: 560px; font-weight: 500; letter-spacing: -0.05em; }
.liv-hero-sub { max-width: 510px; font-weight: 500; letter-spacing: 0; }
.liv-hero-eyebrow { font-size: 0.875rem; }
.liv-rule { width: 112px; height: 7px; border: none; margin: 0; opacity: 1; }
.liv-hero-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
@media (min-width: 1024px) {
	.liv-home-hero { padding: 0 0 0 75px; grid-template-columns: 653fr 712fr; }
	.liv-hero-content { padding: 120px 75px 120px 16px; }
	.liv-home-hero h1 { font-weight: 400; letter-spacing: -0.06em; }
	.liv-hero-sub { font-weight: 700; letter-spacing: -0.03em; }
	.liv-hero-eyebrow { font-size: var(--wp--preset--font-size--medium); }
	/* WHY: Figma 33186:8214 — photo ends flush with the blue text panel (hero row 621px);
	   fixed 720px + negative margin made the image hang ~80px below the panel. */
	.liv-hero-media { height: 100%; }
	.liv-hero-media figure { height: 100%; }
	.liv-hero-media img { height: 100%; aspect-ratio: auto; }
}
/* @kindling:keep:end */

/* @kindling:keep:start */
/* WHY: LIVunLtd HOME sections 2-6 chrome. Section paddings + type sizes that differ
   between the mobile and desktop artboards (section titles 33px -> 79px, rules
   150x4 -> 112x7, wide/one-partner quotes 19 -> 33), grid stacking below 1024,
   wave textures (Figma multiply overlays on Markets/One-Partner), and GF form
   skinning to the Figma field spec (white r4 inputs, brown pill submit). */

/* ---- shared section head ---- */
.liv-sec-title { font-size: var(--wp--preset--font-size--x-large); font-weight: 500; letter-spacing: -0.03em; line-height: 1.2; }
.liv-card-title { font-size: 1.5625rem; font-weight: 700; letter-spacing: -0.03em; line-height: 1.2; }
.liv-sec-rule { width: 150px; height: 4px; border: none; margin: 0; opacity: 1; }
@media (min-width: 1024px) {
	.liv-sec-title { font-size: var(--wp--preset--font-size--display); font-weight: 400; letter-spacing: -0.06em; line-height: 1.1; }
	.liv-sec-rule { width: 112px; height: 7px; }
}
.liv-sec-head-center { align-items: center; text-align: center; }
.liv-sec-head-center .liv-sec-rule { margin: 0 auto; }

/* ---- services grid ---- */
.liv-svc { padding: 40px 20px; }
.liv-svc > .liv-sec-head { margin-bottom: 24px; }
.liv-svc-grid { grid-template-columns: 1fr; }
.liv-card { overflow: hidden; }
.liv-card { gap: 16px !important; padding-bottom: 16px; }
.liv-card-body { padding: 0 16px; width: 100%; }
.liv-card-body .liv-chip img { width: 25px !important; }
@media (min-width: 1024px) {
	.liv-svc { padding: 60px; }
	.liv-svc > .liv-sec-head { margin-bottom: 54px; }
	.liv-svc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 32px; row-gap: 16px; }
	.liv-card { gap: 24px !important; padding-bottom: 24px; }
	.liv-card-body { padding: 0 24px; }
	.liv-card-body .liv-chip img { width: 33px !important; }
}

/* ---- wide band ---- */
.liv-wide { padding: 20px; }
.liv-wide-cover { border-radius: 16px; overflow: hidden; }
.liv-wide-cover { min-height: 263px !important; }
.liv-wide-card { padding: 24px; max-width: 350px; margin-left: auto; margin-right: auto; }
.liv-wide-quote { font-size: 1.1875rem; font-weight: 500; max-width: 302px; margin-left: auto; margin-right: auto; }
@media (min-width: 1024px) {
	.liv-wide { padding: 56px 60px; }
	.liv-wide-cover { min-height: 718px !important; }
	.liv-wide-card { padding: 50px; max-width: 892px; }
	.liv-wide-quote { font-size: var(--wp--preset--font-size--x-large); max-width: none; }
}
.liv-wide-card .liv-sec-rule { margin: 0 auto; width: 80px; height: 7px; }

/* ---- markets ---- */
.liv-markets { position: relative; padding: 40px 20px; }
.liv-markets::before {
	content: "";
	position: absolute;
	inset: auto 40% 0 0;
	top: 40%;
	background: url(../images/liv-hero-texture.png) left bottom / cover no-repeat;
	mix-blend-mode: multiply;
	opacity: 0.12;
	pointer-events: none;
}
.liv-markets > * { position: relative; }
.liv-markets > .liv-sec-head { margin-bottom: 24px; }
.liv-market-card { width: 100%; position: relative; padding: 16px 56px 16px 16px; }
@media (min-width: 1024px) {
	.liv-markets { padding: 95px 60px; }
	.liv-markets > .liv-sec-head { margin-bottom: 54px; }
	/* WHY: Figma card is a fixed 320x237 with the arrow on its own row (33186:8340).
	   The chip is position:absolute (out of flow), so without a reserved bottom band
	   (24 pad + 33 chip + 16 gap = 73px) the card collapses to text height and the
	   arrow lands on the last line of copy. min-height pins the Figma box. */
	.liv-market-card { width: 320px; padding: 24px 24px 73px; min-height: 237px; }
}
.liv-market-card .liv-chip { position: absolute; right: 16px; bottom: 16px; margin: 0; }
.liv-market-card .liv-chip img { width: 25px !important; }
@media (min-width: 1024px) {
	.liv-market-card .liv-chip { right: 24px; bottom: 24px; }
	.liv-market-card .liv-chip img { width: 33px !important; }
}

/* ---- one-partner ---- */
.liv-onepartner { position: relative; padding: 30px 20px; }
.liv-onepartner::before {
	content: "";
	position: absolute;
	inset: 0 50% 0 0;
	background: url(../images/liv-hero-texture.png) left center / cover no-repeat;
	mix-blend-mode: multiply;
	opacity: 0.15;
	pointer-events: none;
}
.liv-onepartner > * { position: relative; }
.liv-onepartner-grid { grid-template-columns: 1fr; }
@media (min-width: 1024px) {
	.liv-onepartner { padding: 83px 120px; }
	.liv-onepartner-grid { grid-template-columns: 596fr 520fr; column-gap: 84px; }
}

/* ---- contact ---- */
.liv-contact-cover { min-height: 0 !important; padding: 40px 20px; }
.liv-contact-card { padding: 40px 24px; width: 100%; }
@media (min-width: 1024px) {
	/* WHY: cover is alignfull (photo edge-to-edge per 33186:8416); 120px side padding
	   keeps the card at x120/w1200 exactly where Figma puts it on the 1440 artboard. */
	.liv-contact-cover { min-height: 832px !important; padding: 80px 120px; }
	.liv-contact-card { padding: 40px; }
}
/* GF form skin per Figma contact card (white r4 fields, 24px row gap, brown pill submit) */
.liv-contact-card .gform_wrapper input[type="text"],
.liv-contact-card .gform_wrapper input[type="email"],
.liv-contact-card .gform_wrapper input[type="tel"],
.liv-contact-card .gform_wrapper select,
.liv-contact-card .gform_wrapper textarea {
	background: var(--wp--preset--color--theme-01);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	padding: 8px;
	font-family: var(--wp--preset--font-family--proxima-nova);
	font-size: var(--wp--preset--font-size--medium);
	width: 100%;
}
.liv-contact-card .gform_wrapper textarea { min-height: 139px; }
.liv-contact-card .gform_wrapper select { height: 40px; padding-top: 0; padding-bottom: 0; line-height: 38px; }
.liv-contact-card .gform_wrapper .gform_fields { grid-row-gap: 24px; }
.liv-contact-card .gform_wrapper .gfield_label {
	font-family: var(--wp--preset--font-family--proxima-nova);
	font-weight: 700;
	color: var(--wp--preset--color--theme-02);
}
.liv-contact-card .gform_wrapper .gform_button {
	background-color: var(--wp--preset--color--theme-03);
	color: var(--wp--preset--color--theme-01);
	border: none;
	border-radius: 999px;
	padding: 12px 20px;
	font-family: var(--wp--preset--font-family--proxima-nova);
	font-weight: 700;
	letter-spacing: 0.02em;
	font-size: var(--wp--preset--font-size--medium);
	cursor: pointer;
	transition: background 150ms ease;
}
.liv-contact-card .gform_wrapper .gform_button:hover { background-color: var(--wp--preset--color--theme-07); }
.liv-contact-card .gform_wrapper { margin: 0; }
/* GF Orbital loads its own high-specificity button styles; pin the Figma pill */
.liv-contact-card input[type="submit"].gform_button {
	background-color: var(--wp--preset--color--theme-03) !important;
	color: var(--wp--preset--color--theme-01) !important;
	border: none !important;
	border-radius: 999px !important;
	padding: 12px 20px !important;
	font-family: var(--wp--preset--font-family--proxima-nova) !important;
	font-size: var(--wp--preset--font-size--medium) !important;
	font-weight: 700 !important;
	letter-spacing: 0.02em !important;
}
.liv-contact-card input[type="submit"].gform_button:hover { background-color: var(--wp--preset--color--theme-07) !important; }
/* click + focus states per the Figma button matrix (33186:10371/10377) */
.liv-contact-card input[type="submit"].gform_button:active { background-color: var(--wp--preset--color--theme-05) !important; color: var(--wp--preset--color--theme-06) !important; }
.liv-contact-card input[type="submit"].gform_button:focus-visible { outline: 2px solid var(--wp--preset--color--theme-04) !important; outline-offset: -2px !important; }

/* WHY: Figma 33186:10162 "simple button" (pattern refs 33186:10344 / 33191:12281) — every
   filled button carries the LIV wave texture stretched edge-to-edge, multiply-blended over
   the state color at 10% (opacity baked into liv-btn-texture.png alpha). All states keep it
   (neutral/hover 33186:10364ff, click 33186:10371, focus 33186:10377). Ghost/Subtle button
   styles are unfilled in the design, so they're excluded. */
.wp-block-button:not(.is-style-ghost):not(.is-style-subtle) .wp-element-button,
.liv-nav .is-menu-open .liv-nav-pill .wp-block-navigation-item__content,
.liv-contact-card .gform_wrapper .gform_button {
	background-image: url(../images/liv-btn-texture.png);
	background-size: 100% 100%;
	background-blend-mode: multiply;
}
/* GF Orbital pin above uses !important background-color; re-pin the image at equal weight */
.liv-contact-card input[type="submit"].gform_button {
	background-image: url(../images/liv-btn-texture.png) !important;
	background-size: 100% 100% !important;
	background-blend-mode: multiply !important;
}

/* WHY: Figma button styles map row 2 (33191:12278 neutral / 12282 hover / 12285 click /
   12288 focus) — the card arrow chips are buttons: theme-03 circle at rest, theme-07 on
   hover, theme-02 (navy) on click, theme-02 + 2px theme-03 ring on focus. The DB patterns
   render each chip as ONE baked SVG <img> (circle + arrow), which can't restate, so the
   circle is painted on the figure and the arrow masked on ::after; the img keeps the
   25/33px layout box (motion.css width pins above) but is hidden. Cards are not links yet
   (most services/markets have no page) — hover/click read from the card, and the
   focus-visible rule is pre-wired for whenever a wrapping link lands in the patterns. */
figure.liv-chip {
	position: relative;
	border-radius: 9999px;
	background-color: var(--wp--preset--color--theme-03);
	transition: background-color 180ms ease;
}
figure.liv-chip img { visibility: hidden; }
figure.liv-chip::after {
	content: '';
	position: absolute;
	inset: 0;
	background-color: var(--wp--preset--color--theme-01);
	-webkit-mask: url(../images/liv-chip-arrow.svg) no-repeat center / contain;
	mask: url(../images/liv-chip-arrow.svg) no-repeat center / contain;
}
.liv-card:hover figure.liv-chip,
.liv-job-card:hover figure.liv-chip,
.liv-market-card:hover figure.liv-chip { background-color: var(--wp--preset--color--theme-07); }
.liv-card:active figure.liv-chip,
.liv-job-card:active figure.liv-chip,
.liv-market-card:active figure.liv-chip { background-color: var(--wp--preset--color--theme-02); }
a:focus-visible figure.liv-chip,
.liv-card:focus-within figure.liv-chip,
.liv-job-card:focus-within figure.liv-chip,
.liv-market-card:focus-within figure.liv-chip {
	background-color: var(--wp--preset--color--theme-02);
	box-shadow: 0 0 0 2px var(--wp--preset--color--theme-03);
}
.liv-contact-card .gform_wrapper .gform_footer { margin: 8px 0 0; padding: 0; }

/* ---- footer ---- */
.liv-footer { padding: 40px 20px 20px; }
.liv-footer-main { row-gap: 32px; margin-bottom: 40px; }
.liv-footer-logo img { width: 180px; height: auto; }
.liv-footer-link a, .liv-footer-legal a { text-decoration: none; }
.liv-footer-link a { color: var(--wp--preset--color--theme-03); }
.liv-footer-legal { row-gap: 8px; }
@media (min-width: 1024px) {
	.liv-footer { padding: 60px 80px 20px; }
	.liv-footer-logo img { width: 242px; }
}
/* WHY: user direction 2026-07-23 — USA Today badge renders GREEN. Figma 33186:8195
   authors the badge as a color-masked silhouette (there in theme-03), so same technique:
   the uploaded mono PNG becomes the mask, color lives here. PROVISIONAL green —
   swap this one value when the designer supplies the exact hex. */
figure.liv-footer-award { position: relative; }
figure.liv-footer-award img { visibility: hidden; }
figure.liv-footer-award::after {
	content: '';
	position: absolute;
	inset: 0;
	background-color: #2e7d32;
	-webkit-mask: url(/wp-content/uploads/2026/07/twp-award.png) no-repeat center / contain;
	mask: url(/wp-content/uploads/2026/07/twp-award.png) no-repeat center / contain;
}
/* WHY: Figma 32993:283 — CPRA toggle glyph (bronze pill, white chevrons) sits 8px
   before "Your Privacy Choices"; glyph is decorative so it rides the link's ::before */
.liv-privacy-choices a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.liv-privacy-choices a::before {
	content: '';
	flex-shrink: 0;
	width: 39px;
	height: 20px;
	background: url(../images/liv-privacy-toggle.svg) no-repeat center / contain;
}
/* @kindling:keep:end */

/* @kindling:keep:start */
/* WHY: LIVunLtd inner-page section chrome (About / Our Approach / Services x2 /
   Markets C&U). Same rationale as the HOME blocks: responsive geometry the
   spacing presets cannot express, wave textures, and the hub-and-spoke diagram. */

/* ---- page intro band (navy, centered) ---- */
.liv-intro { position: relative; padding: 40px 20px; overflow: hidden; }
.liv-intro::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url(../images/liv-hero-texture.png) center / cover;
	mix-blend-mode: multiply;
	opacity: 0.2;
	pointer-events: none;
}
.liv-intro > * { position: relative; }
.liv-intro-eyebrow { font-size: 0.875rem; }
.liv-intro-text { max-width: 876px; font-weight: 500; }
@media (min-width: 1024px) { .liv-intro-text { font-weight: 700; letter-spacing: -0.03em; } }
.liv-split-title-md { letter-spacing: -0.05em; }
/* WHY: Figma 33186:8689/8790 split "When to Engage" titles track -0.03em (79px), not the -0.06em display default; 33186:8543 md variant is 64px/500/lh1.2/-0.05em */
@media (min-width: 1024px) { .liv-split .liv-sec-title { letter-spacing: -0.03em; } .liv-sec-title.liv-split-title-md { font-size: 4rem; font-weight: 500; line-height: 1.2; letter-spacing: -0.05em; } }
.liv-tcard-photo { max-width: 487px; } .liv-tcard-photo img { border-radius: 16px; }
.liv-tcard-wide-copy { flex: 1 1 400px; }
.liv-diagram-img img { max-width: 961px; width: 100%; height: auto; }
@media (min-width: 1024px) {
	/* WHY: Figma inner intro bands are 48px tall (33186:8505/8578/8905); About variant is 90px (33186:8421) via .liv-intro-tall */
	.liv-intro { padding: 48px 60px; }
	.liv-intro.liv-intro-tall { padding: 90px 60px; }
	.liv-intro-eyebrow { font-size: var(--wp--preset--font-size--medium); }
}

/* ---- full-width photo banner ---- */
.liv-banner img { width: 100%; height: clamp(200px, 29.4vw, 423px); object-fit: cover; display: block; }

/* ---- text-card grid (What We Deliver / How We Operate / market bullets) ---- */
.liv-tcards { position: relative; padding: 40px 20px; }
.liv-tcards > .liv-sec-head { margin-bottom: 24px; }
.liv-tcard { width: 100%; box-shadow: 0 4px 6px -2px rgba(16, 24, 40, 0.05), 0 12px 16px -4px rgba(16, 24, 40, 0.1); }
.liv-tcard ul { padding-inline-start: 24px; } /* WHY: Figma list indent — browser default 40px narrows the text column and adds a wrap line (33186:8923 et al) */
.liv-tcard ul li + li { margin-top: 20px; } /* WHY: Figma listSpacing 20 between card bullets (33186:8923 et al) */
.liv-tcard-wide { width: 100%; }
@media (min-width: 1024px) {
	.liv-tcards { padding: 95px 60px; } /* WHY: Figma 33186:8591/8626/8727/8815 card-grid sections are 95px */
	.liv-tcards > .liv-sec-head { margin-bottom: 48px; }
	.liv-tcard { width: 344px; min-height: 237px; } /* WHY: Figma "Feature Text" cards are fixed 344x237 (33186:8599 et al) — content is shorter, box holds the height */
	.liv-tcard-wide { width: 1046px; max-width: 100%; } /* WHY: Figma wide "Feature Text" card is a fixed 1046x408 (33186:8936) — 1170 widened the text column and dropped wrap lines */
}
.liv-tcards.liv-on-blue::before,
.liv-values::before,
.liv-onepartner.liv-accountability::before {
	content: "";
	position: absolute;
	inset: 0 40% 0 0;
	background: url(../images/liv-hero-texture.png) left center / cover no-repeat;
	mix-blend-mode: multiply;
	opacity: 0.12;
	pointer-events: none;
}
.liv-tcards > * { position: relative; }

/* ---- photo/text split ---- */
.liv-split { padding: 40px 0 40px 0; }
.liv-split-grid { grid-template-columns: 1fr; }
.liv-split-img img { width: 100%; height: auto; object-fit: cover; display: block; }
.liv-split-copy { padding: 0 20px; }
@media (min-width: 1024px) {
	/* WHY: Figma 33186:8518/8664/8765 "Center Content" band: 54px vertical padding, image col 600 + 140 gap + copy col 700 (title 596, body 528), image 556 tall.
	   Band color stays theme-05 cream — manifest's #C4BDA8 is a Figma variable fallback; render pixel-sample says #F0EEE9 (Rule 16, screenshot wins). */
	.liv-split { padding: 54px 0; }
	.liv-split-grid { grid-template-columns: 600fr 700fr; column-gap: 140px; align-items: center; }
	.liv-split-img img { height: 556px; }
	.liv-split-copy { padding: 0 104px 0 0; }
	.liv-split-copy p { max-width: 528px; }
}
.liv-split-title { font-size: var(--wp--preset--font-size--x-large); font-weight: 500; letter-spacing: -0.03em; line-height: 1.2; }
@media (min-width: 1024px) { .liv-split-title { font-size: var(--wp--preset--font-size--xx-large); } }

/* ---- FES split hero (navy panel + partner logos) ---- */
.liv-svc-hero { position: relative; overflow: visible; }
.liv-svc-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url(../images/liv-hero-texture.png) center / cover;
	mix-blend-mode: multiply;
	opacity: 0.2;
	pointer-events: none;
}
.liv-svc-hero > * { position: relative; }
.liv-svc-hero-content { padding: 40px 20px; }
.liv-svc-hero-logos { filter: none; }
.liv-svc-hero-logos img { height: 34px; width: auto; }
.liv-svc-hero-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
@media (min-width: 1024px) {
	/* WHY: Figma 33186:8708 hero frame carries 75px left padding; content col (653) then holds the H1 (641) on one line with zero inner side padding */
	.liv-svc-hero { grid-template-columns: 653fr 712fr; padding-left: 75px; }
	.liv-svc-hero-content { padding: 80px 0; }
	.liv-svc-hero-media { height: 100%; }
	.liv-svc-hero-media img { height: 100%; aspect-ratio: auto; }
}

/* ---- core values icon cards ---- */
.liv-values { position: relative; padding: 40px 20px; }
.liv-values > * { position: relative; }
.liv-values > .liv-sec-head { margin-bottom: 24px; }
.liv-value-card { width: 100%; }
.liv-value-card img { width: 64px; height: 64px; object-fit: contain; }
@media (min-width: 1024px) {
	.liv-values { padding: 95px 60px; } /* WHY: Figma 33186:8447 values section is 95px */
	.liv-values > .liv-sec-head { margin-bottom: 48px; }
	.liv-value-card { width: 380px; }
}

/* ---- Your Amenity hub-and-spoke diagram ---- */
.liv-diagram { position: relative; padding: 40px 20px; }
.liv-diagram-circle {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: linear-gradient(180deg, #9B7B5E 0%, #D0DEDF 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.liv-diagram-chip {
	background: var(--wp--preset--color--theme-04);
	border-radius: 4px;
	padding: 12px 24px;
	text-align: center;
}
.liv-diagram-chips { row-gap: 16px; }
@media (min-width: 1024px) {
	.liv-diagram { padding: 95px 60px; } /* WHY: Figma 33186:8551 diagram section is 95px */
	.liv-diagram-circle { width: 220px; height: 220px; }
}

/* ---- standalone page hero band (Get In Touch 33210:9571 / 33213:8308, Careers 33210:9601) ----
   The "Header Hero Sections" component: navy band, wave texture, eyebrow + title + rule,
   left-aligned on Get In Touch and centered on Careers. */
.liv-page-hero { position: relative; overflow: hidden; padding: 40px 20px; } /* WHY: Figma 33213:8308 mobile frame padding 40/20 */
.liv-page-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url(../images/liv-hero-texture.png) center / cover;
	mix-blend-mode: multiply;
	opacity: 0.2;
	pointer-events: none;
}
.liv-page-hero > * { position: relative; }
.liv-page-hero-center { text-align: center; }
/* WHY: Figma 33210:9611 body column is 876px; 33210:9612 carries both paragraphs in one
   TEXT node split at "\n\n" — the blank line is one 30px line box, so p2 gets a 30px gap
   (same treatment as the cd intro split in pattern 88). */
.liv-page-hero-body { max-width: 876px; margin-left: auto; margin-right: auto; }
/* WHY: hero H1 tracks its own scale — Figma 33213:8313 mobile 56/500/lh1.2/-0.05em,
   33210:9578 + 33210:9607 desktop 79/400/lh1.0/-0.06em (section titles use lh 1.1). */
.liv-hero-title { font-weight: 500; letter-spacing: -0.05em; line-height: 1.2; }
@media (min-width: 1024px) {
	.liv-page-hero { padding: 68px 60px; } /* WHY: Figma 33210:9571/9601 frame padding 68px top/bottom */
	/* WHY: textCase TITLE on the desktop artboards (33210:9578/9607) only — the mobile
	   hero (33213:8313) is ORIGINAL, so this must not leak below 1024 */
	.liv-hero-title { font-weight: 400; letter-spacing: -0.06em; line-height: 1; text-transform: capitalize; }
}
/* WHY: Figma 33210:9573 content column is 1174px inside the 1440 frame = 133px side inset */
@media (min-width: 1024px) { .liv-page-hero:not(.liv-page-hero-center) { padding-left: 133px; padding-right: 133px; } }
/* WHY: Figma 33213:8310 stacks eyebrow/title, rule and contact rows at 24px; desktop
   33210:9574 tightens to 32px but 33210:9573 opens the contact row to 62px. */
@media (min-width: 1024px) {
	.liv-page-hero { gap: 32px; }
	.liv-page-hero > .liv-ci { margin-top: 30px; }
}

/* ---- hero contact rows (Figma 33210:9581 desktop / 33213:8318 mobile) ---- */
.liv-ci-item { flex-direction: row; align-items: center; } /* WHY: Figma 33213:8319 mobile pill sits beside its label */
.liv-ci-pill { padding: 4px 16px; } /* WHY: Figma 33213:8320 pill is 52x28 (20px icon + 16px side padding) */
.liv-ci-icon { margin: 0; }
.liv-ci-icon img { display: block; }
.liv-ci-text { font-weight: 500; letter-spacing: 0; } /* WHY: Figma 33213:8323 mobile 19/500/lh1.2 */
@media (min-width: 1024px) {
	/* WHY: Figma 33210:9581 is a 3-up row of 280/280/344 columns, pill stacked above the
	   label with a 16px gap (33210:9582); pill 104x56 = 40px icon + 32px side padding. */
	.liv-ci { flex-direction: row; gap: 0; }
	.liv-ci-item { flex-direction: column; align-items: flex-start; width: 280px; }
	.liv-ci-item:last-child { width: auto; }
	.liv-ci-pill { padding: 8px 32px; }
	.liv-ci-icon img { width: 40px !important; }
	.liv-ci-text { font-weight: 700; letter-spacing: -0.03em; }
}

/* ---- careers job-card grid (Figma 33210:9614 desktop / 33213:8338 mobile) ----
   Same "Feature Grid Icons" band as Markets: cream base + the 18deg teal fade (theme.json
   styles.css) + wave texture. Cards reuse .liv-market-card (320x237 / r16 / chip). */
.liv-jobs { position: relative; padding: 40px 20px; }
.liv-jobs::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url(../images/liv-hero-texture.png) center bottom / cover no-repeat;
	mix-blend-mode: multiply;
	opacity: 0.12;
	pointer-events: none;
}
.liv-jobs > * { position: relative; }
/* WHY: Figma 33213:8340 mobile title-to-cards gap is 16 — below the root 24px blockGap,
   so the grid's own margin-top has to be zeroed or it wins the collapse and yields 24 */
.liv-jobs > .liv-sec-head { margin-bottom: 16px; }
.liv-jobs > .liv-sec-head + * { margin-top: 0; }
.liv-sec-rule-sm { width: 64px; } /* WHY: Figma 33213:8344 careers mobile rule is 64x4, not home's 150x4 */
/* WHY: unlike .liv-market-card (chip absolute over a reserved 73px band, Figma 33186:8340),
   the job card keeps its chip IN FLOW: Figma 33213:8347 is a padding-16 row [body | chip]
   bottom-aligned, and 33210:9622 is a padding-24 column with SPACE_BETWEEN (33210:9623).
   Padding is a uniform 16/24 at both viewports as a result. */
.liv-job-card { width: 100%; flex-direction: row; flex-wrap: nowrap; align-items: flex-end; padding: 16px; }
/* WHY: basis 0 + min-width 0 — at auto basis the copy column measures wider than the row
   and the chip wraps to its own line, growing the 147px Figma card to 187 (33213:8347) */
.liv-job-card > .wp-block-group { flex: 1 1 0; min-width: 0; }
.liv-job-card .liv-chip { margin: 0; }
.liv-job-card .liv-chip img { width: 25px !important; }
@media (min-width: 1024px) {
	.liv-jobs { padding: 95px 60px; } /* WHY: Figma 33210:9614 section padding 95/60 */
	.liv-jobs > .liv-sec-head { margin-bottom: 54px; } /* WHY: Figma 33210:9614 itemSpacing 54 */
	.liv-sec-rule-sm { width: 112px; } /* WHY: Figma 33210:9619 desktop rule returns to 112x7 */
	/* WHY: Figma 33210:9622 is a fixed 320x237 box, padding 24, arrow on its own row */
	.liv-job-card { width: 320px; min-height: 237px; flex-direction: column; align-items: stretch; justify-content: space-between; padding: 24px; }
	.liv-job-card > .wp-block-group { flex: 0 0 auto; min-width: auto; }
	/* WHY: in the desktop column the chip must not stretch to the card width — Figma
	   33210:9630 sits 33x33 hard against the right padding edge of 33210:9622 */
	.liv-job-card .liv-chip { align-self: flex-end; }
	.liv-job-card .liv-chip img { width: 33px !important; }
	/* WHY: Figma 33210:9626 job titles are 33/500/lh1.2 on desktop; the shared .liv-card-title
	   stays 25/700 (which is exactly the mobile spec, 33213:8351). */
	.liv-job-card .liv-card-title { font-size: var(--wp--preset--font-size--x-large); font-weight: 500; }
}
/* @kindling:keep:end */
