:root {
	--gardanor-color-canvas: #111111;
	--gardanor-color-surface: #1a1a1a;
	--gardanor-color-surface-strong: #151515;
	--gardanor-color-contrast: #ffffff;
	--gardanor-color-muted: #b8b8b8;
	--gardanor-color-muted-strong: #d9d9d9;
	--gardanor-color-accent: #55d7ae;
	--gardanor-color-secondary-highlight: #2a6552;
	--gardanor-color-border: rgba(255, 255, 255, 0.08);
	--gardanor-color-border-strong: rgba(255, 255, 255, 0.18);
	--gardanor-font-heading: "Poppins", "Arial", sans-serif;
	--gardanor-font-body: "Plus Jakarta Sans", "Arial", sans-serif;
	--gardanor-shell: min(1320px, calc(100vw - 48px));
	--gardanor-shell-narrow: min(980px, calc(100vw - 48px));
	--gardanor-shell-tight: min(760px, calc(100vw - 48px));
	--gardanor-split-section-content-gutter: clamp(28px, 5vw, 72px);
	--gardanor-radius-xl: 28px;
	--gardanor-radius-lg: 18px;
	--gardanor-radius-pill: 999px;
	--gardanor-section-space: clamp(72px, 10vw, 140px);
	--gardanor-copy-space: clamp(20px, 3vw, 32px);
	--gardanor-transition: 180ms ease;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--gardanor-color-canvas);
	color: var(--gardanor-color-contrast);
	font-family: var(--gardanor-font-body);
	font-size: 17px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
}

figure {
	margin: 0;
}

.wp-site-blocks {
	min-height: 100vh;
	background: var(--gardanor-color-canvas);
}

.wp-site-blocks > * + * {
	margin-block-start: 0;
}

.gardanor-shell,
.gardanor-shell-narrow,
.gardanor-shell-tight {
	width: 100%;
	margin-inline: auto;
}

.gardanor-shell {
	max-width: var(--gardanor-shell);
}

.gardanor-shell-narrow {
	max-width: var(--gardanor-shell-narrow);
}

.gardanor-shell-tight {
	max-width: var(--gardanor-shell-tight);
}

.gardanor-password-gate {
	width: 100%;
	min-height: min(720px, calc(100vh - 140px));
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(72px, 10vw, 140px) 24px;
	background:
		linear-gradient(135deg, rgba(33, 87, 70, 0.24), transparent 42%),
		linear-gradient(315deg, rgba(255, 255, 255, 0.08), transparent 36%),
		var(--gardanor-color-canvas);
}

.gardanor-password-card {
	width: min(430px, 100%);
	padding: 34px;
	background: rgba(26, 26, 26, 0.94);
	border: 1px solid var(--gardanor-color-border-strong);
	border-radius: 8px;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
}

