body{color:#1c1c1c;-webkit-font-smoothing:antialiased;background:#fbfbf9;font-family:Inter,system-ui,sans-serif;line-height:1.5}img{object-fit:cover;width:100%;height:100%;display:block}.page{max-width:960px;margin:0 auto;padding:3.5rem 1.5rem 5rem}.masthead{text-align:center;margin-bottom:3rem}.masthead__logo{object-fit:contain;width:auto;height:88px;margin:0 auto 1rem}.masthead__title{font-family:Caveat,cursive;font-size:clamp(2.25rem,6vw,3.25rem);font-weight:700;line-height:1}.squiggle{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='6' viewBox='0 0 20 6'%3E%3Cpath d='M0 3 Q5 0 10 3 T20 3' fill='none' stroke='%231c1c1c' stroke-width='1.4'/%3E%3C/svg%3E");background-position:0 100%;background-repeat:repeat-x;background-size:0 6px;padding-bottom:6px;transition:background-size .25s}.squiggle:hover,.squiggle:focus-visible{background-size:20px 6px}.grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.grid__item{cursor:pointer;aspect-ratio:4/3;background:#efefe9;border:0;border-radius:10px;width:100%;padding:0;transition:transform .2s,box-shadow .2s;display:block;overflow:hidden}.grid__item img{transition:transform .4s}.grid__item:hover{transform:translateY(-3px);box-shadow:0 10px 24px #0000001f}.grid__item:hover img{transform:scale(1.04)}@media (width<=720px){.grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.grid{grid-template-columns:1fr}.page{padding-top:2.5rem}}.modal{z-index:100;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.modal[hidden]{display:none}.modal__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1414148c;position:absolute;inset:0}.modal__dialog{z-index:1;background:#fbfbf9;border-radius:14px;width:100%;max-width:760px;max-height:90vh;animation:.2s modal-in;position:relative;overflow-y:auto;box-shadow:0 24px 60px #0000004d}.modal__close{z-index:2;color:#1c1c1c;background:#ffffffe6;border:0;border-radius:50%;width:36px;height:36px;font-size:1.4rem;line-height:1;position:absolute;top:.75rem;right:.75rem;box-shadow:0 2px 8px #00000026}.modal__stage{aspect-ratio:16/10;background:#efefe9;border-radius:14px 14px 0 0;overflow:hidden}.modal__stage img,.modal__stage video,.modal__stage iframe{object-fit:cover;border:0;width:100%;height:100%}.modal__stage iframe{object-fit:fill}.modal__thumbs{flex-wrap:wrap;gap:.5rem;padding:.75rem 1.5rem 0;display:flex}.modal__thumb{opacity:.7;background:#e4e4dd;border:2px solid #0000;border-radius:6px;width:64px;height:48px;padding:0;transition:opacity .15s,border-color .15s;overflow:hidden}.modal__thumb img{object-fit:cover;width:100%;height:100%}.modal__thumb.is-active{opacity:1;border-color:#1c1c1c}.modal__thumb:hover{opacity:1}.modal__thumb--video{color:#1c1c1c;justify-content:center;align-items:center;display:flex}.modal__play{font-size:1rem}.modal__body{padding:1.25rem 1.5rem 1.75rem}.modal__cat{text-transform:uppercase;letter-spacing:.06em;color:#6a6a6a;background:#ecece4;border-radius:999px;margin-bottom:.6rem;padding:.25rem .6rem;font-size:.7rem;font-weight:600;display:inline-block}.modal__title{margin-bottom:.5rem;font-family:Caveat,cursive;font-size:2.25rem;font-weight:700;line-height:1.1}.modal__desc{color:#444;margin-bottom:1rem}.modal__meta{grid-template-columns:auto 1fr;gap:.25rem 1rem;margin-bottom:1.25rem;font-size:.9rem;display:grid}.modal__meta dt{color:#6a6a6a;font-weight:600}.modal__meta dd{color:#1c1c1c}.modal__links{flex-wrap:wrap;gap:.6rem;display:flex}.modal__link{border:1px solid #1c1c1c;border-radius:999px;align-items:center;gap:.4rem;padding:.5rem .85rem;font-size:.85rem;font-weight:500;transition:background .15s,color .15s;display:inline-flex}.modal__link:hover{color:#fbfbf9;background:#1c1c1c}.modal__link-icon{display:inline-flex}.modal__link-icon svg{display:block}@keyframes modal-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
