*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--pink:#E8BEDD;--blue:#5DCFC7;--black:#0A0A0A;--gray:#888;--white:#fff;--light:#F5F5F3;--ease:cubic-bezier(.4,0,.2,1);--spring:cubic-bezier(.34,1.56,.64,1)}html{scroll-behavior:smooth;-webkit-tap-highlight-color:transparent}body{font-family:Inter,sans-serif;background:var(--white);color:var(--black);overflow-x:hidden;-webkit-font-smoothing:antialiased}#progress{position:fixed;top:0;left:0;height:2px;background:var(--pink);z-index:999;width:0%;transition:width .1s linear}nav{position:fixed;inset:0 0 auto;z-index:500;display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.8rem;transition:background .5s,backdrop-filter .5s}nav.scrolled{background:#ffffffe0;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-shadow:0 1px #00000012}.nav-logo{font-size:.95rem;font-weight:800;letter-spacing:-.04em;color:var(--white);text-decoration:none;transition:color .4s}nav.scrolled .nav-logo{color:var(--black)}.nav-links{display:none;list-style:none;gap:2rem}@media(min-width:640px){.nav-links{display:flex}}.nav-links a{font-size:.8rem;font-weight:500;color:#ffffffbf;text-decoration:none;letter-spacing:.02em;transition:color .3s}nav.scrolled .nav-links a{color:var(--gray)}.nav-links a:hover{color:var(--white)}nav.scrolled .nav-links a:hover{color:var(--black)}.nav-cart{display:inline-flex;align-items:center;gap:.5rem;background:var(--white);color:var(--black);text-decoration:none;font-size:.78rem;font-weight:700;padding:.5rem 1rem .5rem .8rem;border-radius:100px;transition:background .3s,color .3s,transform .2s;min-height:38px;white-space:nowrap}nav.scrolled .nav-cart{background:var(--black);color:var(--white)}.nav-cart:hover{transform:scale(1.04)}.nav-cart-label{font-size:.7rem;font-weight:700;background:var(--pink);color:var(--black);border-radius:100px;padding:.1rem .45rem;min-width:18px;text-align:center}#sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:400;background:var(--black);padding:.9rem 1.2rem calc(.9rem + env(safe-area-inset-bottom));display:flex;gap:.75rem;align-items:center;transform:translateY(100%);transition:transform .45s var(--spring);box-shadow:0 -8px 32px #00000040}#sticky-bar.up{transform:translateY(0)}.sticky-price{color:#ffffff8c;font-size:.78rem;line-height:1.3}.sticky-price strong{color:var(--white);display:block;font-size:1.1rem;font-weight:700;letter-spacing:-.03em}.sticky-btn{flex:1;background:var(--white);color:var(--black);text-decoration:none;font-size:.88rem;font-weight:700;padding:.85rem 1rem;border-radius:.75rem;text-align:center;transition:opacity .2s,transform .2s;min-height:48px;display:flex;align-items:center;justify-content:center;gap:.5rem}.sticky-btn:hover{opacity:.88;transform:scale(1.02)}#hero{position:relative;height:100svh;overflow:hidden;display:flex;align-items:flex-end}.hero-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:115%;object-fit:cover;object-position:center 25%;will-change:transform}.hero-grad{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(170deg,#0000000d,#0003 40%,#000000c7)}.hero-body{position:relative;z-index:2;padding:0 1.5rem calc(5rem + env(safe-area-inset-bottom));width:100%;max-width:700px}.hero-pill{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);color:#ffffffe6;font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:.4rem .9rem;border-radius:100px;margin-bottom:1.4rem}.hero-dot{width:6px;height:6px;border-radius:50%;background:var(--pink);animation:breathe 2s ease infinite}@keyframes breathe{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.hero-h1{font-family:"DM Serif Display",serif;font-size:clamp(3rem,13vw,6rem);line-height:.93;letter-spacing:-.03em;color:var(--white);margin-bottom:1.2rem;overflow:hidden}.hero-h1 .word{display:inline-block;overflow:hidden;margin-right:.22em}.hero-h1 .word span{display:inline-block;transform:translateY(110%);animation:wordUp .9s var(--ease) forwards}.hero-h1 em{font-style:italic;color:var(--pink)}@keyframes wordUp{to{transform:translateY(0)}}.hero-sub{font-size:.95rem;color:#ffffffb8;line-height:1.65;font-weight:300;margin-bottom:1.8rem;max-width:380px;opacity:0;animation:fadeUp .8s var(--ease) .7s forwards}.hero-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;opacity:0;animation:fadeUp .8s var(--ease) .9s forwards}.hero-price-num{font-size:1.8rem;font-weight:800;color:var(--white);letter-spacing:-.05em;line-height:1}.hero-price-sub{font-size:.7rem;color:#ffffff80;letter-spacing:.03em}.hero-sep{width:1px;height:36px;background:#fff3}.btn-hero{background:var(--white);color:var(--black);text-decoration:none;font-size:.9rem;font-weight:800;padding:.9rem 2rem;border-radius:100px;transition:transform .25s,opacity .25s;min-height:48px;display:inline-flex;align-items:center}.btn-hero:hover{transform:translateY(-2px) scale(1.02);opacity:.92}.scroll-cue{position:absolute;bottom:2rem;right:1.8rem;z-index:2;display:flex;flex-direction:column;align-items:center;gap:.4rem;opacity:0;animation:fadeUp .8s var(--ease) 1.2s forwards}.scroll-cue span{writing-mode:vertical-rl;font-size:.58rem;letter-spacing:.18em;text-transform:uppercase;color:#fff6}.scroll-line{width:1px;height:44px;background:#fff3;overflow:hidden;position:relative}.scroll-line:after{content:"";position:absolute;top:-100%;left:0;width:100%;height:100%;background:#ffffffb3;animation:lineDown 1.8s ease infinite}@keyframes lineDown{0%{top:-100%}to{top:100%}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}#trust{background:var(--black);padding:1rem 1.5rem;display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.trust-i{display:flex;align-items:center;gap:.5rem;font-size:.72rem;color:#ffffff8c;font-weight:500;letter-spacing:.02em;white-space:nowrap}.trust-i svg{flex-shrink:0;opacity:.6}.s-label{font-size:.65rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--gray);display:block;margin-bottom:.8rem}.s-h2{font-family:"DM Serif Display",serif;font-size:clamp(2.2rem,6vw,4rem);line-height:1.02;letter-spacing:-.03em}.s-h2 em{font-style:italic;color:var(--pink)}#products{display:grid;grid-template-columns:1fr 1fr}.p-half{position:relative;overflow:hidden;min-height:80vw}@media(min-width:640px){.p-half{min-height:55vw}}@media(min-width:960px){.p-half{min-height:80vh}}.p-half img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform 1s var(--ease)}.p-half:hover img{transform:scale(1.07)}.p-grad{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.65) 0%,transparent 55%)}.p-tag{position:absolute;top:1.2rem;left:1.2rem;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.25);color:var(--white);font-size:.65rem;font-weight:600;padding:.35rem .8rem;border-radius:100px;letter-spacing:.06em}.p-label{position:absolute;bottom:1.5rem;left:1.5rem;color:var(--white)}.p-label h3{font-family:"DM Serif Display",serif;font-size:clamp(1.8rem,5vw,2.8rem);line-height:1;letter-spacing:-.03em}.p-cta{display:inline-flex;align-items:center;gap:.4rem;background:var(--white);color:var(--black);text-decoration:none;font-size:.75rem;font-weight:700;padding:.5rem 1.1rem;border-radius:100px;margin-top:.6rem;transition:transform .2s,opacity .2s;min-height:40px}.p-cta:hover{transform:translateY(-2px);opacity:.88}#promo{position:relative;overflow:hidden;background:var(--black)}#promo video{width:100%;display:block;max-height:90vh;object-fit:cover}.promo-caption{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:3rem 2rem;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 60%);pointer-events:none}.promo-caption p{font-family:"DM Serif Display",serif;font-size:clamp(1.6rem,5vw,3.5rem);color:var(--white);letter-spacing:-.03em;text-align:center;line-height:1.05}.promo-caption p em{font-style:italic;color:var(--pink)}#how{padding:8rem 1.5rem 10rem;background:var(--light)}.how-top{margin-bottom:4rem;text-align:center}.how-steps{display:flex;flex-direction:column;gap:2.5rem;margin-bottom:2rem}@media(min-width:720px){.how-steps{flex-direction:row;gap:1.5rem}}.step{flex:1;background:var(--white);border-radius:1.5rem;overflow:hidden;display:flex;flex-direction:column}.step-img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;transition:transform .7s var(--ease)}.step:hover .step-img{transform:scale(1.04)}.step-body{padding:1.5rem}.step-num{font-size:.65rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--pink);margin-bottom:.5rem}.step-body h3{font-family:"DM Serif Display",serif;font-size:1.5rem;letter-spacing:-.02em;margin-bottom:.4rem}.step-body p{font-size:.85rem;color:var(--gray);line-height:1.65;font-weight:300}#closeup{position:relative;height:75vh;overflow:hidden;display:flex;align-items:flex-end}#closeup .bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:130%;object-fit:cover;object-position:center top}.cu-grad{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,transparent 55%)}.cu-body{position:relative;z-index:2;color:var(--white);padding:2rem 1.5rem}.cu-body h2{font-family:"DM Serif Display",serif;font-size:clamp(2rem,6vw,4rem);line-height:1.02;letter-spacing:-.03em;margin-bottom:.8rem}.cu-body p{font-size:.92rem;opacity:.72;line-height:1.7;font-weight:300;max-width:400px}#features{padding:5rem 1.5rem}#features .top{display:flex;justify-content:space-between;align-items:flex-end;gap:1.5rem;flex-wrap:wrap;margin-bottom:2.5rem}#features .top p{font-size:.92rem;color:var(--gray);max-width:280px;line-height:1.7;font-weight:300}.feat-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.feat-grid{grid-template-columns:1fr 1fr}}.f-card{border-radius:1.5rem;overflow:hidden;position:relative;background:var(--light)}.f-card img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;transition:transform .8s var(--ease)}.f-card:hover img{transform:scale(1.06)}.f-card-body{padding:1.4rem}.f-card-body h3{font-family:"DM Serif Display",serif;font-size:1.4rem;letter-spacing:-.02em;margin-bottom:.3rem}.f-card-body p{font-size:.82rem;color:var(--gray);line-height:1.6;font-weight:300}.f-wide{grid-column:1/-1}.f-wide img{aspect-ratio:16/6}@media(max-width:639px){.f-wide img{aspect-ratio:4/3}}#lifestyle{position:relative;height:85vh;overflow:hidden}#lifestyle img{width:100%;height:130%;object-fit:cover;object-position:center 30%}.ls-grad{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 30%,rgba(0,0,0,.78) 100%)}.ls-body{position:absolute;bottom:2rem;left:1.5rem;right:1.5rem;z-index:2;color:var(--white)}.ls-body h2{font-family:"DM Serif Display",serif;font-size:clamp(2.2rem,8vw,5rem);line-height:1;letter-spacing:-.03em;margin-bottom:.8rem}.ls-body h2 em{font-style:italic;color:var(--pink)}.ls-body p{font-size:.9rem;opacity:.7;line-height:1.65;font-weight:300;margin-bottom:1.2rem;max-width:360px}.btn-white-pill{background:var(--white);color:var(--black);text-decoration:none;font-size:.85rem;font-weight:700;padding:.85rem 1.8rem;border-radius:100px;display:inline-flex;align-items:center;transition:transform .2s,opacity .2s;min-height:48px}.btn-white-pill:hover{transform:translateY(-2px);opacity:.9}#handhero{position:relative;height:70vh;overflow:hidden;display:flex;align-items:flex-end}#handhero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:130%;object-fit:cover;object-position:center top}.hh-grad{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,transparent 60%)}.hh-body{position:relative;z-index:2;color:var(--white);padding:2rem 1.5rem}.hh-body h2{font-family:"DM Serif Display",serif;font-size:clamp(2rem,6vw,3.8rem);line-height:1.02;letter-spacing:-.03em;margin-bottom:.8rem}.hh-body p{font-size:.88rem;opacity:.7;line-height:1.7;font-weight:300;max-width:340px}#both{position:relative;height:60vh;overflow:hidden}#both img{width:100%;height:130%;object-fit:cover;object-position:center}.both-ov{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:2rem}.both-ov h2{font-family:"DM Serif Display",serif;font-size:clamp(2rem,7vw,5.5rem);color:var(--white);letter-spacing:-.03em;text-align:center;line-height:1}#buy{padding:5rem 1.5rem;background:var(--black);position:relative;overflow:hidden}#buy:before{content:"";position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(232,190,221,.15) 0%,transparent 65%);top:-200px;left:-150px;pointer-events:none}#buy:after{content:"";position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(93,207,199,.1) 0%,transparent 65%);bottom:-200px;right:-150px;pointer-events:none}.buy-inner{max-width:960px;margin:0 auto;position:relative;z-index:1}.buy-top{color:var(--white);margin-bottom:2.5rem}.buy-top h2{font-family:"DM Serif Display",serif;font-size:clamp(2.5rem,7vw,4.5rem);line-height:1;letter-spacing:-.03em;margin:1rem 0}.buy-top h2 em{font-style:italic;color:var(--pink)}.buy-top p{font-size:.9rem;opacity:.45;line-height:1.7;font-weight:300;max-width:380px}.buy-cards{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.buy-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:1.2rem;padding:1.4rem;display:flex;align-items:center;gap:1.2rem;transition:background .3s,transform .3s;cursor:pointer}.buy-card:hover{background:#ffffff1a;transform:translateY(-3px)}.buy-card img{width:64px;height:64px;border-radius:.75rem;object-fit:cover;flex-shrink:0}.buy-card-name{font-size:.78rem;color:#ffffff80;margin-bottom:.2rem}.buy-card-price{font-size:1.5rem;font-weight:800;color:var(--white);letter-spacing:-.04em}.buy-card-price sub{font-size:.72rem;font-weight:300;opacity:.4;letter-spacing:0}.buy-card-btn{margin-left:auto;background:var(--white);color:var(--black);text-decoration:none;font-size:.78rem;font-weight:700;padding:.65rem 1.3rem;border-radius:100px;transition:opacity .2s,transform .2s;white-space:nowrap;flex-shrink:0;min-height:42px;display:inline-flex;align-items:center}.buy-card-btn:hover{opacity:.85;transform:scale(1.04)}.buy-trust{display:flex;flex-wrap:wrap;gap:.8rem}.bt{display:flex;align-items:center;gap:.45rem;font-size:.72rem;color:#ffffff73;font-weight:500}.bt-icon{width:18px;height:18px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center;font-size:.65rem;flex-shrink:0}#faq{padding:5rem 1.5rem;max-width:700px;margin:0 auto}.faq-head{margin-bottom:2.5rem}.faq-head h2{font-family:"DM Serif Display",serif;font-size:clamp(2rem,5vw,3rem);letter-spacing:-.03em;margin-top:.6rem}.faq-item{border-top:1px solid rgba(0,0,0,.08);padding:1.2rem 0}.faq-q{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:.92rem;font-weight:500;gap:1rem;-webkit-user-select:none;user-select:none;min-height:44px}.faq-ic{width:30px;height:30px;border-radius:50%;background:var(--light);display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:300;flex-shrink:0;transition:background .3s,transform .35s}.faq-item.open .faq-ic{background:var(--pink);transform:rotate(45deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s;font-size:.87rem;color:var(--gray);line-height:1.75;font-weight:300}.faq-item.open .faq-a{max-height:220px;padding-top:.9rem}footer{border-top:1px solid rgba(0,0,0,.07);padding:2rem 1.5rem calc(2rem + env(safe-area-inset-bottom));display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.8rem}.f-logo{font-weight:800;font-size:.9rem;letter-spacing:-.04em}footer p{font-size:.72rem;color:var(--gray)}.reveal,.r-left,.r-right,.r-scale{will-change:transform,opacity}.reveal{opacity:0;transform:translateY(40px);transition:opacity .85s var(--ease),transform .85s var(--ease)}.r-left{opacity:0;transform:translate(-40px);transition:opacity .85s var(--ease),transform .85s var(--ease)}.r-right{opacity:0;transform:translate(40px);transition:opacity .85s var(--ease),transform .85s var(--ease)}.r-scale{opacity:0;transform:scale(.93);transition:opacity .85s var(--ease),transform .85s var(--ease)}.r-clip{opacity:0;clip-path:inset(0 0 100% 0);transition:opacity .7s var(--ease),clip-path .8s var(--ease)}.in{opacity:1;transform:none;clip-path:inset(0 0 0% 0)}.d1{transition-delay:.1s}.d2{transition-delay:.2s}.d3{transition-delay:.3s}.d4{transition-delay:.4s}.d5{transition-delay:.5s}@media(min-width:960px){nav{padding:1.4rem 3rem}.hero-body{padding:0 4rem calc(6rem + env(safe-area-inset-bottom))}.hero-h1{font-size:clamp(4rem,8vw,8rem)}#how{padding:8rem 3rem 10rem}.how-steps{gap:2rem}#features{padding:8rem 3rem;max-width:1200px;margin:0 auto}#faq,#buy{padding:8rem 3rem}.buy-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.buy-cards{margin-bottom:0}.cu-body,.hh-body,.ls-body{padding:3rem 4rem}footer{padding:2.5rem 3rem}#trust{gap:3rem}#sticky-bar{display:none}.feat-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:640px){#products{grid-template-columns:1fr}.p-half{min-height:90vw}#trust{gap:1rem;flex-wrap:wrap}.trust-i:nth-child(n+3){display:none}.hero-sep{display:none}}
/*# sourceMappingURL=/cdn/shop/t/44/assets/goodsforpaws.css.map */
