:root{--teal:#2F6F66;--teal-deep:#234F49;--sage:#4E9D8F;--sage-tint:#DCEAE3;--coral:#F2795B;--coral-soft:#F8A98F;--cream:#FBF6EE;--ink:#21332F;--muted:#5C6F6A;--line:#E9E1D4;--c-primary:var(--teal);--c-accent:var(--coral);--font-head:var(--font-nunito);--font-body:var(--font-nunito-sans);--r:1;--decor:1;--r-pill:999px;--r-card:calc(18px * var(--r));--r-panel:calc(30px * var(--r));--r-bubble:calc(11px * var(--r));--sh-card:0 18px 40px -20px rgba(35,79,73,.30);--sh-photo:0 30px 60px -22px rgba(35,79,73,.45);--sh-btn:0 10px 24px -8px rgba(242,121,91,.55);--sh-pop:0 14px 28px -10px rgba(242,121,91,.55);--wrap:1180px;--gutter:56px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body),system-ui,sans-serif;color:var(--ink);background:var(--cream);font-size:18px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}.display,h1,h2,h3,h4{font-family:var(--font-head),system-ui,sans-serif;line-height:1.05;margin:0}h1{font-weight:900;letter-spacing:-.025em}h2{letter-spacing:-.02em}h2,h3{font-weight:800}p{margin:0;text-wrap:pretty}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font-family:inherit;cursor:pointer}.wrap{max-width:var(--wrap);margin:0 auto;padding:0 var(--gutter)}.section{padding:92px 0}.section.tight{padding:64px 0}.eyebrow{display:inline-block;font-family:var(--font-head);font-weight:800;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--c-primary);margin-bottom:14px}.lead{font-size:20px;color:var(--muted);max-width:62ch}.center{text-align:center}.center .lead{margin-left:auto;margin-right:auto}.h-xl{font-size:clamp(38px,5.2vw,62px)}.h-lg{font-size:clamp(32px,4vw,48px)}.h-md{font-size:clamp(26px,3vw,34px)}.btn{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-head);font-weight:800;font-size:17px;padding:15px 28px;border-radius:var(--r-pill);border:none;transition:transform .16s ease,box-shadow .16s ease,background .16s ease;white-space:nowrap}.btn:active{transform:translateY(1px)}.btn-coral{background:var(--c-accent);color:#fff;box-shadow:var(--sh-btn)}.btn-coral:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 16px 30px -10px rgba(242,121,91,.6);filter:saturate(1.05) brightness(.98)}.btn-coral:hover svg{animation:nudge .6s ease infinite}.btn-ghost{background:#fff;color:var(--c-primary);border:2px solid var(--sage-tint)}.btn-ghost:hover{background:var(--sage-tint);transform:translateY(-2px)}.btn-ondark{background:rgba(255,255,255,.14);color:#fff;border:2px solid rgba(255,255,255,.4)}.btn-ondark:hover{background:rgba(255,255,255,.24);transform:translateY(-2px)}.btn-sm{padding:11px 22px;font-size:15px}.pill{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:14px;letter-spacing:.01em;padding:8px 16px;border-radius:var(--r-pill);background:var(--sage-tint);color:var(--c-primary);transition:transform .2s cubic-bezier(.34,1.56,.64,1)}.pill:hover{transform:rotate(-2deg) scale(1.04)}.pill-light{background:rgba(255,255,255,.16);color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.tag{display:inline-block;font-family:var(--font-head);font-weight:800;font-size:12px;letter-spacing:.04em;text-transform:uppercase;padding:5px 12px;border-radius:var(--r-pill)}.tag-event{background:var(--c-accent);color:#fff}.tag-blog{background:var(--sage-tint);color:var(--c-primary)}.bubble{width:48px;height:48px;border-radius:var(--r-bubble);display:grid;place-items:center;flex:none;background:var(--sage-tint);color:var(--c-primary);transition:transform .2s ease}.bubble svg{width:24px;height:24px}.bubble.coral{background:#FCE3DA;color:var(--c-accent)}.bubble.lg{width:60px;height:60px}.shape{position:absolute;pointer-events:none;opacity:var(--decor);z-index:0}.dot{border-radius:50%}.sq{border-radius:8px}.blob{position:absolute;z-index:0;opacity:var(--decor);background:var(--sage);border-radius:46% 54% 60% 40%/52% 44% 56% 48%}.squiggle{display:block}@media (prefers-reduced-motion:no-preference){.float{animation:float 7s ease-in-out infinite}.float.d2{animation-duration:9s;animation-delay:-3s}.float.d3{animation-duration:11s;animation-delay:-5s}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@media (prefers-reduced-motion:no-preference){.squiggle path{stroke-dasharray:130;animation:squdraw 3.6s ease-in-out infinite}}@keyframes squdraw{0%{stroke-dashoffset:130}42%{stroke-dashoffset:0}58%{stroke-dashoffset:0}to{stroke-dashoffset:-130}}@keyframes wiggle{0%,to{transform:rotate(0)}20%{transform:rotate(-9deg)}40%{transform:rotate(7deg)}60%{transform:rotate(-5deg)}80%{transform:rotate(3deg)}}@keyframes nudge{0%,to{transform:translateX(0)}50%{transform:translateX(3px)}}@keyframes pop{0%{transform:scale(.7);opacity:0}70%{transform:scale(1.08)}to{transform:scale(1);opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}@keyframes bob{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-7px) rotate(2deg)}}@media (prefers-reduced-motion:no-preference){.stat-chip{animation:pulse 5s ease-in-out infinite}.bob,.pill .emoji{display:inline-block;animation:bob 4s ease-in-out infinite}}.squircle{border-radius:48% 52% 47% 53%/50% 48% 52% 50%;overflow:hidden}.photo{background:linear-gradient(135deg,#F8C9A8,#EFA98C 45%,var(--sage));position:relative;overflow:hidden}.photo>img{width:100%;height:100%;object-fit:cover}.ring-cream{border:8px solid var(--cream)}.media img,.media-pair .m img,.photo>img,.post-card .pc-media img,.qb-photo img,.split .media img,.tl-media img{object-fit:cover;object-position:center 25%}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:60;transition:background .25s ease,box-shadow .25s ease,padding .25s ease}.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:20px 0}.nav.scrolled{background:rgba(251,246,238,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 6px 24px -16px rgba(35,79,73,.5)}.nav.scrolled .nav-inner{padding:13px 0}.brand{display:flex;align-items:center;gap:11px}.brand-mark{width:38px;height:38px;border-radius:calc(12px*var(--r));background:var(--c-primary);color:#fff;display:grid;place-items:center;font-size:22px}.brand-mark,.brand-name{font-family:var(--font-head);font-weight:900}.brand-name{font-size:20px;color:var(--c-primary);letter-spacing:-.01em}.nav-links{display:flex;align-items:center;gap:24px}.nav-links a{font-weight:700;font-size:15px;color:var(--muted);transition:color .15s ease;position:relative}.nav-links a.active,.nav-links a:hover{color:var(--c-primary)}.nav-links a.active:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:3px;border-radius:3px;background:var(--c-accent)}.nav-toggle{display:none;background:none;border:none;width:44px;height:44px;align-items:center;justify-content:center;color:var(--c-primary)}.nav-toggle svg{width:26px;height:26px}.mobile-menu{position:fixed;inset:0;z-index:80;background:var(--cream);display:flex;flex-direction:column;padding:24px var(--gutter) 40px;transform:translateY(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);visibility:hidden}.mobile-menu.open{transform:translateY(0);visibility:visible}.mobile-menu .mm-top{display:flex;align-items:center;justify-content:space-between}.mobile-menu nav{display:flex;flex-direction:column;gap:6px;margin-top:30px}.mobile-menu nav a{font-family:var(--font-head);font-weight:800;font-size:26px;color:var(--ink);padding:12px 0;border-bottom:1px solid var(--line)}.mobile-menu nav a.active{color:var(--c-primary)}.mobile-menu .btn{margin-top:28px;justify-content:center}.footer{background:var(--teal-deep);color:#fff;padding:70px 0 34px;margin-top:40px}.footer a{color:rgba(255,255,255,.78);transition:color .15s ease}.footer a:hover{color:#fff}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr 1fr;grid-gap:32px;gap:32px}.footer h4{font-size:14px;letter-spacing:.1em;text-transform:uppercase;color:var(--coral-soft);margin-bottom:16px;font-weight:800}.footer ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;font-size:15px}.footer .brand-name{color:#fff}.footer .f-about{font-size:15px;color:rgba(255,255,255,.7);margin-top:16px;max-width:30ch}.footer-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:48px;padding-top:24px;border-top:1px solid rgba(255,255,255,.14);font-size:14px;color:rgba(255,255,255,.6)}.feature-card{background:#fff;border-radius:var(--r-card);padding:26px;box-shadow:var(--sh-card);display:flex;flex-direction:column;gap:14px;transition:transform .22s cubic-bezier(.34,1.56,.64,1),box-shadow .22s ease}.feature-card:hover{transform:translateY(-6px) rotate(-.7deg);box-shadow:0 26px 50px -22px rgba(35,79,73,.4)}.feature-card:hover .bubble{animation:wiggle .6s ease}.feature-card h3{font-size:20px}.feature-card p{font-size:15.5px;color:var(--muted)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:28px;gap:28px}.program-card{background:#fff;border-radius:var(--r-card);overflow:hidden;box-shadow:var(--sh-card);transition:transform .18s ease,box-shadow .18s ease;display:flex;flex-direction:column}.program-card:hover{transform:translateY(-4px);box-shadow:0 26px 50px -22px rgba(35,79,73,.4)}.program-card .pc-body{padding:26px;display:flex;flex-direction:column;gap:12px;flex:1 1}.program-card h3{font-size:21px}.program-card p{font-size:15.5px;color:var(--muted);flex:1 1}.program-card .pc-top{height:8px;background:var(--c-accent);transition:height .22s ease}.program-card:hover .pc-top{height:14px}.program-card:hover .bubble{animation:wiggle .6s ease}.program-card:nth-child(2) .pc-top{background:var(--sage)}.program-card:nth-child(3) .pc-top{background:var(--c-primary)}.learn{font-family:var(--font-head);font-weight:800;color:var(--c-primary);display:inline-flex;align-items:center;gap:7px}.learn:hover{gap:13px;transition:gap .15s ease}.learn:hover svg{animation:nudge .6s ease infinite}.post-card{background:#fff;border-radius:var(--r-card);overflow:hidden;box-shadow:var(--sh-card);transition:transform .18s ease,box-shadow .18s ease;display:flex;flex-direction:column}.post-card:hover{transform:translateY(-5px);box-shadow:0 28px 54px -22px rgba(35,79,73,.4)}.post-card .pc-media{aspect-ratio:16/10;overflow:hidden}.post-card .pc-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.post-card:hover .pc-media img{transform:scale(1.05)}.post-card .pc-info{padding:20px 22px 24px;display:flex;flex-direction:column;gap:10px}.post-card h3{font-size:18.5px;line-height:1.25}.post-card .date{font-size:13.5px;color:var(--muted);font-weight:600}.res-card{background:#fff;border-radius:var(--r-card);box-shadow:var(--sh-card);padding:24px;display:flex;flex-direction:column;gap:12px;transition:transform .18s ease,box-shadow .18s ease}.res-card:hover{transform:translateY(-4px);box-shadow:0 26px 50px -22px rgba(35,79,73,.4)}.res-card .res-type{font-size:12.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--c-accent)}.res-card h3{font-size:18px;line-height:1.3}.res-card p{font-size:14.5px;color:var(--muted);flex:1 1}.res-card .dl{font-family:var(--font-head);font-weight:800;color:var(--c-primary);display:inline-flex;gap:7px;align-items:center;font-size:15px}.stat-chip{background:var(--c-primary);color:#fff;border-radius:calc(18px*var(--r));padding:16px 20px;box-shadow:var(--sh-photo)}.stat-chip .num{font-family:var(--font-head);font-weight:900;font-size:30px;line-height:1}.stat-chip .cap{font-size:12.5px;opacity:.85;font-weight:600;margin-top:5px}.ribbon{background:var(--c-primary)}.ribbon-inner{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;padding:22px 0}.ribbon-item{color:#fff;font-family:var(--font-head);font-weight:800;font-size:16px;display:flex;align-items:center;gap:10px}.ribbon-item .b{color:var(--coral-soft)}.accordion{border-top:1px solid var(--line)}.acc-item{border-bottom:1px solid var(--line)}.acc-head{width:100%;background:none;border:none;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 4px;font-family:var(--font-head);font-weight:800;font-size:19px;color:var(--ink)}.acc-head:hover,.acc-icon{color:var(--c-primary)}.acc-icon{flex:none;width:34px;height:34px;border-radius:50%;background:var(--sage-tint);display:grid;place-items:center;transition:transform .25s ease,background .2s ease}.acc-item.open .acc-icon{transform:rotate(45deg);background:var(--c-accent);color:#fff}.acc-icon svg{width:18px;height:18px}.acc-body{overflow:hidden;max-height:0;transition:max-height .3s ease}.acc-body-inner{padding:0 4px 26px;color:var(--muted);font-size:16px}.acc-body-inner strong{color:var(--ink)}.acc-body-inner ul{margin:10px 0;padding-left:20px}.acc-body-inner li{margin:4px 0}.acc-body-inner a{color:var(--c-accent);font-weight:700}.timeline{position:relative;margin-top:50px}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:3px;background:var(--sage-tint);transform:translateX(-50%)}.tl-item{position:relative;display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;margin-bottom:54px}.tl-node{position:absolute;left:50%;top:8px;width:20px;height:20px;border-radius:50%;background:var(--c-accent);border:4px solid var(--cream);transform:translateX(-50%);z-index:2}.tl-item:nth-child(2n) .tl-node{background:var(--c-primary)}.tl-card{background:#fff;border-radius:var(--r-card);padding:26px;box-shadow:var(--sh-card)}.tl-item:nth-child(odd) .tl-content{grid-column:1}.tl-item:nth-child(2n) .tl-content,.tl-item:nth-child(odd) .tl-media{grid-column:2}.tl-item:nth-child(2n) .tl-media{grid-column:1;grid-row:1}.tl-year{font-family:var(--font-head);font-weight:900;font-size:40px;color:var(--c-primary);line-height:1;margin:6px 0 10px}.tl-card h3{font-size:20px;margin-bottom:8px}.tl-card p{font-size:15px;color:var(--muted)}.tl-card a{color:var(--c-accent);font-weight:700}.tl-media{border-radius:var(--r-card);overflow:hidden;min-height:200px;box-shadow:var(--sh-card)}.tl-media img{width:100%;height:100%;object-fit:cover}.cert-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-top:40px}.cert-col{background:#fff;border-radius:var(--r-card);box-shadow:var(--sh-card);overflow:hidden}.cert-col .cc-head{padding:24px;color:#fff}.cert-col:first-child .cc-head{background:var(--c-accent)}.cert-col:nth-child(2) .cc-head{background:var(--c-primary)}.cert-col:nth-child(3) .cc-head{background:var(--sage)}.cert-col .cc-head h3{font-size:22px}.cert-col .cc-head .cc-sub{font-weight:700;opacity:.9;font-size:14px;margin-top:4px}.cert-col .cc-rows{padding:8px 24px 24px}.cert-col .cc-row{padding:16px 0;border-bottom:1px solid var(--line)}.cert-col .cc-row:last-child{border-bottom:none}.cert-col .cc-row .k{font-size:12.5px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:700}.cert-col .cc-row .v{font-family:var(--font-head);font-weight:800;font-size:17px;margin-top:3px}.numblock{display:grid;grid-template-columns:auto 1fr;grid-gap:32px;gap:32px;align-items:start;padding:36px 0;border-bottom:1px solid var(--line)}.numblock .num{font-family:var(--font-head);font-weight:900;font-size:64px;color:var(--sage-tint);line-height:.8}.numblock .nb-kicker{font-family:var(--font-head);font-weight:800;color:var(--c-accent);text-transform:uppercase;letter-spacing:.08em;font-size:13px;margin-bottom:8px}.numblock h3{font-size:26px;margin-bottom:12px}.numblock p{color:var(--muted);max-width:60ch}.numblock .nb-sub{margin-top:16px;font-family:var(--font-head);font-weight:800;color:var(--ink)}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:18px}.field label{font-family:var(--font-head);font-weight:700;font-size:14.5px}.field input,.field select,.field textarea{font-family:var(--font-body);font-size:16px;color:var(--ink);padding:14px 16px;border:2px solid var(--line);border-radius:calc(14px*var(--r));background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--c-primary);box-shadow:0 0 0 4px var(--sage-tint)}.field textarea{resize:vertical;min-height:130px}.field.error input,.field.error select,.field.error textarea{border-color:var(--c-accent)}.field .err{color:var(--c-accent);font-size:13px;font-weight:700;display:none}.field.error .err{display:block}.form-success{background:var(--sage-tint);border-radius:var(--r-card);padding:36px;text-align:center}.form-success .bubble{margin:0 auto 16px}.contact-grid{display:grid;grid-template-columns:1.2fr .9fr;grid-gap:48px;gap:48px;align-items:start}.contact-panel{background:var(--c-primary);color:#fff;border-radius:var(--r-panel);padding:36px}.contact-panel h3{color:#fff}.contact-row{display:flex;gap:14px;align-items:center;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.16)}.contact-row:last-child{border-bottom:none}.contact-row .bubble{background:rgba(255,255,255,.16);color:#fff}.contact-row a,.contact-row span{color:#fff}.contact-row .small{font-size:13px;opacity:.7}.helpcard{background:#FCE3DA;border-radius:var(--r-card);padding:24px;margin-top:24px}.helpcard h4{font-family:var(--font-head);color:var(--c-accent);margin-bottom:10px}.helpcard a{display:block;padding:6px 0;font-weight:700;color:var(--ink)}.hero{position:relative;overflow:hidden}.hero-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;align-items:center;padding:40px 0 20px;position:relative;z-index:2}.hero h1{font-size:clamp(36px,5.6vw,64px)}.hero h1 .coral{color:var(--c-accent)}.hero .lead{margin:26px 0 30px;max-width:44ch}.hero-cta{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.hero-art{position:relative;height:520px}.hero-art .big{top:20px;right:0;width:380px;height:380px}.hero-art .big,.hero-art .small{position:absolute;box-shadow:var(--sh-photo)}.hero-art .small{bottom:26px;left:0;width:184px;height:184px;border-radius:50%}.hero-art .stat-chip{position:absolute;top:0;right:26px;z-index:3}.page-hero{position:relative;overflow:hidden;padding-top:30px}.page-hero h1{font-size:clamp(34px,4.6vw,54px);max-width:18ch}.page-hero .lead{margin-top:22px}.media-pair{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;margin-top:44px}.media-pair .m{border-radius:var(--r-panel);overflow:hidden;height:300px;box-shadow:var(--sh-card)}.media-pair .m img{width:100%;height:100%;object-fit:cover}.split{display:grid;grid-template-columns:1fr 1fr;grid-gap:56px;gap:56px;align-items:center}.split .media{border-radius:var(--r-panel);overflow:hidden;height:420px;box-shadow:var(--sh-photo);position:relative}.split .media img{width:100%;height:100%;object-fit:cover}.quote-band{background:var(--c-primary);color:#fff}.quote-band .qb-inner{display:grid;grid-template-columns:auto 1fr;grid-gap:40px;gap:40px;align-items:center}.quote-band .qb-photo{width:160px;height:160px;border-radius:50%;overflow:hidden;flex:none;border:6px solid rgba(255,255,255,.18)}.quote-band .qb-photo img{width:100%;height:100%;object-fit:cover}.quote-band blockquote{margin:0;font-family:var(--font-head);font-weight:800;font-size:clamp(22px,2.6vw,30px);line-height:1.3}.quote-band .qb-by{margin-top:18px;font-size:15px;opacity:.85;font-weight:600;font-family:var(--font-body)}.partners{display:flex;flex-wrap:wrap;gap:46px;align-items:center;justify-content:center}.partners .logo{height:54px;display:grid;place-items:center;padding:0 8px;font-family:var(--font-head);font-weight:900;color:var(--muted);opacity:.7;filter:grayscale(1);font-size:19px;letter-spacing:.02em;transition:opacity .2s ease}.partners .logo:hover{opacity:1}.testi{background:#fff;border-radius:var(--r-card);padding:20px 22px;max-width:300px;box-shadow:var(--sh-card)}.testi .stars{color:var(--c-accent);font-size:15px;letter-spacing:2px}.testi p{font-size:14.5px;font-weight:600;margin:8px 0}.testi .by{font-size:13px;font-weight:800;color:var(--c-primary)}.filters{display:flex;flex-wrap:wrap;gap:10px;margin:30px 0 36px}.chip{font-family:var(--font-head);font-weight:800;font-size:14px;padding:10px 18px;border-radius:var(--r-pill);background:#fff;color:var(--muted);border:2px solid var(--line);transition:all .15s ease}.chip:hover{border-color:var(--sage);color:var(--c-primary);transform:translateY(-2px) scale(1.03)}.chip.active{background:var(--c-primary);color:#fff;border-color:var(--c-primary)}.prose{max-width:720px;margin:0 auto}.prose p{margin:0 0 20px;font-size:18px}.prose h2{font-size:28px;margin:36px 0 14px}.prose h3{font-size:22px;margin:28px 0 10px}.prose ul{margin:0 0 20px;padding-left:22px}.prose li{margin:8px 0}.prose a{color:var(--c-accent);font-weight:700;text-decoration:underline;text-underline-offset:3px}.prose blockquote{border-left:4px solid var(--c-accent);margin:24px 0;padding:6px 0 6px 22px;font-family:var(--font-head);font-weight:800;font-size:22px;color:var(--c-primary)}.detail-meta{display:flex;flex-wrap:wrap;gap:18px;margin-top:18px;color:var(--muted);font-weight:600;font-size:15px}.cal-layout{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:40px;gap:40px;align-items:start}.cal{background:#fff;border-radius:var(--r-panel);box-shadow:var(--sh-card);padding:26px}.cal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.cal-head .cal-month{font-family:var(--font-head);font-weight:900;font-size:22px;color:var(--c-primary)}.cal-nav{display:flex;gap:8px}.cal-nav button{width:38px;height:38px;border-radius:50%;border:2px solid var(--line);background:#fff;color:var(--c-primary);display:grid;place-items:center;transition:all .15s ease}.cal-nav button:hover{background:var(--sage-tint);border-color:var(--sage);transform:translateY(-2px)}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:6px;gap:6px}.cal-dow{text-align:center;font-weight:800;font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);padding-bottom:6px}.cal-day,.cal-dow{font-family:var(--font-head)}.cal-day{position:relative;aspect-ratio:1;border-radius:calc(12px*var(--r));display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;color:var(--ink);background:transparent;border:none;transition:transform .15s ease,background .15s ease}.cal-day.other{color:var(--line)}.cal-day.today{box-shadow:inset 0 0 0 2px var(--sage)}.cal-day.has-event{background:var(--sage-tint);color:var(--c-primary);cursor:pointer}.cal-day.has-event:after{content:"";position:absolute;bottom:6px;left:50%;transform:translateX(-50%);width:6px;height:6px;border-radius:50%;background:var(--c-accent)}.cal-day.has-event:hover{transform:translateY(-3px) scale(1.06);background:var(--coral-soft);color:#fff}.cal-day.selected{background:var(--c-accent)!important;color:#fff!important}.cal-day.selected:after{background:#fff}.cal-legend{display:flex;gap:18px;margin-top:18px;font-size:13px;color:var(--muted);font-weight:600}.cal-legend span{display:inline-flex;align-items:center;gap:7px}.cal-legend .d{width:10px;height:10px;border-radius:50%}.ev-list{display:flex;flex-direction:column;gap:14px}.ev-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.ev-head h3{font-size:20px}.ev-head button{background:none;border:none;color:var(--c-accent);font-family:var(--font-head);font-weight:800;font-size:14px}.ev-item{display:flex;gap:16px;background:#fff;border-radius:var(--r-card);box-shadow:var(--sh-card);padding:16px 18px;text-decoration:none;transition:transform .18s cubic-bezier(.34,1.56,.64,1),box-shadow .18s ease}.ev-item:hover{transform:translateX(4px);box-shadow:0 20px 40px -20px rgba(35,79,73,.38)}.ev-item.dim{display:none}.ev-date{flex:none;width:58px;text-align:center;background:var(--c-primary);color:#fff;border-radius:calc(12px*var(--r));padding:8px 4px;align-self:flex-start}.ev-date .mo{font-weight:800;font-size:11px;text-transform:uppercase;letter-spacing:.06em;opacity:.9}.ev-date .dy,.ev-date .mo{font-family:var(--font-head)}.ev-date .dy{font-weight:900;font-size:24px;line-height:1}.ev-item:nth-child(odd) .ev-date{background:var(--c-accent)}.ev-info{display:flex;flex-direction:column;gap:4px}.ev-info .ev-type{font-size:11.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--c-accent)}.ev-info h4{font-family:var(--font-head);font-weight:800;font-size:16.5px;line-height:1.25}.ev-info .ev-meta{font-size:13px;color:var(--muted)}@media (max-width:860px){.cal-layout{grid-template-columns:1fr;gap:28px}}.article-layout{max-width:980px;display:grid;grid-template-columns:1fr 320px;grid-gap:48px;gap:48px;align-items:start}@media (max-width:860px){.article-layout{grid-template-columns:1fr;gap:30px}}.event-side{background:#fff;border-radius:var(--r-card);box-shadow:var(--sh-card);padding:26px;position:-webkit-sticky;position:sticky;top:96px}.event-side .es-row{display:flex;gap:12px;align-items:flex-start;padding:12px 0;border-bottom:1px solid var(--line)}.event-side .es-row:last-of-type{border-bottom:none}.event-side .es-row .k{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:700}.event-side .es-row .v{font-family:var(--font-head);font-weight:800}@media (prefers-reduced-motion:no-preference){.reveal{opacity:0;transform:translateY(24px) scale(.96);transition:opacity .5s ease,transform .6s cubic-bezier(.34,1.56,.64,1)}.reveal.in{opacity:1;transform:none}.reveal.from-left{transform:translateX(-30px)}.reveal.from-right{transform:translateX(30px)}}@media (max-width:960px){:root{--gutter:24px}.nav-links{display:none}.nav-toggle{display:flex}.section{padding:60px 0}.hero-inner{grid-template-columns:1fr;gap:10px}.hero-art{height:360px;margin-top:18px}.hero-art .big{width:280px;height:280px;top:24px;left:50%;right:auto;margin-left:-140px}.hero-art .small{width:128px;height:128px;left:6px;bottom:8px}.hero-art .stat-chip{top:0;right:6px}.hero-art .squiggle{display:none}.grid-2,.grid-3,.split{grid-template-columns:1fr}.split{gap:28px}.split .media{height:300px}.cert-grid,.contact-grid,.media-pair{grid-template-columns:1fr}.contact-grid{gap:30px}.timeline:before{left:18px}.tl-item{grid-template-columns:1fr;gap:18px;padding-left:46px}.tl-node{left:18px}.tl-item:nth-child(2n) .tl-content,.tl-item:nth-child(odd) .tl-content{grid-column:1}.tl-item:nth-child(2n) .tl-media,.tl-item:nth-child(odd) .tl-media{grid-column:1;grid-row:auto}.tl-media{height:200px}.quote-band .qb-inner{grid-template-columns:1fr;text-align:center;gap:24px}.quote-band .qb-photo{margin:0 auto}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.event-side{position:static;margin-top:30px}.numblock{grid-template-columns:1fr;gap:10px}.numblock .num{font-size:48px}}@media (max-width:560px){body{font-size:17px}.section{padding:54px 0}.section.tight{padding:42px 0}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:12px;text-align:center}.hero-art{height:320px}.hero-art .big{width:236px;height:236px;margin-left:-118px;right:auto}.hero-art .small{width:108px;height:108px}.hero-cta{flex-direction:column;align-items:stretch}.hero-cta .btn{width:100%;justify-content:center}.ribbon-inner{flex-direction:column;gap:12px}}@font-face{font-family:Nunito;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/abfec168c8990f67-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Nunito;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/3131c862d4942660-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Nunito;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/6a9c36ea9dc9b36b-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Nunito;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e1694c6cb47c173f-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Nunito;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ee40bb094c99a29a-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Nunito;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/abfec168c8990f67-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Nunito;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3131c862d4942660-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Nunito;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6a9c36ea9dc9b36b-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Nunito;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e1694c6cb47c173f-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Nunito;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ee40bb094c99a29a-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Nunito;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/abfec168c8990f67-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Nunito;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/3131c862d4942660-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Nunito;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/6a9c36ea9dc9b36b-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Nunito;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e1694c6cb47c173f-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Nunito;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/ee40bb094c99a29a-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Nunito;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/abfec168c8990f67-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Nunito;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/3131c862d4942660-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Nunito;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/6a9c36ea9dc9b36b-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Nunito;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/e1694c6cb47c173f-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Nunito;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/ee40bb094c99a29a-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Nunito Fallback;src:local("Arial");ascent-override:99.71%;descent-override:34.82%;line-gap-override:0.00%;size-adjust:101.39%}.__className_f1426c{font-family:Nunito,Nunito Fallback;font-style:normal}.__variable_f1426c{--font-nunito:"Nunito","Nunito Fallback"}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/aa1b27f9e325731f-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c126d80dc21dff90-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e850464f9dfbb75b-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/357067f10075d686-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/68180864d7f93f02-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/aa1b27f9e325731f-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c126d80dc21dff90-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e850464f9dfbb75b-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/357067f10075d686-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/68180864d7f93f02-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/aa1b27f9e325731f-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c126d80dc21dff90-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e850464f9dfbb75b-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/357067f10075d686-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Nunito Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/68180864d7f93f02-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Nunito Sans Fallback;src:local("Arial");ascent-override:99.71%;descent-override:34.82%;line-gap-override:0.00%;size-adjust:101.39%}.__className_d96fa1{font-family:Nunito Sans,Nunito Sans Fallback;font-style:normal}.__variable_d96fa1{--font-nunito-sans:"Nunito Sans","Nunito Sans Fallback"}