/* Bounded twelve-model pages retain clear product names on small screens. */
.festival-active-choices{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}
.festival-active-choices button{flex:1 1 150px;min-height:44px}
.festival-active-choices [aria-pressed=true]{background:#397c6d;color:#fff4dd;border-color:#397c6d}
.festival-filters{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;margin:12px 0}
.festival-filter{display:flex;flex-direction:column;gap:5px;min-width:0;font-size:12px;font-weight:700;color:#49645d}
.festival-filter select,.festival-filter input{box-sizing:border-box;width:100%;min-width:0;min-height:44px;padding:10px;border:1px solid #cbdace;border-radius:12px;background:#fffdf7;color:#354d45;font:inherit;font-size:14px}
.festival-filter :focus-visible,.festival-paging button:focus-visible{outline:3px solid #397c6d;outline-offset:2px}
.festival-availability{padding:9px 12px;border-radius:10px;background:#f4ecdf;color:#735d45;font-size:13px;margin:8px 0}
.festival-availability[data-open=true]{background:#e2f1e4;color:#2f6851}
.festival-date-range{display:block;font-size:13px;line-height:1.5;margin-top:3px;overflow-wrap:anywhere}
.festival-date-zone{display:block;font-size:11px;line-height:1.4;margin-top:2px}
.festival-collection-status{font-size:13px;font-weight:700;color:#49645d;margin:10px 0}
.festival-collection-browser .hub-collection{position:relative;min-width:0;display:flex;flex-direction:column;gap:7px;align-items:stretch}
.festival-collection-browser .hub-item-preview{width:100%;height:110px;object-fit:contain}
.festival-collection-browser .hub-collection strong{font-size:13px;line-height:1.35;overflow-wrap:anywhere;min-height:2.7em}
.festival-collection-browser .hub-button{min-height:44px;white-space:normal;line-height:1.25;font-size:12px;padding:8px 6px}
.festival-collection-browser .hub-button:last-child{margin-top:auto}
.festival-tier{align-self:flex-start;border-radius:8px;background:#f5e6ca;color:#74562e;font-size:10px;font-weight:700;padding:3px 7px}
.festival-item-detail{font-size:11px;line-height:1.4;color:#536c63}
.festival-paging{display:flex;gap:12px;justify-content:space-between;margin:14px 0}
.festival-paging button{min-height:44px;min-width:90px}
@media(min-width:701px){
 .hub-panel[data-hub-tab=calendar]{width:min(820px,calc(100vw - 32px))!important;max-width:820px!important;height:min(760px,calc(100dvh - 130px));max-height:min(760px,calc(100dvh - 130px))!important}
 .hub-panel[data-hub-tab=calendar] .festival-filters{grid-template-columns:1.3fr 1fr 1fr 1.2fr}
 .hub-panel[data-hub-tab=calendar] .hub-collection-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:420px){.festival-filters{gap:8px}.festival-filter:first-child,.festival-search{grid-column:1/-1}.festival-collection-browser .hub-collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.festival-collection-browser .hub-item-preview{height:98px}.festival-collection-browser .hub-collection{padding:9px}}
@media(prefers-reduced-motion:reduce){.festival-collection-browser *{scroll-behavior:auto!important}}
