:root{--navy:#082f49;--navy-deep:#041f33;--green:#c8e833;--green-dark:#97b516;--ink:#17212b;--muted:#5c6874;--mist:#eff5f7;--line:#dce5e9;--white:#fff;--radius:18px;--shadow:0 14px 34px rgba(4,31,51,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);line-height:1.6;background:#fff}a{color:inherit}.skip{position:absolute;left:-999px}.skip:focus{left:1rem;top:1rem;z-index:9;background:var(--green);padding:.6rem 1rem;border-radius:6px}.container{width:min(1120px,calc(100% - 2.5rem));margin:auto}.site-header{background:var(--navy-deep);color:#fff;position:relative}.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:flex;align-items:center;gap:.7rem;text-decoration:none;font-weight:800;letter-spacing:.02em}.badge{background:var(--green);color:var(--navy-deep);width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-size:.74rem}.menu{display:flex;gap:1.2rem;align-items:center}.menu a{text-decoration:none;font-size:.93rem;font-weight:700;color:#eaf2f5}.menu a:hover,.menu a[aria-current=page]{color:var(--green)}.menu-toggle{display:none;background:none;color:#fff;border:1px solid #7f98a5;border-radius:8px;padding:.4rem .65rem;font:inherit}.hero{background:linear-gradient(115deg,rgba(4,31,51,.96),rgba(8,47,73,.76)),url('assets/photos/SurreyLionsCup2013.JPG') center/cover;color:#fff;min-height:480px;display:flex;align-items:center}.hero-copy{max-width:680px;padding:5rem 0}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.75rem;font-weight:800;color:var(--green)}h1,h2,h3{line-height:1.15;margin:0 0:.7rem}h1{font-size:clamp(2.8rem,6vw,5.3rem);letter-spacing:-.055em}h2{font-size:clamp(1.8rem,3vw,2.7rem);letter-spacing:-.035em}h3{font-size:1.25rem}.hero p{font-size:1.15rem;max-width:600px}.button{display:inline-block;background:var(--green);color:var(--navy-deep);padding:.78rem 1.15rem;border-radius:999px;text-decoration:none;font-weight:800;border:2px solid var(--green)}.button:hover{background:#fff;border-color:#fff}.button.secondary{background:transparent;color:#fff;border-color:#a4b6be;margin-left:.5rem}.button.secondary:hover{color:var(--navy-deep)}.section{padding:5rem 0}.section.tint{background:var(--mist)}.section-heading{max-width:670px;margin-bottom:2.3rem}.section-heading p,.lede{font-size:1.08rem;color:var(--muted)}.grid{display:grid;gap:1.4rem}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.two{grid-template-columns:repeat(2,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem;box-shadow:0 3px 9px rgba(4,31,51,.04)}.card .icon{font-size:1.8rem;margin-bottom:.8rem}.card p{color:var(--muted);margin-bottom:0}.event-card{background:var(--navy);color:#fff;border-radius:var(--radius);padding:2rem}.event-card p{color:#d4e2e8}.event-card .button{margin-top:.5rem}.photo{overflow:hidden;border-radius:var(--radius);background:var(--navy)}.photo img{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:4/3}.photo img:hover{transform:scale(1.025);transition:transform .25s}.feature-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:2.5rem;align-items:center}.callout{border-left:5px solid var(--green);padding:1rem 1.2rem;background:#f8fbfc;font-weight:600}.calendar-placeholder{border:2px dashed #9bb1bb;border-radius:var(--radius);padding:2rem;background:#fff}.calendar-placeholder code{word-break:break-all;font-size:.85rem}.page-hero{background:var(--navy);color:#fff;padding:4.5rem 0}.page-hero h1{font-size:clamp(2.5rem,5vw,4.4rem)}.content{max-width:820px}.content p,.content li{font-size:1.05rem}.map{border:0;width:100%;min-height:340px;border-radius:var(--radius);box-shadow:var(--shadow)}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.gallery figure{margin:0}.gallery figcaption{font-size:.85rem;color:var(--muted);padding:.5rem .15rem}.notice{background:#fff9de;border:1px solid #ecd88d;border-radius:12px;padding:1rem 1.2rem}.site-footer{background:var(--navy-deep);color:#d8e5e9;padding:2.4rem 0;margin-top:0}.footer-inner{display:flex;justify-content:space-between;gap:1rem;align-items:center}.footer-inner p{margin:0;font-size:.9rem}.footer-inner a{color:var(--green)}@media(max-width:760px){.menu-toggle{display:block}.menu{display:none;position:absolute;z-index:5;top:76px;left:0;right:0;background:var(--navy-deep);padding:1rem 1.25rem 1.5rem;flex-direction:column;align-items:flex-start}.menu.open{display:flex}.hero{min-height:560px}.hero-copy{padding:4rem 0}.grid.three,.grid.two,.feature-grid,.gallery{grid-template-columns:1fr}.section{padding:3.5rem 0}.button.secondary{margin:.75rem 0 0}.footer-inner{align-items:flex-start;flex-direction:column}}
