/* ────────────────────────────────────────────────────────────
   Globalist Capital — premium page system
   Deep-teal chapter openers, hairline ledgers, Satoshi display type.
   Used by: about.html, contact.html, index.html
   ──────────────────────────────────────────────────────────── */

.about-banner {
	--ab-ink: #06211F;
	--ab-ground: #0E3A3C;
	--ab-lime: #AEFF1C;
	--ab-paper: #F2F7F3;
	--ab-muted: rgba(242, 247, 243, 0.74);
	--ab-line: rgba(242, 247, 243, 0.16);
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: var(--ab-ground);
	color: var(--ab-paper);
	padding: clamp(52px, 6.5vw, 100px) 0 clamp(56px, 6vw, 96px);
}

.about-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(120% 92% at 88% 6%, rgba(174, 255, 28, 0.13), transparent 58%),
		radial-gradient(95% 85% at 0% 100%, rgba(6, 33, 31, 0.9), transparent 62%);
}

/* eyebrow */
.about-banner .ab-eyebrow {
	display: flex;
	align-items: center;
	gap: 14px;
	font-family: "Satoshi-Medium", sans-serif;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--ab-muted);
	padding-bottom: 20px;
	margin-bottom: clamp(34px, 4vw, 58px);
	border-bottom: 1px solid var(--ab-line);
}

.about-banner .ab-dot {
	flex: none;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--ab-lime);
}

.about-banner .ab-eyebrow-end {
	margin-left: auto;
	color: rgba(242, 247, 243, 0.52);
}

/* headline + lede */
.about-banner .ab-title {
	font-family: "Satoshi-Light", sans-serif;
	font-weight: 300;
	font-size: clamp(40px, 5.9vw, 86px);
	line-height: 1;
	letter-spacing: -0.03em;
	color: var(--ab-paper);
	max-width: 15ch;
	margin: 0 0 clamp(22px, 2.4vw, 30px);
}

.about-banner .ab-title em {
	font-style: normal;
	font-family: "Satoshi-Medium", sans-serif;
	color: var(--ab-paper);
}

.about-banner .ab-lede {
	font-family: "Satoshi-Regular", sans-serif;
	font-size: clamp(16px, 1.1vw, 19px);
	line-height: 1.7;
	color: var(--ab-muted);
	max-width: 48ch;
	margin: 0 0 clamp(30px, 3.4vw, 42px);
}

/* actions */
.about-banner .ab-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
}

.about-banner .ab-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: "Satoshi-Medium", sans-serif;
	font-size: 15px;
	letter-spacing: 0.01em;
	text-decoration: none;
	border-radius: 999px;
	padding: 17px 34px;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.about-banner .ab-btn-primary {
	background: var(--ab-lime);
	color: var(--ab-ink);
}

.about-banner .ab-btn-primary:hover {
	background: #ffffff;
	color: var(--ab-ink);
}

.about-banner .ab-btn-ghost {
	background: transparent;
	color: var(--ab-paper);
	border: 1px solid var(--ab-line);
}

.about-banner .ab-btn-ghost:hover {
	color: var(--ab-lime);
	border-color: var(--ab-lime);
}

.about-banner .ab-btn:focus-visible {
	outline: 2px solid var(--ab-lime);
	outline-offset: 3px;
}

/* mandate panel — the signature element */
.about-banner .ab-panel {
	border: 1px solid var(--ab-line);
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(242, 247, 243, 0.06), rgba(242, 247, 243, 0.02));
	padding: clamp(24px, 2.3vw, 34px);
}

.about-banner .ab-panel-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--ab-line);
}

.about-banner .ab-kicker {
	font-family: "Satoshi-Medium", sans-serif;
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--ab-lime);
}

.about-banner .ab-panel-head span:last-child {
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 12px;
	letter-spacing: 0.04em;
	color: rgba(242, 247, 243, 0.58);
}

.about-banner .ab-rows {
	list-style: none;
	margin: 0;
	padding: 0;
}

.about-banner .ab-row {
	padding: 17px 0;
	border-bottom: 1px solid rgba(242, 247, 243, 0.08);
}

.about-banner .ab-row:last-child {
	border-bottom: 0;
	padding-bottom: 6px;
}

