:root {
	--primary: #000000;
	--accent: #C41E3A;
	--gold: #FFD700;
	--white: #FFFFFF;
	--grey-light: #F8F9FA;
	--grey: #E9ECEF;
	--grey-dark: #212529;
	--grey-mid: #6C757D;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Inter', sans-serif;
	background: var(--white);
	color: var(--primary);
	line-height: 1.6;
	overflow-x: hidden;
}

/* PAGE HERO */
.page-hero {
	padding: 140px 0 60px;
	background: linear-gradient(135deg, #000 0%, #1a0a0e 100%);
	position: relative;
	overflow: hidden;
}

.page-hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><path d="M30 0L60 30L30 60L0 30Z" fill="none" stroke="rgba(196,30,58,0.06)" stroke-width="1"/></svg>') repeat;
}

body.page-id-17 .page-hero-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
	position: relative;
	z-index: 2;
} 
body.page-id-19 .page-hero-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
	position: relative;
	z-index: 2;
} 
body.page-id-23 .page-hero-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
	position: relative;
	z-index: 2;
} 
body.page-id-25 .page-hero-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
	position: relative;
	z-index: 2;
} 
body.page-id-15 .page-hero-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
	position: relative;
	z-index: 2;
} 
 body.page-id-21 .page-hero-container { 
    max-width: 1400px; 
    margin: 0 auto; 
    padding: 0 2rem; 
    position: relative; 
    z-index: 2; 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 4rem; 
    align-items: center; 
}
 body.page-id-23 .page-hero-container { 
    max-width: 1400px; 
    margin: 0 auto; 
    padding: 0 2rem; 
    position: relative; 
    z-index: 2; 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 4rem; 
    align-items: center; 
}
.breadcrumb {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.85rem;
	margin-bottom: 1.5rem;
}

.breadcrumb a {
	color: var(--accent);
	text-decoration: none;
}

.breadcrumb span {
	margin: 0 0.5rem;
}

.page-hero h1 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 7rem;
	color: var(--white);
	line-height: 0.9;
	letter-spacing: 3px;
	margin-bottom: 1rem;
}

.page-hero h1 em {
	color: var(--accent);
	font-style: normal;
}

/* .page-hero-sub {
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 300;
	max-width: 700px;
	line-height: 1.7;
} */
  .page-hero-sub { 
    font-size: 1.1rem; 
    color: rgba(255,255,255,0.65); 
    margin-top: 1.5rem; 
    max-width: 500px; 
    line-height: 1.7; 
}
.page-nav-tabs {
	display: flex;
	gap: 0;
	margin-top: 3rem;
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.hero-season-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}

.hero-stat-box {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	padding: 1.5rem;
	text-align: center;
	border-top: 3px solid var(--accent);
}

.hero-stat-num {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 2.5rem;
	color: var(--gold);
	line-height: 1;
}

.hero-stat-label {
	font-size: 0.7rem;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 0.25rem;
}

.tab-link {
	padding: 1rem 2rem;
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
	font-weight: 600;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.3s;
	border-bottom: 3px solid transparent;
	margin-bottom: -2px;
}

.tab-link:hover,
.tab-link.active {
	color: var(--white);
	border-bottom-color: var(--accent);
}

.hero-contact-card {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 215, 0, 0.2);
	border-radius: 16px;
	padding: 2.5rem;
}

.hero-contact-card h3 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.8rem;
	color: var(--gold);
	letter-spacing: 1px;
	margin-bottom: 1.5rem;
}

.contact-row {
	display: flex;
	gap: 1rem;
	align-items: center;
	padding: 0.9rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.contact-row:last-child {
	border-bottom: none;
}

.contact-label {
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.4);
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 100px;
	flex-shrink: 0;
}

.contact-value {
	font-size: 0.95rem;
	color: var(--white);
	font-weight: 500;
}

.contact-value a {
	color: var(--accent);
	text-decoration: none;
}

.contact-value a:hover {
	text-decoration: underline;
}

.section-tag {
	display: inline-block;
	color: var(--gold);
	font-weight: 700;
	font-size: 0.75rem;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 0.75rem;
}

.section-title {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 3.5rem;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 1rem;
	color: var(--primary);
}

/* SOCIALS */
.socials-section {
	padding: 6rem 0;
	background: var(--white);
}

.socials-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
}

.socials-header {
	text-align: center;
	margin-bottom: 4rem;
}

.socials-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.social-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 3rem 2rem;
	border-radius: 16px;
	text-decoration: none;
	transition: all 0.3s;
	border: 2px solid var(--grey);
	background: var(--grey-light);
	position: relative;
	overflow: hidden;
}

.social-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
}

.social-card.instagram::before {
	background: linear-gradient(90deg, #fd1d1d, #fcb045, #405de6);
}

.social-card.twitter::before {
	background: #000;
}

.social-card.tiktok::before {
	background: linear-gradient(90deg, #ff0050, #00f2ea);
}

.social-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
	border-color: var(--accent);
}

.social-icon-wrap {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.5rem;
	margin-bottom: 1.5rem;
	background: var(--white);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.social-platform {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.8rem;
	letter-spacing: 1px;
	color: var(--primary);
	margin-bottom: 0.25rem;
}

.social-handle {
	font-size: 0.95rem;
	color: var(--accent);
	font-weight: 600;
	margin-bottom: 1.5rem;
}

.social-btn {
	background: var(--primary);
	color: var(--white);
	padding: 0.7rem 1.8rem;
	border-radius: 5px;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: background 0.3s;
}

.social-card:hover .social-btn {
	background: var(--accent);
}

/* SPORTS PROFILES SOCIAL */
.profiles-social-section {
	padding: 5rem 0;
	background: var(--grey-light);
}

.profiles-social-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
}

.profiles-social-header {
	text-align: center;
	margin-bottom: 3rem;
}

.profiles-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}

