:root{
  --fjc-free-swim:#00a99c;--fjc-log-cabin:#3f2712;--fjc-bug-juice:#ed125f;--fjc-firefly:#cfdc29;--fjc-starry:#004766;--fjc-ohc:#01afd8;--fjc-clear:#d6f0fc;--fjc-toast:#413939;--fjc-lights:#181210;
  --fjc-max:1180px;--fjc-gutter:clamp(20px,4vw,64px);
}
.fjc-section{box-sizing:border-box;width:100%;position:relative;overflow:hidden;font-family:"Arial Rounded MT Bold","Trebuchet MS",Arial,sans-serif;color:var(--fjc-starry);isolation:isolate}
.fjc-section *{box-sizing:border-box}.fjc-wrap{width:min(var(--fjc-max),calc(100% - var(--fjc-gutter)*2));margin:0 auto;position:relative;z-index:2}.fjc-eyebrow{display:inline-flex;align-items:center;border-radius:999px;background:var(--fjc-firefly);color:var(--fjc-lights);font-size:clamp(10px,.72vw,13px);font-weight:900;text-transform:uppercase;letter-spacing:.04em;padding:.35em .65em;line-height:1;margin-bottom:clamp(18px,2vw,30px)}.fjc-display{font-size:clamp(56px,8.5vw,146px);line-height:.86;font-weight:500;letter-spacing:-.065em;margin:0;color:var(--fjc-free-swim)}.fjc-title{font-size:clamp(42px,5.8vw,96px);line-height:.9;font-weight:500;letter-spacing:-.055em;margin:0;color:var(--fjc-free-swim)}.fjc-copy{font-size:clamp(18px,1.35vw,25px);line-height:1.18;font-weight:700;letter-spacing:-.025em;margin:0}.fjc-body{font-size:clamp(16px,1vw,19px);line-height:1.45;font-weight:500;letter-spacing:-.01em;margin:0}.fjc-two{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(36px,7vw,116px);align-items:center}.fjc-btn{display:inline-flex;border-radius:999px;background:var(--fjc-firefly);color:var(--fjc-lights);padding:.7em 1.2em;font-weight:900;text-decoration:none;line-height:1}.fjc-dark{background:var(--fjc-starry);color:white}.fjc-teal{background:var(--fjc-free-swim);color:white}.fjc-white{background:white}.fjc-log{color:var(--fjc-log-cabin)}

