.Header-module__Af2_WG__header{z-index:100;padding:var(--space-5)var(--section-padding-x);background:0 0;transition:background .4s,box-shadow .4s;position:fixed;top:0;left:0;right:0}.Header-module__Af2_WG__header.Header-module__Af2_WG__scrolled{background:var(--color-warm-white);box-shadow:0 1px 0 var(--color-mist)}.Header-module__Af2_WG__container{max-width:var(--container-max);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Header-module__Af2_WG__logo{align-items:center;gap:var(--space-3);color:var(--color-slate);text-decoration:none;display:flex}.Header-module__Af2_WG__logo:hover{color:var(--color-teal)}.Header-module__Af2_WG__logoMark{width:32px;height:auto}.Header-module__Af2_WG__wordmark{font-family:var(--font-display);letter-spacing:.1em;font-size:1.125rem;font-weight:500}.Header-module__Af2_WG__nav{gap:var(--space-6);display:flex}.Header-module__Af2_WG__navLink{font-family:var(--font-display);font-size:var(--text-small);letter-spacing:.05em;color:var(--color-text-secondary);font-weight:500;text-decoration:none;transition:color .2s}.Header-module__Af2_WG__navLink:hover{color:var(--color-teal)}@media (max-width:640px){.Header-module__Af2_WG__wordmark{display:none}.Header-module__Af2_WG__nav{gap:var(--space-4)}}
.Hero-module__Z8hQ_W__hero{text-align:center;min-height:100svh;padding:var(--space-20)var(--section-padding-x);flex-direction:column;justify-content:center;align-items:center;display:flex}.Hero-module__Z8hQ_W__content{max-width:var(--container-narrow)}.Hero-module__Z8hQ_W__accentLine{background:var(--color-teal);width:80px;height:2px;margin:0 auto var(--space-8);opacity:0}.Hero-module__Z8hQ_W__title{font-size:var(--text-display);letter-spacing:-.02em;margin-bottom:var(--space-5);opacity:0;font-weight:300}.Hero-module__Z8hQ_W__subtitle{font-size:var(--text-body);color:var(--color-text-secondary);margin-bottom:var(--space-10);opacity:0}.Hero-module__Z8hQ_W__cta{align-items:center;gap:var(--space-2);padding:var(--space-4)var(--space-6);background:var(--color-teal);color:#fff;font-family:var(--font-display);font-size:var(--text-small);letter-spacing:.05em;opacity:0;border:none;border-radius:2px;font-weight:500;text-decoration:none;transition:background .3s,transform .2s;display:inline-flex}.Hero-module__Z8hQ_W__cta:hover{background:var(--color-teal-hover);color:#fff}.Hero-module__Z8hQ_W__cta:active{transform:scale(.98)}.Hero-module__Z8hQ_W__arrow{width:18px;height:18px;transition:transform .2s}.Hero-module__Z8hQ_W__cta:hover .Hero-module__Z8hQ_W__arrow{transform:translate(4px)}.Hero-module__Z8hQ_W__animate.Hero-module__Z8hQ_W__accentLine{animation:Hero-module__Z8hQ_W__revealLine 1s var(--ease-out-expo).2s forwards}.Hero-module__Z8hQ_W__animate.Hero-module__Z8hQ_W__title{animation:Hero-module__Z8hQ_W__fadeUp .8s var(--ease-out-soft).4s forwards}.Hero-module__Z8hQ_W__animate.Hero-module__Z8hQ_W__subtitle{animation:Hero-module__Z8hQ_W__fadeUp .8s var(--ease-out-soft).6s forwards}.Hero-module__Z8hQ_W__animate.Hero-module__Z8hQ_W__cta{animation:Hero-module__Z8hQ_W__fadeUp .8s var(--ease-out-soft).8s forwards}@keyframes Hero-module__Z8hQ_W__revealLine{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes Hero-module__Z8hQ_W__fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.About-module__vqXTeW__about{padding:var(--section-padding-y)var(--section-padding-x)}.About-module__vqXTeW__container{max-width:var(--container-text);margin:0 auto}.About-module__vqXTeW__intro{opacity:0;transition:opacity .6s var(--ease-out-soft),transform .6s var(--ease-out-soft);transform:translateY(20px)}.About-module__vqXTeW__intro.About-module__vqXTeW__visible,.About-module__vqXTeW__visible.About-module__vqXTeW__intro{opacity:1;transform:translateY(0)}.About-module__vqXTeW__intro p{font-size:var(--text-body);line-height:1.75}
.Products-module__hRWnIW__products{padding:var(--section-padding-y)var(--section-padding-x)}.Products-module__hRWnIW__container{max-width:var(--container-text);margin:0 auto}.Products-module__hRWnIW__heading{font-size:var(--text-h2);margin-bottom:var(--space-8);opacity:0;transition:opacity .6s var(--ease-out-soft),transform .6s var(--ease-out-soft);font-weight:500;transform:translateY(20px)}.Products-module__hRWnIW__heading.Products-module__hRWnIW__visible,.Products-module__hRWnIW__visible.Products-module__hRWnIW__heading{opacity:1;transform:translateY(0)}.Products-module__hRWnIW__card{background:var(--color-surface);border:1px solid var(--color-border);padding:var(--space-6);box-shadow:var(--shadow-sm);opacity:0;transition:opacity .6s var(--ease-out-soft).2s,transform .6s var(--ease-out-soft).2s;border-radius:8px;transform:translateY(20px)}.Products-module__hRWnIW__card.Products-module__hRWnIW__visible,.Products-module__hRWnIW__visible.Products-module__hRWnIW__card{opacity:1;transform:translateY(0)}.Products-module__hRWnIW__cardHeader{align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex}.Products-module__hRWnIW__cardTitle{font-size:var(--text-h3);font-weight:500}.Products-module__hRWnIW__badge{background:var(--color-teal-light);color:var(--color-accent);font-size:var(--text-caption);padding:var(--space-1)var(--space-3);border-radius:4px;font-weight:500;display:inline-block}.Products-module__hRWnIW__cardDescription{font-size:var(--text-body);color:var(--color-text-secondary);line-height:1.75}
.ContactForm-module__1SvrgG__contact{padding:var(--section-padding-y)var(--section-padding-x);background:var(--color-mist)}.ContactForm-module__1SvrgG__container{max-width:var(--container-narrow);margin:0 auto}.ContactForm-module__1SvrgG__formWrapper{opacity:0;transition:opacity .6s var(--ease-out-soft),transform .6s var(--ease-out-soft);transform:translateY(20px)}.ContactForm-module__1SvrgG__formWrapper.ContactForm-module__1SvrgG__visible,.ContactForm-module__1SvrgG__visible.ContactForm-module__1SvrgG__formWrapper{opacity:1;transform:translateY(0)}.ContactForm-module__1SvrgG__heading{font-size:var(--text-h2);text-align:center;margin-bottom:var(--space-8);font-weight:500}.ContactForm-module__1SvrgG__form{max-width:500px;margin:0 auto}.ContactForm-module__1SvrgG__field{margin-bottom:var(--space-5)}.ContactForm-module__1SvrgG__label{margin-bottom:var(--space-2);font-size:var(--text-small);color:var(--color-text-secondary);letter-spacing:.02em;font-weight:500;display:block}.ContactForm-module__1SvrgG__input{width:100%;padding:var(--space-4);border:1px solid var(--color-border);font-family:var(--font-body);font-size:var(--text-body);color:var(--color-text-primary);background:#fff;border-radius:2px;transition:border-color .2s,box-shadow .2s}.ContactForm-module__1SvrgG__input:focus{border-color:var(--color-teal);box-shadow:0 0 0 3px var(--color-teal-light);outline:none}.ContactForm-module__1SvrgG__input::placeholder{color:var(--color-stone)}.ContactForm-module__1SvrgG__inputError{border-color:#b8704a}.ContactForm-module__1SvrgG__textarea{resize:vertical;min-height:120px}.ContactForm-module__1SvrgG__error{margin-top:var(--space-2);font-size:var(--text-caption);color:#b8704a;display:block}.ContactForm-module__1SvrgG__submitError{text-align:center;color:#b8704a;font-size:var(--text-small);margin-bottom:var(--space-4)}.ContactForm-module__1SvrgG__submit{width:100%;padding:var(--space-4)var(--space-6);background:var(--color-teal);color:#fff;font-family:var(--font-display);font-size:var(--text-small);letter-spacing:.05em;cursor:pointer;border:none;border-radius:2px;font-weight:500;transition:background .3s,transform .2s;display:block}.ContactForm-module__1SvrgG__submit:hover:not(:disabled){background:var(--color-teal-hover)}.ContactForm-module__1SvrgG__submit:active:not(:disabled){transform:scale(.98)}.ContactForm-module__1SvrgG__submit:disabled{opacity:.7;cursor:not-allowed}.ContactForm-module__1SvrgG__success{text-align:center;padding:var(--space-10)0}.ContactForm-module__1SvrgG__success p{color:var(--color-text-secondary)}
.Footer-module__EZoWya__footer{background:var(--color-charcoal);color:var(--color-mist);padding:var(--space-10)var(--section-padding-x)var(--space-6)}.Footer-module__EZoWya__container{max-width:var(--container-max);margin:0 auto}.Footer-module__EZoWya__logoSection{margin-bottom:var(--space-6)}.Footer-module__EZoWya__logoMark{color:#fff;width:40px;height:auto}.Footer-module__EZoWya__info{margin-bottom:var(--space-6)}.Footer-module__EZoWya__company{font-size:var(--text-small);margin-bottom:var(--space-1)}.Footer-module__EZoWya__address{font-size:var(--text-caption);color:var(--color-stone)}.Footer-module__EZoWya__bottom{padding-top:var(--space-6);border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;display:flex}.Footer-module__EZoWya__link{color:var(--color-mist);font-size:var(--text-caption);text-underline-offset:3px;text-decoration:underline;transition:color .2s}.Footer-module__EZoWya__link:hover{color:#fff}.Footer-module__EZoWya__copyright{font-size:var(--text-caption);color:var(--color-stone)}@media (max-width:640px){.Footer-module__EZoWya__bottom{gap:var(--space-3);text-align:center;flex-direction:column}}
