.community-root{background:var(--navy,#0d1b2a);color:var(--off-white,#f1f1f1);overflow-x:hidden}.community-scroll{scroll-snap-type:y mandatory;scroll-behavior:smooth;overflow-y:auto;overflow-x:hidden;height:100dvh;-webkit-overflow-scrolling:touch}.chapter{scroll-snap-align:start;scroll-snap-stop:always;min-height:100dvh;position:relative;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:1.5rem 1.25rem 4rem}.chapter:before{background:radial-gradient(120% 60% at 50% 0,hsla(0,0%,100%,.04),transparent 70%),linear-gradient(180deg,var(--chapter-wash,#0d1b2a) 0,rgba(0,0,0,.85) 100%)}.chapter:after,.chapter:before{content:"";position:absolute;inset:0;z-index:0}.chapter:after{background:radial-gradient(60% 50% at 80% 20%,var(--chapter-accent-glow),transparent 70%),radial-gradient(50% 40% at 10% 80%,var(--chapter-accent-glow),transparent 75%);opacity:.35;pointer-events:none}.chapter>*{position:relative;z-index:1}.chapter-header{max-width:64rem;padding-top:4rem}.chapter-kicker{font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;font-weight:700;color:var(--chapter-accent);margin-bottom:1rem;opacity:0;transform:translateY(8px);transition:opacity .5s ease .05s,transform .5s ease .05s}.chapter-title{font-size:clamp(2.5rem,9vw,5.5rem);font-weight:800;line-height:.95;letter-spacing:-.02em;margin-bottom:.75rem;opacity:0;transform:translateY(20px);transition:opacity .6s ease .1s,transform .6s ease .1s}.chapter-subtitle{font-size:clamp(1.05rem,2.5vw,1.4rem);font-weight:500;color:hsla(0,0%,100%,.78);margin-bottom:1rem;transition:opacity .55s ease .2s,transform .55s ease .2s}.chapter-body,.chapter-subtitle{opacity:0;transform:translateY(12px)}.chapter-body{font-size:clamp(.92rem,1.5vw,1.05rem);line-height:1.6;color:hsla(0,0%,100%,.62);max-width:38rem;transition:opacity .55s ease .3s,transform .55s ease .3s}.chapter.in-view .chapter-body,.chapter.in-view .chapter-kicker,.chapter.in-view .chapter-subtitle,.chapter.in-view .chapter-title{opacity:1;transform:translateY(0)}.carousel{margin-top:2rem;display:flex;gap:1rem;padding:0 0 1rem;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;scroll-padding:1rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.carousel::-webkit-scrollbar{display:none}.photo-card{flex:0 0 min(86vw,36rem);aspect-ratio:4/5;border-radius:18px;overflow:hidden;position:relative;scroll-snap-align:center;background:hsla(0,0%,100%,.05);transform:scale(.94);opacity:.7;transition:transform .6s cubic-bezier(.2,.7,.2,1),opacity .5s ease;box-shadow:0 24px 60px -20px rgba(0,0,0,.6)}.chapter.in-view .photo-card{transform:scale(1);opacity:1}.photo-card img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.04)}.photo-caption{position:absolute;left:1rem;bottom:1rem;font-size:.78rem;letter-spacing:.06em;font-weight:600;padding:6px 10px;background:rgba(0,0,0,.55);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:999px;color:#fff}.chapter-rail{position:fixed;right:1rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:8px;z-index:10;padding:8px;border-radius:999px;background:rgba(0,0,0,.4);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.chapter-dot{width:8px;height:8px;border-radius:999px;background:hsla(0,0%,100%,.35);transition:background .3s ease,transform .3s ease;border:none;padding:0;cursor:pointer}.chapter-dot.active{background:var(--off-white,#f1f1f1);transform:scale(1.3)}.chapter:not(:first-of-type)::marker{display:none}.community-hero{min-height:100dvh;scroll-snap-align:start;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1.25rem;position:relative;background:radial-gradient(80% 60% at 50% 30%,rgba(0,178,169,.2),transparent 70%),linear-gradient(180deg,#0d1b2a,#122638)}.community-hero-kicker{font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;font-weight:700;color:#00b2a9;margin-bottom:1rem}.community-hero-title{font-size:clamp(2.8rem,10vw,6rem);font-weight:800;line-height:.95;letter-spacing:-.02em;max-width:22ch;margin-bottom:1.25rem}.community-hero-sub{font-size:clamp(1rem,2vw,1.25rem);color:hsla(0,0%,100%,.7);max-width:32rem;margin:0 auto 2rem}.community-hero-cta{display:inline-flex;align-items:center;gap:8px;font-size:.95rem;font-weight:600;color:hsla(0,0%,100%,.7);animation:pulseArrow 1.8s ease-in-out infinite}@keyframes pulseArrow{0%,to{transform:translateY(0);opacity:.7}50%{transform:translateY(6px);opacity:1}}.community-end{scroll-snap-align:start;min-height:60dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 1.5rem;background:linear-gradient(180deg,rgba(13,27,42,.6),#0d1b2a)}.community-end h2{font-size:clamp(2rem,6vw,3.25rem);font-weight:800;margin-bottom:1rem;letter-spacing:-.02em}.community-end p{color:hsla(0,0%,100%,.65);max-width:32rem;margin-bottom:1.5rem}.community-end a{display:inline-flex;align-items:center;gap:6px;background:#00b2a9;color:#fff;text-decoration:none;font-weight:700;padding:14px 24px;border-radius:12px;transition:filter .2s ease,transform .15s ease}.community-end a:hover{filter:brightness(1.1);transform:translateY(-1px)}@media (prefers-reduced-motion:reduce){.community-scroll{scroll-behavior:auto;scroll-snap-type:none}.chapter-body,.chapter-kicker,.chapter-subtitle,.chapter-title,.community-hero-cta,.photo-card{transition:none!important;animation:none!important;transform:none!important;opacity:1!important}.photo-card img{transform:none}}