.profile-row-card {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	background: var(--white);
	border-radius: 12px;
	padding: 1.5rem;
	text-decoration: none;
	color: var(--primary);
	transition: all 0.3s;
	border: 1px solid var(--grey);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.profile-row-card:hover {
	border-color: var(--accent);
	transform: translateY(-4px);
	box-shadow: 0 10px 30px rgba(196, 30, 58, 0.12);
}

.profile-row-icon {
	width: 50px;
	height: 50px;
	background: var(--grey-light);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	flex-shrink: 0;
}

.profile-row-name {
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: 0.2rem;
}

.profile-row-desc {
	font-size: 0.8rem;
	color: var(--grey-mid);
}

.profile-row-arrow {
	margin-left: auto;
	color: var(--accent);
	font-size: 1.2rem;
	flex-shrink: 0;
}

/* NEWS */
.news-section {
	padding: 6rem 0;
	background: var(--grey-dark);
}

.news-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
}

.news-header {
	text-align: center;
	margin-bottom: 4rem;
}

.news-header .section-title {
	color: var(--white);
}

.news-grid {
	display: grid;
	gap: 1.5rem;
}

.news-card {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	padding: 2rem;
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 2rem;
	align-items: center;
	text-decoration: none;
	transition: all 0.3s;
}

.news-card:hover {
	background: rgba(196, 30, 58, 0.1);
	border-color: var(--accent);
}

.news-num {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 3rem;
	color: rgba(255, 255, 255, 0.1);
	line-height: 1;
	width: 60px;
	text-align: center;
}

.news-source {
	font-size: 0.75rem;
	color: var(--accent);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 0.5rem;
}

.news-title {
	font-weight: 700;
	color: var(--white);
	font-size: 1.05rem;
	line-height: 1.4;
	margin-bottom: 0.5rem;
}

.news-excerpt {
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.6;
}

.news-arrow {
	color: var(--accent);
	font-size: 1.5rem;
}

/* SECTION COMMON */
.section-tag {
	display: inline-block;
	color: var(--accent);
	font-weight: 700;
	font-size: 0.75rem;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 0.75rem;
}

.section-title {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 3.5rem;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 1rem;
   
}

.section-title.light {
	color: var(--white);
}

/* INTRO */
.intro-section {
	padding: 6rem 0;
	background: var(--white);
}

.intro-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
}

.intro-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5rem;
	align-items: center;
}

.intro-text p {
	font-size: 1.05rem;
	color: var(--grey-dark);
	line-height: 1.9;
	margin-bottom: 1.5rem;
}

.intro-text p:last-child {
	margin-bottom: 0;
}

.intro-highlight {
	background: var(--grey-dark);
	color: var(--white);
	padding: 2.5rem;
	border-radius: 15px;
	border-left: 5px solid var(--accent);
}

.intro-highlight blockquote {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 1px;
	color: var(--gold);
	margin-bottom: 1rem;
}

.intro-highlight cite {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.6);
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.quick-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	margin-top: 2rem;
}

.quick-stat {
	text-align: center;
	padding: 1.5rem 1rem;
	background: var(--grey-light);
	border-radius: 10px;
	border-top: 3px solid var(--accent);
}

.quick-stat-num {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 2.5rem;
	color: var(--primary);
	line-height: 1;
}

.quick-stat-label {
	font-size: 0.75rem;
	color: var(--grey-mid);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 0.25rem;
}

/* AWARDS */
.awards-section {
	padding: 6rem 0;
	background: var(--grey-dark);
}

.awards-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
}

.awards-header {
	text-align: center;
	margin-bottom: 4rem;
}

.awards-timeline {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
	margin-bottom: 5rem;
}

.award-card {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 15px;
	padding: 2rem;
	text-align: center;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
}

.award-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--accent), var(--gold));
}

.award-card:hover {
	background: rgba(196, 30, 58, 0.1);
	border-color: var(--accent);
	transform: translateY(-8px);
}

.award-year {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 3.5rem;
	color: var(--gold);
	line-height: 1;
	margin-bottom: 0.5rem;
}

.award-grade {
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.4);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 1rem;
}

.award-title {
	font-weight: 700;
	color: var(--white);
	font-size: 0.95rem;
	line-height: 1.4;
}

.award-icon {
	font-size: 2.5rem;
	margin-bottom: 1rem;
}

/* SEASON STATS TABLE */
.stats-section {
	padding: 5rem 0;
	background: var(--grey-dark);
}

.stats-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
}

.stats-table-wrap {
	overflow-x: auto;
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

table {
	width: 100%;
	border-collapse: collapse;
}

thead tr {
	background: var(--accent);
}

thead th {
	padding: 1.2rem 1.5rem;
	text-align: left;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--white);
}

tbody tr {
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	transition: background 0.2s;
}

tbody tr:last-child {
	border-bottom: none;
}

tbody tr:hover {
	background: rgba(255, 255, 255, 0.04);
}

tbody td {
	padding: 1.2rem 1.5rem;
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.95rem;
}

tbody td:first-child {
	font-weight: 700;
	color: var(--gold);
}

.badge {
	display: inline-block;
	background: rgba(196, 30, 58, 0.2);
	color: var(--accent);
	border: 1px solid rgba(196, 30, 58, 0.3);
	padding: 0.2rem 0.7rem;
	border-radius: 50px;
	font-size: 0.75rem;
	font-weight: 700;
	margin-left: 0.5rem;
}

.badge.gold {
	background: rgba(255, 215, 0, 0.15);
	color: var(--gold);
	border-color: rgba(255, 215, 0, 0.3);
}

/* RANKINGS */
.rankings-section {
	padding: 6rem 0;
	background: var(--white);
}

.rankings-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
}

.rankings-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	margin-top: 3rem;
}

.rankings-card {
	background: var(--grey-light);
	border-radius: 15px;
	padding: 2.5rem;
	border-left: 5px solid var(--accent);
}

.rankings-card h3 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.8rem;
	letter-spacing: 1px;
	margin-bottom: 1.5rem;
}

.ranking-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 0;
	border-bottom: 1px solid var(--grey);
}

.ranking-row:last-child {
	border-bottom: none;
}

.ranking-label {
	font-size: 0.9rem;
	color: var(--grey-mid);
	font-weight: 500;
}