.gardanor-password-card__eyebrow {
	margin: 0 0 10px;
	color: var(--gardanor-color-muted);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.gardanor-password-card h2 {
	margin: 0 0 18px;
	color: var(--gardanor-color-contrast);
	font-family: var(--gardanor-font-heading);
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.18;
}

.gardanor-password-card__copy {
	margin: 0 0 24px;
	color: var(--gardanor-color-muted);
	font-size: 15px;
	line-height: 1.55;
}

.gardanor-password-form {
	display: grid;
	gap: 12px;
}

.gardanor-password-form label {
	color: var(--gardanor-color-muted-strong);
	font-size: 14px;
	font-weight: 700;
}

.gardanor-password-form input[type="password"] {
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	color: var(--gardanor-color-contrast);
	font: inherit;
	outline: none;
	box-shadow: none;
	transition: border-color 160ms ease, background 160ms ease;
}

.gardanor-password-form input[type="password"]:focus {
	background: rgba(255, 255, 255, 0.09);
	border-color: rgba(255, 255, 255, 0.42);
}

.gardanor-password-form button {
	min-height: 50px;
	padding: 13px 18px;
	background: #215746;
	border: 1px solid #215746;
	border-radius: 8px;
	color: var(--gardanor-color-contrast);
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	transition: filter 160ms ease, transform 160ms ease;
}

.gardanor-password-form button:hover {
	filter: brightness(1.08);
}

.gardanor-password-form button:active {
	transform: translateY(1px);
}

.gardanor-section {
	position: relative;
	padding: var(--gardanor-section-space) 0;
}

.gardanor-surface {
	background: var(--gardanor-color-surface);
}

.gardanor-heading {
	margin: 0;
	position: relative;
	z-index: 0;
	isolation: isolate;
	font-family: var(--gardanor-font-heading);
	font-style: normal;
	font-weight: 700;
	color: var(--gardanor-color-contrast);
	text-transform: none;
}

.gardanor-heading--hero {
	font-size: clamp(48px, 6vw, 66px);
	line-height: 1.1;
	letter-spacing: -0.06em;
}

.gardanor-heading--section {
	font-size: clamp(32px, 4.3vw, 48px);
	line-height: 1.196;
	letter-spacing: -0.053em;
}

.gardanor-heading--card {
	font-size: 19px;
	line-height: 1.45;
	letter-spacing: -0.03em;
	font-weight: 600;
	font-family: var(--gardanor-font-body);
}

@media (prefers-reduced-motion: no-preference) {
	.gardanor-heading {
		--gardanor-char-stagger: 26ms;
		--gardanor-char-duration: 560ms;
		--gardanor-title-line-duration: 220ms;
		--gardanor-title-line-pulse-duration: 1000ms;
	}

	.gardanor-heading--animated .gardanor-heading__word {
		position: relative;
		z-index: 2;
		display: inline-block;
		white-space: nowrap;
	}

	.gardanor-heading--animated .gardanor-heading__char {
		position: relative;
		z-index: 3;
		display: inline-block;
		opacity: 0;
		transform: translate3d(clamp(18px, 2vw, 28px), 0, 0);
		transition:
			opacity 360ms ease,
			transform var(--gardanor-char-duration) cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-delay: calc(var(--gardanor-char-index, 0) * var(--gardanor-char-stagger));
	}

	.gardanor-heading--animated.is-visible .gardanor-heading__char {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}

	.gardanor-heading--animated .gardanor-title-accent--underline {
		--gardanor-title-accent-shift: 0.09em;
		background-image: none;
	}

	.gardanor-heading--animated .gardanor-title-accent,
	.gardanor-heading--animated .gardanor-title-accent > span {
		position: relative;
		z-index: 2;
	}

	.gardanor-heading--animated .gardanor-title-accent__line {
		display: block;
		position: absolute;
		background: var(--gardanor-color-secondary-highlight);
		width: 0;
		transition: width var(--gardanor-title-line-duration) cubic-bezier(0.215, 0.61, 0.355, 1);
		animation: none;
		pointer-events: none;
		z-index: 0;
		will-change: width;
	}

	.gardanor-heading--animated.is-line-visible .gardanor-title-accent__line {
		width: var(--gardanor-title-line-width, 0);
		animation: gardanor-title-accent-pulse var(--gardanor-title-line-pulse-duration) ease-in-out 1 both;
		animation-delay: calc(var(--gardanor-title-line-delay, 0ms) + var(--gardanor-title-line-duration));
	}

	@keyframes gardanor-title-accent-pulse {
		0%,
		100% {
			background-color: var(--gardanor-color-secondary-highlight);
		}

		50% {
			background-color: var(--gardanor-color-secondary-highlight);
		}
	}
}

.gardanor-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 22px;
	font-family: var(--gardanor-font-heading);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--gardanor-color-accent);
}

.gardanor-copy,
.gardanor-copy p {
	font-family: var(--gardanor-font-body);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.7;
	color: var(--gardanor-color-muted);
}

.gardanor-copy p {
	margin: 0;
}

