/* Styling Font */
@import url('https://fonts.googleapis.com/css2?family=Rubik+Burned&display=swap');


/* Base */
:root {
    --bg: #522D80;
    --surface: rgb(51,51,51);
    --surface-2: #0e141c;
    --text: #e8eef6;
    --muted: #9fb0c5;
    --line: #ffffff1f;
    --header-h: 0px;

    --accent: #F56600;
    --accent2: #a800be;

    --logo-w: 200px;
}

/* Header Font Config */


* { box-sizing: border-box; }
html, body { height: 100%; }
html { scroll-behavior: smooth; }

img { display: block; max-width: 100%; height: auto; }

a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }


.container { max-width: 1200px; margin-inline: auto; padding: 0 20px;}
section { padding: 64px 0; }

/* General Styles  */

.about {
    position: relative;
    padding: 0;
    border-top: 1px solid var(--line);
}

.about.is-visible .about-tile {
    opacity: 1;
    transform: translateY(0);
}

.about::before {
    content: "";
    position: absolute;
    inset: -40px 0 -40px 0;
    background: linear-gradient(180deg, #0000, #00000026 30%, #00000026 70%, #0000);
    pointer-events: none;
}

.about-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
    padding: 20px 22px 22px;
}

.about-inner {
    align-items: center;
    display: flex;
    gap: clamp(24px, 4vw, 48px);
    justify-content: space-between;
    padding: 48px 20px;
    flex-direction: column;
    flex-wrap: wrap;
}

.about-inner h2 {
    margin: 0 0 .5rem;
    margin-bottom: .35rem;
    margin-top: 0;
    font-size: clamp(1.6rem, 2.2vw + 1rem, 2.4rem);
    line-height: 1.15;
}

.about-inner h2::after {
    background: var(--accent);
    border-radius: 2px;
    content: "";
    display: block;
    height: 3px;
    margin-top: 6px;
    opacity: .9;
    width: 64px;

}

.about-inner p {
    margin: .4rem 0 .9rem;
}

.about-sections {
    display: grid;
    gap: 28px;
    padding-top: 24px;
    padding-bottom: 48px;
}

.about-text {
    border-radius: 12px;
    flex: 1 1 42%;
    min-width: 300px;
    max-width: 520px;
    padding: 20px 20px 24px 26px;
    position: relative;
}

.about-tile {
    background: 
        linear-gradient(180deg, rgba(255,255,255,0.03), transparent 18%) ,
        var(--surface);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
    opacity: 0;
    overflow: hidden;
    position: relative;
    transform: translateY(40px);
    transition: opacity .55s ease, transform .6s ease;
}

.about-tile::before {
    background: 
        radial-gradient(70% 50% at 90% 8%, rgba(245,102,0,.06), transparent 60%),
        radial-gradient(60% 45% at 8% 90%, rgba(82,45,128,.10), transparent 55%),
        linear-gradient(180deg, #0000, #00000026 30%, #00000026 70%, #0000);
    bottom: 0;
    box-shadow: 
        0 0 14px rgba(245, 102, 0, 0.28),
        0 0 30px rgba(245, 102, 0, 0.16);
    content: "";
    left: 0;
    opacity: 0.95;
    top: 0;
    width: 6px;
}

.about-video {
    align-items: center;
    display: flex;
    flex: 1 1 45%;
    justify-content: center;
    margin-top: 48px;
}

.about-video video {
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.35);
    height: auto;
    width: 100%;
    max-width: 840px;
    object-fit: cover;
    transform: none;
    
}

