body.pe-linktree-page {
	margin: 0;
	background: #f4b43c;
}

.pe-link-profile,
.pe-link-profile *,
.pe-link-profile *::before,
.pe-link-profile *::after {
	box-sizing: border-box;
}

.pe-link-profile {
	--pe-link-background: #f4b43c;
	--pe-link-text: #111111;
	--pe-link-button-bg: #ffffff;
	--pe-link-button-text: #111111;
	min-height: 100vh;
	display: grid;
	place-items: start center;
	padding: clamp(36px, 7vw, 76px) 20px;
	color: var(--pe-link-text);
	background: var(--pe-link-background);
	font-family: 'Trebuchet MS', 'Gill Sans', sans-serif;
}

.pe-link-profile__card {
	width: min(100%, 580px);
	display: grid;
	gap: 18px;
	padding: clamp(24px, 5vw, 42px);
	border: 1px solid rgb(255 255 255 / 45%);
	border-radius: 32px;
	background: rgb(255 255 255 / 18%);
	box-shadow: 0 24px 70px rgb(61 42 0 / 16%);
	backdrop-filter: blur(16px);
}

.pe-link-profile__avatar-wrap {
	width: 104px;
	height: 104px;
	margin-inline: auto;
	padding: 6px;
	border-radius: 50%;
	background: rgb(255 255 255 / 85%);
}

.pe-link-profile__avatar {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-fit: cover;
}

.pe-link-profile__header {
	text-align: center;
}

.pe-link-profile__name {
	margin: 0;
	color: inherit;
	font-size: clamp(1.75rem, 5vw, 2.45rem);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.05;
}

.pe-link-profile__bio,
.pe-link-profile__bio p {
	margin: 10px 0 0;
	color: inherit;
	font-size: 1rem;
	line-height: 1.55;
}

.pe-link-profile__links {
	display: grid;
	gap: 12px;
}

.pe-link-profile__button {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	min-width: 0;
	min-height: 60px;
	padding: 14px 18px;
	border: 2px solid currentColor;
	border-radius: 16px;
	color: var(--pe-link-button-text);
	background: var(--pe-link-button-bg);
	box-shadow: 4px 4px 0 currentColor;
	font-size: 0.96rem;
	font-weight: 800;
	line-height: 1.2;
	overflow-wrap: anywhere;
	text-align: center;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.pe-link-profile__button span:first-child {
	min-width: 0;
	padding-left: 18px;
	overflow-wrap: anywhere;
}

.pe-link-profile__button:hover,
.pe-link-profile__button:focus-visible {
	color: var(--pe-link-button-text);
	transform: translate(2px, 2px);
	box-shadow: 2px 2px 0 currentColor;
}

.pe-link-profile__button:focus-visible {
	outline: 3px solid #111111;
	outline-offset: 3px;
	box-shadow: 0 0 0 3px #ffffff, 2px 2px 0 6px #111111;
}

.pe-link-profile__button--primary {
	border-radius: 999px;
}

.pe-link-module {
	width: 100%;
	margin: 6px 0;
}

.pe-link-group,
.pe-link-news {
	display: grid;
	gap: 12px;
}

.pe-link-group__title,
.pe-link-news__title {
	margin: 0;
	color: inherit;
	font-size: clamp(1.05rem, 3vw, 1.3rem);
	font-weight: 800;
	letter-spacing: 0.055em;
	line-height: 1.15;
	text-transform: uppercase;
}

.pe-link-sponsor {
	display: grid;
	gap: 8px;
}

.pe-link-sponsor__label {
	justify-self: start;
	padding: 5px 8px;
	border: 2px solid #111111;
	border-radius: 999px;
	color: #111111;
	background: #ffd33d;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	line-height: 1;
	text-transform: uppercase;
}

.pe-link-sponsor__link,
.pe-link-sponsor__image {
	display: block;
	width: 100%;
	border-radius: 16px;
}

.pe-link-sponsor__link {
	color: inherit;
}

.pe-link-sponsor__link:focus-visible {
	outline: 3px solid #111111;
	outline-offset: 3px;
	box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #111111;
}

.pe-link-sponsor__image {
	height: auto;
	object-fit: contain;
}

.pe-link-news__list {
	display: grid;
	gap: 14px;
}

.pe-link-news-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(132px, 38%) 1fr;
	overflow: hidden;
	border: 2px solid #111111;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 4px 4px 0 rgb(17 17 17 / 18%);
}

.pe-link-news-card__media {
	display: block;
	align-self: start;
	width: 100%;
	aspect-ratio: 16 / 9;
	min-width: 0;
	overflow: hidden;
	background: #f4b43c;
}

.pe-link-news-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pe-link-news-card__content {
	position: relative;
	display: grid;
	align-content: center;
	gap: 7px;
	min-width: 0;
	padding: 14px 16px;
	border-left: 5px solid #f4b43c;
}

.pe-link-news-card__meta {
	position: relative;
	z-index: 1;
	pointer-events: none;
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
	color: #575757;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.045em;
	line-height: 1.25;
	text-transform: uppercase;
}

.pe-link-news-card__category {
	color: #111111;
	font-weight: 900;
}

.pe-link-news-card__heading {
	margin: 0;
	font-family: "Big Shoulders Text", "Trebuchet MS", sans-serif;
	font-size: clamp(1.15rem, 3.5vw, 1.45rem);
	font-weight: 800;
	letter-spacing: 0.01em;
	line-height: 1.05;
}

.pe-link-news-card__link {
	color: #111111;
	text-decoration-color: #f4b43c;
	text-decoration-thickness: 3px;
	text-underline-offset: 3px;
}

.pe-link-news-card__link::after {
	position: absolute;
	inset: 0;
	content: "";
}

.pe-link-news-card__link:hover,
.pe-link-news-card__link:focus-visible {
	text-decoration-line: underline;
}

.pe-link-news-card:has(.pe-link-news-card__link:focus-visible) {
	outline: 3px solid #111111;
	outline-offset: 3px;
	box-shadow: 0 0 0 3px #ffffff, 4px 4px 0 6px #111111;
}

.pe-link-news-card__excerpt {
	position: relative;
	z-index: 1;
	pointer-events: none;
	margin: 0;
	color: #3f3f3f;
	font-size: 0.82rem;
	line-height: 1.4;
}

@media (max-width: 520px) {
	.pe-link-profile {
		padding: 0;
	}

	.pe-link-profile__card {
		min-height: 100vh;
		align-content: start;
		padding: 42px 18px 30px;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		backdrop-filter: none;
	}

	.pe-link-news-card {
		grid-template-columns: 1fr;
	}

	.pe-link-news-card__content {
		border-top: 5px solid #f4b43c;
		border-left: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pe-link-profile__button {
		transition: none;
	}
}
