/* =========================================================
 TIPOGRAFIA
 ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Major+Mono+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

/* =========================================================
 VARIAVEIS E RESETS
 ========================================================= */

:root {
	--white: #FFF;
	--black: #000;
	--dark-background: #2B2C25;
	--mint: #53D5B5;
	--near-black: #20211A;
	--dark-gray: #4D4E44;
	--gray: #9A9A9A;
	--dark-2: #252620;
	--mint-light: #3BD4AE;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
	position: relative;
	display: block;
	background-color: var(--dark-background);
}

body {
	font-family: "IBM Plex Mono", monospace;
	position: relative;
	display: block;
	background-color: transparent;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

figure {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	display: block;
}

h1 {
	color: var(--mint);
	font-size: clamp(32px, 4vw, 56px);
	font-style: normal;
	font-weight: 400;
	line-height: 60px;
}

h2 {
	color: var(--mint);
	font-family: "Major Mono Display", monospace;
	font-size: clamp(24px, 2.2vw, 43px);
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	text-transform: uppercase;
}

a {
	color: inherit;
	text-decoration: none;
}
button:focus {
	outline: none;
}
::selection {
	background: rgba(83, 213, 181, 0.35);
	color: #000;
}

.block {
	display: block;
}

.none {
	display: none;
}

/* =========================================================
 HERO
 ========================================================= */
.hero {
	position: relative;
	width: 100%;
	height: 100svh;
	min-height: 600px;
	overflow: hidden;
}

.hero__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.hero__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.hero__content {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 856px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: clamp(28px, 2.6vw, 50px) 20px clamp(180px, 17.4vw, 334px);
}

.hero__logo {
	flex-shrink: 0;
}

.hero__logo img {
	max-width: clamp(70px, 6.4vw, 122px);
	width: 100%;
}

.hero__title {
	flex: 1;
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: clamp(72px, 6.8vw, 131px);
	justify-content: center;
}

.hero__title img {
	width: 100%;
	max-width: clamp(480px, 44.6vw, 856px);
}
.hero__date {
	z-index: 10;
	color: white;
	margin: 30px 0;
	font-size: 48px;
	font-weight: 900;
	font-family: "Major Mono Display", monospace;
	word-spacing: -22px;
}
.hero__cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	padding: clamp(9px, 0.8vw, 15px) clamp(12px, 1vw, 20px);
	background-color: var(--mint);
	color: var(--dark-2);
	font-size: clamp(14px, 0.83vw, 16px);
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	transition: opacity 0.25s ease, transform 0.25s ease;
	margin-top: 5px;
}

.hero__cta strong {
	font-weight: 600;
}

.hero__cta:hover, .hero__cta:focus-visible {
	opacity: 0.85;
	transform: translateY(-2px);
	outline: 2px solid var(--mint);
	outline-offset: 3px;
	color: var(--dark-2);
	text-decoration: none;
}

/* =========================================================
 THE WATER
 ========================================================= */
.water {
	display: grid;
	grid-template-columns: 50.4% 1fr;
	max-width: 1920px;
	margin: 0 auto;
}

.water__col {
	display: flex;
	flex-direction: column;
	gap: clamp(9px, 0.8vw, 15px);
	padding: clamp(60px, 5.2vw, 100px) clamp(12px, 1vw, 20px) clamp(60px, 5.2vw, 100px) clamp(110px, 10vw, 195px);
}

.water__col.water__col--en {
	gap: clamp(11px, 1vw, 19px);
	padding-left: clamp(70px, 6.2vw, 119px);
}

.water__col--pt {
	background-color: var(--near-black);
}

.water__col--pt .water__heading {
	max-width: 536px;
}

.water__col--en .water__heading {
	max-width: 512px;
	color: var(--white);
	text-transform: unset;
}

.water__body {
	display: flex;
	flex-direction: column;
	gap: clamp(12px, 1.04vw, 20px);
	max-width: 605px;
}

.water__body p {
	color: var(--white);
	font-size: clamp(15px, 0.94vw, 18px);
	font-style: normal;
	font-weight: 300;
	line-height: 150%;
}

.water__body strong {
	font-weight: 600;
	text-transform: uppercase;
}

.water__col--en .water__body p, .water__col--en .water__body strong {
	font-size: clamp(14px, 0.83vw, 16px);
}

/* =========================================================
 GALLERY
 ========================================================= */
.gallery {
	display: grid;
	grid-template-columns: 50.4% 1fr;
	max-width: 1920px;
	margin: 0 auto;
}

.gallery__group {
	display: grid;
	grid-template-columns: 1fr 1fr;
	overflow: hidden;
}

.gallery__col img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

/* =========================================================
 WHAT'S ON
 ========================================================= */
