.navbar:where(.astro-jljvkfhn){position:absolute;z-index:1000;width:100%}.navbar__container:where(.astro-jljvkfhn){max-width:var(--container-xl);margin:0 auto;padding:0 var(--container-padding);display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;min-height:80px}.navbar__brand:where(.astro-jljvkfhn){display:flex;align-items:center;gap:var(--gap-sm);text-decoration:none;flex-shrink:0}.navbar__brand:where(.astro-jljvkfhn) .brand__logo-img:where(.astro-jljvkfhn){height:clamp(35px,4vw,45px);width:auto;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(51,71,73,.1));display:block}.navbar__brand:where(.astro-jljvkfhn) .brand__text:where(.astro-jljvkfhn){display:flex;flex-direction:column;gap:var(--space-1)}.navbar__brand:where(.astro-jljvkfhn) .brand__logo:where(.astro-jljvkfhn){color:var(--oveco-secondary);font-family:var(--oveco-font-family);font-weight:var(--font-weight-semibold);font-size:clamp(1.5rem,2.5vw,2rem);line-height:1;text-decoration:none}.navbar__brand:where(.astro-jljvkfhn) .brand__tagline:where(.astro-jljvkfhn){color:var(--oveco-accent);font-family:var(--oveco-font-family);font-weight:var(--font-weight-semibold);font-size:var(--font-size-xs);line-height:1;text-transform:uppercase;letter-spacing:var(--letter-spacing-wide)}.navbar__menu:where(.astro-jljvkfhn){display:flex;align-items:center;gap:var(--gap-xl);list-style:none;margin:0;padding:0;flex:1 1 auto;min-width:0}.navbar__links:where(.astro-jljvkfhn){display:flex;align-items:center;gap:var(--gap-xl);margin-inline:auto;min-width:0;list-style:none;padding:0}.navbar__links:where(.astro-jljvkfhn) li:where(.astro-jljvkfhn){list-style:none;margin:0;padding:0}.navbar__link:where(.astro-jljvkfhn){color:var(--oveco-text-light);font-family:var(--oveco-font-family);font-weight:var(--font-weight-regular);font-size:var(--font-size-base);line-height:var(--line-height-relaxed);text-decoration:none;white-space:nowrap;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);transition:all var(--transition-fast)}.navbar__link:where(.astro-jljvkfhn):hover,.navbar__link:where(.astro-jljvkfhn):focus{color:var(--oveco-accent);background:#028b9a0d}.navbar__link:where(.astro-jljvkfhn).active{color:var(--oveco-accent);font-weight:var(--font-weight-semibold);background:#028b9a1a}.navbar__cta:where(.astro-jljvkfhn){display:flex;align-items:center;gap:var(--gap-md)}.navbar__lang-switcher:where(.astro-jljvkfhn){display:flex;align-items:center;background:#33474914;border-radius:var(--radius-sm);padding:2px;gap:2px}.navbar__lang-btn:where(.astro-jljvkfhn){appearance:none;border:none;background:transparent;padding:var(--space-2) var(--space-3);font-family:var(--oveco-font-family);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--oveco-text-light);cursor:pointer;transition:all var(--transition-fast);border-radius:calc(var(--radius-sm) - 2px);min-width:40px;text-align:center}.navbar__lang-btn:where(.astro-jljvkfhn):hover{color:var(--oveco-secondary);background:#3347490d}.navbar__lang-btn--active:where(.astro-jljvkfhn){background:var(--oveco-white);color:var(--oveco-secondary);box-shadow:0 1px 3px #0000001a}.navbar__lang-btn--active:where(.astro-jljvkfhn):hover{background:var(--oveco-white)}.navbar__btn:where(.astro-jljvkfhn){display:inline-flex;align-items:center;justify-content:center;gap:var(--gap-xs);padding:var(--btn-padding-y-md) var(--btn-padding-x-md);background:#048b9a;border-radius:var(--btn-radius);color:var(--oveco-white);font-size:var(--font-size-base);font-family:var(--oveco-font-family);font-weight:var(--font-weight-bold);line-height:1;text-align:center;text-decoration:none;cursor:pointer;transition:all var(--transition-fast)}.navbar__btn:where(.astro-jljvkfhn):hover{background:#037a87;transform:translateY(-2px);box-shadow:var(--shadow-md)}.navbar__toggle:where(.astro-jljvkfhn){display:none;flex-direction:column;justify-content:center;align-items:center;width:32px;height:32px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1002;border-radius:var(--radius-xs);transition:background-color var(--transition-fast)}.navbar__toggle:where(.astro-jljvkfhn):hover{background:#028b9a1a}.navbar__toggle:where(.astro-jljvkfhn) span:where(.astro-jljvkfhn){display:block;width:24px;height:2px;background:var(--oveco-secondary);transform-origin:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.navbar__toggle:where(.astro-jljvkfhn) span:where(.astro-jljvkfhn):not(:last-child){margin-bottom:6px}.navbar__toggle:where(.astro-jljvkfhn).active span:where(.astro-jljvkfhn):nth-child(1){transform:rotate(45deg) translateY(8px)}.navbar__toggle:where(.astro-jljvkfhn).active span:where(.astro-jljvkfhn):nth-child(2){opacity:0;transform:scale(0)}.navbar__toggle:where(.astro-jljvkfhn).active span:where(.astro-jljvkfhn):nth-child(3){transform:rotate(-45deg) translateY(-8px)}.navbar__toggle:where(.astro-jljvkfhn):hover span:where(.astro-jljvkfhn){background:var(--oveco-accent)}.navbar-overlay:where(.astro-jljvkfhn){position:fixed;inset:0;background:#00000080;z-index:999;opacity:0;visibility:hidden;transition:all var(--transition-normal);backdrop-filter:blur(4px)}.navbar-overlay:where(.astro-jljvkfhn).active{opacity:1;visibility:visible}@media(min-width:1025px){.navbar-overlay:where(.astro-jljvkfhn){display:none}.navbar__toggle:where(.astro-jljvkfhn){display:none!important}}@media(max-width:1024px){.navbar__container:where(.astro-jljvkfhn){min-height:70px;padding:0 var(--container-padding)}.navbar__toggle:where(.astro-jljvkfhn){display:flex!important}.navbar__menu:where(.astro-jljvkfhn){position:fixed;inset:70px 0 0;background:var(--oveco-white);flex-direction:column;padding:var(--space-6) var(--container-padding);gap:var(--gap-xl);transform:translate(100%);opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:var(--shadow-lg);z-index:1001;overflow-y:auto}.navbar__menu:where(.astro-jljvkfhn).active{transform:translate(0);opacity:1;visibility:visible}.navbar__links:where(.astro-jljvkfhn){width:100%;flex-direction:column;justify-content:flex-start;align-items:center;gap:var(--gap-lg);margin:0}.navbar__links:where(.astro-jljvkfhn) li:where(.astro-jljvkfhn){width:100%}.navbar__link:where(.astro-jljvkfhn){font-size:var(--font-size-lg);padding:var(--space-4) var(--space-5);width:100%;text-align:center;display:block;border-radius:var(--radius-md)}.navbar__link:where(.astro-jljvkfhn):hover,.navbar__link:where(.astro-jljvkfhn):focus{background:#048b9a1a}.navbar__cta:where(.astro-jljvkfhn){width:100%;margin-top:auto;padding-top:var(--space-5);border-top:1px solid rgba(51,71,73,.1);flex-direction:column;align-items:center;gap:var(--gap-lg)}.navbar__btn:where(.astro-jljvkfhn){width:100%;max-width:300px;padding:var(--space-4) var(--space-6);font-size:var(--font-size-md);justify-content:center}.navbar__lang-switcher:where(.astro-jljvkfhn){justify-content:center}}@media(max-width:768px){.navbar__container:where(.astro-jljvkfhn){min-height:64px}.navbar__menu:where(.astro-jljvkfhn){top:64px}.navbar__brand:where(.astro-jljvkfhn) .brand__logo-img:where(.astro-jljvkfhn){height:38px}}@media(max-width:480px){.navbar__container:where(.astro-jljvkfhn){min-height:60px;padding:0 var(--space-4)}.navbar__menu:where(.astro-jljvkfhn){top:60px;padding:var(--space-5) var(--space-4)}.navbar__brand:where(.astro-jljvkfhn) .brand__logo-img:where(.astro-jljvkfhn){height:32px}.navbar__link:where(.astro-jljvkfhn){font-size:var(--font-size-md);padding:var(--space-3) var(--space-4)}.navbar__btn:where(.astro-jljvkfhn){padding:var(--space-3) var(--space-5);font-size:var(--font-size-base)}}.contact-section:where(.astro-xmivup5a){width:100%;background:var(--oveco-white);display:flex;justify-content:center;align-items:center;padding:var(--section-padding-y) var(--container-padding)}.contact:where(.astro-xmivup5a){width:100%;display:flex;justify-content:center}.contact__container:where(.astro-xmivup5a){width:100%;max-width:var(--container-xl);margin:0 auto;display:grid;grid-template-columns:1fr 560px;gap:var(--gap-2xl);align-items:start}@media(max-width:1100px){.contact__container:where(.astro-xmivup5a){grid-template-columns:1fr;justify-items:center;text-align:center;gap:var(--gap-2xl)}.contact__info:where(.astro-xmivup5a){align-items:center;max-width:100%}.contact__info-header:where(.astro-xmivup5a){align-items:center;text-align:center}.contact__subtitle:where(.astro-xmivup5a),.contact__title:where(.astro-xmivup5a),.contact__description:where(.astro-xmivup5a){text-align:center}.contact__list:where(.astro-xmivup5a){align-items:center}.contact__panel:where(.astro-xmivup5a){width:100%;max-width:560px}}@media(max-width:768px){.contact-section:where(.astro-xmivup5a){padding:var(--space-7) var(--container-padding)}}@media(max-width:480px){.contact-section:where(.astro-xmivup5a){padding:var(--space-6) var(--space-4)}.contact__container:where(.astro-xmivup5a){gap:var(--gap-xl)}}.contact__info:where(.astro-xmivup5a){width:100%;max-width:500px;display:inline-flex;flex-direction:column;gap:var(--gap-2xl)}.contact__info-header:where(.astro-xmivup5a){display:flex;flex-direction:column;gap:var(--gap-md)}.contact__subtitle:where(.astro-xmivup5a){color:var(--oveco-text-light);font-size:var(--font-size-subtitle);font-family:var(--oveco-font-family);font-weight:var(--font-weight-bold);text-transform:uppercase;line-height:var(--line-height-snug);letter-spacing:var(--letter-spacing-wider);margin:0}.contact__title:where(.astro-xmivup5a){color:var(--oveco-secondary);font-size:var(--font-size-h2);font-family:var(--oveco-font-family);font-weight:var(--font-weight-extrabold);line-height:var(--line-height-tight);margin:0}.contact__description:where(.astro-xmivup5a){color:var(--oveco-text-light);font-size:var(--font-size-base);font-family:var(--oveco-font-family);font-weight:var(--font-weight-regular);line-height:var(--line-height-relaxed);margin:0}.contact__list:where(.astro-xmivup5a){display:flex;flex-direction:column;gap:var(--gap-lg);margin:0;padding:0;list-style:none}.contact__item:where(.astro-xmivup5a){display:inline-flex;align-items:center;gap:var(--gap-xs)}.contact__text:where(.astro-xmivup5a){color:var(--oveco-text-light);font-size:var(--font-size-md);font-family:var(--oveco-font-family);font-weight:var(--font-weight-regular);line-height:var(--line-height-relaxed)}.contact__text--empty:where(.astro-xmivup5a){color:var(--oveco-gray-medium);font-style:italic}.contact__link:where(.astro-xmivup5a){text-decoration:none;font-size:var(--font-size-md);line-height:var(--line-height-relaxed);font-family:var(--oveco-font-family);font-weight:var(--font-weight-regular)}.contact__link--accent:where(.astro-xmivup5a){color:var(--oveco-accent)}.contact__item-icon:where(.astro-xmivup5a){width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:var(--oveco-text-light);opacity:.8}.contact__item-icon:where(.astro-xmivup5a) svg:where(.astro-xmivup5a){display:block;width:19px;height:19px}.contact__item-icon--location:where(.astro-xmivup5a){width:16px;height:19px}.contact__item-icon--location:where(.astro-xmivup5a) svg:where(.astro-xmivup5a){width:16px;height:19px}.contact__item-icon:where(.astro-xmivup5a):has(svg){background-image:none!important}.contact__panel:where(.astro-xmivup5a){width:616px;min-height:auto;background:#048b9a0d;border-radius:60.19px 14.19px 60.19px 60.19px;position:relative;padding:65px 40px 40px;box-sizing:border-box}.contact__form:where(.astro-xmivup5a){display:flex;flex-direction:column;gap:var(--gap-xl)}.contact__groups:where(.astro-xmivup5a){display:flex;gap:var(--gap-lg);align-items:flex-start;flex-wrap:wrap;width:100%}.contact__col:where(.astro-xmivup5a):only-child{width:100%}.contact__col:where(.astro-xmivup5a):only-child .contact__field:where(.astro-xmivup5a){width:100%}.contact__col:where(.astro-xmivup5a):only-child .contact__input:where(.astro-xmivup5a){width:100%}.contact__col:where(.astro-xmivup5a){display:flex;flex-direction:column;gap:var(--gap-lg);flex:1;min-width:200px}.contact__field:where(.astro-xmivup5a){display:flex;flex-direction:column;gap:var(--gap-sm);width:100%}.contact__label:where(.astro-xmivup5a){color:#334749;font-family:var(--oveco-font-family);font-weight:700;font-size:18px;line-height:18px;margin:0;padding:0}.contact__input:where(.astro-xmivup5a){width:100%;height:72px;border-radius:50px;border:none;outline:none;background:#fffef8bf;padding:21.5px 24px;box-sizing:border-box;color:var(--oveco-text);font-size:16px;font-family:var(--oveco-font-family);line-height:28.8px;font-weight:var(--font-weight-regular);transition:box-shadow var(--transition-fast)}.contact__input:where(.astro-xmivup5a)::placeholder{color:#5c6d6f;font-weight:400}.contact__input:where(.astro-xmivup5a):focus{box-shadow:0 0 0 2px var(--oveco-accent)}.contact__field--message:where(.astro-xmivup5a){width:100%}.contact__textarea:where(.astro-xmivup5a){width:100%;max-width:100%;border-radius:20px;border:none;outline:none;background:#fffef8;padding:24px;box-sizing:border-box;color:var(--oveco-text);font-size:16px;font-family:var(--oveco-font-family);line-height:28.8px;font-weight:var(--font-weight-regular);min-height:160px;resize:vertical;transition:box-shadow var(--transition-fast)}.contact__textarea:where(.astro-xmivup5a)::placeholder{color:#5c6d6f;font-weight:400}.contact__textarea:where(.astro-xmivup5a):focus{box-shadow:0 0 0 2px var(--oveco-accent)}.contact__actions:where(.astro-xmivup5a){display:flex;justify-content:flex-end}.contact__submit:where(.astro-xmivup5a){display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:18px 30px;background:#334749;border-radius:30px;color:#fffef8;font-size:19.2px;font-family:var(--oveco-font-family);font-weight:700;line-height:23.04px;text-align:center;border:none;text-decoration:none;cursor:pointer;transition:all var(--transition-fast)}.contact__submit:where(.astro-xmivup5a):hover{background:#048b9a;transform:translateY(-2px);box-shadow:var(--shadow-md)}.contact__submit:where(.astro-xmivup5a):focus-visible{outline:2px solid var(--oveco-accent);outline-offset:2px}.contact__submit-icon:where(.astro-xmivup5a){margin-left:var(--space-2);transition:transform var(--transition-fast)}.contact__submit:where(.astro-xmivup5a):hover .contact__submit-icon:where(.astro-xmivup5a){transform:translate(2px)}.contact__error:where(.astro-xmivup5a){color:var(--oveco-error);font-size:var(--font-size-sm);margin-top:var(--space-2);min-height:20px;display:block;font-family:var(--oveco-font-family);font-weight:var(--font-weight-regular);line-height:var(--line-height-normal)}.contact__input--error:where(.astro-xmivup5a),.contact__textarea--error:where(.astro-xmivup5a){border-color:var(--oveco-error)!important;background-color:#dc26260d}.contact__input--error:where(.astro-xmivup5a):focus,.contact__textarea--error:where(.astro-xmivup5a):focus{border-color:var(--oveco-error)!important;box-shadow:0 0 0 3px #dc26261a}.required:where(.astro-xmivup5a){color:var(--oveco-error);font-weight:var(--font-weight-bold)}.contact__status:where(.astro-xmivup5a){margin-top:var(--space-3);font-size:var(--font-size-base);line-height:var(--line-height-normal);font-family:var(--oveco-font-family);min-height:22px;font-weight:var(--font-weight-semibold)}.contact__status--success:where(.astro-xmivup5a){color:var(--oveco-success)}.contact__status--error:where(.astro-xmivup5a){color:var(--oveco-error)}.contact__hp:where(.astro-xmivup5a){position:absolute;left:-9999px;opacity:0;width:1px;height:1px}.contact__success:where(.astro-xmivup5a){margin-top:var(--space-5);padding:var(--space-5);border-radius:var(--radius-md);background:#048b9a14;border:2px solid var(--oveco-accent);font-family:var(--oveco-font-family);font-size:var(--font-size-base);line-height:var(--line-height-relaxed);font-weight:var(--font-weight-semibold);color:var(--oveco-success);animation:fadeInContact .4s ease;text-align:left;max-width:100%}@keyframes fadeInContact{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.contact__submit:where(.astro-xmivup5a){font-size:var(--font-size-base);padding:var(--btn-padding-y-md) var(--btn-padding-x-md)}}@media(max-width:700px){.contact__panel:where(.astro-xmivup5a){width:100%;padding:40px 24px;border-radius:30px}.contact__groups:where(.astro-xmivup5a){gap:var(--gap-lg);flex-direction:column;width:100%}.contact__col:where(.astro-xmivup5a){gap:var(--gap-lg);width:100%;align-items:center}.contact__field:where(.astro-xmivup5a){width:100%;align-items:stretch}.contact__input:where(.astro-xmivup5a){width:100%;max-width:100%;height:60px}.contact__textarea:where(.astro-xmivup5a){max-width:100%}.contact__actions:where(.astro-xmivup5a){justify-content:center}}.footer:where(.astro-sz7xmlte){width:100%;min-height:160px;position:relative;background:var(--oveco-white);overflow:hidden}.footer__container:where(.astro-sz7xmlte){width:100%;height:100%;position:relative;max-width:var(--container-full);margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:var(--space-7) var(--container-padding-lg)}@media(max-width:768px){.footer__container:where(.astro-sz7xmlte){flex-direction:column;justify-content:center;gap:var(--gap-md);padding:var(--space-6) var(--space-5);text-align:center}}@media(max-width:480px){.footer__container:where(.astro-sz7xmlte){padding:var(--space-5) var(--space-4)}}.footer__copyright:where(.astro-sz7xmlte){color:var(--oveco-text-light);font-size:var(--font-size-base);font-family:var(--oveco-font-family);font-weight:var(--font-weight-regular);line-height:var(--line-height-normal);margin:0}@media(max-width:768px){.footer__copyright:where(.astro-sz7xmlte){order:2}}.footer__legal:where(.astro-sz7xmlte){color:var(--oveco-text-light);font-size:var(--font-size-sm);font-family:var(--oveco-font-family);font-weight:var(--font-weight-regular);line-height:var(--line-height-relaxed);text-align:right;margin:0}@media(max-width:768px){.footer__legal:where(.astro-sz7xmlte){text-align:center;order:1}}.smart-image:where(.astro-5ef4xkjn){transition:background .3s ease-out}.smart-image:where(.astro-5ef4xkjn).loaded{background-image:none!important;background:transparent!important}:root{--color-bg-hero: #FFFEF7;--color-gray-500: #6B7280;--color-gray-700: #334749;--color-bg-cta: #334749;--color-text-cta: #FAFAF9;--font-nunito: "Nunito Sans", sans-serif}.work-hero:where(.astro-cvx5twhi){width:100%;background-color:var(--color-bg-hero);position:relative;padding:clamp(2.5rem,5vw,5rem) clamp(1.5rem,5vw,5rem);display:flex;justify-content:center;align-items:center;box-sizing:border-box;overflow:visible;z-index:1}.work-hero__bg-pattern:where(.astro-cvx5twhi){position:absolute;inset:0;background-image:url(/uploads/icons/BgGrille.svg);background-repeat:repeat;background-position:center;z-index:-1;pointer-events:none;opacity:.5}.work-hero__container:where(.astro-cvx5twhi){display:flex;flex-direction:row;justify-content:center;align-items:center;gap:clamp(3rem,6vw,6rem);max-width:var(--container-xl, 1200px);width:100%}@media(max-width:1024px){.work-hero__container:where(.astro-cvx5twhi){flex-direction:column-reverse;text-align:center;gap:3rem}}.work-hero__content:where(.astro-cvx5twhi){width:100%;max-width:656px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem}@media(max-width:1024px){.work-hero__content:where(.astro-cvx5twhi){align-items:center}}.work-hero__header:where(.astro-cvx5twhi){align-self:stretch;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.375rem}@media(max-width:1024px){.work-hero__header:where(.astro-cvx5twhi){align-items:center}}.work-hero__subtitle:where(.astro-cvx5twhi){color:var(--color-gray-500);font-family:var(--font-nunito);font-size:1.25rem;font-weight:700;text-transform:uppercase;line-height:1.25rem;letter-spacing:.1em;margin:0}.work-hero__title:where(.astro-cvx5twhi){color:var(--color-gray-700);font-family:var(--font-nunito);font-size:clamp(2.5rem,5vw,3rem);font-weight:800;line-height:1.2;margin:0}.work-hero__description:where(.astro-cvx5twhi){align-self:stretch;color:var(--color-gray-500);font-family:var(--font-nunito);font-size:1.25rem;font-weight:400;line-height:1.75rem;margin:0}.work-hero__actions:where(.astro-cvx5twhi){margin-top:1rem}.work-hero__cta:where(.astro-cvx5twhi){display:inline-flex;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.75rem;background-color:#048b9a;border-radius:30px;text-decoration:none;transition:transform .2s ease,background-color .2s ease}.work-hero__cta:where(.astro-cvx5twhi):hover{transform:translateY(-2px);background-color:#037a87}.work-hero__cta:where(.astro-cvx5twhi) span:where(.astro-cvx5twhi){color:var(--color-text-cta);font-family:var(--font-nunito);font-size:1.25rem;font-weight:700;line-height:1.5rem;text-align:center}.work-hero__visual:where(.astro-cvx5twhi){width:24rem;height:24rem;position:relative;flex-shrink:0}.work-hero__image-wrapper:where(.astro-cvx5twhi){width:100%;height:100%;position:absolute;left:0;top:0;border-radius:30px;overflow:hidden;background-color:#e5e7eb}.work-hero__main-image:where(.astro-cvx5twhi){width:100%;height:100%;object-fit:cover;display:block}.work-hero__deco-box:where(.astro-cvx5twhi){width:4rem;height:5rem;position:absolute;background-color:var(--color-bg-hero);right:-2rem;bottom:-2rem;z-index:1;border-radius:0 0 20px}.work-hero__icon--bottom:where(.astro-cvx5twhi){width:6rem;height:6rem;position:absolute;right:-3rem;bottom:-3rem;z-index:2}.work-hero__icon--top:where(.astro-cvx5twhi){width:6rem;height:6rem;position:absolute;left:-1.875rem;top:-1.4375rem;z-index:2}.work-hero__icon-img:where(.astro-cvx5twhi){width:100%;height:100%;object-fit:contain;display:block}.competences:where(.astro-rq7qz6sx){display:flex;justify-content:center;align-items:center}.competences__container:where(.astro-rq7qz6sx){width:100%;max-width:var(--container-xl);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:var(--space-8);padding-inline:var(--container-padding)}.competences__header:where(.astro-rq7qz6sx){width:100%;max-width:700px;display:flex;flex-direction:column;align-items:center;gap:var(--gap-sm);text-align:center}.competences__subtitle:where(.astro-rq7qz6sx){color:var(--oveco-text-light);font-size:var(--font-size-subtitle);font-family:var(--oveco-font-family);font-weight:var(--font-weight-bold);text-transform:uppercase;line-height:var(--line-height-snug);letter-spacing:var(--letter-spacing-wider);margin:0}.competences__title:where(.astro-rq7qz6sx){align-self:stretch;color:var(--oveco-secondary);font-size:var(--font-size-h2);font-family:var(--oveco-font-family);font-weight:var(--font-weight-extrabold);line-height:var(--line-height-tight);margin:0}.competences__description:where(.astro-rq7qz6sx){align-self:stretch;color:var(--oveco-text-light);font-size:var(--font-size-base);font-family:var(--oveco-font-family);font-weight:var(--font-weight-regular);line-height:var(--line-height-relaxed);margin:0}.competences__grid:where(.astro-rq7qz6sx){width:100%;max-width:calc(3 * 364px + 2 * var(--gap-2xl));display:grid;grid-template-columns:repeat(3,minmax(280px,364px));gap:var(--gap-2xl);row-gap:var(--gap-xl);list-style:none;padding:0;margin:0 auto;justify-content:center;justify-items:center}.competences__item:where(.astro-rq7qz6sx){width:100%;max-width:364px;display:inline-flex;flex-direction:column;align-items:center;gap:var(--gap-lg)}.competences__figure:where(.astro-rq7qz6sx){margin:0;width:clamp(120px,15vw,168px);height:clamp(120px,15vw,168px);display:flex;align-items:center;justify-content:center}.competences__figure:where(.astro-rq7qz6sx) img:where(.astro-rq7qz6sx),.competences__image:where(.astro-rq7qz6sx){width:100%!important;height:100%!important;object-fit:contain;display:block}.competences__body:where(.astro-rq7qz6sx){display:flex;flex-direction:column;align-items:center;gap:var(--gap-xs)}.competences__name:where(.astro-rq7qz6sx){width:100%;max-width:324px;text-align:center;color:var(--oveco-secondary);font-size:var(--font-size-lg);font-family:var(--oveco-font-family);font-weight:var(--font-weight-extrabold);line-height:var(--line-height-snug);margin:0}.competences__link:where(.astro-rq7qz6sx){display:inline-flex;align-items:center;gap:var(--gap-xs);color:var(--oveco-accent);font-size:var(--font-size-base);font-family:var(--oveco-font-family);font-weight:var(--font-weight-bold);line-height:var(--line-height-snug);text-decoration:none}.competences__link:where(.astro-rq7qz6sx):after{content:"";width:10px;height:9px;border:1.5px solid currentColor;border-left:0;border-bottom:0;transform:rotate(45deg);display:inline-block;margin-top:2px}.competences__link:where(.astro-rq7qz6sx):focus-visible{outline:2px solid var(--oveco-accent);outline-offset:2px;border-radius:var(--radius-xs)}.competences__description-item:where(.astro-rq7qz6sx){width:100%;max-width:364px;text-align:center;color:var(--oveco-text-light);font-size:var(--font-size-base);font-family:var(--oveco-font-family);font-weight:var(--font-weight-regular);line-height:var(--line-height-relaxed);margin:0}@media(max-width:1200px){.competences__grid:where(.astro-rq7qz6sx){grid-template-columns:repeat(2,minmax(280px,364px));max-width:calc(2 * 364px + var(--gap-xl));gap:var(--gap-xl);row-gap:var(--gap-lg)}}@media(max-width:768px){.competences:where(.astro-rq7qz6sx){padding:var(--space-6) var(--container-padding)}.competences__grid:where(.astro-rq7qz6sx){grid-template-columns:1fr;max-width:400px;gap:var(--gap-lg);row-gap:var(--gap-md)}.competences__item:where(.astro-rq7qz6sx){width:100%;max-width:100%}.competences__name:where(.astro-rq7qz6sx){width:100%;max-width:100%}.competences__description-item:where(.astro-rq7qz6sx){width:100%;max-width:100%}}@media(max-width:480px){.competences__container:where(.astro-rq7qz6sx){gap:var(--space-6)}.competences__header:where(.astro-rq7qz6sx){gap:var(--gap-sm)}.competences__subtitle:where(.astro-rq7qz6sx){font-size:var(--font-size-sm)}.competences__title:where(.astro-rq7qz6sx){font-size:var(--font-size-xl);line-height:var(--line-height-snug)}}.oveco-section:where(.astro-4loisj62){padding:var(--section-padding-y) var(--container-padding)!important;padding-block:var(--section-padding-y)!important;background:var(--oveco-white);display:flex;flex-direction:column;align-items:center;min-height:auto!important;position:relative;overflow:hidden}.oveco__decoration-maison:where(.astro-4loisj62){position:absolute;pointer-events:none;z-index:1}.oveco__decoration-maison--right:where(.astro-4loisj62){right:-50px;top:30%;transform:rotate(12deg)}.oveco__decoration-maison--right:where(.astro-4loisj62) img:where(.astro-4loisj62){width:180px;height:auto;opacity:.7}@media(max-width:1200px){.oveco__decoration-maison--right:where(.astro-4loisj62){right:-70px}.oveco__decoration-maison--right:where(.astro-4loisj62) img:where(.astro-4loisj62){width:140px}}@media(max-width:768px){.oveco__decoration-maison:where(.astro-4loisj62){display:none}}.oveco-section:where(.astro-4loisj62) h2:where(.astro-4loisj62),.oveco-section:where(.astro-4loisj62) h3:where(.astro-4loisj62),.oveco-section:where(.astro-4loisj62) p:where(.astro-4loisj62){margin:0!important}.oveco-section:where(.astro-4loisj62) .container:where(.astro-4loisj62){width:100%;max-width:var(--container-xl);margin:0 auto;display:flex;flex-direction:column;align-items:center}.wp-block-group:where(.astro-4loisj62).oveco-section,section:where(.astro-4loisj62).oveco-section,.wp-block-group:where(.astro-4loisj62) .oveco-section:where(.astro-4loisj62){padding:var(--section-padding-y) var(--container-padding)!important;padding-block:var(--section-padding-y)!important}.oveco__section-header:where(.astro-4loisj62){align-self:stretch;padding-inline:var(--container-padding-lg);overflow:hidden;flex-direction:column;justify-content:flex-start;align-items:center;gap:var(--gap-sm);display:flex;margin:0}@media(max-width:768px){.oveco__section-header:where(.astro-4loisj62){padding-left:var(--space-5);padding-right:var(--space-5)}}@media(max-width:480px){.oveco__section-header:where(.astro-4loisj62){padding-left:var(--space-4);padding-right:var(--space-4)}}.oveco__section-content:where(.astro-4loisj62){width:min(100%,700px);flex-direction:column;justify-content:flex-start;align-items:center;gap:var(--gap-sm);display:flex}.oveco__section-subtitle:where(.astro-4loisj62){text-align:center;color:var(--oveco-text-light);font-size:var(--font-size-subtitle);font-family:var(--oveco-font-family);font-weight:var(--font-weight-bold);text-transform:uppercase;line-height:var(--line-height-snug);letter-spacing:var(--letter-spacing-wider);margin:0!important}.oveco__section-title:where(.astro-4loisj62){align-self:stretch;text-align:center;color:var(--oveco-secondary);font-size:var(--font-size-h2);font-family:var(--oveco-font-family);font-weight:var(--font-weight-extrabold);line-height:var(--line-height-tight);margin:0!important}@media(max-width:480px){.oveco__section-title:where(.astro-4loisj62){font-size:var(--font-size-xl);line-height:var(--line-height-snug)}}.oveco__section-description:where(.astro-4loisj62){align-self:stretch;text-align:center;color:var(--oveco-text-light);font-size:var(--font-size-base);font-family:var(--oveco-font-family);font-weight:var(--font-weight-regular);line-height:var(--line-height-relaxed);margin:0!important}.oveco__container:where(.astro-4loisj62){width:100%;max-width:var(--container-xl);margin:0 auto;justify-content:center;align-items:center;gap:var(--space-8);display:flex;padding-inline:var(--container-padding);box-sizing:border-box}.oveco__container:where(.astro-4loisj62)+.oveco__container:where(.astro-4loisj62){margin-top:0}.oveco__container:where(.astro-4loisj62).is-reverse{flex-direction:row-reverse}@media(max-width:900px){.oveco__container:where(.astro-4loisj62){gap:var(--space-6)}}@media(max-width:768px){.oveco__container:where(.astro-4loisj62){flex-direction:column;gap:var(--space-6);text-align:center;padding-inline:var(--container-padding)}.oveco__container:where(.astro-4loisj62).is-reverse{flex-direction:column}}@media(max-width:480px){.oveco__container:where(.astro-4loisj62){gap:var(--space-5);padding-inline:var(--space-4)}}.oveco__content:where(.astro-4loisj62){width:100%;max-width:600px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:var(--gap-lg);display:flex}@media(max-width:768px){.oveco__content:where(.astro-4loisj62){align-items:center}}@media(max-width:480px){.oveco__content:where(.astro-4loisj62){gap:var(--gap-lg)}}.oveco__header:where(.astro-4loisj62){align-self:stretch;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:var(--gap-xs);display:flex}@media(max-width:768px){.oveco__header:where(.astro-4loisj62){align-items:center}}.oveco__subtitle:where(.astro-4loisj62){font-family:var(--oveco-font-family);font-size:var(--font-size-subtitle);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight);letter-spacing:var(--letter-spacing-wider);text-transform:uppercase;align-self:stretch;color:var(--oveco-text-light);margin:0!important}@media(max-width:768px){.oveco__subtitle:where(.astro-4loisj62){text-align:center}}.oveco__title:where(.astro-4loisj62){font-family:var(--oveco-font-family);font-size:var(--font-size-h2);font-weight:var(--font-weight-extrabold);line-height:var(--line-height-snug);align-self:stretch;color:var(--oveco-secondary);margin:0!important}@media(max-width:768px){.oveco__title:where(.astro-4loisj62){font-size:var(--font-size-xl);text-align:center}}@media(max-width:480px){.oveco__title:where(.astro-4loisj62){font-size:var(--font-size-lg)}}.oveco__description:where(.astro-4loisj62){font-family:var(--oveco-font-family);font-size:var(--font-size-base);font-weight:var(--font-weight-regular);line-height:var(--line-height-loose);align-self:stretch;color:var(--oveco-text-light);margin:0!important}@media(max-width:768px){.oveco__description:where(.astro-4loisj62){text-align:center}}.oveco__link:where(.astro-4loisj62){justify-content:flex-start;align-items:center;gap:var(--gap-sm);display:flex;text-decoration:none}.oveco__link:where(.astro-4loisj62) a:where(.astro-4loisj62){display:inline-flex;align-items:center;gap:var(--gap-sm);text-decoration:none}.oveco__link:where(.astro-4loisj62) span:where(.astro-4loisj62){color:var(--oveco-accent);font-size:var(--font-size-base);font-family:var(--oveco-font-family);font-weight:var(--font-weight-bold);line-height:var(--line-height-snug)}.oveco__arrow:where(.astro-4loisj62){width:16px;height:14px}.oveco__visual:where(.astro-4loisj62){width:min(100%,452px);height:562px;position:relative;flex-shrink:0;overflow:visible}@media(max-width:900px){.oveco__visual:where(.astro-4loisj62){width:100%;max-width:400px;height:auto;aspect-ratio:452/562;margin:0 auto}}@media(max-width:768px){.oveco__visual:where(.astro-4loisj62){width:100%;max-width:360px;height:auto;aspect-ratio:362/436;margin:0 auto;overflow:hidden}}@media(max-width:480px){.oveco__visual:where(.astro-4loisj62){max-width:300px;margin:0 auto}}.oveco__main-image:where(.astro-4loisj62){position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:362px;height:436px;margin:0;overflow:hidden;border-radius:var(--radius-xl);background:linear-gradient(0deg,#028b9a0d 0% 100%);background-blend-mode:color,normal;object-fit:cover;display:block}@media(max-width:900px){.oveco__main-image:where(.astro-4loisj62){width:min(100%,320px);height:auto;aspect-ratio:362/436}}@media(max-width:768px){.oveco__main-image:where(.astro-4loisj62){position:relative;left:auto;top:auto;transform:none;width:100%;max-width:320px;height:auto;aspect-ratio:362/436;margin:0 auto}}@media(max-width:480px){.oveco__main-image:where(.astro-4loisj62){max-width:280px}}.oveco__decoration--white:where(.astro-4loisj62){width:70px;height:75px;left:411px;top:528px;position:absolute;transform:rotate(-171deg);transform-origin:top left;background:var(--oveco-white)}@media(max-width:768px){.oveco__decoration--white:where(.astro-4loisj62){display:none}}.oveco__icon:where(.astro-4loisj62){position:absolute!important;display:block;z-index:3!important;object-fit:contain}.oveco__icon--house:where(.astro-4loisj62){width:80px!important;height:80px!important;inset:auto 0 10% auto;transform-origin:center}.oveco__icon--pencil:where(.astro-4loisj62){width:80px!important;height:80px!important;inset:15% auto auto 0}@media(max-width:900px){.oveco__icon--house:where(.astro-4loisj62){width:70px!important;height:70px!important;right:-10px;bottom:5%}.oveco__icon--pencil:where(.astro-4loisj62){width:70px!important;height:70px!important;left:-10px;top:10%}}@media(max-width:768px){.oveco__icon--house:where(.astro-4loisj62),.oveco__icon--pencil:where(.astro-4loisj62){display:none!important}}.stats:where(.astro-bhxv2qxz){width:100%;background:var(--oveco-white);display:flex;justify-content:center;align-items:center;padding:var(--space-7) var(--container-padding)}.stats__container:where(.astro-bhxv2qxz){width:100%;max-width:var(--container-xl);margin:0 auto;display:flex;flex-direction:column;align-items:center}.stats__title:where(.astro-bhxv2qxz){text-align:center;color:var(--oveco-secondary);font-size:var(--font-size-h2);font-family:var(--oveco-font-family);font-weight:var(--font-weight-extrabold);line-height:var(--line-height-tight);margin:0 0 var(--space-7) 0}@media(max-width:768px){.stats__title:where(.astro-bhxv2qxz){font-size:var(--font-size-xl);line-height:var(--line-height-snug);margin-bottom:var(--space-6)}}.stats__grid:where(.astro-bhxv2qxz){width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap-2xl);list-style:none;padding:0;margin:0;justify-items:center}.stats__item:where(.astro-bhxv2qxz){width:100%;max-width:364px;display:inline-flex;flex-direction:column;align-items:center;gap:var(--gap-lg)}.stats__content:where(.astro-bhxv2qxz){display:flex;flex-direction:column;align-items:center;gap:var(--gap-xs)}.stats__value:where(.astro-bhxv2qxz){width:100%;max-width:324px;text-align:center;color:var(--oveco-text-light);font-size:var(--font-size-3xl);font-family:var(--oveco-font-family);font-weight:var(--font-weight-extrabold);line-height:var(--line-height-tight);margin:0}.stats__label:where(.astro-bhxv2qxz){width:100%;max-width:324px;text-align:center;color:var(--oveco-secondary);font-size:var(--font-size-lg);font-family:var(--oveco-font-family);font-weight:var(--font-weight-bold);line-height:var(--line-height-snug);margin:0}.stats__desc:where(.astro-bhxv2qxz){width:100%;max-width:364px;text-align:center;color:var(--oveco-text-light);font-size:var(--font-size-base);font-family:var(--oveco-font-family);font-weight:var(--font-weight-regular);line-height:var(--line-height-relaxed);margin:0}@media(max-width:1200px){.stats__grid:where(.astro-bhxv2qxz){grid-template-columns:repeat(2,1fr);gap:var(--gap-xl)}}@media(max-width:768px){.stats:where(.astro-bhxv2qxz){padding:var(--space-6) var(--container-padding)}.stats__grid:where(.astro-bhxv2qxz){grid-template-columns:1fr;gap:var(--gap-lg)}.stats__item:where(.astro-bhxv2qxz){width:100%;max-width:100%}.stats__value:where(.astro-bhxv2qxz),.stats__label:where(.astro-bhxv2qxz),.stats__desc:where(.astro-bhxv2qxz){width:100%;max-width:100%}}@media(max-width:480px){.stats__title:where(.astro-bhxv2qxz){font-size:var(--font-size-lg);line-height:var(--line-height-snug);margin-bottom:var(--space-5)}.stats__item:where(.astro-bhxv2qxz){gap:var(--gap-md)}}.gallery:where(.astro-oiefzk43){width:100%;background:var(--oveco-white, #FFFEF8);display:flex;justify-content:center;align-items:center;padding:var(--section-padding-y) var(--container-padding)}.gallery__container:where(.astro-oiefzk43){width:100%;max-width:var(--container-xl, 1200px);display:flex;flex-direction:column;align-items:center;gap:72px;margin:0 auto}.gallery__header:where(.astro-oiefzk43){width:100%;max-width:706.82px;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}.gallery__subtitle:where(.astro-oiefzk43){color:#5c6d6f;font-size:19.2px;font-family:Nunito Sans Variable,Nunito Sans,system-ui,-apple-system,sans-serif;font-weight:700;text-transform:uppercase;line-height:20px;letter-spacing:1.92px;margin:0}.gallery__title:where(.astro-oiefzk43){align-self:stretch;color:#334749;font-size:39.81px;font-family:Nunito Sans Variable,Nunito Sans,system-ui,-apple-system,sans-serif;font-weight:800;line-height:47.77px;margin:0}.gallery__grid:where(.astro-oiefzk43){width:100%;max-width:1174px;display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:clamp(12px,2.2vw,24px);justify-content:center;align-content:start;padding:0;margin:0;list-style:none}.gallery__item:where(.astro-oiefzk43){list-style:none}.gallery__figure:where(.astro-oiefzk43){width:100%;margin:0;position:relative;overflow:hidden}.gallery__figure:where(.astro-oiefzk43).wp-block-image,.gallery:where(.astro-oiefzk43) .wp-block-image:where(.astro-oiefzk43).gallery__figure{width:100%;margin:0;overflow:hidden}.gallery__figure--a:where(.astro-oiefzk43){height:359px;border-radius:12px}.gallery__figure--b:where(.astro-oiefzk43){height:383px;border-radius:24px}.gallery__figure--c:where(.astro-oiefzk43){height:301px;border-radius:24px}.gallery__figure--d:where(.astro-oiefzk43){height:381px;border-radius:24px}.gallery__figure--b:where(.astro-oiefzk43),.gallery__figure--d:where(.astro-oiefzk43){margin-top:16px}.gallery__figure--a:where(.astro-oiefzk43):after{content:"";position:absolute;inset:0;background:#028b9a0d;pointer-events:none}.gallery__image:where(.astro-oiefzk43){width:100%;height:100%;display:block;object-fit:cover}@media(max-width:1200px){.gallery__grid:where(.astro-oiefzk43){grid-template-columns:repeat(2,minmax(240px,1fr))}}@media(max-width:900px){.gallery__grid:where(.astro-oiefzk43){grid-template-columns:repeat(2,minmax(200px,1fr))}}@media(max-width:768px){.gallery:where(.astro-oiefzk43){padding:var(--section-padding-y) var(--container-padding)}.gallery__grid:where(.astro-oiefzk43){grid-template-columns:1fr;gap:16px}.gallery__figure:where(.astro-oiefzk43){width:100%;margin-inline:auto;height:auto}.gallery__figure--a:where(.astro-oiefzk43){aspect-ratio:539/359}.gallery__figure--b:where(.astro-oiefzk43){aspect-ratio:539/383}.gallery__figure--c:where(.astro-oiefzk43){aspect-ratio:539/301}.gallery__figure--d:where(.astro-oiefzk43){aspect-ratio:539/381}}.projects-section{width:100%;margin:0 auto;background:var(--oveco-white);overflow:hidden;flex-direction:column;justify-content:center;align-items:center;display:flex;padding:var(--section-padding-y, 80px) var(--container-padding, 2rem);box-sizing:border-box}.projects{width:100%;max-width:100%;box-sizing:border-box}.projects__container{width:100%;max-width:var(--container-xl, 1200px);margin:0 auto;padding:0;flex-direction:column;justify-content:center;align-items:stretch;gap:var(--space-8);display:flex;box-sizing:border-box}@media(max-width:1024px){.projects-section{padding:var(--space-6) var(--container-padding, 1.5rem)}.projects__container{max-width:100%;gap:var(--space-6)}}@media(max-width:768px){.projects-section{padding:var(--space-5) var(--container-padding, 1rem)}.projects__container{max-width:100%;gap:var(--space-5)}}@media(max-width:480px){.projects-section{padding:var(--space-4) var(--space-3, .75rem)}.projects__container{max-width:100%;gap:var(--space-4)}}.projects__header{width:100%;max-width:100%;justify-content:space-between;align-items:center;display:flex;gap:var(--gap-lg);flex-wrap:wrap}@media(max-width:1024px){.projects__header{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:var(--gap-lg)}}@media(max-width:768px){.projects__header{flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:var(--gap-md);width:100%}}@media(max-width:480px){.projects__header{flex-direction:column;flex-wrap:wrap;gap:var(--gap-sm);width:100%}}.projects__header-content{width:589px;max-width:100%;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:var(--gap-sm);display:flex}@media(max-width:768px){.projects__header-content{width:100%}}.projects__subtitle{color:var(--oveco-text-light);font-size:var(--font-size-subtitle);font-family:var(--oveco-font-family);font-weight:var(--font-weight-bold);text-transform:uppercase;line-height:var(--line-height-snug);letter-spacing:var(--letter-spacing-wider);margin:0}@media(max-width:768px){.projects__subtitle{font-size:var(--font-size-sm);letter-spacing:var(--letter-spacing-wide)}}@media(max-width:480px){.projects__subtitle{font-size:var(--font-size-sm);line-height:var(--line-height-normal);letter-spacing:var(--letter-spacing-normal)}}.projects__title{align-self:stretch;color:var(--oveco-secondary);font-size:var(--font-size-h2);font-family:var(--oveco-font-family);font-weight:var(--font-weight-extrabold);line-height:var(--line-height-tight);margin:0}@media(max-width:768px){.projects__title{font-size:var(--font-size-xl);line-height:var(--line-height-snug)}}@media(max-width:480px){.projects__title{font-size:var(--font-size-lg);line-height:var(--line-height-snug)}}.projects__description{align-self:stretch;color:var(--oveco-secondary);font-size:var(--font-size-base);font-family:var(--oveco-font-family);font-weight:var(--font-weight-regular);line-height:var(--line-height-relaxed);margin:0}@media(max-width:768px){.projects__description{font-size:var(--font-size-base);line-height:var(--line-height-relaxed)}}@media(max-width:480px){.projects__description{font-size:var(--font-size-sm);line-height:var(--line-height-relaxed)}}.projects__link{display:inline-flex;align-items:center;gap:var(--gap-xs);text-decoration:none;white-space:nowrap;transition:none;line-height:1}.projects__link:focus{outline:2px solid var(--oveco-accent);outline-offset:4px;border-radius:var(--radius-xs)}.projects__link span{color:var(--oveco-accent);font-size:var(--font-size-base);font-family:var(--oveco-font-family);font-weight:var(--font-weight-bold);line-height:var(--line-height-snug);text-align:center}.projects__link-arrow{width:10px;height:9px;flex-shrink:0;display:block;transform:translateY(.5px)}.projects__navigation{width:auto;justify-content:flex-end;align-items:center;gap:var(--gap-lg);display:flex;position:relative;z-index:10;flex-shrink:0}@media(max-width:1200px){.projects__navigation{gap:var(--gap-md)}}@media(max-width:1024px){.projects__navigation{gap:var(--gap-md)}}@media(max-width:768px){.projects__navigation{display:flex!important;gap:var(--gap-sm);width:100%;justify-content:flex-start}}@media(max-width:480px){.projects__navigation{display:flex!important;gap:var(--gap-xs);width:100%;justify-content:flex-start}}.projects__nav-btn{width:64px;height:64px;background:var(--oveco-secondary);border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:none;position:relative}.projects__nav-btn:focus{outline:2px solid var(--oveco-accent);outline-offset:4px}.projects__nav-btn svg{width:11px;height:21px}@media(max-width:768px){.projects__nav-btn{width:56px;height:56px}.projects__nav-btn svg{width:10px;height:18px}}@media(max-width:480px){.projects__nav-btn{width:48px;height:48px}.projects__nav-btn svg{width:8px;height:16px}}.projects__grid{display:flex;align-items:stretch;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x;scroll-snap-type:x mandatory;gap:clamp(16px,2vw,24px);padding:.5rem 0 1rem;scrollbar-width:none;-ms-overflow-style:none;width:100%}.projects__grid::-webkit-scrollbar{display:none;width:0;height:0}.projects__grid>.projects__card{width:clamp(320px,26vw,388px);min-width:320px;max-width:388px;height:clamp(450px,38vw,548px);flex:0 0 auto;scroll-snap-align:start}.projects__grid>.projects__card .projects__card-content{height:auto}@media(max-width:1024px){.projects__grid{gap:12px}.projects__grid>.projects__card{width:clamp(320px,45vw,360px);min-width:320px;height:clamp(440px,62vw,500px)}}@media(max-width:768px){.projects__grid{gap:14px;width:100%}.projects__grid>.projects__card{width:clamp(260px,70vw,320px);min-width:240px;height:clamp(380px,65vw,450px)}}@media(max-width:480px){.projects__grid{gap:12px;width:100%}.projects__grid>.projects__card{width:clamp(220px,80vw,280px);min-width:200px;max-width:280px;height:clamp(340px,80vw,400px)}}.projects__card{width:388px;height:548px;padding:var(--space-4) var(--space-4) var(--space-5) var(--space-4);position:relative;overflow:hidden;border-radius:var(--radius-lg);background-size:cover;background-position:center;background-repeat:no-repeat;display:inline-flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:var(--gap-md);box-shadow:var(--shadow-sm);user-select:none;-webkit-user-select:none}.projects__card *{user-select:none;-webkit-user-select:none}@media(max-width:768px){.projects__card{padding:var(--space-4) var(--space-4) var(--space-5) var(--space-4);border-radius:var(--radius-md);gap:var(--gap-md)}}@media(max-width:480px){.projects__card{padding:var(--space-3) var(--space-3) var(--space-4) var(--space-3);border-radius:var(--radius-md);gap:var(--gap-sm)}}.projects__card-overlay{position:absolute;inset:0;background:linear-gradient(13deg,#33474900,#334749b3),linear-gradient(183deg,#fff9ed00,#038c9aa6 58%,#038c9abf),#048b9a03;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:none}.testimonial-overlay{background:linear-gradient(13deg,#33474900,#33474999),linear-gradient(183deg,#fff9ed00,#038c9a80 58%,#038c9a99),#048b9a03}.projects__card-content{align-self:stretch;height:451px;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;position:static;z-index:1}@media(max-width:1200px){.projects__card-content{height:auto;gap:var(--gap-md)}}.projects__card-header{position:absolute;top:var(--space-4);right:var(--space-4);z-index:2;text-align:right}.projects__card-type{color:var(--oveco-white);font-size:var(--font-size-sm);font-family:var(--oveco-font-family);font-weight:var(--font-weight-bold);text-transform:uppercase;line-height:var(--line-height-normal);letter-spacing:var(--letter-spacing-wide);text-align:right;display:inline-block;text-shadow:0 1px 2px rgba(0,0,0,.35);user-select:none}.projects__card-info{align-self:stretch;display:flex;flex-direction:column;gap:var(--gap-xs)}.projects__card-client{color:#fffef8d9;font-size:var(--font-size-sm);font-family:var(--oveco-font-family);font-weight:var(--font-weight-bold);text-transform:uppercase;line-height:var(--line-height-normal);letter-spacing:var(--letter-spacing-wide);margin:0;text-shadow:0 1px 2px rgba(0,0,0,.35)}.projects__card-title{align-self:stretch;color:var(--oveco-white);font-size:var(--font-size-lg);font-family:var(--oveco-font-family);font-weight:var(--font-weight-extrabold);line-height:var(--line-height-tight);margin:0;text-shadow:0 2px 8px rgba(0,0,0,.3)}.projects__card-description{align-self:stretch;color:#fffef8eb;font-size:var(--font-size-sm);font-family:var(--oveco-font-family);font-weight:var(--font-weight-regular);line-height:var(--line-height-relaxed);margin:0;text-shadow:0 1px 2px rgba(0,0,0,.35);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:480px){.projects__card-description{-webkit-line-clamp:2}}.projects__card-footer{padding-top:var(--space-3);display:inline-flex;justify-content:flex-start;align-items:flex-end;gap:var(--gap-xs);position:relative;z-index:2}.projects__card-link{display:inline-flex;align-items:center;gap:var(--gap-xs);text-decoration:none;transition:none;color:var(--oveco-white)}.projects__card-link:focus{outline:2px solid var(--oveco-accent);outline-offset:4px;border-radius:var(--radius-xs)}.projects__card-link span{color:var(--oveco-white);font-size:var(--font-size-base);font-family:var(--oveco-font-family);font-weight:var(--font-weight-bold);line-height:var(--line-height-snug);text-align:center}.projects__card-arrow{width:10px;height:9px;flex-shrink:0;display:block;transform:translateY(.5px)}@media(prefers-reduced-motion:reduce){.projects__card,.projects__nav-btn,.projects__link,.projects__card-link{transition:none!important}}.projects__grid.is-grabbing{cursor:grabbing}
