.global-social-feed {
	--gsf-columns: 3;
	--gsf-ink: #17232d;
	--gsf-muted: #5d6871;
	--gsf-green: #294f45;
	--gsf-gold: #c79b45;
	--gsf-orange: #d27335;
	--gsf-cream: #fbfaf6;
	--gsf-border: rgba(23, 35, 45, 0.12);
	--gsf-card-width: calc((100% - (1rem * (var(--gsf-columns) - 1))) / var(--gsf-columns));
	--gsf-shadow-card: 0 18px 40px rgba(23, 35, 45, 0.08);
	color: var(--gsf-ink);
	display: grid;
	font-family: "CGE Frutiger", Frutiger, "Avenir Next", Montserrat, "Segoe UI", sans-serif;
	gap: clamp(1.75rem, 4vw, 3rem);
}

.global-social-feed__section {
	background: linear-gradient(180deg, #fff 0%, var(--gsf-cream) 100%);
	border: 1px solid rgba(23, 35, 45, 0.08);
	border-radius: 10px;
	box-shadow: 0 16px 38px rgba(23, 35, 45, 0.06);
	display: grid;
	gap: 1.1rem;
	min-width: 0;
	overflow: hidden;
	padding: clamp(1rem, 2.5vw, 1.5rem);
}

.global-social-feed__header {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}

.global-social-feed__title {
	align-items: center;
	display: inline-flex;
	gap: 0.75rem;
	min-width: 0;
}

.global-social-feed__title h2 {
	font-size: clamp(1.35rem, 3vw, 2rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0;
}

.global-social-feed__icon {
	align-items: center;
	background: var(--gsf-green);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	flex: 0 0 auto;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.global-social-feed__section--instagram .global-social-feed__icon {
	background: #8f3d6f;
}

.global-social-feed__section--x .global-social-feed__icon {
	background: #17232d;
}

.global-social-feed__section--bluesky .global-social-feed__icon {
	background: #2463a7;
}

.global-social-feed__section--linkedin .global-social-feed__icon {
	background: #1f5f86;
}

.global-social-feed__icon svg {
	fill: none;
	height: 24px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 24px;
}

.global-social-feed__section--bluesky .global-social-feed__icon svg {
	fill: currentColor;
	stroke: none;
}

.global-social-feed__profile-link {
	align-items: center;
	background: #fff;
	border: 0;
	border-radius: 999px;
	box-shadow: var(--gsf-shadow-card);
	color: var(--gsf-orange);
	display: inline-flex;
	gap: 0.6rem;
	font-size: 0.88rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	min-height: 44px;
	padding: 0.85rem 1.35rem;
	text-decoration: none;
	white-space: nowrap;
	transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.global-social-feed__profile-link:hover,
.global-social-feed__profile-link:focus {
	background: #fff;
	box-shadow: 0 22px 44px rgba(23, 35, 45, 0.11);
	color: var(--gsf-orange);
	transform: translateY(-2px);
}

.global-social-feed__button-icon {
	align-items: center;
	background: currentColor;
	border-radius: 8px;
	display: inline-flex;
	height: 2rem;
	justify-content: center;
	width: 2rem;
}

.global-social-feed__button-icon svg {
	fill: none;
	height: 1.05rem;
	stroke: #fff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 1.05rem;
}

.global-social-feed__section--bluesky .global-social-feed__button-icon svg {
	fill: #fff;
	stroke: none;
}

.global-social-feed__carousel-wrap {
	align-items: center;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: auto minmax(0, 1fr) auto;
	min-width: 0;
}

.global-social-feed__carousel {
	min-width: 0;
	padding: 0.25rem 0.1rem 1.25rem;
	width: 100%;
}

.global-social-feed__carousel-inner {
	align-items: stretch;
}

.global-social-feed__control {
	align-items: center;
	appearance: none;
	background: #fff;
	border: 1px solid rgba(23, 35, 45, 0.14);
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(23, 35, 45, 0.08);
	color: var(--gsf-green);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 1.75rem;
	font-weight: 800;
	height: 44px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
	width: 44px;
}

.global-social-feed__control:hover,
.global-social-feed__control:focus {
	background: var(--gsf-green);
	border-color: var(--gsf-green);
	color: #fff;
	outline: none;
	transform: translateY(-1px);
}

.global-social-feed__item {
	background: #fff;
	border: 1px solid var(--gsf-border);
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(23, 35, 45, 0.07);
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	height: auto;
	min-width: 0;
	min-height: 280px;
	padding: 1rem;
}

.global-social-feed__meta {
	color: var(--gsf-muted);
	display: flex;
	font-size: 0.85rem;
	font-weight: 700;
	min-height: 1.4em;
	text-transform: uppercase;
}

.global-social-feed__meta time {
	font-weight: 700;
	text-transform: none;
}

.global-social-feed__media {
	aspect-ratio: 4 / 3;
	background: #f3f1ea;
	border-radius: 6px;
	display: block;
	margin-inline: -0.25rem;
	overflow: hidden;
}

.global-social-feed__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.global-social-feed__item p {
	color: var(--gsf-ink);
	line-height: 1.55;
	margin: 0;
}

.global-social-feed__link {
	color: var(--gsf-green);
	font-weight: 800;
	margin-top: auto;
	text-decoration: none;
}

.global-social-feed__link:hover,
.global-social-feed__link:focus {
	color: #1f3f37;
	text-decoration: underline;
}

.global-social-feed__notice {
	border: 1px solid var(--gsf-border);
	border-radius: 8px;
	color: var(--gsf-muted);
	margin: 0;
	padding: 1rem;
}

@media (max-width: 800px) {
	.global-social-feed {
		--gsf-columns: 2;
	}

	.global-social-feed__carousel-wrap {
		gap: 0.55rem;
	}

	.global-social-feed__control {
		height: 40px;
		width: 40px;
	}
}

@media (max-width: 560px) {
	.global-social-feed {
		--gsf-columns: 1;
	}

	.global-social-feed__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.global-social-feed__profile-link {
		width: 100%;
	}

	.global-social-feed__carousel-wrap {
		gap: 0.5rem;
		grid-template-columns: 38px minmax(0, 1fr) 38px;
	}

	.global-social-feed__control {
		height: 38px;
		width: 38px;
	}

	.global-social-feed__carousel {
		padding-bottom: 1.1rem;
	}
}

@media (max-width: 380px) {
	.global-social-feed__profile-link {
		justify-content: space-between;
	}
}
