* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Inter', sans-serif;
}

body {
	min-height: 100vh;
	color: #f5f5f5;

	background:
		linear-gradient(
			to bottom,
			rgba(0, 0, 0, 0.10) 0%,
			rgba(0, 0, 0, 0.45) 40%,
			rgba(0, 0, 0, 0.80) 75%,
			#000000 100%
		),
		url("../images/website-landing-page.jpg");

	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;

	background-attachment: scroll;
}

/*BACKGROUND IMAGE MOBILE SCALING*/

@media (max-width: 768px) {
	body {
		background-size: auto 70vh;
		background-position: center top;
		background-repeat: no-repeat;
		background-color: #000
	}
}

/*HEADER*/
.site-header {
	position: sticky;
	top: 0;
	z-index: 10;

	background: rgba(10, 10, 15, 0.6);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(255,255,255,0.08);
}

.site-header a{
	padding:20px;
}

.nav {
	display: flex;
	justify-content: center;
	gap: 25px;
	flex-wrap: wrap;
}

.nav a {
	color: #cfcfcf;
	text-decoration: none;
	font-weight: 500;
	transition: 0.2s;
}

.nav a:hover {
	color: #ffffff;
}

/*PAGE LAYOUT*/
.page,
.hero {
	max-width: 1600px;
	margin: 0 auto;
	padding: 40px 20px;

	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.page-header {
	text-align: center;
	margin-top: 30px;
}

.page-header h1 {
	font-size: 3rem;
	letter-spacing: 1px;
}

.page-header p {
	margin-top: 10px;
	color: #b5b5b5;
}

/*CARD SYSTEM*/
.card {
	background: rgba(105,105,105,0.05);
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 16px;

	padding: 20px;

	box-shadow: 0 10px 30px rgba(0,0,0,0.35);
	backdrop-filter: blur(10px);
}

/*HEADER SELECTOR*/
.nav a {
	color: #cfcfcf;
	text-decoration: none;
	font-weight: 500;
	padding: 6px 10px;
	border-radius: 8px;
	transition: 0.2s ease;
}

.nav a:hover {
	color: #ffffff;
}

/*ACTIVE PAGE OLD*
.nav a.active {
	color: #ffffff;
	background: rgba(255,255,255,0.10);
	border: 1px solid rgba(255,255,255,0.18);
	backdrop-filter: blur(10px);
}

/*ACTIVE PAGE NEW*/
.nav a.active {
  color: #ffffff;
  background: rgba(255,255,255,0.10);
  border-radius: 0;
  border-bottom: 2px solid #f9a01b;
  backdrop-filter: blur(10px);
}

/*ABOUT US*/
.about-page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.about-center {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.about-card {
	max-width: 1600px;
	width: 100%;
	text-align: center;
	margin-bottom: 10px
}

.about-card p {
	margin-bottom: 14px;
	line-height: 1.7;
	color: #d8d8d8;
}

.about-card p:last-child {
	margin-bottom: 20px;
}



.about-coverart {
	width: 100%;
	max-width: 1600px;
	overflow: hidden;
	border-radius: 16px;
}

.about-coverart img {
	width: 100%;
	height: 100%;
	display: block;

	object-fit: cover;
}

.coverart-spacer {
	margin: 50px 0;
}

/*LOGO*/

.media-center {
	width: 100%;
	display: flex;
	justify-content: center;

}

.media-card {
	width: 100%;
	max-width: 1200px;
	height: 250px; 
	overflow: hidden;
}

.media-card img {
	width: 100%;
	height: 100%;
	object-fit: contain; 
	display: block;
}

/*SOCIAL BUTTONS*/
.mid-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 25px;
	margin: 40px 0;
}

.social-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(180px, 1fr));
	gap: 15px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;

}

.social-button {
	display: flex;
	align-items: center;
	gap: 12px;

	min-height: 56px;
	padding: 12px 18px;

	background: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 16px;

	color: #f5f5f5;
	text-decoration: none;
	font-weight: 600;

	backdrop-filter: none;
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);

	transition: all 0.2s ease;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);



}

.social-button:hover {
	transform: translateY(-2px);
	background: rgba(255,255,255,0.10);
	border-color: rgba(255,255,255,0.18);
}

.follow-card .social-links {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	overflow: visible;
}

.follow-card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	align-items: start;
	isolation: isolate;
}

.follow-card,
.social-links {
	overflow: visible;
}



/*SOCIAL-ROW*/

.social-links-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 12px;
  width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

/*SOCIAL-ROW SPACER*/
.social-links-row .social-button {
  flex: 1 1 0;
  min-width: 180px;
}


/*RESPONSIVE*/

@media (max-width: 768px) {
  .social-links-row {
    flex-direction: column;
  }

  .social-links-row .social-button {
    width: 100%;
  }
}

/*ICON PLACEHOLDER*/
.social-icon {
	width: 32px;
	height: 32px;

	flex-shrink: 0;

	display: flex;
	align-items: center;
	justify-content: center;

	border-radius: 8px;

	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.12);

	font-size: 0.75rem;
	font-weight: 700;
	color: #cfcfcf;
}

/*MOBILE*/
@media (max-width: 480px) {
	.social-links {
		grid-template-columns: 1fr;
		max-width: 300px;
	}
}

@media (max-width: 480px) {
  .social-links-row {
    justify-content: flex-start;
  }
}

/*SOCIAL ICON STYLE*/

.social-button i {
	font-size: 18px;
	width: 28px;
	text-align: center;
	color: #ffffff;
	opacity: 0.85;
	transition: 0.2s ease;
}

.social-button:hover i {
	opacity: 1;
	transform: scale(1.1);
}

