.gate{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#054d65;display:flex;align-items:center;justify-content:center;padding:2rem;transition:opacity .5s ease,visibility .5s ease}.gate.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.gate__card{width:100%;max-width:480px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.gate__logo{height:48px;width:auto;margin-bottom:.5rem}.gate__eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffff80}.gate__title{font-size:1.75rem;font-weight:800;color:var(--color-white);line-height:1.2;margin:0}.gate__subtitle{font-size:.9375rem;color:#fff9;line-height:1.6;max-width:380px}.gate__form{width:100%;display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.gate__input-wrap{position:relative}.gate__input{width:100%;padding:.875rem 1.25rem;border-radius:10px;border:1.5px solid rgba(255,255,255,.2);background:#ffffff14;color:var(--color-white);font-size:1rem;font-family:inherit;outline:none;transition:border-color .2s ease,background .2s ease;box-sizing:border-box;text-align:center;letter-spacing:.05em}.gate__input::placeholder{color:#ffffff59}.gate__input:focus{border-color:#fff9;background:#ffffff1f}.gate__btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:10px;border:none;background:var(--color-white);color:#054d65;font-size:.9375rem;font-weight:700;font-family:inherit;cursor:pointer;transition:background .2s ease,transform .15s ease}.gate__btn:hover{background:var(--color-off-white);transform:translateY(-1px)}.gate__error{font-size:.875rem;color:#ffb3b3;min-height:1.25em;margin:0}.gate__credit{font-size:.8125rem;color:#ffffff4d;margin-top:1.5rem}:root{--color-primary: #1A4FC6;--color-secondary: #057FC6;--color-accent: #2BB7BD;--color-orange: #FFB031;--color-white: #FFFFFF;--color-off-white: #F0F4F7;--color-gray-100: #DFE6EB;--color-gray-400: #9BA6B2;--color-gray-700: #1D2731;--color-dark: #1D2731;--font-base: "Inter", sans-serif;--nav-height: 60px;--ease-out-expo: cubic-bezier(.16, 1, .3, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-base);background-color:var(--color-white);color:var(--color-gray-700);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}.jump-nav{position:sticky;top:0;z-index:100;background:var(--color-white);height:var(--nav-height);display:flex;align-items:center;box-shadow:0 2px 20px #13216c14;border-bottom:1px solid var(--color-gray-100)}.jump-nav__inner{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;gap:2rem;align-items:center}.jump-nav__logos{display:flex;align-items:center;gap:.875rem;flex-shrink:0}.jump-nav__logo{height:34px;width:auto;flex-shrink:0}.jump-nav__logo--fruition{height:30px}.jump-nav__logo--san{height:34px}.jump-nav__logo-divider{width:1px;height:22px;background:var(--color-gray-200);flex-shrink:0}.jump-nav__divider{width:1px;height:24px;background:var(--color-gray-100);flex-shrink:0;margin-right:.5rem}.jump-nav__link{font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--color-gray-700);text-decoration:none;transition:color .2s ease;white-space:nowrap}.jump-nav__link:hover,.jump-nav__link.is-active{color:var(--color-accent)}.hero{min-height:100svh;background:#054d65;display:flex;flex-direction:column;justify-content:center;padding:7rem 2rem 5rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 70% 30%,rgba(43,183,189,.12) 0%,transparent 60%),radial-gradient(ellipse at 15% 80%,rgba(32,99,248,.15) 0%,transparent 55%);pointer-events:none}.hero__layout{position:relative;z-index:1;width:100%;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding:0 2rem}.hero__content{display:flex;flex-direction:column;align-items:flex-start}.hero__logo{height:56px;width:auto;margin-bottom:2rem}.hero__eyebrow{font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);margin-bottom:1.25rem;opacity:0}.hero__title{font-size:clamp(2rem,4vw,3.75rem);font-weight:800;line-height:1.08;color:var(--color-white);letter-spacing:-.02em;margin-bottom:1.5rem;opacity:0}.hero__body{font-size:1rem;line-height:1.7;color:var(--color-white);margin-bottom:2rem;opacity:0}.hero__cta{opacity:0}.cta-btn.hero__cta{background:var(--color-white);color:#054d65;box-shadow:0 4px 16px #00000026}.cta-btn.hero__cta:hover{background:var(--color-off-white);color:#054d65}.hero__tiles{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:200px 160px 160px;gap:.625rem}.hero__tile{border-radius:8px;overflow:hidden;background:var(--color-gray-100);box-shadow:0 8px 32px #00000073,0 2px 8px #00000040}.hero__tile--1{grid-row:1 / 4}.hero__tile img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.hero__scroll-cue{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;opacity:0}.hero__scroll-cue span{display:block;width:1.5px;height:60px;background:linear-gradient(to bottom,rgba(43,183,189,.8),transparent);animation:scrollLine 2s ease-in-out infinite}@keyframes scrollLine{0%{transform:scaleY(0);transform-origin:top;opacity:1}50%{transform:scaleY(1);transform-origin:top;opacity:1}to{transform:scaleY(1);transform-origin:bottom;opacity:0}}.section{padding:7rem 0}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section__intro{max-width:860px;margin-bottom:4rem}.section__intro--centered{margin-left:auto;margin-right:auto;text-align:center}.section__eyebrow{font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.75rem}.section__title{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:var(--color-dark);line-height:1.1;letter-spacing:-.02em;margin-bottom:1.5rem}.section__description{font-size:1.125rem;color:var(--color-gray-400);font-style:italic}.section__body p{font-size:1rem;line-height:1.75;color:var(--color-gray-700);margin-bottom:1.25rem}.section__body p:last-child{margin-bottom:0}.inline-comparison{margin:3rem 0}.inline-comparison__label{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;color:var(--color-gray-700)}.inline-comparison__badge{font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .75rem;border-radius:4px}.inline-comparison__badge--before{background:var(--color-gray-100);color:var(--color-gray-700)}.inline-comparison__badge--after{background:var(--color-accent);color:var(--color-dark)}.section__body--continuation{margin-top:3rem;padding-bottom:5rem}.comparison-block{margin-bottom:5rem}.comparison-block:last-child{margin-bottom:0}.comparison-block__label{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-gray-400);margin-bottom:1rem;padding-left:.25rem;border-left:3px solid var(--color-accent);padding-left:.75rem}.slider-comparison{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;border-radius:12px;box-shadow:0 24px 80px #13216c2e;cursor:col-resize;-webkit-user-select:none;user-select:none;background:var(--color-gray-100)}.slider-comparison__after,.slider-comparison__before{position:absolute;top:0;right:0;bottom:0;left:0}.slider-comparison__after img,.slider-comparison__before img{width:100%;height:100%;object-fit:cover;object-position:top center;pointer-events:none}.slider-comparison__before{clip-path:inset(0 50% 0 0);transition:clip-path .02s linear}.slider-comparison__badge{position:absolute;top:1.25rem;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.35rem .85rem;border-radius:100px}.slider-comparison__badge--before{left:1.25rem;background:#13216cd9;color:var(--color-white);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.slider-comparison__badge--after{right:1.25rem;background:#2bb7bde6;color:var(--color-primary);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.slider-comparison__handle{position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;pointer-events:none;z-index:10}.slider-comparison__handle-line{flex:1;width:2px;background:#ffffffe6;box-shadow:0 0 8px #02b2fe99}.slider-comparison__handle-circle{width:48px;height:48px;border-radius:50%;background:var(--color-white);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #13216c4d;color:var(--color-primary);flex-shrink:0}.side-by-side{display:grid;grid-template-columns:1fr 40px 1fr;gap:0;align-items:start;border-radius:12px;overflow:hidden;box-shadow:0 24px 80px #13216c2e}.side-by-side__panel{position:relative;background:var(--color-gray-100)}.side-by-side__image-wrap{aspect-ratio:9 / 16;overflow:hidden}.side-by-side__image-wrap img{width:100%;height:100%;object-fit:cover;object-position:top center}.side-by-side__badge{position:absolute;top:1rem;left:50%;transform:translate(-50%);font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.35rem .85rem;border-radius:100px;white-space:nowrap;z-index:2}.side-by-side__badge--before{background:#13216cd9;color:var(--color-white);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.side-by-side__badge--after{background:#2bb7bde6;color:var(--color-primary);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.side-by-side__divider{background:linear-gradient(to bottom,var(--color-secondary),var(--color-accent));display:flex;align-items:center;justify-content:center;position:relative}.side-by-side__divider:after{content:"";width:10px;height:10px;border-radius:50%;background:var(--color-white);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.section--before-you-go{background-color:var(--color-off-white)}.section--before-you-go .byg-content .section__intro{margin-bottom:1.5rem}.section--before-you-go .cta-btn{background:#054d65;box-shadow:0 4px 16px #054d654d}.section--before-you-go .cta-btn:hover{background:#0187aa}.byg-layout{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.byg-media{display:flex;flex-direction:column;align-items:center;gap:0}.byg-content{display:flex;flex-direction:column;align-items:flex-start}.byg-description{font-size:1rem;line-height:1.75;color:var(--color-gray-700);margin:0 0 1.25rem}.byg-description:last-of-type{margin-bottom:1.75rem}.cta-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--color-secondary);color:var(--color-white);font-size:.9375rem;font-weight:600;text-decoration:none;padding:.75rem 1.5rem;border-radius:100px;transition:background .2s ease,transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 16px #2065f84d}.cta-btn:hover{background:var(--color-primary);transform:translateY(-2px);box-shadow:0 8px 24px #13216c4d}.cta-btn svg{transition:transform .2s ease}.cta-btn:hover svg{transform:translate(3px)}.byg-step{display:flex;flex-direction:column;gap:1rem;width:100%}.byg-step__label{display:flex;align-items:center;gap:.75rem}.byg-step__num{font-size:.6875rem;font-weight:800;letter-spacing:.1em;color:var(--color-white);background:var(--color-secondary);border-radius:100px;padding:.25rem .6rem;flex-shrink:0}.byg-step__text{font-size:.9375rem;font-weight:600;color:var(--color-dark)}.byg-step__screen{border-radius:14px;overflow:hidden;box-shadow:0 20px 60px #13216c24;background:var(--color-white);opacity:0}.byg-step__screen img{width:100%;height:auto;display:block}.byg-flow__arrow{display:flex;align-items:center;justify-content:center;color:var(--color-secondary);padding:.5rem 0}.section--stats{background:linear-gradient(160deg,var(--color-primary) 0%,var(--color-secondary) 100%);position:relative;overflow:hidden}.section--stats:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 80% 50%,rgba(43,183,189,.1) 0%,transparent 60%);pointer-events:none}.section--stats .section__eyebrow{color:var(--color-accent)}.section--stats .section__title{color:var(--color-white)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;position:relative;z-index:1}.stat-card{background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:2.5rem 2rem;display:flex;flex-direction:column;gap:.75rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s var(--ease-out-expo),background .3s ease}.stat-card:hover{transform:translateY(-4px);background:#ffffff1c}.stat-card__number{font-size:clamp(2.5rem,5vw,3.75rem);font-weight:800;color:var(--color-accent);line-height:1;letter-spacing:-.03em}.stat-card__label{font-size:.9375rem;font-weight:500;color:#ffffffbf;line-height:1.4}.section--overview{background:var(--color-off-white);padding-bottom:0}.goals-band{background:var(--color-dark);padding:5rem 0}.goals-band .section__eyebrow{color:var(--color-accent)}.goals-band .section__title{color:var(--color-white)}.goals-band .goals__objective{color:#ffffffa6}.goals-band .audience-grid__heading{color:var(--color-accent)}.goals{margin-bottom:0}.goals__primary{margin-bottom:2rem}.goals__objective{font-size:1.0625rem;line-height:1.75;color:var(--color-gray-700);max-width:760px}.goals__list{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin-bottom:3.5rem}.goals__item{display:flex;gap:.875rem;align-items:flex-start;background:var(--color-off-white);border-radius:10px;padding:1.125rem 1.25rem;font-size:.9375rem;line-height:1.55;color:var(--color-gray-700);border-left:3px solid var(--color-secondary)}.goals__item-icon{flex-shrink:0;width:20px;height:20px;border-radius:50%;background:var(--color-secondary);margin-top:2px;position:relative}.goals__item-icon:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-60%) rotate(45deg);width:5px;height:9px;border-right:2px solid white;border-bottom:2px solid white}.audience-grid__heading{font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);margin-bottom:1.25rem}.audience-grid__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}.audience-card{background:var(--color-white);border:1px solid var(--color-gray-100);border-radius:12px;padding:1.5rem;box-shadow:0 2px 12px #13216c0f;transition:box-shadow .2s ease,transform .2s ease}.audience-card:hover{box-shadow:0 8px 30px #13216c1a;transform:translateY(-2px)}.audience-card__title{font-size:.9375rem;font-weight:700;color:var(--color-dark);margin-bottom:.5rem}.audience-card__body{font-size:.875rem;line-height:1.6;color:var(--color-gray-700)}.comparison-section{padding-top:1rem}.comparison-section .section__title{margin-bottom:2.5rem}.section--production{background:var(--color-white)}.production-intro{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:4rem}.production-intro__card{background:var(--color-off-white);border-radius:12px;padding:2rem;border-top:3px solid var(--color-secondary)}.production-intro__heading{font-size:1rem;font-weight:700;color:var(--color-dark);margin-bottom:.75rem}.production-intro__card p{font-size:.9375rem;line-height:1.7;color:var(--color-gray-700)}.timeline-header{text-align:center;margin-bottom:3.5rem}.timeline-header__label{font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.5rem}.timeline-header__title{font-size:clamp(1.375rem,3vw,1.875rem);font-weight:700;color:var(--color-dark);letter-spacing:-.02em}.timeline{position:relative;max-width:900px;margin:0 auto;padding-bottom:2rem}.timeline__line{position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);width:2px;background:linear-gradient(to bottom,var(--color-secondary),var(--color-accent));transform-origin:top center}.timeline__item{display:grid;grid-template-columns:1fr 40px 1fr;gap:0;align-items:flex-start;margin-bottom:3rem;position:relative}.timeline__node{width:18px;height:18px;border-radius:50%;background:var(--color-secondary);border:3px solid var(--color-white);box-shadow:0 0 0 2px var(--color-secondary);position:absolute;left:50%;top:1.25rem;transform:translate(-50%);z-index:2;transition:background .2s,box-shadow .2s}.timeline__item:hover .timeline__node{background:var(--color-accent);box-shadow:0 0 0 2px var(--color-accent),0 0 16px #2bb7bd66}.timeline__card{background:var(--color-white);border:1px solid var(--color-gray-100);border-radius:12px;padding:1.5rem 1.75rem;box-shadow:0 4px 20px #13216c12;transition:box-shadow .25s ease,transform .25s ease;opacity:0}.timeline__card:hover{box-shadow:0 12px 40px #13216c1f;transform:translateY(-3px)}.timeline__item--left .timeline__card{grid-column:1;margin-right:2rem}.timeline__item--right .timeline__card{grid-column:3;margin-left:2rem}.timeline__phase{font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.4rem}.timeline__card-title{font-size:1.125rem;font-weight:700;color:var(--color-dark);margin-bottom:.875rem;letter-spacing:-.01em}.timeline__details{list-style:none;display:flex;flex-direction:column;gap:.5rem}.timeline__details li{font-size:.875rem;line-height:1.55;color:var(--color-gray-700);padding-left:1rem;position:relative}.timeline__details li:before{content:"";position:absolute;left:0;top:.55em;width:5px;height:5px;border-radius:50%;background:var(--color-secondary)}.section--accessibility{background:var(--color-white)}.access-badges{display:flex;gap:1.5rem;margin:3rem 0;flex-wrap:wrap}.access-badge{display:flex;align-items:center;gap:1rem;background:var(--color-off-white);border:1px solid var(--color-gray-100);border-radius:12px;padding:1.25rem 1.5rem;flex:1;min-width:220px}.access-badge__icon{color:#057fc6;flex-shrink:0}.access-badge__text{display:flex;flex-direction:column;gap:.2rem}.access-badge__text strong{font-size:1rem;font-weight:700;color:var(--color-dark)}.access-badge__text span{font-size:.8125rem;color:var(--color-gray-700)}.access-principles{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin:3rem 0}.access-principle{background:var(--color-off-white);border-radius:12px;padding:2rem 1.5rem;border-top:3px solid #057FC6}.access-principle__number{font-size:.75rem;font-weight:700;letter-spacing:.1em;color:#057fc6;margin-bottom:.75rem}.access-principle__title{font-size:1.125rem;font-weight:700;color:var(--color-dark);margin-bottom:.75rem}.access-principle__body{font-size:.9rem;color:var(--color-gray-700);line-height:1.65}.access-testing{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-top:3rem;padding-top:3rem;border-top:1px solid var(--color-gray-100)}.access-testing__title{font-size:1.375rem;font-weight:700;color:var(--color-dark);margin:.75rem 0 1rem}.access-testing__body{font-size:.9375rem;color:var(--color-gray-700);line-height:1.7;margin-bottom:1.5rem}.access-tools{display:flex;flex-wrap:wrap;gap:.5rem}.access-tool{background:#057fc6;color:var(--color-white);font-size:.8125rem;font-weight:600;padding:.35rem .9rem;border-radius:100px}.access-testing__commitment-title{font-size:1.125rem;font-weight:700;color:var(--color-dark);margin-bottom:1.25rem}.access-commitment-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.875rem}.access-commitment-list li{font-size:.9375rem;color:var(--color-gray-700);line-height:1.6;padding-left:1.5rem;position:relative}.access-commitment-list li:before{content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;border-radius:50%;background:#057fc6}.section--evaluation{background:var(--color-off-white)}.section--evaluation .section__intro{text-align:center;margin-left:auto;margin-right:auto}.eval-lead{font-size:1.0625rem;line-height:1.75;color:var(--color-gray-700);max-width:800px;margin-left:auto;margin-right:auto;margin-bottom:0;text-align:center}.impact-snapshot{margin-bottom:4rem}.impact-snapshot__heading{font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);margin-bottom:1rem}.impact-table{border-radius:14px;overflow:hidden;box-shadow:0 4px 24px #13216c17}.impact-table__header{display:grid;grid-template-columns:2fr 1fr 3fr;background:#057fc6;padding:.875rem 1.5rem;gap:1rem}.impact-table__header span{font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff9}.impact-table__row{display:grid;grid-template-columns:2fr 1fr 3fr;gap:1rem;padding:1rem 1.5rem;background:var(--color-white);border-bottom:1px solid var(--color-gray-100);align-items:center;transition:background .15s ease}.impact-table__row:last-child{border-bottom:none}.impact-table__row:hover{background:var(--color-off-white)}.impact-table__metric{font-size:.9375rem;font-weight:600;color:var(--color-dark)}.impact-table__result{font-size:1.125rem;font-weight:800;color:var(--color-secondary);letter-spacing:-.02em}.impact-table__result--down{color:#00a878}.impact-table__insight{font-size:.875rem;line-height:1.5;color:var(--color-gray-700)}.eval-pillars{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem}.eval-pillar{background:var(--color-white);border-radius:14px;padding:1.75rem 2rem;border-top:3px solid var(--color-secondary);box-shadow:0 2px 12px #13216c0f}.eval-pillar__title{font-size:1rem;font-weight:700;color:var(--color-dark);margin-bottom:1rem;letter-spacing:-.01em}.eval-pillar__list{list-style:none;display:flex;flex-direction:column;gap:.625rem}.eval-pillar__list li{font-size:.875rem;line-height:1.55;color:var(--color-gray-700);padding-left:1.125rem;position:relative}.eval-pillar__list li:before{content:"";position:absolute;left:0;top:.55em;width:5px;height:5px;border-radius:50%;background:var(--color-accent)}.eval-closing{font-size:1rem;line-height:1.75;color:var(--color-gray-700);max-width:800px;padding-top:1rem;border-top:1px solid var(--color-gray-100);text-align:center;margin-left:auto;margin-right:auto}.section--budget{background:var(--color-white)}.budget-total{display:flex;flex-direction:column;gap:.5rem;background:linear-gradient(130deg,#cff2fa,#f8daa7);border-radius:16px;padding:2.5rem 3rem;margin-bottom:3.5rem;position:relative;overflow:hidden}.budget-total__label{font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#054d65}.budget-total__amount{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;color:var(--color-dark);letter-spacing:-.03em;line-height:1}.budget-total__note{font-size:.9375rem;line-height:1.6;color:var(--color-dark);max-width:600px;margin-top:.5rem}.budget-breakdown{margin-bottom:3rem}.budget-breakdown__heading{font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);margin-bottom:1.5rem}.budget-item{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-gray-100)}.budget-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.budget-item__meta{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.625rem}.budget-item__name{font-size:.9375rem;font-weight:600;color:var(--color-dark)}.budget-item__amount{font-size:1rem;font-weight:700;color:var(--color-secondary);white-space:nowrap}.budget-item__bar-track{height:6px;background:var(--color-gray-100);border-radius:100px;margin-bottom:.625rem;overflow:hidden}.budget-item__bar{height:100%;background:linear-gradient(to right,var(--color-secondary),var(--color-accent));border-radius:100px;transform-origin:left center;transform:scaleX(0)}.budget-item__detail{font-size:.8125rem;line-height:1.55;color:var(--color-gray-700)}.budget-footer{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:1.25rem}.budget-footer__card{background:var(--color-off-white);border-radius:12px;padding:1.5rem;border-top:3px solid var(--color-gray-100)}.budget-footer__title{font-size:.875rem;font-weight:700;color:var(--color-dark);margin-bottom:.625rem}.budget-footer__card p{font-size:.875rem;line-height:1.6;color:var(--color-gray-700)}.budget-value-banner{background:linear-gradient(135deg,#cff2fa,#84d2e2);border-radius:12px;padding:1.75rem 2.5rem;display:flex;align-items:center;gap:2rem}.budget-value-banner__content{flex:1}.budget-value-banner__title{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#054d65;margin-bottom:.5rem}.budget-value-banner__body{font-size:.9375rem;line-height:1.6;color:#000;margin:0}.budget-value-banner__body strong{color:#054d65;font-weight:700}@media (max-width: 768px){.jump-nav__inner{gap:1rem;padding:0 1rem;overflow-x:auto}.hero__layout{grid-template-columns:1fr;gap:3rem;padding:0 1rem}.hero__content{align-items:flex-start}.hero__tiles{order:-1;grid-template-rows:160px 120px 120px}.section{padding:4rem 0}.side-by-side{grid-template-columns:1fr;grid-template-rows:auto 6px auto}.side-by-side__divider{width:100%;height:6px;flex-direction:row}.side-by-side__divider:after{top:50%;left:50%}.production-intro{grid-template-columns:1fr}.timeline__line{left:18px;transform:none}.timeline__item{grid-template-columns:36px 1fr;grid-template-rows:auto;margin-bottom:2rem}.timeline__node{left:18px;top:1.25rem}.timeline__item--left .timeline__card,.timeline__item--right .timeline__card{grid-column:2;margin-left:1rem;margin-right:0}.byg-layout{grid-template-columns:1fr;gap:2.5rem}.goals__list,.audience-grid__cards{grid-template-columns:1fr}.impact-table__header,.impact-table__row{grid-template-columns:1fr;gap:.25rem}.impact-table__header{display:none}.impact-table__row{padding:1rem;gap:.5rem}.impact-table__insight{padding-top:.25rem;border-top:1px solid var(--color-gray-100);margin-top:.25rem}.eval-pillars{grid-template-columns:1fr}.budget-total{padding:1.75rem}.budget-footer{grid-template-columns:1fr}}.section--gallery{background:var(--color-dark)}.section--gallery .section__title{color:var(--color-white)}.section--gallery .section__eyebrow{color:var(--color-accent)}.gallery-grid{columns:3;column-gap:1.25rem}.gallery-item{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;box-shadow:0 4px 20px #1d27311a;opacity:0;transition:transform .3s var(--ease-out-expo),box-shadow .3s ease;line-height:0;break-inside:avoid;margin-bottom:1.25rem;display:block}.gallery-item:hover{transform:translateY(-4px);box-shadow:0 12px 40px #1d27312e}.gallery-item img{width:100%;height:auto;display:block}.gallery-item__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#054d658c;display:flex;align-items:center;justify-content:center;color:var(--color-white);opacity:0;transition:opacity .25s ease}.gallery-item:hover .gallery-item__overlay{opacity:1}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#051526f2;z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease}.lightbox.is-open{opacity:1;pointer-events:all}.lightbox__img-wrap{max-width:95vw;max-height:95vh;display:flex;align-items:center;justify-content:center}.lightbox__img{max-width:95vw;max-height:92vh;width:auto;height:auto;border-radius:8px;box-shadow:0 24px 80px #00000080;object-fit:contain;display:block}.lightbox__close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;color:var(--color-white);font-size:2rem;line-height:1;cursor:pointer;opacity:.7;transition:opacity .2s ease;padding:.5rem}.lightbox__close:hover{opacity:1}.lightbox__prev,.lightbox__next{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;border:none;color:var(--color-white);font-size:1.5rem;padding:1rem 1.25rem;border-radius:8px;cursor:pointer;opacity:.7;transition:opacity .2s ease,background .2s ease}.lightbox__prev{left:1.5rem}.lightbox__next{right:1.5rem}.lightbox__prev:hover,.lightbox__next:hover{opacity:1;background:#fff3}.lightbox__img{transform-origin:center;transition:transform .25s ease}.lightbox__zoom-controls{position:absolute;top:1.5rem;right:4.5rem;display:flex;gap:.5rem;z-index:10}.lightbox__zoom-btn{background:#ffffff1f;border:1px solid rgba(255,255,255,.2);color:var(--color-white);cursor:pointer;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:.8;transition:opacity .2s ease,background .2s ease}.lightbox__zoom-btn:hover{opacity:1;background:#ffffff38}@media (max-width: 768px){.gallery-grid{columns:2}}.site-footer{background:var(--color-off-white);border-top:1px solid var(--color-gray-100);padding:3rem 0}.site-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.site-footer__submitted{display:flex;align-items:center;gap:1rem}.site-footer__label{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-gray-400);white-space:nowrap}.site-footer__logo{height:28px;width:auto}.site-footer__note{font-size:.8125rem;color:var(--color-gray-400)}@media (max-width: 768px){.site-footer__inner{flex-direction:column;align-items:flex-start;gap:.75rem}.jump-nav__logo--san{height:26px}.jump-nav__logo--fruition{height:18px}.jump-nav__divider{display:none}}
