        /* Global Page Constraints to Eliminate Dual Scrollbars */
        html {
            overflow-x: clip;
            max-width: 100%;
            width: 100%;
            margin: 0;
            padding: 0;
        }

        body {
            overflow-x: visible;
            max-width: 100%;
            width: 100%;
            margin: 0;
            padding: 0;
        }

        /* Global Page Texture */
        body {
            background-color: #0a0000;
            background-image: radial-gradient(circle at center, rgba(40, 0, 5, 1) 0%, rgba(0, 0, 0, 1) 100%);
            background-attachment: fixed;
            position: relative;
        }

        /* Fixed Grain Overlay */
        body::after {
            content: '';
            position: fixed;
            top: 0; left: 0;
            width: 100%; height: 100vh;
            pointer-events: none;
            z-index: 9999;
            opacity: 0.06;
            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
        }

        /* New custom styles for the homepage to match the design */
        /* Hero */
        .hero { position: relative; min-height: 100vh; display: flex; align-items: flex-end; justify-content: flex-end; padding-top: 80px; overflow: hidden; padding-bottom: 90px; }
        .hero-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
        .hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.12); z-index: -1; }
        .hero-content { position: relative; z-index: 1; text-align: left; max-width: 600px; padding: 2rem 5vw; width: 100%; margin: 0 0 3rem auto; }
        .hero-logo { margin-bottom: 1rem; display: flex; align-items: baseline; }
        .hero-logo .ted { color: var(--ted-red); font-size: clamp(2rem, 5.2vw, 4.5rem); font-weight: 900; font-family: var(--font-heading); line-height: 1; letter-spacing: -1.5px; }
        .hero-logo .sjcc { color: white; font-size: clamp(1.4rem, 3.9vw, 3.5rem); font-weight: 400; font-family: var(--font-heading); line-height: 1; letter-spacing: -0.5px; margin-left: 0.5rem; }
        .hero-theme-main { font-size: clamp(1rem, 2vw, 1.6rem); font-weight: 700; color: white; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 0.5rem; line-height: 1.4; }
        .hero-theme-sub { font-size: clamp(0.7rem, 1vw, 0.9rem); font-weight: 500; color: white; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 1.5rem; line-height: 1.4; }
        .hero-tagline { position: relative; font-size: clamp(0.9rem, 1.5vw, 1.1rem); font-weight: 300; color: #ccc; display: inline-block; padding-top: 1rem; text-transform: lowercase; }
        .hero-tagline::before { content: ''; position: absolute; top: 0; left: 0; width: 40px; height: 2px; background: var(--ted-red); }
        .hero-buttons { display: flex; gap: 1rem; flex-wrap: wrap; }
        .hero-buttons .btn { font-size: 0.9rem; padding: 1rem 2rem; border-radius: 4px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
        .hero-buttons .btn-primary { background-color: var(--ted-red); border: none; color: white; }
        .hero-buttons .btn-outline { background: transparent; border: 1px solid white; color: white; }
        .hero-buttons .btn-outline:hover { background: white; color: black; }
        .hero-buttons .btn i { margin-left: 0.5rem; font-size: 0.8rem; }
        
        /* Ticker */
        .ticker-wrap { position: absolute; bottom: 0; left: 0; width: 100%; overflow: hidden; background-color: var(--ted-red); padding: 0.8rem 0; border-top: 1px solid #a8001b; display: flex; white-space: nowrap; z-index: 2; }
        .ticker { display: flex; animation: ticker 40s linear infinite; }
        .ticker-item { display: inline-flex; align-items: center; font-family: var(--font-heading); font-size: 1.8rem; font-weight: 700; color: white; text-transform: uppercase; padding: 0 1rem; letter-spacing: 2px; }
        .ticker-item i { margin: 0 1.5rem; font-size: 1.4rem; color: #ffb3c1; }
        
        @keyframes ticker {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }

        /* White Ticker */
        .ticker-wrap-white { position: relative; width: 100%; overflow: hidden; background-color: white; padding: 0.8rem 0; display: flex; white-space: nowrap; z-index: 2; margin-top: 3rem; }
        .ticker-white { display: flex; animation: ticker 40s linear infinite; }
        .ticker-item-white { display: inline-flex; align-items: center; font-family: var(--font-heading); font-size: 1.8rem; font-weight: 700; color: #0a0a0a; text-transform: uppercase; padding: 0 1rem; letter-spacing: 2px; }
        .ticker-item-white i { margin: 0 1.5rem; font-size: 1.4rem; color: var(--ted-red); }

        /* Dark Footer Ticker */
        .ticker-wrap-footer { position: relative; width: 100%; overflow: hidden; background-color: transparent; border-top: 1px solid rgba(235, 0, 40, 0.2); border-bottom: 1px solid rgba(235, 0, 40, 0.2); padding: 1.2rem 0; display: flex; white-space: nowrap; z-index: 2; margin-top: 2rem; margin-bottom: 0; box-shadow: inset 0 0 20px rgba(235,0,40,0.05); }
        .ticker-footer { display: flex; animation: ticker 40s linear infinite; }
        .ticker-item-footer { display: inline-flex; align-items: center; font-family: var(--font-heading); font-size: 1.8rem; font-weight: 700; color: white; text-transform: uppercase; padding: 0 1rem; letter-spacing: 2px; }
        .ticker-item-footer i { margin: 0 1.5rem; font-size: 1.4rem; color: var(--ted-red); filter: drop-shadow(0 0 5px rgba(235,0,40,0.5)); }

        /* Speakers Grid Section */
        .speakers-grid-section { background-color: #000; padding: var(--spacing-xl) 0; border-top: 2px solid #222; border-bottom: none; }
        .speakers-grid-layout { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 1000px; margin: 0 auto; }
        .speaker-grid-card { position: relative; background: var(--ted-red); overflow: hidden; border: 1px solid #000; aspect-ratio: 3/4; }
        .speaker-grid-card::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 50%; background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%); z-index: 1; pointer-events: none; }
        .speaker-grid-card img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%) contrast(1.2); transition: transform 0.5s ease; mix-blend-mode: multiply; opacity: 0.9; }
        .speaker-grid-card:hover img { transform: scale(1.05); opacity: 1; mix-blend-mode: normal; filter: grayscale(0%); }
        .speaker-grid-info { position: absolute; bottom: 10%; left: 0; width: 100%; padding: 1.5rem; z-index: 2; text-align: center; }
        .speaker-grid-name { font-size: 1.2rem; font-weight: 700; color: #000; margin-bottom: 0.2rem; text-transform: uppercase; font-family: var(--font-heading); background: white; display: inline-block; padding: 0.2rem 0.5rem; }
        .speaker-grid-role { font-size: 0.8rem; font-weight: 600; color: white; background: #000; display: inline-block; padding: 0.2rem 0.5rem; text-transform: uppercase; letter-spacing: 1px; margin-top: 0.2rem;}
        @media (max-width: 992px) { .speakers-grid-layout { grid-template-columns: repeat(2, 1fr); } }
        @media (max-width: 576px) { 
            .as-quote { font-size: 1.2rem; line-height: 1.4; padding: 0 1rem; text-align: center; } 
            .speakers-grid-layout { grid-template-columns: 1fr; } 
        }
        /* Section Headings */
        .section-heading { text-align: center; font-size: 2rem; margin-bottom: 4rem; color: white; font-weight: 600; }

        /* About TEDxSJCC 3.0 Editorial Section */
        .about-sjcc-section { background-color: transparent; padding: 8rem 0 4rem 0; position: relative; overflow: hidden; }
        .as-bg-layer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; pointer-events: none; }
        .as-grid { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(rgba(235, 0, 40, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(235, 0, 40, 0.05) 1px, transparent 1px); background-size: 50px 50px; }
        .as-red-glow { position: absolute; top: 20%; left: 50%; transform: translate(-50%, -50%); width: 800px; height: 800px; background: radial-gradient(circle, rgba(235,0,40,0.15) 0%, rgba(0,0,0,0) 70%); border-radius: 50%; filter: blur(60px); }
        .as-header { text-align: center; margin-bottom: 2rem; }
        .as-title { font-family: var(--font-heading); font-size: clamp(1.8rem, 4.5vw, 6rem); font-weight: 900; color: white; letter-spacing: -2px; line-height: 1.1; margin-bottom: 0; text-transform: uppercase; display: flex; align-items: center; justify-content: center; flex-wrap: nowrap; gap: clamp(0.4rem, 1.5vw, 1.2rem); white-space: nowrap; }
        .as-title-x { color: var(--ted-red); font-size: 45%; text-transform: lowercase; vertical-align: 0.12em; display: inline-block; }
        .as-title-red { color: var(--ted-red); }
        .as-title-logo { height: clamp(2.5em, 5.5vw, 3.5em); width: auto; max-width: 50vw; object-fit: contain; vertical-align: middle; }
        
        .as-running-word {
            font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
            font-size: clamp(2.2rem, 5vw, 4.2rem);
            font-weight: 700;
            color: #ffffff;
            text-transform: none;
            font-style: italic;
            line-height: 1;
            display: inline-block;
            vertical-align: middle;
            letter-spacing: -1px;
        }

        .as-banner-wrapper { width: 100%; max-width: 1400px; margin: 0 auto 0 auto; text-align: center; }
        .as-banner-wrapper img { width: 100%; border-radius: 8px; box-shadow: 0 20px 50px rgba(0,0,0,0.5); filter: contrast(1.1) drop-shadow(0 0 30px rgba(235, 0, 40, 0.2)); }
        
        .as-content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; max-width: 1200px; margin: 2rem auto 2rem auto; padding: 0 2rem; align-items: stretch; position: relative; z-index: 10; }
        .as-quote-wrapper { position: relative; margin-top: -180px; }
        .as-quote { font-family: var(--font-heading); font-size: clamp(2rem, 3vw, 3rem); font-weight: 700; color: white; line-height: 1.2; font-style: italic; letter-spacing: -1px; }
        .as-quote::before { content: '"'; position: absolute; top: -2rem; left: -2rem; font-size: 6rem; color: var(--ted-red); opacity: 0.2; font-family: serif; line-height: 1; }
        .as-story { font-family: var(--font-body); font-size: 1.1rem; color: rgba(255,255,255,0.85); line-height: 1.8; font-weight: 300; display: flex; flex-direction: column; justify-content: space-between; }
        .as-story p { margin-bottom: 1.5rem; }
        
        .as-banner-wrapper { width: 100%; max-width: 1400px; margin: 0 auto 0 auto; text-align: center; }
        .as-banner-wrapper img { width: 100%; border-radius: 8px; box-shadow: 0 20px 50px rgba(0,0,0,0.5); filter: contrast(1.1) drop-shadow(0 0 30px rgba(235, 0, 40, 0.2)); }
        
        .as-stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; }
        .as-stat-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1); padding: 1.5rem 0.5rem; border-radius: 12px; text-align: center; backdrop-filter: blur(10px); transition: transform 0.3s, background 0.3s; }
        .as-stat-card:hover { transform: translateY(-10px); background: rgba(255,255,255,0.05); border-color: var(--ted-red); }
        .as-stat-number { font-size: 2.2rem; font-weight: 900; color: var(--ted-red); font-family: var(--font-heading); line-height: 1; margin-bottom: 0.5rem; }
        .as-stat-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.7); font-weight: 600; }
        
        .as-closing { font-size: 1.5rem; font-weight: 300; color: white; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.1); }
        .as-closing span { color: var(--ted-red); font-weight: 600; }

        @media (max-width: 992px) {
            .as-content-grid { grid-template-columns: 1fr; gap: 3rem; }
            .as-stats-grid { grid-template-columns: repeat(2, 1fr); }
            .as-quote-wrapper { margin-top: -100px; }
            .as-quote::before { left: -1rem; top: -1.5rem; }
        }
        @media (max-width: 576px) {
            .as-stats-grid { grid-template-columns: 1fr; }
            .as-quote-wrapper { margin-top: -60px; }
        }


        /* Team */
        .team-section { padding: var(--spacing-xl) 0; }
        .team-carousel { display: flex; align-items: center; gap: 1.5rem; justify-content: center; margin-top: 2rem; }
        .team-card { background: var(--bg-secondary); border: 1px solid var(--ted-red); border-radius: var(--radius-md); padding: 1.5rem 1rem; width: 180px; display: flex; flex-direction: column; align-items: center; }
        .team-avatar { width: 100%; aspect-ratio: 1; background: #222; border-radius: var(--radius-sm); margin-bottom: 1.5rem; object-fit: cover; }
        .team-member-name { font-size: 0.95rem; font-weight: 600; margin-bottom: 0.25rem; color: white; text-align: center; }
        .team-member-role { color: var(--ted-red); font-size: 0.75rem; margin-bottom: 1.5rem; text-transform: uppercase; text-align: center; font-weight: 500; }
        .team-socials { display: flex; gap: 1rem; }
        .team-socials a { color: var(--text-secondary); font-size: 1.2rem; transition: color 0.3s; }
        .team-socials a:hover { color: white; }
        .carousel-arrow { color: var(--text-secondary); font-size: 1.5rem; cursor: pointer; transition: color 0.3s; }
        .carousel-arrow:hover { color: white; }

        /* Sponsors */
        .sponsors-section { padding: var(--spacing-xl) 0; }
        .sponsors-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 3rem; align-items: center; justify-items: center; margin-top: 3rem; }
        .sponsor-logo { width: 100%; max-width: 120px; filter: grayscale(100%) brightness(200%); opacity: 0.6; transition: opacity 0.3s; }
        .sponsor-logo:hover { opacity: 1; }

        /* Footer Red Ticker Transition */
        .ticker-wrap-red-footer { position: relative; width: 100%; overflow: hidden; background-color: var(--ted-red); padding: 0.8rem 0; display: flex; white-space: nowrap; z-index: 2; margin-top: 0; border-top: 1px solid #a8001b; }
        .ticker-red-footer { display: flex; animation: ticker 40s linear infinite; }
        .ticker-item-red-footer { display: inline-flex; align-items: center; font-family: var(--font-heading); font-size: 1.8rem; font-weight: 700; color: white; text-transform: uppercase; padding: 0 1rem; letter-spacing: 2px; }
        .ticker-item-red-footer i { margin: 0 1.5rem; font-size: 1.4rem; color: #ffb3c1; }

        /* Modern Footer Layout */
        .modern-footer { position: relative; background-color: #0a0a0a; padding: 4rem 0 2rem 0; overflow: hidden; font-family: var(--font-body); z-index: 10; margin-top: 0; color: white; border-top: 1px solid rgba(255,255,255,0.05); }
        .mf-watermark { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: clamp(8rem, 20vw, 25rem); font-family: var(--font-heading); font-weight: 900; color: rgba(255,255,255,0.03); white-space: nowrap; z-index: 0; pointer-events: none; user-select: none; }
        .mf-content { position: relative; z-index: 1; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; width: 90%; max-width: 1400px; margin: 0 auto; gap: 4rem; }
        
        .mf-col-left { flex: 1; min-width: 250px; display: flex; flex-direction: column; gap: 1.5rem; }
        .mf-logo { max-width: 180px; height: auto; }
        .mf-heading { font-family: var(--font-body); font-size: 1.5rem; font-weight: 500; margin-bottom: 0.5rem; }
        .mf-socials { display: flex; gap: 1rem; }
        .mf-socials a { display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,0.3); border-radius: 8px; color: white; font-size: 1.2rem; transition: all 0.3s; text-decoration: none; }
        .mf-socials a:hover { border-color: white; background: white; color: black; }
        .mf-desc { font-size: 0.85rem; color: rgba(255,255,255,0.5); line-height: 1.6; max-width: 300px; }
        
        .mf-col-mid { flex: 1.5; min-width: 300px; display: flex; justify-content: center; }
        .mf-illustration { width: 100%; max-width: 500px; height: auto; object-fit: contain; filter: drop-shadow(0 10px 30px rgba(0,0,0,0.5)); }
        
        .mf-col-right { flex: 1; min-width: 250px; display: flex; flex-direction: column; justify-content: center; gap: 2rem; }
        .mf-newsletter-label { font-size: 0.9rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0.5rem; display: block; color: white; }
        .mf-newsletter-input-group { display: flex; width: 100%; max-width: 400px; background: rgba(255,255,255,0.9); border-radius: 4px; overflow: hidden; }
        .mf-newsletter-input { flex: 1; padding: 1rem; border: none; background: transparent; font-family: var(--font-body); font-size: 0.9rem; color: #000; outline: none; }
        .mf-newsletter-btn { padding: 0 1.5rem; background: #000; color: white; border: none; cursor: pointer; transition: background 0.3s; }
        .mf-newsletter-btn:hover { background: var(--ted-red); }
        
        .mf-nav-links { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-top: 1rem; }
        .mf-nav-links a { color: rgba(255,255,255,0.7); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; text-decoration: none; transition: color 0.3s; }
        .mf-nav-links a:hover { color: white; }
        
        .mf-copyright { 
            font-size: 0.8rem; 
            color: rgba(255,255,255,0.6); 
            margin-top: 1.25rem; 
            display: flex; 
            flex-direction: column; 
            gap: 0.35rem; 
            line-height: 1.5; 
        }
        .mf-compliance { 
            margin: 0; 
            color: rgba(255, 255, 255, 0.55); 
            font-size: 0.8rem; 
            letter-spacing: 0.2px; 
        }
        .mf-credits { 
            margin: 0; 
            color: rgba(255, 255, 255, 0.8); 
            font-size: 0.825rem; 
            font-weight: 500; 
        }
        .mf-dev-link { 
            color: var(--ted-red, #eb0028); 
            font-weight: 600; 
            text-decoration: none; 
            transition: color 0.3s ease, text-shadow 0.3s ease; 
        }
        .mf-dev-link:hover { 
            color: #ffffff; 
            text-shadow: 0 0 8px rgba(235, 0, 40, 0.8); 
            text-decoration: underline; 
        }

        /* Website & Media Team Credit Section Styling */
        .media-team-section {
            padding: 5rem 0;
            position: relative;
            background: transparent;
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }

        .media-team-card {
            background: linear-gradient(135deg, rgba(20, 20, 20, 0.8) 0%, rgba(10, 10, 10, 0.95) 100%);
            border: 1px solid rgba(235, 0, 40, 0.3);
            border-radius: 16px;
            padding: clamp(2rem, 4vw, 3.5rem);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            position: relative;
            overflow: hidden;
            transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
        }

        .media-team-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: var(--ted-red, #eb0028);
            box-shadow: 0 0 15px var(--ted-red, #eb0028);
        }

        .media-team-card:hover {
            border-color: rgba(235, 0, 40, 0.6);
            box-shadow: 0 25px 50px rgba(235, 0, 40, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.15);
            transform: translateY(-3px);
        }

        .media-team-header {
            margin-bottom: 1.25rem;
        }

        .media-team-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.75rem;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: var(--ted-red, #eb0028);
            background: rgba(235, 0, 40, 0.12);
            border: 1px solid rgba(235, 0, 40, 0.35);
            padding: 0.4rem 0.9rem;
            border-radius: 20px;
            margin-bottom: 0.85rem;
        }

        .media-team-title {
            font-family: var(--font-heading, 'Helvetica Neue', sans-serif);
            font-size: clamp(1.8rem, 3.5vw, 2.5rem);
            font-weight: 800;
            color: #ffffff;
            letter-spacing: -0.5px;
            margin: 0;
            text-transform: uppercase;
        }

        .media-team-description {
            font-family: var(--font-body, sans-serif);
            font-size: clamp(1.05rem, 1.6vw, 1.25rem);
            line-height: 1.85;
            color: rgba(255, 255, 255, 0.88);
            margin: 0;
            max-width: 950px;
            font-weight: 300;
        }

        .media-team-link {
            color: var(--ted-red, #eb0028);
            font-weight: 700;
            text-decoration: none;
            border-bottom: 2px solid rgba(235, 0, 40, 0.4);
            padding-bottom: 2px;
            transition: all 0.3s ease;
        }

        .media-team-link:hover {
            color: #ffffff;
            border-bottom-color: #ffffff;
            text-shadow: 0 0 10px rgba(235, 0, 40, 0.8);
        }

        @media (max-width: 768px) { 
            .as-quote { font-size: 1.5rem; line-height: 1.3; text-align: center; } 
        }

        @media (max-width: 992px) {
            .mf-content { flex-direction: column; text-align: center; gap: 3rem; width: 100%; }
            .mf-col-left, .mf-col-mid, .mf-col-right { justify-content: center; align-items: center; width: 100%; }
            .mf-logo { max-width: 250px; }
            .mf-desc { text-align: center; }
            .mf-nav-links { justify-content: center; }
        }
        @media (max-width: 992px) {
            .hero { justify-content: center; align-items: center; padding-top: 100px; }
            .hero-content { margin-right: 0; text-align: center; padding: 1rem; }
            .hero-logo { justify-content: center; flex-direction: column; align-items: center; }
            .hero-logo .sjcc { margin-left: 0; }
            .hero-tagline::before { left: 50%; transform: translateX(-50%); }
            .hero-buttons { justify-content: center; }
            .about-grid, .event-grid, .blog-grid { flex-direction: column; text-align: center; }
            .about-img-container, .blog-right { justify-content: center; margin-top: 3rem; }
            .event-graphic { margin: 0 auto; }
            .sponsors-grid { grid-template-columns: repeat(3, 1fr); }
            .footer-grid { grid-template-columns: 1fr 1fr; }
        }
        @media (max-width: 768px) {
            .sponsors-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
            .footer-grid { grid-template-columns: 1fr; text-align: center; }
            .footer-socials { justify-content: center; }
            .team-carousel { flex-wrap: wrap; }
            .carousel-arrow { display: none; }
            .team-card:nth-child(n+5) { display: none; }
        }

        /* Organising Committee / The Team Section */
        .team-committee-section {
            background: transparent;
            padding: 4rem 0 3rem;
            position: relative;
        }
        .team-cards-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.25rem;
            margin-bottom: 2.5rem;
        }
        @media (max-width: 1200px) {
            .team-cards-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }
        @media (max-width: 992px) {
            .team-cards-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        @media (max-width: 600px) {
            .team-cards-grid {
                grid-template-columns: 1fr;
            }
        }
        .team-card-item {
            background: rgba(14, 14, 18, 0.95);
            border: none;
            border-radius: 16px;
            overflow: hidden;
            position: relative;
            transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
            display: flex;
            flex-direction: column;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
        }
        .team-card-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(235, 0, 40, 0.2);
        }
        .tc-image-box {
            position: relative;
            width: 100%;
            height: 150px;
            overflow: hidden;
            background: #000000;
        }
        .tc-image-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            transition: transform 0.6s ease, filter 0.6s ease;
        }
        .team-card-item:hover .tc-image-box img {
            transform: scale(1.05);
        }
        .tc-img-gradient {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(14,14,18,0.9) 85%, rgba(14,14,18,1) 100%);
            pointer-events: none;
        }
        .tc-num {
            position: absolute;
            top: 10px;
            left: 14px;
            font-family: var(--font-heading);
            font-size: 2.2rem;
            font-weight: 900;
            color: var(--ted-red);
            line-height: 1;
            letter-spacing: -1px;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
            z-index: 5;
        }
        .tc-icon-badge {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background: #141419;
            border: 2px solid var(--ted-red);
            color: var(--ted-red);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.1rem;
            margin: -22px auto 0.6rem auto;
            position: relative;
            z-index: 6;
            box-shadow: 0 0 15px rgba(235, 0, 40, 0.4);
            transition: transform 0.3s ease, background 0.3s ease;
        }
        .team-card-item:hover .tc-icon-badge {
            transform: scale(1.1);
            background: var(--ted-red);
            color: #ffffff;
            box-shadow: 0 0 20px rgba(235, 0, 40, 0.7);
        }
        .tc-body {
            padding: 0 1.25rem 1.25rem 1.25rem;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
        }
        .tc-dept {
            color: var(--ted-red);
            font-family: var(--font-heading);
            font-size: 1.05rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 0.6rem;
            line-height: 1.25;
            min-height: 2.5rem;
            display: flex;
            align-items: center;
        }
        .tc-role-label {
            font-size: 0.68rem;
            font-weight: 600;
            letter-spacing: 1.5px;
            color: rgba(255, 255, 255, 0.6);
            text-transform: uppercase;
            margin-bottom: 0.2rem;
        }
        .tc-lead-name {
            font-size: 0.92rem;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 0.4rem;
            line-height: 1.3;
        }
        .tc-members {
            font-size: 0.8rem;
            font-weight: 600;
            color: rgba(255, 255, 255, 0.7);
            line-height: 1.4;
        }
        .tc-sub-title {
            font-size: 0.68rem;
            font-weight: 600;
            letter-spacing: 1px;
            color: var(--ted-red);
            text-transform: uppercase;
            margin-bottom: 0.2rem;
        }

        /* Organising Committee Graphic Cards (3 Top, 4 Bottom Layout) */
        .org-committee-cards-wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 2.5rem;
            max-width: 1150px;
            margin: 0 auto;
            padding: 1.5rem 0;
        }

        .org-row {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 1.8rem;
            width: 100%;
        }

        /* Row 1: 3 Fathers / Management */
        .org-row-3 {
            max-width: 920px;
        }

        .org-row-3 .org-card-item {
            flex: 0 1 calc(33.333% - 1.2rem);
            max-width: 275px;
            min-width: 220px;
        }

        /* Row 2: 4 Committee Members */
        .org-row-4 {
            max-width: 1150px;
        }

        .org-row-4 .org-card-item {
            flex: 0 1 calc(25% - 1.35rem);
            max-width: 245px;
            min-width: 195px;
        }

        .org-card-item {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            background: transparent;
            border: none;
            box-shadow: none;
            transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.4s ease;
        }

        .org-card-item img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 20px;
            transition: transform 0.4s ease, filter 0.4s ease;
        }

        .org-card-item:hover {
            transform: translateY(-8px) scale(1.03);
            border: none;
            box-shadow: none;
        }

        .org-card-item:hover img {
            transform: scale(1.02);
            filter: drop-shadow(0 15px 30px rgba(235, 0, 40, 0.45));
        }

        @media (max-width: 992px) {
            .org-row-4 {
                flex-wrap: wrap;
            }
            .org-row-4 .org-card-item {
                flex: 0 1 calc(50% - 1rem);
                max-width: 270px;
            }
        }

        @media (max-width: 640px) {
            .org-row {
                flex-direction: column;
                gap: 1.5rem;
            }
            .org-row-3 .org-card-item,
            .org-row-4 .org-card-item {
                flex: 1 1 100%;
                max-width: 290px;
            }
        }

        /* Intersecting Dual Ticker Banners (Full-Bleed Responsive Criss-Cross Ribbon) */
        .dual-intersecting-ticker-wrapper {
            position: relative;
            width: 100vw;
            left: 50%;
            right: 50%;
            margin-left: -50vw;
            margin-right: -50vw;
            height: 180px;
            margin-top: 3rem;
            margin-bottom: 3rem;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            max-width: 100vw;
        }

        .intersecting-ribbon {
            position: absolute;
            width: 150vw;
            left: -25vw;
            padding: 0.85rem 0;
            display: flex;
            white-space: nowrap;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
        }

        .intersecting-ribbon-red {
            background: var(--ted-red);
            color: #ffffff;
            transform: rotate(-3.5deg);
            z-index: 3;
        }

        .intersecting-ribbon-white {
            background: #ffffff;
            color: #111111;
            transform: rotate(3.5deg);
            z-index: 2;
        }

        .intersecting-ribbon-red .ticker-item-text {
            font-family: var(--font-heading);
            font-weight: 900;
            font-size: 1.05rem;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: #ffffff;
            display: flex;
            align-items: center;
        }

        .intersecting-ribbon-red .ticker-item-text i {
            color: #ffffff;
            margin: 0 1.2rem;
            font-size: 0.75rem;
        }

        .intersecting-ribbon-white .ticker-item-text {
            font-family: var(--font-heading);
            font-weight: 900;
            font-size: 1.05rem;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: #111111;
            display: flex;
            align-items: center;
        }

        .intersecting-ribbon-white .ticker-item-text span.highlight-red {
            color: var(--ted-red);
        }

        .intersecting-ribbon-white .ticker-item-text i {
            color: var(--ted-red);
            margin: 0 1.2rem;
            font-size: 0.75rem;
        }

        .ticker-track-left {
            display: flex;
            width: max-content;
            animation: marquee-left 25s linear infinite;
        }

        .ticker-track-right {
            display: flex;
            width: max-content;
            animation: marquee-right 25s linear infinite;
        }

        @keyframes marquee-left {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }

        @keyframes marquee-right {
            0% { transform: translateX(-50%); }
            100% { transform: translateX(0); }
        }

        /* Arpeggio Style White Editorial Footer */
        .arpeggio-footer {
            background-color: #ffffff !important;
            color: #111111 !important;
            padding: 2.5rem 0 1.2rem 0;
            font-family: var(--font-body, 'Inter', sans-serif);
            border-top: 1px solid #e0e0e0;
            position: relative;
            z-index: 20;
            overflow-x: hidden;
            max-width: 100%;
            width: 100%;
            box-sizing: border-box;
        }

        .arpeggio-footer .container,
        .arpeggio-footer .footer-container {
            max-width: 100% !important;
            width: 100% !important;
            padding-left: clamp(1.5rem, 4vw, 4rem) !important;
            padding-right: clamp(1.5rem, 4vw, 4rem) !important;
            box-sizing: border-box;
        }

        .arpeggio-footer a {
            color: #111111;
            text-decoration: none;
            transition: color 0.25s ease, background 0.25s ease, padding-left 0.25s ease;
        }

        /* Top Section: Official Logo & Clock */
        .af-top-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 1.5rem;
            padding-bottom: 1.2rem;
            border-bottom: 1px solid #e5e5e5;
        }

        .af-footer-logo {
            height: clamp(125px, 18vw, 220px);
            max-width: 800px;
            width: 100%;
            display: block;
            object-fit: contain;
            object-position: left center;
        }

        .af-meta-clock {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            text-align: right;
        }

        .af-meta-location {
            font-size: 0.92rem;
            font-weight: 600;
            color: #222222;
            margin-bottom: 0.2rem;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }

        .af-meta-location i.dot {
            color: var(--ted-red, #eb0028);
            font-size: 0.65rem;
        }

        .af-meta-tz {
            font-size: 0.82rem;
            color: #777777;
            margin-bottom: 0.4rem;
        }

        .af-live-clock {
            font-family: var(--font-heading, sans-serif);
            font-size: clamp(2.2rem, 4vw, 3.5rem);
            font-weight: 800;
            color: #111111;
            letter-spacing: -1px;
            line-height: 1;
        }

        /* Main Grid Section (3 columns separated by border grid) */
        .af-main-grid {
            display: grid;
            grid-template-columns: 1.2fr 1.3fr 1fr;
            border-bottom: 1px solid #e5e5e5;
        }

        .af-grid-col {
            padding: 1.2rem 1.5rem;
            border-right: 1px solid #e5e5e5;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .af-grid-col:first-child {
            padding-left: 0;
        }

        .af-grid-col:last-child {
            border-right: none;
            padding-left: 0;
            padding-right: 0;
        }

        /* Col 1: Links */
        .af-links-subgrid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.2rem 1.5rem;
            height: 100%;
            align-content: space-between;
        }

        .af-link-item {
            font-size: 0.98rem;
            font-weight: 600;
            color: #222222;
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
        }

        .af-link-item:hover {
            color: var(--ted-red, #eb0028);
        }

        .af-link-item::before {
            content: '';
            display: inline-block;
            width: 8px;
            height: 2px;
            background: var(--ted-red, #eb0028);
            opacity: 0;
            transition: opacity 0.2s ease;
        }

        .af-link-item:hover::before {
            opacity: 1;
        }

        /* Col 2: Stay in the Loop Card */
        .af-loop-box {
            display: flex;
            flex-direction: column;
            height: 100%;
            justify-content: space-between;
        }

        .af-loop-title {
            font-family: var(--font-heading, sans-serif);
            font-size: 1.5rem;
            font-weight: 800;
            color: #111111;
            margin-bottom: 0.2rem;
        }

        .af-loop-desc {
            font-size: 0.83rem;
            color: #666666;
            line-height: 1.35;
            margin-bottom: 0.6rem;
        }

        .af-loop-img-wrap {
            width: 100%;
            max-height: 125px;
            border-radius: 10px;
            overflow: hidden;
            margin-bottom: 0.6rem;
            border: 1px solid #eeeeee;
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
        }

        .af-loop-img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .af-loop-input-group {
            display: flex;
            align-items: center;
            border-bottom: 1.5px solid #111111;
            padding-bottom: 0.35rem;
            margin-top: auto;
        }

        .af-loop-input {
            border: none;
            outline: none;
            background: transparent;
            font-size: 0.9rem;
            color: #111111;
            width: 100%;
        }

        .af-loop-btn {
            border: none;
            background: transparent;
            color: var(--ted-red, #eb0028);
            font-size: 1.1rem;
            cursor: pointer;
            padding-left: 0.5rem;
        }

        /* Col 3: Social Rows Stack */
        .af-social-stack {
            display: flex;
            flex-direction: column;
            height: 100%;
            justify-content: space-between;
        }

        .af-social-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0.75rem 1.2rem;
            border-bottom: 1px solid #e5e5e5;
            font-size: 0.95rem;
            font-weight: 600;
            color: #111111;
            transition: all 0.25s ease;
        }

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

        .af-social-row i {
            font-size: 0.85rem;
            color: var(--ted-red, #eb0028);
            transition: transform 0.25s ease;
        }

        .af-social-row:hover {
            background: #f8f8f8;
            color: var(--ted-red, #eb0028);
            padding-left: 1.5rem;
        }

        .af-social-row:hover i {
            transform: translateX(4px);
        }

        /* Red Highlighted Social Row */
        .af-social-row.highlighted-red {
            background: var(--ted-red, #eb0028);
            color: #ffffff !important;
        }

        .af-social-row.highlighted-red i {
            color: #ffffff;
        }

        .af-social-row.highlighted-red:hover {
            background: #cc0023;
            padding-left: 1.5rem;
        }

        /* Bottom Bar Grid (Clean Single-Line Normal Website Footer) */
        .af-bottom-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 1rem;
            padding-top: 1.2rem;
            padding-bottom: 0.2rem;
            font-size: 0.88rem;
            color: #555555;
            line-height: 1.4;
        }

        .af-bottom-copy p {
            margin: 0;
            font-size: 0.88rem;
            color: #555555;
            font-weight: 500;
        }

        .af-bottom-credits p {
            margin: 0;
            font-size: 0.88rem;
            color: #555555;
            font-weight: 500;
        }

        .af-bottom-credits a {
            color: var(--ted-red, #eb0028);
            font-weight: 700;
            text-decoration: underline;
        }

        .af-bottom-credits a:hover {
            color: #111111;
        }

        /* Responsive Footer adjustments */
        @media (max-width: 992px) {
            .af-main-grid {
                grid-template-columns: 1fr;
            }
            .af-grid-col {
                border-right: none;
                border-bottom: 1px solid #e5e5e5;
                padding: 2rem 0;
            }
            .af-bottom-bar {
                flex-direction: column;
                text-align: center;
                gap: 1rem;
            }
            .af-bottom-addr, .af-bottom-copy, .af-bottom-credits {
                text-align: center;
            }
            .af-meta-clock {
                align-items: flex-start;
                text-align: left;
            }
        }
