.word-cloud{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;overflow:hidden;z-index:0;transition:transform .05s linear,opacity .05s linear}.word-cloud,.word-cloud-item{transform-origin:center center}.word-cloud-item{color:rgba(100,116,139,.12);font-weight:500;font-family:inherit;white-space:nowrap;animation:fadeInFloat 2s ease-out forwards;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .05s linear;opacity:0}.word-cloud-item:nth-child(odd){animation:fadeInFloat 2s ease-out forwards,floatUp 8s ease-in-out infinite}.word-cloud-item:nth-child(2n){animation:fadeInFloat 2s ease-out forwards,floatDown 10s ease-in-out infinite}.word-cloud-item:nth-child(3n){animation:fadeInFloat 2s ease-out forwards,floatSide 12s ease-in-out infinite}.word-cloud:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:transparent;pointer-events:none;z-index:2}@keyframes fadeInFloat{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes floatUp{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-10px)}}@keyframes floatDown{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(10px)}}@keyframes floatSide{0%,to{transform:translate(-50%,-50%) translateX(0)}50%{transform:translate(-50%,-50%) translateX(8px)}}@media (max-width:768px){.word-cloud-item{font-size:.8rem!important;color:rgba(100,116,139,.1)}.word-cloud:before{background:radial-gradient(ellipse at center,transparent 20%,rgba(15,23,42,.4) 60%,rgba(15,23,42,.7) 100%)}}@media (max-width:480px){.word-cloud-item{font-size:.6rem!important;color:rgba(100,116,139,.08)}}.home-page-background{position:fixed;top:0;left:0;width:100%;height:100%;background:transparent;z-index:-2;pointer-events:none}.hero{padding:8rem 0 4rem;background:transparent;position:relative;z-index:2}.hero .container{display:flex;align-items:center;justify-content:space-between;gap:2rem}.hero-content{flex:1 1;max-width:600px}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2}.hero-heading,.hero-title{margin-bottom:1.5rem;background:linear-gradient(to right,var(--color-primary),var(--color-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-heading,.hero-subtitle{font-size:1.25rem}.hero-subtitle{color:var(--color-muted);margin-bottom:2rem;line-height:1.6}.hero-cta{padding:.75rem 1.75rem;font-size:1rem}.hero-image{flex:1 1;display:flex;justify-content:flex-end;position:relative}.hero-image img{max-width:100%;height:auto;border-radius:1rem}.section{padding:5rem 0}.section-title{text-align:center;margin-bottom:3rem;font-size:2.25rem;font-weight:700}.section-title:after{content:"";display:block;width:60px;height:4px;background:var(--color-primary);margin:1rem auto 0;border-radius:4px}.section-footer{display:flex;justify-content:center;margin-top:3rem}.projects-grid-wrapper{width:100%}.projects-grid{display:grid;grid-gap:2rem;gap:2rem;margin:2rem auto;justify-content:center;grid-template-columns:repeat(auto-fit,320px);max-width:calc(320px + 2rem)}.projects-grid:has(.project-item:nth-child(2):last-child){max-width:calc(2 * 320px + 2rem)}.projects-grid:has(.project-item:nth-child(3)){max-width:calc(3 * 320px + 4rem)}.project-item{width:320px;flex-grow:0;flex-shrink:0}.consulting-grid-wrapper{width:100%}.consulting-grid{display:grid;grid-gap:2rem;gap:2rem;margin:2rem auto;justify-content:center;grid-template-columns:repeat(auto-fit,320px);max-width:calc(320px + 2rem)}.consulting-grid:has(.consulting-item:nth-child(2):last-child){max-width:calc(2 * 320px + 2rem)}.consulting-grid:has(.consulting-item:nth-child(3)){max-width:calc(3 * 320px + 4rem)}.consulting-item{width:320px;flex-grow:0;flex-shrink:0}.consulting-section{background:transparent}.featured-section{margin-bottom:2rem}.featured-item{position:relative;border-radius:var(--border-radius);overflow:hidden;background-color:var(--color-card);box-shadow:0 8px 30px rgba(0,0,0,.12);height:100%}.featured-badge{position:absolute;top:1rem;right:1rem;background:var(--color-primary);color:white;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:1rem;z-index:10}.about-section{background:transparent}.about-content{max-width:800px;margin:0 auto;text-align:center}.about-content .button{margin-top:2rem}.home-about.rich-text{font-size:1.125rem;line-height:1.7;color:var(--color-foreground)}.home-about.rich-text p{margin-bottom:1.5rem}.home-about.rich-text h3{font-size:1.5rem;margin:1.5rem auto 1rem;max-width:90%}.home-about.rich-text h4{font-size:1.25rem;margin:1.5rem auto 1rem;max-width:90%}.home-about.rich-text ol,.home-about.rich-text ul{margin:0 auto 1.5rem;padding-left:2rem;text-align:left;max-width:80%}.home-about.rich-text li{margin-bottom:.5rem}.home-about.rich-text blockquote{margin:1.5rem auto;padding:1rem 1.5rem;border-left:3px solid var(--color-primary);font-style:italic;color:var(--color-muted);max-width:90%;text-align:left;background-color:rgba(255,255,255,.05);border-radius:0 4px 4px 0}.home-about.rich-text code{font-family:monospace;background-color:rgba(255,255,255,.1);padding:.2em .4em;border-radius:3px;font-size:.9em}.home-about.rich-text hr{margin:2rem auto;width:60%;border:0;border-top:1px solid rgba(255,255,255,.1)}.home-about .rich-text-media{margin:2rem auto;max-width:90%}.home-about .rich-text-media img{max-width:100%;height:auto;border-radius:var(--border-radius);margin:0 auto}.home-about .rich-text-media figcaption{margin-top:.75rem;font-size:.9rem;color:var(--color-muted);text-align:center}.posts-grid-wrapper{width:100%}.posts-grid{display:grid;grid-template-columns:repeat(3,320px);grid-gap:2rem;gap:2rem;margin:2rem auto;justify-content:center}.post-card{width:350px;flex-grow:0;flex-shrink:0;background-color:var(--color-card);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--border-radius);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.post-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.3)}.post-image{display:block;width:100%;height:200px;position:relative;overflow:hidden}.post-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.post-card:hover .post-image img{transform:scale(1.05)}.post-content{padding:1.5rem}.post-title{font-size:1.25rem;margin-bottom:.75rem;line-height:1.3}.post-title a{color:var(--color-foreground);text-decoration:none;transition:color .2s ease}.post-title a:hover{color:var(--color-primary)}.post-excerpt{color:var(--color-muted);font-size:.95rem;margin-bottom:1rem}.post-read-more{display:inline-flex;align-items:center;color:var(--color-primary);font-size:.9rem;font-weight:500;transition:color .2s ease}.post-read-more:hover{color:#2779bd}.post-read-more:after{content:"→";margin-left:.25rem;transition:transform .2s ease}.post-read-more:hover:after{transform:translateX(4px)}@media (max-width:1024px){.hero .container{flex-direction:column;text-align:center}.hero-content{order:2;max-width:100%}.hero-image{order:1;justify-content:center;margin-bottom:2rem}.hero-title{font-size:2.75rem}.home-about.rich-text ol,.home-about.rich-text ul{max-width:90%}.consulting-grid,.posts-grid,.projects-grid{grid-template-columns:repeat(2,320px)}}@media (max-width:768px){.hero{padding:6rem 0 3rem}.hero-title{font-size:2.25rem}.consulting-item,.project-item{width:100%;max-width:320px}.post-card{width:100%;max-width:350px}.section{padding:4rem 0}.consulting-grid,.posts-grid,.projects-grid{grid-template-columns:repeat(1,320px)}}@media (max-width:480px){.consulting-grid,.posts-grid,.projects-grid{padding:0 1rem;width:100%}.consulting-item,.post-card,.project-item{width:100%}.hero-title{font-size:1.75rem}}.grid-stabilizer{width:100%}