.ranking-value {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.5rem;
	color: var(--primary);
}

.ranking-value.highlight {
	color: var(--accent);
}

/* SPORTS PROFILES */
.profiles-section {
	padding: 6rem 0;
	background: var(--grey-light);
}

.profiles-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
}

.profiles-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	margin-top: 3rem;
}

.profile-link-card {
	background: var(--white);
	border-radius: 15px;
	padding: 2.5rem;
	text-align: center;
	text-decoration: none;
	color: var(--primary);
	transition: all 0.3s;
	border: 2px solid transparent;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
}

.profile-link-card:hover {
	border-color: var(--accent);
	transform: translateY(-8px);
	box-shadow: 0 15px 40px rgba(196, 30, 58, 0.15);
}

.profile-link-icon {
	font-size: 3rem;
	margin-bottom: 1rem;
}

.profile-link-name {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.6rem;
	letter-spacing: 1px;
	margin-bottom: 0.5rem;
}

.profile-link-desc {
	font-size: 0.85rem;
	color: var(--grey-mid);
	margin-bottom: 1.5rem;
}

.profile-link-btn {
	display: inline-block;
	background: var(--accent);
	color: var(--white);
	padding: 0.6rem 1.5rem;
	border-radius: 5px;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: background 0.3s;
}

.profile-link-card:hover .profile-link-btn {
	background: var(--primary);
}


/* BIO */
.bio-section {
	padding: 6rem 0;
	background: var(--white);
}

.bio-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
}

.bio-grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 5rem;
	align-items: start;
}

.bio-text p {
	font-size: 1.05rem;
	color: var(--grey-dark);
	line-height: 1.9;
	margin-bottom: 1.5rem;
}

.sports-icons {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	margin: 2rem 0;
}

.sport-chip {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	background: var(--grey-light);
	border: 1px solid var(--grey);
	border-radius: 50px;
	padding: 0.5rem 1.2rem;
	font-size: 0.85rem;
	font-weight: 600;
	transition: all 0.3s;
}

.sport-chip:hover {
	background: var(--accent);
	color: var(--white);
	border-color: var(--accent);
}

.sport-chip span {
	font-size: 1.1rem;
}

.family-card {
	background: var(--grey-dark);
	color: var(--white);
	border-radius: 20px;
	padding: 2.5rem;
	border-top: 5px solid var(--gold);
}

.family-card h3 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 2rem;
	letter-spacing: 1px;
	margin-bottom: 2rem;
	color: var(--gold);
}

.family-member {
	padding: 1.5rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.family-member:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.family-member h4 {
	font-weight: 700;
	font-size: 1.05rem;
	color: var(--white);
	margin-bottom: 0.25rem;
}

.family-member p {
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.55);
	line-height: 1.5;
}

.family-member .role-tag {
	display: inline-block;
	background: rgba(196, 30, 58, 0.25);
	color: var(--accent);
	border: 1px solid rgba(196, 30, 58, 0.3);
	padding: 0.15rem 0.6rem;
	border-radius: 3px;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0.4rem;
}

/* PHILOSOPHY */
.philosophy-section {
	padding: 5rem 0;
	background: var(--accent);
}

.philosophy-container {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 2rem;
	text-align: center;
}

.philosophy-container blockquote {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 3.5rem;
	color: var(--white);
	line-height: 1.1;
	letter-spacing: 2px;
	margin-bottom: 1rem;
}

.philosophy-container cite {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.9rem;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/* ACADEMICS */
.academics-section {
	padding: 6rem 0;
	background: var(--grey-dark);
}

.academics-container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 2rem;
}

.academics-header {
	text-align: center;
	margin-bottom: 4rem;
}

.academics-header .section-title {
	color: var(--white);
}

.academics-header p {
	color: rgba(255, 255, 255, 0.65);
	font-size: 1.05rem;
	max-width: 600px;
	margin: 1rem auto 0;
}

.gpa-chart {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 20px;
	padding: 3rem;
}


/* SUMMARY TABLE */
.ratecard-section {
	padding: 6rem 0;
	background: var(--white);
}

.ratecard-container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 2rem;
}

.ratecard-header {
	text-align: center;
	margin-bottom: 4rem;
}

.athlete-table-wrap {
	border-radius: 16px;
	overflow: hidden;
	border: 2px solid var(--grey);
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.table-header-banner {
	background: var(--grey-dark);
	padding: 2rem 2.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.table-header-banner h3 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 2rem;
	color: var(--white);
	letter-spacing: 2px;
}

.table-header-banner .jersey {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 5rem;
	color: rgba(255, 255, 255, 0.07);
	line-height: 1;
}

.athlete-table {
	width: 100%;
	border-collapse: collapse;
}

.athlete-table tr {
	border-bottom: 1px solid var(--grey);
}

.athlete-table tr:last-child {
	border-bottom: none;
}

.athlete-table tr:hover {
	background: var(--grey-light);
}

.athlete-table td {
	padding: 1.1rem 2rem;
	font-size: 0.95rem;
	vertical-align: top;
}

.athlete-table td:first-child {
	font-weight: 700;
	color: var(--grey-mid);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.75rem;
	width: 35%;
}

.athlete-table td:last-child {
	color: var(--grey-dark);
	font-weight: 600;
}

.athlete-table .highlight-row td:last-child {
	color: var(--accent);
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.3rem;
	letter-spacing: 1px;
}

.athlete-table .gold-row td:last-child {
	color: var(--primary);
}

.star-display {
	color: var(--gold);
	font-size: 1.2rem;
	letter-spacing: 2px;
}

/* RANKINGS BREAKDOWN */
.breakdown-section {
	padding: 5rem 0;
	background: var(--grey-light);
}

.breakdown-container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 2rem;
}

.breakdown-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2rem;
	margin-top: 3rem;
}

.breakdown-card {
	background: var(--white);
	border-radius: 12px;
	padding: 2rem;
	border-top: 4px solid var(--accent);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}

