.hero-section{background-color:var(--color-bg-deep);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-section__bg{z-index:0;background-image:url(/images/hero-landscape.webp);background-position:65%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;inset:0}[data-theme=light] .hero-section__bg{background-image:url(/images/hero-landscape-light.webp)}.hero-section__overlay{z-index:1;background:linear-gradient(to right, rgba(var(--color-bg-deep-rgb), .97) 0%, rgba(var(--color-bg-deep-rgb), .88) 30%, rgba(var(--color-bg-deep-rgb), .45) 55%, rgba(var(--color-bg-deep-rgb), .15) 75%, rgba(var(--color-bg-deep-rgb), .25) 100%), linear-gradient(to top, rgba(var(--color-bg-deep-rgb), .8) 0%, transparent 30%), linear-gradient(to bottom, rgba(var(--color-bg-deep-rgb), .5) 0%, transparent 15%);position:absolute;inset:0}.hero-section__content{z-index:2;padding-block:var(--space-20);position:relative}.hero-section__text{max-width:min(680px,58%)}.hero-section__eyebrow{margin-bottom:var(--space-6)}.hero-section__headline{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,4rem);font-weight:var(--font-semibold);letter-spacing:var(--tracking-tighter);color:var(--color-text-primary);margin:0 0 1.75rem;line-height:1}.hero-section__subheadline{font-size:var(--text-xl);color:var(--color-text-secondary);max-width:100%;margin:0 0 2.5rem;line-height:1.7}.hero-section__ctas{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.hero-section__text .hero-section__social-proof{justify-content:flex-start;margin-top:.5rem}.hero-section__subheadline--short,.hero-section__logo-marquee{display:none}@keyframes heroBgZoom{0%{transform:scale(1.06)}to{transform:scale(1)}}@keyframes heroBgLight{0%{filter:brightness(.45)saturate(.8)}to{filter:brightness()saturate()}}@keyframes heroBgLightTheme{0%{filter:brightness(1.18)saturate(.85)}to{filter:brightness()saturate()}}@keyframes heroWipeIn{0%{clip-path:inset(0 100% 0 0);opacity:1}to{clip-path:inset(0);opacity:1}}@keyframes heroLineUp{0%{transform:translateY(120%)}to{transform:translateY(0)}}@keyframes heroAccentShine{0%{background-position:145% 0,0 0}to{background-position:-145% 0,0 0}}@keyframes heroTextIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.hero-section__bg--animate{animation:heroBgZoom 10s var(--ease-out-expo) both, heroBgLight 1.5s ease-out both}[data-theme=light] .hero-section__bg--animate{animation:heroBgZoom 10s var(--ease-out-expo) both, heroBgLightTheme 1.5s ease-out both}.hero-section__line{margin-bottom:-.12em;padding-bottom:.12em;display:block;overflow:hidden}.hero-section__line-inner{display:block}.hero-section__content--animate .hero-section__line-inner{animation:heroLineUp .9s var(--ease-out-expo) both;transform:translateY(120%)}.hero-section__content--animate .hero-section__line:first-child .hero-section__line-inner{animation-delay:.3s}.hero-section__content--animate .hero-section__line:nth-child(2) .hero-section__line-inner{animation-delay:.45s}.hero-section__headline .hero-section__accent{background-image:linear-gradient(115deg, transparent 42%, #fffaf0f2 50%, transparent 58%), var(--gradient-text);background-position:145% 0,0 0;background-size:240% 100%,100% 100%}.hero-section__content--animate .hero-section__accent{animation:1.5s ease-in-out 1.2s both heroAccentShine}[data-theme=light] .hero-section__headline .hero-section__accent,[data-theme=light] .hero-section__content--animate .hero-section__accent{background-image:linear-gradient(135deg,#7a6142 0%,#5c4830 100%);background-position:0 0;background-size:100% 100%;animation:none}.hero-section__content--animate .hero-section__stagger-1{clip-path:inset(0 100% 0 0);animation:heroWipeIn .7s var(--ease-out-expo) .1s both}.hero-section__content--animate .hero-section__stagger-3,.hero-section__content--animate .hero-section__stagger-4,.hero-section__content--animate .hero-section__stagger-5{opacity:0;animation:heroTextIn .9s var(--ease-out-expo) both}.hero-section__content--animate .hero-section__stagger-3{animation-delay:.65s}.hero-section__content--animate .hero-section__stagger-4{animation-delay:.8s}.hero-section__content--animate .hero-section__stagger-5{animation-delay:.95s}@keyframes heroCueIn{0%{opacity:0}to{opacity:1}}@keyframes heroCueDot{0%{opacity:0;transform:translateY(0)}25%{opacity:1}75%{opacity:1}to{opacity:0;transform:translateY(30px)}}.hero-section__scroll-cue{bottom:var(--space-8);z-index:2;opacity:0;animation:1s ease-out 1.8s forwards heroCueIn;position:absolute;left:50%;transform:translate(-50%)}.hero-section__scroll-track{background:color-mix(in srgb, var(--color-accent) 30%, transparent);width:1px;height:44px;display:block;position:relative;overflow:hidden}.hero-section__scroll-dot{background:var(--color-accent);opacity:0;border-radius:2px;width:3px;height:12px;animation:2.4s ease-in-out 2.2s infinite heroCueDot;position:absolute;top:0;left:-1px}@media (width<=768px){.hero-section__text{max-width:480px}.hero-section__headline{font-size:clamp(2.5rem,6vw,3.5rem)}.hero-section__overlay{background:linear-gradient(to right, rgba(var(--color-bg-deep-rgb), .98) 0%, rgba(var(--color-bg-deep-rgb), .9) 35%, rgba(var(--color-bg-deep-rgb), .5) 60%, rgba(var(--color-bg-deep-rgb), .2) 100%), linear-gradient(to top, rgba(var(--color-bg-deep-rgb), .85) 0%, transparent 35%), linear-gradient(to bottom, rgba(var(--color-bg-deep-rgb), .6) 0%, transparent 20%)}}@media (width<=480px){.hero-section{align-items:flex-end;height:88dvh;min-height:auto;max-height:720px}.hero-section__bg,[data-theme=light] .hero-section__bg{background-image:url(/images/felix-frontal.webp);background-position:top}.hero-section__overlay{background:linear-gradient(to top, rgba(var(--color-bg-deep-rgb), .98) 0%, rgba(var(--color-bg-deep-rgb), .92) 30%, rgba(var(--color-bg-deep-rgb), .6) 55%, rgba(var(--color-bg-deep-rgb), .35) 100%)}.hero-section__content{padding-top:var(--space-8);padding-bottom:var(--space-14)}.hero-section__text{text-align:center;max-width:100%}.hero-section__eyebrow{margin-bottom:var(--space-3)}.hero-section__headline{margin-bottom:1rem;font-size:clamp(2rem,9vw,2.75rem);line-height:1.05}.hero-section__subheadline--long{display:none}.hero-section__subheadline--short{font-size:var(--text-base);margin-inline:auto;margin-bottom:1.5rem;line-height:1.5;display:block}.hero-section__ctas{flex-direction:column;align-items:stretch;gap:.5rem;margin-bottom:1.5rem}.hero-section__ctas>.button--primary{width:100%}.hero-section__ctas>.button--secondary{background-color:#0000;border-color:#0000;padding-block:.5rem}.hero-section__text .hero-section__social-proof{display:none}.hero-section__logo-marquee{margin-top:.25rem;display:block}.hero-section__scroll-cue{bottom:var(--space-4)}.hero-section__scroll-track{height:28px}}@media (width<=380px){.hero-section{--container-padding:1.125rem}.hero-section__headline{font-size:clamp(1.75rem,8.5vw,2.25rem)}}@media (prefers-reduced-motion:reduce){.hero-section__bg--animate,[data-theme=light] .hero-section__bg--animate{animation:none}.hero-section__content--animate .hero-section__stagger-1,.hero-section__content--animate .hero-section__stagger-3,.hero-section__content--animate .hero-section__stagger-4,.hero-section__content--animate .hero-section__stagger-5{opacity:1;clip-path:none;animation:none;transform:none}.hero-section__content--animate .hero-section__line-inner{animation:none;transform:none}.hero-section__content--animate .hero-section__accent{background-image:var(--gradient-text);background-position:0 0;background-size:100% 100%;animation:none}.hero-section__scroll-cue{opacity:1;animation:none}.hero-section__scroll-dot{opacity:1;animation:none;top:50%;transform:translateY(-50%)}}[data-theme=light] .hero-section__overlay{background:linear-gradient(to right, rgba(var(--color-bg-deep-rgb), .97) 0%, rgba(var(--color-bg-deep-rgb), .9) 25%, rgba(var(--color-bg-deep-rgb), .8) 40%, rgba(var(--color-bg-deep-rgb), .5) 55%, rgba(var(--color-bg-deep-rgb), .12) 72%, rgba(var(--color-bg-deep-rgb), 0) 100%), linear-gradient(to top, rgba(var(--color-bg-deep-rgb), .6) 0%, transparent 25%), linear-gradient(to bottom, rgba(var(--color-bg-deep-rgb), .4) 0%, transparent 15%)}@media (width<=768px){[data-theme=light] .hero-section__overlay{background:linear-gradient(to right, rgba(var(--color-bg-deep-rgb), .98) 0%, rgba(var(--color-bg-deep-rgb), .92) 30%, rgba(var(--color-bg-deep-rgb), .7) 52%, rgba(var(--color-bg-deep-rgb), .2) 75%, rgba(var(--color-bg-deep-rgb), 0) 100%), linear-gradient(to top, rgba(var(--color-bg-deep-rgb), .7) 0%, transparent 30%), linear-gradient(to bottom, rgba(var(--color-bg-deep-rgb), .5) 0%, transparent 20%)}}@media (width<=480px){[data-theme=light] .hero-section__overlay{background:linear-gradient(to top, rgba(var(--color-bg-deep-rgb), .98) 0%, rgba(var(--color-bg-deep-rgb), .92) 30%, rgba(var(--color-bg-deep-rgb), .6) 55%, rgba(var(--color-bg-deep-rgb), .3) 100%)}}.solutions-section__layout{align-items:flex-start;gap:var(--space-8);display:flex}.solutions-section__intro{flex:0 0 38%}.solutions-section__label{margin-bottom:var(--space-4);display:block}.solutions-section__title{margin:0}.solutions-section__subheadline{margin:var(--space-5) 0 0;font-size:var(--text-lg);line-height:var(--leading-normal);color:var(--color-text-secondary)}.solutions-section__grid{gap:var(--space-6);flex:1;grid-template-columns:repeat(2,1fr);display:grid}@media (width<=900px){.solutions-section__layout{flex-direction:column}.solutions-section__intro{flex-basis:auto;width:100%}}@media (width<=640px){.solutions-section__grid{grid-template-columns:1fr}}.stats-section__grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid;position:relative}.stats-section__item{position:relative}.stats-section__item:not(:last-child):after{content:"";background:linear-gradient(#0000,#ffffff1a,#0000);width:1px;position:absolute;top:15%;bottom:15%;right:-1rem}@media (width<=768px){.stats-section__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.stats-section__item:not(:last-child):after{display:none}}.highlight-projects-section__label{text-align:center;margin-bottom:var(--space-4);display:block}.highlight-projects-section__title{text-align:center;margin:0 0 2rem}.highlight-projects-section__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.highlight-projects-section__grid .project-card__description{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.highlight-projects-section__cta{justify-content:center;margin-top:2.5rem;display:flex}@media (width<=768px){.highlight-projects-section__grid{grid-template-columns:1fr}}.about-me-section__label{margin-bottom:var(--space-4);display:block}.about-me-section__grid{grid-template-columns:380px 1fr;align-items:center;gap:4rem;display:grid}.about-me-section__image img{border-radius:var(--radius-xl);object-fit:cover;width:100%;height:auto;box-shadow:0 20px 60px #0000001a}.about-me-section__text p{color:var(--color-text-tertiary);margin:0 0 2rem;font-size:1.125rem;line-height:1.8}.about-me-section__pull-quote{font-family:var(--font-heading);color:var(--color-text-primary);border-left:3px solid var(--color-accent);margin:0 0 2rem;padding-left:1.25rem;font-size:1.375rem;font-weight:600;line-height:1.4}@media (width<=768px){.about-me-section__grid{grid-template-columns:1fr;gap:2rem}.about-me-section__image img{max-width:300px;margin:0 auto;display:block}}.testimonials-section__header{margin-bottom:2.5rem}.testimonials-section__title{max-width:40rem;margin:0}.testimonials-section__footer{justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;display:flex}.testimonials-section__nav{border:1px solid var(--glass-border);border-radius:var(--radius-md);flex-shrink:0;align-items:stretch;display:flex;overflow:hidden}.testimonials-section__nav-btn{border-radius:0;width:3rem}.testimonials-section__nav-btn+.testimonials-section__nav-btn{border-left:1px solid var(--glass-border)}.testimonials-section__nav-btn:disabled{opacity:.3;cursor:default}.testimonials-section__track{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);position:relative}.testimonials-section__scroll{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.5rem;padding-left:max(var(--container-padding), calc((100vw - var(--container-max)) / 2 + var(--container-padding)));padding-right:max(var(--container-padding), calc((100vw - var(--container-max)) / 2 + var(--container-padding)));align-items:stretch;gap:1.5rem;display:flex;overflow-x:auto}.testimonials-section__scroll::-webkit-scrollbar{display:none}.testimonials-section__scroll>.testimonial-card{scroll-snap-align:start;flex:0 0 400px}@media (width<=640px){.testimonials-section__scroll>.testimonial-card{flex:0 0 85vw}.testimonials-section__footer{flex-wrap:wrap}}.latest-posts-section__label{text-align:center;margin-bottom:var(--space-4);display:block}.latest-posts-section__title{text-align:center;margin:0 0 var(--space-12)}.latest-posts-section__grid{gap:var(--space-8);animation:latestPostsFadeIn .6s var(--ease-out-expo) both;grid-template-columns:repeat(3,1fr);display:grid}@keyframes latestPostsFadeIn{0%{opacity:0}to{opacity:1}}@keyframes latestPostsCardIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.latest-posts-card{background:var(--color-bg-surface);border:1px solid var(--glass-border);border-radius:var(--radius-lg);animation:latestPostsCardIn .5s var(--ease-out-expo) both;animation-delay:calc(var(--stagger,0) * 80ms);transition:transform .3s var(--ease-out-expo), box-shadow .3s var(--ease-out-expo), border-color .3s ease;overflow:hidden}.latest-posts-card:hover{border-color:var(--glass-border-hover);box-shadow:0 8px 24px #0000001f, 0 0 0 1px var(--glass-border-hover);transform:translateY(-4px)}.latest-posts-card__link{color:inherit;cursor:pointer;flex-direction:column;height:100%;text-decoration:none;display:flex}.latest-posts-card__image-wrap{aspect-ratio:16/9;flex-shrink:0;position:relative;overflow:hidden}.latest-posts-card__image{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--ease-out-expo);display:block}.latest-posts-card:hover .latest-posts-card__image{transform:scale(1.04)}.latest-posts-card__image-placeholder{background:linear-gradient(135deg, var(--color-bg-elevated) 0%, var(--color-bg-surface) 100%);width:100%;height:100%}.latest-posts-card__body{padding:var(--space-6);gap:var(--space-3);flex-direction:column;flex:1;display:flex}.latest-posts-card__categories{gap:var(--space-2);flex-wrap:wrap;display:flex}.latest-posts-card__title{font-size:var(--text-xl);font-weight:var(--font-bold);line-height:var(--leading-snug);letter-spacing:var(--tracking-tight);color:var(--color-text-primary);margin:0;transition:color .2s}.latest-posts-card:hover .latest-posts-card__title{color:var(--color-accent-text)}.latest-posts-card__summary{font-size:var(--text-sm);line-height:var(--leading-normal);color:var(--color-text-tertiary);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:0;display:-webkit-box;overflow:hidden}.latest-posts-card__footer{padding-top:var(--space-3);border-top:1px solid var(--glass-border);justify-content:space-between;align-items:center;margin-top:auto;display:flex}.latest-posts-card__date{font-size:var(--text-sm);color:var(--color-text-tertiary)}.latest-posts-card__read-more{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--color-accent-text);transition:opacity .2s}.latest-posts-card:hover .latest-posts-card__read-more{opacity:.8}.latest-posts-section__cta{margin-top:var(--space-12);justify-content:center;display:flex}@media (prefers-reduced-motion:reduce){.latest-posts-section__grid,.latest-posts-card{animation:none}.latest-posts-card,.latest-posts-card__image,.latest-posts-card__title,.latest-posts-card__read-more{transition:none}.latest-posts-card:hover{box-shadow:none;transform:none}.latest-posts-card:hover .latest-posts-card__image{transform:none}}@media (width<=1024px){.latest-posts-section__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.latest-posts-section__grid{gap:var(--space-6);grid-template-columns:1fr}.latest-posts-section__title{margin-bottom:var(--space-8)}}.home-page{flex-direction:column;display:flex}
