/* Event details: explicit location and Google Maps destination. */
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=DM+Sans:wght@400;600;700&display=swap');
.event .description{max-width:70ch;line-height:1.55}.event .place{margin-top:1rem;color:var(--ink)}.event .maps-link{display:inline-flex;align-items:center;gap:.45rem;margin-top:.3rem;font-weight:700;white-space:nowrap}.event .maps-link svg{width:1.2rem;height:1.2rem;fill:currentColor}
:root{--sky:#20aeca;--blue:#0756b9;--yellow:#ffe338;--orange:#e9520b;--cream:#fff8df;--ink:#171529;--white:#fff;--display:'Archivo Black',sans-serif;--body:'DM Sans',sans-serif}
footer nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.45rem 1rem}@media(max-width:600px){footer nav{justify-content:flex-start}}
*{box-sizing:border-box}html,body{margin:0;overflow-x:clip}body{background:var(--cream);color:var(--ink);font-family:var(--body)}header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.2rem clamp(1rem,5vw,5rem);background:var(--sky);border-bottom:2px solid var(--ink)}header a{color:var(--ink);font-weight:700;white-space:nowrap}.brand{font-family:var(--display);text-transform:uppercase;text-decoration:none}nav{display:flex;gap:1.2rem}.intro{padding:clamp(4rem,9vw,8rem) clamp(1rem,6vw,7rem);background:var(--sky)}.intro>p:first-child{font-weight:700}.intro h1{max-width:14ch;margin:.5rem 0 1.5rem;font-family:var(--display);font-size:clamp(3rem,8vw,7.5rem);line-height:1;letter-spacing:-.04em;text-transform:uppercase;overflow-wrap:anywhere}.intro>p:last-child{max-width:60ch;font-size:1.2rem;line-height:1.5}.events{padding:0 clamp(1rem,6vw,7rem)}.event{display:grid;grid-template-columns:8rem minmax(0,1fr);gap:clamp(1rem,4vw,4rem);padding:2rem 0;border-bottom:2px solid var(--ink)}.event time{font-family:var(--display);font-size:1.2rem;font-variant-numeric:tabular-nums}.event h2{max-width:30ch;margin:0;font-family:var(--display);font-size:clamp(1.5rem,3vw,2.6rem);line-height:1.05}.event p{max-width:70ch;line-height:1.55}.event .place{font-weight:700}.event a{display:inline-block;font-weight:700;white-space:nowrap}.source{margin:3rem clamp(1rem,6vw,7rem);padding:1.2rem;background:var(--yellow);border:2px solid var(--ink)}.day-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:clamp(2rem,6vw,6rem) clamp(1rem,6vw,7rem)}.day-grid a{display:grid;grid-template-columns:1fr auto;gap:.3rem;padding:1.5rem;color:var(--ink);border:1px solid var(--ink);text-decoration:none}.day-grid span,.day-grid small{font-weight:700}.day-grid strong{grid-row:1/3;grid-column:2;font-family:var(--display);font-size:3rem}.day-grid a:hover{background:var(--yellow)}footer{display:flex;justify-content:space-between;gap:1rem;padding:2rem clamp(1rem,6vw,7rem);background:var(--orange);color:var(--white)}footer a{color:inherit;font-weight:700;white-space:nowrap}footer p{margin:0}@media(max-width:600px){header{align-items:flex-start}nav{flex-direction:column;gap:.45rem}.event{grid-template-columns:1fr;gap:.6rem}.day-grid{grid-template-columns:1fr}.intro h1{font-size:clamp(2.6rem,15vw,4.5rem)}footer{flex-direction:column}}