.breakdown-card h4 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.5rem;
	letter-spacing: 1px;
	margin-bottom: 1.5rem;
	color: var(--primary);
}

.breakdown-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 0.75rem 0;
	border-bottom: 1px solid var(--grey);
	font-size: 0.875rem;
}

.breakdown-row:last-child {
	border-bottom: none;
}

.breakdown-label {
	color: var(--grey-mid);
}

.breakdown-value {
	font-weight: 700;
	color: var(--primary);
}

/* ALL-AMERICAN TABLE */
.all-american-section {
	padding: 5rem 0;
	background: var(--grey-dark);
}

.all-american-container {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 2rem;
}

.all-american-header {
	text-align: center;
	margin-bottom: 3rem;
}

.all-american-header .section-title {
	color: var(--white);
}

.aa-table-wrap {
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.aa-table {
	width: 100%;
	border-collapse: collapse;
}

.aa-table thead tr {
	background: linear-gradient(90deg, var(--accent), #8b0000);
}

.aa-table thead th {
	padding: 1rem 1.5rem;
	text-align: left;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--white);
}

.aa-table tbody tr {
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.aa-table tbody tr:last-child {
	border-bottom: none;
}

.aa-table tbody tr:hover {
	background: rgba(255, 255, 255, 0.04);
}

.aa-table tbody td {
	padding: 1.1rem 1.5rem;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.9rem;
}

.aa-table tbody td:first-child {
	color: var(--gold);
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.2rem;
}

/* CONTACT CTA */
.contact-cta {
	padding: 6rem 0;
	background: linear-gradient(135deg, var(--accent), #8b0000);
	text-align: center;
}

.contact-cta-container {
	max-width: 700px;
	margin: 0 auto;
	padding: 0 2rem;
}

.contact-cta h2 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 4rem;
	color: var(--white);
	letter-spacing: 2px;
	margin-bottom: 1rem;
}

.contact-cta p {
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.1rem;
	margin-bottom: 2.5rem;
}

.cta-btns {
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap;
}

.cta-btn {
	padding: 1.1rem 2.5rem;
	border-radius: 5px;
	font-size: 0.9rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	transition: all 0.3s;
}

.cta-btn-primary {
	background: var(--white);
	color: var(--accent);
}

.cta-btn-primary:hover {
	background: var(--gold);
	color: var(--primary);
}

.cta-btn-secondary {
	background: transparent;
	color: var(--white);
	border: 2px solid rgba(255, 255, 255, 0.5);
}

.cta-btn-secondary:hover {
	background: rgba(255, 255, 255, 0.1);
}

.gpa-bars {
	display: grid;
	gap: 2.5rem;
}

.gpa-bar-header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 0.75rem;
}

.gpa-grade-label {
	font-weight: 600;
	color: var(--white);
	font-size: 0.95rem;
}

.gpa-value {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.8rem;
	color: var(--gold);
}

.gpa-track {
	height: 48px;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 24px;
	overflow: hidden;
}

.gpa-fill {
	height: 100%;
	background: linear-gradient(90deg, var(--accent), var(--gold));
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 1.2rem;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.3rem;
	color: var(--white);
}

.gpa-fill.fr {
	width: 80%;
}

.gpa-fill.so {
	width: 90%;
}

.gpa-fill.jr {
	width: 97.5%;
}

.gpa-table {
	margin-top: 3rem;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.gpa-table table {
	width: 100%;
	border-collapse: collapse;
}

.gpa-table thead tr {
	background: var(--accent);
}

.gpa-table thead th {
	padding: 1rem 1.5rem;
	text-align: left;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--white);
}

.gpa-table tbody tr {
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.gpa-table tbody tr:last-child {
	border-bottom: none;
}

.gpa-table tbody td {
	padding: 1.1rem 1.5rem;
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.95rem;
}

.gpa-table tbody td:first-child {
	font-weight: 700;
	color: var(--gold);
}

/* NEWSLETTER */
.newsletter-section {
	padding: 6rem 0;
	background: linear-gradient(135deg, var(--accent), var(--gold));
	text-align: center;
}

.newsletter-container {
	max-width: 700px;
	margin: 0 auto;
	padding: 0 2rem;
}

.newsletter-section h2 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 4rem;
	color: var(--white);
	margin-bottom: 1rem;
	letter-spacing: 2px;
}

.newsletter-section p {
	font-size: 1.15rem;
	color: rgba(255, 255, 255, 0.92);
	margin-bottom: 2.5rem;
}

.newsletter-form {
	display: flex;
	gap: 1rem;
	max-width: 550px;
	margin: 0 auto;
}

/* .newsletter-form input {
	flex: 1;
	padding: 1.2rem 1.5rem;
	border: none;
	border-radius: 5px;
	font-size: 1rem;
	font-family: 'Inter', sans-serif;
} */

/* .newsletter-form button {
	padding: 1.2rem 2rem;
	background: var(--primary);
	color: var(--white);
	border: none;
	border-radius: 5px;
	font-size: 0.85rem;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.3s;
	text-transform: uppercase;
	letter-spacing: 1px;
	white-space: nowrap;
}

.newsletter-form button:hover {
	background: var(--grey-dark);
	transform: translateY(-2px);
} */
.newsletter-section .wpcf7 form p {
    display: flex;
    gap: 1rem;
    max-width: 550px;
    margin: 0 auto;
}
.newsletter-section .wpcf7 input[type="email"] {
    flex: 1;
    padding: 1.2rem 1.5rem;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
}

.newsletter-section .wpcf7 input[type="submit"] {
    padding: 1.2rem 2rem;
    background: var(--primary);
    color: var(--white);
    border: none;
    border-radius: 5px;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
}

/* Hover effect */
.wpcf7 input[type="submit"]:hover {
    background: var(--grey-dark);
    transform: translateY(-2px);
}

/* FEATURED VIDEO */
.featured-section {
	padding: 5rem 0;
	background: #0a0a0a;
}

.featured-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
}

.featured-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 2.5rem;
}

.video-badge {
	display: inline-block;
	background: var(--accent);
	color: var(--white);
	padding: 0.4rem 1rem;
	border-radius: 50px;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0.75rem;
}