/* Video hero */
.fjc-video-hero{height:min(100vh,920px);min-height:620px;background:var(--fjc-starry);display:flex;align-items:stretch}.fjc-video-hero video,.fjc-video-story video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.fjc-video-hero:after,.fjc-video-story:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,71,102,.2));z-index:1}.fjc-video-hero .fjc-wrap{display:flex;align-items:flex-end;padding:0 0 clamp(60px,8vw,120px)}.fjc-video-hero h1{color:white;text-shadow:0 10px 40px rgba(0,0,0,.35);max-width:900px}.fjc-video-hero .fjc-eyebrow{background:var(--fjc-bug-juice);color:#fff}

/* Letter */
.fjc-letter{padding:clamp(90px,12vw,180px) 0;background:#fff}.fjc-letter .fjc-card{max-width:850px;margin-left:auto;border-left:10px solid var(--fjc-firefly);padding-left:clamp(24px,4vw,56px)}.fjc-letter p{font-size:clamp(18px,1.35vw,25px);line-height:1.35;font-weight:500;color:var(--fjc-log-cabin);margin:0 0 1em}.fjc-letter strong{font-weight:900}.fjc-signatures{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:36px}.fjc-signature{border:1px solid rgba(0,71,102,.18);border-radius:20px;padding:18px;background:#fff}

/* Ripple experience */
.fjc-ripple{padding:clamp(90px,12vw,190px) 0;text-align:center;background:white}.fjc-dot-grid{--dot:18px;display:grid;grid-template-columns:repeat(23,var(--dot));gap:13px;justify-content:center;margin:0 auto clamp(48px,5vw,80px);width:max-content;max-width:100%;transform:translateZ(0)}.fjc-dot{width:var(--dot);height:var(--dot);border-radius:50%;background:var(--fjc-free-swim);box-shadow:0 0 0 0 rgba(0,169,156,.25);opacity:0;transform:scale(.25);animation:fjcDotWave 1.25s cubic-bezier(.2,.8,.2,1) forwards, fjcTwinkle 3.8s ease-in-out infinite;animation-delay:calc(var(--i,1)*28ms),calc(.8s + var(--i,1)*37ms)}.fjc-dot.c1{background:var(--fjc-free-swim)}.fjc-dot.c2{background:var(--fjc-bug-juice)}.fjc-dot.c3{background:var(--fjc-firefly)}.fjc-dot.c4{background:var(--fjc-ohc)}.fjc-dot.c5{background:var(--fjc-starry)}.fjc-dot.c6{background:var(--fjc-clear)}.fjc-ripple h2{max-width:1100px;margin:0 auto;color:var(--fjc-starry);font-size:clamp(42px,6.9vw,112px);line-height:.92;font-weight:900;letter-spacing:-.07em}.fjc-ripple .fjc-sub{max-width:760px;margin:clamp(22px,2vw,36px) auto 0;color:var(--fjc-starry);font-size:clamp(20px,1.5vw,30px);line-height:1.08;font-weight:700}.fjc-ripple.is-dark{background:var(--fjc-starry)}.fjc-ripple.is-dark h2,.fjc-ripple.is-dark .fjc-sub{color:white}
@keyframes fjcDotWave{0%{opacity:0;transform:translateY(22px) scale(.25)}72%{opacity:1;transform:translateY(-4px) scale(1.16)}100%{opacity:1;transform:translateY(0) scale(1)}}@keyframes fjcTwinkle{0%,100%{filter:brightness(1);transform:translateY(0) scale(1)}50%{filter:brightness(1.12);transform:translateY(-2px) scale(1.08)}}

/* Why */
.fjc-why{padding:clamp(88px,10vw,160px) 0;background:white}.fjc-why h2{font-size:clamp(42px,5.8vw,92px);line-height:.9;color:var(--fjc-free-swim);margin:0}.fjc-why .fjc-copy{color:var(--fjc-free-swim);font-size:clamp(30px,3.7vw,62px);line-height:.96;font-weight:500}.fjc-why .fjc-body{max-width:620px;color:var(--fjc-log-cabin)}

/* Vision */
.fjc-vision{padding:clamp(92px,12vw,175px) 0;background:var(--fjc-starry);color:white}.fjc-vision .fjc-title{color:white}.fjc-vision .fjc-commitments{display:grid;gap:18px}.fjc-commitment{display:grid;grid-template-columns:74px minmax(0,1fr);gap:18px;align-items:center;border-bottom:1px solid rgba(255,255,255,.22);padding-bottom:16px}.fjc-commitment img{width:74px;height:74px;border-radius:50%;object-fit:cover;background:var(--fjc-free-swim)}.fjc-commitment h3{font-size:clamp(21px,1.6vw,30px);line-height:1;font-weight:900;color:var(--fjc-firefly);margin:0 0 4px}.fjc-commitment p{font-size:clamp(15px,1vw,18px);line-height:1.2;margin:0;color:white}
.fjc-video-story{min-height:720px;padding:clamp(90px,11vw,170px) 0;color:white;background:var(--fjc-starry);display:flex;align-items:center}.fjc-video-story .fjc-two{align-items:start}.fjc-video-story .fjc-title{color:white;text-shadow:0 8px 35px rgba(0,0,0,.35)}.fjc-video-story .fjc-commitment{background:rgba(0,71,102,.56);backdrop-filter:blur(4px);border-radius:18px;padding:14px;border:1px solid rgba(255,255,255,.18)}

/* Priorities */
.fjc-priorities{padding:clamp(90px,12vw,180px) 0;background:#fff}.fjc-strategy-list{display:grid;gap:16px}.fjc-strategy-card{display:grid;grid-template-columns:62px 1fr;gap:18px;align-items:start;border:2px solid var(--fjc-bug-juice);border-radius:20px;padding:20px;background:#fff;box-shadow:0 20px 55px rgba(237,18,95,.08)}.fjc-strategy-card .num{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--fjc-bug-juice);color:white;font-size:22px;font-weight:900}.fjc-strategy-card h3{font-size:clamp(28px,2.8vw,52px);line-height:.92;color:var(--fjc-bug-juice);margin:0 0 6px;font-weight:500;letter-spacing:-.045em}.fjc-strategy-card p{font-size:clamp(16px,1vw,19px);line-height:1.25;color:var(--fjc-starry);margin:0;font-weight:700}.fjc-priority-detail{padding:clamp(90px,11vw,170px) 0;background:white}.fjc-priority-detail.bug h2,.fjc-priority-detail.bug .num{color:var(--fjc-bug-juice)}.fjc-priority-detail.fire h2,.fjc-priority-detail.fire .num{color:var(--fjc-firefly)}.fjc-priority-detail.blue h2,.fjc-priority-detail.blue .num{color:var(--fjc-ohc)}.fjc-priority-detail h2{font-size:clamp(58px,7.5vw,124px);line-height:.82;font-weight:500;letter-spacing:-.065em;margin:0}.fjc-priority-detail .num{display:block;font-size:.38em;font-weight:900;margin-bottom:.1em}.fjc-priority-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:34px}.fjc-priority-point{border:2px solid currentColor;border-radius:16px;padding:18px;font-weight:900;color:var(--fjc-bug-juice);font-size:clamp(15px,1vw,18px);line-height:1.1;background:#fff;min-height:92px;display:flex;align-items:center}.fjc-priority-detail.fire .fjc-priority-point{color:var(--fjc-firefly)}.fjc-priority-detail.blue .fjc-priority-point{color:var(--fjc-ohc)}.fjc-priority-media{border-radius:0;overflow:hidden;aspect-ratio:1/1;background:var(--fjc-starry)}.fjc-priority-media img{width:100%;height:100%;object-fit:cover;display:block}

/* Platforms */
.fjc-platforms{padding:clamp(90px,12vw,170px) 0;background:#fff}.fjc-platforms .fjc-title{color:var(--fjc-free-swim)}.fjc-platform-circles{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(16px,2.8vw,42px);margin-top:clamp(48px,6vw,80px)}.fjc-platform-circle{aspect-ratio:1;border-radius:50%;background:var(--fjc-free-swim);color:white;display:grid;place-items:center;text-align:center;padding:20px;box-shadow:0 20px 44px rgba(0,71,102,.12);transition:transform .45s ease,background .35s ease}.fjc-platform-circle:hover{transform:translateY(-8px) rotate(-2deg);background:var(--fjc-starry)}.fjc-platform-circle span{display:block;font-weight:900;margin-bottom:12px}.fjc-platform-circle strong{font-size:clamp(16px,1.2vw,22px);line-height:1.05;display:block}

/* Shared charge */
.fjc-shared{padding:0;background:var(--fjc-free-swim);color:white}.fjc-photo-collage{position:relative;min-height:620px;background:var(--fjc-starry);overflow:hidden}.fjc-photo-collage .photo-main{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.96}.fjc-bubbles{position:absolute;inset:auto 6% 7% 6%;display:flex;gap:18px;flex-wrap:wrap;align-items:flex-end;justify-content:center;z-index:2}.fjc-bubble{width:clamp(76px,9vw,145px);height:clamp(76px,9vw,145px);border-radius:50%;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.32);border:0 solid transparent}.fjc-bubble img{width:100%;height:100%;object-fit:cover;display:block}.fjc-shared-text{padding:clamp(80px,9vw,150px) 0}.fjc-shared .fjc-two{align-items:end}.fjc-shared .fjc-copy{font-size:clamp(28px,4vw,76px);line-height:.95;color:white;font-weight:500}.fjc-shared .fjc-display{font-size:clamp(58px,8vw,140px);color:white}.fjc-shared .highlight{color:var(--fjc-firefly)}
.fjc-together{min-height:760px;display:flex;align-items:end;padding:0;background:var(--fjc-starry);color:white}.fjc-together:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,71,102,.05),rgba(0,71,102,.74));z-index:1}.fjc-together img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.fjc-together .fjc-wrap{padding:0 0 clamp(70px,9vw,140px)}.fjc-together h2{font-size:clamp(54px,8vw,140px);line-height:.86;letter-spacing:-.06em;margin:0;font-weight:500;color:white}.fjc-together .highlight{color:var(--fjc-firefly)}