.gardanor-copy strong,
.gardanor-copy b {
	color: var(--gardanor-color-contrast);
	font-weight: 600;
}

.gardanor-copy p + p {
	margin-top: 16px;
}

.gardanor-title-accent {
	position: relative;
	z-index: 1;
	display: inline;
}

.gardanor-title-accent--underline {
	--gardanor-title-accent-height: 0.3em;
	--gardanor-title-accent-shift: 0.24em;
	background-image: linear-gradient(
		180deg,
		transparent 0,
		transparent calc(100% - var(--gardanor-title-accent-height) - var(--gardanor-title-accent-shift)),
		var(--gardanor-color-secondary-highlight) calc(100% - var(--gardanor-title-accent-height) - var(--gardanor-title-accent-shift)),
		var(--gardanor-color-secondary-highlight) calc(100% - var(--gardanor-title-accent-shift)),
		transparent calc(100% - var(--gardanor-title-accent-shift)),
		transparent 100%
	);
	padding-inline: 0.08em;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

.gardanor-title-accent--fill {
	color: var(--gardanor-color-accent);
}

.gardanor-title-accent--typing {
	display: inline-block;
	vertical-align: baseline;
}

.gardanor-title-accent__typed {
	display: inline-block;
	min-width: var(--gardanor-typewriter-width, 0);
}

.gardanor-title-accent--typing.is-typewriter-waiting .gardanor-title-accent__typed {
	visibility: hidden;
}

.gardanor-title-accent--typing.is-typing .gardanor-title-accent__typed::after {
	content: "";
	display: inline-block;
	width: 0.08em;
	height: 0.92em;
	margin-left: 0.08em;
	background: currentColor;
	vertical-align: -0.08em;
	animation: gardanor-typewriter-caret 900ms steps(1, end) infinite;
}

@keyframes gardanor-typewriter-caret {
	0%,
	48% {
		opacity: 1;
	}

	49%,
	100% {
		opacity: 0;
	}
}

.gardanor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 66px;
	padding: 16px 38px;
	border: 1px solid transparent;
	border-radius: var(--gardanor-radius-pill);
	background: var(--gardanor-color-secondary-highlight);
	color: var(--gardanor-color-contrast);
	font-family: var(--gardanor-font-body);
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: transform var(--gardanor-transition), background-color var(--gardanor-transition),
		border-color var(--gardanor-transition);
}

.gardanor-button:hover,
.gardanor-button:focus-visible {
	transform: translateY(-1px);
	background: #296b57;
}

.gardanor-button--ghost {
	background: transparent;
	border-color: var(--gardanor-color-border-strong);
}

.gardanor-list {
	display: grid;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gardanor-list--bullets li,
.gardanor-list--cross li {
	position: relative;
	color: var(--gardanor-color-muted);
}

.gardanor-list--bullets li {
	padding-left: 28px;
}

.gardanor-list--bullets li::before {
	content: "\2022";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--gardanor-color-contrast);
}

.gardanor-list--cross li {
	--gardanor-cross-badge-size: 28px;
	--gardanor-cross-badge-gap: 14px;
	min-height: var(--gardanor-cross-badge-size);
	padding-left: calc(var(--gardanor-cross-badge-size) + var(--gardanor-cross-badge-gap));
}

.gardanor-list--cross li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	width: var(--gardanor-cross-badge-size);
	height: var(--gardanor-cross-badge-size);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.03);
}

.gardanor-list--cross li::after {
	content: "";
	position: absolute;
	left: 9px;
	top: 9px;
	width: 10px;
	height: 10px;
	background:
		linear-gradient(
			45deg,
			transparent calc(50% - 1px),
			var(--gardanor-color-contrast) calc(50% - 1px),
			var(--gardanor-color-contrast) calc(50% + 1px),
			transparent calc(50% + 1px)
		),
		linear-gradient(
			-45deg,
			transparent calc(50% - 1px),
			var(--gardanor-color-contrast) calc(50% - 1px),
			var(--gardanor-color-contrast) calc(50% + 1px),
			transparent calc(50% + 1px)
		);
}