.about-banner .ab-row-top {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.about-banner .ab-row-label {
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 15px;
	color: var(--ab-paper);
}

.about-banner .ab-row-value {
	font-family: "Satoshi-Medium", sans-serif;
	font-size: 15px;
	color: var(--ab-paper);
	font-variant-numeric: tabular-nums;
}

.about-banner .ab-track {
	height: 2px;
	border-radius: 2px;
	background: rgba(242, 247, 243, 0.12);
	overflow: hidden;
}

.about-banner .ab-fill {
	display: block;
	height: 100%;
	border-radius: 2px;
	background: var(--ab-lime);
	transform-origin: left center;
	animation: ab-grow 1.1s cubic-bezier(0.22, 0.7, 0.2, 1) 0.35s both;
}

.about-banner .ab-row:nth-child(2) .ab-fill {
	opacity: 0.72;
}

.about-banner .ab-row:nth-child(3) .ab-fill {
	opacity: 0.5;
}

.about-banner .ab-row:nth-child(4) .ab-fill {
	opacity: 0.34;
}

@keyframes ab-grow {
	from {
		transform: scaleX(0);
	}

	to {
		transform: scaleX(1);
	}
}

.about-banner .ab-note {
	margin: 20px 0 0;
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 12px;
	line-height: 1.6;
	color: rgba(242, 247, 243, 0.56);
}

@media only screen and (max-width: 991.98px) {
	.about-banner .ab-panel {
		margin-top: clamp(38px, 5vw, 52px);
	}

	.about-banner .ab-title {
		max-width: none;
	}
}

@media only screen and (max-width: 575.98px) {
	.about-banner .ab-eyebrow {
		font-size: 11px;
		letter-spacing: 0.16em;
	}

	.about-banner .ab-actions .ab-btn {
		width: 100%;
		justify-content: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.about-banner .ab-fill {
		animation: none;
	}
}

/* ══ page system ══════════════════════════════════════════ */
.gc-sec {
	--gc-ink: #0A2A28;
	--gc-body: #4A6462;
	--gc-line: #DFE7E3;
	--gc-paper: #FFFFFF;
	--gc-ground: #0E3A3C;
	--gc-lime: #AEFF1C;
	padding: clamp(68px, 7.5vw, 124px) 0;
	position: relative;
	color: var(--gc-ink);
}

.gc-sec--paper {
	background: #F6F9F7;
}

.gc-sec--dark {
	--gc-ink: #F2F7F3;
	--gc-body: rgba(242, 247, 243, 0.74);
	--gc-line: rgba(242, 247, 243, 0.16);
	background: var(--gc-ground);
	color: var(--gc-ink);
	overflow: hidden;
	isolation: isolate;
}

.gc-sec--dark::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: radial-gradient(105% 85% at 92% 4%, rgba(174, 255, 28, 0.11), transparent 60%);
}

.gc-sec--tight {
	padding-top: clamp(46px, 4.5vw, 72px);
}

/* section headers */
.gc-eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: "Satoshi-Medium", sans-serif;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--gc-body);
	margin: 0 0 clamp(22px, 2.2vw, 30px);
}

.gc-eyebrow::before {
	content: "";
	flex: none;
	width: 22px;
	height: 1px;
	background: var(--gc-lime);
}

.gc-title {
	font-family: "Satoshi-Light", sans-serif;
	font-weight: 300;
	font-size: clamp(30px, 3.5vw, 52px);
	line-height: 1.08;
	letter-spacing: -0.025em;
	color: var(--gc-ink);
	margin: 0 0 20px;
	max-width: 22ch;
}

.gc-title em {
	font-style: normal;
	font-family: "Satoshi-Medium", sans-serif;
}

.gc-title--wide {
	max-width: 30ch;
}

.gc-lede {
	font-family: "Satoshi-Regular", sans-serif;
	font-size: clamp(15px, 1.05vw, 18px);
	line-height: 1.72;
	color: var(--gc-body);
	max-width: 54ch;
	margin: 0 0 18px;
}

.gc-lede:last-child {
	margin-bottom: 0;
}

.gc-head-split {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	padding-bottom: clamp(26px, 3vw, 40px);
	margin-bottom: clamp(30px, 3.4vw, 48px);
	border-bottom: 1px solid var(--gc-line);
}

