.showcase-slideshow{width:min(100%,clamp(18rem,58vw,42rem));margin-inline:auto;position:relative}.showcase-slideshow--empty{aspect-ratio:4/3;background:var(--brand-surface);border-radius:1.5rem;justify-content:center;align-items:center;min-height:0;display:flex}.showcase-slideshow-viewport{aspect-ratio:4/3;background:var(--brand-surface-soft);touch-action:pan-y pinch-zoom;isolation:isolate;border-radius:1.25rem;width:100%;min-height:11rem;position:relative;overflow:hidden;box-shadow:0 24px 56px -16px #5d544b52}.showcase-slideshow-overlay{z-index:10;pointer-events:none;position:absolute;inset:0}.showcase-slideshow-slide{opacity:0;z-index:0;pointer-events:none;transition:opacity .72s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.showcase-slideshow-slide.is-active{opacity:1;z-index:1;pointer-events:auto}.showcase-slideshow-zoom{will-change:transform;position:absolute;inset:0;transform:scale(1)}.showcase-slideshow-slide.is-active .showcase-slideshow-zoom{animation:showcase-dwell-zoom var(--showcase-dwell-ms,5s) ease-out forwards}.showcase-slideshow--paused .showcase-slideshow-slide.is-active .showcase-slideshow-zoom{animation-play-state:paused}@keyframes showcase-dwell-zoom{0%{transform:scale(1)}to{transform:scale(1.12)}}.showcase-slideshow-image{object-fit:cover;object-position:center center}.showcase-pin-card{opacity:1;background:#fff;border-radius:1rem;align-items:center;gap:.75rem;width:min(88%,18rem);padding:.625rem .875rem .625rem .625rem;animation:.5s cubic-bezier(.22,1,.36,1) both showcase-pin-card-in;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 2px 8px #0000000f,0 12px 32px #00000024}@keyframes showcase-pin-card-in{0%{transform:translate(-50%,-46%)scale(.96)}to{transform:translate(-50%,-50%)scale(1)}}.showcase-pin-card-thumb{background:var(--brand-surface);border-radius:.625rem;flex-shrink:0;width:3rem;height:3rem;position:relative;overflow:hidden}.showcase-pin-card-thumb-image{object-fit:cover;object-position:center;display:block}.showcase-pin-card-text{z-index:1;flex:1;min-width:0;position:relative}.showcase-pin-card-title{color:#111;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.9375rem;font-weight:700;line-height:1.25;overflow:hidden}.showcase-pin-card-meta{color:#767676;margin:.125rem 0 0;font-size:.8125rem;line-height:1.3}.showcase-slideshow-pause{pointer-events:auto;width:2rem;height:2rem;color:var(--brand-primary);cursor:pointer;background:#ffffffeb;border:none;border-radius:9999px;justify-content:center;align-items:center;transition:background .2s,transform .2s;display:flex;position:absolute;bottom:.875rem;left:.875rem;box-shadow:0 2px 8px #0000001f}.showcase-slideshow-pause:hover{background:#fff;transform:scale(1.05)}@media (prefers-reduced-motion:reduce){.showcase-slideshow-slide{transition:opacity .35s}.showcase-slideshow-slide.is-active .showcase-slideshow-zoom{animation:none}.showcase-pin-card{opacity:1;animation:none;transform:translate(-50%,-50%)}}
.home-companions{background:var(--brand-background);padding:1.75rem 0 2.25rem}@media (min-width:640px){.home-companions{padding:2rem 0 2.75rem}}.home-companions-inner{max-width:64rem;margin-inline:auto;padding-inline:1rem}@media (min-width:640px){.home-companions-inner{padding-inline:1.5rem}}.home-companions-grid{flex-direction:column;align-items:center;gap:1.5rem;display:flex}@media (min-width:768px){.home-companions-grid{flex-direction:row;justify-content:center;align-items:center;gap:3.5rem}}@media (min-width:1024px){.home-companions-grid{gap:5rem}}.home-companions-copy{text-align:center;min-width:0;max-width:22rem}@media (min-width:768px){.home-companions-copy{text-align:left;flex:0 20rem}}.home-companions-kicker{letter-spacing:.1em;text-transform:uppercase;color:var(--text-tertiary);margin:0;font-size:.6875rem;font-weight:600}.home-companions-title{font-family:var(--font-brand);letter-spacing:-.03em;color:var(--brand-primary);margin:.5rem 0 0;font-size:clamp(1.75rem,4.5vw,2.25rem);font-weight:600;line-height:1.1}.home-companions-story{letter-spacing:-.01em;max-width:28rem;color:var(--brand-muted);margin:.875rem 0 0;font-size:.9375rem;line-height:1.65}.home-companions-cta-wrap{margin-top:1.25rem;display:inline-flex;position:relative}.home-companions-float-paw{z-index:1;filter:drop-shadow(0 2px 4px #5d544b24);pointer-events:none;-webkit-user-select:none;user-select:none;transform-origin:50% 80%;font-size:1.625rem;line-height:1;animation:2.6s ease-in-out infinite home-companion-paw-bob;position:absolute;top:-1.35rem;left:-.15rem}.home-companions-float-treat{z-index:1;filter:drop-shadow(0 2px 4px #5d544b1f);pointer-events:none;-webkit-user-select:none;user-select:none;transform-origin:50%;font-size:1.125rem;line-height:1;animation:3.2s ease-in-out infinite home-companion-treat-drift;position:absolute;bottom:-.45rem;right:-.65rem}@keyframes home-companion-paw-bob{0%,to{transform:rotate(-8deg)translateY(0)}50%{transform:rotate(6deg)translateY(-5px)}}@keyframes home-companion-treat-drift{0%,to{transform:translate(0)rotate(-12deg)}50%{transform:translate(-3px,-6px)rotate(8deg)}}.home-companions-cta{border:1px solid color-mix(in srgb, var(--brand-primary) 28%, transparent);color:var(--brand-primary);border-radius:9999px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .2s,border-color .2s,transform .2s;display:inline-flex}.home-companions-cta:hover{border-color:var(--brand-primary);background:color-mix(in srgb, var(--brand-surface) 80%, var(--brand-background));transform:translateY(-1px)}.home-companions-cards{flex-shrink:0;width:15rem;height:21rem;margin-inline:auto;position:relative}@media (min-width:768px){.home-companions-cards{flex-shrink:0;width:19rem;height:24rem;margin-inline:0}}.home-companion-card{width:12rem;color:inherit;transform-origin:50% 88%;cursor:pointer;-webkit-tap-highlight-color:transparent;text-decoration:none;transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .28s,filter .28s,z-index;animation:5s ease-in-out infinite home-companion-idle;position:absolute}@media (min-width:768px){.home-companion-card{width:13.5rem}}.home-companion-card--0{animation-delay:0s}.home-companion-card--1{animation-delay:-2.4s}.home-companion-card--0{z-index:1;top:1.5rem;left:-2.5rem;transform:rotate(-14deg)}.home-companion-card--1{z-index:2;top:0;left:3.25rem;transform:rotate(13deg)}@media (min-width:768px){.home-companion-card--0{top:1.75rem;left:-3rem;transform:rotate(-16deg)}.home-companion-card--1{top:0;left:3.75rem;transform:rotate(15deg)}}.home-companion-card.is-dimmed{opacity:.72;filter:saturate(.88)}.home-companion-card.is-active,.home-companion-card:hover,.home-companion-card:focus-visible{z-index:4;opacity:1;filter:none}.home-companion-card--0.is-active,.home-companion-card--0:hover,.home-companion-card--0:focus-visible{transform:translateY(-10px)scale(1.04)rotate(-6deg)}.home-companion-card--1.is-active,.home-companion-card--1:hover,.home-companion-card--1:focus-visible{transform:translateY(-10px)scale(1.04)rotate(6deg)}.home-companion-card:active{transform:translateY(-4px)scale(1.01)}.home-companion-card:focus-visible{outline:2px solid color-mix(in srgb, var(--brand-primary) 55%, white);outline-offset:4px}.home-companions-cards--solo{justify-content:center;width:auto;height:auto;display:flex}.home-companions-cards--solo .home-companion-card{animation:none;position:relative;top:auto;left:auto;transform:none}.home-companions-cards--solo .home-companion-card:hover,.home-companions-cards--solo .home-companion-card:focus-visible{transform:translateY(-8px)scale(1.03)}@keyframes home-companion-idle{0%,to{translate:0}50%{translate:0 -5px}}.home-companion-card-frame{aspect-ratio:3/4;border:2px solid color-mix(in srgb, var(--brand-primary) 10%, white);background:var(--brand-surface);border-radius:1.25rem;transition:box-shadow .32s;position:relative;overflow:hidden;box-shadow:0 4px 12px #5d544b1f,0 22px 50px -12px #5d544b3d}.home-companion-card.is-active .home-companion-card-frame,.home-companion-card:hover .home-companion-card-frame,.home-companion-card:focus-visible .home-companion-card-frame{box-shadow:0 8px 20px #5d544b29,0 28px 60px -10px #5d544b52}.home-companion-card-image{object-fit:cover;object-position:center;transition:transform .45s cubic-bezier(.22,1,.36,1)}.home-companion-card.is-active .home-companion-card-image,.home-companion-card:hover .home-companion-card-image,.home-companion-card:focus-visible .home-companion-card-image{transform:scale(1.08)}.home-companion-card-placeholder{background:linear-gradient(145deg, var(--brand-surface-soft), var(--brand-surface));width:100%;height:100%}.home-companion-card-fallback{background:linear-gradient(145deg, var(--brand-surface-soft), var(--brand-surface));width:100%;height:100%;font-family:var(--font-brand);color:var(--brand-muted);justify-content:center;align-items:center;font-size:2.25rem;font-weight:600;display:flex}.home-companion-card-scrim{opacity:0;background:linear-gradient(#0000 58%,#28231e8c 100%);transition:opacity .28s;position:absolute;inset:0}.home-companion-card-hover-name{letter-spacing:-.02em;text-align:center;color:#fff;opacity:0;margin:0;padding:1.75rem .875rem .875rem;font-size:.9375rem;font-weight:600;transition:opacity .28s,transform .28s;position:absolute;bottom:0;left:0;right:0;transform:translateY(6px)}.home-companion-card.is-active .home-companion-card-scrim,.home-companion-card:hover .home-companion-card-scrim,.home-companion-card:focus-visible .home-companion-card-scrim,.home-companion-card.is-active .home-companion-card-hover-name,.home-companion-card:hover .home-companion-card-hover-name,.home-companion-card:focus-visible .home-companion-card-hover-name{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.home-companion-card,.home-companions-float-paw,.home-companions-float-treat{animation:none}.home-companion-card,.home-companion-card-image,.home-companion-card-frame,.home-companion-card-scrim,.home-companion-card-hover-name,.home-companions-cta{transition:none}.home-companion-card--0{transform:rotate(-10deg)}.home-companion-card--1{transform:rotate(10deg)}.home-companion-card-scrim,.home-companion-card-hover-name{opacity:1;transform:none}}
