/* Shared footer rules also cover newly added links without Astro scope attributes. */
.site-footer .footer-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:2.5rem 3rem}
.site-footer .footer-brand{grid-column:1/-1;display:grid;grid-template-columns:minmax(180px,1fr) minmax(0,2fr) minmax(180px,1fr);align-items:center;gap:clamp(2rem,5vw,5rem);padding-bottom:2rem;border-bottom:1px solid #ffffff20}
.site-footer .footer-brand img{margin-bottom:0;max-width:100%;height:auto;max-height:70px;object-fit:contain;object-position:left}
.site-footer .footer-brand .footer-tag{justify-self:center;margin:0;max-width:720px;text-align:center}
.site-footer .footer-brand .footer-social{justify-self:end;margin:0}
.site-footer .footer-col{min-width:0}
.site-footer .footer-col ul{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}
.site-footer .footer-col a{color:#b9cebb;font-size:.92rem;transition:color .16s var(--ease-out);overflow-wrap:anywhere}
.site-footer .footer-col a:hover,.site-footer .footer-col a:focus-visible{color:var(--spark-warm)}
.site-footer .footer-col a:focus-visible{outline:2px solid currentColor;outline-offset:4px;border-radius:2px}
.site-footer .footer-link-group+.footer-link-group,.site-footer .footer-organized-support>.footer-h{margin-top:2rem}
.site-footer .footer-book{margin-top:1rem}
.site-footer .footer-bottom{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);width:100%;text-align:center;gap:.75rem clamp(1.5rem,4vw,4rem)}
.site-footer .footer-bottom>:first-child{justify-self:start;text-align:left}
.site-footer .footer-bottom .footer-license{justify-self:center}
.site-footer .footer-bottom .footer-team-reminder{justify-self:end}
@media(max-width:1000px){.site-footer .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem}.site-footer .footer-brand{grid-template-columns:180px minmax(0,1fr)}.site-footer .footer-brand .footer-tag{text-align:left}.site-footer .footer-brand .footer-social{grid-column:1/-1;justify-self:start}.site-footer .footer-bottom{grid-template-columns:1fr;justify-items:center}.site-footer .footer-bottom>*{justify-self:center!important;text-align:center!important}}
@media(max-width:600px){.site-footer .footer-grid{grid-template-columns:1fr;gap:2rem}.site-footer .footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem}.site-footer .footer-brand img{max-width:180px}.site-footer .footer-col{padding-bottom:1.5rem;border-bottom:1px solid #ffffff15}.site-footer .footer-col:last-child{border-bottom:0;padding-bottom:0}}
@media(prefers-reduced-motion:reduce){.site-footer .footer-col a{transition:none}}

/* Footer booking CTA keeps readable green text on its white hover surface. */
.site-footer .footer-col a.footer-book:hover,.site-footer .footer-col a.footer-book:focus-visible,.site-footer .footer-book a:hover,.site-footer .footer-book a:focus-visible{color:#006814;background:#fff}