.gardanor-media {
	position: relative;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.04);
}

.gardanor-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gardanor-entity-detail__hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
	gap: clamp(36px, 6vw, 92px);
	align-items: start;
}

.gardanor-entity-detail__headline {
	max-width: 760px;
}

.gardanor-entity-detail__intro {
	margin-top: 28px;
}

.gardanor-entity-detail__intro-heading {
	margin-top: 28px;
}

.gardanor-entity-detail__intro-heading + .gardanor-entity-detail__intro {
	margin-top: 14px;
}

.gardanor-entity-detail__terms {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.gardanor-entity-detail__term {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 10px 16px;
	border: 1px solid var(--gardanor-color-border-strong);
	border-radius: var(--gardanor-radius-pill);
	background: var(--gardanor-color-surface);
	color: var(--gardanor-color-contrast);
	font-size: 14px;
	line-height: 1;
}

.gardanor-entity-detail__aside {
	display: grid;
	gap: 22px;
}

.gardanor-entity-detail__media {
	aspect-ratio: 0.82;
	border-radius: 4px;
}

.gardanor-entity-detail__panel,
.gardanor-entity-detail__section-card,
.gardanor-entity-detail__cta-card {
	padding: clamp(24px, 3vw, 34px);
	border: 1px solid var(--gardanor-color-border);
	background: var(--gardanor-color-surface);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.02) inset;
}

.gardanor-entity-detail__panel {
	display: grid;
	gap: 18px;
}

.gardanor-entity-detail__panel-title {
	margin-bottom: 0;
}

.gardanor-entity-detail__section-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.gardanor-entity-detail__section-card {
	display: grid;
	gap: 18px;
}

.gardanor-entity-detail__cta-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
}

.gardanor-entity-detail__cta-copy {
	display: grid;
	gap: 18px;
}

.gardanor-entity-detail__cta-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.gardanor-solution-template {
	background: #111111;
}

.gardanor-solution-template__hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: clamp(460px, 52vw, 720px);
	padding: clamp(150px, 16vw, 230px) 0 clamp(72px, 8vw, 120px);
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(5, 5, 5, 0.96) 0%, rgba(5, 5, 5, 0.9) 42%, rgba(5, 5, 5, 0.52) 100%),
		var(--gardanor-solution-hero-image, none) center / cover no-repeat,
		#090909;
}

.gardanor-solution-template__hero-overlay {
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 70% 20%, rgba(3, 98, 76, 0.2), transparent 36%);
	pointer-events: none;
}

.gardanor-solution-template__hero-content {
	position: relative;
	z-index: 1;
	max-width: 700px;
}

