*{margin:0;padding:0;box-sizing:border-box}:root{--navy:#111e35;--navy-dark:#111e35;--navy-light:#243660;--gold:#c9952a;--gold-light:#e8b84b;--cream:#f0e8d5;--white:#fff}html{scroll-behavior:smooth}body{font-family:Georgia,Times New Roman,serif;background:var(--navy-dark);color:var(--cream)}a{text-decoration:none;color:inherit}button{cursor:pointer}input,select,textarea{font-family:Arial,sans-serif}.desktop-nav{display:flex}.mobile-menu,.mobile-nav{display:none}.hero-section{height:90vh;max-height:800px}.hero-img{height:100%}.section-title{font-size:28px}.about-text{font-size:17px}.stat-num{font-size:42px}.stats-grid{grid-template-columns:repeat(3,1fr)}.events-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.about-section,.events-section{padding:5rem 2rem}@media (max-width:768px){.desktop-nav{display:none!important}.mobile-nav{display:flex!important}.mobile-menu{display:block!important}.hero-section{height:70vw;max-height:500px;min-height:300px}.section-title{font-size:20px;letter-spacing:2px}.about-text{font-size:14px}.stat-num{font-size:30px}.events-grid,.stats-grid{grid-template-columns:1fr!important}.team-grid{grid-template-columns:repeat(2,1fr)!important}.sponsors-grid{grid-template-columns:1fr!important}.about-section,.events-section{padding:3rem 1.25rem}.footer-links{gap:1rem!important;flex-direction:column;align-items:center}}@media (max-width:480px){.hero-section{height:60vw;min-height:250px}.section-title{font-size:18px}.team-grid{grid-template-columns:1fr!important}}@media (max-width:768px){div.team-grid{grid-template-columns:repeat(2,1fr)!important}.hero-section{height:60vw!important;max-height:400px!important}}body,html{overflow-x:hidden}*,body,html{max-width:100%}