.gc-head-split .gc-title {
	margin-bottom: 0;
}

.gc-head-split .gc-lede {
	max-width: 42ch;
	margin-bottom: 0;
}

/* link + button */
.gc-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: "Satoshi-Medium", sans-serif;
	font-size: 15px;
	text-decoration: none;
	border-radius: 999px;
	padding: 16px 32px;
	background: var(--gc-lime);
	color: #06211F;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.gc-btn:hover {
	background: #0E3A3C;
	color: #ffffff;
}

.gc-btn--ghost {
	background: transparent;
	color: var(--gc-ink);
	border: 1px solid var(--gc-line);
}

.gc-btn--ghost:hover {
	background: transparent;
	border-color: var(--gc-ink);
	color: var(--gc-ink);
}

.gc-btn:focus-visible,
.gc-link:focus-visible {
	outline: 2px solid var(--gc-lime);
	outline-offset: 3px;
}

.gc-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: "Satoshi-Medium", sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: var(--gc-ink);
	border-bottom: 1px solid transparent;
	transition: border-color 0.25s ease, gap 0.25s ease;
}

.gc-link:hover {
	color: var(--gc-ink);
	border-bottom-color: var(--gc-ink);
	gap: 12px;
}

/* ledger: hairline rows, the page's workhorse device */
.gc-ledger {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--gc-line);
}

.gc-ledger > li {
	border-bottom: 1px solid var(--gc-line);
	padding: clamp(20px, 2vw, 28px) 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 8px;
}

.gc-ledger--split > li {
	grid-template-columns: minmax(0, 8.5rem) minmax(0, 1fr);
	gap: clamp(16px, 2vw, 34px);
	align-items: baseline;
}

.gc-ledger-key {
	font-family: "Satoshi-Medium", sans-serif;
	font-size: 13px;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: var(--gc-body);
}

.gc-ledger-name {
	font-family: "Satoshi-Medium", sans-serif;
	font-size: clamp(17px, 1.3vw, 20px);
	color: var(--gc-ink);
	margin: 0 0 6px;
	display: block;
}

.gc-ledger-text {
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 15px;
	line-height: 1.65;
	color: var(--gc-body);
	margin: 0;
	max-width: 62ch;
}

/* stat row */
.gc-stats {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--gc-line);
}

.gc-stats > li {
	padding: clamp(26px, 2.8vw, 40px) clamp(16px, 2vw, 28px) clamp(22px, 2.4vw, 32px) 0;
	border-bottom: 1px solid var(--gc-line);
	border-right: 1px solid var(--gc-line);
}

.gc-stats > li:last-child {
	border-right: 0;
	padding-right: 0;
}

.gc-stat-num {
	display: block;
	font-family: "Satoshi-Light", sans-serif;
	font-weight: 300;
	font-size: clamp(38px, 4.4vw, 62px);
	line-height: 1;
	letter-spacing: -0.03em;
	color: var(--gc-ink);
	margin-bottom: 12px;
	font-variant-numeric: tabular-nums;
}

.gc-stat-num i {
	font-style: normal;
	color: var(--gc-lime);
}

.gc-stat-label {
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: var(--gc-body);
	margin: 0;
}

@media only screen and (max-width: 767.98px) {
	.gc-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gc-stats > li:nth-child(2n) {
		border-right: 0;
		padding-right: 0;
	}
}