.gardanor-solution-template__hero-label {
	margin: 0 0 10px;
	color: var(--gardanor-color-muted-strong);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.gardanor-solution-template__hero-title {
	max-width: 860px;
}

.gardanor-solution-template__hero-subtitle {
	margin: 12px 0 0;
	color: var(--gardanor-color-muted-strong);
	font-size: clamp(17px, 2vw, 22px);
	font-weight: 700;
	line-height: 1.45;
}

.gardanor-solution-template__hero-copy {
	max-width: 720px;
	margin-top: 22px;
}

.gardanor-solution-template__mosaic-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gardanor-solution-template__text-panel {
	display: flex;
	align-items: center;
	min-height: clamp(420px, 36vw, 620px);
	padding: clamp(44px, 6vw, 96px);
	background: var(--gardanor-color-surface-strong);
	border: 1px solid rgba(255, 255, 255, 0.04);
}

.gardanor-solution-template__text-panel--wide {
	grid-column: 1 / -1;
	min-height: auto;
	padding-block: clamp(64px, 7vw, 104px);
}

.gardanor-solution-template__text-panel-inner {
	width: min(100%, 620px);
}

.gardanor-solution-template__section-title {
	margin-bottom: 22px;
}

.gardanor-solution-template__copy .gardanor-list,
.gardanor-solution-template__hero-copy .gardanor-list,
.gardanor-solution-template__cta-copy .gardanor-list {
	margin-top: 16px;
}

.gardanor-solution-template__copy .gardanor-list + p,
.gardanor-solution-template__hero-copy .gardanor-list + p,
.gardanor-solution-template__cta-copy .gardanor-list + p {
	margin-top: 18px;
}

.gardanor-solution-template__list {
	gap: 10px;
}

.gardanor-solution-template__list li {
	font-size: 15px;
	line-height: 1.55;
}

.gardanor-solution-template__image-panel {
	min-height: clamp(420px, 36vw, 620px);
	border: 0;
}

.gardanor-solution-template__image-panel img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gardanor-solution-template__core {
	padding: clamp(76px, 8vw, 118px) 24px clamp(54px, 6vw, 86px);
	text-align: center;
	background: #111111;
}

.gardanor-solution-template__core-inner {
	display: grid;
	justify-items: center;
	gap: 24px;
}

.gardanor-solution-template__core .gardanor-solution-template__copy {
	width: min(100%, 760px);
	text-align: left;
}

.gardanor-solution-template__supporting {
	padding: 0 24px clamp(64px, 7vw, 104px);
	background: #111111;
}

.gardanor-solution-template__supporting-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(20px, 3vw, 36px);
}

.gardanor-solution-template__supporting .gardanor-solution-template__text-panel {
	align-items: flex-start;
	min-height: clamp(280px, 24vw, 420px);
	padding: clamp(32px, 4vw, 54px);
	background: rgba(255, 255, 255, 0.018);
	border-color: var(--gardanor-color-border);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.gardanor-solution-template__cta {
	padding: 0 24px clamp(92px, 9vw, 138px);
	text-align: center;
	background: #111111;
}

.gardanor-solution-template__cta-inner {
	display: grid;
	justify-items: center;
	gap: 20px;
}

.gardanor-solution-template__cta-copy {
	max-width: 720px;
}

.gardanor-solution-template__cta-actions {
	margin-top: 6px;
}

.gardanor-site-footer {
	position: relative;
	padding: clamp(84px, 10vw, 128px) 0 56px;
	background: #000000;
	color: var(--gardanor-color-contrast);
	overflow-x: hidden;
	overflow-x: clip;
}

.gardanor-site-footer__shell {
	display: grid;
	gap: clamp(72px, 8vw, 112px);
	min-width: 0;
	padding-left: 2rem;
	padding-right: 2rem;
}

.gardanor-site-footer__top {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(0, 0.72fr)) minmax(auto, 0.72fr);
	gap: clamp(28px, 4vw, 72px);
	align-items: start;
	min-width: 0;
}

.gardanor-site-footer__brand-column,
.gardanor-site-footer__column {
	display: grid;
	align-content: start;
	min-width: 0;
	max-width: 100%;
}

.gardanor-site-footer__brand-column {
	gap: 34px;
}

.gardanor-site-footer__brandmark {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	width: min(100%, 263px);
	min-height: auto;
	padding: 0;
	box-sizing: border-box;
	background: transparent;
	color: inherit;
	text-decoration: none;
}

.gardanor-site-footer__logo-image {
	display: block;
	width: 100%;
	height: auto;
	filter: none;
}

.gardanor-site-footer__brandmark--text {
	align-items: stretch;
}

.gardanor-site-footer__brandmark-text {
	display: grid;
	gap: 3px;
	font-family: var(--gardanor-font-heading);
	font-size: clamp(24px, 2.3vw, 34px);
	font-weight: 700;
	line-height: 0.95;
	letter-spacing: -0.07em;
}

.gardanor-site-footer__tagline {
	margin: 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: 17px;
	line-height: 1.65;
	overflow-wrap: anywhere;
}

