@keyframes hero-editorial-enter{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.hero{--hero-container-max:90rem;--hero-margin-mobile:1.25rem;--hero-margin-desktop:5rem;isolation:isolate;width:100%;min-height:max(100dvh,50rem);margin-top:calc(-1 * var(--public-header-height));align-items:center;display:flex;position:relative;overflow:hidden}.hero-canvas{z-index:0;position:absolute;inset:0;overflow:hidden}.hero-media-stack{width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.hero-poster{z-index:0;opacity:1;transition:opacity .32s;position:absolute;inset:0}.hero-poster--hidden{opacity:0}.hero-video{z-index:1;opacity:0;object-fit:cover;object-position:28% center;width:100%;height:100%;transition:opacity .35s;position:absolute;inset:0}.hero-video--visible{opacity:1}.hero-image-wrap{width:100%;height:100%;position:absolute;inset:0}.hero-image-wrap .hero-image{object-fit:cover;object-position:28% center;width:100%;height:100%}.hero-fallback{background:linear-gradient(145deg, var(--color-light-sage-soft) 0%, var(--color-cream) 42%, var(--color-coral-soft) 100%);width:100%;height:100%;position:absolute;inset:0}.hero-overlay{pointer-events:none;z-index:2;position:absolute;inset:0}.hero-overlay--media{background:linear-gradient(270deg,#fbf9f4f7 0%,#fbf9f4f0 18%,#fbf9f4e6 30%,#fbf9f485 52%,#fbf9f41f 72%,#fbf9f400 100%),linear-gradient(#28473114 0%,#0000 28% 72%,#2847310f 100%)}.hero-overlay--fallback{background:linear-gradient(145deg,#fbf9f4fa 0%,#f7f7f5eb 45%,#e8f4ecd1 100%)}.hero-stage{z-index:3;width:100%;min-height:inherit;padding-top:var(--public-header-height);padding-bottom:max(2.5rem, env(safe-area-inset-bottom));align-items:center;display:flex;position:relative}.hero-stage__container{width:100%;max-width:var(--hero-container-max);padding-inline:var(--hero-margin-mobile);margin-inline:auto}.hero-editorial{text-align:start;width:100%;max-width:none;margin-top:105px}.hero-editorial-enter{animation:.68s cubic-bezier(.22,1,.36,1) both hero-editorial-enter}.hero-rise{animation:1.4s cubic-bezier(.22,1,.36,1) both hero-editorial-enter}.hero-rise.hero-rise--d2{animation-delay:.25s}.hero-rise.hero-rise--d3{animation-delay:.5s}.hero-content-row{direction:ltr;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;column-gap:clamp(3rem,6vw,7rem);width:100%;display:grid}.hero-content-main{text-align:right;direction:rtl;flex-direction:column;grid-column:2;justify-content:flex-start;place-self:start end;width:100%;min-width:0;max-width:38rem;margin-top:0;padding-top:0;display:flex}.hero-video-side{aspect-ratio:16/9;border-radius:var(--radius-lg);width:100%;max-width:36rem;box-shadow:var(--shadow-lg);grid-column:1;place-self:start;position:relative;overflow:hidden;transform:translateY(15px)}.hero-video-side .hero-media-stack{width:100%;height:100%;position:absolute;inset:0}.hero-video-side .hero-video{object-fit:cover;opacity:1;width:100%;height:100%;position:absolute;inset:0}.hero-video-side .hero-image-wrap{width:100%;height:100%;position:absolute;inset:0}.hero-video-side .hero-image{object-fit:cover;width:100%;height:100%}.hero-video-side__expand{z-index:4;color:#fff;cursor:pointer;width:2.5rem;height:2.5rem;transition:background-color var(--transition-base), transform var(--transition-base);background:#1418158c;border:none;border-radius:9999px;justify-content:center;align-items:center;display:flex;position:absolute;inset-block-end:.75rem;inset-inline-end:.75rem}.hero-video-side__expand:hover{background:#141815c7;transform:scale(1.06)}:-webkit-any(.hero-video-side:fullscreen,.hero-video-side:-webkit-full-screen){aspect-ratio:auto;background:#000;border-radius:0;width:100vw;max-width:none;height:100vh;transform:none}:is(.hero-video-side:fullscreen,.hero-video-side:fullscreen){aspect-ratio:auto;background:#000;border-radius:0;width:100vw;max-width:none;height:100vh;transform:none}:-webkit-any(.hero-video-side:fullscreen .hero-video-side__expand,.hero-video-side:-webkit-full-screen .hero-video-side__expand){width:3rem;height:3rem;inset-block-end:1.5rem;inset-inline-end:1.5rem}:is(.hero-video-side:fullscreen .hero-video-side__expand,.hero-video-side:fullscreen .hero-video-side__expand){width:3rem;height:3rem;inset-block-end:1.5rem;inset-inline-end:1.5rem}.hero-title{color:var(--color-primary);letter-spacing:-.02em;text-wrap:balance;white-space:normal;margin:0;padding:0;font-size:3rem;font-weight:700;line-height:1.1}.hero-lead{max-width:28rem;color:var(--color-text-muted);white-space:pre-line;margin:0 0 4rem;font-size:1.25rem;line-height:1.6}.hero-actions{flex-direction:column;align-items:stretch;gap:1rem;display:flex}.hero-btn{letter-spacing:.01em;min-height:3.5rem;transition:transform var(--transition-base), box-shadow var(--transition-base), background-color var(--transition-base), border-color var(--transition-base), color var(--transition-base);border-radius:.75rem;justify-content:center;align-items:center;padding:1rem 2.5rem;font-size:.875rem;font-weight:500;line-height:1;display:inline-flex}.hero-btn--primary{background-color:var(--color-primary);color:var(--color-text-on-primary);box-shadow:0 10px 15px -3px #3f5f4738,0 4px 6px -4px #3f5f472e}.hero-btn--primary:hover{background-color:#284731;transform:translateY(-2px);box-shadow:0 20px 25px -5px #3f5f473d,0 8px 10px -6px #3f5f4733}.hero-btn--secondary{border:2px solid var(--color-primary);color:var(--color-primary);background-color:#0000}.hero-btn--secondary:hover{background-color:var(--color-primary);color:var(--color-text-on-primary)}@media (min-width:640px){.hero-actions{flex-flow:wrap;align-items:center}.hero-btn{min-width:11.5rem;padding-inline:4rem}}@media (min-width:768px){.hero-stage__container{padding-inline:var(--hero-margin-desktop)}.hero-title{font-size:4.5rem}}@media (min-width:1024px){.hero-stage{align-items:center}.hero-editorial{width:100%;max-width:none}.hero-content-row{direction:ltr;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;column-gap:clamp(3rem,6vw,7rem);width:100%;display:grid}.hero-content-main{text-align:right;grid-column:2;justify-self:end;width:100%;min-width:0;max-width:38rem}.hero-video-side{aspect-ratio:16/9;grid-column:1;justify-self:start;width:100%;max-width:38rem}.hero-title{white-space:normal}}@media (min-width:1280px){.hero-title{font-size:4.75rem}}@media (max-width:767px){.hero-content-row{grid-template-columns:1fr;gap:1rem}.hero-content-main{grid-column:1;justify-self:start;max-width:none}.hero-video-side{grid-column:1;width:100%;max-width:100%;margin-right:0}.hero-stage{padding-bottom:max(1.75rem, env(safe-area-inset-bottom));align-items:flex-end}.hero-overlay--media{background:linear-gradient(#fbf9f400 0%,#fbf9f433 38%,#fbf9f4b8 58%,#fbf9f4f0 78%,#fbf9f4fa 100%),linear-gradient(270deg,#fbf9f4e0 0%,#fbf9f473 36%,#fbf9f400 100%)}.hero-video,.hero-image-wrap .hero-image{object-position:center 22%}.hero-lead{max-width:none;margin-bottom:1.75rem;font-size:1.0625rem}.hero-title{margin-bottom:.875rem;font-size:clamp(2.625rem,11vw,3rem);line-height:1.12}.hero-btn{width:100%;min-height:3.25rem;padding-inline:1.5rem}}@media (prefers-reduced-motion:reduce){.public-page-enter,.hero-editorial-enter,.hero-rise{animation:none}.hero-btn--primary:hover{transform:none}.hero-poster,.hero-video{transition:none}}
