@import "https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@700;800;900&display=swap";:root{--bg-color:#fff;--text-primary:#111827;--text-secondary:#4b5563;--accent-primary:#ed1c24;--accent-secondary:#1e3a8a;--surface-light:#f9fafb;--border-color:#e5e7eb;--sans:"Public Sans", sans-serif;--heading:"Outfit", sans-serif}html,body{width:100%;margin:0;padding:0}#root{width:100%}*{box-sizing:border-box}.app-container{font-family:var(--sans);background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;line-height:1.5;overflow-x:hidden}.app-container h1,.app-container h2,.app-container h3,.app-container h4,.app-container h5,.app-container h6{font-family:var(--heading);color:var(--text-primary);font-weight:700}.app-container img{max-width:100%;height:auto;display:block}.app-container button{cursor:pointer;font-family:var(--sans)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.project-landing-container{color:#374151;background-color:#f5ede8;font-family:Inter,system-ui,-apple-system,sans-serif}.project-section-wrapper{z-index:1;box-sizing:border-box;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:60px 20px;transition:all .5s;display:flex;position:relative;overflow:hidden}.project-section-wrapper.alt-bg{background-color:#ede3dc}.project-reveal{opacity:0;will-change:transform, opacity;transition:all 1s cubic-bezier(.16,1,.3,1);transform:translateY(50px)}.project-reveal.active{opacity:1;transform:translateY(0)}.project-reveal .project-text-content{opacity:0;transition:all 1s cubic-bezier(.16,1,.3,1) .2s;transform:translateY(40px)}.project-reveal.active .project-text-content{opacity:1;transform:translateY(0)}.project-reveal .project-image-content{opacity:0;transition:all 1.1s cubic-bezier(.16,1,.3,1) .3s;transform:scale(.93)translateY(40px)}.project-reveal.active .project-image-content{opacity:1;animation:6s ease-in-out 1.5s infinite project-float;transform:scale(1)translateY(0)}@keyframes project-float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.project-section{align-items:center;gap:100px;width:100%;max-width:1300px;padding:0 40px;display:flex;position:relative}.project-section.reverse{flex-direction:row-reverse}.project-text-content{flex:1}.project-title-wrapper{margin-bottom:16px;overflow:hidden}.project-super-heading{color:#ed1c24;letter-spacing:-.02em;margin-bottom:8px;font-family:Outfit,sans-serif;font-size:clamp(1.5rem,6vw,3.1rem);font-weight:700;line-height:1;transition:transform 1s cubic-bezier(.16,1,.3,1) .1s;display:block;transform:translateY(100%)}.project-reveal.active .project-super-heading{transform:translateY(0)}.project-title-wrapper h2{color:#111;letter-spacing:-.03em;margin:0;font-family:Outfit,sans-serif;font-size:2.3rem;font-weight:800;line-height:1.1;transition:transform 1s cubic-bezier(.16,1,.3,1) .2s;transform:translateY(100%)}.project-reveal.active h2{transform:translateY(0)}.project-description{color:#1f2937;background:linear-gradient(90deg,#ed1c2414 0%,#0000 100%);border-left:4px solid #ed1c24;border-radius:0 8px 8px 0;margin-top:20px;padding:16px 20px;font-family:Inter,sans-serif;font-size:1.3rem;font-weight:500;line-height:1.6}.project-feature-bullets{margin:32px 0 0;padding:0;list-style:none}.project-feature-bullets li{opacity:0;align-items:flex-start;gap:12px;margin-bottom:16px;transition:transform .9s cubic-bezier(.34,1.4,.64,1),opacity .9s;display:flex;position:relative;transform:translate(-40px)}.project-reveal.active .project-feature-bullets li{opacity:1;transform:translate(0)}.project-reveal.active .project-feature-bullets li:first-child{transition-delay:.3s}.project-reveal.active .project-feature-bullets li:nth-child(2){transition-delay:.45s}.project-reveal.active .project-feature-bullets li:nth-child(3){transition-delay:.6s}.project-reveal.active .project-feature-bullets li:nth-child(4){transition-delay:.75s}.project-reveal.active .project-feature-bullets li:nth-child(5){transition-delay:.9s}.project-reveal.active .project-feature-bullets li:nth-child(6){transition-delay:1.05s}.project-reveal.active .project-feature-bullets li:nth-child(7){transition-delay:1.2s}.project-reveal.active .project-feature-bullets li:nth-child(8){transition-delay:1.35s}.project-feature-bullets li:hover{transform:translate(6px)}.project-feature-bullets li:before{content:"✓";color:#ed1c24;border:2.5px solid #ed1c24;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:4px;font-size:13px;font-weight:900;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;transform:scale(0)}.project-reveal.active .project-feature-bullets li:before{transform:scale(1)}.project-feature-bullets li span{color:#4b5563;font-size:1.1rem;line-height:1.5}.project-image-content{flex:1;justify-content:center;display:flex;position:relative}.project-image-inner{border:1px solid #0000000d;border-radius:16px;width:100%;max-width:800px;transition:transform .6s cubic-bezier(.16,1,.3,1),box-shadow .6s;position:relative;overflow:hidden;box-shadow:0 15px 40px -12px #00000026}.project-image-inner:hover{transform:scale(1.02)translateY(-5px);box-shadow:0 25px 50px -12px #0003}.project-feature-img{object-fit:cover;aspect-ratio:16/11;width:100%;height:auto;transition:transform .8s cubic-bezier(.16,1,.3,1);display:block}.project-image-inner:hover .project-feature-img{transform:scale(1.05)}.project-image-overlay{pointer-events:none;background:linear-gradient(to bottom right,#ed1c240d,#0000);width:100%;height:100%;position:absolute;top:0;left:0}@media (width<=1440px){.project-section{gap:60px;padding:0 30px}.project-title-wrapper h2{font-size:2.1rem}}@media (width<=1024px){.project-section-wrapper{padding:40px 20px}.project-section{text-align:left;gap:40px;padding:0 10px;flex-direction:column!important}.project-section.reverse{flex-direction:column!important}.project-super-heading{margin-bottom:4px;font-size:1.2rem}.project-title-wrapper h2{font-size:1.8rem}.project-description{padding:12px 16px;font-size:1.1rem}.project-image-content{width:100%;max-width:600px;margin:0 auto}}@media (width<=768px){.project-section-wrapper{flex-direction:column;justify-content:flex-start;min-height:100dvh;padding:60px 15px;display:flex}.project-section{gap:32px;padding:0}.project-title-wrapper h2{font-size:1.6rem}.project-description{margin-top:16px;padding:10px 14px;font-size:1rem}.project-feature-bullets{margin-top:24px}.project-feature-bullets li span{font-size:1rem}.project-feature-bullets li:before{width:20px;height:20px;font-size:11px}.project-image-inner{border-radius:12px}}@media (width<=480px){.project-section-wrapper{padding:40px 15px}.project-super-heading{font-size:1rem}.project-title-wrapper h2{font-size:1.4rem}.project-description{font-size:.95rem}.project-feature-bullets li{gap:8px;margin-bottom:12px}.project-image-content{margin-top:10px}}
