.eco-calendar{--eco:#155b45;--eco-2:#20735a;--line:#dfe4e1;--soft:#f1f3f2;--ink:#172620;box-sizing:border-box;width:100%;padding:22px 23px;background:#fff;border:1px solid var(--line);border-radius:11px;color:var(--ink);overflow:hidden}.eco-calendar *{box-sizing:border-box}.eco-calendar button{font:inherit}.eco-calendar__header{display:flex;align-items:center;gap:32px;margin:0 0 16px}.eco-calendar__header h2{margin:0;color:#18392e;font-family:Georgia,"Times New Roman",serif;font-size:clamp(27px,2.2vw,35px);font-weight:500;line-height:1}.eco-calendar__tabs{display:flex;gap:5px;overflow-x:auto}.eco-calendar__tabs button,.eco-calendar__months button{border:0;border-radius:5px;background:var(--soft);color:#35433e;cursor:pointer;white-space:nowrap}.eco-calendar__tabs button{min-height:34px;padding:7px 13px;font-size:13px}.eco-calendar__tabs button[aria-selected=true],.eco-calendar__months button.is-active,.eco-calendar__years button.is-active{background:var(--eco);color:#fff}.eco-calendar__months{display:grid;grid-template-columns:repeat(12,minmax(44px,1fr));gap:6px;margin:0 0 15px;overflow-x:auto;scrollbar-width:thin}.eco-calendar__months button{height:32px;padding:0 6px;font-size:11px;font-weight:700;letter-spacing:.05em}.eco-calendar__body{display:grid;grid-template-columns:68px minmax(0,1fr) auto;align-items:center;gap:14px}.eco-calendar__year-rail{position:relative;align-self:stretch;display:flex;align-items:center;border-right:1px solid var(--line);padding-right:12px}.eco-calendar__years{display:flex;flex-direction:column;gap:3px;max-height:152px;overflow-y:auto;scrollbar-width:none}.eco-calendar__years button{width:52px;min-height:33px;padding:5px 4px;border:0;border-radius:5px;background:transparent;color:#26362f;font-size:13px;cursor:pointer}.eco-calendar__today{position:absolute;z-index:3;right:-15px;top:calc(50% - 14px);width:28px;height:28px;padding:0;border:1px solid #cbd5d0;border-radius:50%;background:#fff;color:var(--eco);font-size:20px;line-height:24px;cursor:pointer}.eco-calendar__viewport-wrap{position:relative;min-width:0}.eco-calendar__viewport{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;outline:none}.eco-calendar__track{display:flex;gap:11px;min-height:164px}.eco-calendar-card{position:relative;flex:0 0 clamp(225px,20.3vw,252px);height:164px;padding:16px;display:grid;grid-template-columns:58px minmax(0,1fr);gap:13px;scroll-snap-align:start;background:#fff;border:1px solid #d9dfdc;border-radius:9px}.eco-calendar-card.is-nearest{border-color:#4c8a76}.eco-calendar-card.is-nearest:after{content:"";position:absolute;right:9px;top:9px;width:6px;height:6px;border-radius:50%;background:var(--eco)}.eco-calendar-card.is-past{opacity:.62}.eco-calendar-card__date{display:flex;flex-direction:column;min-width:0;color:var(--eco)}.eco-calendar-card time{display:flex;flex-direction:column}.eco-calendar-card time strong{font-family:Georgia,"Times New Roman",serif;font-size:clamp(36px,3vw,42px);font-weight:500;line-height:.86}.eco-calendar-card time span{margin-top:7px;font-size:10px;font-weight:750;letter-spacing:.055em}.eco-calendar-card__icon{width:39px;height:39px;margin-top:auto;color:var(--eco-2)}.eco-calendar-card__icon--blue{color:#327792}.eco-calendar-card__icon--teal{color:#34837c}.eco-calendar-card__content{display:flex;min-width:0;flex-direction:column}.eco-calendar-card h3{margin:0;font-family:Arial,sans-serif;font-size:15px;font-weight:600;line-height:1.28}.eco-calendar-card h3 a{color:var(--ink);text-decoration:none}.eco-calendar-card p{margin:10px 0 0;color:#707975;font-size:11px;line-height:1.3}.eco-calendar-card small{margin-top:auto;color:#6d7772;font-size:10px}.eco-calendar__arrow{position:absolute;z-index:4;top:calc(50% - 19px);width:38px;height:38px;padding:0;border:1px solid #cad5d0;border-radius:50%;background:#fff;color:var(--eco);font-size:25px;line-height:32px;cursor:pointer}.eco-calendar__arrow--prev{left:-8px;transform:translateX(-50%)}.eco-calendar__arrow--next{right:-8px;transform:translateX(50%)}.eco-calendar__arrow:disabled{opacity:0;pointer-events:none}.eco-calendar__all{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 17px;border:1px solid var(--eco);border-radius:6px;background:#fff;color:var(--eco);font-size:13px;font-weight:650;text-decoration:none;white-space:nowrap}.eco-calendar__empty{min-height:90px;padding:18px;text-align:center;color:#66736e}.eco-calendar__empty p{margin:0 0 12px}.eco-calendar__empty button{padding:8px 12px;border:1px solid var(--eco);border-radius:5px;background:#fff;color:var(--eco);cursor:pointer}.eco-calendar__loading{grid-column:2;display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.eco-calendar__loading[hidden]{display:none}.eco-calendar__loading i{height:164px;border-radius:9px;background:#eef1ef;animation:eco-pulse 1.2s ease-in-out infinite}.eco-calendar button:hover,.eco-calendar__all:hover{filter:brightness(.94)}.eco-calendar button:focus-visible,.eco-calendar a:focus-visible,.eco-calendar__viewport:focus-visible{outline:3px solid #d1a43a;outline-offset:2px}@keyframes eco-pulse{50%{opacity:.45}}
@media(max-width:1000px){.eco-calendar__body{grid-template-columns:68px minmax(0,1fr)}.eco-calendar__all{grid-column:2;justify-self:end;margin-top:2px}.eco-calendar-card{flex-basis:clamp(225px,35vw,250px)}}
@media(max-width:600px){.eco-calendar{padding:18px 15px}.eco-calendar__header{display:block;margin-bottom:14px}.eco-calendar__tabs{margin-top:13px}.eco-calendar__tabs button{flex:0 0 auto}.eco-calendar__body{display:flex;flex-wrap:wrap;gap:12px}.eco-calendar__year-rail{order:-1;width:100%;display:block;border:0;padding:0}.eco-calendar__years{flex-direction:row;max-height:none;overflow-x:auto}.eco-calendar__years button{flex:0 0 52px}.eco-calendar__today{right:0;top:2px}.eco-calendar__months{display:flex;margin-bottom:12px}.eco-calendar__months button{flex:0 0 48px}.eco-calendar__viewport-wrap{width:100%}.eco-calendar-card{flex-basis:86%;height:164px}.eco-calendar__all{margin-left:auto}.eco-calendar__arrow{display:none}}

/* The site theme deliberately marks generic headings and buttons !important.
 * Keep this component's palette scoped so those global rules cannot wash it out. */
.eco-calendar .eco-calendar__header h2{color:#18392e!important}
.eco-calendar .eco-calendar__tabs button,
.eco-calendar .eco-calendar__months button{background:var(--soft)!important;color:#35433e!important;border:0!important;box-shadow:none!important}
.eco-calendar .eco-calendar__years button{background:transparent!important;color:#26362f!important;border:0!important;box-shadow:none!important}
.eco-calendar .eco-calendar__tabs button[aria-selected=true],
.eco-calendar .eco-calendar__months button.is-active,
.eco-calendar .eco-calendar__years button.is-active{background:var(--eco)!important;color:#fff!important}
.eco-calendar .eco-calendar-card h3,
.eco-calendar .eco-calendar-card h3 a{color:var(--ink)!important}
.eco-calendar .eco-calendar-card p{color:#596761!important}
.eco-calendar .eco-calendar__empty,
.eco-calendar .eco-calendar__empty p{color:#53635d!important}
.eco-calendar .eco-calendar__today,
.eco-calendar .eco-calendar__arrow,
.eco-calendar .eco-calendar__empty button{background:#fff!important;color:var(--eco)!important}

@media(min-width:1001px){
  .eco-calendar--home .eco-calendar__body{grid-template-columns:68px minmax(0,1fr)}
  .eco-calendar--home .eco-calendar__all{grid-column:2;justify-self:end;margin-top:2px}
  .eco-calendar--home .eco-calendar-card{flex-basis:calc((100% - 33px)/4);min-width:0}
}
@media(max-width:600px){.eco-calendar .eco-calendar__today{display:none}}
@media(prefers-reduced-motion:reduce){.eco-calendar *{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

/* Keep the year-loading placeholder in the card viewport so it replaces that
   visual area without adding another grid row or changing the block height. */
.eco-calendar__viewport-wrap{min-height:164px}
.eco-calendar__viewport-wrap>.eco-calendar__loading{position:absolute;z-index:3;inset:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;background:#fff}
.eco-calendar__viewport-wrap>.eco-calendar__loading[hidden]{display:none}

/* Title tiers preserve the fixed card geometry while keeping every title whole. */
.eco-calendar-card__content{min-height:0}
.eco-calendar-card .eco-calendar__title--short{font-size:15px;line-height:1.28}
.eco-calendar-card .eco-calendar__title--medium{font-size:14px;line-height:1.22}
.eco-calendar-card .eco-calendar__title--long{font-size:12px;line-height:1.18}
.eco-calendar-card .eco-calendar__title--xlong{font-size:10.5px;line-height:1.14}

/* Homepage calendar: an editorial section rather than a dense service widget. */
.eco-calendar--home{padding:27px 28px 30px;border-color:#e7ece9;border-radius:14px;background:#fff}
.eco-calendar--home .eco-calendar__header{gap:24px;margin-bottom:19px}
.eco-calendar--home .eco-calendar__header h2{font-size:clamp(29px,2.25vw,36px);letter-spacing:-.025em}
.eco-calendar--home .eco-calendar__tabs{gap:14px}
.eco-calendar--home .eco-calendar__tabs button{min-height:28px;padding:4px 2px;border-radius:0!important;background:transparent!important;color:#718079!important;font-size:11px;letter-spacing:.01em}
.eco-calendar--home .eco-calendar__tabs button[aria-selected=true]{background:transparent!important;color:var(--eco)!important;box-shadow:inset 0 -1px 0 var(--eco)!important;font-weight:650}
.eco-calendar--home .eco-calendar__months{gap:3px;margin-bottom:22px;padding-bottom:2px}
.eco-calendar--home .eco-calendar__months button{height:26px;padding:0 4px;border-radius:0!important;background:transparent!important;color:#7c8983!important;font-size:10px;font-weight:560;letter-spacing:.07em}
.eco-calendar--home .eco-calendar__months button:hover{color:var(--eco)!important}
.eco-calendar--home .eco-calendar__months button.is-active{background:transparent!important;color:var(--eco)!important;box-shadow:inset 0 -2px 0 #4f9278!important;font-weight:720}
.eco-calendar--home .eco-calendar__body{gap:20px}
.eco-calendar--home .eco-calendar__year-rail{border-right-color:#edf0ee;padding-right:16px}
.eco-calendar--home .eco-calendar__years{gap:5px;max-height:162px}
.eco-calendar--home .eco-calendar__years button{min-height:27px;padding:3px 4px;color:#75827c!important;font-size:11px}
.eco-calendar--home .eco-calendar__years button.is-active{background:#eaf3ee!important;color:var(--eco)!important;font-weight:700}
.eco-calendar--home .eco-calendar__today{right:-15px;width:26px;height:26px;border-color:#dce5e0;box-shadow:0 3px 12px rgba(21,91,69,.08)}
.eco-calendar--home .eco-calendar__track{gap:14px;min-height:172px}
.eco-calendar--home .eco-calendar-card{height:172px;padding:18px;grid-template-columns:58px minmax(0,1fr);gap:14px;border-color:#e8ecea;border-radius:10px;background:#fafbf9;box-shadow:none;transition:border-color .2s ease,background-color .2s ease,transform .2s ease}
.eco-calendar--home .eco-calendar-card:hover{border-color:#cedbd5;background:#fff;transform:translateY(-1px)}
.eco-calendar--home .eco-calendar-card h3{font-family:Georgia,"Times New Roman",serif;font-weight:500;letter-spacing:-.01em}
.eco-calendar--home .eco-calendar-card p{margin-top:11px;color:#77827d!important}
.eco-calendar--home .eco-calendar-card.is-nearest{border-color:#bdd4ca;border-top:3px solid #3c8267;background:linear-gradient(145deg,#f0f7f3 0%,#fbfcfa 72%);box-shadow:0 8px 24px rgba(25,92,68,.07)}
.eco-calendar--home .eco-calendar-card.is-nearest:after{right:12px;top:12px;width:7px;height:7px;background:#2d795c;box-shadow:0 0 0 4px rgba(45,121,92,.1)}
.eco-calendar--home .eco-calendar-card.is-nearest time strong{color:#0e6548}
.eco-calendar--home .eco-calendar__arrow{width:34px;height:34px;border-color:#dce5e0;font-size:22px;box-shadow:0 4px 14px rgba(21,91,69,.07)}
.eco-calendar--home .eco-calendar__all{min-height:34px;padding:0 3px;border:0;border-bottom:1px solid #a9c8bb;border-radius:0;background:transparent;color:var(--eco);font-size:11px;font-weight:650}
.eco-calendar--home .eco-calendar__viewport-wrap{min-height:172px}
.eco-calendar--home .eco-calendar__viewport-wrap>.eco-calendar__loading i{height:172px}
@media(max-width:600px){
  .eco-calendar--home{padding:22px 18px 25px}.eco-calendar--home .eco-calendar__tabs{gap:18px;margin-top:15px}.eco-calendar--home .eco-calendar__months{margin-bottom:17px}.eco-calendar--home .eco-calendar__months button{flex-basis:43px}.eco-calendar--home .eco-calendar__body{gap:15px}.eco-calendar--home .eco-calendar-card{height:172px;padding:17px}.eco-calendar--home .eco-calendar__years button{flex-basis:48px}
}

/* Editorial reference page for an individual ecological date. */
.eco-date-single{--ed-green:#155b45;--ed-ink:#172620;--ed-muted:#66736e;--ed-line:#dce5e0;background:#fff;color:var(--ed-ink)}
.eco-date-shell{box-sizing:border-box;width:min(1200px,calc(100% - 48px));margin-inline:auto}
.eco-date-hero{padding:32px 0 54px;background:linear-gradient(135deg,#f7faf8 0%,#eef5f1 72%,#faf8f0 100%);border-bottom:1px solid var(--ed-line)}
.eco-date-breadcrumb{margin-bottom:34px;color:#82908a;font-size:12px}.eco-date-breadcrumb a{color:#60736b;font-weight:650;text-decoration:none}
.eco-date-hero__grid{display:grid;grid-template-columns:118px minmax(0,1fr) minmax(250px,280px);gap:36px;align-items:start}
.eco-date-date{min-height:112px;padding:14px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #bdd1c7;border-radius:14px;background:rgba(255,255,255,.7);color:var(--ed-green);text-align:center}
.eco-date-date strong{font-family:Georgia,"Times New Roman",serif;font-size:58px;font-weight:500;line-height:.85}.eco-date-date span{margin-top:10px;font-size:12px;font-weight:800;letter-spacing:.14em;line-height:1.3}
.eco-date-heading{text-align:left}.eco-date-heading h1{max-width:760px;margin:0;color:var(--ed-ink);font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,4.7vw,66px);font-weight:500;letter-spacing:-.025em;line-height:1.01}
.eco-date-lead{max-width:720px;margin:20px 0 0;color:#35453f;font-size:clamp(18px,1.6vw,21px);line-height:1.5}
.eco-date-meta{padding:2px 0 2px 24px;border-left:1px solid #cbdad3;display:grid;gap:20px}.eco-date-meta__section{display:grid;gap:6px}.eco-date-meta__section+ .eco-date-meta__section{padding-top:18px;border-top:1px solid var(--ed-line)}.eco-date-meta__section>span{color:#75847e;font-size:10px;font-weight:800;letter-spacing:.13em}.eco-date-meta__section strong{color:var(--ed-ink);font-size:15px;line-height:1.35}.eco-date-meta__section p{margin:0;color:var(--ed-muted);font-size:13px;line-height:1.4}.eco-date-meta__section a{display:inline-flex;margin-top:5px;color:var(--ed-green);font-size:14px;font-weight:750;text-decoration:none}
.eco-date-layout{padding-block:44px 70px}
.eco-date-article{min-width:0}.eco-date-prose{max-width:820px;color:#25342f;font-size:18px;line-height:1.72}.eco-date-prose h2{margin:42px 0 15px;color:var(--ed-ink);font-family:Georgia,"Times New Roman",serif;font-size:30px;font-weight:500;line-height:1.18}.eco-date-prose h2:first-child{margin-top:0}.eco-date-prose p{margin:0 0 20px}.eco-date-prose h2:nth-of-type(2){padding-left:18px;border-left:3px solid #4b8b73}.eco-date-prose h2:nth-of-type(2)+p{padding-left:21px}
.eco-date-related{padding:0 0 82px}.eco-date-related>h2{margin:0 0 24px;font-family:Georgia,"Times New Roman",serif;font-size:32px;font-weight:500}.eco-date-related__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.eco-date-news-card{min-width:0}.eco-date-news-card>a{display:block;color:inherit;text-decoration:none}.eco-date-news-card img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:10px}.eco-date-news-card span{display:block;margin-top:12px;color:var(--ed-green);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.eco-date-news-card h3{margin:7px 0 8px;font-size:17px;line-height:1.3}.eco-date-news-card time{color:var(--ed-muted);font-size:12px}
@media(max-width:1024px){.eco-date-shell{width:min(100% - 36px,940px)}.eco-date-hero__grid{grid-template-columns:104px minmax(0,1fr) 240px;gap:26px}.eco-date-date{min-height:102px}.eco-date-date strong{font-size:52px}.eco-date-heading h1{font-size:clamp(40px,5vw,56px)}.eco-date-related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.eco-date-shell{width:calc(100% - 30px)}.eco-date-hero{padding:22px 0 34px}.eco-date-breadcrumb{margin-bottom:24px}.eco-date-hero__grid{display:flex;flex-direction:column;gap:0}.eco-date-date{width:96px;min-height:90px;margin-bottom:24px;padding:12px}.eco-date-date strong{font-size:48px}.eco-date-date span{font-size:10px}.eco-date-heading h1{font-size:clamp(38px,10.5vw,46px);line-height:1.03}.eco-date-lead{margin-top:18px;font-size:18px;line-height:1.5}.eco-date-meta{width:100%;box-sizing:border-box;margin-top:28px;padding:20px;border:1px solid var(--ed-line);border-radius:10px;background:rgba(255,255,255,.55)}.eco-date-layout{padding-block:36px 54px}.eco-date-prose{font-size:17px;line-height:1.68}.eco-date-prose h2{margin-top:36px;font-size:27px}.eco-date-prose h2:nth-of-type(2)+p{padding-left:18px}.eco-date-related{padding-bottom:58px}.eco-date-related__grid{grid-template-columns:1fr}}