/* cards */
.gc-grid {
	display: grid;
	gap: clamp(16px, 1.6vw, 24px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gc-grid--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gc-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: clamp(24px, 2.4vw, 36px);
	border: 1px solid var(--gc-line);
	border-radius: 18px;
	background: var(--gc-paper);
	text-decoration: none;
	color: inherit;
	transition: border-color 0.3s ease, transform 0.3s ease;
}

.gc-sec--dark .gc-card {
	background: linear-gradient(180deg, rgba(242, 247, 243, 0.06), rgba(242, 247, 243, 0.02));
}

a.gc-card:hover {
	border-color: var(--gc-ink);
	transform: translateY(-3px);
}

.gc-card-index {
	font-family: "Satoshi-Medium", sans-serif;
	font-size: 12px;
	letter-spacing: 0.18em;
	color: var(--gc-body);
}

.gc-card-title {
	font-family: "Satoshi-Medium", sans-serif;
	font-size: clamp(18px, 1.4vw, 21px);
	line-height: 1.25;
	color: var(--gc-ink);
	margin: 0;
}

.gc-card-text {
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 15px;
	line-height: 1.65;
	color: var(--gc-body);
	margin: 0;
}

.gc-card-foot {
	margin-top: auto;
	padding-top: 8px;
	font-family: "Satoshi-Medium", sans-serif;
	font-size: 13px;
	letter-spacing: 0.04em;
	color: var(--gc-body);
}

@media only screen and (max-width: 991.98px) {
	.gc-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 575.98px) {

	.gc-grid,
	.gc-grid--2 {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* process: numerals carry the sequence */
.gc-steps {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--gc-line);
}

.gc-steps > li {
	display: grid;
	grid-template-columns: minmax(0, 4.5rem) minmax(0, 18rem) minmax(0, 1fr);
	gap: clamp(16px, 2.5vw, 44px);
	align-items: start;
	padding: clamp(24px, 2.6vw, 38px) 0;
	border-bottom: 1px solid var(--gc-line);
}

.gc-step-num {
	font-family: "Satoshi-Light", sans-serif;
	font-weight: 300;
	font-size: clamp(30px, 3vw, 44px);
	line-height: 0.9;
	letter-spacing: -0.02em;
	color: rgba(10, 42, 40, 0.32);
	font-variant-numeric: tabular-nums;
}

.gc-sec--dark .gc-step-num {
	color: rgba(242, 247, 243, 0.36);
}

/* paired statements */
.gc-duo {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(28px, 4vw, 72px);
}

.gc-duo > div {
	border-top: 1px solid var(--gc-line);
	padding-top: clamp(22px, 2.2vw, 32px);
}

.gc-duo .gc-eyebrow {
	margin-bottom: 16px;
}

.gc-duo .gc-title {
	font-size: clamp(24px, 2.2vw, 34px);
	max-width: 18ch;
}

@media only screen and (max-width: 767.98px) {
	.gc-duo {
		grid-template-columns: minmax(0, 1fr);
	}
}

.gc-step-title {
	font-family: "Satoshi-Medium", sans-serif;
	font-size: clamp(18px, 1.4vw, 22px);
	line-height: 1.25;
	color: var(--gc-ink);
	margin: 0;
}

.gc-step-text {
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 15px;
	line-height: 1.7;
	color: var(--gc-body);
	margin: 0;
}

@media only screen and (max-width: 767.98px) {
	.gc-steps > li {
		grid-template-columns: minmax(0, 3rem) minmax(0, 1fr);
	}

	.gc-steps > li .gc-step-text {
		grid-column: 2;
	}
}

/* pull quote — the story section's one loud moment */
.gc-quote {
	margin: 0;
	padding: clamp(30px, 3.4vw, 48px) 0 0;
	border-top: 1px solid var(--gc-line);
}

.gc-quote p {
	font-family: "Satoshi-Light", sans-serif;
	font-weight: 300;
	font-size: clamp(23px, 2.5vw, 36px);
	line-height: 1.24;
	letter-spacing: -0.02em;
	color: var(--gc-ink);
	margin: 0 0 20px;
}

.gc-quote cite {
	font-style: normal;
	font-family: "Satoshi-Medium", sans-serif;
	font-size: 12px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--gc-body);
}

/* checklist */
.gc-checks {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gc-checks > li {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	padding: 16px 0;
	border-bottom: 1px solid var(--gc-line);
	font-family: "Satoshi-Regular", sans-serif;
	font-size: clamp(15px, 1.05vw, 17px);
	line-height: 1.6;
	color: var(--gc-ink);
}

.gc-checks > li::before {
	content: "";
	flex: none;
	width: 8px;
	height: 8px;
	margin-top: 9px;
	border-radius: 50%;
	background: var(--gc-lime);
}

/* faq accordion */
.gc-faq {
	border-top: 1px solid var(--gc-line);
}

.gc-faq details {
	border-bottom: 1px solid var(--gc-line);
}

.gc-faq summary {
	list-style: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: clamp(20px, 2vw, 26px) 0;
	font-family: "Satoshi-Medium", sans-serif;
	font-size: clamp(16px, 1.2vw, 19px);
	line-height: 1.4;
	color: var(--gc-ink);
}

.gc-faq summary::-webkit-details-marker {
	display: none;
}

.gc-faq summary::after {
	content: "";
	flex: none;
	width: 11px;
	height: 11px;
	border-right: 1.5px solid var(--gc-ink);
	border-bottom: 1.5px solid var(--gc-ink);
	transform: rotate(45deg) translateY(-2px);
	transition: transform 0.3s ease;
}

.gc-faq details[open] summary::after {
	transform: rotate(225deg) translateY(-2px);
}

.gc-faq summary:focus-visible {
	outline: 2px solid var(--gc-lime);
	outline-offset: 4px;
}

.gc-faq-body {
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 15px;
	line-height: 1.72;
	color: var(--gc-body);
	margin: 0;
	padding: 0 clamp(28px, 4vw, 60px) clamp(22px, 2.2vw, 30px) 0;
	max-width: 66ch;
}

/* closing call to action */
.gc-close {
	text-align: center;
}

.gc-close .gc-eyebrow {
	justify-content: center;
}

.gc-close .gc-title {
	max-width: 26ch;
	margin-inline: auto;
}

.gc-close .gc-lede {
	margin-inline: auto;
	margin-bottom: 34px;
}

.gc-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
}

@media only screen and (max-width: 575.98px) {
	.gc-actions .gc-btn {
		width: 100%;
		justify-content: center;
	}
}

@media only screen and (max-width: 575.98px) {

	.about-banner > .container,
	.gc-sec > .container {
		padding-left: 22px;
		padding-right: 22px;
	}
}

/* footer wordmark — replaces the template logo */
.gc-wordmark {
	display: inline-block;
	font-family: "Satoshi-Medium", sans-serif;
	font-size: clamp(22px, 2vw, 27px);
	letter-spacing: -0.015em;
	line-height: 1;
	color: #0A2A28;
	text-decoration: none;
}

.gc-wordmark span {
	color: #7FC400;
}

.gc-wordmark:hover,
.gc-wordmark:focus-visible {
	color: #0A2A28;
}

/* dark footers invert it */
.footer-five .gc-wordmark,
.gc-sec--dark .gc-wordmark {
	color: #ffffff;
}

.footer-five .gc-wordmark span,
.gc-sec--dark .gc-wordmark span {
	color: #AEFF1C;
}

.footer-five .gc-wordmark:hover,
.gc-sec--dark .gc-wordmark:hover {
	color: #ffffff;
}

/* ══ contact form ═════════════════════════════════════════ */
.gc-form-panel {
	border: 1px solid var(--gc-line);
	border-radius: 20px;
	background: var(--gc-paper);
	padding: clamp(24px, 2.6vw, 40px);
}

.gc-sec--dark .gc-form-panel {
	background: linear-gradient(180deg, rgba(242, 247, 243, 0.06), rgba(242, 247, 243, 0.02));
}

.gc-form-panel .gc-title {
	font-size: clamp(22px, 2vw, 30px);
	margin-bottom: 8px;
}

.gc-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: clamp(22px, 2.4vw, 32px);
}

