*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--offblue);color:var(--black);-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;font-family:Rethink Sans,sans-serif;line-height:1.6;overflow-x:hidden}:root{--orange:#fa9819;--navy:#1e3d59;--babyblue:#c6ebf7;--skyblue:#deeefe;--offblue:#f8f9fb;--caption:#48749e;--black:#050505;--grey:#e5e5e5;--grad-1:radial-gradient(circle at top left,var(--orange),var(--babyblue),var(--skyblue));--container-mw:1200px;--radius:12px}h1{letter-spacing:-.02em;margin-bottom:1.5rem;font-family:Hedvig Letters Serif,serif;font-size:clamp(2.5rem,8vw,4.5rem);line-height:1.1}h2{letter-spacing:-.01em;margin-bottom:2rem;font-family:Rethink Sans,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:700}h3{margin-bottom:1rem;font-size:1.5rem}p{color:#333;max-width:65ch;margin-bottom:1rem}.caption{color:var(--caption);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.85rem;font-weight:700}.blob-container{z-index:-1;pointer-events:none;position:fixed;inset:0}.blob{filter:blur(100px);opacity:.45;mix-blend-mode:multiply;border-radius:50%;position:absolute}.blob-1{background:var(--orange);width:400px;height:400px;top:-100px;right:-50px}.blob-2{background:var(--babyblue);opacity:.6;width:500px;height:500px;bottom:10%;left:-100px}.blob-3{background:var(--skyblue);width:300px;height:300px;top:40%;right:20%}.container{max-width:var(--container-mw);margin:0 auto;padding:0 2rem}.topbar{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f8f9fbf2;padding:1.5rem 0;position:sticky;top:0}.topbar-inner{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--black);align-items:center;font-size:1.25rem;font-weight:800;text-decoration:none;display:flex}.logo span{color:var(--caption);font-weight:400}.desktop-nav{align-items:center;gap:2rem;display:flex}.desktop-nav a{color:var(--black);font-size:.95rem;font-weight:500;text-decoration:none}.mobile-menu-toggle{cursor:pointer;color:var(--black);background:0 0;border:none;padding:.5rem;display:none}.mobile-menu-toggle svg{width:24px;height:24px}.section-indicator{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--grey);z-index:99;background:#fffffff2;padding:.75rem 0;display:none;position:sticky;top:73px}.section-indicator-content{align-items:center;gap:.75rem;display:flex;overflow:hidden}.section-indicator-num{color:var(--orange);flex-shrink:0;font-family:monospace;font-size:.85rem;font-weight:700}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.layout{grid-template-columns:250px 1fr;gap:4rem;margin-top:4rem;display:grid}.sidebar{position:relative}.contents-nav{position:sticky;top:120px}.contents-label{text-transform:uppercase;color:var(--caption);margin-bottom:1.5rem;font-size:.75rem;font-weight:800}.contents-nav ul{list-style:none}.contents-nav li{margin-bottom:1rem}.contents-nav a{color:var(--black);opacity:.5;align-items:center;gap:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.contents-nav a span{font-family:monospace;font-size:.7rem}.contents-nav a:hover{opacity:1;transform:translate(5px)}.contents-nav a:focus{color:var(--orange);opacity:1;outline:none}.section{border-bottom:1px solid var(--grey);padding:8rem 0;position:relative}.section-num{color:var(--orange);margin-bottom:1rem;font-family:monospace;font-weight:700;display:block}.hero{grid-template-columns:1.2fr 1fr;align-items:center;gap:2rem;padding:4rem 0 8rem;display:grid}.hero-sub{margin-bottom:2rem;font-size:1.25rem}.hero-actions{gap:1rem;display:flex}.mockup-card{aspect-ratio:4/3;border-radius:var(--radius);background:#fff;background:var(--grad-1);border:1px solid #0000000d;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000000d}.mockup-header{background:#ffffff4d;gap:6px;padding:12px;display:flex}.dot{background:#0000001a;border-radius:50%;width:8px;height:8px}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius);background:#fff9;border:1px solid #fffc;padding:2.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 12px #00000005}.card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000000d}.grid-services,.grid-projects{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.stack-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem;display:grid}.stack-card h3{text-transform:uppercase;color:var(--caption);font-size:1.1rem}.stack-card ul{list-style:none}.timeline{border-left:1px solid var(--grey);padding-left:2rem;position:relative}.step{margin-bottom:3rem;position:relative}.step-dot{background:var(--orange);border-radius:50%;width:9px;height:9px;position:absolute;top:.5rem;left:calc(-2rem - 5px)}.grid-pricing{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.card-price{flex-direction:column;align-items:flex-start;display:flex}.price-label{color:var(--caption);font-weight:800}.price-value{margin-bottom:1.5rem;font-size:3rem;font-weight:800}.card-price ul{margin-bottom:2rem;list-style:none}.card-price li{margin-bottom:.5rem;font-size:.95rem}.featured{border:2px solid var(--orange)}.contact-grid{grid-template-columns:1.5fr 1fr;gap:4rem;display:grid}.form-group{margin-bottom:1.5rem}.form-group label{margin-bottom:.5rem;font-size:.9rem;font-weight:700;display:block}.form-group input,.form-group textarea{border:1px solid var(--grey);background:#fff;border-radius:8px;width:100%;padding:1rem;font-family:inherit;font-size:16px}.form-group input:focus,.form-group textarea:focus{outline:2px solid var(--orange);border-color:#0000}.btn{cursor:pointer;border:none;border-radius:50px;padding:.8rem 1.8rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{background:var(--orange);color:#fff}.btn-primary:hover{filter:brightness(1.1);transform:scale(1.05)}.btn-outline{border:1px solid var(--navy);color:var(--navy);background:0 0}.btn-outline:hover{background:var(--navy);color:#fff}.main-footer{opacity:.6;padding:4rem 0;font-size:.85rem}.logo-img{width:auto;height:40px;transition:transform .3s;display:block}.logo:hover .logo-img{transform:scale(1.05)}.contents-nav a.is-active{opacity:1;color:var(--orange);transform:translate(5px)}.contents-nav a.is-active span{color:var(--orange)}.contents-nav a.is-active{text-shadow:0 0 18px #fa981940}.project-img{aspect-ratio:16/10;border-radius:var(--radius);background:#fff;border:1px solid #0000000f;margin-bottom:1.5rem;overflow:hidden}.project-img img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block;transform:scale(1)}.project-card:hover .project-img img{transform:scale(1.04)}.text-link{color:var(--orange);font-weight:600;text-decoration:none;transition:all .2s}.text-link:hover{text-decoration:underline}.tags{gap:.5rem;margin-bottom:.75rem;display:flex}.tags span{color:var(--caption);background:#48749e1a;border-radius:20px;padding:.25rem .75rem;font-size:.8rem}@media (max-width:992px){.layout{grid-template-columns:1fr;gap:0;margin-top:0}.sidebar{display:none}.section-indicator{display:block}.hero{text-align:left;grid-template-columns:1fr;gap:2rem;padding:3rem 0 5rem}.hero-actions{flex-wrap:wrap;justify-content:flex-start}.hero-visual{order:-1;max-width:400px;margin:0 auto}.contact-grid{grid-template-columns:1fr;gap:2rem}.mobile-menu-toggle{display:block}.desktop-nav a:not(.btn):not(.mobile-menu-toggle){display:none}}@media (max-width:768px){.container{padding:0 1.5rem}.topbar{padding:1rem 0}h1{margin-bottom:1.25rem;font-size:clamp(2rem,9vw,2.8rem);line-height:1.15}h2{margin-bottom:1.5rem;font-size:clamp(1.75rem,6vw,2.25rem)}.hero{gap:2rem;padding:2.5rem 0 4rem}.hero-sub{margin-bottom:1.75rem;font-size:1.05rem;line-height:1.5}.hero-actions{flex-direction:column;gap:.875rem;width:100%}.hero-actions .btn{text-align:center;width:100%;padding:1rem 1.8rem}.section{padding:4rem 0}.grid-services,.grid-projects,.grid-pricing,.stack-grid{grid-template-columns:1fr;gap:1.25rem}.card{padding:2rem}.timeline{padding-left:1.5rem}.step{margin-bottom:2.5rem}.step-dot{left:calc(-1.5rem - 4px)}.logo-img{height:36px}.section-indicator{top:70px}}@media (max-width:480px){.container{padding:0 1.25rem}h1{margin-bottom:1rem;font-size:2rem;line-height:1.2}h2{margin-bottom:1.25rem;font-size:1.65rem}h3{font-size:1.25rem}.hero{gap:1.5rem;padding:2rem 0 3.5rem}.hero-sub{margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.btn{padding:.875rem 1.5rem;font-size:.9rem}.card{padding:1.75rem}.price-value{font-size:2.25rem}.section{padding:3rem 0}.logo-img{height:32px}.desktop-nav .btn{padding:.7rem 1.4rem;font-size:.85rem}.section-indicator{padding:.65rem 0;top:67px}.section-indicator-title{font-size:.9rem}.section-indicator-num{font-size:.8rem}.mockup-card{border-radius:10px}.hero-visual{max-width:100%}}.section-indicator-content{align-items:center;gap:.75rem;display:flex;position:relative;overflow:hidden}.section-indicator-num{color:var(--orange);flex-shrink:0;font-family:monospace;font-size:.85rem;font-weight:700;animation:.4s cubic-bezier(.4,0,.2,1) slideInFromLeft}.section-indicator-title{color:var(--black);white-space:nowrap;font-size:.95rem;font-weight:600;animation:.4s cubic-bezier(.4,0,.2,1) slideInFromLeft}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.header{animation:.6s ease-out slideDown}.logo{animation:.8s ease-out .2s backwards fadeInLeft}.nav-link{animation:.6s ease-out backwards fadeInUp}.nav-link:first-child{animation-delay:.3s}.nav-link:nth-child(2){animation-delay:.4s}.nav-link:nth-child(3){animation-delay:.5s}.nav-link:nth-child(4){animation-delay:.6s}.nav-link:nth-child(5){animation-delay:.7s}.nav-link{transition:color .3s;position:relative}.nav-link:after{content:"";background:var(--primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover:after,.nav-link.active:after{width:100%}.cta-button{transition:transform .3s,box-shadow .3s;animation:.6s ease-out .8s backwards scaleIn}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #7c3aed4d}.sidebar{animation:.8s ease-out .3s backwards fadeInLeft}.social-link{transition:transform .3s,color .3s;animation:.6s ease-out backwards fadeInLeft}.social-link:first-child{animation-delay:.5s}.social-link:nth-child(2){animation-delay:.6s}.social-link:nth-child(3){animation-delay:.7s}.social-link:nth-child(4){animation-delay:.8s}.social-link:hover{color:var(--primary);transform:translate(5px)scale(1.1)}.section-num{transition:color .3s,transform .3s;animation:.6s ease-out backwards fadeInLeft}.section-num:first-child{animation-delay:.9s}.section-num:nth-child(2){animation-delay:1s}.section-num:nth-child(3){animation-delay:1.1s}.section-num:nth-child(4){animation-delay:1.2s}.section-num:nth-child(5){animation-delay:1.3s}.section-num:nth-child(6){animation-delay:1.4s}.section-num:hover{color:var(--primary);transform:translate(5px)}.hero-content h1{animation:.8s ease-out .4s backwards fadeInUp}.hero-content .subtitle{animation:.8s ease-out .6s backwards fadeInUp}.hero-content p{animation:.8s ease-out .8s backwards fadeInUp}.hero-buttons{animation:.8s ease-out 1s backwards fadeInUp}.primary-btn,.secondary-btn{transition:all .3s}.primary-btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px #7c3aed66}.secondary-btn:hover{border-color:var(--primary);background:#7c3aed1a;transform:translateY(-3px)}.section-title{transition:color .3s;animation:.8s ease-out backwards fadeInUp}.section-subtitle{animation:.8s ease-out .2s backwards fadeInUp}.about-content{animation:.8s ease-out .3s backwards fadeInLeft}.stat-item{transition:transform .3s;animation:.6s ease-out backwards scaleIn}.stat-item:first-child{animation-delay:.4s}.stat-item:nth-child(2){animation-delay:.5s}.stat-item:nth-child(3){animation-delay:.6s}.stat-item:hover{transform:translateY(-5px)scale(1.05)}.stat-item .stat-number{transition:color .3s}.stat-item:hover .stat-number{color:var(--primary)}.service-card{transition:transform .3s,box-shadow .3s,background .3s;animation:.8s ease-out backwards fadeInUp}.service-card:first-child{animation-delay:.2s}.service-card:nth-child(2){animation-delay:.3s}.service-card:nth-child(3){animation-delay:.4s}.service-card:nth-child(4){animation-delay:.5s}.service-card:nth-child(5){animation-delay:.6s}.service-card:nth-child(6){animation-delay:.7s}.service-card:hover{background:#1e1e2ee6;transform:translateY(-10px);box-shadow:0 20px 60px #0000004d}.service-icon{transition:transform .3s,color .3s}.service-card:hover .service-icon{color:var(--primary);transform:scale(1.2)rotate(5deg)}.project-card{transition:transform .3s,box-shadow .3s;animation:.8s ease-out backwards scaleIn}.project-card:first-child{animation-delay:.2s}.project-card:nth-child(2){animation-delay:.3s}.project-card:nth-child(3){animation-delay:.4s}.project-image{transition:transform .5s;overflow:hidden}.project-tag{transition:background .3s,color .3s}.project-link{transition:color .3s,transform .3s}.process-step{transition:transform .3s,background .3s;animation:.8s ease-out backwards fadeInLeft}.process-step:first-child{animation-delay:.2s}.process-step:nth-child(2){animation-delay:.3s}.process-step:nth-child(3){animation-delay:.4s}.process-step:nth-child(4){animation-delay:.5s}.process-step:hover{background:#1e1e2ee6;transform:translate(10px)}.step-number{transition:background .3s,transform .3s}.process-step:hover .step-number{background:var(--primary);transform:scale(1.1)rotate(5deg)}.pricing-card{transition:transform .3s,box-shadow .3s,border-color .3s;animation:.8s ease-out backwards fadeInUp}.pricing-card:first-child{animation-delay:.2s}.pricing-card:nth-child(2){animation-delay:.3s}.pricing-card:nth-child(3){animation-delay:.4s}.pricing-card:hover{border-color:var(--primary);transform:translateY(-15px)scale(1.03);box-shadow:0 25px 70px #7c3aed66}.pricing-card.featured{animation:.8s ease-out .3s backwards scaleIn}.price{transition:color .3s}.pricing-card:hover .price{color:var(--primary)}.feature-item{transition:transform .3s,color .3s}.pricing-card:hover .feature-item{transform:translate(5px)}.pricing-button{transition:all .3s}.pricing-button:hover{transform:translateY(-3px);box-shadow:0 10px 30px #7c3aed80}.contact-info{animation:.8s ease-out .2s backwards fadeInLeft}.contact-item{transition:transform .3s,background .3s;animation:.6s ease-out backwards fadeInLeft}.contact-item:first-child{animation-delay:.3s}.contact-item:nth-child(2){animation-delay:.4s}.contact-item:nth-child(3){animation-delay:.5s}.contact-item:hover{background:#1e1e2ecc;transform:translate(10px)}.contact-item svg{transition:transform .3s,color .3s}.contact-item:hover svg{color:var(--primary);transform:scale(1.2)rotate(10deg)}.contact-form{animation:.8s ease-out .2s backwards fadeInRight}.form-group{animation:.6s ease-out backwards fadeInUp}.form-group:first-child{animation-delay:.3s}.form-group:nth-child(2){animation-delay:.4s}.form-group:nth-child(3){animation-delay:.5s}.form-control{transition:border-color .3s,box-shadow .3s,transform .3s}.form-control:focus{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 0 0 3px #7c3aed1a}.submit-button{transition:all .3s;animation:.6s ease-out .6s backwards scaleIn}.submit-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px #7c3aed80}.footer{animation:.8s ease-out backwards fadeInUp}.footer-content{animation:.6s ease-out .2s backwards fadeInUp}.footer-social a{transition:transform .3s,color .3s}.footer-social a:hover{color:var(--primary);transform:translateY(-5px)scale(1.2)}.section-indicator{animation:.6s ease-out .3s backwards slideDown}.section-indicator-num,.section-indicator-title{transition:color .3s}@keyframes blobFloat{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-50px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}}.blob{animation:20s ease-in-out infinite blobFloat}.blob-1{animation-duration:25s;animation-delay:0s}.blob-2{animation-duration:20s;animation-delay:-5s}.blob-3{animation-duration:30s;animation-delay:-10s}.animate-on-scroll{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(30px)}.animate-on-scroll.animated{opacity:1;transform:translateY(0)}@media (max-width:768px){.service-card:hover,.project-card:hover,.pricing-card:hover{transform:translateY(-5px)}.primary-btn:hover,.secondary-btn:hover{transform:translateY(-2px)}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.brand-story{background:#ffffff08;border-left:3px solid #fa9819;border-radius:8px;align-items:center;gap:1rem;margin:2rem 0;padding:1.5rem;display:flex}.brand-content{flex:1}.brand-content p{margin:0;font-size:.95rem;line-height:1.6}.brand-logo{align-items:center;gap:0;margin-left:-10px;display:flex}.curved-arrow{flex-shrink:0;animation:2s ease-in-out infinite floatArrow}.logo-small{object-fit:contain;flex-shrink:0;width:140px;height:140px}@keyframes floatArrow{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@media (max-width:768px){.brand-story{text-align:center;flex-direction:column}.brand-logo{flex-direction:column;gap:.5rem;margin-left:0}.curved-arrow{transform:rotate(90deg)}@keyframes floatArrow{0%,to{transform:rotate(90deg)translateY(0)}50%{transform:rotate(90deg)translateY(-5px)}}.logo-small{width:200px;height:200px;margin-top:-4rem;margin-bottom:-3rem}}