/*LOWER SECTION*/
.lower {
	display: flex;
	flex-direction: column;
	gap: 55px;
	padding-bottom: 15px;
}

/*MEMBERS GRID*/
.members-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
}

.member-card {
	text-align: center;
}

.photo-placeholder {
	width: 100%;
	height: 400px;

	border-radius: 12px;
	margin-bottom: 15px;

	border: 2px dashed rgba(255,255,255,0.25);
	background: rgba(255,255,255,0.05);

	display: flex;
	align-items: center;
	justify-content: center;

	color: #aaa;
	font-weight: 600;
}

.photo-member {
    width: 100%;
    height:400px;

    border-radius: 12px;
    margin-bottom: 15px;

    overflow: hidden; 
}

.photo-member img {
    width: 100%;
    height: 100%;

    object-fit: cover; 
    display: block;
}

/*MEMBERS PAGE*/

.member-row {
	display: grid;
	grid-template-columns: 60% 40%;
	gap: 25px;
	align-items: start;
	margin-bottom:40px;
}

.member-row.reverse {
	grid-template-columns: 40% 60%;
}

.member-text h2 {
	margin-bottom: 10px;
	font-size: 1.6rem;
	text-align: center;
	display: flex;

	justify-content: center;
	align-items: center;
	padding: 10px 10px 10px 0;
	gap: 6px;
}

.member-text p {
	color: #d8d8d8;
	line-height: 1.6;
	text-align: center;
	display: flex;

	justify-content: center;
	align-items: center;
	padding: 10px 10px 10px 0;
	gap: 6px;
}

.member-image {
	width: 100%;
	padding: 40px;
	display: flex;
	align-items: stretch;
}

/*.photo-placeholder {
	width: 100%;
	height: 400px;

	border-radius: 12px;
	border: 2px dashed rgba(255,255,255,0.25);
	background: rgba(255,255,255,0.05);

	display: flex;
	align-items: center;
	justify-content: center;

	color: #aaa;
	font-weight: 600;
}
*/

.member-image img {
	width: 100%;
	height: 400px;

	object-fit: cover;
	border-radius: 12px;

	display: block;
}

/*STACK GRID ON MOBILE*/
@media (max-width: 768px) {
	.member-row,
	.member-row.reverse {
		grid-template-columns: 1fr;
		text-align: center;
	}
}

@media (max-width: 768px) {

	.member-row,
	.member-row.reverse {
		grid-template-columns: 1fr !important;
	}

	.member-image {
		order: 1;
	}

	.member-text {
		order: 2;
	}

}

/*MEMBERS BUTTON CTA*/

.hero-cta {
	width: 100%;
	margin-top: 30px;
}

.hero-button {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 100%;
	padding: 16px 20px;

	background: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 16px;

	color: #f5f5f5;
	text-decoration: none;
	font-weight: 600;

	backdrop-filter: blur(10px);
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);

	transition: all 0.2s ease;
}

.hero-button:hover {
	transform: translateY(-2px);
	background: rgba(255,255,255,0.10);
	border-color: rgba(255,255,255,0.18);
}

/*FOLLOW CARD*/

.follow-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(180px, 260px);
	gap: 25px;
	align-items: center;
}

.follow-text {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 0;
}

.social-column {
	min-width: 0;
}

.social-links {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.social-button {
	display: flex;
	align-items: center;
	gap: 12px;

	width: 100%;
	min-width: 0;

	padding: 12px 18px;

	background: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 16px;

	color: #f5f5f5;
	text-decoration: none;
	font-weight: 600;

	backdrop-filter: blur(10px);
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);

	transition: all 0.2s ease;
}

.social-button span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*TABLET SCALING*/

@media (max-width: 900px) {
	.follow-card {
		grid-template-columns: 1fr;
	}

	.social-links {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	}
}


/*MOBILE SCALING*/

@media (max-width: 480px) {
	.social-links {
		grid-template-columns: 1fr;
	}

	.social-button {
		justify-content: center;
	}
}

/*RESPONSIVE STACKING*/

@media (max-width: 768px) {
	.follow-card {
		grid-template-columns: 1fr;
	}

	.follow-card .social-links {
		flex-direction: column;
	}
}

/*CONTACT*/
.contact-card form {
	display: flex;
	flex-direction: column;
	gap: 12px;

}

.contact-card textarea {
	min-height: 160px;
	resize: vertical;

	padding: 12px;
	border-radius: 10px;
	border: none;
	outline: none;
	background: rgba(255,255,255,0.08);
	color: white;
}

.contact-card button {
	padding: 12px 18px;
	border: none;
	border-radius: 10px;
	background: #000000;
	color: white;
	font-weight: 600;
	cursor: pointer;
	transition: 0.2s;
}

.contact-card button:hover {
	background: #808080;
}

/*FOOTER*/
.site-footer {
	text-align: center;
	padding: 30px;
	color: #888;
}

.footer-social {
	display: flex;
	justify-content: center;
	gap: 14px;
	margin-bottom: 10px;
}

.footer-social a {
	width: 42px;
	height: 42px;

	display: flex;
	align-items: center;
	justify-content: center;

	border-radius: 12px;

	background: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.08);

	color: #f5f5f5;
	text-decoration: none;

	transition: all 0.2s ease;
	backdrop-filter: blur(10px);
}

.footer-social a i {
	font-size: 16px;
	opacity: 0.85;
	transition: 0.2s ease;
}

.footer-social a:hover {
	background: rgba(255,255,255,0.10);
	border-color: rgba(255,255,255,0.18);
	transform: translateY(-2px);
}

.footer-social a:hover i {
	opacity: 1;
	transform: scale(1.1);
}

.footer-copy {
	text-align: center;
	color: #888;
	font-size: 0.9rem;
}