body {
    margin: 0;
    background: var(--bg);
    background-image: url("../assets/images/stripes.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--text);
    font: 16px/1.6 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.brand:hover img {
    filter: drop-shadow(0 0 8px var(--accent));
    transform: scale(1.05);
    transition: all 0.2s ease-in-out;
}

.brand:hover span {
    color: var(--accent);
    transition: color 0.2s ease-in-out;
}

.brand img {
    height: 54px;
    width: auto;
    display: block;
}

.brand span {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text);
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.brand img, 
.brand span {
    transition: all 0.2s ease-in-out;
}

.btn {
    background: var(--accent);
    border: 1px solid color-mix(in srgb, var(--accent), black 20%);
    border-radius: 10px;
    color: #111;
    font-weight: 800;
    padding: .55rem .9rem;
    text-decoration: none;
}

.btn--ghost {
    background: transparent;
    border: 1px solid var(--line);
    color: var(--text);
}

.btn--ghost:hover {
    background: color-mix(in srgb, var(--surface), black 10%);
}

.btn:hover { 
    background: color-mix(in srgb, var(--accent), white 10%); 
    transform: translateY(-1px);     
}

.comp-card {
    backdrop-filter: blur(6px);
    background: rgba(0, 0, 0, 0.55);
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.35);
    color: var(--text);
    max-width: 420px;
    opacity: 0;
    padding: 24px 20px;
    position: absolute;
    right: clamp(20px,6vw,64px);
    top: 50%;
    transform: translateY(-50%) translateX(18px) scale(.80);
    transition: opacity .55s ease, transform .55s ease, background .3s ease;
    z-index: 2;
}

.comp-card h2 {
    color: var(--accent);
    margin:0 0 .5rem;
    text-transform: uppercase;
}

.comp-card .btn {
    background: var(--accent);
    border-radius: 10px;
    color: #111;
    display: inline-block;
    font-weight: 700;
    margin-top: 1rem;
    padding: .6rem 1rem;
    transition: transform .2s ease, background .2s ease;
}

.comp-card .btn:hover {
    background: color-mix(in srgb, var(--accent), white 15%);
    transform: scale(1.10);
}

.comp-section {
    display: grid;
    min-height: 100svh;
    isolation: isolate;
    overflow: hidden;
    position: relative;
}

.comp-section::before {
    background: var(--bg);
    background-position: center;
    background-size: cover;
    content: "";
    filter: brightness(0.75);
    inset:0;
    position: absolute; 
    transition: transform 0.8s ease, filter 0.6s ease;
    transform: scale(1.04);
    z-index: 0;

}

.comp-section::after {
    background: linear-gradient(90deg, rgba(0,0,0,.18) 40%, transparent 70%);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;

}

.comp-section.first {
    min-height = calc(100svh - var(--header-h));
}

.comp-section.is-visible::before {
    transform: scale(1.0);
    filter: brightness(.65);
}

.comp-section.is-visible .comp-card {
    opacity: 1;
    transform: translateY(-50%) translateX(0) scale(1);
}

.comp-stack {
    height: auto;
    overflow: auto;
    scroll-snap-type: none;
}


.competition-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    position: relative;
}

.competition-hero {
    position: relative;
    width: 100%;
    height: 85vh;
    overflow: hidden;
}

.competition-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.75);
}

.competition-sidebar {
    background: rgba(0, 0, 0, 0.55);
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    padding: 24px 28px;
    max-width: 380px;
    color: var(--text);
    backdrop-filter: blur(6px);
}

.competition-sidebar h2 {
    color: var(--accent);
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
    text-transform: uppercase;
}

.competition-sidebar p {
    margin: 0.4rem 0;
    color: var(--text);
    font-size: 1rem;
}

.competition-sidebar .highlight {
    color: var(--accent);
    font-weight: 600;
    margin-top: 0.5rem;
}

.competition-sidebar .btn {
    background: var(--accent);
    border-radius: 8px;
    color: #111;
    display: inline-block;
    font-weight: 700;
    margin-top: 1rem;
    padding: 10px 18px;
    transition: background 0.3s ease, transform 0.2s ease;
}

.competition-sidebar .btn:hover {
    background: color-mix(in srgb, var(--accent), white 25%);
    transform: scale(1.10);
}

.comp-title {
    backdrop-filter: blur(6px);
    background: color-mix(in srgb, var(--surface), var(--accent2) 10%);
    border-bottom: 1px solid var(--line);
    opacity: 0;
    position: sticky;
    top: 0;
    transform: translateY(-100%);
    transition: transform .35s ease, opacity .35s ease;
    z-index: 5;
}