.gardanor-site-footer__contact-list,
.gardanor-site-footer__link-list,
.gardanor-site-footer__socials {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gardanor-site-footer__contact-list {
	display: grid;
	gap: 16px;
}

.gardanor-site-footer__contact-link {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 17px;
	line-height: 1.55;
	text-decoration: none;
	overflow-wrap: anywhere;
	transition: color var(--gardanor-transition), transform var(--gardanor-transition);
}

.gardanor-site-footer__link-list li {
	min-width: 0;
}

.gardanor-site-footer__contact-list li {
	min-width: auto;
	max-width: 100%;
}

.gardanor-site-footer__contact-link > span:not(.gardanor-site-footer__contact-icon) {
	min-width: 0;
	overflow-wrap: anywhere;
}

.gardanor-site-footer__contact-link[href^="mailto:"] > span:not(.gardanor-site-footer__contact-icon) {
	min-width: auto;
	overflow-wrap: normal;
}

.gardanor-site-footer__column:has(.gardanor-site-footer__contact-list) {
	min-width: auto;
}

.gardanor-site-footer__contact-list a.gardanor-site-footer__contact-link:hover,
.gardanor-site-footer__contact-list a.gardanor-site-footer__contact-link:focus-visible {
	color: var(--gardanor-color-contrast);
	transform: translateX(2px);
}

.gardanor-site-footer__contact-icon {
	display: inline-flex;
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
	background: transparent;
	color: var(--gardanor-color-accent);
}

.gardanor-site-footer__contact-icon svg {
	width: 22px;
	height: 22px;
}

.gardanor-site-footer__to-top svg {
	width: 20px;
	height: 20px;
}

.gardanor-site-footer__column {
	gap: 22px;
}

.gardanor-site-footer__eyebrow {
	margin: 0;
	min-width: 0;
	font-family: var(--gardanor-font-heading);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--gardanor-color-contrast);
	overflow-wrap: anywhere;
}

.gardanor-site-footer__address {
	display: grid;
	gap: 4px;
	min-width: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 17px;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.gardanor-site-footer__address-line {
	display: block;
	min-width: 0;
	overflow-wrap: anywhere;
}

.gardanor-site-footer__link-list {
	display: grid;
	gap: 15px;
	min-width: 0;
	max-width: 100%;
}

.gardanor-site-footer__link-list a,
.gardanor-site-footer__link-list span {
	display: inline-block;
	max-width: 100%;
	min-width: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 17px;
	line-height: 1.55;
	text-decoration: none;
	overflow-wrap: anywhere;
	transition: color var(--gardanor-transition), transform var(--gardanor-transition);
}

.gardanor-site-footer__link-list a:hover,
.gardanor-site-footer__link-list a:focus-visible {
	color: var(--gardanor-color-contrast);
	transform: translateX(2px);
}

.gardanor-site-footer__bottom {
	display: grid;
	justify-items: center;
	gap: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding-top: 24px;
}

.gardanor-site-footer__socials {
	display: none;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: clamp(18px, 2vw, 30px);
}

.gardanor-site-footer__social-link {
	display: inline-flex;
	width: 28px;
	height: 28px;
	align-items: center;
	justify-content: center;
	color: var(--gardanor-color-contrast);
	text-decoration: none;
	opacity: 0.92;
	transition: color var(--gardanor-transition), transform var(--gardanor-transition),
		opacity var(--gardanor-transition);
}

.gardanor-site-footer__social-link:hover,
.gardanor-site-footer__social-link:focus-visible {
	color: var(--gardanor-color-accent);
	transform: translateY(-1px);
	opacity: 1;
}

.gardanor-site-footer__social-link svg {
	width: 22px;
	height: 22px;
}

.gardanor-site-footer__social-glyph {
	display: inline-flex;
	min-width: 22px;
	align-items: center;
	justify-content: center;
	font-family: var(--gardanor-font-heading);
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.1em;
}

.gardanor-site-footer__social-glyph--word {
	font-size: 21px;
	letter-spacing: -0.08em;
}

.gardanor-site-footer__copyright {
	margin: 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: 17px;
	line-height: 1.6;
	text-align: center;
}

.gardanor-site-footer__implementation a {
	font-family: "SF Intellivised", var(--gardanor-font-heading);
	color: #ffffff;
	text-decoration: none;
}

.gardanor-site-footer__implementation a:hover,
.gardanor-site-footer__implementation a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

@media (max-width: 767px) {
	.gardanor-site-footer__implementation {
		display: block;
		border-top: 0;
		padding-top: 0;
	}
}


.gardanor-site-footer__to-top {
	position: fixed;
	right: 24px;
	bottom: 24px;
	display: inline-flex;
	opacity: 0;
	pointer-events: none;
	width: 58px;
	height: 58px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #ffffff;
	color: #000000;
	text-decoration: none;
	box-shadow: 0 14px 38px rgba(0, 0, 0, 0.32);
	transition: transform var(--gardanor-transition), box-shadow var(--gardanor-transition),
		background-color var(--gardanor-transition), opacity var(--gardanor-transition);
	z-index: 950;
}

.gardanor-site-footer__to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
}

