:root{--bg:#ffffff;--ink:#1a1a1a;--ink-soft:#5c5c5c;--surface:#f5f5f5;--accent:#2b2b2b;--accent-dark:#000000;--line:#e2e2e2;--white:#ffffff}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,.display{font-family:Fraunces,serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{max-width:1180px;margin:0 auto;padding:0 32px}.announce{background:var(--ink);color:#fff;text-align:center;font-size:13px;letter-spacing:.06em;padding:9px 16px;font-weight:600;text-transform:uppercase}.announce span{color:#fff;text-decoration:underline}header{position:sticky;top:0;z-index:50;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}nav{display:flex;align-items:center;justify-content:space-between;padding:18px 32px;max-width:1180px;margin:0 auto}.logo{font-size:24px;font-weight:700;display:flex;align-items:center;gap:8px}.logo .dot{width:10px;height:10px;border-radius:50%;background:var(--ink)}.nav-links{display:flex;gap:36px;font-weight:600;font-size:14.5px}.nav-links a{position:relative;padding:4px 0}.nav-links a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--ink);transition:width .25s ease}.nav-links a:hover:after{width:100%}.nav-icons{display:flex;align-items:center;gap:22px}.icon-btn{background:none;border:none;cursor:pointer;color:var(--ink);position:relative}.cart-count{position:absolute;top:-8px;right:-10px;background:var(--ink);color:#fff;font-size:10px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hero{position:relative;padding:76px 32px 0;max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ink);background:var(--surface);padding:7px 14px;border-radius:30px;margin-bottom:22px}.hero h1{font-size:clamp(40px,5.4vw,68px);line-height:1.03;font-weight:600;letter-spacing:-.01em;color:var(--ink);margin-bottom:22px}.hero h1 em{font-style:italic;font-weight:500;color:var(--ink-soft)}.hero p.sub{font-size:18px;line-height:1.6;color:var(--ink-soft);max-width:460px;margin-bottom:34px}.cta-row{display:flex;gap:16px;flex-wrap:wrap;align-items:center}.btn{display:inline-flex;align-items:center;gap:10px;padding:16px 28px;border-radius:100px;font-weight:700;font-size:15px;cursor:pointer;border:none;transition:transform .18s ease,box-shadow .18s ease}.btn-primary{background:var(--ink);color:#fff;box-shadow:0 10px 24px -8px #00000059}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 28px -8px #00000073}.btn-ghost{background:transparent;color:var(--ink);border:1.5px solid var(--ink)}.btn-ghost:hover{background:var(--ink);color:#fff}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center}.hero-img{position:relative;z-index:2;width:90%;max-width:420px;filter:drop-shadow(0 30px 40px rgba(0,0,0,.18))}.hero-stat-card{position:absolute;bottom:14px;left:-10px;z-index:3;background:var(--white);border-radius:16px;padding:14px 18px;box-shadow:0 14px 30px -10px #0003;display:flex;align-items:center;gap:12px;font-size:13px;font-weight:700;border:1px solid var(--line)}.hero-stat-card .fill{width:36px;height:36px;border-radius:50%;background:conic-gradient(var(--ink) 92%,#e6e6e6 0);display:flex;align-items:center;justify-content:center;font-size:10px}.hero-stat-card .fill span{background:var(--white);width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center}.wave{display:block;width:100%;height:70px;margin-top:60px}.wave path{fill:var(--ink)}.trust{background:var(--ink);color:#fff;padding:34px 0}.trust .wrap{display:flex;justify-content:space-between;flex-wrap:wrap;gap:24px}.trust-item{display:flex;align-items:center;gap:12px;font-size:14.5px;font-weight:600;flex:1;min-width:200px}.trust-item svg{flex-shrink:0;color:#fff}.section{padding:96px 0}.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px;gap:24px;flex-wrap:wrap}.section-head .tag{font-size:12.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:10px;display:block}.section-head h2{font-size:clamp(30px,3.6vw,44px);font-weight:600;letter-spacing:-.01em}.see-all{font-weight:700;font-size:14.5px;border-bottom:2px solid var(--ink);padding-bottom:3px;white-space:nowrap}.feature{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;background:var(--surface);border-radius:28px;padding:60px}.feature-img img{border-radius:20px}.feature-copy .tag{color:var(--ink-soft)}.feature-copy h2{font-size:clamp(28px,3.2vw,40px);margin-bottom:18px;line-height:1.1}.feature-copy p{color:var(--ink-soft);font-size:16.5px;line-height:1.7;margin-bottom:28px}.feature-list{list-style:none;display:flex;flex-direction:column;gap:14px;margin-bottom:30px}.feature-list li{display:flex;gap:12px;align-items:flex-start;font-weight:600;font-size:15px}.feature-list li svg{flex-shrink:0;color:var(--ink);margin-top:2px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.card{background:var(--white);border-radius:20px;overflow:hidden;border:1px solid var(--line);transition:transform .22s ease,box-shadow .22s ease;display:flex;flex-direction:column}.card:hover{transform:translateY(-6px);box-shadow:0 20px 34px -16px #0000002e}.card-img{aspect-ratio:1/1;background:var(--surface);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.card-img img{width:70%;transition:transform .3s ease}.card:hover .card-img img{transform:scale(1.06)}.badge{position:absolute;top:14px;left:14px;background:var(--ink);color:#fff;font-size:11px;font-weight:700;padding:5px 11px;border-radius:30px;letter-spacing:.03em}.card-body{padding:20px 22px 24px;display:flex;flex-direction:column;gap:8px;flex:1}.card-cat{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-soft)}.card-title{font-size:17px;font-weight:700}.card-foot{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:12px}.price{font-weight:800;font-size:17px}.add-btn{width:38px;height:38px;border-radius:50%;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:background .2s ease,transform .2s ease}.add-btn:hover{background:#000;transform:rotate(90deg)}.testimonials{background:var(--ink);color:#fff}.t-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.t-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:30px}.stars{color:#fff;letter-spacing:2px;margin-bottom:16px;font-size:15px}.t-card p{font-size:15.5px;line-height:1.65;color:#d9d9d9;margin-bottom:20px}.t-person{display:flex;align-items:center;gap:12px;font-weight:700;font-size:14px}.t-avatar{width:38px;height:38px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--ink);font-weight:800}.newsletter{background:var(--ink);border-radius:28px;padding:64px;text-align:center;color:#fff;max-width:1180px;margin:0 auto}.newsletter h2{font-size:clamp(28px,3.4vw,38px);margin-bottom:12px}.newsletter p{opacity:.85;margin-bottom:30px;font-size:16px}.news-form{display:flex;gap:12px;max-width:440px;margin:0 auto;flex-wrap:wrap;justify-content:center}.news-form input{flex:1;min-width:220px;padding:15px 20px;border-radius:100px;border:none;font-size:15px;font-family:inherit}.news-form input:focus{outline:3px solid rgba(255,255,255,.5)}.news-form button{background:#fff;color:var(--ink);border:none;padding:15px 26px;border-radius:100px;font-weight:700;cursor:pointer;transition:transform .2s ease}.news-form button:hover{transform:translateY(-2px)}footer{background:var(--ink);color:#fff;padding-top:80px}.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-bottom:56px;border-bottom:1px solid rgba(255,255,255,.12)}.foot-brand p{color:#bdbdbd;font-size:14.5px;line-height:1.7;margin:16px 0 20px;max-width:280px}.foot-social{display:flex;gap:12px}.foot-social a{width:38px;height:38px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.foot-social a:hover{background:#fff;color:var(--ink)}.foot-col h4{font-size:13px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:18px;color:#fff}.foot-col ul{list-style:none;display:flex;flex-direction:column;gap:11px}.foot-col a{color:#bdbdbd;font-size:14.5px;transition:color .2s ease}.foot-col a:hover{color:#fff}.foot-bottom{display:flex;justify-content:space-between;align-items:center;padding:26px 0;font-size:13px;color:#8a8a8a;flex-wrap:wrap;gap:14px}.pay-icons{display:flex;gap:8px;font-size:12px;flex-wrap:wrap}.pay-icons span{background:#ffffff14;padding:4px 9px;border-radius:5px}@media(max-width:900px){.hero{grid-template-columns:1fr;padding-top:40px}.hero-visual{order:-1;margin-bottom:20px}.feature{grid-template-columns:1fr;padding:36px}.grid{grid-template-columns:repeat(2,1fr)}.t-grid{grid-template-columns:1fr}.foot-grid{grid-template-columns:1fr 1fr}.nav-links{display:none}.newsletter{padding:44px 28px}}@media(max-width:560px){.grid,.foot-grid{grid-template-columns:1fr}nav{padding:16px 20px}.hero{padding:32px 20px 0}.section{padding:64px 0}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/pawbuddys.css.map */