.comp-title.at-top {
    opacity: 1;
    transform: translateY(0);
}

.comp-title .container { padding: 14px 20px; }
.comp-title h1 {
    font-size: clamp(1.4rem, 2.2vw, 2rem);
    margin: 0;
    text-transform: uppercase;
}

.footer-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem 0;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li a {
    display: flex;
    align-items: center;
    color: var(--text);
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.footer-links li a::before {
    content: "➤";
    margin-right: 0.75rem;
    color: var(--accent);
    font-size: 0.9rem;
    transition: transform 0.2s ease;
}

.footer-links li a:hover {
    color: var(--accent);
    transform: translateX(4px);
}

.footer-links li a:hover::before {
    transform: translateX(4px);
}

.footer-links-tile {
    background: var(--surface-2);
    border-radius: 12px;
    padding: 1rem 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

.footer-logo img {
    height: 80px;
    width: auto;
    display: block;
    filter: brightness(0) invert(1);
}

.gallery-6 {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: 48px 1fr 48px;
    margin-top: 18px;
    position: relative;
}

.g6-grid {
    display: grid;
    gap: 12px;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
}

.g6-item {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 12px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.g6-item img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .3s ease, filter .3s ease;
}

.g6-item:hover img { transform: scale(1.05); filter: brightness(.95);}

.g6-nav {
    background: color-mix(in srgb, var(--surface), black 12%);
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--text);
    cursor: pointer;
    font-size: 20px;
}

.g6-nav:hover { transform: translateY(-1px); background: var(--surface-2);}

header {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.header-row::after {
    content: "";
    flex: 0 0 0;
}

.hero {
    position: relative;
    min-height: 85vh;
    padding: 48px 0 64px;
    isolation: isolate;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #00000040, #00000080);
    z-index: 0;
}

.hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.15) 45%, transparent 70%);
    pointer-events: none;
}

.hero-tile {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    color: var(--text);
    padding: 24px 36px;
    position: absolute;
    max-width: 600px;
    top: 5%;
    left: 3%;
    margin-left: clamp(32px, 8vw, 96px);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
    margin-right: auto;
    min-height: 280px;
}

.hero-tile h1 {
    font-size: clamp(2.2rem, 4vw + 1rem, 3rem);
    margin-bottom: 0.5rem;
}

.hero-tile p {
    color: #ddd;
    font-size: 1rem;
    font-weight: 400;
}

.hero .container {
    position: relative;
    z-index: 2;
    display: block;
}

.join-flyer img {
    max-width: 600px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
    margin: 2rem auto;
    display: block;
}

.join-hero {
    max-width: 820px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
    padding: 28px 28px 32px;
    
}

.join-hero h1 {
    margin: 0 0 .35rem;
    font-size: clamp(1.8rem, 3vw + 1rem, 2.6rem);
    line-height: 1.1;
    text-transform: uppercase;
}

.join-hero .lead {
    margin: .25rem 0 1.25rem;
    color: var(--muted);
}

.join-social {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 6px;
}

.join-social img {
    width: 34px;
    height: 34px;
    display: block;
    filter: brightness(0) invert(1);
    transition: transform .2s ease, filter .2s ease;
}

.join-social a:hover img {
    transform: scale(1.20);
    filter: brightness(1) saturate(1.4);
}

.join-tile {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
    padding: 32px 24px;
    max-width: 720px;
    width: 100%;
    text-align: center;
}

.lightbox {
    background: rgba(0,0,0,0.8);
    display: grid;
    inset: 0;
    place-items: center;
    pointer-events: none;
    position: fixed;
    opacity: 0;
    transition: opacity .35s ease;
    z-index: 1000;
}

.lightbox.open { opacity: 1; pointer-events: auto;}

.lightbox img {
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.6);
    max-height: 86vh;
    max-width: min(92vw, 1400px);
    opacity: 0;
    transform: scale(.94);
    transition: transform;
}

