:root{--red:#8f1f18;--orange:#e95510;--yellow:#ffd735;--cream:#fff4dc;--brown:#4b261f;--dark:#23120f;--white:#fff}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--cream);color:var(--dark);line-height:1.6}img{max-width:100%;display:block}a{color:inherit}.container{width:min(1120px,92%);margin:auto}.topbar{background:var(--brown);color:#fff;text-align:center;padding:.45rem;font-size:.95rem}.site-header{background:#fff;position:sticky;top:0;z-index:20;box-shadow:0 4px 18px rgba(0,0,0,.12)}.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem 0}.logo{height:260;width:260px
	display: block;}.menu{display:flex;gap:1rem;align-items:center}.menu a{text-decoration:none;font-weight:700;color:var(--brown);padding:.5rem .7rem;border-radius:999px}.menu a:hover,.menu a.active{background:var(--yellow);color:var(--red)}.btn{display:inline-block;background:var(--orange);color:#fff;text-decoration:none;font-weight:800;padding:.85rem 1.15rem;border-radius:999px;border:0;cursor:pointer;box-shadow:0 5px 0 var(--brown)}.btn.secondary{background:var(--yellow);color:var(--brown)}.hero{min-height:68vh;background:linear-gradient(90deg,rgba(35,18,15,.82),rgba(35,18,15,.35)),url('../images/booth-stampede.jpg') center/cover;display:grid;align-items:center;color:#fff}.hero h1{font-size:clamp(2.5rem,7vw,5.7rem);line-height:.95;margin:0 0 1rem;text-shadow:3px 4px 0 var(--red)}.hero p{font-size:clamp(1.1rem,2.3vw,1.45rem);max-width:650px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.5rem}.section{padding:4.5rem 0}.section-title{font-size:clamp(2rem,4vw,3.2rem);color:var(--red);line-height:1.05;margin:0 0 1rem}.lead{font-size:1.18rem;max-width:780px}.grid{display:grid;gap:1.5rem}.grid.two{grid-template-columns:repeat(2,1fr)}.grid.three{grid-template-columns:repeat(3,1fr)}.card{background:#fff;border-radius:22px;padding:1.5rem;box-shadow:0 8px 28px rgba(75,38,31,.13);border:3px solid rgba(233,85,16,.12)}.card img{border-radius:16px;height:340px;width:100%;object-fit:cover}.card h3{color:var(--red);font-size:1.5rem;margin:.9rem 0 .35rem}.feature-band{background:var(--red);color:#fff}.feature-band .section-title{color:var(--yellow)}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.gallery img{height:298px;width:100%;object-fit:cover;border-radius:16px;border:4px solid #fff}.page-hero{background:linear-gradient(90deg,rgba(143,31,24,.90),rgba(143,31,24,.56)),url('../images/night-crowd.jpg') center/cover;color:#fff;padding:5rem 0}.page-hero h1{font-size:clamp(2.5rem,6vw,4.8rem);margin:0}.event-list{display:grid;gap:1rem}.event-item{display:grid;grid-template-columns:150px 1fr auto;gap:1rem;align-items:center;background:#fff;border-left:10px solid var(--orange);padding:1.2rem;border-radius:18px}.date{font-weight:900;color:var(--red);font-size:1.2rem}.form{display:grid;gap:1rem}.form label{font-weight:800;color:var(--brown)}input,textarea,select{width:100%;padding:.85rem;border:2px solid #e5c7a4;border-radius:12px;font:inherit;background:#fff}textarea{min-height:140px}.notice{background:#fff7c2;border:2px dashed var(--orange);padding:1rem;border-radius:16px}.footer{background:var(--brown);color:#fff;padding:3rem 0 1.5rem}.footer a{color:var(--yellow)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem}.small{font-size:.9rem;opacity:.88}.mobile-toggle{display:none;background:var(--red);color:#fff;border:0;padding:.7rem 1rem;border-radius:10px;font-weight:800}@media(max-width:800px){.mobile-toggle{display:block}.menu{display:none;position:absolute;top:105px;right:4%;left:4%;background:#fff;flex-direction:column;align-items:stretch;padding:1rem;border-radius:16px;box-shadow:0 15px 35px rgba(0,0,0,.18)}.menu.open{display:flex}.grid.two,.grid.three,.footer-grid{grid-template-columns:1fr}.gallery{grid-template-columns:repeat(2,1fr)}.event-item{grid-template-columns:1fr}.hero{min-height:62vh}.logo{height:55px}}
