.landing-root{min-height:100svh;background:var(--color-neutral-50)}.landing-lang-switcher{position:fixed;right:2rem;top:2rem;z-index:50;display:none}@media (min-width:1024px){.landing-lang-switcher{display:block}}.landing-hero{display:flex;flex-direction:column;min-height:max(100svh,600px)}@media (min-width:1024px){.landing-hero{flex-direction:row}}.landing-hero__mobile{position:relative;display:flex;flex-direction:column;align-items:center;gap:12px;flex:1;padding:2rem 1.5rem 2.5rem}@media (min-width:1024px){.landing-hero__mobile{display:none}}.landing-hero__artwork-mobile{display:flex;width:100%;align-items:center;justify-content:center;padding-top:.5rem;padding-bottom:.5rem;margin-bottom:1rem}.landing-hero__artwork-frame-mobile{position:relative;width:240px;height:240px;box-shadow:0 0 40px 0 rgba(0,0,0,.3)}.landing-hero__artwork-overlay{pointer-events:none;position:absolute;inset:0;z-index:10;background:linear-gradient(180deg,transparent,rgba(255,255,255,.1))}.landing-hero__artwork-img{display:block;width:100%;height:100%;object-fit:cover;opacity:.9}.landing-hero__content-mobile{position:relative;width:100%;max-width:448px}.landing-hero__branding-mobile{width:100%;display:flex;flex-direction:row;justify-content:flex-end;padding-top:32px}.landing-hero__lang-switcher-mobile{position:absolute;right:1.5rem;top:2rem}.landing-hero__headline-mobile{margin-bottom:0}.landing-hero__title-group-mobile{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:1rem}.landing-hero__gifting-hint{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem}.landing-hero__availability-mobile{display:flex;flex-direction:column;gap:.375rem;margin-top:1rem;padding-left:.75rem;padding-right:.75rem}.landing-hero__availability-row{display:flex;width:100%;align-items:center;justify-content:space-between}.landing-hero__availability-skeleton{display:inline-block;border-radius:.25rem;animation:pulse 1.5s ease-in-out infinite;background-color:var(--color-neutral-200)}.landing-hero__availability-skeleton--sm{height:.75rem;width:5rem}.landing-hero__availability-skeleton--md{height:.875rem;width:6rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.landing-hero__bar-track{height:1px;width:100%;overflow:hidden;background-color:var(--color-neutral-200)}.landing-hero__bar-fill{height:100%;background-color:var(--color-neutral-900)}.landing-hero__bar-fill--loading{width:40%;background-color:var(--color-neutral-300);animation:pulse 1.5s ease-in-out infinite}.landing-hero__ctas-mobile{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}.landing-hero__artwork-desktop{display:none;align-items:center;justify-content:center;padding:2rem;flex-shrink:0;align-self:stretch}@media (min-width:1024px){.landing-hero__artwork-desktop{display:flex;width:55%}}@media (min-width:1280px){.landing-hero__artwork-desktop{padding:4rem}}.landing-hero__artwork-frame-desktop{position:relative;width:100%;max-width:560px;box-shadow:0 0 40px 0 rgba(0,0,0,.3)}.landing-hero__artwork-img-desktop{display:block;height:auto;width:100%;object-fit:cover;opacity:.9}.landing-hero__content-desktop{display:none;flex:1;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:var(--color-white)!important}.landing-hero__login-container{position:absolute;top:0;left:0;text-decoration:underline;color:var(--color-neutral-500);cursor:pointer}@media (max-width:1024px){.landing-hero__login-container{top:32px;left:32px}}@media (min-width:1024px){.landing-hero__content-desktop{display:flex}}@media (min-width:1280px){.landing-hero__content-desktop{padding:3rem}}.landing-hero__content-inner{display:flex;width:100%;max-width:448px;flex-direction:column;gap:2rem;position:relative}.landing-hero__headline-group{display:flex;flex-direction:column;gap:1.75rem}.landing-hero__price-group{display:flex;flex-direction:column;gap:.5rem}.landing-hero__gifting-hint-desktop{display:flex;align-items:center;gap:.375rem}.landing-hero__availability-desktop{display:flex;flex-direction:column;gap:.5rem}.landing-hero__availability-row-desktop{display:flex;align-items:center;justify-content:space-between}.landing-hero__ctas-desktop{display:flex;flex-direction:column;gap:.75rem}.landing-about{padding:4rem 1.5rem}@media (min-width:768px){.landing-about{padding-top:6rem;padding-bottom:6rem}}.landing-about__inner{margin-left:auto;margin-right:auto;display:flex;max-width:48rem;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.landing-about__paragraphs{display:flex;flex-direction:column;gap:1.25rem}.landing-benefits{padding:4rem 1.5rem;background:var(--color-white)}@media (min-width:768px){.landing-benefits{padding-top:6rem;padding-bottom:6rem}}.landing-benefits__inner{margin-left:auto;margin-right:auto;max-width:64rem}.landing-benefits__header{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;margin-bottom:2.5rem}.landing-benefits__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width:640px){.landing-benefits__grid{grid-template-columns:repeat(2,1fr)}}.landing-gift{padding:4rem 1.5rem}@media (min-width:768px){.landing-gift{padding-top:6rem;padding-bottom:6rem}}.landing-gift__inner{margin-left:auto;margin-right:auto;max-width:64rem}.landing-gift__header{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;margin-bottom:2.5rem}.landing-gift__info-badge-wrapper{display:flex;justify-content:center;margin-top:2rem;padding-left:4rem;padding-right:4rem}@media (min-width:1024px){.landing-gift__info-badge-wrapper{padding-left:8rem;padding-right:8rem}}.landing-collection-bg{position:relative;width:100%;background-size:cover;background-position:50%}.landing-collection-bg__overlay{position:absolute;inset:0;background:radial-gradient(ellipse at center bottom,rgba(0,0,0,.5) 0,rgba(0,0,0,.2) 100%)}.landing-collection-bg__content{position:relative}.landing-cta{padding:4rem 1.5rem;background-color:var(--color-neutral-900)}@media (min-width:768px){.landing-cta{padding-top:6rem;padding-bottom:6rem}}.landing-cta__inner{margin-left:auto;margin-right:auto;display:flex;max-width:24rem;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}@media (min-width:640px){.landing-cta__inner{max-width:40rem}}.landing-hero__headline-mobile{width:100%;text-align:center}.landing-hero__price-mobile{text-align:center;margin-top:.5rem}.landing-hero__subheadline-mobile{text-align:center;color:var(--color-text-primary)}.landing-about__quote{text-align:center;font-weight:500}.landing-benefits__subheading,.landing-gift__subheading{max-width:42rem;color:var(--color-text-muted)}.landing-gift__subheading{margin-left:auto;margin-right:auto;text-align:center}.landing-cta__subheading{padding-bottom:1.5rem;color:var(--color-white)}.landing-cta__limit{padding-top:.5rem;color:rgba(255,255,255,.9)}.landing-gift__patronage-group{margin-left:auto;margin-right:auto;max-width:1024px}.landing-gift__info-badge{width:100%}.landing-hero__cta-primary{width:100%;justify-content:center}.landing-cta__btn{width:auto}