:root { --background:#f3f6f4; --foreground:#172c35; --card:#fffdf9; --primary:#172c35; --primary-foreground:#fffdf9; --accent:#a76f45; --teal:#6e9d96; --muted:#dce8e4; --border:#d3ded9; --radius:1rem; }
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif} button,input,select{font:inherit} button,a{-webkit-tap-highlight-color:transparent} a{color:inherit;text-decoration:none} button{color:inherit}
.site-header{height:76px;max-width:1240px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;position:relative}.brand{display:flex;align-items:center;gap:10px;font-size:21px;font-weight:800;letter-spacing:-.5px}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:50% 50% 45% 55%;background:var(--accent);color:white;font-family:Georgia,serif;font-style:italic}.desktop-nav{display:flex;gap:30px;font-size:14px;font-weight:600;color:#52665f}.desktop-nav a:hover,.text-button:hover{color:var(--accent)}.header-actions{display:flex;align-items:center;gap:20px;font-size:14px;font-weight:700}.small-button{display:flex;align-items:center;gap:8px;border:1px solid var(--foreground);padding:11px 16px;border-radius:999px}.small-button:hover{background:var(--foreground);color:white}.menu-button,.mobile-nav{display:none}
.hero{max-width:1240px;margin:14px auto 0;min-height:625px;padding:56px 64px;border-radius:36px;background:linear-gradient(118deg,#dfe8d7 0%,#edf1e8 49%,#f3c7b3 100%);display:grid;grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);gap:64px;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;width:380px;height:380px;border:1px solid rgba(23,60,52,.11);border-radius:50%;left:-180px;top:80px;box-shadow:0 0 0 45px rgba(255,255,255,.08),0 0 0 90px rgba(255,255,255,.05)}.hero-copy,.finder-card{position:relative;z-index:1;min-width:0}.eyebrow,.match-label{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.58);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1.2px}h1{margin:22px 0 20px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(54px,5.5vw,78px);line-height:.95;letter-spacing:-4px;font-weight:500}h1 em{color:var(--accent);font-weight:500}.hero-text{max-width:510px;color:#4f685f;font-size:18px;line-height:1.65}.hero-proof{display:flex;align-items:center;gap:16px;margin-top:30px}.avatars{display:flex}.avatars span{width:38px;height:38px;display:grid;place-items:center;margin-left:-8px;border-radius:50%;background:white;border:2px solid #e2eadb;font-size:19px}.avatars span:first-child{margin:0}.hero-proof strong{display:flex;align-items:center;gap:4px;color:var(--accent)}.hero-proof small{display:block;margin-top:3px;color:#64766f}
.finder-card{background:var(--card);border:1px solid rgba(23,60,52,.12);box-shadow:0 24px 60px rgba(43,63,51,.12);border-radius:26px;padding:30px}.finder-heading{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:19px;border-bottom:1px solid #e4e6dd}.finder-heading span{color:var(--accent);font-weight:800;font-size:11px;text-transform:uppercase;letter-spacing:1.2px}.finder-heading h2{margin:5px 0 0;font-family:Georgia,serif;font-size:28px;font-weight:500;letter-spacing:-1px}.finder-heading .step-pill{color:#668078;background:#eef1e9;padding:7px 10px;border-radius:999px;letter-spacing:.5px}fieldset{border:0;margin:19px 0 0;padding:0}legend,label>span{display:block;margin-bottom:9px;color:#425c54;font-size:12px;font-weight:800}.segmented,.budget-grid{display:grid;gap:9px;grid-template-columns:repeat(2,1fr)}.segmented button,.budget-grid button{height:46px;border:1px solid #d9ddd2;border-radius:11px;background:white;cursor:pointer;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px}.segmented button.active,.budget-grid button.active{border-color:var(--foreground);background:#edf2e8;box-shadow:inset 0 0 0 1px var(--foreground)}label{display:block;margin-top:18px}.select-wrap{position:relative}.select-wrap select{width:100%;height:46px;appearance:none;border:1px solid #d9ddd2;border-radius:11px;padding:0 42px 0 14px;background:white;outline:none;font-weight:700;color:#294b42}.select-wrap svg{position:absolute;right:14px;top:14px;pointer-events:none}.budget-grid{grid-template-columns:repeat(3,1fr)}.budget-grid button{font-size:13px}.primary-button{width:100%;height:51px;margin-top:20px;border:0;border-radius:12px;background:var(--foreground);color:white;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:800;cursor:pointer;box-shadow:0 8px 20px rgba(23,60,52,.16)}.primary-button:hover{background:#205548;transform:translateY(-1px)}.fine-print{margin:11px 0 0;display:flex;justify-content:center;align-items:center;gap:5px;color:#7b8b85;font-size:11px}
.result-wrap{max-width:1050px;margin:72px auto;padding:0 26px}.result-intro{text-align:center;max-width:660px;margin:0 auto 26px}.match-label{background:#e6efe1;color:#2c6e56}.result-intro h2,.section-heading h2,.how-section h2,.newsletter h2{font-family:Georgia,serif;font-size:38px;letter-spacing:-1.5px;font-weight:500;margin:12px 0 8px}.result-intro p{color:#667b74}.result-card{display:grid;grid-template-columns:150px 1fr 190px;align-items:center;gap:24px;background:white;border:1px solid var(--border);border-radius:24px;padding:22px;box-shadow:0 15px 40px rgba(42,61,50,.07)}.product-visual{height:128px;display:grid;place-items:center;border-radius:18px;color:var(--foreground);background:linear-gradient(145deg,#e3efdd,#c6dfd5)}.product-badge{font-size:10px;color:var(--accent);font-weight:900;text-transform:uppercase;letter-spacing:1px}.product-copy h3{font-family:Georgia,serif;margin:5px 0 6px;font-size:24px}.product-copy p{margin:0;color:#64766f;line-height:1.5}.feature-list{display:flex;flex-wrap:wrap;gap:7px 12px;margin-top:12px}.feature-list span{display:flex;align-items:center;gap:4px;color:#3d6458;font-size:11px;font-weight:800}.product-action{padding-left:18px;border-left:1px solid var(--border);text-align:right}.product-action small{display:block;color:#7a8d86}.product-action strong{display:block;margin:4px 0 12px;font-family:Georgia,serif;font-size:20px}.product-action a{border-radius:10px;background:var(--accent);color:white;padding:11px 13px;font-weight:800;display:inline-flex;gap:7px;align-items:center}
.popular-section{max-width:1120px;margin:85px auto;padding:0 28px}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:28px}.section-heading span,.section-kicker,.newsletter span{color:var(--accent);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:1.3px}.section-heading h2{margin-top:6px}.section-heading a{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:800}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card{padding:13px 13px 20px;background:white;border:1px solid var(--border);border-radius:20px}.category-visual{height:180px;border-radius:14px;display:grid;place-items:center;position:relative}.category-visual.mint{background:#dbe9dd}.category-visual.blue{background:#dce9ea}.category-visual.peach{background:#f3ddd1}.heart{position:absolute;top:13px;right:13px}.category-card>small{display:block;margin:16px 4px 0;color:#8a9893;font-size:10px;text-transform:uppercase;letter-spacing:1px}.category-card h3{margin:6px 4px 5px;font-family:Georgia,serif;font-size:23px}.category-card p{margin:0 4px 14px;color:#687b75;font-size:13px}.category-card a{display:flex;align-items:center;gap:6px;margin:0 4px;color:var(--accent);font-size:12px;font-weight:800}
.real-product-card{display:flex;flex-direction:column}.real-product-visual{overflow:hidden;background:#f5f7f5;border:1px solid #e4e9e6}.real-product-visual img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;background:white;mix-blend-mode:multiply}.product-fallback{position:absolute;color:#7e9d95;font-size:42px}.real-item-badge{position:absolute;z-index:2;left:10px;top:10px;display:flex;align-items:center;gap:4px;padding:6px 8px;border-radius:999px;background:rgba(23,44,53,.9);color:white;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.5px}.real-product-card p{min-height:59px;line-height:1.5}.card-shop-links{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto}.category-card .card-shop-links a{justify-content:center;margin:0;padding:11px 8px;border-radius:10px;color:#182d36}.category-card .amazon-card-link{background:#ffb23f}.category-card .petsmart-card-link{background:#1b6694;color:white}.availability-note{margin:12px 2px 0;color:#7c8c87;font-size:11px;text-align:right}
.story-section{max-width:1120px;margin:95px auto;padding:0 28px;display:grid;grid-template-columns:1.35fr .65fr;gap:38px;align-items:center}.story-section img{width:100%;border-radius:24px;box-shadow:0 20px 45px rgba(35,57,47,.1)}.story-section h2{font-family:Georgia,serif;font-size:38px;line-height:1.05;letter-spacing:-1.5px;font-weight:500;margin:12px 0 16px}.story-section p{color:#64776f;line-height:1.65;font-size:14px}.story-section a{display:inline-flex;align-items:center;gap:7px;margin-top:9px;color:var(--accent);font-size:13px;font-weight:800}
.how-section{max-width:1185px;margin:100px auto;padding:55px 60px;border-radius:30px;background:var(--foreground);color:#f5f2e8;display:grid;grid-template-columns:1fr 1.5fr;gap:80px}.how-section h2{color:white;font-size:43px}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.how-grid strong{color:#ec987f;font-size:12px}.how-grid h3{margin:28px 0 10px;font-family:Georgia,serif;font-size:20px;line-height:1.15}.how-grid p{margin:0;color:#b9cac4;font-size:13px;line-height:1.6}
.newsletter{max-width:1100px;margin:80px auto;padding:35px 40px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;gap:35px}.newsletter h2{margin:6px 0 0;font-size:31px}.launch-button{display:flex;align-items:center;justify-content:center;gap:7px;min-width:210px;padding:14px 18px;border-radius:12px;background:var(--accent);color:white;font-weight:800;font-size:13px}footer{max-width:1120px;margin:60px auto 0;padding:35px 28px 45px;border-top:1px solid var(--border);display:grid;grid-template-columns:190px 1fr auto;align-items:center;gap:30px}footer p,footer>span{color:#74847e;font-size:11px;line-height:1.5}
.brand-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;object-position:center 30%;border:2px solid #fff;box-shadow:0 0 0 1px rgba(23,44,53,.18)}
.hero{background:linear-gradient(118deg,#d4e6e2 0%,#eaf0eb 50%,#ead6bd 100%)}.hero:before{border-color:rgba(23,44,53,.1)}
.hero-intro{display:flex;align-items:center;gap:16px}.hero-portrait{width:98px;height:98px;flex:0 0 auto;border-radius:26px;object-fit:cover;object-position:center 29%;border:4px solid rgba(255,255,255,.78);box-shadow:0 14px 30px rgba(23,44,53,.16);transform:rotate(-2deg)}.portrait-note{display:block;margin:9px 0 0 5px;color:#5a6d70;font-family:Georgia,serif;font-size:14px;font-style:italic}
.hero-text{color:#4e6468}.avatars span{border-color:#d6e4df}.hero-proof small{color:#66777b}.finder-card{border-color:rgba(23,44,53,.12);box-shadow:0 24px 60px rgba(23,44,53,.13)}.segmented button.active,.budget-grid button.active{background:#e3eeeb}.primary-button:hover{background:#244552}.product-visual{background:linear-gradient(145deg,#e3efeb,#c6ddd9)}.category-visual.mint{background:#d6e6df}.category-visual.blue{background:#d9e8ea}.category-visual.peach{background:#eadbc9}.story-section img{height:430px;object-fit:cover;object-position:center 31%;box-shadow:0 20px 45px rgba(23,44,53,.14)}.how-grid strong{color:#d8aa83}
@media(max-width:900px){.desktop-nav,.header-actions{display:none}.menu-button{display:block;background:transparent;border:0}.mobile-nav{display:flex;position:absolute;z-index:20;top:66px;left:18px;right:18px;flex-direction:column;gap:2px;background:white;border:1px solid var(--border);border-radius:16px;padding:10px;box-shadow:0 15px 40px rgba(22,52,44,.12)}.mobile-nav a{padding:12px;font-weight:700}.hero{margin:0 12px;padding:45px 30px;grid-template-columns:1fr;gap:38px}.hero-copy{text-align:center}.hero-text{margin-left:auto;margin-right:auto}.hero-proof{justify-content:center}.story-section{grid-template-columns:1fr}.how-section{margin:70px 12px;grid-template-columns:1fr;gap:35px;padding:45px 35px}.newsletter{margin:70px 20px;flex-direction:column;align-items:stretch}.newsletter form{min-width:0}}
@media(max-width:640px){.site-header{height:66px;padding:0 20px}.hero{border-radius:24px;padding:38px 18px}h1{font-size:51px;letter-spacing:-3px}.hero-text{font-size:16px}.finder-card{padding:21px 16px}.finder-heading h2{font-size:24px}.finder-heading .step-pill{display:none}.budget-grid{grid-template-columns:1fr}.result-card{grid-template-columns:1fr}.product-action{border-left:0;border-top:1px solid var(--border);padding:15px 0 0;text-align:left}.product-grid{grid-template-columns:1fr}.section-heading{align-items:flex-start}.section-heading a{display:none}.how-grid{grid-template-columns:1fr}.how-grid h3{margin-top:8px}.newsletter{padding:30px 5px}.newsletter form{flex-direction:column;gap:8px}.newsletter input,.newsletter button{height:48px;border:1px solid #cfd5ca;border-radius:12px}.newsletter button{justify-content:center;border:0}footer{grid-template-columns:1fr}}
@media(max-width:900px){.hero-intro{justify-content:center}}
@media(max-width:640px){.hero-intro{flex-direction:column}.hero-portrait{width:112px;height:112px}.portrait-note{margin-left:0}.story-section img{height:370px}}

.hidden{display:none!important}.icon-badge{font-size:42px;line-height:1}.legal-page{max-width:820px;margin:55px auto;padding:0 24px 70px}.legal-page h1{font-size:52px}.legal-page h2{font-family:Georgia,serif;font-size:26px;margin:32px 0 10px}.legal-page p,.legal-page li{color:#526a62;line-height:1.75}.legal-nav{max-width:900px;margin:22px auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.legal-nav a:last-child{font-weight:800;color:var(--accent)}.footer-links{display:flex;flex-wrap:wrap;gap:14px}.footer-links a{color:#667b74;font-size:11px}.result-card{animation:resultIn .35s ease both}@keyframes resultIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
.select-wrap>span{position:absolute;right:14px;top:12px;pointer-events:none;font-size:20px}.legal-page a{color:var(--accent);font-weight:700}
.need-count{margin-left:6px;color:var(--accent);font-size:10px;font-weight:900}.select-wrap optgroup{font-weight:900;color:var(--foreground)}.select-wrap option{font-weight:600;color:#294b42}.result-wrap{max-width:1180px}.result-card{grid-template-columns:130px minmax(0,1fr) 260px}.product-action{min-width:0}.retailer-links{display:grid;grid-template-columns:1fr 1fr;gap:8px}.product-action .retailer-links a{justify-content:center;padding:11px 10px;font-size:12px}.product-action .amazon-link{background:#ffb23f;color:#182d36}.product-action .petsmart-link{background:#1b6694;color:white}.product-action em{display:block;margin-top:8px;color:#83918d;font-size:9px;font-style:normal}.product-action .retailer-links a:hover{filter:brightness(.96);transform:translateY(-1px)}
.need-finder{margin-top:18px}.need-label{margin-bottom:9px;color:#425c54;font-size:12px;font-weight:800}.need-search{height:49px;position:relative;display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid #d7ddd8;border-radius:999px;background:white;box-shadow:0 3px 12px rgba(23,44,53,.06);z-index:5}.need-search:focus-within{border-color:#698d86;box-shadow:0 0 0 3px rgba(110,157,150,.16),0 8px 24px rgba(23,44,53,.1)}.need-search>span{color:#6f817c;font-size:22px}.need-search input{width:100%;height:44px;border:0;outline:0;background:transparent;color:#243f3a;font-weight:700}.need-search input::-webkit-search-cancel-button{display:none}.need-search input::placeholder{color:#8a9995;font-weight:500}.search-clear{display:grid;place-items:center;flex:0 0 auto;width:30px;height:30px;border:0;border-radius:50%;background:#eef2ef;cursor:pointer;font-size:18px}.search-suggestions{position:absolute;top:55px;left:0;right:0;padding:7px;background:white;border:1px solid var(--border);border-radius:17px;box-shadow:0 18px 38px rgba(23,44,53,.16);max-height:290px;overflow:auto}.search-suggestions button{width:100%;display:grid;grid-template-columns:20px 1fr auto;align-items:center;gap:8px;padding:10px 11px;border:0;border-radius:11px;background:white;text-align:left;cursor:pointer}.search-suggestions button:hover,.search-suggestions button[aria-selected=true]{background:#edf3f0}.search-suggestions button span:nth-child(2){font-size:12px;font-weight:800}.search-suggestions button small{display:block;margin-top:3px;color:#8a9995;font-size:9px;font-weight:700}.search-suggestions p{margin:8px 10px;color:#788984;font-size:12px}.browse-heading{display:flex;justify-content:space-between;align-items:center;margin:13px 2px 8px}.browse-heading span{color:#60736e;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.8px}.browse-heading small{color:#8b9895;font-size:9px}.visual-categories{display:flex;gap:8px;overflow-x:auto;padding:1px 1px 8px;scrollbar-width:thin;scrollbar-color:#bdcbc6 transparent;scroll-snap-type:x proximity}.visual-category{flex:0 0 76px;padding:5px;border:1px solid #d9e0dc;border-radius:13px;background:white;cursor:pointer;scroll-snap-align:start}.visual-category.active{border-color:var(--foreground);box-shadow:inset 0 0 0 1px var(--foreground)}.visual-category strong{display:block;height:24px;margin:5px 2px 1px;overflow:hidden;color:#425b55;font-size:9px;line-height:12px}.category-photo,.all-photo{display:grid;width:64px;height:50px;border-radius:9px;background-image:url('category-sprite.png');background-size:400% 400%;background-position:calc(var(--sprite-x) * 33.333%) calc(var(--sprite-y) * 33.333%);background-repeat:no-repeat}.all-photo{place-items:center;background:#dce9e4;font-size:23px}.selected-need{width:100%;margin-top:6px;padding:9px 12px;border:1px solid #dbe2de;border-radius:11px;background:#f1f5f2;text-align:left;cursor:pointer}.selected-need span{display:flex;align-items:center;gap:4px;color:#6d847d;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.7px}.selected-need strong{display:block;margin-top:3px;color:#29473f;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.visual-categories{width:100%;max-width:100%;min-width:0}.finder-complete{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:center;padding:8px}.complete-check{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#dceae4;color:#2d6b59;font-size:22px}.complete-copy>span{color:var(--accent);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:1px}.complete-copy h2{margin:5px 0 4px;font-family:Georgia,serif;font-size:24px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.complete-copy p{margin:0;color:#71827d;font-size:12px}.complete-actions{display:grid;gap:6px;min-width:132px}.primary-button.compact{height:42px;margin:0;font-size:12px}.edit-answers{border:0;background:transparent;color:#61746e;font-size:11px;font-weight:800;cursor:pointer}.edit-answers:hover{color:var(--accent)}
@media(max-width:760px){.retailer-links{grid-template-columns:1fr}.product-action .retailer-links a{width:100%}}
@media(max-width:560px){.finder-complete{grid-template-columns:auto minmax(0,1fr)}.complete-actions{grid-column:1/-1;grid-template-columns:1fr 1fr}.edit-answers{border:1px solid var(--border);border-radius:10px}.complete-copy h2{font-size:20px}}