.whatson {
	display: grid;
	grid-template-columns: 23.9% 1fr;
	grid-template-rows: auto auto;
	grid-template-areas: "sidebar list" "sidebar more";
	padding: clamp(44px, 4vw, 77px) 0 clamp(28px, 2.6vw, 50px) clamp(48px, 5.5vw, 140px);
	gap: clamp(24px, 2.2vw, 43px) clamp(26px, 2.4vw, 46px);
	max-width: 1920px;
	margin: 0 auto;
}

.whatson__sidebar {
	grid-area: sidebar;
    display: flex;
    flex-direction: column;
    gap: clamp(10px, 0.9vw, 17px);
    position: sticky;
    top: 20px;
    align-self: start;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: clamp(24px, 2vw, 43px);
    scrollbar-width: none;
}

.whatson__sidebar::-webkit-scrollbar{
	display: none;
}

.whatson__titles {
	display: flex;
	flex-direction: column;
	gap: 5px;
	max-width: 423px;
}

.whatson__title--en {
	color: var(--gray);
	font-family: "Major Mono Display", monospace;
	font-size: clamp(20px, 1.8vw, 35px);
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	text-transform: unset;
}

.whatson__filter-list {
	list-style: none;
	display: flex;
	flex-direction: column;
}
nav.whatson__filter {
    position: relative;
}
nav.whatson__filter::after {
    content: '';
    background: linear-gradient(268deg, #2b2c25, transparent);
    width: 40%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
    pointer-events: none;
}
.whatson__filter-item {
	max-width: 369px;
}

.whatson__filter-label {
	display: flex;
	align-items: center;
	gap: clamp(8px, 0.6vw, 10px);
	padding: clamp(7px, 0.8vw, 10px) clamp(7px, 0.8vw, 14px) clamp(6px, 0.8vw, 10px) 0;
	cursor: pointer;
	color: var(--white);
	font-size: clamp(12px, 0.88vw, 16px);
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	padding-left: 0;
	transition: padding 0.25s ease, color 0.25s ease;
	border-radius: 10px;
}

.whatson__filter-label:hover {
	padding-left: 15px;
	background-color: #45463D;
}

.whatson__filter-label input[type="checkbox"] {
	appearance: none;
	width: 26px;
	height: 26px;
	border: 1px solid #A2A2A2;
	border-radius: 6px;
	background: transparent;
	cursor: pointer;
	flex-shrink: 0;
	position: relative;
}

.whatson__filter-label input[type="checkbox"]:checked {
	background-image: url("../icons/check.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 13px;
}

.whatson__filter-pt {
	margin-left: 10px;
}

.whatson__filter-sep, .whatson__filter-en {
	font-weight: 300;
	color: var(--white);
	font-size: clamp(15px, 0.94vw, 18px);
}

.whatson__list {
	grid-area: list;
	display: flex;
	flex-direction: column;
}

.event {
	border-bottom: 1px solid #4C4C4C;
}

.event__toggle {
	width: 100%;
	display: grid;
	grid-template-columns: 23% 68.7%;
	align-items: start;
	gap: clamp(20px, 1.8vw, 35px);
	padding: clamp(24px, 2.2vw, 40px) clamp(45px, 4.2vw, 80px);
	background: transparent;
	border: none;
	cursor: pointer;
	text-align: left;
	color: var(--white);
	font-family: "IBM Plex Mono", monospace;
	position: relative;
	transition: background-color 0.25s ease;
}

.event__toggle:hover, .event.is-open .event__toggle {
	background-color: var(--dark-2);
}

.event__preview {
	max-width: 269px;
}

.event__preview img {
	max-width: 200px;
	width: 100%;
	height: 160px;
	object-fit: cover;
	object-position: center;
}

.event__meta {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-top: clamp(10px, 0.8vw, 15px);
}

.event__date {
	color: var(--white);
	font-size: clamp(15px, 0.94vw, 18px);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.event__date span {
	display: block;
}

.event__time {
	color: #787971;
	font-size: clamp(13px, 0.94vw, 16px);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.event__location {
	color: var(--mint);
	font-size: clamp(14px, 0.83vw, 16px);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 15px;
}

.event__entry {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.event__entry-pt {
	color: var(--mint-light);
	font-size: clamp(14px, 0.83vw, 16px);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.event__entry a:hover {
	opacity: 0.8;
	text-decoration: none;
	color: var(--mint-light);
}
.event__entry-pt::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 17px;
	background-image: url("../icons/ticket.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 3px;
}

.event__entry-en {
	color: #C6C6C6;
	font-size: clamp(14px, 0.83vw, 16px);
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.event__tags {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 8px;
}

.event__tag {
	color: #C5C5C5;
	background-color: var(--dark-gray);
	font-size: clamp(12px, 0.68vw, 13px);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.52px;
	text-transform: uppercase;
	padding: 5px 10px;
	border-radius: 6px;
}

.event__title {
	color: var(--white);
	-webkit-text-stroke-width: 0.8px;
	-webkit-text-stroke-color: var(--white);
	font-family: "Major Mono Display", monospace;
	font-size: clamp(16px, 1.3vw, 25px);
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-transform: lowercase;
	margin-bottom: 6px;
}

.event__subtitle {
	color: var(--mint-light);
	-webkit-text-stroke-width: 0.3px;
	-webkit-text-stroke-color: var(--mint-light);
	font-family: "Major Mono Display", monospace;
	font-size: clamp(13px, 0.78vw, 15px);
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-transform: lowercase;
	margin-bottom: clamp(16px, 1.5vw, 28px);
}

.event__icon {
	position: absolute;
	top: 40px;
	right: 80px;
	width: 39px;
	height: 39px;
	background-image: url("../icons/plus.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: transform 0.3s ease;
}

.event.is-open .event__icon {
	transform: rotate(45deg);
}

.event__signup {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 18px;
}

.event__signup-pt {
	color: var(--mint-light);
	font-size: clamp(14px, 0.83vw, 16px);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.event__signup-en {
	color: #C6C6C6;
	font-size: clamp(14px, 0.83vw, 16px);
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.event__description {
	font-size: clamp(12px, 0.72vw, 14px);
	font-weight: 300;
	color: #B8B8B8;
	line-height: 1.6;
	margin-bottom: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 5px;
}

.event.is-open .event__description {
	display: block;
}

.event__description--mint {
	font-size: clamp(12px, 0.72vw, 14px);
	font-weight: 300;
	color: var(--mint);
	line-height: 1.6;
	margin-bottom: 5px;
	margin-top: 0;
	display: none;
}

.event.is-open .event__description--mint {
	display: block;
}

.event__info-row {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.event__participants, .event__promoted, .event__info {
	color: var(--white);
	font-size: clamp(12px, 0.68vw, 13px);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.event__participants strong, .event__promoted strong, .event__info strong {
	font-weight: 600;
}

.event__info-color {
	color: var(--mint-light);
	font-style: normal;
	font-weight: 300;
}

/* separador antes de cada span exceto o primeiro */
.event__participants span+ span::before, .event__promoted span+ span::before, .event__info span+ span::before {
	content: " | ";
	color: var(--dark-gray);
}

.whatson__more {
	margin: 0 auto;
}

.btn-more {
	display: inline-flex;
	gap: 10px;
	padding: 15px 20px;
	color: var(--dark-2);
	background-color: var(--mint);
	font-size: clamp(12px, 0.72vw, 14px);
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: background-color 0.25s ease, color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.btn-more:hover {
	opacity: 0.85;
	transform: translateY(-2px);
	outline: 2px solid var(--mint);
	outline-offset: 3px;
}

.btn-more__en {
	font-weight: 300;
	opacity: 0.6;
}

/* =========================================================
 WHO MAKES
 ========================================================= */
.whomakes {
	background-color: var(--dark-2);
	padding: clamp(64px, 5.9vw, 113px) 0 clamp(82px, 7.5vw, 145px) clamp(10px, 0.9vw, 17px);
	overflow: hidden;
}

.whomakes-container {
	max-width: 1920px;
	margin: 0 auto;
}

.whomakes__header {
	display: flex;
	justify-content: space-between;
	margin-bottom: clamp(15px, 1.35vw, 26px);
}

.whomakes__titles {
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: center;
	margin: 0 auto;
}

.whomakes__title--en {
	color: #9A9A9A;
	text-align: center;
	font-family: "Major Mono Display", monospace;
	font-size: clamp(20px, 1.8vw, 35px);
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	text-transform: lowercase;
}

.whomakes__nav {
	display: flex;
	gap: 10px;
	align-items: flex-end;
	position: relative;
	right: clamp(70px, 6.8vw, 130px);
	bottom: 0;
}

.whomakes__nav-btn {
	background: transparent;
	border: none;
	cursor: pointer;
	width: 50px;
	height: 50px;
	transition: background 0.25s ease;
	font-family: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
}

.whomakes__nav-btn:hover {
	background-color: #2F3029;
}

.whomakes__nav-btn img {
	width: 10px;
	height: 21px;
}

.whomakes__nav-btn.whomakes__nav-btn--prev img {
	transform: rotate(180deg);
}

.whomakes__track {
	display: flex;
	cursor: grab;
	user-select: none;
	overflow-x: auto;
	/* Firefox */
	scrollbar-width: none;
	/* IE / Edge antigo */
	-ms-overflow-style: none;
	margin-left: -17px;
	padding-left: 17px;
}

/* Chrome, Safari, Edge (Chromium) */
.whomakes__track::-webkit-scrollbar {
	display: none;
}

.whomakes__track:active {
	cursor: grabbing;
}

.whomakes__track img {
	pointer-events: none;
}

.person {
	flex-shrink: 0;
	width: clamp(260px, 22.9vw, 440px);
	padding: clamp(14px, 1.3vw, 25px);
	transition: background-color 0.3s ease;
}

.person:hover {
	background-color: var(--dark-background);
}

.person__toggle {
	width: 100%;
	background: transparent;
	border: none;
	cursor: pointer;
	text-align: left;
	font-family: inherit;
	color: var(--white);
	padding: 0;
	font-family: "Major Mono Display", monospace;
}

.person__image {
	position: relative;
	width: 100%;
	aspect-ratio: 1;
	margin-bottom: 10px;
}

.person__image img {
	width: 100%;
	object-fit: cover;
	object-position: center top;
	    aspect-ratio: 1 / 1;
}

.person__plus {
	position: absolute;
	top: 0;
	right: 0;
	width: 61px;
	height: 61px;
	background-color: var(--dark-background);
	display: flex;
	align-items: center;
	justify-content: center;
}

.person__plus img {
	width: 25px;
	height: 25px;
	transition: transform 0.3s ease;
}

.person.is-open .person__plus img {
	transform: rotate(45deg);
}

.person__content {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.person__name {
	color: var(--white);
	-webkit-text-stroke-width: 0.8px;
	-webkit-text-stroke-color: var(--white);
	font-size: clamp(16px, 1.3vw, 25px);
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-transform: lowercase;
}

.person__desc {
	color: #B8B8B8;
	text-overflow: ellipsis;
	font-family: "IBM Plex Mono", monospace;
	font-size: clamp(14px, 0.83vw, 16px);
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.person.is-open .person__desc {
	display: block;
}

.person__desc--mint {
	overflow: hidden;
	color: var(--mint-light);
	text-overflow: ellipsis;
	font-family: "IBM Plex Mono", monospace;
	font-size: clamp(12px, 0.72vw, 14px);
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	display: none;
}

.person.is-open .person__desc--mint {
	display: block;
}

.person__participates {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.person__participates-label {
	font-size: clamp(12px, 0.68vw, 13px);
	font-family: "IBM Plex Mono", monospace;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.person__participates-label span {
	color: var(--mint);
}

.person__events {
	list-style: none;
	display: flex;
	flex-direction: column;
	position: relative;
	padding-left: 15px;
	gap: 1px;
}

.person__events::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	background-color: var(--dark-gray);
}

.person__events li {
	color: var(--white);
	font-family: "IBM Plex Mono", monospace;
	font-size: clamp(12px, 0.68vw, 13px);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.person__events li.is-mint {
	color: var(--mint-light);
}

/* =========================================================
 FOOTER
 ========================================================= */
.footer-partners {
	padding: clamp(60px, 6.3vw, 121px) 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	max-width: 1650px;
	margin: 0 auto clamp(40px, 5vw, 100px);
}

.footer-partners__header {
	text-align: center;
	margin-bottom: clamp(20px, 2.08vw, 40px);
}

.footer-partners__title {
	margin-bottom: 5px;
}

.footer-partners__subtitle {
	color: #9A9A9A;
	text-align: center;
	font-family: "Major Mono Display", monospace;
	font-size: clamp(20px, 1.82vw, 35px);
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	text-transform: lowercase;
}

.footer-partners__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-partners__group {
	display: flex;
	border-right: 1px solid #4C4C4C;
	border-bottom: 1px solid #4C4C4C;
}

.footer-partners__group.has-left-border {
	border-left: 1px solid #4C4C4C;
}

.footer-partners__group.has-top-border {
	border-top: 1px solid #4C4C4C;
}

.partner__group-flex {
	flex: 1;
}

.footer-partners__logos {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex: 0 0 auto;
	aspect-ratio: 1;
	padding: 20px;
	gap: 10px;
	width: 200px;
	height: auto;
}

.footer-partners__logos img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.footer-partners__logos img:has(+p) {
	margin-top: auto;
}

.footer-partners__label {
	display: flex;
	flex-direction: column;
	margin-top: auto;
	width: 100%;
	text-align: left;
}

.footer-partners__label strong {
	overflow: hidden;
	color: var(--white);
	text-overflow: ellipsis;
	font-size: 10.34px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

.footer-partners__label span {
	overflow: hidden;
	color: #B8B8B8;
	text-overflow: ellipsis;
	font-size: 10.34px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

/*Bottom footer*/
.bottom-footer {
	background-color: var(--dark-2);
	padding: 28px 0px;
	position: relative;
}

.bottom-footer a {
	transition: all .2s;
}

.bottom-footer a:hover {
	transform: scale(0.9);
}

.bottom-footer .main-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 95%;
	margin: 0 auto;
}

.contacts-container {
	display: flex;
}

.contacts-container a {
	display: flex;
	align-items: center;
	color: var(--white);
	font-size: clamp(12px, 0.83vw, 16px);
	font-style: normal;
	font-weight: 700;
	line-height: 98%;
	text-transform: uppercase;
	margin: 0;
}

.icons {
	display: flex;
	gap: 15px;
}

.vl {
	border-left: 0.5px solid var(--white);
	height: 21px;
}

.vl:nth-of-type(1) {
	margin: 0 28px 0 20px;
}

.vl:nth-of-type(3) {
	margin: 0 20px 0 28px;
}

/* =========================================================
 RESPONSIVO
 ========================================================= */
@media screen and (max-width: 1800px) {
	.footer-partners__grid {
		padding: 0 20px;
	}

	.partner__group-flex {
		flex: 0;
	}
}

@media screen and (max-width: 1680px) {
	.bottom-footer .main-container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (max-width: 1600px) {
	.event__entry {
		flex-wrap: wrap;
		margin-bottom: 0;
	}

	.whatson {
		grid-template-columns: auto 1fr;
	}
}

@media screen and (max-width: 1455px) {
	.footer-partners__grid {
		justify-content: flex-start;
	}

	.footer-partners__group {
		flex: auto;
		flex-wrap: wrap;
	}

	.footer-partners__logos {
		width: 220px;
	}
}

@media screen and (max-width: 1376px) {
	.event__icon {
		top: 30px;
		right: 45px;
		width: 25px;
		height: 25px;
	}

	.bottom-footer .main-container {
		padding: 0 20px 0 20px;
	}
}

@media screen and (max-width: 1200px) {
	.footer-partners__logos img {

	}

	.footer-partners__label {

	}

	.footer-partners__logos img:has(+p) {
		margin-bottom: auto;
	}
}

@media screen and (max-width: 1024px) {
.hero__date {
    font-size: 34px;
}
	.water__col {
		padding: clamp(40px, 5vw, 60px) clamp(16px, 2vw, 24px) clamp(40px, 5vw, 60px) clamp(40px, 5vw, 60px);
	}

	.water__col.water__col--en {
		padding-left: clamp(30px, 4vw, 50px);
	}

	.whatson {
		grid-template-columns: 1fr;
		grid-template-areas: "sidebar" "list" "more";
		padding: 44px 0 28px 0;
		gap: 24px 0;
	}

	.whatson__sidebar {
		position: static;
		max-height: none;
		overflow-y: visible;
		padding-top: 0;
		padding-inline: 20px;
		gap: 15px;
		width: 100%;
		overflow-x: auto;
		padding-right:0px; 
	}

	.whatson__filter-list {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
		gap: 8px;
		padding-bottom: 5px;
		margin-inline: -20px;
		padding-inline: 20px;
	}

	.whatson__filter-list::-webkit-scrollbar {
		display: none;
	}

	.whatson__filter-item {
		flex-shrink: 0;
		max-width: none;
	}

	.whatson__filter-label {
		white-space: nowrap;
		padding: 10px 15px;
		border: 1px solid #4D4E44;
		border-radius: 6px;
		gap: 6px;
		font-size: 14px;
	}

	.whatson__filter-label input[type="checkbox"] {
		width: 20px;
		height: 20px;
	}

	.whatson__filter-pt {
		margin-left: 0;
	}

	.whatson__filter-sep, .whatson__filter-en {
		font-size: 13px;
	}

	.whatson__list {
		width: 100%;
	}

	.event {
		width: 100%;
	}

	.event__toggle {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 40px 20px;
	}

	.event__preview {
		max-width: 100%;
	}

	.event__icon {
		top: 45px;
		right: 20px;
		width: 30px;
		height: 30px;
	}

	.whomakes__header {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		padding: 0 20px;
	}

	.whomakes__titles {
		align-items: flex-start;
		margin: 0;
	}

	.whomakes__nav {
		position: static;
		right: auto;
	}
}

@media screen and (max-width: 950px) {
	.bottom-footer .main-container {
		padding: 0 20px;
		flex-wrap: wrap;
		align-items: center;
		gap: 16px;
	}

	.bottom-footer .main-container > a:first-of-type {
		order: 2;
	}

	.icon-blisq {
		order: 2;
		margin-left: auto;
	}

	.contacts-container {
		order: 1;
		width: 100%;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 12px;
	}

	.contacts-container a {
		font-size: clamp(12px, 1.8vw, 16px);
	}

	.vl:nth-of-type(1) {
		margin: 0 14px;
	}

	.vl:nth-of-type(3) {
		margin: 0 14px;
	}
}

@media screen and (max-width: 770px) {
	.hero {
		height: 90svh;
	}

	.water {
		grid-template-columns: 1fr;
	}

	.water__col {
		padding: clamp(40px, 6vw, 60px) clamp(20px, 4vw, 30px);
	}

	.water__col.water__col--en {
		padding-left: clamp(20px, 4vw, 30px);
		gap: clamp(8px, 1.5vw, 15px);
	}

	.water__body {
		gap: clamp(10px, 2vw, 16px);
	}

	.water__body p {
		font-size: clamp(14px, 2.2vw, 17px);
	}

	.water__col--en .water__body p, .water__col--en .water__body strong {
		font-size: clamp(13px, 2vw, 15px);
	}

	.water__heading {
		font-size: clamp(20px, 3.5vw, 32px);
	}

	.water__col--pt .water__heading, .water__col--en .water__heading {
		max-width: 100%;
	}

	.gallery {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		-ms-overflow-style: none;
		cursor: grab;
		user-select: none;
	}

	.gallery::-webkit-scrollbar {
		display: none;
	}

	.gallery:active {
		cursor: grabbing;
	}

	.gallery__group {
		display: contents;
	}

	.gallery__col {
		flex: 0 0 45vw;
		scroll-snap-align: start;
	}

	.gallery__col img {
		width: 100%;
		object-fit: cover;
	}
}

@media screen and (max-width: 560px) {
	.bottom-footer .main-container {
		padding: 0;
	}

	.contacts-container a {
		font-size: 11px;
	}

	.vl {
		height: 16px;
	}

	.vl:nth-of-type(1) {
		margin: 0 10px;
	}

	.vl:nth-of-type(3) {
		margin: 0 10px;
	}
}

@media screen and (max-width: 500px) {
	.footer-partners__logos {
		width: 140px;
		aspect-ratio: 1 /1;
	}
}

@media screen and (max-width: 480px) {
	.water__col {
		padding: 32px 20px;
	}

	.water__col.water__col--en {
		padding: 32px 20px;
	}

	.water__body p {
		font-size: 14px;
		line-height: 145%;
	}

	.water__col--en .water__body p, .water__col--en .water__body strong {
		font-size: 13px;
	}

	.water__heading {
		font-size: 22px;
	}

	.gallery__col {
		flex: 0 0 55vw;
		scroll-snap-align: start;
	}

	.bottom-footer .main-container {
		justify-content: space-between;
	}

	.contacts-container {
		flex-direction: column;
		align-items: center;
		gap: 8px;
		order: 1;
		width: 100%;
	}

	.vl {
		display: none;
	}

	.icons {
		order: 2;
	}

	.contacts-container a {
		font-size: 12px;
	}
}

@media screen and (max-width: 400px) {
	.event__signup {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media screen and (max-width: 375px) {
	.whomakes__header {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 5px;
	}

	.whomakes__nav {
		position: relative;
		right: 0;
		left: 65%;
	}
}

/* =========================================================
 FÓRUM FEST — AJUSTES MAIO 2026
 ========================================================= */

.whatson__content {
	grid-area: list;
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.whatson__sidebar-actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 8px;
}

.whatson__jump {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 15px 20px;
	color: var(--white);
	border: 1px solid #4D4E44;
	background: transparent;
	font-size: clamp(12px, 0.72vw, 14px);
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.whatson__jump:hover {
	background-color: var(--dark-2);
	border-color: var(--mint);
	transform: translateY(-2px);
}

.whatson__floating-actions {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 60;
	display: flex;
	gap: 10px;
	align-items: center;
}

.whatson__floating-actions[hidden] {
	display: none !important;
}

button.btn-more {
	border: none;
	cursor: pointer;
	font-family: inherit;
	text-decoration: none;
}

.btn-more--secondary {
	background-color: var(--white);
	color: var(--dark-2);
}

.btn-more--ghost {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 15px 20px;
	color: var(--white);
	border: 1px solid #4D4E44;
	background: rgba(25, 25, 25, 0.9);
	font-size: clamp(12px, 0.72vw, 14px);
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.btn-more--ghost:hover {
	background-color: var(--dark-2);
	border-color: var(--mint);
	color: var(--mint);
	text-decoration: none;
}

.whatson__more {
	margin: 24px auto 0;
}

.event__shell {
	display: grid;
	grid-template-columns: minmax(250px, 29%) 1fr;
	grid-template-areas: "preview header";
	align-items: start;
	gap: clamp(20px, 1.8vw, 35px);
	padding: clamp(24px, 2.2vw, 40px) clamp(45px, 4.2vw, 80px);
	transition: background-color 0.25s ease;
}

.event:hover .event__shell, .event.is-open .event__shell {
	background-color: var(--dark-2);
}

.event__preview {
	grid-area: preview;
}

.event__header {
	grid-area: header;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.event__location a {
	color: inherit;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.event__location a:hover {
	opacity: 0.8;
}

.event__signup {
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: flex-start;
	margin-bottom: 18px;
}
.event__description--mint:first-of-type {
	margin-top: 24px;
}
.event__signup-pt, .event__signup-en {
	display: inline-block;
	white-space: normal;
	word-break: break-word;
}

.event__description, .event__description--mint {
	width: 100%;
	user-select: text;
}

.event__description {
	font-size: clamp(12px, 0.72vw, 14px);
	font-weight: 300;
	color: #B8B8B8;
	line-height: 1.6;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.event__description p, .event__description--mint p {
	margin: 0 0 12px;
}

.event__description p:last-child, .event__description--mint p:last-child {
	margin-bottom: 0;
}

.event.is-open .event__description {
	display: block;
	overflow: visible;
}

.event.is-open .event__description--mint {
	display: block;
}

.event__info-row {

	flex-direction: column;
	gap: 7px;
	width: 100%;
	margin-top: 18px;
	user-select: text;
}

.event.is-open .event__info-row {
	display: flex;
}

.event__participants, .event__promoted, .event__info {
	line-height: 1.5;
}

.event__actions {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-top: 18px;
}

.event__toggle {
	width: auto;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 0;
	background: transparent;
	border: none;
	cursor: pointer;
	text-align: left;
	color: var(--mint-light);
	font-family: "IBM Plex Mono", monospace;
	position: static;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.event__toggle:hover {
	background: transparent;
	opacity: 0.8;
	transform: translateY(-1px);
}

.event__toggle-label {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	font-size: clamp(12px, 0.72vw, 14px);
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.event__toggle-label-en {
	font-weight: 300;
	color: #C6C6C6;
}

.event__icon {
	position: static;
	width: 22px;
	height: 22px;
	background-image: url("../icons/plus.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: transform 0.3s ease;
}

.event.is-open .event__icon {
	transform: rotate(45deg);
}

.person.is-highlight {
	background-color: var(--dark-background);
}

.person.is-highlight .person__plus {
	background-color: var(--mint);
}

.person.is-highlight .person__plus img {
	filter: brightness(0) saturate(100%);
}

.person.is-highlight .person__name {
	color: var(--mint-light);
	-webkit-text-stroke-color: var(--mint-light);
}

.footer-partners__group--links {
	display: block;
	width: 100%;
}

.footer-partners__text-block {
	padding: clamp(24px, 2vw, 36px);
	width: 100%;
}

.footer-partners__text-heading {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 18px;
}

.footer-partners__text-heading strong {
	color: var(--white);
	font-size: clamp(12px, 0.83vw, 16px);
	font-weight: 700;
	line-height: 140%;
	text-transform: uppercase;
}

.footer-partners__text-heading span {
	color: #B8B8B8;
	font-size: clamp(12px, 0.72vw, 14px);
	font-weight: 400;
	line-height: 140%;
	text-transform: uppercase;
}

.footer-partners__text-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	margin: 0;
	padding: 0;
}

.footer-partners__text-item a, .footer-partners__text-item span {
	color: var(--white);
	font-size: clamp(12px, 0.72vw, 14px);
	font-weight: 400;
	line-height: 150%;
	text-decoration: none;
}

.footer-partners__text-item a:hover {
	color: var(--mint-light);
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media screen and (max-width: 1024px) {
	.whatson {
		gap: 0;
	}
	.whatson__filter-list {
		margin: 0;
		padding: 0;
	}
	.whatson__content {
		width: 100%;
	}

	.whatson__sidebar-actions {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 10px;
	}

	.whatson__floating-actions {
		left: 16px;
		right: 16px;
		bottom: 16px;
		justify-content: stretch;
		flex-wrap: wrap;
	}

	.whatson__floating-actions .btn-more, .whatson__floating-actions .btn-more--ghost {
		flex: 1 1 180px;
	}

	.event__shell {
		grid-template-columns: 1fr;
		grid-template-areas: "header" "preview";
		gap: 18px;
		padding: 32px 20px;
	}

	.event__preview {
		max-width: 100%;
	}

	.event__preview img {
		max-width: 100%;
		width: 100%;
		height: auto;
		aspect-ratio: 16 /10;
	}
}

@media screen and (max-width: 770px) {
	.event__description {
		-webkit-line-clamp: 4;
	}
}

@media screen and (max-width: 560px) {
	.footer-partners__text-list {
		gap: 8px 14px;
	}
}

@media screen and (max-width: 480px) {
	.whatson__sidebar-actions {
		flex-direction: column;
	}

	.event__shell {
		padding: 50px 20px;
	}

	.footer-partners__text-block {
		padding: 24px 20px;
	}
}

.event.is-open .event__toggle {
	background: transparent;
}

.event__toggle:focus-visible, .whatson__jump:focus-visible, .btn-more:focus-visible, .btn-more--ghost:focus-visible {
	outline: 2px solid var(--mint);
	outline-offset: 3px;
}

/* =========================================================
 FÓRUM FEST — FOOTER PARTNERS EM GRELHA AGRUPADA
 ========================================================= */
/* =========================================================
 FOOTER PARTNERS — CAIXA POR GRUPO
 ========================================================= */

.footer-partners {
	padding: clamp(60px, 6.3vw, 121px) 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	max-width: 1650px;
	margin: 0 auto clamp(40px, 5vw, 100px);
}

.footer-partners__header {
	text-align: center;
	margin-bottom: clamp(20px, 2.08vw, 40px);
}

.footer-partners__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 0;
	padding: 0 20px;
}

/* Cada grupo é uma caixa */
.footer-partners__group {
	display: flex !important;
	flex-wrap: wrap;
	align-items: stretch;
	position: relative;
	border: 1px solid #4C4C4C !important;
}

/* Evita efeito de border dupla entre grupos colados */
.footer-partners__group + .footer-partners__group {
	margin-left: -1px;
}

/* Cada logo deixa de ter borders internas */
.footer-partners__logos {
	width: clamp(150px, 10.4vw, 200px);
	min-height: clamp(135px, 9.4vw, 180px);
	aspect-ratio: auto !important;
	display: flex !important;
	flex: 0 0 auto;
	border: 0 !important;
	padding: 0 !important;
}

/* Só o primeiro elemento do grupo tem border à esquerda */
.footer-partners__logos.is-group-first {
	border-left: 1px solid #4C4C4C !important;
}

/* Só o último elemento do grupo tem border à direita */
.footer-partners__logos.is-group-last {
	/* border-right: 1px solid #4C4C4C !important; */
}

/* Se for parceiro único, a mesma div tem as duas classes */
.footer-partners__logos.is-group-single {
	/*border-left: 1px solid #4C4C4C !important;
	 border-right: 1px solid #4C4C4C !important;*/
}

.footer-partners__logo-card {
	width: 100%;
	min-height: inherit;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: clamp(16px, 1.2vw, 24px);
	text-align: center;
	color: inherit;
	text-decoration: none;
	height: 100%;
}

.footer-partners__logo-card:hover {
	color: inherit;
	text-decoration: none;
}

.footer-partners__logo-card:hover img {
	transform: scale(0.96);
}

.footer-partners__logo-media {
	flex: 1 1 auto;
	width: 100%;
	display: flex;
	align-items: end;
	justify-content: center;
}

.footer-partners__logo-media img, .footer-partners__logos img {
	max-width: 100%;
	max-height: clamp(55px, 4.2vw, 80px);
	width: auto;
	height: auto;
	object-fit: contain;
	margin: 0 !important;
	transition: transform 0.25s ease;
}

.footer-partners__logos.has-group-label .footer-partners__logo-media img {
	max-height: clamp(48px, 3.6vw, 70px);
}

.footer-partners__label {
	display: flex !important;
	flex-direction: column;
	gap: 2px;
	width: 100%;
	margin: 0 !important;
	text-align: left;
	padding: 10px 0;
	padding-top: 0;
}

.footer-partners__label strong {
	display: block;
	overflow: hidden;
	color: var(--white);
	text-overflow: ellipsis;
	font-size: 8.34px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

.footer-partners__label span {
	display: block;
	overflow: hidden;
	color: #B8B8B8;
	text-overflow: ellipsis;
	font-size: 8.34px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

/* Remove comportamentos antigos que vinham da grelha anterior */
.footer-partners__group.has-left-border, .footer-partners__group.has-top-border {
	/* border-left: 0 !important; */
	/* border-top: 1px solid #4C4C4C !important;*/
}

.partner__group-flex {
	flex: initial !important;
}

.footer-partners__logos img:has(+ p), .footer-partners__logos img:has(+ .footer-partners__label) {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/* Responsivo */
@media screen and (max-width: 1455px) {
	.footer-partners__grid {
		justify-content: center;
	}

	.footer-partners__group {
		flex-wrap: wrap !important;
	}

	.footer-partners__logos {
		width: 180px;
		min-height: 160px;
	}
}

@media screen and (max-width: 1024px) {
	.footer-partners__grid {
		justify-content: flex-start;
		flex-wrap: wrap;
		overflow-x: auto;
		padding-bottom: 8px;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.footer-partners__grid::-webkit-scrollbar {
		display: none;
	}

	.footer-partners__logos {
		width: 165px;
		min-height: 150px;
	}
}

@media screen and (max-width: 500px) {
	.footer-partners__logos {
		width: 145px;
		min-height: 135px;
	}

	.footer-partners__logo-card {
		padding: 16px;
	}

	.footer-partners__logo-media img, .footer-partners__logos img {
		max-height: 58px;
	}

	.footer-partners__label strong, .footer-partners__label span {
		font-size: 9.8px;
	}
}