<!DOCTYPE html>  
<html lang="en">  
<head>  
<meta charset="UTF-8">  
<meta name="viewport" content="width=device-width, initial-scale=1.0">  
<meta name="description" content="Education Law Students Association –  
Empowering the next generation of education law leaders.">  
<title>ELSA | Education Law Students Association</title>  
<style>  
:root {  
--navy: #0A2540;  
--gold: #D4AF37;  
--light: #F8F1E3;  
--accent: #1E3A8A;  
}
* { margin:0; padding:0; box-sizing:border-box; }  
body {  
font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;  
line-height: 1.6;  
color: #333;  
background: #fff;  
}
header {  
background: rgba(10, 37, 64, 0.95);  
backdrop-filter: blur(12px);  
position: fixed;  
top: 0;  
width: 100%;  
z-index: 1000;  
padding: 1rem 5%;  
display: flex;  
align-items: center;  
justify-content: space-between;  
color: white;  
box-shadow: 0 2px 10px rgba(0,0,0,0.1);  
}
.logo {  
display: flex;  
align-items: center;  
gap: 12px;  
font-size: 1.8rem;  
font-weight: 700;  
color: white;  
}
.logo::before { content: " "; font-size: 2rem; }  
nav { display: flex; gap: 2rem; align-items: center; }  
nav a {  
color: white;  
text-decoration: none;  
font-weight: 600;  
transition: color 0.3s;  
}
nav a:hover { color: var(--gold); }  
.mobile-menu { display: none; font-size: 1.8rem; cursor: pointer; }  
.hero {  
height: 100vh;  
min-height: 700px;  
background: linear-gradient(rgba(10,37,64,0.85), rgba(10,37,64,0.85)),  
display: flex;  
align-items: center;  
justify-content: center;  
text-align: center;  
color: white;  
}
.hero-content { max-width: 900px; padding: 0 20px; }  
.hero h1 { font-size: clamp(2.8rem, 6vw, 4.5rem); margin-bottom: 1rem; }  
.hero .tagline { font-size: 1.5rem; margin-bottom: 2rem; opacity: 0.95; }  
.btn {  
display: inline-block;  
padding: 16px 40px;  
font-size: 1.2rem;  
font-weight: 700;  
border-radius: 50px;  
text-decoration: none;  
transition: all 0.3s ease;  
margin: 10px;  
}
.btn-primary { background: var(--gold); color: var(--navy); }  
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 10px 25px  
rgba(212,175,55,0.4); }  
section { padding: 100px 5%; }  
h2 {  
font-size: 2.8rem;  
text-align: center;  
margin-bottom: 3rem;  
color: var(--navy);  
position: relative;  
}
h2::after {  
content: '';  
width: 80px;  
height: 4px;  
background: var(--gold);  
position: absolute;  
bottom: -12px;  
left: 50%;  
transform: translateX(-50%);  
}
.about, .importance { background: #f8f1e3; }  
.card {  
background: white;  
padding: 2.5rem;  
border-radius: 16px;  
box-shadow: 0 10px 30px rgba(0,0,0,0.08);  
}
.winners {  
background: linear-gradient(135deg, #0A2540, #1E3A8A);  
color: white;  
text-align: center;  
}
.winners-grid {  
display: grid;  
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  
gap: 2rem;  
max-width: 1100px;  
margin: 3rem auto 0;  
}
.winner-card {  
background: rgba(255,255,255,0.1);  
padding: 2rem;  
border-radius: 16px;  
border: 2px solid var(--gold);  
}
.place-1 { border-color: #FFD700; background: rgba(212,175,55,0.15); }  
footer {  
background: var(--navy);  
color: white;  
padding: 3rem 5% 1.5rem;  
text-align: center;  
}
</style>  
</head>  
<body>  
<header>  
<div class="logo">ELSA</div>  
<nav>  
<a href="#home">Home</a>  
<a href="#about">About</a>  
<a href="#importance">Why Education Law</a>  
<a href="#winners">Winners</a>  
<a href="#join">Join Us</a>  
<a href="#contact">Contact</a>  
</nav>  
<div class="mobile-menu" onclick="toggleMobileMenu()"></div>  
</header>  
<!-- HERO -->  
<section id="home" class="hero">  
<div class="hero-content">  
<h1>Education Law Students Association</h1>  
<p class="tagline">Advancing human rights through education law • Building  
equality in the UK</p>  
<a href="#winners" class="btn btn-primary">View 2026 Winners →</a>  
</div>  
</section>  
<!-- ABOUT -->  
<section id="about">  
<h2>About ELSA</h2>  
<div style="max-width:900px; margin:0 auto; text-align:center;">  
<p>The Education Law Students Association (ELSA) is a student-led organisation  
dedicated to the study and advancement of education law and human rights.</p>  
</div>  
</section>  
<!-- IMPORTANCE OF EDUCATION LAW -->  
<section id="importance" class="importance">  
<h2>Why Education Law Matters</h2>  
<div class="card" style="max-width:900px; margin:0 auto;">  
<p style="font-size:1.25rem; margin-bottom:1.5rem;">  
Education law plays a vital role in increasing equality across the United Kingdom. It  
protects vulnerable students, challenges discriminatory practices in schools and  
universities, ensures access to quality education for all, and upholds fundamental  
human rights in educational settings.  
</p>  
<p style="font-size:1.25rem;">  
Our inaugural essay competition explored the theme <strong>“The Right to Learn:  
Human Rights and Education Law in the Age of AI, Equity, and Emerging  
Technologies”</strong>.  
</p>  
<p style="font-size:1.1rem; margin-top:2rem; font-style:italic;">  
We warmly thank the anonymous donors who generously funded the essay prize  
pool. Their support makes this important work possible.  
</p>  
<p style="margin-top:2rem; text-align:center; font-weight:600;">  
We also warmly welcome student blog submissions on any aspect of education law  
and human rights.  
If you would like to contribute a blog post, please <a href="#contact">get in  
touch</a>.  
</p>  
</div>  
</section>  
<!-- WINNERS -->  
<section id="winners" class="winners">  
<h2>2026 Inaugural Essay Competition Winners</h2>  
<