:root{--bg:#f5f1e8;--ink:#171719;--accent:#ff4d8d;--accent-ink:#111}body{background:#f5f1e8;color:#171719}.site-head{border-bottom:2px solid}.hero{display:grid;grid-template-columns:.8fr 1.2fr;min-height:780px;padding-block:48px;gap:25px}.hero-text{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.sticker{background:#6f65ff;color:#fff;transform:rotate(-3deg);padding:9px 15px;font-weight:700}.hero h1{font-size:clamp(6rem,13vw,12rem);line-height:.72;letter-spacing:-.1em;margin:.35em 0}.hero p{max-width:34ch;font-size:1.2rem}.hero figure{margin:0;position:relative;clip-path:polygon(7% 0,100% 4%,94% 100%,0 94%)}.hero figure img{width:100%;height:100%;object-fit:cover}.burst{position:absolute;inset-block-end:30px;inset-inline-start:25px;width:120px;aspect-ratio:1;background:#ffe24a;display:grid;place-items:center;border-radius:50%;font-weight:800;transform:rotate(8deg)}.marquee{overflow:hidden;background:#171719;color:#ffe24a;padding:14px 0;white-space:nowrap;font-size:1.5rem;font-weight:800}.marquee div{width:max-content;animation:slide 18s linear infinite}@keyframes slide{to{transform:translateX(30%)}}.event-wall{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:220px;gap:14px}.event-card{padding:20px;border:2px solid;display:flex;flex-direction:column;justify-content:space-between;position:relative}.event-card h3{font-size:1.65rem;margin:0;line-height:1}.event-card b{font-size:4rem}.event-card.tall{grid-row:span 2}.event-card.wide{grid-column:span 2}.event-card.pink{background:#ff4d8d}.event-card.yellow{background:#ffe24a}.event-card.blue{background:#6f65ff;color:#fff}.event-card.image{padding:0;overflow:hidden;color:#fff}.event-card.image::after{content:"";position:absolute;inset:0;background:#0005}.event-card.image img{width:100%;height:100%;object-fit:cover}.event-card.image span,.event-card.image h3{position:relative;z-index:1;padding:20px}.week{background:#ffe24a}.week-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:60px}.week h2{font-size:clamp(3.5rem,8vw,7rem);line-height:.9}.moods{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-content:center}.moods button{min-height:120px;border:2px solid;background:#fff;text-align:start;padding:18px;font-weight:800;font-size:1.2rem;cursor:pointer}.moods button:nth-child(2){background:#ff4d8d}.moods button:nth-child(3){background:#6f65ff;color:#fff}.area-list a{display:grid;grid-template-columns:80px 1fr auto;border-top:2px solid;padding:22px 0;text-decoration:none;font-size:1.7rem}.area-list a:last-child{border-bottom:2px solid}@media(max-width:760px){.hero{grid-template-columns:1fr;min-height:0}.hero figure{height:420px}.event-wall{grid-template-columns:1fr;grid-auto-rows:230px}.event-card.wide{grid-column:auto}.week-grid{grid-template-columns:1fr}.moods{grid-template-columns:1fr 1fr}}
