.season-stage{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-template-areas:"copy parade""timeline timeline";gap:2rem 3rem;margin:0 0 3rem;padding:2.5rem;display:grid;position:relative;overflow:hidden}.panel-dark.season-stage{transition:background-color .9s}.panel-dark.season-stage[data-level]{background:color-mix(in srgb, color-mix(in srgb, var(--forest-600) 80%, var(--forest-900)) calc(var(--intensity) * 100%), var(--bark-750))}.season-stage>:not(.season-stage-spores){z-index:1;position:relative}.season-stage-spores{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.season-stage-spores>span{bottom:-12px;left:var(--x);opacity:0;transition:opacity .9s;position:absolute}.season-stage-spores>span[data-lit]{opacity:1}.season-stage-spores>span>span{width:var(--size);height:var(--size);border-radius:var(--radius-pill);background:color-mix(in srgb, var(--on-dark) 45%, transparent);display:block}.season-stage-copy{grid-area:copy;align-content:center;gap:1rem;min-width:0;display:grid}.season-stage-eyebrow{color:var(--apricot);margin:0}.season-stage-month{color:var(--on-dark);font-size:var(--display-xl);letter-spacing:-.04em;margin:0;font-weight:900;line-height:.95}.season-stage-month:first-letter{text-transform:uppercase}.season-stage-level{border:1px solid color-mix(in srgb, var(--on-dark) 30%, transparent);border-radius:var(--radius-pill);color:var(--on-dark-muted);font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase;justify-self:start;margin:0;padding:.25rem .75rem;font-weight:850}.season-stage-level[data-tone=low]{border-color:var(--clay-250);color:var(--clay-250)}.season-stage-level[data-tone=high]{border-color:var(--forest-250);color:var(--forest-250)}.season-stage-level[data-tone=peak]{border-color:var(--forest-250);background:var(--forest-250);color:var(--forest-900)}.season-stage-count{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.75rem;margin:0;display:grid}.season-stage-count strong{min-width:2ch;color:var(--apricot);font-variant-numeric:tabular-nums;font-size:var(--display-md);font-weight:900;line-height:1}.season-stage-count span{color:var(--on-dark-muted);font-size:var(--text-lg)}.season-stage-mix{gap:.75rem;max-width:26rem;display:grid}.season-stage-mix-bar{border-radius:var(--radius-pill);height:.5rem;display:flex;overflow:hidden}.season-stage-mix-bar span{flex-basis:0;transition:flex-grow .7s cubic-bezier(.2,.8,.2,1)}.season-stage-mix-totals{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:0;display:grid}.season-stage-mix-totals div{flex-direction:column-reverse;gap:.25rem;display:flex}.season-stage-mix-totals dt{color:var(--on-dark-muted);font-size:var(--text-sm);white-space:nowrap;align-items:center;gap:.5rem;display:flex}.season-stage-mix-totals dd{color:var(--on-dark);font-size:var(--text-xl);font-variant-numeric:tabular-nums;margin:0;font-weight:900;line-height:1}.season-stage-swatch{border-radius:var(--radius-pill);flex:none;width:10px;height:10px}.season-stage [data-kind=edible]{background:var(--forest-250)}.season-stage [data-kind=avoid]{background:var(--sand-200)}.season-stage [data-kind=toxic]{background:var(--bark-250)}.season-stage-parade{grid-area:parade;grid-template-columns:repeat(4,minmax(0,1fr));align-content:center;gap:.5rem 1rem;min-height:21rem;margin:0;padding:0;list-style:none;display:grid}.season-stage-parade li{position:relative}.season-stage-parade a{color:var(--on-dark);text-align:center;outline-offset:4px;justify-items:center;gap:.25rem;text-decoration:none;display:grid}.season-stage-parade img{aspect-ratio:1;object-fit:contain;width:100%;max-width:150px;height:auto;filter:drop-shadow(0 12px 12px color-mix(in srgb, var(--forest-900) 55%, transparent));transition:transform .3s;display:block}.season-stage-parade a:hover img,.season-stage-parade a:focus-visible img{transform:translateY(-8px)rotate(-3deg)scale(1.06)}.season-stage-parade span{font-size:var(--text-sm);font-weight:800;line-height:1.2}.season-stage-parade[data-dense]{grid-template-columns:repeat(6,minmax(0,1fr));gap:.25rem .5rem}.season-stage-parade[data-dense] img{max-width:110px}.season-stage-parade[data-dense] span{font-size:var(--text-xs)}.season-stage-timeline{border-top:1px solid color-mix(in srgb, var(--on-dark) 15%, transparent);grid-area:timeline;grid-template-columns:auto minmax(0,1fr);align-items:end;gap:1.5rem;padding-top:1.5rem;display:grid}.season-stage-play{border-radius:var(--radius-pill);background:var(--apricot);color:var(--forest-900);font:inherit;font-size:var(--text-base);white-space:nowrap;cursor:pointer;border:0;align-self:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-weight:850;transition:background .16s,transform .16s;display:inline-flex}.season-stage-play:hover{transform:translateY(-2px)}.season-stage-play[aria-pressed=true]{background:var(--on-dark)}.season-stage-bars{grid-template-columns:repeat(12,minmax(0,1fr));gap:.5rem;height:10rem;display:grid}.season-stage-bar{min-width:0;color:var(--on-dark-muted);font:inherit;cursor:pointer;background:0 0;border:0;grid-template-rows:minmax(0,1fr) auto auto;justify-items:stretch;gap:.25rem;padding:0 0 .25rem;text-decoration:none;display:grid;position:relative}.season-stage-bar-stack{height:calc(var(--fill) * 100%);border-radius:var(--radius-sm);opacity:.45;transform-origin:bottom;flex-direction:column-reverse;align-self:end;min-height:4px;transition:opacity .24s,transform .24s;display:flex;overflow:hidden}.season-stage-bar-stack span{flex-basis:0;min-height:2px}.season-stage-bar-total{font-size:var(--text-xs);text-align:center;opacity:.6;font-weight:800}.season-stage-bar-label{font-size:var(--text-xs);letter-spacing:.06em;text-align:center;text-transform:uppercase;font-weight:800}.season-stage-bar-label-short{display:none}.season-stage-bar[data-current] .season-stage-bar-label{color:var(--apricot)}.season-stage-bar:hover .season-stage-bar-stack{opacity:.8}.season-stage-bar[aria-current=true]{color:var(--on-dark)}.season-stage-bar[aria-current=true] .season-stage-bar-stack{opacity:1;box-shadow:0 0 0 2px var(--on-dark), 0 0 24px color-mix(in srgb, var(--apricot) 55%, transparent);transform:scaleX(1.12)}.season-stage-bar[data-richest] .season-stage-bar-total{color:var(--apricot);opacity:1}.season-stage-bar[aria-current=true] .season-stage-bar-total{opacity:1}.season-stage-progress{border-radius:var(--radius-pill);background:var(--apricot);transform-origin:0;width:100%;height:2px;position:absolute;bottom:0;left:0}.season-stage-footer{flex-wrap:wrap;grid-column:1/-1;justify-content:space-between;align-items:center;gap:1rem 1.5rem;display:flex}.season-stage-month-link{color:var(--on-dark);align-items:center;gap:.5rem;font-weight:800;display:inline-flex}@media (prefers-reduced-motion:no-preference){.season-stage-month{animation:.7s cubic-bezier(.2,.8,.2,1) both season-month-in}.season-stage-count{animation:.6s cubic-bezier(.2,.8,.2,1) .12s both season-fade-up}.season-stage-parade li{animation:season-icon-in .8s calc(var(--i) * 80ms) cubic-bezier(.2, .9, .3, 1.25) both}.season-stage-parade a{animation:season-float 5s calc(var(--i) * -700ms) ease-in-out infinite}.season-stage-progress{animation:season-progress var(--season-step) linear both}.season-stage-level{animation:.5s cubic-bezier(.2,.9,.3,1.4) .2s both season-badge-in}.season-stage[data-playing] .season-stage-bar[aria-current=true] .season-stage-bar-stack{animation:.9s ease-in-out infinite alternate season-glow}.season-stage-spores>span>span{animation:season-spore-rise calc(var(--duration) * (1.4 - var(--intensity,.5) * .6)) var(--delay) linear infinite}@supports (animation-timeline:view()){.season-stage-bar-stack{animation:linear both season-bar-grow;animation-timeline:view();animation-range:entry 20%}}}@keyframes season-month-in{0%{opacity:0;letter-spacing:.04em;transform:translateY(.25em)}}@keyframes season-fade-up{0%{opacity:0;transform:translateY(12px)}}@keyframes season-icon-in{0%{opacity:0;transform:translateY(48px)scale(.6)rotate(-10deg)}}@keyframes season-float{50%{transform:translateY(-6px)}}@keyframes season-badge-in{0%{opacity:0;transform:scale(.6)}}@keyframes season-glow{to{box-shadow:0 0 0 2px var(--on-dark), 0 0 40px color-mix(in srgb, var(--apricot) 85%, transparent)}}@keyframes season-spore-rise{0%{transform:translate(0)}to{transform:translate(var(--drift), -760px)}}@keyframes season-progress{0%{transform:scaleX(0)}}@keyframes season-bar-grow{0%{transform:scaleY(0)}}@media (max-width:800px){.season-stage{grid-template-columns:minmax(0,1fr);grid-template-areas:"copy""parade""timeline";gap:1.5rem;padding:1.5rem}.season-stage-parade,.season-stage-parade[data-dense]{scroll-snap-type:x proximity;scrollbar-width:none;align-items:start;gap:.5rem;height:9.5rem;min-height:0;margin:-1rem -1.5rem 0;padding:1rem 1.5rem 0;display:flex;overflow-x:auto}.season-stage-parade li{scroll-snap-align:start;flex:0 0 5.5rem}.season-stage-parade img,.season-stage-parade[data-dense] img{max-width:5.5rem}.season-stage-parade span,.season-stage-parade[data-dense] span{height:2lh;font-size:var(--text-xs);-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.season-stage-count span{min-height:2lh}.season-stage-timeline{grid-template-columns:minmax(0,1fr)}.season-stage-play{justify-self:start}.season-stage-bars{gap:.25rem;height:8rem}.season-stage-bar-total,.season-stage-bar-label-long{display:none}.season-stage-bar-label-short{display:inline}}@media (max-width:520px){.season-stage{margin-right:calc(var(--layout-gutter) * -.35);margin-left:calc(var(--layout-gutter) * -.35);border-radius:var(--radius-md)}}
.annual-season-calendar-module__fdFg2W__calendar{margin-bottom:48px;scroll-margin-top:100px}.annual-season-calendar-module__fdFg2W__legend{font-size:var(--text-xs);flex-wrap:wrap;gap:12px 24px;margin:24px 0 16px;padding:0;list-style:none;display:flex}.annual-season-calendar-module__fdFg2W__help,.annual-season-calendar-module__fdFg2W__note{color:var(--muted);font-size:var(--text-xs);line-height:1.6}.annual-season-calendar-module__fdFg2W__help{margin-bottom:12px}.annual-season-calendar-module__fdFg2W__legend li,.annual-season-calendar-module__fdFg2W__yearHelp{align-items:center;gap:8px;display:flex}.annual-season-calendar-module__fdFg2W__monthHelp,.annual-season-calendar-module__fdFg2W__monthNavigation{display:none}.annual-season-calendar-module__fdFg2W__help svg{flex-shrink:0}.annual-season-calendar-module__fdFg2W__note{margin-top:16px}.annual-season-calendar-module__fdFg2W__note a{font-size:inherit}.annual-season-calendar-module__fdFg2W__scroll{border:1px solid var(--line);border-radius:var(--radius-sm);isolation:isolate;position:relative;overflow:auto}.annual-season-calendar-module__fdFg2W__mapLink{white-space:nowrap}.annual-season-calendar-module__fdFg2W__table{border-collapse:separate;border-spacing:0;width:100%;min-width:940px;font-size:var(--text-xs);background:var(--surface)}.annual-season-calendar-module__fdFg2W__table th,.annual-season-calendar-module__fdFg2W__table td{border-bottom:1px solid var(--line);text-align:center;padding:12px 8px}.annual-season-calendar-module__fdFg2W__table thead th{z-index:2;background:var(--paper);height:68px;position:sticky;top:0}.annual-season-calendar-module__fdFg2W__table th:first-child{z-index:1;border-right:1px solid var(--line);background:var(--surface);text-align:left;width:230px;min-width:230px;padding:12px 20px;position:sticky;left:0}.annual-season-calendar-module__fdFg2W__table thead th:first-child{z-index:3;background:var(--paper)}.annual-season-calendar-module__fdFg2W__table a{display:block}.annual-season-calendar-module__fdFg2W__table a:hover{color:var(--clay);text-underline-offset:3px;text-decoration:underline}.annual-season-calendar-module__fdFg2W__table em{color:var(--muted);font-size:var(--text-xs);margin-top:4px;font-weight:400;display:block}.annual-season-calendar-module__fdFg2W__table [data-selected]{background:var(--warning-surface)}.annual-season-calendar-module__fdFg2W__table thead [data-selected]{color:var(--on-dark);background:var(--forest-panel)}.annual-season-calendar-module__fdFg2W__table thead [data-selected] a:hover{color:var(--on-dark)}.annual-season-calendar-module__fdFg2W__currentLabel{font-size:var(--text-xs);font-weight:400;display:block}.annual-season-calendar-module__fdFg2W__table tbody tr:last-child>*{border-bottom:0}.annual-season-calendar-module__fdFg2W__table tbody tr:hover th,.annual-season-calendar-module__fdFg2W__table tbody tr:focus-within th{background:var(--paper)}.annual-season-calendar-module__fdFg2W__level{border-radius:var(--radius-sm);width:34px;height:28px;font-size:var(--text-xs);color:var(--bark);justify-content:center;align-items:center;display:inline-flex}.annual-season-calendar-module__fdFg2W__inactive{color:var(--muted)}.annual-season-calendar-module__fdFg2W__possible{background:var(--warning-surface)}.annual-season-calendar-module__fdFg2W__moderate{background:var(--apricot)}.annual-season-calendar-module__fdFg2W__good{background:var(--pumpkin)}.annual-season-calendar-module__fdFg2W__peak{color:var(--on-dark);background:var(--gold)}@media (max-width:680px){.annual-season-calendar-module__fdFg2W__yearHelp,.annual-season-calendar-module__fdFg2W__table thead th:not(:first-child):not([data-selected]),.annual-season-calendar-module__fdFg2W__table td:not([data-selected]){display:none}.annual-season-calendar-module__fdFg2W__monthHelp{display:block}.annual-season-calendar-module__fdFg2W__monthNavigation{justify-content:space-between;align-items:center;gap:12px;margin:20px 0 16px;display:flex}.annual-season-calendar-module__fdFg2W__monthNavigation a{border:1px solid var(--line);background:var(--surface);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.annual-season-calendar-module__fdFg2W__monthNavigation a:hover{background:var(--warning-surface)}.annual-season-calendar-module__fdFg2W__monthNavigation strong{text-align:center;text-transform:capitalize;font-size:var(--text-lg)}.annual-season-calendar-module__fdFg2W__monthNavigation small{color:var(--muted);font-size:var(--text-xs);text-transform:none;font-weight:400;display:block}.annual-season-calendar-module__fdFg2W__table{table-layout:fixed;min-width:0}.annual-season-calendar-module__fdFg2W__table th:first-child{overflow-wrap:anywhere;width:72%;min-width:0;max-width:none;padding:12px}.annual-season-calendar-module__fdFg2W__table td[data-selected]{background:var(--surface)}}
