:root{--bg: #FFF2E1;--text: #2C2C2A;--accent: #FF60B4;--font: "Inter", system-ui, sans-serif;--white: #ffffff;--grey-light: #E8E0D8;--grey-mid: #888;--border: #DDD}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth}img,video,svg{-webkit-user-drag:none;user-drag:none}body{background-color:var(--bg);color:var(--text);font-family:var(--font);font-size:1.05rem;line-height:1.5}main{overflow-x:hidden}h1,h2{font-family:var(--font);font-weight:900;letter-spacing:-.02em;line-height:1.05}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1000;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px 200px}img,video{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font:inherit}.fade-up{opacity:0;transform:translateY(30px);transition:opacity .65s ease,transform .65s ease}.fade-up.visible{opacity:1;transform:translateY(0)}.fade-in{opacity:0;transition:opacity .7s ease}.fade-in.visible{opacity:1}main{max-width:1200px;margin:0 auto}section{padding:100px 8vw}@media(max-width:768px){section{padding:64px 24px}}@keyframes chevron-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes strip-ltr{0%{transform:translate(-50%)}to{transform:translate(0)}}@keyframes strip-rtl{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-banner{position:sticky;top:64px;z-index:40;height:40px;background:#fff;background-color:#fff;opacity:1;border-top:1px solid var(--accent);border-bottom:1px solid var(--accent);overflow:hidden;display:flex;align-items:center;backdrop-filter:none;-webkit-backdrop-filter:none}.marquee-inner{display:flex;align-items:center;white-space:nowrap;animation:marquee-scroll 55s linear infinite;will-change:transform;transform:translateZ(0)}.marquee-item{display:inline-flex;align-items:center;font-family:var(--font);font-size:.75rem;font-weight:400;color:var(--text);letter-spacing:.04em}.marquee-bubble{height:16px;width:auto;margin:0 20px}.navbar{position:sticky;top:0;width:100%;height:auto;min-height:64px;background:#fff2e1;background-color:#fff2e1;opacity:1;z-index:50;display:flex;align-items:center;justify-content:center;padding-top:env(safe-area-inset-top);padding-left:32px;padding-right:32px;border-bottom:1px solid rgba(0,0,0,.06);backdrop-filter:none;-webkit-backdrop-filter:none}.navbar-center-zone{display:flex;align-items:center;justify-content:center}.navbar-logo-svg{height:40px;width:auto;display:block;cursor:pointer;transition:opacity .5s ease}.navbar-logo-svg .logo-letters{opacity:0;transition:opacity .25s ease}.navbar-logo-svg:hover .logo-letters{opacity:1}@media(max-width:768px){.navbar{padding:0 16px}}.intro-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#ff60b4;display:flex;align-items:center;justify-content:center;transition:opacity .5s ease}.intro-overlay.fading{opacity:0}.intro-strip{position:absolute;left:0;right:0;height:40px;overflow:hidden;pointer-events:none;transition:opacity .3s ease;display:flex;align-items:center}.intro-strip.fading{opacity:0}.intro-strip-top{top:0}.intro-strip-bottom{bottom:0}.intro-strip-inner{display:flex;align-items:center;white-space:nowrap;will-change:transform;transform:translateZ(0)}.intro-strip-ltr{animation:strip-ltr 55s linear infinite}.intro-strip-rtl{animation:strip-rtl 55s linear infinite}.intro-marquee-item{display:inline-flex;align-items:center;font-family:var(--font);font-size:.75rem;font-weight:400;color:#fff;letter-spacing:.04em}.intro-marquee-bubble{height:16px;width:auto;margin:0 20px}.intro-stage{position:relative;display:flex;align-items:center;justify-content:center}.intro-typing{display:flex;align-items:center;justify-content:center;gap:clamp(8px,2vw,12px);background:#fff;border-radius:100px;width:clamp(80px,18vw,110px);height:clamp(42px,10vw,58px);padding:0 clamp(16px,4vw,28px);animation:ti-in .35s cubic-bezier(.34,1.56,.64,1) .3s both}.intro-typing.fading{animation:ti-out .28s cubic-bezier(.55,0,1,.45) forwards}@keyframes ti-in{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes ti-out{0%{transform:scale(1);opacity:1}to{transform:scale(.2);opacity:0}}.intro-dot{width:clamp(8px,2vw,12px);height:clamp(8px,2vw,12px);min-width:clamp(8px,2vw,12px);border-radius:50%;flex-shrink:0;background:#ff60b4;animation:dot-bounce .72s ease-in-out infinite}.intro-dot:nth-child(1){animation-delay:.45s}.intro-dot:nth-child(2){animation-delay:.62s}.intro-dot:nth-child(3){animation-delay:.79s}@keyframes dot-bounce{0%,55%,to{transform:translateY(0);opacity:.45}28%{transform:translateY(-30%);opacity:1}}.intro-bubble-wrap{position:absolute;transform-origin:90% 95%;opacity:0}.intro-bubble-wrap.visible{animation:imessage-in .52s cubic-bezier(.34,1.45,.64,1) both}@keyframes imessage-in{0%{transform:scale(.15);opacity:0}60%{opacity:1}to{transform:scale(1);opacity:1}}.intro-logo-svg{height:180px;width:auto;display:block}.hero-section{padding:64px 8vw 80px;display:flex;flex-direction:column;align-items:center}.hero-phones{display:flex;gap:28px;justify-content:center;align-items:flex-start}.hero-phone{position:relative;width:320px;aspect-ratio:1024/1536;flex-shrink:0;background:transparent;overflow:hidden;isolation:isolate}.hero-phone-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;overflow:visible}.hero-phone-handle{position:absolute;bottom:12%;left:20%;color:#fff;font-family:var(--font);font-size:.85rem;font-weight:600;text-shadow:0 1px 4px rgba(0,0,0,.8);z-index:4;pointer-events:none}.mobile-phone-container{display:block;position:relative;width:82vw;max-width:420px;margin:0 auto;aspect-ratio:1024/1536}.mobile-phone-screen{position:absolute;left:16.211%;top:1.302%;width:67.578%;height:97.396%;border-radius:clamp(18px,6.5vw,31px);background:#000;overflow-y:scroll;scroll-snap-type:y mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;z-index:1}.mobile-phone-screen::-webkit-scrollbar{display:none}.mobile-phone-screen-item{width:100%;height:100%;scroll-snap-align:start;flex-shrink:0}.hero-phone-svg{z-index:2}.mobile-scroll-clip{position:absolute;left:16.211%;top:1.302%;width:67.578%;height:97.396%;border-radius:clamp(18px,6.5vw,31px);overflow:hidden;z-index:5;pointer-events:none}.mobile-scroll-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:20px 32px;background:#0006;pointer-events:none;opacity:1;transition:opacity .6s ease}.mobile-scroll-overlay.faded{opacity:0}.mobile-overlay-text{font-family:"Inter",var(--font);font-size:1.4rem;font-weight:600;color:#ff60b4;white-space:nowrap}.mobile-overlay-arrow{animation:overlay-float 1.8s ease-in-out infinite}@keyframes overlay-float{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.mobile-scroll-indicator{position:absolute;left:calc(100% + 12px);top:50%;transform:translateY(-50%)}.mobile-br,.hero-mobile{display:none}.hero-cta-wrap{margin-top:40px;display:flex;justify-content:center}.hero-cta-btn{display:inline-block;background:#fff;color:#ff60b4;font-family:var(--font);font-size:.875rem;font-weight:600;padding:11px 24px;border-radius:100px;cursor:pointer;transition:background .2s ease,color .2s ease;border:2px solid #FF60B4}.hero-cta-btn:hover{background:#ff60b4;color:#fff}.hero-video-row{display:flex;align-items:center;gap:16px}.scroll-indicator{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.scroll-indicator-line{width:2px;height:32px;background:#ff60b4;border-radius:2px}.scroll-indicator-chevron{animation:chevron-bounce 1.5s ease-in-out infinite}.scroll-indicator-text{font-family:var(--font);font-size:.65rem;font-weight:300;color:#999;letter-spacing:.1em;text-align:center;line-height:1.4}@media(max-width:768px){.hero-section{padding:0;overflow:hidden;min-height:calc(100vh - 104px);display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-phones{display:none}.hero-mobile{display:flex;justify-content:center;width:100%}.hero-cta-wrap{margin-top:32px}.hero-phone-handle{font-size:.65rem}}.headline-section{padding:80px 8vw;background:var(--bg);display:flex;flex-direction:column;align-items:center}.headline-line.fade-up{transition:opacity .6s ease-out,transform .6s ease-out}.headline-subline.fade-up,.hero-cta-wrap.fade-up{transform:translateY(16px);transition:opacity .6s ease-out,transform .6s ease-out}.headline-line{display:block}.headline-heading{font-family:var(--font);font-size:clamp(2.8rem,6vw,5.5rem);font-weight:900;line-height:.92;letter-spacing:-.04em;color:var(--text);text-align:center;max-width:900px;margin:0 auto}.headline-pink{color:var(--accent)}.headline-dot{color:var(--text)}.headline-subline{font-family:var(--font);font-size:1rem;font-weight:300;line-height:1.6;color:var(--text);text-align:center;max-width:620px;margin:32px auto 0}@media(max-width:768px){.headline-section{padding:48px 24px;margin-top:60px}.headline-heading{font-size:clamp(2.4rem,9vw,3.2rem)}.headline-subline{font-size:1rem;line-height:1.6}}.video-scroll-wrapper{display:flex;flex-direction:column;align-items:center}.video-frame-area{position:relative}.video-frame-border{position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px;border:2.5px solid var(--accent);border-radius:24px;pointer-events:none;z-index:2}.video-scroll-container{position:relative;z-index:1;width:240px;aspect-ratio:9/16;overflow-y:scroll;scroll-snap-type:y mandatory;scrollbar-width:none;border-radius:16px;box-shadow:0 20px 60px #0000001f}.video-scroll-container::-webkit-scrollbar{display:none}.video-scroll-item{width:240px;aspect-ratio:9/16;scroll-snap-align:start;position:relative;background:var(--text)}.video-scroll-item video{width:100%;height:100%;object-fit:cover;border-radius:16px}.video-placeholder{width:100%;height:100%;background:var(--text);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;border-radius:16px}.video-client-name{background:var(--white);border-radius:12px;padding:8px 16px;margin-top:16px;width:100%;max-width:240px;font-family:var(--font);font-size:.85rem;font-weight:600;color:var(--text);text-align:center}.about-inner{display:grid;grid-template-columns:1fr 220px;gap:4rem;align-items:start}.about-headshot{width:220px;height:220px;object-fit:cover;object-position:top center;border-radius:12px;border:2px solid var(--accent);display:block;align-self:flex-start}.about-text{display:flex;flex-direction:column;gap:1.25rem}.about-heading{font-size:clamp(2.2rem,4vw,3.5rem);font-weight:900;line-height:.92;letter-spacing:-.03em;color:var(--text)}.about-body{font-family:var(--font);font-size:1rem;font-weight:300;line-height:1.6;color:var(--text)}@media(max-width:768px){.about-inner{grid-template-columns:1fr;gap:0}.about-headshot{width:200px;height:200px;object-fit:cover;object-position:top center;border-radius:12px;border:2px solid #FF60B4;margin:32px auto 0;order:1;align-self:auto}}.services-section{background:var(--bg)}.services-heading{font-size:clamp(2.2rem,4vw,3.5rem);font-weight:900;line-height:.92;letter-spacing:-.03em;color:var(--text);margin-bottom:1.5rem}.services-heading .pink{color:var(--accent)}.services-description{font-family:var(--font);font-size:1rem;font-weight:300;line-height:1.6;color:var(--text);max-width:56ch;margin-bottom:48px}.service-cards{display:flex;flex-direction:column;gap:0}.bubble-card{position:relative;width:460px;max-width:100%;opacity:0;transform:scale(.15);transition:opacity .52s cubic-bezier(.34,1.45,.64,1),transform .52s cubic-bezier(.34,1.45,.64,1)}.bubble-card.visible{opacity:1;transform:scale(1)}.bubble-card--left{margin-right:auto;margin-left:0;transform-origin:bottom left}.bubble-card--right{margin-left:auto;margin-right:0;transform-origin:bottom right}.bubble-card-img{display:block;width:100%;height:auto}.bubble-card-img--white{filter:brightness(0) invert(1)}.bubble-card-img--mirror{transform:scaleX(-1)}.bubble-card-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;padding:16px 0;width:70%}.bubble-card-content--mirror{transform:translate(-50%,-50%) scaleX(-1)}.service-card-heading{font-family:var(--font);font-size:.95rem;font-weight:700;margin-bottom:8px}.bubble-card-content.light .service-card-heading{color:#fff}.bubble-card-content.dark .service-card-heading{color:var(--text)}.service-card-body{font-family:var(--font);font-size:.85rem;font-weight:400;line-height:1.6}.bubble-card-content.light .service-card-body{color:#ffffffeb}.bubble-card-content.dark .service-card-body{color:var(--text)}@media(max-width:768px){.service-cards{gap:12px}.bubble-card{max-width:calc(100% - 48px)}.bubble-card--left{margin-left:24px;margin-right:auto}.bubble-card--right{margin-right:24px;margin-left:auto}.bubble-card-content{width:65%;padding:12px 0;text-align:center}.service-card-heading{font-size:.78rem;font-weight:700}.service-card-body{font-size:.68rem;line-height:1.4}}.contact-section{background:var(--bg)}.contact-heading{font-size:clamp(2.2rem,4vw,3.5rem);font-weight:900;line-height:.92;letter-spacing:-.03em;color:var(--text);margin-bottom:1.25rem;max-width:22ch}.contact-heading .pink{color:var(--accent)}.contact-subtext{font-family:var(--font);font-size:1rem;font-weight:300;line-height:1.6;color:var(--text);max-width:52ch;margin-bottom:3rem}.contact-form{display:flex;flex-direction:column;gap:1rem;max-width:560px}.contact-form input,.contact-form textarea{font-family:var(--font);font-size:1rem;font-weight:400;padding:14px 16px;border:1px solid var(--border);border-radius:8px;background:var(--white);color:var(--text);width:100%;outline:none;transition:border-color .2s}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--accent)}.contact-form textarea{min-height:140px;resize:vertical}.contact-form label{font-family:var(--font);font-size:.8125rem;font-weight:500;color:var(--grey-mid);margin-bottom:.25rem;display:block}.contact-field{display:flex;flex-direction:column}.contact-submit{width:100%;background:var(--text);color:var(--bg);font-family:var(--font);font-size:1rem;font-weight:600;padding:16px;border-radius:100px;border:none;cursor:pointer;transition:opacity .2s,transform .15s;margin-top:.5rem}.contact-submit:hover{opacity:.85;transform:scale(1.01)}.footer{background:var(--accent);display:flex;flex-direction:column;align-items:stretch}.footer-content{padding:48px 24px;display:flex;flex-direction:column;align-items:center;gap:24px}.footer-logo-wrap{position:relative;width:120px;cursor:pointer}.footer-logo-default,.footer-logo-hover{display:block;width:120px;height:auto;transition:opacity .3s ease}.footer-logo-hover{position:absolute;top:0;left:0;opacity:0;filter:brightness(0) invert(1)}.footer-logo-wrap:hover .footer-logo-default{opacity:0}.footer-logo-wrap:hover .footer-logo-hover{opacity:1}.footer-socials{display:flex;align-items:center;justify-content:center;gap:24px}.footer-social-link{display:flex;align-items:center;justify-content:center;transition:opacity .2s,transform .15s}.footer-social-link:hover{opacity:.8;transform:scale(1.1)}.footer-social-circle{width:36px;height:36px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center}.footer-social-link svg{width:18px;height:18px;fill:var(--accent)}.footer-copyright{background:#0000001a;padding:12px 24px;text-align:center;font-family:var(--font);font-size:.75rem;font-weight:400;color:#fff;opacity:.8}@media(max-width:768px){.footer-socials{justify-content:center}.footer-copyright{font-size:.7rem;padding:12px 16px;word-break:break-word}}