.featured-video-wrap {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(196, 30, 58, 0.4);
	border: 2px solid rgba(196, 30, 58, 0.3);
}

.featured-video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/* SEASON CARDS */
.seasons-section {
	padding: 5rem 0;
	background: var(--primary);
}

.seasons-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
}

.seasons-header {
	text-align: center;
	margin-bottom: 4rem;
}

.seasons-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.5rem;
}

.season-card {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	overflow: hidden;
	transition: all 0.3s;
}

.season-card:hover {
	border-color: var(--accent);
	transform: translateY(-8px);
	box-shadow: 0 20px 50px rgba(196, 30, 58, 0.2);
}

.season-video-wrap {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}

.season-video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.season-video-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #1a0a0e, #0a0a1a);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.3s;
}

.season-video-placeholder:hover {
	background: linear-gradient(135deg, rgba(196, 30, 58, 0.3), #0a0a1a);
}

.play-btn {
	width: 70px;
	height: 70px;
	background: var(--accent);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	margin-bottom: 1rem;
	transition: transform 0.3s;
	box-shadow: 0 0 30px rgba(196, 30, 58, 0.5);
}

.season-video-placeholder:hover .play-btn {
	transform: scale(1.1);
}

.play-label {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	letter-spacing: 2px;
}

.season-info {
	padding: 2rem;
}

.season-year {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.2rem;
	color: var(--gold);
	letter-spacing: 2px;
	margin-bottom: 0.5rem;
}

.season-title {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.8rem;
	letter-spacing: 1px;
	margin-bottom: 0.75rem;
	color: var(--white);
}

.season-desc {
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.55);
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

.season-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.75rem;
}

.s-stat {
	text-align: center;
	background: rgba(255, 255, 255, 0.04);
	border-radius: 8px;
	padding: 0.75rem 0.5rem;
}

.s-stat-num {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.4rem;
	color: var(--gold);
	line-height: 1;
}

.s-stat-label {
	font-size: 0.65rem;
	color: rgba(255, 255, 255, 0.4);
	text-transform: uppercase;
	letter-spacing: 1px;
}

.watch-btn {
	display: block;
	text-align: center;
	background: var(--accent);
	color: var(--white);
	text-decoration: none;
	padding: 0.9rem;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: background 0.3s;
	border-radius: 0 0 10px 10px;
}

.watch-btn:hover {
	background: #a0162e;
}

/* ALL HUDL */
.hudl-cta {
	padding: 4rem 0;
	background: rgba(255, 255, 255, 0.02);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.hudl-cta-container {
	max-width: 700px;
	margin: 0 auto;
	padding: 0 2rem;
	text-align: center;
}

.hudl-cta h3 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 2.5rem;
	letter-spacing: 2px;
	margin-bottom: 1rem;
}

.hudl-cta p {
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 2rem;
}

.hudl-btn {
	display: inline-block;
	background: var(--accent);
	color: var(--white);
	text-decoration: none;
	padding: 1.1rem 3rem;
	border-radius: 5px;
	font-size: 0.9rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.3s;
}

.hudl-btn:hover {
	background: #a0162e;
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(196, 30, 58, 0.4);
}


/* FILTER TABS */
.gallery-controls {
	padding: 3rem 0 0;
	background: var(--white);
}

.gallery-controls-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
}

.filter-tabs {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.filter-btn {
	padding: 0.6rem 1.5rem;
	background: var(--grey-light);
	border: 2px solid var(--grey);
	border-radius: 50px;
	font-size: 0.8rem;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.3s;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.filter-btn.active,
.filter-btn:hover {
	background: var(--accent);
	color: var(--white);
	border-color: var(--accent);
}

.gallery-count {
	font-size: 0.875rem;
	color: var(--grey-mid);
}

/* GALLERY GRID */
.gallery-section {
	padding: 3rem 0 6rem;
	background: var(--white);
}

.gallery-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
}

.masonry-grid {
	columns: 3;
	gap: 1.5rem;
}

.masonry-item {
	break-inside: avoid;
	margin-bottom: 1.5rem;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
}

.masonry-item img {
	width: 100%;
	display: block;
	transition: transform 0.4s ease;
}

.masonry-item:hover img {
	transform: scale(1.05);
}

.masonry-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 50%);
	opacity: 0;
	transition: opacity 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 1.5rem;
}

.masonry-item:hover .masonry-overlay {
	opacity: 1;
}

.overlay-caption {
	font-weight: 700;
	color: var(--white);
	font-size: 0.95rem;
	margin-bottom: 0.25rem;
}

.overlay-tag {
	font-size: 0.75rem;
	color: var(--accent);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}

.expand-icon {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 36px;
	height: 36px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9rem;
	opacity: 0;
	transition: opacity 0.3s;
}

.masonry-item:hover .expand-icon {
	opacity: 1;
}

/* Placeholder cards when no real images */
.gallery-placeholder {
	background: linear-gradient(135deg, var(--grey-dark), #1a1a2e);
	aspect-ratio: 4/3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.3);
	font-size: 0.85rem;
	text-align: center;
	padding: 2rem;
}

.gallery-placeholder-tall {
	aspect-ratio: 3/4;
}

.gallery-placeholder-wide {
	aspect-ratio: 16/9;
}

.gallery-placeholder .ph-icon {
	font-size: 2.5rem;
	margin-bottom: 1rem;
	opacity: 0.4;
}

.gallery-placeholder .ph-label {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.2rem;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 0.4);
}

.gallery-placeholder .ph-sub {
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.2);
	margin-top: 0.25rem;
}

/* LIGHTBOX */
.lightbox {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.95);
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 2rem;
}

.lightbox.open {
	display: flex;
}

.lightbox-content {
	position: relative;
	max-width: 90vw;
	max-height: 90vh;
}

.lightbox-img {
	max-width: 100%;
	max-height: 85vh;
	border-radius: 10px;
	display: block;
}

