:root {
	--pad: clamp(1.25rem, 5vw, 3.5rem);
}
/* PAGE HEAD */
.page-head {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 33vh;
	background: var(--bg);
	padding: clamp(2rem, 5vw, 4rem) var(--pad);
}

.page-head-content {
	margin-top: 5vh;
	width: 100%;
	max-width: 1280px;
	margin-inline: auto;
	z-index: 5;
	position: relative;
	width: 100%;
}

.page-head h1 {
	font-family: 'Unbounded', sans-serif;;
	font-weight: 900;
	font-size: clamp(2rem, 8vw, 4.5rem);
	letter-spacing: -.05em;
	line-height: 1;
	color: #FFFFFF;
}

.page-head h1 em {
	font-style: normal;
	color: var(--yellow);
	z-index: 5;
}

.page-head p {
	color: rgba(255, 255, 255, .75);
	font-size: clamp(.9rem, 2vw, 1.1rem);
	max-width: 40ch;
	margin-top: 1rem;
}

.page-head-background-image {
	position: absolute;
	inset: 0;
	z-index: 1;
}
/* FILTERS */
.filters-strip {
	background: #FFFFFF;
	border-bottom: 1px solid rgba(0, 0, 0, .06);
	padding: 1.25rem var(--pad);
	display: flex;
	gap: .5rem;
	flex-wrap: wrap;
	align-items: center;
	position: sticky;
	top: 70px;
	z-index: 50;
	max-width: 1280px;
	margin-inline: auto;
}

.filter-chip {
	padding: .4rem 1rem;
	border-radius: 20px;
	border: 1.5px solid rgba(0, 0, 0, .13);
	font-weight: 800;
	font-size: .75rem;
	cursor: pointer;
	transition: all .2s;
	background: transparent;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: var(--dark);
}

.filter-chip.active, .filter-chip:hover {
	background: #FF5C45;;
	border-color: #FF5C45;;
	color: #FFFFFF;
}
/* FEATURED */
.featured {
	padding: 2rem 1rem;;
	background: var(--bg);
	max-width: 1280px;
	margin-inline: auto;
}

.featured-content {
	max-width: 1280px;
	margin-inline: auto;
	padding-inline: 0;
	margin-inline: auto;
}

.small-title {
	font-size: .7rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .12em;
	opacity: .55;
	margin-bottom: .5rem;
	display: flex;
	padding: 5px;
}

.hidden-a {
	text-decoration: none;
	color: inherit;
}

.hidden-a:hover, .hidden-a:active, .hidden-a:visited {
	text-decoration: none;
	color: inherit;
}

.tag {
	background: #f0f6ff;
	border: 1px solid #c5d8fc;
	color: #1a73e8;
	border-radius: 5px;
	padding: 4px 10px;
	font-size: 11px;
	font-weight: 500;
}

.tags-list {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.featured-card {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	border-radius: 14px;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0 4px 24px rgba(0, 0, 0, .1);
	min-height: 380px;
}

.reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity .65s var(--ease), transform .65s var(--ease);
}

.reveal.vis {
	opacity: 1;
	transform: none;
}

.featured-card .fc-image {
	position: relative;
	display: flex;
	align-items: flex-end;
	padding: 1.5rem;
}

.fc-image img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 1rem;
	margin-bottom: 1.25rem;
	background: var(--bg2);
}

.featured-card .fc-body {
	padding: 2.5rem 2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.badge {
	display: inline-block;
	font-size: .58rem;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	padding: 3px 9px;
	border-radius: 100px
}

.br {
	background: #fff0f2;
	color: var(--red)
}

.bb {
	background: #eff4ff;
	color: var(--blue)
}

.bp {
	background: #f0dffa;
	color: var(--purple)
}

.btg {
	background: #fff0f2;
}

.fc-body .meta {
	display: flex;
	gap: .5rem;
	align-items: center;
	margin-bottom: 1rem;
	flex-wrap: wrap;
}

.fc-body .author {
	font-size: .8rem;
	font-weight: 700;
	opacity: .45;
	text-transform: uppercase;
	letter-spacing: .06em;
}

.btn {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	padding: .7rem 1.6rem;
	border-radius: 40px;
	font-weight: 800;
	font-size: .85rem;
	letter-spacing: .04em;
	text-transform: uppercase;
	transition: transform .2s var(--ease), box-shadow .2s;
}

.orange-button {
	display: inline-flex;
	gap: 10px;
	padding: 14px 32px;
	background: linear-gradient(90deg, #ff8c00 0%, #ffb347 100%);
	border-radius: 100px;
	color: #ffffff;
	font-family: 'Unbounded', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: 0 6px 15px rgba(255, 140, 0, 0.3);
	transition: all 0.3s ease;
	cursor: pointer;
	justify-content: center;
}

.orange-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(255, 140, 0, 0.4);
	filter: brightness(1.05);
}

.orange-button:active {
	transform: translateY(1px);
	box-shadow: 0 3px 10px rgba(255, 140, 0, 0.2);
}

.orange-button span {
	display: inline-block;
	transition: transform 0.3s ease;
}

.orange-button:hover span {
	transform: translateX(4px);
}
/* MEDIA EVENTS */
.events-section {
	padding: clamp(2rem, 5vw, 2rem) 0;
	background: var(--cream);
}

.events-container {
	max-width: 1280px;
	margin-inline: auto;
	padding-inline: var(--pad);
}

.events-heading {
	font-family: 'Unbounded', sans-serif;;
	font-weight: 900;
	font-size: clamp(1.1rem, 2.5vw, 1.5rem);
	letter-spacing: -.03em;
	margin-bottom: 1.5rem;
	border-left: 4px solid #FF5C45;
	padding-left: .85rem;
}

.articles-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}

.event-card {
	background: var(--white);
	border-radius: var(--r);
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
	transition: transform .3s var(--ease), box-shadow .3s;
	display: flex;
	flex-direction: column;
}

.ec-img img {
	width: 100%;
	position: relative;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 1rem;
}

.pt-yellow {
	background: var(--yellow);
}

.ec-body {
	padding: 1.1rem 1.25rem 1.4rem;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.ec-body .read-more {
	display: inline-block;
	margin-top: 1rem;
	font-weight: 800;
	font-size: .75rem;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: #FF5C45;
	text-decoration: none;
	transition: gap .2s;
	text-decoration: none
}

.fc-body, .ec-body p {
	opacity: .7;
	margin-bottom: 1rem;
}

.page-selector {
	padding-bottom: 2rem;
	display: flex;
	justify-content: center;
}

@media ( max-width : 900px) {
	.articles-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.page-head p {
		font-size: 0.9rem;
	}
}

@media ( max-width : 550px) {
	.ec-body h3 {
		font-size: 15px;
		padding: 10px 10px;
	}
	.author {
		display: none;
	}
	.ec-body {
		padding: 0rem 0.7rem 1rem;
	}
	.featured-content {
		display: unset;
	}
	.featured-card .fc-body {
		padding: 0rem 1rem;
	}
	.page-head-content {
		margin-top: 0;
	}
}