.sh-hero{position:relative;margin-top:calc(-1 * var(--header-h))}.sh-hero__grid{display:grid;grid-template-columns:1fr;min-height:88dvh}.sh-hero__media{position:relative;order:1;min-height:52dvh;background:var(--color-ink);overflow:hidden}.sh-hero__media img,.sh-hero__media video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:50% 45%;display:block}.sh-hero__scrim{position:absolute;inset:0 0 auto 0;height:14rem;background:linear-gradient(to bottom,rgb(28 25 23 / .5),transparent);pointer-events:none}.sh-hero__text{order:2;display:flex;flex-direction:column;justify-content:flex-end;background:var(--color-paper);padding:4rem var(--shell-pad) 4.8rem}.sh-hero__title{max-width:12ch}.sh-hero__lede{max-width:44rem;margin:2.4rem 0 0}.sh-hero__actions{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:3.2rem}@media screen and (min-width:990px){.sh-hero__grid{grid-template-columns:5fr 7fr;min-height:86dvh}.sh-hero__media{order:2;min-height:0}.sh-hero__scrim{display:none}.sh-hero__text{order:1;justify-content:center;padding:16rem 4.8rem 12.8rem max(var(--shell-pad),calc((100vw - var(--shell-max)) / 2 + var(--shell-pad)))}.sh-hero__title{font-size:var(--text-display-xl);line-height:.95;letter-spacing:-.03em}}.sh-species__grid{display:grid;grid-template-columns:1fr;gap:1.6rem}.sh-species__tile{position:relative;display:block;overflow:hidden;border-radius:var(--radius-lg);background:var(--color-ink);color:var(--color-paper);text-decoration:none;aspect-ratio:4 / 5}@media screen and (min-width:600px){.sh-species__tile{aspect-ratio:3 / 2}}@media screen and (min-width:990px){.sh-species__grid{grid-template-columns:7fr 5fr;gap:2.4rem}.sh-species__tile{aspect-ratio:auto;min-height:32rem}.sh-species--compact .sh-species__tile{min-height:22rem}}.sh-species__media,.sh-species__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.sh-species__tile--dog .sh-species__media img{object-position:50% 50%}.sh-species__tile--cat .sh-species__media img{object-position:50% 70%}@media(prefers-reduced-motion:no-preference){.sh-species__media img{transition:transform var(--duration-base) var(--ease-out-soft)}.sh-species__tile:hover .sh-species__media img{transform:scale(1.03)}}.sh-species__scrim{position:absolute;inset:auto 0 0 0;height:66%;background:linear-gradient(to top,rgb(28 25 23 / .7),transparent)}.sh-species__body{position:absolute;inset:auto 0 0 0;display:flex;flex-direction:column;gap:.8rem;padding:2.4rem}@media screen and (min-width:990px){.sh-species__body{padding:4rem}}.sh-species__title{color:var(--color-paper)}.sh-species__lede{max-width:36rem;color:#fbf8f4d9;font-size:var(--text-body);line-height:1.5}.sh-species__cta{display:inline-flex;align-items:center;gap:.6rem;margin-top:.8rem;font-size:var(--text-body-sm);font-weight:500}.sh-species__cta .svg-wrapper,.sh-species__cta .icon{width:1.6rem;height:1.6rem}.sh-species__cta .icon{stroke:currentColor;transition:transform var(--duration-fast) var(--ease-out-soft)}.sh-species__tile:hover .sh-species__cta .icon{transform:translate(2px)}.sh-species__tile--active{outline:2px solid var(--color-accent);outline-offset:3px}.sh-species__tile:focus-visible{outline:2px solid var(--color-accent);outline-offset:4px}.sh-tested{padding-top:0}.sh-tested slider-component{position:relative;display:block}.sh-tested .sh-tested__buttons{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;margin-inline:calc(-1 * var(--shell-pad));padding:0 .8rem;pointer-events:none}.sh-tested .sh-tested__buttons .slider-button{pointer-events:auto;width:3.6rem;height:3.6rem;margin-top:calc(42vw - 1.8rem);border-radius:50%;background:var(--color-accent);border:none;color:var(--color-paper);box-shadow:var(--shadow-lift)}@media screen and (min-width:600px){.sh-tested .sh-tested__buttons .slider-button{margin-top:calc(30vw - 1.8rem)}}@media screen and (min-width:990px){.sh-tested .sh-tested__buttons .slider-button{margin-top:calc(17vw - 1.8rem)}}.sh-tested .sh-tested__buttons .slider-button:not([disabled]):hover{color:var(--color-paper);background:var(--color-ink)}.sh-tested .sh-tested__buttons .slider-button[disabled]{background:var(--color-ink-subtle);color:var(--color-paper)}.sh-tested__rail{display:flex;gap:1.2rem;margin-inline:calc(-1 * var(--shell-pad));padding-inline:var(--shell-pad);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.sh-tested__rail::-webkit-scrollbar{display:none}.sh-tested__rail>*{flex:0 0 84vw;scroll-snap-align:start}@media screen and (min-width:600px){.sh-tested__rail>*{flex-basis:60vw}}@media screen and (min-width:990px){.sh-tested__rail>*{flex-basis:34vw}}.sh-tested__lead{position:relative;display:flex;flex-direction:column;border:1px solid var(--color-line);border-radius:var(--radius-md);background:var(--color-surface);overflow:hidden;transition:box-shadow var(--duration-fast) var(--ease-out-soft),border-color var(--duration-fast) var(--ease-out-soft)}.sh-tested__lead:hover{border-color:transparent;box-shadow:var(--shadow-lift)}.sh-tested__lead-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border-radius:var(--radius-md)}.sh-tested__lead-link:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.sh-tested__lead-media{aspect-ratio:1;background:var(--color-photo)}.sh-tested__lead-media img{width:100%;height:100%;object-fit:contain;padding:6%;display:block}.sh-tested__lead-body{display:flex;flex:1;flex-direction:column;justify-content:space-between;gap:2.4rem;padding:2rem}.sh-tested__quote blockquote,.sh-tested__excerpt{margin:0;font-family:var(--font-display);font-size:var(--text-body-lg);line-height:1.4;color:var(--color-ink);font-variation-settings:"opsz" 24}.sh-tested__excerpt{font-family:var(--font-sans);font-size:var(--text-body);color:var(--color-ink-muted);line-height:1.6;height:8em;overflow:hidden}@media screen and (min-width:600px){.sh-tested__excerpt{height:6.4em}}@media screen and (min-width:990px){.sh-tested__excerpt{height:6.4em}}.sh-tested__quote figcaption,.sh-tested__mark{margin-top:1.2rem}.sh-tested__name{margin:0;font-family:var(--font-display);font-size:var(--text-body-lg);font-weight:500;line-height:1.25}.sh-tested__price{margin:.4rem 0 0;font-size:var(--text-body-sm);color:var(--color-ink-muted)}.sh-tested__price .price{font-size:var(--text-body-sm);color:var(--color-ink-muted)}.sh-team__grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media screen and (min-width:990px){.sh-team__grid{grid-template-columns:5fr 6fr;gap:6.4rem}}.sh-team__text .sh-section__title{margin-top:1.2rem}.sh-team__body{margin:1.6rem 0 2.4rem;max-width:48rem;color:var(--color-ink-muted);line-height:1.65}.sh-team__officers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.6rem;margin:0;padding:0;list-style:none}.sh-team__officer{text-align:center}.sh-team__portrait{display:block;width:100%;height:auto;max-width:16rem;aspect-ratio:1;margin:0 auto;border-radius:50%;object-fit:cover;background:var(--color-surface)}.sh-team__name{margin:1.6rem 0 .4rem;font-family:var(--font-display);font-size:var(--text-heading-sm);font-weight:500}.sh-team__role{display:block}.home-trust-badges{padding:0 0 6.4rem}.home-trust-badges__grid{gap:1.2rem}.home-trust-badges__grid .home-trust-badges__item{flex:1 1 100%;justify-content:flex-start;gap:1.2rem;padding:1.6rem 2rem;border:1px solid var(--color-line);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:none}@media screen and (min-width:750px){.home-trust-badges__grid .home-trust-badges__item{flex:1 1 20rem}}.home-trust-badges__icon .icon,.home-trust-badges__item--1 .home-trust-badges__icon .icon,.home-trust-badges__item--2 .home-trust-badges__icon .icon,.home-trust-badges__item--3 .home-trust-badges__icon .icon{color:var(--color-ink-muted);width:2.2rem;height:2.2rem;stroke-width:1.5}.home-trust-badges__label{font-family:var(--font-sans);font-weight:500;font-size:var(--text-body-sm);color:var(--color-ink)}
/*# sourceMappingURL=/cdn/shop/t/43/assets/sh-home.css.map */