.gc-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.gc-field--wide {
	grid-column: 1 / -1;
}

.gc-field label {
	font-family: "Satoshi-Medium", sans-serif;
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--gc-body);
}

.gc-field input,
.gc-field textarea {
	width: 100%;
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 16px;
	color: var(--gc-ink);
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--gc-line);
	border-radius: 0;
	padding: 10px 0 12px;
	transition: border-color 0.25s ease;
}

.gc-field textarea {
	min-height: 110px;
	resize: vertical;
}

.gc-field input::placeholder,
.gc-field textarea::placeholder {
	color: rgba(74, 100, 98, 0.55);
}

.gc-sec--dark .gc-field input::placeholder,
.gc-sec--dark .gc-field textarea::placeholder {
	color: rgba(242, 247, 243, 0.4);
}

.gc-field input:focus,
.gc-field textarea:focus {
	outline: none;
	border-bottom-color: var(--gc-lime);
}

.gc-form .gc-btn {
	grid-column: 1 / -1;
	justify-self: start;
	border: 0;
	cursor: pointer;
	font-size: 15px;
}

@media only screen and (max-width: 575.98px) {
	.gc-form {
		grid-template-columns: minmax(0, 1fr);
	}

	.gc-form .gc-btn {
		justify-self: stretch;
		justify-content: center;
	}
}