.lightbox-close {
	position: absolute;
	top: -50px;
	right: 0;
	background: var(--accent);
	color: var(--white);
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 1.2rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lightbox-caption {
	text-align: center;
	margin-top: 1rem;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.9rem;
}

.lightbox- .lightbox-nav:hover {
	background: var(--accent);
}

.lightbox-prev {
	left: -70px;
}

.lightbox-next {
	right: -70px;
}

/* UPLOAD CTA */
.upload-cta {
	padding: 4rem 0;
	background: var(--grey-light);
	text-align: center;
}

.upload-cta-container {
	max-width: 600px;
	margin: 0 auto;
	padding: 0 2rem;
}

.upload-cta h3 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 2.5rem;
	letter-spacing: 2px;
	margin-bottom: 1rem;
}

.upload-cta p {
	color: var(--grey-mid);
	margin-bottom: 2rem;
}

.upload-btn {
	display: inline-block;
	background: var(--accent);
	color: var(--white);
	text-decoration: none;
	padding: 1rem 2.5rem;
	border-radius: 5px;
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}


@media (max-width: 1024px) {
	.bio-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {

	.page-hero h1 {
		font-size: 3rem;
	}

	.section-title {
		font-size: 2.5rem;
	}

	.newsletter-form {
		flex-direction: column;
	}

}

@media (max-width: 1024px) {
	.socials-grid {
		grid-template-columns: 1fr 1fr;
	}

	.profiles-list {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 768px) {

	.page-hero h1 {
		font-size: 3.5rem;
	}

	.section-title {
		font-size: 2.5rem;
	}

	.socials-grid,
	.profiles-list {
		grid-template-columns: 1fr;
	}

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

	.news-num {
		display: none;
	}

}


/* Navigation */
nav {
	position: fixed;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.95);
	backdrop-filter: blur(10px);
	z-index: 1000;
	padding: 1rem 0;
	border-bottom: 2px solid var(--accent);
}

.nav-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 2rem;
	color: var(--white);
	text-decoration: none;
	letter-spacing: 2px;
}

.logo span {
	color: var(--accent);
}

nav ul {
	display: flex;
	list-style: none;
	gap: 2rem;
	align-items: center;
}

nav ul li a {
	color: var(--white);
	text-decoration: none;
	font-weight: 500;
	font-size: 0.9rem;
	transition: color 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 1px;
}

nav ul li a:hover {
	color: var(--accent);
}

/* Hero Section */
.hero {
	min-height: 100vh;
	background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
	position: relative;
	display: flex;
	align-items: center;
	padding-top: 80px;
}

.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
	opacity: 0.5;
}

.hero-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: center;
	position: relative;
	z-index: 2;
}

.hero-content {
	color: var(--white);
}

.hero-badge {
	display: inline-block;
	background: var(--accent);
	color: var(--white);
	padding: 0.5rem 1.5rem;
	border-radius: 50px;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 2rem;
}

.hero h1 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 6rem;
	line-height: 0.9;
	margin-bottom: 1rem;
	letter-spacing: 3px;
}

.hero h1 span {
	color: var(--accent);
}

.hero-subtitle {
	font-size: 1.3rem;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 3rem;
	font-weight: 300;
}

.hero-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	margin-bottom: 3rem;
}

.hero-stat {
	text-align: center;
	padding: 1.5rem;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	transition: all 0.3s ease;
}

.hero-stat:hover {
	background: rgba(196, 30, 58, 0.1);
	border-color: var(--accent);
	transform: translateY(-5px);
}

.hero-stat-number {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 2.5rem;
	color: var(--gold);
	line-height: 1;
	margin-bottom: 0.5rem;
}

.hero-stat-label {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	letter-spacing: 1px;
}

.hero-buttons {
	display: flex;
	gap: 1rem;
}

.btn {
	padding: 1rem 2.5rem;
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
	border-radius: 5px;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
}

.btn-primary {
	background: var(--accent);
	color: var(--white);
	border: 2px solid var(--accent);
}

.btn-primary:hover {
	background: transparent;
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(196, 30, 58, 0.3);
}

.btn-secondary {
	background: transparent;
	color: var(--white);
	border: 2px solid var(--white);
}

.btn-secondary:hover {
	background: var(--white);
	color: var(--primary);
	transform: translateY(-3px);
}

/* Hero Image */
.hero-image {
	position: relative;
}

.hero-main-img {
	width: 100%;
	height: auto;
	border-radius: 20px;
	box-shadow: 0 20px 60px rgba(196, 30, 58, 0.4);
}

/* Stats Bar */
.stats-bar {
	background: var(--grey-dark);
	padding: 3rem 0;
}

body.page-id-13 .stats-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 2rem;
}

.stat-item {
	text-align: center;
	padding: 2rem 1rem;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-item-number {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 3rem;
	color: var(--gold);
	line-height: 1;
	margin-bottom: 0.5rem;
}

.stat-item-label {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Profile Section */
.profile-section {
	padding: 6rem 0;
	background: var(--white);
}

.profile-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	gap: 4rem;
	align-items: center;
}

.profile-img-wrapper {
	position: relative;
}

.profile-img-wrapper::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	right: 20px;
	bottom: 20px;
	border: 3px solid var(--accent);
	border-radius: 20px;
	z-index: -1;
}

.profile-img {
	width: 100%;
	height: auto;
	border-radius: 20px;
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}

.profile-content h2 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 3.5rem;
	line-height: 1;
	margin-bottom: 1rem;
	letter-spacing: 2px;
}

.profile-content h2 span {
	color: var(--accent);
}

.profile-content p {
	font-size: 1.1rem;
	color: var(--grey-mid);
	margin-bottom: 2rem;
	line-height: 1.8;
}

.profile-stats-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	margin-top: 3rem;
}

.profile-stat-card {
	text-align: center;
	padding: 1.5rem;
	background: var(--grey-light);
	border-radius: 10px;
	border-left: 4px solid var(--accent);
}

.profile-stat-card-label {
	font-size: 0.75rem;
	color: var(--grey-mid);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0.5rem;
}

.profile-stat-card-value {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 2rem;
	color: var(--primary);
}

