:root{--uri-navy:#002147;--uri-light-blue:#6ba9e8;--uri-accessible-blue:#286ca8;--uri-white:#fff;--gray-100:#f8f9fa;--gray-200:#ececec;--gray-500:#6c757d;--gray-900:#212529;--accent:#6ba9e8}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--gray-900);background:var(--uri-white);margin:0;font-family:Inter,Arial,Helvetica,sans-serif}#root{min-height:100vh}button,a{transition:outline-color .2s,background-color .2s,color .2s}button:focus-visible,a:focus-visible{outline:3px solid var(--uri-navy);outline-offset:3px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.navbar{z-index:1000;background:linear-gradient(90deg, var(--uri-navy) 0%, var(--uri-light-blue) 45%, var(--uri-white) 100%);border-bottom:1px solid var(--uri-navy);justify-content:space-between;align-items:center;padding:.75rem 6%;display:flex;position:sticky;top:0}.navbar__brand{align-items:center;text-decoration:none;display:flex}.navbar__logo{width:200px;height:auto;display:block}.navbar__links{align-items:center;gap:1.5rem;display:flex}.navbar__link{color:var(--uri-navy);text-shadow:0 1px 2px #ffffff73;font-weight:700;text-decoration:none}.navbar__link:hover,.navbar__link:focus-visible{color:var(--uri-white)}.navbar__link--active{text-underline-offset:.4rem;text-decoration:underline;text-decoration-thickness:3px}.navbar__button{border:2px solid var(--uri-navy);background:var(--uri-navy);color:var(--uri-white);font-family:inherit;font-size:inherit;cursor:pointer;border-radius:999px;padding:.7rem 1.2rem;font-weight:700;text-decoration:none;transition:background .2s,border-color .2s,color .2s}.navbar__button:hover,.navbar__button:focus-visible{background:var(--uri-light-blue);border-color:var(--uri-light-blue);color:var(--uri-white)}.navbar__button:focus-visible{outline:3px solid var(--uri-navy);outline-offset:3px}.navbar__dropdown{position:relative}.navbar__dropdown-toggle{justify-content:center;align-items:center;gap:.55rem;display:flex}.navbar__dropdown-arrow{border-top:6px solid;border-left:5px solid #0000;border-right:5px solid #0000;width:0;height:0;transition:transform .2s}.navbar__dropdown-arrow--open{transform:rotate(180deg)}.navbar__dropdown-menu{z-index:1100;visibility:hidden;opacity:0;pointer-events:none;background:var(--uri-white);border:1px solid #0021471f;border-radius:18px;width:290px;padding:.6rem;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;top:calc(100% + .75rem);right:0;transform:translateY(-8px);box-shadow:0 18px 45px #0021472e}.navbar__dropdown-menu--open{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)}.navbar__dropdown-item{color:var(--uri-navy);border-radius:12px;flex-direction:column;gap:.25rem;padding:.9rem 1rem;text-decoration:none;transition:background .2s,color .2s;display:flex}.navbar__dropdown-item:hover,.navbar__dropdown-item:focus-visible{color:var(--uri-navy);background:#6ba9e829;outline:none}.navbar__dropdown-item:focus-visible{box-shadow:inset 0 0 0 2px var(--uri-light-blue)}.navbar__dropdown-item+.navbar__dropdown-item{margin-top:.25rem}.navbar__dropdown-title{color:var(--uri-navy);font-size:.95rem;font-weight:800}.navbar__dropdown-description{color:var(--gray-500);font-size:.8rem;font-weight:600;line-height:1.4}.navbar__toggle{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;gap:5px;padding:.35rem;display:none}.navbar__toggle span{background:var(--uri-navy);border-radius:999px;width:26px;height:3px}.navbar__toggle:focus-visible{outline:3px solid var(--uri-navy);outline-offset:3px}@media (width<=1100px){.navbar{padding:.75rem 4%}.navbar__links{gap:1rem}.navbar__link{font-size:.95rem}}@media (width<=850px){.navbar{background:linear-gradient(90deg, var(--uri-navy) 0%, var(--uri-light-blue) 65%, var(--uri-white) 100%);position:sticky}.navbar__logo{width:175px}.navbar__toggle{display:flex}.navbar__links{background:var(--uri-white);border-bottom:1px solid var(--gray-200);flex-direction:column;align-items:stretch;gap:0;padding:1rem 6%;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 12px 24px #0021471f}.navbar__links--open{display:flex}.navbar__link{padding:.9rem 0;font-size:1rem}.navbar__link:hover,.navbar__link:focus-visible{color:var(--uri-light-blue)}.navbar__dropdown{width:100%;margin-top:.75rem}.navbar__dropdown-toggle{width:100%}.navbar__dropdown-menu{visibility:visible;opacity:1;pointer-events:auto;background:var(--gray-100);width:100%;box-shadow:none;border-radius:16px;margin-top:.6rem;padding:.5rem;transition:none;display:none;position:static;transform:none}.navbar__dropdown-menu--open{display:block}.navbar__dropdown-item{text-align:left}}@media (width<=480px){.navbar{padding:.65rem 5%}.navbar__logo{width:150px}.navbar__toggle span{width:24px;height:3px}.navbar__dropdown-menu{padding:.4rem}.navbar__dropdown-item{padding:.85rem}.navbar__dropdown-title{font-size:.9rem}.navbar__dropdown-description{font-size:.76rem}}.footer{background:var(--uri-navy);color:var(--uri-white);border-top:1px solid #ffffff1f;padding:3rem 6% 2rem}.footer__content{grid-template-columns:1fr 1fr auto;align-items:flex-start;gap:3rem;display:grid}.footer__column{flex-direction:column;gap:.85rem;display:flex}.footer__column h2{color:var(--uri-light-blue);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.35rem;font-size:.9rem}.footer__column a,.footer__column p{width:fit-content;color:var(--uri-white);margin:0;font-weight:700;line-height:1.5;text-decoration:none}.footer__column a:hover,.footer__column a:focus-visible{color:var(--uri-light-blue)}.footer__socials{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.footer__socials a{width:50px;height:50px;color:var(--uri-white);border:2px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:background .25s,border-color .25s,transform .25s;display:flex}.footer__socials img{max-width:28px;max-height:28px}.footer__socials svg{width:24px;height:24px;color:var(--uri-white)}.footer__socials a:hover,.footer__socials a:focus-visible{background:var(--uri-light-blue);border-color:var(--uri-light-blue);outline:3px solid var(--uri-light-blue);outline-offset:4px;transform:translateY(-3px)}@media (width<=1200px){.footer{padding:3rem 5% 2rem}}@media (width<=900px){.footer{padding:3rem 6% 2rem}.footer__content{grid-template-columns:1fr;gap:2rem}}@media (width<=650px){.footer{padding:2.5rem 6% 1.75rem}.footer__column a,.footer__column p{font-size:.95rem}.footer__socials a{width:46px;height:46px}}@media (width<=430px){.footer{padding:2rem 5% 1.5rem}.footer__content{gap:1.75rem}.footer__column{gap:.7rem}.footer__column a,.footer__column p{font-size:.9rem}.footer__socials{gap:.75rem}.footer__socials a{width:46px;height:46px}}.hero{background:linear-gradient(90deg, var(--uri-navy) 0%, var(--uri-light-blue) 45%, var(--uri-white) 100%);grid-template-columns:1.25fr .9fr;align-items:center;gap:3rem;min-height:calc(100vh - 90px);padding:5rem 6%;display:grid}.hero__left{flex-direction:column;align-items:center;display:flex}.hero__eyebrow{color:var(--uri-white);letter-spacing:.05em;text-transform:uppercase;text-align:center;margin-bottom:2rem;font-size:clamp(1rem,2vw,1.45rem);font-weight:800}.hero__logo{width:min(100%,560px);height:auto;display:block}.hero__right{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-radius:28px;max-width:560px;padding:2rem;box-shadow:0 24px 60px #00214738}.hero__right h1{color:var(--uri-navy);margin-bottom:1.25rem;font-size:clamp(1.8rem,3vw,2.75rem);line-height:1.1}.hero__description{color:var(--gray-900);text-align:left;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.countdown{grid-template-columns:repeat(4,1fr);gap:.75rem;display:grid}.countdown__item{aspect-ratio:1;text-align:center;background:var(--uri-navy);min-width:0;color:var(--uri-white);border-radius:18px;flex-direction:column;justify-content:center;align-items:center;padding:.75rem;display:flex}.countdown__item span{font-size:clamp(1.4rem,2.5vw,2.25rem);font-weight:800;display:block}.countdown__item p{color:var(--uri-light-blue);text-transform:uppercase;letter-spacing:.08em;margin-top:.25rem;font-size:.7rem;font-weight:700}@media (width>=1600px){.hero{grid-template-columns:1.2fr .9fr;gap:5rem;padding:6rem 8%}.hero__eyebrow{margin-bottom:2.5rem;font-size:1.5rem}.hero__logo{width:min(100%,680px)}.hero__right{border-radius:32px;max-width:650px;padding:2.75rem}.hero__right h1{font-size:3.25rem}.hero__description{font-size:1.2rem;line-height:1.75}.countdown{gap:1rem}.countdown__item{border-radius:20px;padding:1rem}.countdown__item span{font-size:2.75rem}.countdown__item p{font-size:.8rem}}@media (width<=1200px){.hero{grid-template-columns:1.1fr .95fr;gap:2.5rem;padding:4rem 5%}.hero__logo{width:min(100%,500px)}.hero__right{max-width:520px}}@media (width<=900px){.hero{text-align:center;background:linear-gradient(180deg, var(--uri-navy) 0%, var(--uri-light-blue) 55%, var(--uri-white) 100%);grid-template-columns:1fr;gap:2.5rem;min-height:auto;padding:4rem 6%}.hero__logo{max-width:380px;margin:0 auto}.hero__right{max-width:700px;margin:0 auto;padding:2rem}.hero__description{text-align:left}.countdown{gap:.5rem}.countdown__item{border-radius:14px;padding:.6rem}.countdown__item span{font-size:2.6rem}.countdown__item p{font-size:1rem}}@media (width<=650px){.hero{gap:2rem;padding:3rem 6%}.hero__eyebrow{margin-bottom:1.5rem;font-size:.95rem}.hero__logo{max-width:300px}.hero__right{border-radius:22px;padding:1.5rem}.hero__right h1{font-size:2rem}.hero__description{text-align:left;font-size:1rem;line-height:1.6}}@media (width<=430px){.hero{padding:2.5rem 5%}.hero__logo{max-width:250px}.hero__right{padding:1.25rem}.countdown{gap:.5rem}.countdown__item{border-radius:14px;padding:.6rem}.countdown__item span{font-size:1.6rem}.countdown__item p{font-size:.62rem}}.agenda-highlights{background:var(--gray-100);padding:5rem 6%;position:relative}.agenda-highlights__header{justify-content:space-between;align-items:end;gap:2rem;max-width:1150px;margin:0 auto 3rem;display:flex}.agenda-highlights__header h2{max-width:720px;color:var(--uri-navy);font-size:clamp(2rem,4vw,3.5rem);line-height:1.05}.agenda-highlights__button{background:var(--uri-navy);color:var(--uri-white);border-radius:999px;flex-shrink:0;padding:.85rem 1.25rem;font-weight:800;text-decoration:none}.agenda-highlights__button:hover,.agenda-highlights__button:focus-visible{background:var(--uri-light-blue)}.agenda-highlights__button:focus-visible{outline:3px solid var(--uri-light-blue);outline-offset:3px}.timeline{max-width:1150px;margin:0 auto;position:relative}.timeline:before{content:"";background:linear-gradient(180deg, var(--uri-navy), var(--uri-light-blue));transform-origin:top;width:3px;animation:1.2s ease-out both drawLine;position:absolute;top:0;bottom:0;left:19px}.timeline__item{opacity:0;grid-template-columns:40px 1fr;gap:1.5rem;margin-bottom:1.5rem;animation:.7s forwards fadeUp;display:grid;position:relative;transform:translateY(24px)}.timeline__item:first-child{animation-delay:.1s}.timeline__item:nth-child(2){animation-delay:.2s}.timeline__item:nth-child(3){animation-delay:.3s}.timeline__item:nth-child(4){animation-delay:.4s}.timeline__item:nth-child(5){animation-delay:.5s}.timeline__item:nth-child(6){animation-delay:.6s}.timeline__marker{justify-content:center;padding-top:1.5rem;display:flex;position:relative}.timeline__marker span{background:var(--uri-white);border:5px solid var(--uri-light-blue);z-index:1;border-radius:50%;width:20px;height:20px;box-shadow:0 0 0 6px #6ba9e82e}.timeline__card{background:var(--uri-white);border:1px solid var(--gray-200);border-radius:24px;padding:1.5rem;box-shadow:0 14px 36px #0021471a}.timeline__time{color:var(--uri-accessible-blue);letter-spacing:.04em;text-transform:uppercase;margin-bottom:1rem;font-weight:900}.timeline__content{grid-template-columns:.8fr 1.2fr;gap:2rem;display:grid}.timeline__content h3{color:var(--uri-navy);margin-bottom:.5rem;font-size:1.6rem}.timeline__subtitle{color:var(--uri-navy);margin-bottom:.4rem;font-size:1.25rem;font-weight:700;line-height:1.5}.timeline__location{color:var(--gray-500);font-weight:700;line-height:1.5}.timeline__description{color:var(--gray-900);margin-bottom:.8rem;line-height:1.7}.timeline__featured{color:var(--uri-navy);flex-direction:column;gap:.35rem;display:flex}.timeline__featured-line{color:var(--uri-navy);margin:0;font-weight:600;line-height:1.5}.timeline__featured-label{font-weight:800}@keyframes drawLine{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@media (width<=1200px){.agenda-highlights{padding:4.5rem 5%}.agenda-highlights__header,.timeline{max-width:1050px}}@media (width<=900px){.agenda-highlights{padding:4rem 6%}.agenda-highlights__header{flex-direction:column;align-items:start;gap:1.5rem}.agenda-highlights__header h2{max-width:100%}.timeline__content{grid-template-columns:1fr;gap:1rem}.agenda-highlights__button{align-self:flex-start}}@media (width<=650px){.agenda-highlights{padding:3.5rem 6%}.agenda-highlights__header{margin-bottom:2rem}.timeline__item{grid-template-columns:32px 1fr;gap:1rem;margin-bottom:1.25rem}.timeline:before{left:15px}.timeline__marker{padding-top:1.25rem}.timeline__marker span{border-width:4px;width:16px;height:16px}.timeline__card{border-radius:20px;padding:1.25rem}.timeline__content h3{font-size:1.35rem}.timeline__description{line-height:1.6}}@media (width<=430px){.agenda-highlights{padding:3rem 5%}.agenda-highlights__button{text-align:center;width:100%}.timeline__item{grid-template-columns:24px 1fr;gap:.75rem}.timeline:before{width:2px;left:11px}.timeline__marker span{border-width:3px;width:14px;height:14px;box-shadow:0 0 0 4px #6ba9e82e}.timeline__card{border-radius:18px;padding:1rem}.timeline__time{font-size:.85rem}}@media (prefers-reduced-motion:reduce){.timeline:before,.timeline__item{animation:none}.timeline__item{opacity:1;transform:none}}.partners{background:var(--uri-white);padding:5rem 6%}.partners__header{justify-content:space-between;align-items:end;gap:2rem;max-width:1150px;margin:0 auto 3rem;display:flex}.section-eyebrow{color:var(--uri-accessible-blue);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.75rem;font-weight:800}.partners__header h2{max-width:720px;color:var(--uri-navy);font-size:clamp(2rem,4vw,3.5rem);line-height:1.05}.partners__button{background:var(--uri-navy);color:var(--uri-white);border-radius:999px;flex-shrink:0;padding:.85rem 1.25rem;font-weight:800;text-decoration:none}.partners__button:hover,.partners__button:focus-visible{background:var(--uri-light-blue)}.partners__button:focus-visible{outline:3px solid var(--uri-light-blue);outline-offset:3px}.partners__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;max-width:1100px;margin:0 auto;display:grid}.partner-card{background:linear-gradient(135deg,#fff 0%,#f3f9ff 45%,#dceefe 100%);border:1px solid #00214714;border-radius:22px;justify-content:center;align-items:center;min-height:130px;transition:transform .25s,box-shadow .25s;display:flex}.partner-card:hover,.partner-card:focus-within{transform:translateY(-4px);box-shadow:0 18px 42px #0021471f}.partner-logo{object-fit:contain;width:auto;max-width:150px;height:auto;max-height:60px}@media (width<=1200px){.partners{padding:4.5rem 5%}.partners__header,.partners__grid{max-width:1050px}}@media (width<=900px){.partners{padding:4rem 6%}.partners__header{flex-direction:column;align-items:start;gap:1.5rem}.partners__header h2{max-width:100%}.partners__button{align-self:flex-start}.partners__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.partners{padding:3.5rem 6%}.partners__header{margin-bottom:2rem}.partners__grid{gap:1rem}.partner-card{border-radius:18px;min-height:115px}.partner-logo{max-width:135px;max-height:55px}}@media (width<=430px){.partners{padding:3rem 5%}.partners__button{text-align:center;width:100%}.partners__grid{grid-template-columns:1fr}.partner-card{min-height:105px}.partner-logo{max-width:125px;max-height:50px}}@media (prefers-reduced-motion:reduce){.partner-card{transition:none}.partner-card:hover,.partner-card:focus-within{transform:none}}.registration{background:var(--uri-white);padding:5rem 6%}.registration__header{max-width:1150px;margin:0 auto 3rem}.registration__header h2{max-width:760px;color:var(--uri-navy);margin:0 0 1rem;font-size:clamp(2rem,4vw,3.5rem);line-height:1.05}.registration__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;max-width:1150px;margin:0 auto;display:grid}.registration-card{border:1px solid #0021471a;border-radius:28px;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:2.5rem;min-height:535px;padding:3rem;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 16px 38px #0021471a}.registration-card--main{background:var(--uri-navy);color:var(--uri-white)}.registration-card--workshops{background:linear-gradient(145deg, var(--uri-white) 0%, #f7fbff 55%, #edf6ff 100%);color:var(--gray-900)}.registration-card__content{width:100%}.registration-card__icon{border-radius:16px;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:1.75rem;display:flex}.registration-card__icon svg{fill:currentColor;width:27px;height:27px}.registration-card--main .registration-card__icon{color:var(--uri-light-blue);background:#6ba9e82e}.registration-card--workshops .registration-card__icon{color:var(--uri-navy);background:#00214714}.registration-card__label{color:var(--uri-light-blue);letter-spacing:.1em;text-transform:uppercase;margin:0 0 .8rem;font-size:.95rem;font-weight:900}.registration-card--workshops .registration-card__label{color:var(--uri-navy)}.registration-card h3{max-width:490px;margin:0 0 1.2rem;font-size:clamp(1.8rem,3vw,2.45rem);line-height:1.12}.registration-card--main h3{color:var(--uri-white)}.registration-card--workshops h3{color:var(--uri-navy)}.registration-card__description{max-width:520px;margin:0;font-size:1.03rem;line-height:1.7}.registration-card--main .registration-card__description{color:#ffffffd1}.registration-card--workshops .registration-card__description{color:var(--gray-900)}.registration-card__details{border-top:1px solid;margin-top:2rem;padding-top:1.75rem}.registration-card--main .registration-card__details{border-color:#ffffff29}.registration-card--workshops .registration-card__details{border-color:#0021471f}.registration-card__details-title{margin:0 0 .9rem;font-size:1rem;font-weight:800}.registration-card--main .registration-card__details-title{color:var(--uri-white)}.registration-card--workshops .registration-card__details-title{color:var(--uri-navy)}.registration-card__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem 1.25rem;margin:0;padding:0;list-style:none;display:grid}.registration-card__list li{padding-left:1.45rem;font-size:1rem;line-height:1.5;position:relative}.registration-card__list li:before{content:"";border-radius:50%;width:7px;height:7px;position:absolute;top:.42rem;left:0}.registration-card--main .registration-card__list li{color:#ffffffd1}.registration-card--main .registration-card__list li:before{background:var(--uri-light-blue)}.registration-card--workshops .registration-card__list li{color:var(--gray-900)}.registration-card--workshops .registration-card__list li:before{background:var(--uri-navy)}.registration-card__button{border:2px solid var(--uri-light-blue);background:var(--uri-light-blue);min-height:48px;color:var(--uri-navy);border-radius:999px;justify-content:center;align-items:center;gap:.65rem;padding:.85rem 1.35rem;font-size:1rem;font-weight:800;line-height:1;text-decoration:none;transition:background .25s,border-color .25s,color .25s,transform .25s;display:inline-flex}.registration-card__button:hover,.registration-card__button:focus-visible{background:var(--uri-white);border-color:var(--uri-white);color:var(--uri-navy);transform:translateY(-2px)}.registration-card__button:focus-visible{outline:3px solid var(--uri-light-blue);outline-offset:4px}.registration-card__button--secondary{background:var(--uri-navy);border-color:var(--uri-navy);color:var(--uri-white)}.registration-card__button--secondary:hover,.registration-card__button--secondary:focus-visible{background:var(--uri-light-blue);border-color:var(--uri-light-blue);color:var(--uri-white)}@media (width<=1200px){.registration{padding:4.5rem 5%}.registration__header,.registration__grid{max-width:1050px}.registration-card{padding:2.5rem}}@media (width<=900px){.registration{padding:4rem 6%}.registration__grid{grid-template-columns:1fr}.registration-card{min-height:auto}.registration-card__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.registration{padding:3.5rem 6%}.registration__header{margin-bottom:2rem}.registration-card{border-radius:24px;padding:2rem}.registration-card__icon{border-radius:14px;width:50px;height:50px;margin-bottom:1.5rem}.registration-card__list{grid-template-columns:1fr;gap:.75rem}.registration-card__button{width:100%}}@media (width<=430px){.registration{padding:3rem 5%}.registration-card{border-radius:20px;padding:1.5rem}.registration-card__details{margin-top:1.5rem;padding-top:1.4rem}}@media (prefers-reduced-motion:reduce){.registration-card,.registration-card__button{transition:none}.registration-card__button:hover,.registration-card__button:focus-visible{transform:none}}.agenda-page{background:var(--uri-white);min-height:100vh}.agenda-hero{background:linear-gradient(105deg, var(--uri-navy) 0%, #174f86 62%, var(--uri-light-blue) 100%);padding:5rem 6%}.agenda-hero__content{max-width:1150px;margin:0 auto}.agenda-hero__date{width:fit-content;color:var(--uri-white);letter-spacing:.08em;text-transform:uppercase;border:1px solid #ffffff59;border-radius:999px;margin:0 0 1.25rem;padding:.55rem .9rem;font-size:.95rem;font-weight:800;line-height:1.2}.agenda-hero h1{max-width:850px;color:var(--uri-white);margin-bottom:1.25rem;font-size:clamp(2.5rem,5vw,5rem);line-height:1}.agenda-hero__description{max-width:760px;color:var(--uri-white);margin:0;font-size:1.2rem;line-height:1.7}.program-nav{z-index:20;border-bottom:1px solid var(--gray-200);background:#fffffff7;position:sticky;top:72px;box-shadow:0 6px 20px #00214714}.program-nav__inner{scrollbar-width:none;flex:1;align-items:center;gap:.5rem;min-width:0;padding:1rem 0;display:flex;overflow-x:auto}.program-nav__inner::-webkit-scrollbar{display:none}.program-nav__arrow{background:var(--uri-white);width:2.5rem;height:2.5rem;color:var(--uri-navy);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;font-size:1.6rem;font-weight:800;line-height:1;display:none}.program-nav__arrow:hover,.program-nav__arrow:focus-visible{background:var(--uri-navy);color:var(--uri-white)}.program-nav button{appearance:none;color:var(--uri-navy);font:inherit;cursor:pointer;background:0 0;border:none;border-radius:999px;flex-shrink:0;padding:.65rem .9rem;font-size:.95rem;font-weight:800;transition:background-color .2s,color .2s}.program-nav button:hover,.program-nav button:focus-visible{background:var(--uri-navy);color:var(--uri-white)}.program-nav button:focus{outline:none}.program-nav button:focus-visible{box-shadow:0 0 0 3px var(--uri-light-blue)}.program-nav button.program-nav__item--active{background:var(--uri-navy);color:var(--uri-white)}.program-nav__controls{align-items:center;max-width:1150px;margin:0 auto;display:flex}.program-section{padding:5rem 6%;scroll-margin-top:10rem}.program-section--alternate{background:var(--gray-100)}.program-section--feature{background:var(--uri-white)}.program-section--workshops{background:linear-gradient(180deg, var(--uri-white) 0%, #f6faff 100%)}.program-section__header,.program-feature,.speaker-grid,.program-moderator,.program-workshops,.program-workshops__cta{max-width:1150px;margin-left:auto;margin-right:auto}.program-section__header{margin-bottom:2.5rem}.program-section__header h2,.program-feature__intro h2{max-width:850px;color:var(--uri-navy);margin-bottom:1rem;font-size:clamp(2rem,4vw,3.5rem);line-height:1.08}.program-section__header>p:last-child,.program-feature__description{max-width:820px;color:var(--gray-900);font-size:1.08rem;line-height:1.75}.program-section__meta,.program-feature__meta{color:var(--uri-accessible-blue);margin-bottom:1rem;font-size:1rem;font-weight:800;line-height:1.5}.program-feature__intro{margin-bottom:2.5rem}.speaker-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.speaker-grid--featured,.speaker-grid--moderator{grid-template-columns:1fr}.speaker-card{background:var(--uri-white);border:1px solid #0021471a;border-radius:24px;grid-template-columns:120px 1fr;gap:1.5rem;padding:1.75rem;display:grid;box-shadow:0 12px 32px #00214714}.speaker-card__visual{background:linear-gradient(135deg, var(--uri-navy), #174f86);border-radius:22px;justify-content:center;align-items:center;width:120px;height:120px;display:flex;overflow:hidden}.speaker-card__image{object-fit:cover;width:100%;height:100%}.speaker-card__initials{color:var(--uri-white);letter-spacing:.04em;font-size:2rem;font-weight:900}.speaker-card__role{color:var(--uri-accessible-blue);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.4rem;font-size:.88rem;font-weight:900}.speaker-card h3{color:var(--uri-navy);margin-bottom:.4rem;font-size:1.45rem;line-height:1.2}.speaker-card__position{color:var(--uri-navy);margin-bottom:1rem;font-weight:700;line-height:1.5}.speaker-card__position span{display:block}.speaker-card__position a{color:var(--uri-accessible-blue);text-underline-offset:.15em;text-decoration:underline;text-decoration-thickness:1px}.speaker-card__position a:hover,.speaker-card__position a:focus-visible{color:var(--uri-navy)}.speaker-card__bio{color:var(--gray-900);margin:0;line-height:1.7}.program-moderator{margin-top:3rem}.program-moderator__header{margin-bottom:1rem}.program-workshops{margin-top:2.5rem}.program-workshop-session+.program-workshop-session{margin-top:3rem}.program-workshop-session>h3{color:var(--uri-navy);margin-bottom:1.25rem;font-size:1.45rem;line-height:1.3}.program-workshop-session>h3 span{color:var(--uri-accessible-blue);margin-top:.25rem;font-size:.95rem;font-weight:800;display:block}.program-workshop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;display:grid}.program-workshop-card{background:var(--uri-white);border:1px solid #0021471a;border-radius:20px;padding:1.5rem;box-shadow:0 10px 24px #00214712}.program-workshop-card h4{color:var(--uri-navy);margin-bottom:.7rem;font-size:1.25rem;line-height:1.3}.program-workshop-card p{color:var(--gray-900);margin:0;line-height:1.65}.program-workshops__status{background:var(--gray-100);max-width:1150px;color:var(--uri-navy);border-radius:14px;margin:2rem auto 0;padding:1.25rem;font-weight:700}.program-workshops__status--error{border-left:4px solid var(--uri-accessible-blue)}.program-workshops__cta{margin-top:1.5rem;margin-bottom:2.5rem}.program-workshop-presenters{border-top:1px solid var(--gray-200);margin-top:1.5rem;padding-top:1.5rem}.program-workshop-presenter-grid{grid-template-columns:1fr;row-gap:2.5rem;display:grid}.program-workshop-presenter{grid-template-columns:80px 1fr;align-items:start;gap:1rem;display:grid}.program-workshop-presenter__visual{background:linear-gradient(135deg, var(--uri-navy), #174f86);width:80px;height:80px;color:var(--uri-white);border-radius:16px;justify-content:center;align-items:center;font-weight:900;display:flex;overflow:hidden}.program-workshop-presenter__visual img{object-fit:cover;width:100%;height:100%}.program-workshop-presenter__content h5{color:var(--uri-navy);margin:0 0 .35rem;font-size:1.05rem;line-height:1.3}.program-workshop-presenter__position{color:var(--uri-navy);margin:0 0 .65rem;font-size:.95rem;font-weight:700;line-height:1.4}.program-workshop-presenter__position span{display:block}.program-workshop-presenter__position a{color:var(--uri-accessible-blue);text-underline-offset:.15em;text-decoration:underline;text-decoration-thickness:1px}.program-workshop-presenter__position a:hover,.program-workshop-presenter__position a:focus-visible{color:var(--uri-navy)}.program-workshop-presenter__bio{color:var(--gray-900);margin:0;font-size:.95rem;line-height:1.6}.program-button{border:2px solid var(--uri-navy);background:var(--uri-navy);min-height:48px;color:var(--uri-white);border-radius:999px;justify-content:center;align-items:center;padding:.9rem 1.4rem;font-size:1rem;font-weight:800;text-decoration:none;transition:background-color .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.program-button:hover,.program-button:focus-visible{border-color:var(--uri-light-blue);background:var(--uri-light-blue);transform:translateY(-2px)}.program-button:focus-visible{outline:3px solid var(--uri-navy);outline-offset:3px}@media (width<=1200px){.agenda-hero,.program-section,.program-nav__inner{padding-left:5%;padding-right:5%}}@media (width<=900px){.agenda-hero{background:linear-gradient(180deg, var(--uri-navy) 0%, #174f86 62%, var(--uri-light-blue) 100%)}.program-section{padding-top:4rem;padding-bottom:4rem}.speaker-grid,.speaker-grid--featured,.speaker-grid--moderator,.program-workshop-grid{grid-template-columns:1fr}}@media (width<=650px){.agenda-hero{padding:4rem 6% 3.5rem}.agenda-hero__description{font-size:1.08rem}.program-nav__controls{padding:.6rem 3%}.program-nav__inner{padding:0}.program-nav__arrow{justify-content:center;align-items:center;display:flex}.program-nav button:not(.program-nav__arrow){flex-shrink:0;padding:.55rem .8rem;font-size:.9rem}.program-nav button{padding:.55rem .8rem;font-size:.9rem}.program-section{scroll-margin-top:9rem}.speaker-card{grid-template-columns:90px 1fr;gap:1.15rem;padding:1.35rem}.speaker-card__visual{border-radius:18px;width:90px;height:90px}.speaker-card__initials{font-size:1.5rem}.program-button{text-align:center;width:100%}}@media (width<=430px){.agenda-hero,.program-section{padding-left:5%;padding-right:5%}.agenda-hero h1{font-size:clamp(2.25rem,11vw,3rem);line-height:1.05}.program-nav__inner{padding-left:5%;padding-right:5%}.speaker-card{grid-template-columns:1fr}.speaker-card__visual{width:80px;height:80px}}@media (prefers-reduced-motion:reduce){.program-nav button,.program-button{transition:none}.program-button:hover,.program-button:focus-visible{transform:none}}.partner-page{background:var(--gray-100);min-height:100vh}.partner-hero__content{max-width:760px}.partner-hero{background:linear-gradient(105deg, var(--uri-navy) 0%, #174f86 62%, var(--uri-light-blue) 100%);padding:4.5rem 6%}.partner-hero__eyebrow{width:fit-content;color:var(--uri-white);letter-spacing:.08em;text-transform:uppercase;border:1px solid #ffffff59;border-radius:999px;margin:0 0 1.25rem;padding:.55rem .9rem;font-size:.95rem;font-weight:800;line-height:1.2}.partner-hero h1{max-width:850px;color:var(--uri-white);margin-bottom:1.25rem;font-size:clamp(2.5rem,5vw,5rem);line-height:1}.partner-hero p:last-of-type{max-width:720px;color:var(--uri-white);text-align:left;font-size:1.2rem;line-height:1.7}.partner-section .section-eyebrow{color:var(--uri-accessible-blue)}.involved-eyebrow{color:var(--uri-light-blue);letter-spacing:.08em;text-transform:uppercase;margin:0 0 1.25rem;font-size:.95rem;font-weight:800;line-height:1.2}.partner-cta__button{border:2px solid var(--uri-light-blue);background:var(--uri-light-blue);color:var(--uri-navy);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;margin-top:0;padding:.9rem 1.35rem;font-size:.95rem;font-weight:800;line-height:1;text-decoration:none;transition:background .25s,border-color .25s,color .25s,transform .25s;display:inline-flex}.partner-cta__button:hover,.partner-cta__button:focus-visible{background:var(--uri-white);border-color:var(--uri-white);color:var(--uri-navy);transform:translateY(-2px)}.partner-cta__button:focus-visible{outline:3px solid var(--uri-light-blue);outline-offset:4px}.partner-section{padding:5rem 6%}.partner-section--light{background:var(--uri-white)}.partner-section__header{max-width:1150px;margin:0 auto 3rem}.partner-section__header h2{max-width:820px;color:var(--uri-navy);font-size:clamp(2rem,4vw,3.5rem);line-height:1.05}.partner-impact{background:radial-gradient(circle at top left, #6ba9e838, transparent 32%), var(--gray-100)}.impact-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:1.25rem;max-width:1150px;margin:0 auto;display:grid}.impact-card{background:var(--uri-navy);min-width:0;height:100%;min-height:225px;color:var(--uri-white);border-radius:28px;flex-direction:column;padding:1.75rem;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 44px #00214729}.impact-card:after{content:"";pointer-events:none;background:#6ba9e859;border-radius:50%;width:160px;height:160px;position:absolute;bottom:-60px;right:-40px}.impact-card h3{z-index:1;color:var(--uri-white);margin:0 0 .9rem;font-size:1.45rem;line-height:1.2;position:relative}.impact-card p{z-index:1;color:#ffffffdb;margin:0;line-height:1.65;position:relative}.engagement-carousel{grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;max-width:950px;margin:0 auto;display:grid}.engagement-slide{background:radial-gradient(circle at 100% 0,#6ba9e859,#0000 35%),linear-gradient(135deg,#fff 0%,#f3f9ff 45%,#dceefe 100%);border:1px solid #00214714;border-radius:32px;flex-direction:column;justify-content:flex-start;height:100%;min-height:380px;padding:3rem;display:flex;box-shadow:0 22px 54px #00214724}.engagement-slide__label{background:var(--uri-navy);color:var(--uri-white);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-self:flex-start;margin-bottom:1.5rem;padding:.5rem .9rem;font-size:.85rem;font-weight:900;line-height:1.2;display:flex}.engagement-slide h3{color:var(--uri-navy);margin-bottom:1rem;font-size:clamp(2rem,4vw,3.25rem);line-height:1.05}.engagement-slide p:last-child{max-width:720px;color:var(--gray-900);margin:0;font-size:1.1rem;line-height:1.7}.carousel-button{background:var(--uri-navy);width:52px;height:52px;color:var(--uri-white);cursor:pointer;border:none;border-radius:50%;font-size:1.4rem;font-weight:900;transition:background .25s,transform .25s}.carousel-button:hover,.carousel-button:focus-visible{background:var(--uri-light-blue);transform:translateY(-3px)}.carousel-dots{justify-content:center;gap:.65rem;margin-top:1.5rem;display:flex}.carousel-dot{cursor:pointer;background:#00214740;border:none;border-radius:50%;width:12px;height:12px}.carousel-dot:focus-visible{outline:3px solid var(--uri-navy);outline-offset:3px}.partner-cta__button:focus-visible,.carousel-button:focus-visible{outline:3px solid var(--uri-accessible-blue);outline-offset:4px}.carousel-dot--active{background:var(--uri-navy)}@keyframes carouselFade{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.partner-cta{background:var(--uri-navy);color:var(--uri-white);border-radius:30px;justify-content:space-between;align-items:center;gap:2rem;margin:0 6%;padding:3rem;display:flex}.partner-cta__content{max-width:650px}.partner-cta__content>:last-child{margin-bottom:0}.partner-cta h2{margin-bottom:1rem;font-size:clamp(2rem,4vw,3.25rem);line-height:1.05}.partner-cta p:last-child{color:#ffffffd1;max-width:650px;line-height:1.7}.partner-cta__button{background:var(--uri-light-blue);border-color:var(--uri-light-blue);flex-shrink:0}.partner-cta__button:hover{background:var(--uri-white);border-color:var(--uri-white);color:var(--uri-navy)}.faq-accordion{max-width:900px;margin:0 auto}.faq-item{background:var(--uri-white);border:1px solid #00214714;border-radius:22px;margin-bottom:1rem;overflow:hidden;box-shadow:0 14px 36px #00214714}.faq-item__question{cursor:pointer;text-align:left;width:100%;color:var(--uri-navy);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.35rem 1.5rem;font-size:1.1rem;font-weight:900;display:flex}.faq-item__question:focus-visible{z-index:1;outline:3px solid var(--uri-accessible-blue);outline-offset:-4px;position:relative}.faq-item__question strong{background:var(--uri-navy);width:34px;height:34px;color:var(--uri-white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .3s,background .3s;display:flex}.faq-item--open .faq-item__question strong{background:var(--uri-light-blue);transform:rotate(45deg)}.faq-item__answer{opacity:0;max-height:0;transition:max-height .35s,opacity .25s;overflow:hidden}.faq-item--open .faq-item__answer{opacity:1;max-height:600px}.faq-item__answer p{color:var(--gray-900);padding:0 1.5rem 1.5rem;line-height:1.7}@media (width<=1200px){.partner-hero,.partner-section{padding-left:5%;padding-right:5%}.impact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.impact-card{min-height:210px}}@media (width<=900px){.partner-hero{background:linear-gradient(180deg, var(--uri-navy) 0%, #174f86 62%, var(--uri-light-blue) 100%)}.partner-section{padding:4rem 6%}.partner-cta{flex-direction:column;align-items:flex-start;gap:1.5rem;margin:0 6%;padding:2.5rem}.engagement-slide{min-height:340px}}@media (width<=650px){.partner-hero{padding:4rem 6%}.partner-section{padding:3.5rem 6%}.impact-grid{grid-template-columns:1fr}.engagement-slide{border-radius:24px;grid-area:card;min-height:320px;padding:2rem}.impact-card{min-height:190px}.engagement-carousel{grid-template-columns:1fr 1fr;grid-template-areas:"card card""prev next";gap:1rem;display:grid}.partner-cta{border-radius:24px;gap:1.25rem;padding:2rem}.partner-cta__button{width:100%}.carousel-button{width:44px;height:44px;font-size:1.2rem}.carousel-button:first-of-type{grid-area:prev;justify-self:center}.carousel-button:last-of-type{grid-area:next;justify-self:center}}@media (width<=430px){.partner-hero h1{font-size:clamp(2.35rem,11vw,3rem);line-height:1.05}.partner-hero,.partner-section{padding-left:5%;padding-right:5%}.partner-cta{gap:1rem;margin:0 5%;padding:1.5rem}.impact-card,.engagement-slide,.faq-item{border-radius:20px}.impact-card{min-height:180px;padding:1.4rem}.engagement-slide{min-height:300px;padding:1.5rem}.faq-item__question{padding:1.1rem 1.25rem;font-size:1rem}.faq-item__answer p{padding:0 1.25rem 1.25rem}.carousel-button{width:44px;height:44px;font-size:1.2rem}}.workshops-page{background:var(--gray-100);min-height:100vh}.workshops-hero{background:linear-gradient(105deg, var(--uri-navy) 0%, #174f86 62%, var(--uri-light-blue) 100%);padding:4.5rem 6%}.workshops-hero__content{max-width:780px}.workshops-hero__eyebrow{width:fit-content;color:var(--uri-white);letter-spacing:.08em;text-transform:uppercase;border:1px solid #ffffff59;border-radius:999px;margin:0 0 1.25rem;padding:.55rem .9rem;font-size:.95rem;font-weight:800;line-height:1.2}.workshops-hero h1{max-width:850px;color:var(--uri-white);margin:0 0 1rem;font-size:clamp(2.5rem,5vw,5rem);line-height:1}.workshops-hero__description{max-width:720px;color:var(--uri-white);margin:0;font-size:1.2rem;line-height:1.7}.workshops-registration-note{background:var(--gray-100);padding:4rem 6% 0}.workshops-registration-note__content{background:var(--uri-navy);max-width:1150px;color:var(--uri-white);border-radius:28px;justify-content:space-between;align-items:center;gap:3rem;margin:0 auto;padding:2.5rem;display:flex;box-shadow:0 18px 44px #00214724}.workshops-registration-note__content>div{max-width:730px}.workshops-registration-note .section-eyebrow{color:var(--uri-light-blue)}.workshops-registration-note h2{color:var(--uri-white);margin:0 0 1rem;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.08}.workshops-registration-note__content p:last-child{color:#ffffffdb;margin:0;line-height:1.7}.workshops-registration-note__button{border:2px solid var(--uri-light-blue);background:var(--uri-light-blue);min-height:48px;color:var(--uri-navy);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;gap:.6rem;padding:.85rem 1.3rem;font-weight:800;text-decoration:none;transition:background .25s,border-color .25s,transform .25s;display:inline-flex}.workshops-registration-note__button:hover,.workshops-registration-note__button:focus-visible{background:var(--uri-white);border-color:var(--uri-white);transform:translateY(-2px)}.workshops-registration-note__button:focus-visible{outline:3px solid var(--uri-light-blue);outline-offset:4px}.workshops-list{background:var(--gray-100);padding:5rem 6%}.workshops-list__header{max-width:1150px;margin:0 auto 3.5rem}.workshops-list__header h2{max-width:820px;color:var(--uri-navy);margin:0 0 1rem;font-size:clamp(2rem,4vw,3.5rem);line-height:1.05}.workshops-list__header>p:last-child{max-width:720px;color:var(--gray-900);margin:0;font-size:1.05rem;line-height:1.7}.workshops-status{background:var(--uri-white);max-width:1150px;color:var(--uri-navy);border-radius:20px;margin:0 auto;padding:2rem;font-weight:700;box-shadow:0 12px 30px #00214714}.workshops-status--error{border:1px solid #a12622}.workshops-status--error button{background:var(--uri-navy);min-height:44px;color:var(--uri-white);font:inherit;cursor:pointer;border:none;border-radius:999px;margin-top:1rem;padding:.75rem 1rem;font-weight:800}.workshops-status--error button:hover,.workshops-status--error button:focus-visible{background:var(--uri-light-blue)}.workshops-status--error button:focus-visible{outline:3px solid var(--uri-accessible-blue);outline-offset:3px}.workshop-sessions{flex-direction:column;gap:5rem;max-width:1150px;margin:0 auto;display:flex}.workshop-session{min-width:0}.workshop-session__header{border-bottom:3px solid var(--uri-light-blue);justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:1.75rem;padding-bottom:1.25rem;display:flex}.workshop-session__label{color:var(--uri-accessible-blue);letter-spacing:.1em;text-transform:uppercase;margin:0 0 .5rem;font-size:.85rem;font-weight:900}.workshop-session__header h3{color:var(--uri-navy);margin:0;font-size:clamp(1.75rem,3vw,2.6rem);line-height:1.1}.workshop-session__guidance{max-width:340px;color:var(--gray-900);text-align:right;margin:0;line-height:1.6}.workshop-session__cards{flex-direction:column;gap:1.5rem;display:flex}.workshop-card{background:var(--uri-white);border:1px solid #0021471a;border-radius:26px;overflow:hidden;box-shadow:0 16px 38px #0021471a}.workshop-card__main{grid-template-columns:150px minmax(0,1fr) 180px;align-items:start;gap:2rem;padding:2rem;display:grid}.workshop-card__organization{text-align:center;flex-direction:column;align-items:center;gap:.85rem;min-width:0;display:flex}.workshop-card__logo-placeholder{background:linear-gradient(145deg, var(--uri-white) 0%, #f4f9ff 55%, #e6f2ff 100%);width:100px;height:100px;color:var(--uri-navy);letter-spacing:.04em;border:1px solid #0021471a;border-radius:22px;justify-content:center;align-items:center;font-size:1.15rem;font-weight:900;display:flex}.workshop-card__logo{flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100px;display:flex}.workshop-card__logo img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.workshop-card__organization p{color:var(--uri-navy);margin:0;font-size:.93rem;font-weight:800;line-height:1.4}.workshop-card__content{min-width:0}.workshop-card__content h4{color:var(--uri-navy);overflow-wrap:anywhere;margin:0 0 1rem;font-size:clamp(1.55rem,2.7vw,2.25rem);line-height:1.12}.workshop-card__description{-webkit-line-clamp:3;color:var(--gray-900);-webkit-box-orient:vertical;margin:0;font-size:1rem;line-height:1.7;display:-webkit-box;overflow:hidden}.workshop-card__description--expanded{-webkit-line-clamp:unset;display:block;overflow:visible}.workshop-card__registration{flex-direction:column;align-items:stretch;gap:1rem;min-width:0;display:flex}.workshop-card__availability{text-align:center;border-radius:999px;justify-content:center;align-items:center;gap:.55rem;margin:0;padding:.65rem .8rem;font-size:.8rem;font-weight:900;line-height:1.25;display:inline-flex}.workshop-card__availability span{background:currentColor;border-radius:50%;flex-shrink:0;width:9px;height:9px}.workshop-card__availability--available{color:#196533;background:#e9f7ee}.workshop-card__availability--low{color:#765400;background:#fff4d8}.workshop-card__availability--full,.workshop-card__availability--closed{color:#8a201c;background:#fce8e7}.workshop-card__availability--pending{color:var(--uri-navy);background:#eaf2fb}.workshop-card__reserve-button{border:2px solid var(--uri-navy);background:var(--uri-navy);min-height:48px;color:var(--uri-white);font:inherit;cursor:pointer;border-radius:999px;padding:.85rem 1rem;font-weight:800;transition:background .25s,border-color .25s,color .25s,transform .25s}.workshop-card__reserve-button:hover:not(:disabled),.workshop-card__reserve-button:focus-visible:not(:disabled){background:var(--uri-light-blue);border-color:var(--uri-light-blue);transform:translateY(-2px)}.workshop-card__reserve-button:focus-visible{outline:3px solid var(--uri-accessible-blue);outline-offset:3px}.workshop-card__reserve-button:disabled{border-color:var(--gray-200);background:var(--gray-200);color:var(--gray-500);cursor:not-allowed}.workshop-card__expanded-details{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .35s,opacity .25s;display:grid}.workshop-card__expanded-details>dl{overflow:hidden}.workshop-card--expanded .workshop-card__expanded-details{opacity:1;grid-template-rows:1fr}.workshop-card__expanded-details dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 2rem;margin:0;padding:0 2rem 2rem 182px;display:grid}.workshop-card__expanded-details dl>div{border-top:1px solid var(--gray-200);min-width:0;padding-top:1rem}.workshop-card__expanded-details dt{color:var(--uri-accessible-blue);letter-spacing:.07em;text-transform:uppercase;margin-bottom:.35rem;font-size:.78rem;font-weight:900}.workshop-card__expanded-details dd{color:var(--gray-900);overflow-wrap:anywhere;margin:0;font-weight:700;line-height:1.5}.workshop-card__footer{background:linear-gradient(90deg,#f7fbff 0%,#edf6ff 100%);border-top:1px solid #00214714;justify-content:space-between;align-items:center;gap:2rem;padding:1.1rem 2rem;display:flex}.workshop-card__metadata{flex-wrap:wrap;align-items:center;gap:1rem 2rem;min-width:0;display:flex}.workshop-card__metadata-item{min-width:0;color:var(--uri-navy);align-items:center;gap:.55rem;font-size:.92rem;font-weight:800;display:flex}.workshop-card__metadata-icon{color:var(--uri-accessible-blue);font-weight:900}.workshop-card__metadata-item a{color:var(--uri-accessible-blue);text-underline-offset:.2rem;text-decoration-thickness:2px}.workshop-card__metadata-item a:hover,.workshop-card__metadata-item a:focus-visible{color:var(--uri-navy)}.workshop-card__metadata-item a:focus-visible{outline:3px solid var(--uri-accessible-blue);outline-offset:3px;border-radius:4px}.workshop-card__details-button{min-height:44px;color:var(--uri-navy);font:inherit;cursor:pointer;background:0 0;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;gap:.6rem;padding:.65rem .9rem;font-weight:900;display:inline-flex}.workshop-card__details-button:hover,.workshop-card__details-button:focus-visible{background:#6ba9e82e}.workshop-card__details-button:focus-visible{outline:3px solid var(--uri-accessible-blue);outline-offset:2px}.workshop-card__details-icon{background:var(--uri-navy);width:28px;height:28px;color:var(--uri-white);border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;transition:transform .3s,background .3s;display:inline-flex}.workshop-card__details-icon--open{background:var(--uri-light-blue);transform:rotate(45deg)}.workshops-signed-in{background:#ffffff1f;border-radius:999px;width:fit-content;padding:.6rem .9rem;font-size:.88rem;color:var(--uri-white)!important;margin-top:1.25rem!important}.workshop-card--registered{border-color:#19653359;box-shadow:0 16px 38px #1965331f}.workshop-card__reserved-status{color:#196533;text-align:center;background:#e9f7ee;border-radius:999px;justify-content:center;align-items:center;gap:.55rem;margin:0;padding:.65rem .8rem;font-size:.82rem;font-weight:900;display:flex}.workshop-card__reserved-status span{width:22px;height:22px;color:var(--uri-white);background:#196533;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.workshop-card__cancel-button{min-height:44px;color:var(--uri-navy);font:inherit;cursor:pointer;background:0 0;border:2px solid #00214733;border-radius:999px;padding:.7rem 1rem;font-size:.85rem;font-weight:800;transition:background .25s,border-color .25s,color .25s}.workshop-card__cancel-button:hover,.workshop-card__cancel-button:focus-visible{color:#8a201c;background:#fce8e7;border-color:#8a201c}.workshop-card__cancel-button:focus-visible{outline:3px solid var(--uri-accessible-blue);outline-offset:3px}.reservation-modal{z-index:5000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00142bb8;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.reservation-modal__dialog{background:var(--uri-white);border-radius:30px;width:min(100%,620px);max-height:calc(100vh - 4rem);padding:2.75rem;position:relative;overflow-y:auto;box-shadow:0 30px 80px #00000047}.reservation-modal__dialog h2{color:var(--uri-navy);margin:0 0 1rem;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.08}.reservation-modal__close{background:var(--gray-100);width:42px;height:42px;color:var(--uri-navy);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex;position:absolute;top:1.25rem;right:1.25rem}.reservation-modal__close:hover,.reservation-modal__close:focus-visible{background:var(--uri-light-blue)}.reservation-modal__close:focus-visible{outline:3px solid var(--uri-accessible-blue);outline-offset:3px}.reservation-modal__intro{color:var(--gray-900);margin:0 0 1.75rem;font-size:1.02rem;line-height:1.7}.reservation-modal__privacy{color:var(--gray-500);margin:1.25rem 0 0;font-size:.85rem;line-height:1.6}.reservation-modal__signed-in{color:#196533;background:#e9f7ee;border-radius:16px;align-items:center;gap:.85rem;margin:1.5rem 0;padding:1rem 1.15rem;display:flex}.reservation-modal__signed-in>span{width:30px;height:30px;color:var(--uri-white);background:#196533;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:900;display:flex}.reservation-modal__signed-in strong{margin-bottom:.2rem;display:block}.reservation-modal__signed-in p{color:var(--gray-900);overflow-wrap:anywhere;margin:0}.reservation-modal__message{border-radius:16px;margin-bottom:1.5rem;padding:1rem 1.15rem;font-weight:700;line-height:1.5}.reservation-modal__message--success{color:#196533;background:#e9f7ee}.reservation-modal__message--error{color:#7b1e1a;background:#fce8e7;border:1px solid #b9433f}.reservation-modal__actions{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}.reservation-modal__primary,.reservation-modal__secondary,.reservation-modal__danger{min-height:48px;font:inherit;cursor:pointer;border-radius:999px;padding:.8rem 1.2rem;font-weight:800}.reservation-modal__primary{border:2px solid var(--uri-navy);background:var(--uri-navy);color:var(--uri-white)}.reservation-modal__primary:hover:not(:disabled),.reservation-modal__primary:focus-visible:not(:disabled){border-color:var(--uri-light-blue);background:var(--uri-light-blue)}.reservation-modal__secondary{border:2px solid var(--gray-200);background:var(--uri-white);color:var(--uri-navy)}.reservation-modal__secondary:hover:not(:disabled),.reservation-modal__secondary:focus-visible:not(:disabled){border-color:var(--uri-light-blue);background:var(--gray-100)}.reservation-modal__danger{color:var(--uri-white);background:#8a201c;border:2px solid #8a201c}.reservation-modal__danger:hover:not(:disabled),.reservation-modal__danger:focus-visible:not(:disabled){background:#681713;border-color:#681713}.reservation-modal__primary:focus-visible,.reservation-modal__secondary:focus-visible,.reservation-modal__danger:focus-visible{outline:3px solid var(--uri-accessible-blue);outline-offset:3px}.reservation-modal__primary:disabled,.reservation-modal__secondary:disabled,.reservation-modal__danger:disabled{opacity:.6;cursor:wait}.reservation-modal__complete{text-align:center;padding-top:1rem}.reservation-modal__complete-icon{color:#196533;background:#e9f7ee;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.25rem;font-size:2rem;font-weight:900;display:flex}.reservation-modal__complete h3{color:var(--uri-navy);margin:0 0 .75rem;font-size:1.6rem}.reservation-modal__complete p{color:var(--gray-900);margin:0 0 1.75rem;line-height:1.7}.reservation-modal__complete .reservation-modal__primary{min-width:140px}@media (width<=1200px){.workshops-hero,.workshops-registration-note,.workshops-list{padding-left:5%;padding-right:5%}.workshop-card__main{grid-template-columns:130px minmax(0,1fr) 170px;gap:1.5rem}.workshop-card__expanded-details dl{padding-left:162px}}@media (width<=900px){.workshops-hero{background:linear-gradient(180deg, var(--uri-navy) 0%, #174f86 62%, var(--uri-light-blue) 100%);padding:4rem 6%}.workshops-registration-note{padding:3.5rem 6% 0}.workshops-registration-note__content{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:2.25rem}.workshops-list{padding:4rem 6%}.workshop-card__main{grid-template-columns:120px minmax(0,1fr)}.workshop-card__registration{grid-column:1/-1;grid-template-columns:minmax(0,1fr) auto;align-items:center;display:grid}.workshop-card__expanded-details dl{padding-left:2rem}}@media (width<=650px){.workshops-hero{padding:3.5rem 6%}.workshops-hero__description{font-size:1.05rem}.workshops-registration-note{padding:3rem 6% 0}.workshops-registration-note__content{border-radius:24px;padding:2rem}.workshops-registration-note__button{width:100%}.workshops-list{padding:3.5rem 6%}.workshops-list__header{margin-bottom:2.5rem}.workshop-sessions{gap:4rem}.workshop-session__header{flex-direction:column;align-items:flex-start;gap:.75rem}.workshop-session__guidance{text-align:left;max-width:none}.workshop-card__main{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}.workshop-card__organization{text-align:left;flex-direction:row;align-items:flex-start}.workshop-card__logo,.workshop-card__logo-placeholder{border-radius:16px;width:70px;height:70px}.workshop-card__registration{grid-column:auto;grid-template-columns:1fr}.workshop-card__reserve-button{width:100%}.workshop-card__expanded-details dl{grid-template-columns:1fr;gap:.75rem;padding:0 1.5rem 1.5rem}.workshop-card__footer{flex-direction:column;align-items:stretch;gap:1rem;padding:1.1rem 1.5rem}.workshop-card__metadata{flex-direction:column;align-items:flex-start;gap:.75rem}.workshop-card__details-button{width:100%}.reservation-modal{padding:1rem}.reservation-modal__dialog{border-radius:26px;max-height:calc(100vh - 2rem);padding:2rem 1.5rem}.reservation-modal__actions{flex-direction:column-reverse}.reservation-modal__primary,.reservation-modal__secondary,.reservation-modal__danger{width:100%}}@media (width<=430px){.workshops-hero{padding-left:5%;padding-right:5%}.workshops-hero h1{font-size:clamp(2.35rem,11vw,3rem);line-height:1.05}.workshops-registration-note{padding-left:5%;padding-right:5%}.workshops-registration-note__content{border-radius:20px;padding:1.5rem}.workshops-list{padding:3rem 5%}.workshop-card{border-radius:20px}.workshop-card__main{padding:1.25rem}.workshop-card__expanded-details dl{padding:0 1.25rem 1.25rem}.workshop-card__footer{padding:1rem 1.25rem}}.page-section{color:var(--gray-900);padding:4rem 6%}.skip-link{z-index:9999;background:var(--uri-white);color:var(--uri-navy);border-radius:8px;padding:.75rem 1rem;font-weight:800;text-decoration:none;position:fixed;top:.75rem;left:.75rem;transform:translateY(-200%)}.skip-link:focus{outline:3px solid var(--uri-light-blue);outline-offset:3px;transform:translateY(0)}