/* ══ map ══════════════════════════════════════════════════ */
.gc-map {
	border: 1px solid var(--gc-line);
	border-radius: 20px;
	overflow: hidden;
	background: #E4F0F0;
}

.gc-map iframe {
	display: block;
	width: 100%;
	height: clamp(300px, 42vw, 460px);
	border: 0;
	filter: grayscale(0.55) contrast(1.04);
}

.gc-map-foot {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	padding: 18px clamp(18px, 2vw, 26px);
	border-top: 1px solid var(--gc-line);
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 14px;
	color: var(--gc-body);
}

.gc-map-foot strong {
	font-family: "Satoshi-Medium", sans-serif;
	font-weight: normal;
	color: var(--gc-ink);
}

/* ══ home hero: artwork + proof strip ═════════════════════ */
.ab-hero-media {
	position: relative;
	display: block;
}

.ab-hero-media img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 620px;
	margin-inline: auto;
}

.ab-strip {
	list-style: none;
	margin: clamp(44px, 5vw, 76px) 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--ab-line);
}

.ab-strip > li {
	padding: clamp(22px, 2.4vw, 32px) clamp(14px, 1.8vw, 26px) 0 0;
	border-right: 1px solid var(--ab-line);
}

.ab-strip > li:last-child {
	border-right: 0;
	padding-right: 0;
}

.ab-strip-num {
	display: block;
	font-family: "Satoshi-Light", sans-serif;
	font-weight: 300;
	font-size: clamp(28px, 3vw, 44px);
	line-height: 1;
	letter-spacing: -0.03em;
	color: var(--ab-paper);
	margin-bottom: 10px;
	font-variant-numeric: tabular-nums;
}

.ab-strip-num i {
	font-style: normal;
	color: var(--ab-lime);
}

.ab-strip-label {
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: var(--ab-muted);
	margin: 0;
}

@media only screen and (max-width: 767.98px) {
	.ab-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0;
	}

	.ab-strip > li {
		padding-bottom: clamp(18px, 3vw, 24px);
		border-bottom: 1px solid var(--ab-line);
	}

	.ab-strip > li:nth-child(2n) {
		border-right: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 991.98px) {
	.ab-hero-media {
		margin-top: clamp(34px, 5vw, 48px);
	}
}

/* ══ testimonial quotes ═══════════════════════════════════ */
.gc-voice {
	display: flex;
	flex-direction: column;
	gap: 22px;
	padding: clamp(26px, 2.6vw, 38px);
	border: 1px solid var(--gc-line);
	border-radius: 20px;
	background: var(--gc-paper);
	height: 100%;
}

.gc-sec--dark .gc-voice {
	background: linear-gradient(180deg, rgba(242, 247, 243, 0.06), rgba(242, 247, 243, 0.02));
}

.gc-voice blockquote {
	margin: 0;
	font-family: "Satoshi-Light", sans-serif;
	font-weight: 300;
	font-size: clamp(19px, 1.7vw, 25px);
	line-height: 1.34;
	letter-spacing: -0.015em;
	color: var(--gc-ink);
}

.gc-voice footer {
	margin-top: auto;
	padding-top: 4px;
	border-top: 1px solid var(--gc-line);
}

.gc-voice-name {
	display: block;
	font-family: "Satoshi-Medium", sans-serif;
	font-size: 15px;
	color: var(--gc-ink);
	padding-top: 18px;
}

.gc-voice-where {
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 13px;
	color: var(--gc-body);
	margin: 4px 0 0;
}

/* contact details inside a panel row are content, not a footnote */
.about-banner .ab-row .ab-note {
	color: var(--ab-muted);
	font-size: 13px;
}

/* ══ journal / blog ═══════════════════════════════════════ */
.gc-post-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	font-family: "Satoshi-Medium", sans-serif;
	font-size: 12px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--gc-body);
	margin: 0 0 16px;
}