/* Scroll animations */
.fjc-animate,.fjc-section .fjc-title,.fjc-section .fjc-display,.fjc-section .fjc-copy,.fjc-commitment,.fjc-strategy-card,.fjc-priority-point,.fjc-platform-circle,.fjc-bubble{will-change:transform,opacity}.fjc-section:not(.fjc-in) .fjc-animate,.fjc-section:not(.fjc-in) .fjc-title,.fjc-section:not(.fjc-in) .fjc-display,.fjc-section:not(.fjc-in) .fjc-copy,.fjc-section:not(.fjc-in) .fjc-commitment,.fjc-section:not(.fjc-in) .fjc-strategy-card,.fjc-section:not(.fjc-in) .fjc-priority-point,.fjc-section:not(.fjc-in) .fjc-platform-circle,.fjc-section:not(.fjc-in) .fjc-bubble{opacity:0;transform:translateY(36px)}.fjc-section.fjc-in .fjc-animate,.fjc-section.fjc-in .fjc-title,.fjc-section.fjc-in .fjc-display,.fjc-section.fjc-in .fjc-copy,.fjc-section.fjc-in .fjc-commitment,.fjc-section.fjc-in .fjc-strategy-card,.fjc-section.fjc-in .fjc-priority-point,.fjc-section.fjc-in .fjc-platform-circle,.fjc-section.fjc-in .fjc-bubble{opacity:1;transform:translateY(0);transition:opacity .7s ease,transform .75s cubic-bezier(.2,.8,.2,1)}.fjc-section.fjc-in .fjc-commitment:nth-child(2),.fjc-section.fjc-in .fjc-strategy-card:nth-child(2),.fjc-section.fjc-in .fjc-platform-circle:nth-child(2),.fjc-section.fjc-in .fjc-bubble:nth-child(2){transition-delay:.1s}.fjc-section.fjc-in .fjc-commitment:nth-child(3),.fjc-section.fjc-in .fjc-strategy-card:nth-child(3),.fjc-section.fjc-in .fjc-platform-circle:nth-child(3),.fjc-section.fjc-in .fjc-bubble:nth-child(3){transition-delay:.2s}.fjc-section.fjc-in .fjc-commitment:nth-child(4),.fjc-section.fjc-in .fjc-platform-circle:nth-child(4),.fjc-section.fjc-in .fjc-bubble:nth-child(4){transition-delay:.3s}.fjc-section.fjc-in .fjc-bubble:nth-child(5){transition-delay:.4s}.fjc-section.fjc-in .fjc-bubble:nth-child(6){transition-delay:.5s}
@media (max-width:900px){.fjc-two{grid-template-columns:1fr;gap:40px}.fjc-platform-circles{grid-template-columns:repeat(2,minmax(0,1fr))}.fjc-priority-points{grid-template-columns:1fr}.fjc-video-hero{min-height:520px}.fjc-dot-grid{--dot:13px;gap:8px;grid-template-columns:repeat(17,var(--dot))}.fjc-signatures{grid-template-columns:1fr}.fjc-photo-collage{min-height:480px}.fjc-platform-circle{padding:16px}}@media (max-width:560px){.fjc-wrap{width:min(100% - 32px, var(--fjc-max))}.fjc-dot-grid{--dot:10px;gap:6px;grid-template-columns:repeat(15,var(--dot))}.fjc-platform-circles{grid-template-columns:1fr 1fr}.fjc-title,.fjc-display{letter-spacing:-.05em}.fjc-shared .fjc-two{gap:28px}.fjc-priority-detail h2{font-size:56px}.fjc-bubbles{gap:10px}.fjc-bubble{width:70px;height:70px}}@media (prefers-reduced-motion:reduce){.fjc-dot,.fjc-section *{animation:none!important;transition:none!important;transform:none!important;opacity:1!important}}