.lightbox.open img { transform: scale(1); opacity: 1;}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
    backdrop-filter: blur(4px);
    background: rgba(0,0,0,0.4);
    border: 1px solid var(--line);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: grid;
    height: 44px; width: 44px;
    place-items: center;
    position: absolute;
    transition: background .2s ease, transform .15s ease;
}

.lightbox-close { top: 24px; right: 24px; }
.lightbox-prev { left: 24px; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 24px; top: 50%; transform: translateY(-50%); }

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover { background: rgba(0,0,0,0.65); }

.logo-grid {
    border-radius: 14px;
    display: grid;
    padding: 12px;
    position: relative;
    gap: 14px;
    grid-template-columns: repeat(5, minmax(140px, 1fr));
    z-index: 0;
}

.logo-grid::before {
    background: 
        linear-gradient(180deg,
        rgba(10, 6, 20, .60),
        rgba(10, 6, 20, .48));
    backdrop-filter: blur(2px) saturate(115%);
    border: 1px solid color-mix(in srgb, var(--line), black 25%);
    border-radius: 16px;
    box-shadow: 
        0 12px 28px rgba(0,0,0,0.45);
        inset 0 1px 0 rgba(255,255,255,.84);
    content: ""; 
    inset: -6px;
    position: absolute;
    z-index: -1;
}

body.blurred header,
body.blurred footer,
body.blurred #main > *:not(.lightbox)
 {
    filter: blur(6px);
    transition: filter .25s ease;
}
body.blurred{ overflow: hidden;}

.logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 2rem;
}

.logo-img {
    width: auto;
    height: 80px;
    object-fit: contain;
    display: block;
}

.main-nav {
    flex: 1 0 auto;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
}

.main-nav a, .nav-list a {
    color: var(--text);
    text-decoration: none;
}

.main-nav a[aria-current="page"],
.nav-list a[aria-current="page"] {
    background: color-mix(in srgb, var(--accent), var(--surface-2) 85%);
    box-shadow: inset 0 -3px 0 0 var(--accent);
    color: var(--accent);
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;
    transition: all 0.25s ease-in-out;

}

.main-nav a[aria-current="page"]:hover,
.main-nav a[aria-current="page"]:focus,
.nav-list a[aria-current="page"]:hover,
.nav-list a[aria-current="page"]:focus {
    color: var(--accent);
    text-decoration: underline;
}

.main-nav a:hover:not([aria-current="page"]),
.nav-list a:hover:not([aria-current="page"]) {
    color: #fff;
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.25);
}

.media-card {
    position: static;
}

.member-card {
    align-items: center;
    background: color-mix(in srgb, var(--surface), black 10%);
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: 0 10px 24px; rgba(0,0,0,0.35);
    display: grid;a
    grid-column: span 12;
    grid-template-columns: 128px 1fr;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.member-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 14px 18px;
}

.member-name {
    color: var(--text);
    font-size: clamp(1.1rem, 2.2vw, 1.4rem);
    font-weight: 600;
    letter-spacing: .7px;
    line-height: 1.2;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0,0,0,0.25)
}

.member-card:hover {
    border-color: color-mix(in srgb, var(--accent), white 10%);
    box-shadow: 0 14px 32px rgba(0,0,0,0.45);
    transform: translateY(-4px);
}

.member-photo {
    aspect-ratio: 1/1;
    background: #111;
    border-right: 1px solid var(--line);
    height: 128px;
    margin: 0;
    overflow: hidden;
    width: 128px;
}


.nav-list {
    display: flex;
    justify-content: flex-end;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-list a::before {
    content: "";
    position: absolute;
    inset: -6px -28px;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        color-mix(in srgb, var(--accent), white 30%) 35%,
        color-mix(in srgb, var(--accent), white 30%) 65%,
        transparent 100%
    );
    opacity: 0;
    filter: blur(10px);
    transition: opacity .2s ease;
    z-index: -1;
}

.nav-list a:hover::before {
    opacity: .6;
}

