.home-hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:var(--space-6);padding-left:0;padding-right:0}.home-hero__logo{height:224px;width:auto;max-width:100%;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:block;margin:0 auto}@media(orientation:landscape)and (min-width:768px){.home-hero__logo{height:192px}}@media(orientation:portrait)and (min-width:900px){.home-hero__logo{height:224px}}.home-hero__sub{max-width:20rem;margin:var(--space-2) auto 0;font-size:var(--font-size-xs);line-height:var(--line-height-snug);color:var(--color-neutral-700);text-align:center;font-weight:var(--font-weight-regular)}.home-hero__sub-accent{font-weight:var(--font-weight-semibold);color:var(--color-brand-primary)}.home-hero__img-wrap{width:calc(100% + var(--space-8));margin-left:calc(-1*var(--space-4));margin-right:calc(-1*var(--space-4));margin-top:var(--space-3);overflow:hidden}.home-hero__img{display:block;width:100%;height:auto;object-fit:cover;opacity:.8;-webkit-mask-image:linear-gradient(180deg,black 72%,transparent);mask-image:linear-gradient(180deg,black 72%,transparent)}.home-section{padding:var(--space-8) var(--space-4) var(--space-4)}@media(orientation:landscape)and (min-width:768px){.home-section{padding-top:var(--space-10)}}.home-section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-2);margin-bottom:var(--space-3)}.home-section-header__title{font-size:var(--font-size-xs);font-weight:var(--font-weight-bold);text-transform:uppercase;letter-spacing:.14em;color:var(--color-brand-secondary-dark);margin:0;display:inline-flex;align-items:center;gap:var(--space-2)}@media(orientation:landscape)and (min-width:768px){.home-section-header__title{font-size:var(--font-size-sm)}}.home-ecosystem__sub{font-size:.6875rem;color:var(--color-neutral-500);margin:0 0 var(--space-3);line-height:var(--line-height-snug)}.ecosystem-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--space-2);gap:var(--space-2);list-style:none;padding:0;margin:0}@media(orientation:landscape)and (min-width:768px){.ecosystem-grid{grid-template-columns:repeat(3,1fr);gap:var(--space-3)}}@media(orientation:portrait)and (min-width:900px){.ecosystem-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-3)}}.home-section-header__sparkle{color:var(--color-brand-secondary-dark)}.home-section-header__link{display:inline-flex;align-items:center;gap:var(--space-1);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);color:var(--color-neutral-500);text-decoration:none;touch-action:manipulation}.home-section-header__link:focus-visible,.home-section-header__link:hover{color:var(--color-brand-primary);text-decoration:underline}.home-recs{padding-bottom:var(--space-6)}.home-recs__group{margin-top:var(--space-5)}.home-recs__group-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-2)}.home-recs__group-label{font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:.14em;margin:0}.home-recs__group-hide,.home-recs__group-label{font-size:.6875rem;color:var(--color-neutral-500)}.home-recs__group-hide{display:inline-flex;align-items:center;gap:var(--space-1);flex-shrink:0;padding:0;border:0;background:rgba(0,0,0,0);cursor:pointer}.home-recs__group-hide svg{width:.75rem;height:.75rem;flex-shrink:0}.home-recs__carousel{display:flex;gap:var(--space-3);overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;padding-bottom:var(--space-1);margin-left:calc(-1*var(--space-4));margin-right:calc(-1*var(--space-4));padding-left:var(--space-4);padding-right:var(--space-4);scrollbar-width:none}.home-recs__carousel::-webkit-scrollbar{display:none}