/* Section Header */
.section-header {
	text-align: center;
	margin-bottom: 4rem;
}

.section-tag {
	display: inline-block;
	color: var(--accent);
	font-weight: 700;
	font-size: 0.8rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.section-title {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 4rem;
	letter-spacing: 2px;
	line-height: 1;
}

/* Image Gallery Section */
.gallery-section {
	padding: 6rem 0;
	background: var(--grey-light);
}

.gallery-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}

.gallery-item {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
}

.gallery-item:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.gallery-img {
	width: 100%;
	height: auto;
	display: block;
}

.gallery-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
	padding: 2rem;
	transform: translateY(100%);
	transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
	transform: translateY(0);
}

.gallery-overlay h3 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.8rem;
	color: var(--white);
	margin-bottom: 0.5rem;
}

.gallery-overlay p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.9rem;
}
 .gallery-view-all {
            text-align: center;
            margin-top: 2.5rem;
        }
/* Schools Section */
.schools-section {
	padding: 6rem 0;
	background: var(--primary);
	color: var(--white);
}

.schools-section .section-title {
	color: var(--white);
}

.schools-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
}

.schools-intro {
	text-align: center;
	max-width: 900px;
	margin: 0 auto 4rem;
	font-size: 1.15rem;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.8;
}

.schools-featured-img {
	max-width: 900px;
	margin: 0 auto 4rem;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(196, 30, 58, 0.4);
}

.schools-featured-img img {
	width: 100%;
	height: auto;
	display: block;
}

.schools-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1.5rem;
	margin-top: 3rem;
}

.school-item {
	text-align: center;
	padding: 1.5rem;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	transition: all 0.3s ease;
}

.school-item:hover {
	background: rgba(196, 30, 58, 0.2);
	border-color: var(--accent);
	transform: translateY(-5px);
}

.school-item-name {
	font-weight: 700;
	font-size: 1rem;
	color: var(--white);
}

/* Timeline Section */
.timeline-section {
	padding: 6rem 0;
	background: var(--white);
}

.timeline-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2rem;
}

.timeline-item {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 3rem;
	margin-bottom: 4rem;
	position: relative;
}

.timeline-item::before {
	content: '';
	position: absolute;
	left: 100px;
	top: 120px;
	bottom: -40px;
	width: 3px;
	background: linear-gradient(to bottom, var(--accent), var(--gold));
}

.timeline-item:last-child::before {
	display: none;
}

.timeline-year {
	text-align: center;
}

.year-badge {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--accent), var(--gold));
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 4rem;
	color: var(--white);
	box-shadow: 0 15px 50px rgba(196, 30, 58, 0.4);
	border: 5px solid var(--white);
}

.timeline-content {
	background: var(--grey-light);
	padding: 2.5rem;
	border-radius: 15px;
	border-left: 5px solid var(--accent);
}

.timeline-content h3 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 2rem;
	margin-bottom: 0.5rem;
	letter-spacing: 1px;
}

.timeline-grade {
	color: var(--accent);
	font-weight: 700;
	margin-bottom: 1.5rem;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.timeline-content ul {
	list-style: none;
	padding: 0;
}

.timeline-content li {
	padding: 0.8rem 0;
	border-bottom: 1px solid var(--grey);
	color: var(--grey-dark);
	position: relative;
	padding-left: 1.5rem;
}

.timeline-content li::before {
	content: '▸';
	position: absolute;
	left: 0;
	color: var(--accent);
	font-weight: bold;
}

.timeline-content li:last-child {
	border-bottom: none;
}

/* Academics Section */
.academics-section {
	padding: 6rem 0;
	background: var(--grey-dark);
	color: var(--white);
}

.academics-section .section-title {
	color: var(--white);
}

.academics-container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 2rem;
}

.gpa-intro {
	text-align: center;
	font-size: 1.15rem;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 4rem;
	line-height: 1.8;
}

.gpa-chart {
	background: rgba(255, 255, 255, 0.05);
	padding: 3rem;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.gpa-bars {
	display: grid;
	gap: 2.5rem;
}

.gpa-bar {
	position: relative;
}

.gpa-bar-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.gpa-bar-grade {
	font-weight: 700;
	color: var(--white);
}

.gpa-bar-value {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.5rem;
	color: var(--gold);
}

.gpa-bar-track {
	height: 50px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 25px;
	overflow: hidden;
	position: relative;
}

.gpa-bar-fill {
	height: 100%;
	background: linear-gradient(90deg, var(--accent), var(--gold));
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 1.5rem;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.5rem;
	color: var(--white);
	transition: width 2s ease;
}

.gpa-bar-fill.freshman {
	width: 80%;
}

.gpa-bar-fill.sophomore {
	width: 90%;
}

.gpa-bar-fill.junior {
	width: 97.5%;
}

/* Off Field Section */
.off-field-section {
	padding: 6rem 0;
	background: var(--white);
}

.off-field-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 4rem;
}

.off-field-text {
	font-size: 1.1rem;
	line-height: 1.9;
	color: var(--grey-dark);
}

.off-field-text p {
	margin-bottom: 1.5rem;
}

.support-card {
	background: var(--grey-light);
	padding: 3rem;
	border-radius: 20px;
	border-left: 5px solid var(--accent);
}

.support-card h3 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 2.5rem;
	margin-bottom: 2rem;
	letter-spacing: 1px;
}

.support-member {
	padding: 1.5rem 0;
	border-bottom: 1px solid var(--grey);
}

.support-member:last-child {
	border-bottom: none;
}

.support-member h4 {
	font-weight: 700;
	color: var(--primary);
	margin-bottom: 0.3rem;
	font-size: 1.1rem;
}

.support-member p {
	color: var(--grey-mid);
	font-size: 0.9rem;
}

/* Highlights Section */
.highlights-section {
	padding: 6rem 0;
	background: var(--grey-light);
}

.highlights-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
}

.highlights-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.highlight-card {
	background: var(--white);
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	text-decoration: none;
	color: inherit;
}