.gardanor-site-footer__to-top:hover,
.gardanor-site-footer__to-top:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36);
	background: #f3f3f3;
}

@media (max-width: 1024px) {
	:root {
		--gardanor-shell: min(1320px, calc(100vw - 40px));
		--gardanor-shell-narrow: min(980px, calc(100vw - 40px));
		--gardanor-shell-tight: min(760px, calc(100vw - 40px));
	}

	.gardanor-site-footer__top {
		grid-template-columns: repeat(2, minmax(auto, 1fr));
		gap: 40px;
	}

	.gardanor-entity-detail__hero,
	.gardanor-entity-detail__cta-card {
		grid-template-columns: minmax(0, 1fr);
	}

	.gardanor-entity-detail__section-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.gardanor-entity-detail__cta-actions {
		justify-content: flex-start;
	}

	.gardanor-solution-template__mosaic-grid,
	.gardanor-solution-template__supporting-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.gardanor-solution-template__text-panel,
	.gardanor-solution-template__image-panel {
		min-height: auto;
	}

	.gardanor-solution-template__image-panel {
		aspect-ratio: 16 / 10;
	}
}

@media (max-width: 767px) {
	:root {
		--gardanor-shell: calc(100vw - 32px);
		--gardanor-shell-narrow: calc(100vw - 32px);
		--gardanor-shell-tight: calc(100vw - 32px);
		--gardanor-section-space: 72px;
	}

	.gardanor-button {
		min-height: 58px;
		padding-inline: 28px;
	}

	.gardanor-site-footer {
		padding: 72px 0 44px;
	}

	.gardanor-site-footer__top {
		grid-template-columns: minmax(0, 1fr);
		gap: 34px;
	}

	.gardanor-site-footer__brand-column,
	.gardanor-site-footer__column {
		padding-bottom: 28px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	}

	.gardanor-site-footer__bottom {
		border-top: 0;
		padding-top: 0;
	}

	.gardanor-site-footer__brand-column {
		gap: 28px;
	}

	.gardanor-site-footer__brandmark {
		width: min(100%, 232px);
		min-height: auto;
		margin-inline: auto;
		justify-content: center;
	}

	.gardanor-site-footer__socials {
		gap: 20px;
	}

	.gardanor-site-footer__to-top {
		right: 16px;
		bottom: 16px;
		width: 52px;
		height: 52px;
	}

	.gardanor-entity-detail__terms {
		gap: 10px;
	}

	.gardanor-solution-template__hero {
		min-height: auto;
		padding: 128px 0 72px;
	}

	.gardanor-solution-template__hero-label {
		font-size: 12px;
	}

	.gardanor-solution-template__text-panel {
		padding: 44px 24px;
	}

	.gardanor-solution-template__core,
	.gardanor-solution-template__supporting,
	.gardanor-solution-template__cta {
		padding-inline: 16px;
	}
}
