:root{--green:#174f2c;--red:#e5382f;--cream:#f8f0df;--light:#73a942}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--cream);color:var(--green)}a{color:inherit}.site-header{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:18px 5vw;background:rgba(250,246,235,.97);border-bottom:3px solid var(--red)}.brand{display:grid;line-height:.82;text-decoration:none}.script{font:italic 1.7rem Georgia;color:var(--green)}.red,.green{font-size:2rem;font-weight:900}.red{color:var(--red)}.green{color:var(--light)}.brand small{margin-top:10px;letter-spacing:.16em}.brand small b{color:var(--red)}nav{display:flex;align-items:center;gap:22px}nav a{text-decoration:none;text-transform:uppercase;font-weight:900}nav a:hover,.active{color:var(--red)}.active{border-bottom:3px solid var(--red);padding-bottom:4px}.circle{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff!important;font-size:1.25rem;text-transform:none}.toggle{display:none;border:0;border-radius:8px;background:var(--green);color:#fff;padding:10px 12px;font-size:1.2rem}.hero{min-height:610px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:30px;padding:70px 5vw;background:linear-gradient(90deg,rgba(250,246,235,.98) 0%,rgba(250,246,235,.92) 38%,rgba(250,246,235,.35) 72%),url('assets/fair-background.jpg') center/cover no-repeat}.hero-copy h1{font-size:clamp(4rem,8vw,7rem);line-height:.92;margin:0;letter-spacing:-.03em}.hero-copy p{max-width:600px;font-size:1.3rem;line-height:1.6;font-weight:700}.rule{display:flex;align-items:center;gap:14px;width:280px;margin:28px 0;color:var(--red)}.rule span{height:3px;flex:1;background:var(--red)}.rule b{font-size:2rem}.hero img{width:100%;max-height:500px;object-fit:cover;border-radius:24px;box-shadow:0 25px 50px rgba(0,0,0,.22)}.social-section{padding:48px 5vw 60px;background:#fbf6ea}.social-section h2{text-align:center;font-size:clamp(2.2rem,4vw,4rem);margin:0 0 40px}.social-section h2 span{color:var(--red)}.cards{max-width:1120px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:28px 20px;border:2px solid rgba(23,79,44,.15);border-radius:20px;background:#fff;text-decoration:none;transition:.2s}.card:hover{transform:translateY(-5px);box-shadow:0 18px 36px rgba(0,0,0,.12)}.icon{width:140px;height:140px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:5rem;font-weight:900}.fb{background:#3167b1}.ig{background:linear-gradient(135deg,#6c3bd1,#e93675,#ff9f2b)}.tt{background:#111}.card h3{font:italic 2.2rem Georgia;margin:18px 0 4px}.card p{font-weight:700}.button{margin-top:auto;padding:10px 18px;border-radius:999px;background:var(--red);color:#fff;font-weight:900}.location{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:48px;padding:52px 8vw;background:#0e3d22;color:#fff}.location h2{font-size:clamp(2.2rem,4vw,4rem);line-height:1;margin:0}.location>div:first-child p{font:italic 2rem Georgia;color:#ff5a50}.divider{width:2px;height:120px;border-left:2px dotted rgba(255,255,255,.7)}.location small,.location strong{letter-spacing:.05em}footer{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;padding:22px;background:var(--red);color:#fff;border-top:8px solid #95bc47}footer a{text-decoration:none;font-weight:800}@media(max-width:900px){.toggle{display:block}nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;padding:20px;background:var(--cream)}nav.open{display:flex}.hero{grid-template-columns:1fr}.cards{grid-template-columns:1fr}.location{grid-template-columns:1fr;text-align:center}.divider{width:100%;height:0;border-left:0;border-top:2px dotted rgba(255,255,255,.7)}}@media(max-width:560px){.red,.green{font-size:1.45rem}.script{font-size:1.25rem}.hero{padding-inline:22px}.hero-copy p{font-size:1.05rem}.icon{width:110px;height:110px;font-size:4rem}}
