:root{--vem-purple-dark:#2d1b4e;--vem-purple-mid:#6b3fa0;--vem-purple-light:#a78bde;--vem-purple-pale:#f7f5ff;--vem-purple-hover:#8a55c2;--vem-white:#ffffff;--vem-off-white:#faf9fd;--vem-gray-100:#f1eff7;--vem-gray-200:#e2ddef;--vem-gray-400:#9b92b5;--vem-gray-600:#5e5478;--vem-gray-800:#2a2240;--vem-black:#100c1e;--vem-font-sans:'Inter',system-ui,-apple-system,sans-serif;--vem-font-size-xs:0.75rem;--vem-font-size-sm:0.875rem;--vem-font-size-base:1rem;--vem-font-size-lg:1.125rem;--vem-font-size-xl:1.25rem;--vem-font-size-2xl:1.5rem;--vem-font-size-3xl:2rem;--vem-font-size-4xl:2.75rem;--vem-font-size-5xl:3.75rem;--vem-radius-sm:4px;--vem-radius-md:8px;--vem-radius-lg:16px;--vem-radius-full:9999px;--vem-shadow-sm:0 1px 3px rgba(45,27,78,0.08);--vem-shadow-md:0 4px 16px rgba(45,27,78,0.12);--vem-shadow-lg:0 12px 40px rgba(45,27,78,0.18);--vem-transition:0.25s ease;--vem-container:1200px;--vem-gap:clamp(1.5rem,4vw,3rem)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--vem-font-sans);font-size:var(--vem-font-size-base);line-height:1.7;color:var(--vem-gray-800);background-color:var(--vem-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button,input,textarea,select{font:inherit}h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.2;color:var(--vem-purple-dark)}.container{width:100%;max-width:var(--vem-container);margin-inline:auto;padding-inline:clamp(1rem,5vw,2.5rem)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.eyebrow{display:inline-block;font-size:var(--vem-font-size-xs);font-weight:500;letter-spacing:0.14em;text-transform:uppercase;color:var(--vem-purple-light)}.btn{display:inline-flex;align-items:center;gap:0.5rem;padding:0.75rem 1.75rem;border-radius:var(--vem-radius-sm);font-size:var(--vem-font-size-sm);font-weight:500;letter-spacing:0.02em;cursor:pointer;border:none;transition:background var(--vem-transition),color var(--vem-transition),transform var(--vem-transition);text-decoration:none}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn--primary{background:var(--vem-purple-mid);color:var(--vem-white)}.btn--primary:hover{background:var(--vem-purple-hover)}.btn--outline{background:transparent;color:var(--vem-purple-dark);border:1.5px solid var(--vem-purple-dark)}.btn--outline:hover{background:var(--vem-purple-dark);color:var(--vem-white)}.btn--ghost{background:rgba(255,255,255,0.1);color:var(--vem-white);border:1.5px solid rgba(255,255,255,0.25)}.btn--ghost:hover{background:rgba(255,255,255,0.2)}.btn--ghost{background:rgba(255,255,255,0.1);color:var(--vem-white);border:1.5px solid rgba(255,255,255,0.25)}.btn--ghost:hover{background:rgba(255,255,255,0.2)}.wp-block-group.alignfull,.wp-block-group.alignwide,.alignfull,.alignwide{max-width:100%!important;width:100%!important;margin-left:0!important;margin-right:0!important}.entry-content,.project-body__content,.post-body{overflow-x:hidden}.project-body__content img,.post-body img{max-width:100%;height:auto}.site-header{position:sticky;top:0;z-index:100;background:var(--vem-purple-dark);border-bottom:1px solid rgba(255,255,255,0.08);backdrop-filter:blur(8px)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:68px}.site-logo{display:flex;align-items:center;gap:0.75rem;text-decoration:none}.site-logo__mark{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:var(--vem-purple-mid);border-radius:var(--vem-radius-sm);font-size:var(--vem-font-size-sm);font-weight:700;color:var(--vem-white);letter-spacing:0.05em;flex-shrink:0}.site-logo__text{display:flex;flex-direction:column;line-height:1.1}.site-logo__name{font-size:var(--vem-font-size-base);font-weight:500;color:var(--vem-white);letter-spacing:0.04em}.site-logo__sub{font-size:0.68rem;color:var(--vem-purple-light);letter-spacing:0.1em;text-transform:uppercase}.primary-nav{display:flex;align-items:center;gap:0.25rem}.primary-nav a{display:inline-block;padding:0.5rem 1rem;font-size:var(--vem-font-size-sm);color:rgba(255,255,255,0.75);border-radius:var(--vem-radius-sm);transition:background var(--vem-transition),color var(--vem-transition);letter-spacing:0.02em}.primary-nav a:hover,.primary-nav a.current-menu-item{background:rgba(255,255,255,0.08);color:var(--vem-white)}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:0.5rem;color:var(--vem-white)}.nav-toggle__bar{display:block;width:24px;height:2px;background:currentColor;border-radius:2px;transition:transform var(--vem-transition),opacity var(--vem-transition);margin:5px 0}.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(2){opacity:0}.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 68px)}.hero__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(2.5rem,8vw,6rem) clamp(2rem,5vw,5rem);background:var(--vem-purple-pale)}.hero__eyebrow{margin-bottom:1.25rem}.hero__title{font-size:clamp(var(--vem-font-size-3xl),5vw,var(--vem-font-size-5xl));font-weight:500;color:var(--vem-purple-dark);line-height:1.1;margin-bottom:1.25rem}.hero__title em{font-style:normal;color:var(--vem-purple-mid)}.hero__desc{font-size:var(--vem-font-size-lg);color:var(--vem-gray-600);line-height:1.7;max-width:38ch;margin-bottom:2.5rem}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.hero__visual{background:var(--vem-purple-dark);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;position:relative;overflow:hidden}.hero__visual::before{content:'';position:absolute;width:400px;height:400px;border-radius:50%;border:1px solid rgba(167,139,222,0.12);top:50%;left:50%;transform:translate(-50%,-50%)}.hero__visual::after{content:'';position:absolute;width:250px;height:250px;border-radius:50%;border:1px solid rgba(167,139,222,0.18);top:50%;left:50%;transform:translate(-50%,-50%)}.hero__circles{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1rem}.hero__circle{border-radius:50%;background:rgba(255,255,255,0.06);border:1px solid rgba(167,139,222,0.2);flex-shrink:0;transition:transform 4s ease-in-out;animation:float linear infinite}.hero__circle--lg{width:96px;height:96px;animation-duration:7s}.hero__circle--md{width:64px;height:64px;animation-duration:5s;animation-delay:-2s}.hero__circle--sm{width:40px;height:40px;animation-duration:6s;animation-delay:-4s}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}.hero__line{width:2px;height:48px;background:linear-gradient(to bottom,var(--vem-purple-light),transparent);border-radius:1px}.hero__author{position:relative;z-index:1;text-align:center;margin-top:2.5rem}.hero__author-name{font-size:var(--vem-font-size-base);font-weight:500;color:rgba(255,255,255,0.9);letter-spacing:0.04em}.hero__author-role{font-size:var(--vem-font-size-xs);color:var(--vem-purple-light);letter-spacing:0.1em;text-transform:uppercase;margin-top:0.25rem}.features-strip{background:var(--vem-white);border-bottom:1px solid var(--vem-gray-200)}.features-strip__grid{display:grid;grid-template-columns:repeat(3,1fr)}.feature-item{display:flex;flex-direction:column;gap:0.5rem;padding:2rem 2.5rem;border-right:1px solid var(--vem-gray-200);transition:background var(--vem-transition)}.feature-item:last-child{border-right:none}.feature-item:hover{background:var(--vem-purple-pale)}.feature-item__icon{font-size:1.5rem;color:var(--vem-purple-mid);margin-bottom:0.25rem}.feature-item__title{font-size:var(--vem-font-size-base);font-weight:500;color:var(--vem-purple-dark)}.feature-item__desc{font-size:var(--vem-font-size-sm);color:var(--vem-gray-400);line-height:1.6}.section-header{margin-bottom:3rem}.section-header--center{text-align:center}.section-header__title{font-size:clamp(var(--vem-font-size-2xl),3.5vw,var(--vem-font-size-4xl));color:var(--vem-purple-dark);margin-top:0.5rem;margin-bottom:0.75rem}.section-header__desc{font-size:var(--vem-font-size-lg);color:var(--vem-gray-400);max-width:52ch;line-height:1.7}.section-header--center .section-header__desc{margin-inline:auto}.projects-section{padding-block:clamp(4rem,8vw,7rem);background:var(--vem-off-white)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem}.project-card{background:var(--vem-white);border-radius:var(--vem-radius-lg);overflow:hidden;border:1px solid var(--vem-gray-200);transition:box-shadow var(--vem-transition),transform var(--vem-transition);text-decoration:none;display:block;color:inherit}.project-card:hover{box-shadow:var(--vem-shadow-lg);transform:translateY(-4px)}.project-card__media{position:relative;aspect-ratio:16 / 10;overflow:hidden;background:var(--vem-gray-100)}.project-card__media img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.project-card:hover .project-card__media img{transform:scale(1.04)}.project-card__badge{position:absolute;top:1rem;left:1rem;background:var(--vem-purple-mid);color:var(--vem-white);font-size:var(--vem-font-size-xs);font-weight:500;padding:0.3rem 0.75rem;border-radius:var(--vem-radius-full);letter-spacing:0.06em}.project-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--vem-purple-dark),var(--vem-purple-mid));font-size:3rem;color:rgba(255,255,255,0.3)}.project-card__body{padding:1.5rem}.project-card__meta{font-size:var(--vem-font-size-xs);color:var(--vem-purple-light);letter-spacing:0.08em;text-transform:uppercase;margin-bottom:0.5rem}.project-card__title{font-size:var(--vem-font-size-xl);font-weight:500;color:var(--vem-purple-dark);margin-bottom:0.5rem;line-height:1.3}.project-card__excerpt{font-size:var(--vem-font-size-sm);color:var(--vem-gray-400);line-height:1.65;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.projects-section__more{text-align:center;margin-top:3rem}.blog-section{padding-block:clamp(4rem,8vw,7rem);background:var(--vem-white)}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.blog-card{display:flex;flex-direction:column;border-bottom:2px solid var(--vem-gray-100);padding-bottom:1.5rem;text-decoration:none;color:inherit;transition:border-color var(--vem-transition)}.blog-card:hover{border-color:var(--vem-purple-mid)}.blog-card__date{font-size:var(--vem-font-size-xs);color:var(--vem-gray-400);letter-spacing:0.06em;margin-bottom:0.75rem}.blog-card__title{font-size:var(--vem-font-size-lg);font-weight:500;color:var(--vem-purple-dark);line-height:1.35;margin-bottom:0.75rem;transition:color var(--vem-transition)}.blog-card:hover .blog-card__title{color:var(--vem-purple-mid)}.blog-card__excerpt{font-size:var(--vem-font-size-sm);color:var(--vem-gray-400);line-height:1.7;flex:1}.blog-card__more{display:inline-flex;align-items:center;gap:0.35rem;font-size:var(--vem-font-size-sm);color:var(--vem-purple-mid);font-weight:500;margin-top:1rem}.about-strip{background:var(--vem-purple-dark);padding-block:clamp(3rem,6vw,5rem)}.about-strip__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-strip__eyebrow{color:var(--vem-purple-light)}.about-strip__title{font-size:clamp(var(--vem-font-size-2xl),3vw,var(--vem-font-size-3xl));color:var(--vem-white);margin-top:0.5rem;margin-bottom:1rem}.about-strip__text{color:rgba(255,255,255,0.7);line-height:1.8;font-size:var(--vem-font-size-base)}.about-strip__stats{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.about-stat{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:var(--vem-radius-md);padding:1.5rem}.about-stat__num{font-size:var(--vem-font-size-3xl);font-weight:500;color:var(--vem-purple-light);line-height:1;margin-bottom:0.35rem}.about-stat__label{font-size:var(--vem-font-size-xs);color:rgba(255,255,255,0.5);letter-spacing:0.08em;text-transform:uppercase}.contact-cta{background:var(--vem-purple-pale);padding-block:clamp(3rem,6vw,5rem);text-align:center;border-top:1px solid var(--vem-gray-200)}.contact-cta__title{font-size:clamp(var(--vem-font-size-2xl),3vw,var(--vem-font-size-3xl));color:var(--vem-purple-dark);margin-top:0.5rem;margin-bottom:0.75rem}.contact-cta__desc{color:var(--vem-gray-400);max-width:44ch;margin-inline:auto;margin-bottom:2rem}.vem-social-links{display:flex;gap:0.5rem;margin-top:0.75rem;flex-wrap:wrap}.vem-social-link{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid rgba(255,255,255,0.15);border-radius:50%;color:rgba(255,255,255,0.5);text-decoration:none;transition:border-color var(--vem-transition),color var(--vem-transition);flex-shrink:0}.vem-social-link:hover{border-color:var(--vem-purple-light);color:var(--vem-purple-light)}.site-footer{background:var(--vem-black);color:rgba(255,255,255,0.6);padding-block:2.5rem;font-size:var(--vem-font-size-sm)}.site-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.site-footer__logo{font-size:var(--vem-font-size-base);font-weight:500;color:var(--vem-white);letter-spacing:0.05em}.site-footer__nav{display:flex;gap:1.5rem}.site-footer__nav a{color:rgba(255,255,255,0.5);transition:color var(--vem-transition)}.site-footer__nav a:hover{color:var(--vem-purple-light)}.site-footer__copy{color:rgba(255,255,255,0.3)}.archive-hero{background:var(--vem-purple-dark);padding-block:clamp(3rem,6vw,5rem)}.archive-hero__eyebrow{color:var(--vem-purple-light);margin-bottom:0.75rem}.archive-hero__title{font-size:clamp(var(--vem-font-size-3xl),5vw,var(--vem-font-size-4xl));color:var(--vem-white);margin-bottom:0.75rem}.archive-hero__desc{color:rgba(255,255,255,0.65);font-size:var(--vem-font-size-lg);max-width:52ch}.archive-content{padding-block:clamp(3rem,6vw,5rem)}.project-hero{background:var(--vem-purple-dark);padding-block:clamp(3rem,6vw,5rem)}.project-hero__eyebrow{color:var(--vem-purple-light);margin-bottom:0.75rem}.project-hero__title{font-size:clamp(var(--vem-font-size-3xl),5vw,var(--vem-font-size-5xl));color:var(--vem-white);margin-bottom:1rem}.project-hero__meta{display:flex;gap:1.5rem;flex-wrap:wrap}.project-hero__meta-item{display:flex;flex-direction:column;gap:0.2rem}.project-hero__meta-label{font-size:var(--vem-font-size-xs);color:var(--vem-purple-light);letter-spacing:0.1em;text-transform:uppercase}.project-hero__meta-value{font-size:var(--vem-font-size-base);color:rgba(255,255,255,0.85);font-weight:500}.project-body{padding-block:clamp(3rem,6vw,5rem);overflow:hidden}.project-body__inner{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:3rem;align-items:start}.project-body__content{font-size:var(--vem-font-size-base);line-height:1.8;color:var(--vem-gray-800);min-width:0;overflow:hidden}.project-body__content .wp-block-group,.project-body__content .wp-block-image,.project-body__content figure,.project-body__content img{max-width:100%!important;width:auto!important;margin-left:0!important;margin-right:0!important}.project-body__content p{margin-bottom:1.25rem}.project-body__content h2{font-size:var(--vem-font-size-2xl);color:var(--vem-purple-dark);margin:2rem 0 0.75rem}.project-body__content h3{font-size:var(--vem-font-size-xl);color:var(--vem-purple-dark);margin:1.5rem 0 0.5rem}.project-video{margin-bottom:3rem}.project-video__title{font-size:var(--vem-font-size-lg);color:var(--vem-purple-dark);margin-bottom:1rem;font-weight:500}.project-video__embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--vem-radius-md);background:var(--vem-gray-100)}.project-video__embed iframe{position:absolute;inset:0;width:100%;height:100%;border:none;border-radius:var(--vem-radius-md)}.project-gallery{margin-bottom:3rem}.project-gallery__title{font-size:var(--vem-font-size-lg);color:var(--vem-purple-dark);margin-bottom:1rem;font-weight:500}.gallery-viewer{background:var(--vem-gray-100);border-radius:var(--vem-radius-lg);overflow:hidden;border:1px solid var(--vem-gray-200);width:100%}.gallery-viewer__stage{position:relative;width:100%;height:0;padding-bottom:62.5%;background:var(--vem-purple-dark);overflow:hidden}.gallery-viewer__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 0.4s ease;display:block}.gallery-viewer__img.is-active{opacity:1}.gallery-viewer__prev,.gallery-viewer__next{position:absolute;top:50%;transform:translateY(-50%);background:rgba(45,27,78,0.7);color:var(--vem-white);border:none;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.25rem;z-index:2;transition:background var(--vem-transition);backdrop-filter:blur(4px)}.gallery-viewer__prev:hover,.gallery-viewer__next:hover{background:var(--vem-purple-mid)}.gallery-viewer__prev{left:1rem}.gallery-viewer__next{right:1rem}.gallery-viewer__counter{position:absolute;bottom:1rem;right:1rem;background:rgba(0,0,0,0.5);color:var(--vem-white);font-size:var(--vem-font-size-xs);padding:0.3rem 0.75rem;border-radius:var(--vem-radius-full);letter-spacing:0.08em;backdrop-filter:blur(4px)}.gallery-viewer__thumbs{display:flex;gap:0.5rem;padding:0.75rem;overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--vem-purple-light) transparent;background:var(--vem-white)}.gallery-viewer__thumbs::-webkit-scrollbar{height:4px}.gallery-viewer__thumbs::-webkit-scrollbar-thumb{background:var(--vem-purple-light);border-radius:2px}.gallery-viewer__thumb{flex-shrink:0;width:72px;height:52px;border-radius:var(--vem-radius-sm);overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color var(--vem-transition);background:var(--vem-gray-100)}.gallery-viewer__thumb.is-active{border-color:var(--vem-purple-mid)}.gallery-viewer__thumb img{width:100%;height:100%;object-fit:cover;display:block}.project-sidebar{position:sticky;top:88px}.project-sidebar__box{background:var(--vem-purple-pale);border-radius:var(--vem-radius-lg);padding:1.5rem;border:1px solid var(--vem-gray-200);margin-bottom:1.5rem}.project-sidebar__label{font-size:var(--vem-font-size-xs);letter-spacing:0.1em;text-transform:uppercase;color:var(--vem-gray-400);margin-bottom:0.35rem}.project-sidebar__value{font-size:var(--vem-font-size-base);color:var(--vem-purple-dark);font-weight:500}.project-sidebar__divider{border:none;border-top:1px solid var(--vem-gray-200);margin:1rem 0}.post-hero{background:var(--vem-purple-dark);padding-block:clamp(3rem,6vw,5rem)}.post-hero__back{display:inline-flex;align-items:center;gap:0.4rem;font-size:var(--vem-font-size-sm);color:var(--vem-purple-light);margin-bottom:1.25rem;transition:color var(--vem-transition)}.post-hero__back:hover{color:var(--vem-white)}.post-hero__title{font-size:clamp(var(--vem-font-size-2xl),4vw,var(--vem-font-size-4xl));color:var(--vem-white);margin-bottom:1rem;max-width:20ch}.post-hero__meta{font-size:var(--vem-font-size-sm);color:rgba(255,255,255,0.5)}.post-body{padding-block:clamp(3rem,6vw,5rem);max-width:72ch;margin-inline:auto;padding-inline:clamp(1rem,5vw,2.5rem)}.post-body p{margin-bottom:1.4rem}.post-body h2{font-size:var(--vem-font-size-2xl);color:var(--vem-purple-dark);margin:2.5rem 0 0.75rem}.post-body h3{font-size:var(--vem-font-size-xl);color:var(--vem-purple-dark);margin:2rem 0 0.5rem}.post-body ul{list-style:disc;padding-left:1.5rem;margin-bottom:1.25rem}.post-body li{margin-bottom:0.4rem}.post-body blockquote{border-left:3px solid var(--vem-purple-mid);padding-left:1.25rem;color:var(--vem-gray-600);font-style:italic;margin:1.5rem 0}.post-body img{border-radius:var(--vem-radius-md);margin-block:1.5rem}.post-body a{color:var(--vem-purple-mid);text-decoration:underline;text-decoration-color:rgba(107,63,160,0.3);transition:text-decoration-color var(--vem-transition)}.post-body a:hover{text-decoration-color:var(--vem-purple-mid)}.contact-page{padding-block:clamp(3rem,6vw,5rem)}.contact-page__inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.contact-info__title{font-size:var(--vem-font-size-2xl);color:var(--vem-purple-dark);margin-top:0.5rem;margin-bottom:1rem}.contact-info__text{color:var(--vem-gray-400);line-height:1.8;margin-bottom:2rem}.contact-detail{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.contact-detail__icon{width:40px;height:40px;background:var(--vem-purple-pale);border-radius:var(--vem-radius-md);display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:var(--vem-purple-mid);flex-shrink:0}.contact-detail__label{font-size:var(--vem-font-size-xs);color:var(--vem-gray-400);letter-spacing:0.06em;text-transform:uppercase;margin-bottom:0.2rem}.contact-detail__value{font-size:var(--vem-font-size-base);color:var(--vem-purple-dark);font-weight:500}.contact-form-wrap .wpforms-container{padding:0!important}.contact-form-wrap .wpforms-field input,.contact-form-wrap .wpforms-field textarea{border:1.5px solid var(--vem-gray-200)!important;border-radius:var(--vem-radius-md)!important;padding:0.75rem 1rem!important;font-family:var(--vem-font-sans)!important;font-size:var(--vem-font-size-base)!important;color:var(--vem-gray-800)!important;background:var(--vem-white)!important;transition:border-color var(--vem-transition)!important;width:100%!important}.contact-form-wrap .wpforms-field input:focus,.contact-form-wrap .wpforms-field textarea:focus{outline:none!important;border-color:var(--vem-purple-mid)!important;box-shadow:0 0 0 3px rgba(107,63,160,0.12)!important}.contact-form-wrap .wpforms-field label{font-size:var(--vem-font-size-sm)!important;font-weight:500!important;color:var(--vem-purple-dark)!important;margin-bottom:0.4rem!important}.contact-form-wrap .wpforms-submit-container button{background:var(--vem-purple-mid)!important;color:var(--vem-white)!important;border:none!important;padding:0.8rem 2rem!important;border-radius:var(--vem-radius-sm)!important;font-size:var(--vem-font-size-base)!important;font-weight:500!important;cursor:pointer!important;transition:background var(--vem-transition)!important;font-family:var(--vem-font-sans)!important}.contact-form-wrap .wpforms-submit-container button:hover{background:var(--vem-purple-hover)!important}.project-credits{margin-bottom:2.5rem}.project-credits__title{font-size:var(--vem-font-size-lg);color:var(--vem-purple-dark);margin-bottom:1rem;font-weight:500}.project-credits__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:0.75rem;margin-bottom:1.25rem}.credit-item{background:var(--vem-purple-pale);border-radius:var(--vem-radius-md);padding:0.75rem 1rem}.credit-item__label{font-size:var(--vem-font-size-xs);color:var(--vem-gray-400);letter-spacing:0.08em;text-transform:uppercase;margin-bottom:0.25rem}.credit-item__value{font-size:var(--vem-font-size-sm);color:var(--vem-purple-dark);font-weight:500;line-height:1.5}.project-support{border-left:2px solid var(--vem-purple-light);padding-left:1rem;font-size:var(--vem-font-size-sm);color:var(--vem-gray-600);line-height:1.7;font-style:italic}.pagination{display:flex;justify-content:center;gap:0.5rem;margin-top:3rem}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--vem-radius-md);font-size:var(--vem-font-size-sm);font-weight:500;border:1.5px solid var(--vem-gray-200);color:var(--vem-gray-600);transition:all var(--vem-transition);text-decoration:none}.pagination a:hover{border-color:var(--vem-purple-mid);color:var(--vem-purple-mid)}.pagination .current{background:var(--vem-purple-mid);border-color:var(--vem-purple-mid);color:var(--vem-white)}@media (max-width:1024px){.hero{grid-template-columns:1fr;min-height:auto}.hero__visual{min-height:300px;order:-1}.about-strip__inner{grid-template-columns:1fr;gap:2.5rem}.project-body__inner{grid-template-columns:1fr}.project-sidebar{position:static}.contact-page__inner{grid-template-columns:1fr;gap:3rem}}@media (max-width:768px){.features-strip__grid{grid-template-columns:1fr}.feature-item{border-right:none;border-bottom:1px solid var(--vem-gray-200)}.feature-item:last-child{border-bottom:none}.primary-nav{display:none;position:fixed;inset:68px 0 0 0;background:var(--vem-purple-dark);flex-direction:column;padding:2rem;gap:0.5rem;z-index:99}.primary-nav.is-open{display:flex}.primary-nav a{font-size:var(--vem-font-size-lg);padding:0.75rem 1rem;width:100%}.nav-toggle{display:block}.blog-grid{grid-template-columns:1fr}.projects-grid{grid-template-columns:1fr}.about-strip__stats{grid-template-columns:1fr 1fr}.site-footer__inner{flex-direction:column;text-align:center}}@media (max-width:480px){.hero__actions{flex-direction:column}.btn{justify-content:center}.about-strip__stats{grid-template-columns:1fr}}