.highlight-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.highlight-thumbnail {
	width: 100%;
	height: 250px;
	background: linear-gradient(135deg, var(--primary), var(--grey-dark));
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.highlight-thumbnail::after {
	content: '▶';
	font-size: 4rem;
	color: var(--accent);
}

.highlight-info {
	padding: 2rem;
}

.highlight-info h3 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.8rem;
	margin-bottom: 0.5rem;
	letter-spacing: 1px;
}

.highlight-info p {
	color: var(--grey-mid);
	font-size: 0.9rem;
}

/* Social Section */
.social-section {
	padding: 6rem 0;
	background: var(--white);
}

.social-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
}

.social-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.social-card {
	background: var(--grey-light);
	padding: 3rem;
	border-radius: 15px;
	text-align: center;
	text-decoration: none;
	color: var(--primary);
	transition: all 0.3s ease;
	border: 2px solid transparent;
}

.social-card:hover {
	border-color: var(--accent);
	transform: translateY(-10px);
	box-shadow: 0 15px 50px rgba(196, 30, 58, 0.2);
}

.social-icon {
	font-size: 4rem;
	margin-bottom: 1.5rem;
}

.social-card h3 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
	letter-spacing: 1px;
}

.social-card p {
	color: var(--grey-mid);
	font-size: 0.9rem;
}

/* Newsletter Section */
.newsletter-section {
	padding: 6rem 0;
	background: linear-gradient(135deg, var(--accent), var(--gold));
	text-align: center;
}

.newsletter-container {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 2rem;
}

.newsletter-section h2 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 4rem;
	color: var(--white);
	margin-bottom: 1rem;
	letter-spacing: 2px;
}

.newsletter-section p {
	font-size: 1.2rem;
	color: var(--white);
	margin-bottom: 2.5rem;
	opacity: 0.95;
}

.newsletter-form {
	display: flex;
	gap: 1rem;
	max-width: 600px;
	margin: 0 auto;
}

.newsletter-form input {
	flex: 1;
	padding: 1.2rem 1.5rem;
	border: none;
	border-radius: 5px;
	font-size: 1rem;
	font-family: 'Inter', sans-serif;
}

.newsletter-form button {
	padding: 1.2rem 2.5rem;
	background: var(--primary);
	color: var(--white);
	border: none;
	border-radius: 5px;
	font-size: 0.9rem;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.newsletter-form button:hover {
	background: var(--grey-dark);
	transform: translateY(-3px);
}

/* Footer */
footer {
	background: var(--primary);
	color: var(--white);
	padding: 4rem 0 2rem;
}

.footer-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	gap: 3rem;
	margin-bottom: 3rem;
}

.footer-brand h2 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 2.5rem;
	margin-bottom: 1rem;
	letter-spacing: 2px;
}

.footer-brand h2 span {
	color: var(--accent);
}

.footer-brand p {
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.8;
	margin-bottom: 1.5rem;
}

.footer-socials {
	display: flex;
	gap: 1rem;
}

.footer-socials a {
	width: 45px;
	height: 45px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	text-decoration: none;
	font-size: 1.2rem;
	transition: all 0.3s ease;
}

.footer-socials a:hover {
	background: var(--accent);
	transform: translateY(-3px);
}

.footer-section h3 {
	font-weight: 700;
	margin-bottom: 1.5rem;
	font-size: 1.1rem;
}

.footer-section ul {
	list-style: none;
}

.footer-section ul li {
	margin-bottom: 0.8rem;
}

.footer-section ul li a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	transition: color 0.3s ease;
	font-size: 0.95rem;
}

.footer-section ul li a:hover {
	color: var(--white);
}

.footer-bottom {
	max-width: 1400px;
	margin: 0 auto;
	padding: 2rem 2rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.85rem;
}
        /* ─── LEGAL CONTENT FIX ─── */
        .legal-content { padding: 4rem 0 6rem; background: var(--white); }
        .legal-container { max-width: 860px; margin: 0 auto; padding: 0 2rem; text-align: left; }
        .legal-doc { display: none; text-align: left; }
        .legal-doc.active { display: block; }
        .legal-doc h2 { font-family: 'Bebas Neue', sans-serif; font-size: 2.5rem; letter-spacing: 2px; margin-bottom: 0.5rem; color: var(--primary); text-align: left; }
        .legal-date { font-size: 0.85rem; color: var(--grey-mid); margin-bottom: 3rem; padding-bottom: 2rem; border-bottom: 2px solid var(--grey); text-align: left; }
        .legal-section { margin-bottom: 2.5rem; text-align: left; }
        .legal-section h3 { font-size: 1rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: var(--primary); margin-bottom: 1rem; padding-left: 1rem; border-left: 4px solid var(--accent); text-align: left; }
        .legal-section p, .legal-section li { font-size: 0.95rem; color: #444; line-height: 1.8; margin-bottom: 0.75rem; text-align: left; }
        .legal-section ul { padding-left: 1.5rem; text-align: left; }
        .legal-section li { margin-bottom: 0.5rem; }
        .legal-section a { color: var(--accent); text-decoration: none; }
        .legal-section a:hover { text-decoration: underline; }
/* Responsive */
@media (max-width: 1024px) {

	.hero-container,
	.profile-container,
	.off-field-container {
		grid-template-columns: 1fr;
	}

	.hero h1 {
		font-size: 4rem;
	}

	.stats-container,
	.schools-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.gallery-grid,
	.highlights-grid,
	.social-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.timeline-item {
		grid-template-columns: 1fr;
	}

	.timeline-item::before {
		display: none;
	}

	.footer-container {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 768px) {
	nav ul {
		display: none;
	}

	.hero h1 {
		font-size: 3rem;
	}

	.section-title {
		font-size: 2.5rem;
	}

	.stats-container,
	.hero-stats,
	.profile-stats-grid,
	.schools-grid,
	.gallery-grid,
	.highlights-grid,
	.social-grid {
		grid-template-columns: 1fr;
	}

	.newsletter-form {
		flex-direction: column;
	}

	.footer-container {
		grid-template-columns: 1fr;
	}
}