.nav-list a[aria-current="page"] {
    background: color-mix(in srgb, var(--accent), var(--surface-2) 80% );
    box-shadow: 0 4px 0 0 color-mix(in srgb, var(--accent), white 25%);
    color: var(--accent);
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;
    z-index: 2;
}

.nav-list a[aria-current="page"]:hover {
    background: color-mix(in srgb, var(--accent), var(--surface-2) 70%);
    color: #111;
}

.nav-list a {
    align-items: center;
    background: var(--surface-2);
    border: 1px solid var(--line);
    border-right: none;
    color: var(--text);
    display: inline-flex;
    justify-content: center;
    min-width: 170px;
    padding: 0.5rem 1rem;
    position: relative;
    font-weight: 700;
    font-size: 1.10rem;
    text-align: center;
    transition: background 0.2s ease, transform 0.1s ease;
    z-index: 0;
}

.nav-list li:first-child a {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.nav-list li:last-child a {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-right: 1px solid var(--line);
}

.nav-list a:hover {
    background: var(--accent);
    color: #111;
    transform: translateY(-2px);
    z-index: 2;
}

.nav-list li {
    flex: 1 0 auto;
}

.nav-list li:hover + li a {
    background: color-mix(in srgb, var(--accent), var(--surface-2) 80%);
    z-index: 1;
}

.nav-list li:has(+ li:hover) a {
    background: color-mix(in srgb, var(--accent), var(--surface-2) 80%);
}

.page-header {
    align-items: center;
    animation: headerFadeIn 0.8s ease forwards;
    background: linear-gradient(
        135deg,
        color-mix(in srgb, var(--surface), var(--accent2) 12%) 0%,
        color-mix(in srgb, var(--surface), black 8%) 100%
    );
    border-bottom: 1px solid var(--line);
    display: flex;
    justify-content: center;
    margin-top: -1px;
    min-height: 120px;
    opacity: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    transform: translateY(-14px);
    width: 100%;
    z-index: 2;
}

.page-header--compact {
    min-height: 50px;
    padding: 8px 0;
}

.page-header::before {
    background: radial-gradient(circle at top, rgba(0,0,0,0.25), transparent 70%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    
}

.page-header .container {
    z-index: 2;
}

.page-hero {
    align-items: center;
    animation: heroIn 0.5s ease forwards;
    border-bottom: 1px solid var(--line);
    display: flex;
    justify-content: center;
    min-height: 45px;
    opacity: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    transform: translateY(-10px);
}

.page-hero--striped + .comp-stack {
    margin-top: 0;
    scroll-snap-type: mandatory;
}

.page-hero.is-inview::before {
    filter: brightness(0.85);
    transform: scale(1.0);
}

.page-hero::before {
    background-image: var(--hero);
    background-position: center 35%;
    background-size: cover;
    content: "";
    filter: brightness(0.7);
    inset: 0;
    transform: scale(1.08);
    transition: transform 0.9s ease, filter 0.6s ease;
    z-index: 0;
}

.page-hero::after {
    background: linear-gradient(to bottom, transparent 0%, var(--bg) 100%);
    bottom: 0;
    content: "";
    height: 100px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

.page-hero .container {
    position: relative;
    z-index: 2;
}

.page-hero--striped {
    align-items: center;
    background-image: url("../assets/images/stripes.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid var(--line);
    display: flex;
    justify-content: center;
    min-height: auto;
    padding: 1.5rem 0;
    overflow: hidden;
    text-align: center;
}

.page-hero--striped .page-hero__title {
    color: var(--accent);
    font-size: 4rem;
    position: relative;
}

.page-hero--striped::before {
    background: rgba(0,0,0,0.55);
    content: "";
    inset: 0;
    mix-blend-mode: multiply;
    position: absolute;
    z-index: 0;
}

.page-hero--striped::after {
    background: linear-gradient(to bottom, transparent 0% var(--bg) 90%);
    bottom: 0;
    height: 100px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

.page-hero__sub {
    animation: titleIn 0.6s ease 0.25s forwards;
    color: var(--muted);
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0.4rem 0 0;
    opacity: 0;
    transform: translateY(10px);
}

.page-hero__title {
    animation: titleIn 0.7s ease 0.15s forwards;
    color: var(--accent);
    font-family: 'Rubik Burned', system-ui;
    font-size: 4rem;
    font-weight: 900;
    letter-spacing: 1px;
    margin: 0;
    opacity: 0;
    text-transform: uppercase;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.55);
    transform: translateY(10px);
}

.page-title {
    animation: titleSlideIn 0.7s ease forwards 0.2s;
    color: var(--accent);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
    letter-spacing: 1.5px;
    opacity: 0;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    transform: translateY(10px);

}

.role-badge {
    align-items: flex-start;
    background: linear-gradient(120deg, var(--accent), color-mix(in srgb, var(--accent2), white 5%));
    border-radius: 999px;
    color: #111;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .6px;
    padding: 6px 10px;
    text-transform: uppercase;
}

.s-logo {
    aspect-ratio: 3/2;
    background: linear-gradient(180deg, rgba(22, 14, 36, .92), rgba(16, 10, 26, .92));
    border: 1px solid color-mix(in srgb, var(--line), white 6%);
    border-radius: 12px;
    box-shadow: 
        0 8px 18px rgba(0,0,0,0.50);
        inset 0 1px 0 rgba(255, 255, 255, .85);
    color: color-mix(in srgb, var(--muted), white 10%);
    display: grid;
    letter-spacing: .4px;
    padding: 10px;
    place-items: center;
    text-align: center;
    transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.s-logo:hover {
    border-color: color-mix(in srgb, var(--accent), white 20%);
    box-shadow: 0 12px 28px rgba(0,0,0,.45);
    transform: translateY(-3px);
}

.s-logo img {
    border-color: color-mix(in srgb, var(--accent), white 22%);
    box-shadow:
        0 14px 32px rgba(0,0,0,0.55),
        0 0 0 1px rgba(245, 102,0,0.12);
    filter: brightness(.98) contrast(1.02) grayscale(18%);
    height: auto;
    max-height: 78%;
    object-fit: contain;
    transform: translateY(-4px);
    transition: filter .18s ease, transform .18s ease;
    width: auto;
}

.s-logo:hover img {
    filter: grayscale(8%) brightness(1.04);
    transform: translateZ(0);
}

.site-header {
    background: var(--surface);
    padding: 16px 22px;
    position: relative;

}

.site-header::after {
    background: linear-gradient(90deg, var(--accent) 0%, var(--accent2) 100%);
    content: "";
    height: 6px;
    position: absolute;
    left: 0; right: 0; bottom: 0;

}

.site-header .container {
    max-width: 100%;
    width: 100%;
    padding-inline: 16px;
}

.slideshow {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.slideshow img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slideshow img.active {
    opacity: 1;
}

.slideshow .prev,
.slideshow .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.4);
    color: white;
    border: none;
    font-size: 2rem;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    z-index: 2;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.slideshow .prev:hover,
.slideshow .next:hover {
    background: rgba(0, 0, 0, 0.7);
}

.slideshow .prev { left: 20px; }
.slideshow .next { right: 20px; }

.slideshow .dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 2;
}

.slideshow .dot {
    height: 12px; 
    width: 12px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.slideshow .dot.active {
    background-color: var(--accent, #F56600);
}

.sponsors-intro { padding: 28px 20px 0; }
.sponsors-card { display: grid; gap: 12px; }
.sponsors-cta { display: flex; gap: 12px; margin-top: 8px; }

.social-links {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.social-links a img {
    width: 28px;
    height: 28px;
    display: block;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.social-links a:hover img {
    transform: scale(1.2);
    filter: brightness(1.2) saturate(1.5);
}

.team-hero {
    border-bottom: 3px solid color-mix(in srgb, var(--accent), white 10%);
    box-shadow: inset;
    position: relative;
}

.team-hero::after {
    background: linear-gradient(90deg, var(--accent), color-mix(in srgb, var(--accent2), white 25%) 50%, var(--accent));
    content: "";
    height: 4px;
    inset: auto 0 0 0;
    opacity: 0.9;
    position: absolute;

}

.team-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(12, 1fr);
}

.team-heading {
    border-left: 4px solid var(--accent);
    color: var(--muted);
    font: 800 clamp(1.2rem, 2.2vw, 1.6rem)/1 'Inter', system-ui;
    letter-spacing: .8px;
    margin: 0 0 18px;
    padding-left: 10px;
    text-transform: uppercase;
}

.team-wrap { padding: 40px 20px 70px }

.tier {
    border-top: 1px solid var(--tier-line);
    padding: 28px 0 42px;
    position: relative;
    --tier-line: color-mix(in srgb, var(--accent), #000 65%)
}

.tier::before {
    background: 
        radial-gradient(70% 50% at 90% 8%, rgba(245,102,0,.08), transparent 60%),
        radial-gradient(60% 45% at 8% 90%, rgba(82,45,128,.12), transparent 55%),
        linear-gradient(180deg, #0000, #00000026 30%, #00000026 70%, #0000);
    box-shadow: 
        0 0 14px rgba(245,102,0,.25),
        0 0 30px rgba(245,102,0.14);
    bottom: 0; top: 0; left: 0;
    content: "";
    opacity: .95;
    position: absolute;
    width: 6px;
}

.tier-head {
    align-items: baseline;
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
}

.tier .tier-head {
    position: relative;
}

.tier .tier-head::after {
    background: linear-gradient(90deg,
        transparent,
        color-mix(in srgb, var(--accent), white 10%), 
        transparent);
    content: "";
    left: 0;
    right: 0;
    position: absolute;
}

.tier-badge {
    --badge-bg: var(--accent);
    background: linear-gradient(120deg, var(--badge-bg), color-mix(in srgb, var(--badge-bg), white 20%));
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
    color: #111;
    font-weight: 700;
    padding: 6px 12px;
    text-transform: uppercase;
}

.tier--diamond .tier-badge { --badge-bg: #7daecf;  }
.tier--platinum .tier-badge { --badge-bg: color-mix(in srgb, white, var(--accent2) 16%); color:#111; }
.tier--gold .tier-badge { --badge-bg: #f2b705 }
.tier--silver .tier-badge { --badge-bg: #cfd6e1; color: #111; }
.tier--bronze .tier-badge { --badge-bg: #cd7f32 }

.tier-note {
    color: var(--muted);
    margin: 0;
}

/* Animations */

@keyframes heroIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes titleIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Responsive (Team Page) */
@media (min-width: 640px) {
    .member-card { grid-column: span 6; }
}
@media (min-width: 960px) {
    .member-card { grid-column: span 4; }
}

@media (max-width: 900px) { .g6-grid{ grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) {
    .gallery-6{ grid-template-columns: 1fr;}
    .g6-nav{ grid-row: 2; justify-self: center;}
    .g6-grid{ grid-template-columns: 1fr;}
}

@media (min-width: 1024px) {
    .about-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 32px;
        flex-direction: column;
        flex-wrap: nowrap;
        padding: 48px 20px;
    }

    .about-text {
        flex: 0 0 42%;
        max-width: none;
    }

    .about-video {
        flex: 0 0 58%;
        display: flex;
        justify-content: flex-end;
        margin-top: 0;
    }

    .about-video video {
        border-radius: 16px;
        width: 85%;
        max-width: 1400px;
        transform: translateX(4%);
    }
}

@media (max-width: 1023px) {
    .about-inner { flex-wrap: wrap; }
    .about-text {padding-left: 22px; }
    .about-text, .about-video { flex: 1 1 100%; }
    .about-video { justify-content: center; }
    .about-video video { max-width: 720px; transform: none; }
    .media-card { position: static; }
}
``` :contentReference[oaicite:1]{index=1}

@media (max-width: 1024px) { .logo-grid { padding: 14px; } }
@media (max-width: 640px) { .logo-grid { padding: 12px; } }

