:root{color-scheme:light;--color-bg:#fff;--color-fg:#141414;--color-surface:#fff;--color-surface-fg:#141414;--color-primary:#1f5ae0;--color-primary-fg:#fff;--color-accent:#ff5a2c;--color-accent-fg:#fff;--color-muted:#f2f4f8;--color-muted-fg:#141414;--color-border:#e2e6ec;--color-brand-navy:#192230;--color-brand-1:#192230;--font-he:var(--font-heebo),"Segoe UI",system-ui,sans-serif;--font-en:var(--font-inter),system-ui,sans-serif;--lh-tight:1.12;--lh-normal:1.6;--lh-relaxed:1.8;--fw-regular:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--fs-xs:0.75rem;--fs-sm:0.875rem;--fs-base:1.0625rem;--fs-lg:1.25rem;--fs-xl:1.5rem;--fs-2xl:1.875rem;--fs-3xl:2.375rem;--fs-4xl:3rem;--fs-5xl:3.75rem;--container-max:1160px;--container-gutter:clamp(1rem,4vw,1.75rem);--space-0:0;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4rem;--space-9:6rem;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-pill:999px;--shadow-sm:0 1px 2px rgba(15,23,42,.06);--shadow-md:0 10px 28px rgba(15,23,42,.08);--shadow-lg:0 24px 60px rgba(15,23,42,.12);--dur-fast:150ms;--dur-base:260ms;--dur-slow:480ms;--ease-standard:cubic-bezier(0.2,0,0,1);--ease-emphasized:cubic-bezier(0.3,0,0,1);--ease-decelerate:cubic-bezier(0,0,0,1);--motion-duration-fast:150ms;--motion-duration-base:260ms;--motion-duration-slow:480ms;--motion-ease-standard:cubic-bezier(0.2,0,0,1);--motion-ease-emphasized:cubic-bezier(0.3,0,0,1);--motion-ease-decelerate:cubic-bezier(0,0,0,1);--motion-reveal-distance:20px;--motion-reveal-duration:620ms;--motion-reveal-easing:cubic-bezier(0,0,0,1);--motion-reveal-stagger:90ms;--motion-hover-lift:-2px;--motion-press-scale:0.97;--motion-interaction-duration:160ms;--motion-interaction-easing:cubic-bezier(0.2,0,0,1)}*,:after,:before{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{background:var(--color-bg);color:var(--color-fg);font-size:var(--fs-base);line-height:var(--lh-normal);font-synthesis-weight:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column}:lang(he),[dir=rtl]{font-family:var(--font-he)}:lang(en),[dir=ltr]{font-family:var(--font-en)}img,picture,svg,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration-thickness:.06em;text-underline-offset:.18em}h1,h2,h3,h4{line-height:var(--lh-tight);font-weight:var(--fw-bold);text-wrap:balance}p{text-wrap:pretty}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-gutter)}.section{padding-block:clamp(var(--space-6),6vw,var(--space-9))}.section--muted{background:var(--color-muted);color:var(--color-muted-fg)}.section--inverted{background:var(--color-primary);color:var(--color-primary-fg)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-height:44px;padding-inline:var(--space-5);padding-block:var(--space-3);border-radius:var(--radius-pill);border:1px solid transparent;font-weight:var(--fw-semibold);text-decoration:none;cursor:pointer;transition:transform var(--motion-interaction-duration) var(--motion-interaction-easing),box-shadow var(--motion-interaction-duration) var(--motion-interaction-easing),background-color var(--motion-interaction-duration) var(--motion-interaction-easing)}.btn--primary{background:var(--color-primary);color:var(--color-primary-fg);box-shadow:var(--shadow-sm)}.btn--primary:hover{transform:translateY(var(--motion-hover-lift));box-shadow:var(--shadow-md)}.btn:active{transform:scale(var(--motion-press-scale))}.btn--ghost{background:transparent;color:var(--color-fg);border-color:var(--color-border)}:where(a,button,input,textarea,select,summary,[tabindex]):focus-visible{outline:3px solid var(--color-accent);outline-offset:2px;border-radius:var(--radius-sm)}.skip-link{position:absolute;inset-inline-start:var(--space-3);inset-block-start:-100%;background:var(--color-primary);color:var(--color-primary-fg);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);z-index:100;transition:inset-block-start var(--dur-fast) var(--ease-standard)}.skip-link:focus{inset-block-start:var(--space-3)}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}html{scroll-padding-block-start:96px}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:var(--color-bg);-webkit-border-after:1px solid var(--color-border);border-block-end:1px solid var(--color-border)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);min-height:80px}.site-header__brand{font-weight:var(--fw-bold);font-size:var(--fs-lg);text-decoration:none;display:inline-flex;align-items:center}.site-header__logo{height:clamp(56px,6vw,72px);width:auto;max-width:60vw;object-fit:contain}.site-nav__disclosure>summary{list-style:none;cursor:pointer}.site-nav__disclosure>summary::-webkit-details-marker{display:none}.site-nav__toggle{display:none;min-height:44px;min-width:44px;align-items:center;justify-content:center}.site-nav__list{display:flex;gap:var(--space-5);list-style:none;padding:0}.site-nav__link{text-decoration:none;font-weight:var(--fw-medium);padding-block:var(--space-2);transition:color var(--motion-interaction-duration) var(--motion-interaction-easing)}.site-nav__link:hover{color:var(--color-primary)}.site-header__actions{display:inline-flex;align-items:center;gap:var(--space-3)}.locale-switcher{display:inline-flex;gap:var(--space-2)}.locale-switcher__link{text-decoration:none;padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);font-weight:var(--fw-medium)}.locale-switcher__link[aria-current=true]{background:var(--color-muted);color:var(--color-muted-fg)}@media (max-width:720px){.site-nav__toggle{display:inline-flex}.site-nav__list{position:absolute;inset-inline:var(--container-gutter);inset-block-start:64px;flex-direction:column;background:var(--color-surface);color:var(--color-surface-fg);padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.site-nav__disclosure:not([open]) .site-nav__list{display:none}}:where(html,body){overflow-x:clip}@media (max-width:640px){[data-section-id],[data-section-id] :where(*){max-width:100%!important}}@media (max-width:640px){[data-floating-cta]{position:fixed!important;inset-block-end:max(1rem,env(safe-area-inset-bottom))!important;inset-block-start:auto!important;inset-inline-end:1rem!important;inset-inline-start:auto!important;z-index:60!important;max-width:calc(100vw - 2rem)!important}body:has([data-floating-cta]){-webkit-padding-after:5.5rem;padding-block-end:5.5rem}}.section__title{font-size:var(--fs-3xl);-webkit-margin-after:var(--space-4);margin-block-end:var(--space-4)}.section__lead{font-size:var(--fs-lg);color:var(--color-muted-fg);max-width:60ch;-webkit-margin-after:var(--space-6);margin-block-end:var(--space-6)}.section--inverted .section__lead,.section--inverted .section__title{color:var(--color-primary-fg)}.prose{max-width:68ch}.prose[data-align=center]{margin-inline:auto;text-align:center}.prose p{margin-block:var(--space-4);color:var(--color-fg);line-height:var(--lh-relaxed)}.prose h2{-webkit-margin-before:var(--space-6);margin-block-start:var(--space-6)}.hero{position:relative;overflow:clip;background:linear-gradient(155deg,color-mix(in srgb,var(--color-primary) 9%,var(--color-bg)),var(--color-bg) 62%);padding-block:clamp(var(--space-8),10vw,calc(var(--space-9) * 1.4))}.hero--inverted,.hero.section--inverted{background:var(--color-primary);color:var(--color-primary-fg)}.hero__inner{display:grid;grid-gap:var(--space-5);gap:var(--space-5)}.hero__title{font-size:clamp(var(--fs-3xl),6vw,var(--fs-5xl));max-width:18ch}.hero__subtitle{font-size:var(--fs-xl);max-width:52ch;color:color-mix(in srgb,currentColor 78%,transparent)}.hero__actions{-webkit-margin-before:var(--space-3);margin-block-start:var(--space-3)}.hero--media{isolation:isolate}.hero__bg{object-fit:cover}.hero__bg,.hero__scrim{position:absolute;inset:0;z-index:0}.hero__scrim{background:linear-gradient(180deg,color-mix(in srgb,var(--color-bg) 22%,transparent),color-mix(in srgb,var(--color-bg) 78%,transparent) 88%)}.hero--media .hero__inner{position:relative;z-index:1}.yt-bg__content .hero{background:transparent}.yt-bg__content .hero__bg,.yt-bg__content .hero__scrim{display:none}.feature-grid{list-style:none;padding:0;display:grid;grid-gap:var(--space-5);gap:var(--space-5);grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr))}.feature-card{background:var(--color-surface);color:var(--color-surface-fg);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-5);box-shadow:var(--shadow-sm);transition:transform var(--motion-interaction-duration) var(--motion-interaction-easing),box-shadow var(--motion-interaction-duration) var(--motion-interaction-easing)}.feature-card:hover{transform:translateY(var(--motion-hover-lift));box-shadow:var(--shadow-md)}.feature-card__title{font-size:var(--fs-xl);-webkit-margin-after:var(--space-2);margin-block-end:var(--space-2)}.gallery{list-style:none;padding:0;display:grid;grid-gap:var(--space-4);gap:var(--space-4);grid-template-columns:repeat(var(--cols,3),1fr)}@media (max-width:720px){.gallery{grid-template-columns:repeat(2,1fr)}}.gallery__item img{width:100%;height:auto;border-radius:var(--radius-md);object-fit:cover}.faq__list{display:grid;grid-gap:var(--space-3);gap:var(--space-3);max-width:72ch}.faq__item{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-4);background:var(--color-surface);color:var(--color-surface-fg)}.faq__item>summary{cursor:pointer;font-weight:var(--fw-semibold);min-height:44px;display:flex;align-items:center}.faq__answer{-webkit-margin-before:var(--space-3);margin-block-start:var(--space-3);color:var(--color-muted-fg)}.cta-band__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-5)}.product__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--space-7);gap:var(--space-7);align-items:start}@media (max-width:820px){.product__grid{grid-template-columns:1fr}}.product__media img{width:100%;height:auto;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);object-fit:cover}.product__thumbs{list-style:none;padding:0;-webkit-margin-before:var(--space-3);margin-block-start:var(--space-3);display:flex;gap:var(--space-3)}.product__thumbs img{width:96px;height:96px;border-radius:var(--radius-md);object-fit:cover}.product__title{font-size:var(--fs-4xl)}.product__price{font-size:var(--fs-2xl);font-weight:var(--fw-bold);color:var(--color-primary);margin-block:var(--space-3)}.product__stock{font-weight:var(--fw-medium)}.product__stock.in{color:color-mix(in srgb,var(--color-primary) 80%,var(--color-fg))}.product__stock.out{color:var(--color-muted-fg)}.product__buy{-webkit-margin-before:var(--space-5);margin-block-start:var(--space-5)}.breadcrumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:var(--space-2);padding:0;margin-block:var(--space-4);font-size:var(--fs-sm);color:var(--color-muted-fg)}.breadcrumbs li:not(:last-child):after{content:"/";-webkit-margin-start:var(--space-2);margin-inline-start:var(--space-2);opacity:.5}.breadcrumbs a{text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.post-grid{list-style:none;padding:0;display:grid;grid-gap:var(--space-6);gap:var(--space-6);grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr))}.post-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:clip;background:var(--color-surface);transition:transform var(--motion-interaction-duration) var(--motion-interaction-easing),box-shadow var(--motion-interaction-duration) var(--motion-interaction-easing)}.post-card:hover{transform:translateY(var(--motion-hover-lift));box-shadow:var(--shadow-md)}.post-card__media img{width:100%;aspect-ratio:3/2;object-fit:cover}.post-card__body{padding:var(--space-5)}.post-card__title{font-size:var(--fs-xl);-webkit-margin-after:var(--space-2);margin-block-end:var(--space-2)}.post-card__more,.post-card__title a{text-decoration:none}.post-card__more{display:inline-block;-webkit-margin-before:var(--space-3);margin-block-start:var(--space-3);font-weight:var(--fw-semibold)}.article{max-width:800px}.article__meta{display:flex;gap:var(--space-4);color:var(--color-muted-fg);margin-block:var(--space-3)}.article__hero img{width:100%;height:auto;border-radius:var(--radius-lg);margin-block:var(--space-5)}.lead-form{display:grid;grid-gap:var(--space-4);gap:var(--space-4);max-width:560px}.field{display:grid;grid-gap:var(--space-2);gap:var(--space-2)}.field label{font-weight:var(--fw-medium)}.field input,.field textarea{font:inherit;padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg);color:var(--color-fg);min-height:44px}.field textarea{min-height:120px;resize:vertical}.lead-form__status{min-height:1.5em;color:var(--color-primary);font-weight:var(--fw-medium)}.search__input{font:inherit;width:100%;max-width:560px;padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-md);min-height:44px;background:var(--color-bg);color:var(--color-fg)}.search__results{list-style:none;padding:0;-webkit-margin-before:var(--space-4);margin-block-start:var(--space-4);display:grid;grid-gap:var(--space-2);gap:var(--space-2)}.site-footer{-webkit-margin-before:auto;margin-block-start:auto;background:var(--color-surface);color:var(--color-surface-fg);-webkit-border-before:1px solid var(--color-border);border-block-start:1px solid var(--color-border)}.site-footer__inner{display:flex;flex-wrap:wrap;gap:var(--space-5);justify-content:space-between;padding-block:var(--space-7)}.site-footer__brand{font-weight:var(--fw-bold);font-size:var(--fs-lg)}.site-footer__logo{height:32px;width:auto}.site-footer__links{list-style:none;padding:0;display:grid;grid-gap:var(--space-2);gap:var(--space-2)}.site-footer__legal{display:flex;flex-wrap:wrap;justify-content:space-between;gap:var(--space-3);padding-block:var(--space-4);-webkit-border-before:1px solid var(--color-border);border-block-start:1px solid var(--color-border);color:var(--color-muted-fg)}.reveal-ready [data-reveal]{opacity:0;transform:translateY(var(--motion-reveal-distance,20px));transition:opacity var(--motion-reveal-duration,.62s) var(--motion-reveal-easing,ease-out),transform var(--motion-reveal-duration,.62s) var(--motion-reveal-easing,ease-out);transition-delay:var(--reveal-delay,0s);will-change:opacity,transform}.reveal-ready [data-reveal].is-revealed{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal-ready [data-reveal],.reveal-ready [data-reveal].is-revealed{opacity:1!important;transform:none!important;transition:none!important}}.reveal-ready .feature-grid>[data-reveal]:nth-child(2),.reveal-ready .gallery>[data-reveal]:nth-child(2){--reveal-delay:var(--motion-reveal-stagger)}.reveal-ready .feature-grid>[data-reveal]:nth-child(3),.reveal-ready .gallery>[data-reveal]:nth-child(3){--reveal-delay:calc(var(--motion-reveal-stagger) * 2)}.reveal-ready .feature-grid>[data-reveal]:nth-child(n+4),.reveal-ready .gallery>[data-reveal]:nth-child(n+4){--reveal-delay:calc(var(--motion-reveal-stagger) * 3)}