.hero[data-astro-cid-ge2uvauf]{background:var(--color-primary);height:100vh;min-height:640px;max-height:900px;position:relative;overflow:hidden}.hero__video[data-astro-cid-ge2uvauf]{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero__overlay[data-astro-cid-ge2uvauf]{background:linear-gradient(#0c0b0c26 0%,#0c0b0c59 55%,#0c0b0ceb 100%);position:absolute;inset:0}.hero__content[data-astro-cid-ge2uvauf]{z-index:2;height:100%;padding:0 var(--content-padding) 90px;position:relative}.hero__inner[data-astro-cid-ge2uvauf]{flex-direction:column;justify-content:flex-end;height:100%;display:flex}.hero__cta[data-astro-cid-ge2uvauf]{font-family:var(--font-secondary);color:var(--color-white);align-self:flex-end;margin-bottom:12px;font-size:.9rem;font-weight:400;text-decoration:none;transition:opacity .2s}.hero__cta[data-astro-cid-ge2uvauf]:hover{opacity:.65}.hero__title[data-astro-cid-ge2uvauf]{font-family:var(--font-primary);color:var(--color-white);max-width:16ch;margin:0 0 20px;font-size:clamp(2rem,4.5vw,3rem);font-weight:600;line-height:1.1}.hero__subtitle[data-astro-cid-ge2uvauf]{font-family:var(--font-primary);color:var(--color-white);max-width:43ch;margin:0;font-size:1rem;line-height:1.5}.problem-card[data-astro-cid-cpvlczs2]{border:1px solid var(--surface-border);background:var(--surface-bg);border-radius:15px;padding:32px 28px;transition:border-color .35s,background-color .8s;position:relative}.problem-card[data-astro-cid-cpvlczs2]:hover{border-color:var(--surface-accent)}.problem-card__icon[data-astro-cid-cpvlczs2]{width:26px;height:26px;color:var(--surface-accent);margin-bottom:22px;transition:color .8s,transform .35s}.problem-card__icon[data-astro-cid-cpvlczs2] svg{width:100%;height:100%;display:block}.problem-card[data-astro-cid-cpvlczs2]:hover .problem-card__icon[data-astro-cid-cpvlczs2]{transform:scale(1.1)}.problem-card__number[data-astro-cid-cpvlczs2]{font-family:var(--font-secondary);color:var(--surface-text-muted);margin:0;font-size:.75rem;transition:color .8s;position:absolute;top:30px;right:28px}.problem-card__problem[data-astro-cid-cpvlczs2]{font-family:var(--font-primary);color:var(--surface-text);margin:0 0 22px;font-size:clamp(1rem,1.6vw,1.15rem);font-weight:200;line-height:1.5;transition:color .8s}.problem-card__solution[data-astro-cid-cpvlczs2]{border-top:1px solid var(--surface-border);padding-top:18px;transition:border-color .8s}.problem-card__solution-label[data-astro-cid-cpvlczs2]{color:var(--surface-accent);margin:0 0 8px;transition:color .8s}.problem-card__solution-text[data-astro-cid-cpvlczs2]{font-family:var(--font-primary);color:var(--surface-text);margin:0;font-size:.95rem;font-weight:200;line-height:1.55;transition:color .8s}@media (prefers-reduced-motion:no-preference){.problem-card[data-astro-cid-cpvlczs2]{opacity:0;transition:opacity .7s ease var(--reveal-delay,0s), transform .7s ease var(--reveal-delay,0s), border-color .35s ease, background-color .8s ease;transform:translateY(36px)}.problem-card[data-astro-cid-cpvlczs2].is-revealed{opacity:1;transform:translateY(0)}}.case-index[data-astro-cid-lxvdsahe]{background:var(--surface-bg);padding-bottom:clamp(64px,10vw,120px);transition:background-color .8s}.case-index__intro-outer[data-astro-cid-lxvdsahe]{padding-inline:var(--content-padding);padding-top:clamp(64px,10vw,120px);padding-bottom:clamp(40px,6vw,64px)}.case-index__eyebrow[data-astro-cid-lxvdsahe]{color:var(--surface-accent);margin:0 0 16px;transition:color .8s}.case-index__title[data-astro-cid-lxvdsahe]{font-family:var(--font-primary);color:var(--surface-text);margin:0;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:600;transition:color .8s}.case-index__grid-outer[data-astro-cid-lxvdsahe]{padding-inline:var(--content-padding)}.case-index__grid[data-astro-cid-lxvdsahe]{grid-template-columns:1fr;gap:clamp(20px,2.5vw,28px);display:grid}.case-index__grid[data-astro-cid-lxvdsahe]>.problem-card:nth-child(n+5){display:none}.case-index__grid[data-astro-cid-lxvdsahe].is-expanded>.problem-card:nth-child(n+5){display:block}.case-index__toggle-outer[data-astro-cid-lxvdsahe]{justify-content:center;margin-top:clamp(28px,4vw,36px);display:flex}.case-index__toggle[data-astro-cid-lxvdsahe]{border:1px solid var(--surface-border);color:var(--surface-text);font-family:var(--font-secondary);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:10px;padding:12px 24px;font-size:.8rem;transition:border-color .25s,color .8s;display:inline-flex}@media (hover:hover){.case-index__toggle[data-astro-cid-lxvdsahe]:hover{border-color:var(--surface-accent)}}.case-index__toggle-icon[data-astro-cid-lxvdsahe]{width:16px;height:16px;transition:transform .35s;display:inline-flex}.case-index__toggle[data-astro-cid-lxvdsahe][aria-expanded=true] .case-index__toggle-icon[data-astro-cid-lxvdsahe]{transform:rotate(180deg)}@media (width>=640px){.case-index__grid[data-astro-cid-lxvdsahe]{grid-template-columns:repeat(2,1fr)}.case-index__grid[data-astro-cid-lxvdsahe]>.problem-card:nth-child(n+5){display:block}.case-index__toggle-outer[data-astro-cid-lxvdsahe]{display:none}}@media (width>=1024px){.case-index__grid[data-astro-cid-lxvdsahe]{grid-template-columns:repeat(4,1fr)}}.about[data-astro-cid-oxgmilyn]{background:var(--surface-bg);transition:background-color .8s}.about__outer[data-astro-cid-oxgmilyn]{padding-inline:var(--content-padding);padding-block:clamp(72px,11vw,140px)}.about__eyebrow[data-astro-cid-oxgmilyn]{color:var(--surface-accent);margin:0 0 16px;transition:color .8s}.about__title[data-astro-cid-oxgmilyn]{font-family:var(--font-primary);color:var(--surface-text);max-width:18ch;margin:0 0 28px;font-size:clamp(2rem,4.2vw,2.75rem);font-weight:600;line-height:1.15;transition:color .8s}.about__lead[data-astro-cid-oxgmilyn]{font-family:var(--font-primary);color:var(--surface-text);max-width:62ch;margin:0;font-size:clamp(1.05rem,1.6vw,1.3rem);font-weight:200;line-height:1.65;transition:color .8s}.about__pillars[data-astro-cid-oxgmilyn]{grid-template-columns:1fr;gap:32px;max-width:62ch;margin-top:clamp(48px,6vw,72px);display:grid}@media (width>=768px){.about__pillars[data-astro-cid-oxgmilyn]{grid-template-columns:repeat(3,1fr);gap:40px}}.about__pillar[data-astro-cid-oxgmilyn]{border-top:1px solid var(--surface-border);padding-top:20px;transition:border-color .8s}.about__pillar-label[data-astro-cid-oxgmilyn]{color:var(--surface-accent);margin:0 0 10px;transition:color .8s}.about__pillar-text[data-astro-cid-oxgmilyn]{font-family:var(--font-primary);color:var(--surface-text-muted);margin:0;font-size:.95rem;font-weight:200;line-height:1.55;transition:color .8s}@media (prefers-reduced-motion:no-preference){.about__inner[data-astro-cid-oxgmilyn]{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(24px)}.about[data-astro-cid-oxgmilyn].is-revealed .about__inner[data-astro-cid-oxgmilyn]{opacity:1;transform:translateY(0)}}.services[data-astro-cid-lesv7jgp]{background:var(--surface-bg);padding:90px var(--content-padding);align-items:center;min-height:100svh;transition:background-color .8s;display:flex}.services__intro[data-astro-cid-lesv7jgp]{margin:0 0 48px}.services__eyebrow[data-astro-cid-lesv7jgp]{color:var(--surface-accent);margin:0 0 16px;transition:color .8s}.services__title[data-astro-cid-lesv7jgp]{font-family:var(--font-primary);color:var(--surface-text);margin:0;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:600;transition:color .8s}.services__tabs[data-astro-cid-lesv7jgp]{border-bottom:1px solid var(--surface-border);flex-wrap:wrap;gap:8px 32px;transition:border-color .8s;display:flex}.services__tab[data-astro-cid-lesv7jgp]{color:var(--surface-text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:baseline;gap:10px;padding:0 0 18px;transition:color .25s,border-color .25s;display:inline-flex}.services__tab[data-astro-cid-lesv7jgp]:hover{color:var(--surface-text)}.services__tab[data-astro-cid-lesv7jgp][aria-selected=true]{color:var(--surface-text);border-bottom-color:var(--surface-accent)}.services__tab-index[data-astro-cid-lesv7jgp]{font-family:var(--font-secondary);font-size:.75rem}.services__tab-label[data-astro-cid-lesv7jgp]{font-family:var(--font-primary);letter-spacing:.02em;text-transform:uppercase;font-size:.85rem;font-weight:600}.services__content-row[data-astro-cid-lesv7jgp]{justify-content:space-between;align-items:center;gap:40px;padding-top:48px;display:flex}.services__content[data-astro-cid-lesv7jgp]{flex:auto;min-height:8.5rem}.services__text[data-astro-cid-lesv7jgp]{font-family:var(--font-primary);color:var(--surface-text);max-width:60ch;margin:0;font-size:clamp(1.15rem,2vw,1.5rem);line-height:1.5;transition:color .8s}.services__nav[data-astro-cid-lesv7jgp]{flex:none;gap:16px;display:flex}.services__nav-btn[data-astro-cid-lesv7jgp]{width:64px;height:64px;color:var(--surface-text);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,color .8s;display:flex;position:relative}.services__nav-btn[data-astro-cid-lesv7jgp]:hover{background:var(--surface-hover)}.services__nav-btn--prev[data-astro-cid-lesv7jgp],.services__nav-btn--toggle[data-astro-cid-lesv7jgp]{border:1px solid var(--surface-border);transition:border-color .8s}.services__nav-ring[data-astro-cid-lesv7jgp]{width:100%;height:100%;position:absolute;inset:0}.services__nav-ring-track[data-astro-cid-lesv7jgp]{fill:none;stroke:var(--surface-border);stroke-width:1.5px;transition:stroke .8s}.services__nav-ring-progress[data-astro-cid-lesv7jgp]{fill:none;stroke:var(--surface-accent);stroke-width:2px;stroke-linecap:round;transform-origin:50%;transition:stroke .8s;transform:rotate(-90deg)}.services__nav-icon[data-astro-cid-lesv7jgp]{z-index:1;width:18px;height:18px;position:relative}.services__nav-icon-wrap[data-astro-cid-lesv7jgp]{display:contents}.services__nav-icon-wrap[data-astro-cid-lesv7jgp][hidden]{display:none}@media (width<=640px){.services__tabs[data-astro-cid-lesv7jgp]{gap:16px 24px}.services__tab[data-astro-cid-lesv7jgp]{display:none}.services__tab[data-astro-cid-lesv7jgp][aria-selected=true]{display:inline-flex}.services__content-row[data-astro-cid-lesv7jgp]{flex-direction:column;align-items:flex-start}.services__nav[data-astro-cid-lesv7jgp]{align-self:flex-end}}.blog[data-astro-cid-63zyyhnh]{background:var(--surface-bg);transition:background-color .8s}.blog__intro-outer[data-astro-cid-63zyyhnh]{padding-inline:var(--content-padding);padding-top:clamp(64px,10vw,120px);padding-bottom:clamp(40px,6vw,64px)}.blog__eyebrow[data-astro-cid-63zyyhnh]{color:var(--surface-accent);margin:0 0 16px;transition:color .8s}.blog__title[data-astro-cid-63zyyhnh]{font-family:var(--font-primary);color:var(--surface-text);margin:0;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:600;transition:color .8s}.blog__grid-outer[data-astro-cid-63zyyhnh]{padding-inline:var(--content-padding);border-bottom:1px solid var(--surface-border);padding-bottom:clamp(72px,11vw,140px)}.blog__grid[data-astro-cid-63zyyhnh]{grid-template-columns:1fr;gap:clamp(40px,5vw,56px) clamp(24px,3vw,40px);display:grid}@media (width>=768px){.blog__grid[data-astro-cid-63zyyhnh]{grid-template-columns:repeat(3,1fr)}}.blog__card-link[data-astro-cid-63zyyhnh]{color:inherit;text-decoration:none;display:block}.blog__card-media[data-astro-cid-63zyyhnh]{aspect-ratio:4/3;margin-bottom:24px;position:relative}.blog__card-media[data-astro-cid-63zyyhnh] img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.blog__card-arrow[data-astro-cid-63zyyhnh]{background:var(--color-accent);opacity:0;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:opacity .3s,transform .3s;display:flex;position:absolute;bottom:-22px;right:20px;transform:translateY(6px)}.blog__card-arrow-icon[data-astro-cid-63zyyhnh]{width:18px;height:18px;color:var(--color-white)}.image-preview[data-astro-cid-63zyyhnh]{border-radius:15px}@media (hover:hover){.blog__card-link[data-astro-cid-63zyyhnh]:hover .blog__card-media[data-astro-cid-63zyyhnh] img{transform:scale(1.05)}.blog__card-link[data-astro-cid-63zyyhnh]:hover .blog__card-arrow[data-astro-cid-63zyyhnh]{opacity:1;transform:translateY(0)}}.blog__card-title[data-astro-cid-63zyyhnh]{font-family:var(--font-primary);color:var(--surface-text);margin:0 0 12px;font-size:clamp(1.1rem,1.6vw,1.3rem);font-weight:600;line-height:1.35;transition:color .8s}.blog__card-excerpt[data-astro-cid-63zyyhnh]{font-family:var(--font-primary);color:var(--surface-text-muted);margin:0;font-size:.95rem;font-weight:200;line-height:1.6;transition:color .8s}@media (prefers-reduced-motion:no-preference){.blog__card[data-astro-cid-63zyyhnh]{opacity:0;transition:opacity .7s ease var(--reveal-delay,0s), transform .7s ease var(--reveal-delay,0s);transform:translateY(36px)}.blog__card[data-astro-cid-63zyyhnh].is-revealed{opacity:1;transform:translateY(0)}}