.gc-post-meta .gc-post-cat {
	color: var(--gc-ink);
}

.gc-post-meta i {
	font-style: normal;
	opacity: 0.5;
}

/* lead article */
.gc-feature {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
	gap: clamp(24px, 4vw, 64px);
	align-items: end;
	padding: clamp(28px, 3vw, 44px) 0 clamp(30px, 3.2vw, 48px);
	border-top: 1px solid var(--gc-line);
	border-bottom: 1px solid var(--gc-line);
}

.gc-feature-title {
	font-family: "Satoshi-Light", sans-serif;
	font-weight: 300;
	font-size: clamp(27px, 3.4vw, 50px);
	line-height: 1.07;
	letter-spacing: -0.025em;
	color: var(--gc-ink);
	margin: 0;
	max-width: 24ch;
}

.gc-feature-text {
	font-family: "Satoshi-Regular", sans-serif;
	font-size: clamp(15px, 1.05vw, 17px);
	line-height: 1.7;
	color: var(--gc-body);
	margin: 0;
}

@media only screen and (max-width: 767.98px) {
	.gc-feature {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* article index */
.gc-posts {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gc-posts > li {
	display: grid;
	grid-template-columns: minmax(0, 9rem) minmax(0, 1fr) minmax(0, 6rem);
	gap: clamp(16px, 2.4vw, 40px);
	align-items: start;
	padding: clamp(24px, 2.6vw, 34px) 0;
	border-bottom: 1px solid var(--gc-line);
}

.gc-post-date {
	font-family: "Satoshi-Medium", sans-serif;
	font-size: 13px;
	letter-spacing: 0.06em;
	color: var(--gc-body);
	font-variant-numeric: tabular-nums;
	padding-top: 3px;
}

.gc-post-title {
	font-family: "Satoshi-Medium", sans-serif;
	font-size: clamp(18px, 1.5vw, 23px);
	line-height: 1.28;
	letter-spacing: -0.01em;
	color: var(--gc-ink);
	margin: 0 0 8px;
}

.gc-post-excerpt {
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 15px;
	line-height: 1.65;
	color: var(--gc-body);
	margin: 0 0 10px;
	max-width: 64ch;
}

.gc-post-tag {
	display: inline-block;
	font-family: "Satoshi-Medium", sans-serif;
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--gc-body);
}

.gc-post-read {
	font-family: "Satoshi-Regular", sans-serif;
	font-size: 13px;
	color: var(--gc-body);
	text-align: right;
	padding-top: 4px;
	font-variant-numeric: tabular-nums;
}

@media only screen and (max-width: 767.98px) {
	.gc-posts > li {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 10px 18px;
	}

	.gc-post-date {
		grid-column: 1;
		padding-top: 0;
	}

	.gc-post-read {
		grid-column: 2;
		grid-row: 1;
		padding-top: 0;
	}

	.gc-posts > li > div {
		grid-column: 1 / -1;
	}
}

/* footer type, so the shared footer matches the page system */
.footer-three .footer-widget ul li a,
.footer-three .widget-title,
.footer-three .description-text,
.footer-three .footer-menu li a,
.footer-three .copyright-text a {
	font-family: "Satoshi-Medium", sans-serif;
}

.footer-three .description-text,
.footer-three .copyright-text a {
	font-family: "Satoshi-Regular", sans-serif;
}

.footer-three .footer-logo img {
	width: auto;
	max-width: 210px;
	height: auto;
}

/* ══ logo sizing ═════════════════════════════════════════
   The high-res logo-1 asset (782×319) is scaled down to its
   display size (270×110) with CSS so it stays sharp while
   fitting the header, mobile drawer, and footer.
   ──────────────────────────────────────────────────────── */
.logo-area img {
	width: 270px;
	max-width: 100%;
	height: auto;
}

.ht-menu-wrapper .mobile-logo img,
.mobile-logo img {
	width: 180px;
	max-width: 100%;
	height: auto;
}

.footer-logo img {
	width: 238px;
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 767.98px) {
	.logo-area img {
		width: 200px;
	}
	.footer-logo img {
		width: 200px;
	}
}
