*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--brand-mint: 159 94% 48%;--brand-cyan: 195 97% 54%;--brand-teal: 166 78% 53%;--background: 0 0% 100%;--foreground: 220 20% 10%;--muted-foreground: 220 10% 45%;--border: 220 10% 90%;--section-bg: 220 20% 96%;--gradient-brand: linear-gradient(135deg, hsl(159 94% 48%), hsl(195 97% 54%));--gradient-text: linear-gradient(90deg, hsl(159 94% 48%), hsl(195 97% 54%));--shadow-brand: 0 10px 40px -10px hsl(159 94% 48% / .3);--font-heading: "CameraPlainVariable", "Inter", sans-serif;--font-body: "Inter", system-ui, -apple-system, sans-serif;--section-py: clamp(80px, 12vh, 140px);--content-max: 780px;--radius: .5rem}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background:hsl(var(--background));color:hsl(var(--foreground));line-height:1.6;overflow-x:hidden;position:relative}a{text-decoration:none;color:inherit}.gradient-text{background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.blob-container{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}.blob{position:absolute;border-radius:50%;filter:blur(64px);opacity:.2;mix-blend-mode:multiply;will-change:transform}.blob-1{width:400px;height:400px;background:hsl(var(--brand-mint) / .6);top:5%;left:15%;animation:blob 16s ease-in-out infinite}.blob-2{width:350px;height:350px;background:hsl(var(--brand-cyan) / .5);top:8%;right:5%;animation:blob 19s ease-in-out infinite reverse}.blob-3{width:320px;height:320px;background:hsl(var(--brand-teal) / .5);top:45%;left:50%;animation:blob 21s ease-in-out infinite}.blob-4{width:380px;height:380px;background:hsl(var(--brand-mint) / .5);bottom:20%;left:18%;animation:blob 23s ease-in-out infinite reverse}.blob-5{width:300px;height:300px;background:hsl(var(--brand-cyan) / .4);bottom:10%;right:12%;animation:blob 25s ease-in-out infinite}@keyframes blob{0%,to{transform:translate(0) scale(1)}25%{transform:translate(80px,-60px) scale(1.1)}50%{transform:translate(-40px,40px) scale(.95)}75%{transform:translate(60px,80px) scale(1.05)}}.logo{display:inline-flex;align-items:baseline;font-family:var(--font-heading);font-size:1.8rem;font-weight:600;letter-spacing:-.02em;transition:opacity .3s}.logo:hover{opacity:.8}.logo__gradient{background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.logo__text{color:hsl(var(--foreground))}.logo__img{height:40px;width:auto;display:block}.logo--footer .logo__img{height:32px}.hero{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px 60px;text-align:center}.hero__logo{margin-bottom:48px}.hero__nav{display:flex;flex-direction:column;align-items:center;width:100%;max-width:700px}.hero__block{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:52px 32px;width:100%;border-radius:var(--radius);cursor:pointer;transition:all .3s ease-in-out}.hero__block:hover{transform:scale(1.02)}.hero__block-title{position:relative;display:inline-block;font-family:var(--font-heading);font-size:clamp(3rem,6vw,5rem);font-weight:150;letter-spacing:-.03em;line-height:1.1}.hero__title-solid{color:hsl(var(--foreground));transition:opacity .5s ease-in-out}.hero__title-gradient{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:0;visibility:hidden;transition:opacity .5s ease-in-out,visibility 0s .5s;pointer-events:none}.hero__block:hover .hero__title-solid{opacity:0}.hero__block:hover .hero__title-gradient{opacity:1;visibility:visible;transition:opacity .5s ease-in-out,visibility 0s}.hero__block-sub{font-family:var(--font-body);font-size:clamp(.85rem,1.4vw,1rem);font-weight:300;color:hsl(var(--muted-foreground));margin-top:10px;letter-spacing:.02em;opacity:.6;transition:opacity .3s ease-in-out}.hero__block:hover .hero__block-sub{opacity:1}.hero__cta-text{margin-top:48px;font-size:.95rem;font-weight:300;color:hsl(var(--muted-foreground))}.hero__cta-link{font-weight:500;color:hsl(var(--foreground));text-decoration:underline;text-underline-offset:4px;transition:color .3s ease-in-out}.hero__cta-link:hover{color:hsl(var(--brand-mint))}.philosophy{position:relative;z-index:1;background:hsl(var(--section-bg));padding:var(--section-py) 24px;text-align:center}.philosophy__title{font-family:var(--font-heading);font-size:clamp(3rem,7vw,5rem);font-weight:150;letter-spacing:-.03em;color:hsl(var(--foreground));margin-bottom:14px}.philosophy__subtitle{font-family:var(--font-body);font-size:clamp(.85rem,1.4vw,1rem);font-weight:300;color:hsl(var(--muted-foreground));letter-spacing:.04em;margin-bottom:56px}.philosophy__content{max-width:var(--content-max);margin:0 auto}.philosophy__lead{font-size:clamp(1.1rem,2vw,1.35rem);font-weight:400;color:hsl(var(--foreground));margin-bottom:28px;line-height:1.55}.philosophy__body{font-size:clamp(.95rem,1.5vw,1.1rem);font-weight:300;color:hsl(var(--muted-foreground));line-height:1.7;margin-bottom:20px}.philosophy__divider{border:none;height:1px;background:linear-gradient(90deg,transparent,hsl(var(--border)),transparent);max-width:700px;margin:56px auto}.pillars{display:flex;justify-content:center;gap:clamp(40px,8vw,120px);max-width:800px;margin:0 auto}.pillar{text-align:center;transition:transform .3s ease-in-out}.pillar:hover{transform:translateY(-4px)}.pillar__title{font-family:var(--font-heading);font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:200;letter-spacing:-.02em;margin-bottom:8px}.pillar__title--clarity{color:hsl(var(--brand-mint))}.pillar__title--leverage{color:hsl(var(--brand-cyan))}.pillar__title--growth{color:hsl(var(--brand-teal))}.pillar__desc{font-size:clamp(.8rem,1.2vw,.95rem);font-weight:300;color:hsl(var(--muted-foreground))}.cta{position:relative;z-index:1;padding:var(--section-py) 24px;text-align:center;display:flex;flex-direction:column;align-items:center;min-height:60vh;justify-content:center}.cta__title{font-family:var(--font-heading);font-size:clamp(2rem,5vw,3.2rem);font-weight:200;letter-spacing:-.02em;line-height:1.3;color:hsl(var(--foreground));margin-bottom:18px}.cta__accent{background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cta__body{font-size:clamp(.9rem,1.4vw,1.05rem);font-weight:300;color:hsl(var(--muted-foreground));margin-bottom:36px}.cta__button{display:inline-flex;align-items:center;justify-content:center;padding:16px 40px;font-family:var(--font-body);font-size:1.1rem;font-weight:500;color:#fff;background:var(--gradient-brand);border:none;border-radius:9999px;cursor:pointer;transition:all .3s ease-out;box-shadow:none;letter-spacing:.01em}.cta__button:hover{opacity:.9;box-shadow:0 10px 40px -10px #07ed9d66}.cta__button:active{transform:scale(.97)}.footer{position:relative;z-index:1;background:hsl(var(--section-bg));padding:48px 24px 36px;text-align:center}.logo--footer{opacity:.85}.logo--footer:hover{opacity:1}.footer__copy{margin-top:12px;font-size:.85rem;font-weight:300;color:hsl(var(--muted-foreground))}.footer__socials{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:20px}.footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;transition:transform .3s ease,opacity .3s ease;opacity:.5}.footer__social-link:hover{opacity:1;transform:scale(1.15)}.footer__social-icon{width:22px;height:22px;filter:brightness(0) saturate(100%) invert(40%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%);transition:filter .3s ease}.footer__social-link:hover .footer__social-icon{filter:brightness(0) saturate(100%) invert(60%) sepia(90%) saturate(500%) hue-rotate(130deg) brightness(95%) contrast(95%)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease-out,transform .6s ease-out}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}@media(max-width:600px){.hero{padding:32px 20px 48px}.hero__block{padding:36px 20px}.pillars{flex-direction:column;gap:36px}.cta__button{padding:14px 36px;font-size:1rem}}@media(min-width:601px)and (max-width:900px){.hero__block{padding:44px 28px}}
