:root{--paper: #fbfcfa;--surface: #ffffff;--soft: #eef5f0;--line: #dbe7df;--ink: #122019;--muted: #5f7068;--sage: #6f9b83;--blue: #286f8f;--coral: #d96f56;--yellow: #efc85a;--shadow: 0 16px 46px rgba(18, 32, 25, .12);--radius: 8px;--max: 1180px;color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);letter-spacing:0}body,button,input{font:inherit}button,input{border:0}button{cursor:pointer}a{color:inherit;text-decoration:none}svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.icon-sprite{display:none}.skip-link{position:fixed;left:14px;top:14px;z-index:80;transform:translateY(-140%);border-radius:var(--radius);background:var(--ink);color:var(--surface);padding:10px 14px;transition:transform .2s ease}.skip-link:focus{transform:translateY(0)}.site-header{position:sticky;top:0;z-index:40;border-bottom:1px solid rgba(219,231,223,.9);background:#fbfcfaf0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.utility-bar{display:flex;justify-content:center;gap:28px;min-height:34px;background:var(--ink);color:#fff;font-size:.78rem;font-weight:750;padding:8px 18px}.header-main{display:grid;grid-template-columns:auto minmax(150px,auto) minmax(280px,1fr) minmax(250px,340px) auto;align-items:center;gap:18px;width:min(100%,var(--max));min-height:74px;margin:0 auto;padding:0 24px}.brand{display:inline-flex;align-items:center;gap:9px;min-width:max-content;font-size:1.18rem;font-weight:900;margin-right:10px}.brand-mark-image{display:block;width:auto;height:56px;object-fit:contain}.brand-word{color:var(--ink);font-weight:950;line-height:1;white-space:nowrap}.desktop-nav{display:flex;justify-content:center;gap:6px}.desktop-nav a,.mobile-nav a,.site-footer a{border-radius:var(--radius);color:var(--muted);font-size:.92rem;font-weight:800;padding:10px 12px}.desktop-nav a:hover,.mobile-nav a:hover,.site-footer a:hover{background:var(--soft);color:var(--ink)}.search-field{display:flex;align-items:center;gap:10px;min-width:0;min-height:42px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:0 12px}.search-field svg{color:var(--muted);flex:0 0 auto}.search-field input{width:100%;min-width:0;outline:0;background:transparent;color:var(--ink)}.header-actions{display:flex;align-items:center;gap:8px}.icon-button,.cart-pill{display:inline-grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--ink);transition:transform .18s ease,background .18s ease,border-color .18s ease}.icon-button:hover,.cart-pill:hover{border-color:#286f8f57;background:#e8f3f8}.cart-pill{grid-template-columns:1fr auto;width:auto;min-width:60px;gap:6px;padding:0 10px}.cart-pill span{display:inline-grid;place-items:center;min-width:20px;height:20px;border-radius:999px;background:var(--coral);color:var(--surface);font-size:.74rem;font-weight:900}.menu-button,.mobile-nav{display:none}.hero{display:grid;align-items:center;min-height:clamp(490px,60vh,660px);border-bottom:1px solid var(--line);background-image:linear-gradient(90deg,#fbfcfa 0,#fbfcfa 35%,#fbfcfac7 49%,#fbfcfa0f 78%),url(./dog-essentials-hero-background-template-DA9-nk2-.png);background-image:linear-gradient(90deg,#fbfcfa 0,#fbfcfa 35%,#fbfcfac7 49%,#fbfcfa0f 78%),image-set(url(./dog-essentials-hero-background-template-D91K4Gr1.webp) type("image/webp"),url(./dog-essentials-hero-background-template-DA9-nk2-.png) type("image/png"));background-position:center;background-size:cover}.cats-page .hero{background-image:linear-gradient(90deg,#fbfcfa 0,#fbfcfa 35%,#fbfcfac7 49%,#fbfcfa0f 78%),url(./cat-essentials-hero-background-template-C_bhS-e4.png);background-image:linear-gradient(90deg,#fbfcfa 0,#fbfcfa 35%,#fbfcfac7 49%,#fbfcfa0f 78%),image-set(url(./cat-essentials-hero-background-template-ySpVcELx.webp) type("image/webp"),url(./cat-essentials-hero-background-template-C_bhS-e4.png) type("image/png"))}.hero-inner{width:min(100%,var(--max));margin:0 auto;padding:78px 24px 96px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-size:.78rem;font-weight:950;line-height:1.2;text-transform:uppercase}.eyebrow:before{width:22px;height:2px;border-radius:99px;background:var(--coral);content:""}h1,h2,h3,p{margin:0}h1{max-width:690px;margin-top:14px;font-size:clamp(2.55rem,6vw,5.2rem);line-height:.99;letter-spacing:0}.hero p{max-width:560px;margin-top:22px;color:var(--muted);font-size:clamp(1rem,2vw,1.18rem);line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;border-radius:var(--radius);font-weight:900;line-height:1;padding:0 18px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:active,.icon-button:active,.cart-pill:active{transform:translateY(1px)}.button-primary{background:var(--ink);color:var(--surface);box-shadow:0 12px 28px #1220192e}.button-primary:hover{background:#26362e}.button-light{border:1px solid rgba(18,32,25,.18);background:#ffffffc2}.trust-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;width:min(calc(100% - 32px),var(--max));margin:-42px auto 52px}.trust-strip div,.filter-panel,.product-card,.details-grid article,.cart-panel{border:1px solid var(--line);border-radius:var(--radius);background:#fffffff0;box-shadow:var(--shadow)}.trust-strip div{display:grid;grid-template-columns:auto 1fr;gap:4px 12px;padding:16px}.trust-strip svg{grid-row:span 2;color:var(--blue)}.trust-strip strong{font-size:.95rem}.trust-strip span{color:var(--muted);font-size:.88rem;line-height:1.45}.shop-section,.cart-section,.details-grid,.site-footer{width:min(calc(100% - 32px),var(--max));margin-inline:auto}.section-heading{display:grid;gap:10px;max-width:720px;margin-bottom:22px}.section-heading h2,.cart-section h2{font-size:clamp(1.8rem,4vw,3rem);line-height:1.06}.section-heading p,.cart-section p,.details-grid p,.site-footer p{color:var(--muted);line-height:1.65}.shop-layout{display:grid;grid-template-columns:246px minmax(0,1fr);gap:24px}.filter-panel{position:sticky;top:120px;align-self:start;box-shadow:0 10px 28px #12201914;padding:18px}.filter-panel h3{font-size:1.12rem;margin-bottom:12px}.filter-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.chip{min-height:36px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);font-size:.85rem;font-weight:850;padding:0 12px}.chip.is-active{background:#e3efe7;color:var(--ink);border-color:#6f9b8380}.check-row{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:.9rem;margin-top:12px}.check-row input{width:18px;height:18px;accent-color:var(--sage)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-card{position:relative;display:grid;overflow:hidden;box-shadow:0 12px 34px #12201914}.save-button{position:absolute;top:10px;right:10px;z-index:2;display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--line);border-radius:var(--radius);background:#ffffffe0}.save-button.is-active{color:var(--coral)}.product-media{min-height:176px;aspect-ratio:1.08;background-image:linear-gradient(180deg,#ffffff05,#12201914),url(./dog-essentials-hero-background-template-DA9-nk2-.png);background-image:linear-gradient(180deg,#ffffff05,#12201914),image-set(url(./dog-essentials-hero-background-template-D91K4Gr1.webp) type("image/webp"),url(./dog-essentials-hero-background-template-DA9-nk2-.png) type("image/png"));background-position:var(--media-x) var(--media-y);background-repeat:no-repeat;background-size:680px auto}.cats-page .product-media{background-image:linear-gradient(180deg,#ffffff05,#12201914),url(./cat-essentials-hero-background-template-C_bhS-e4.png);background-image:linear-gradient(180deg,#ffffff05,#12201914),image-set(url(./cat-essentials-hero-background-template-ySpVcELx.webp) type("image/webp"),url(./cat-essentials-hero-background-template-C_bhS-e4.png) type("image/png"))}.product-body{display:grid;gap:10px;padding:14px}.product-tag{color:var(--blue);font-size:.74rem;font-weight:950;text-transform:uppercase}.product-body h3{font-size:1.02rem;line-height:1.24}.product-body p{color:var(--muted);font-size:.88rem;line-height:1.45}.product-meta{display:grid;gap:3px}.product-meta span{font-weight:950}.product-meta small{color:var(--muted);font-size:.76rem}.button-add{width:100%;background:var(--soft);color:var(--ink);padding-inline:12px}.button-add:hover{background:#e4eee8}.button-add svg{width:18px;height:18px}.details-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:56px}.details-grid article{box-shadow:0 10px 28px #12201914;padding:22px}.details-grid svg{color:var(--blue);width:28px;height:28px}.details-grid h2{margin-top:16px;margin-bottom:10px;font-size:1.32rem}.cart-section{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:30px;align-items:start;margin-top:56px;border-radius:var(--radius);background:linear-gradient(135deg,#e3efe7e6,#e8f3f8eb),var(--soft);padding:clamp(22px,4vw,40px)}.cart-section h2{margin-top:10px}.cart-section p{max-width:640px;margin-top:14px}.cart-panel{box-shadow:0 12px 34px #1220191a;padding:18px}.cart-panel-heading,.cart-row{display:flex;align-items:center;justify-content:space-between;gap:14px}.cart-panel-heading{border-bottom:1px solid var(--line);padding-bottom:14px}.cart-items{display:grid;gap:10px;min-height:64px;padding:14px 0}.empty-cart{color:var(--muted);font-size:.92rem}.cart-row{border-bottom:1px solid var(--line);padding-bottom:10px}.cart-row strong{display:block;font-size:.9rem}.cart-row small{color:var(--muted)}.quantity-controls{display:inline-grid;grid-template-columns:32px 30px 32px;align-items:center;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius)}.quantity-controls button,.quantity-controls span{display:grid;place-items:center;height:32px;background:var(--surface);color:var(--ink);font-weight:900}.quantity-controls button:hover{background:var(--soft)}.checkout-button{width:100%}.checkout-note{margin-top:12px!important;color:var(--coral)!important;font-weight:800}.site-footer{display:flex;justify-content:space-between;gap:24px;min-height:130px;margin-top:28px;padding-block:26px}.footer-brand{margin-bottom:10px}.site-footer nav{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-end;gap:8px}.choice-page{min-height:100vh;background:linear-gradient(180deg,#fbfcfaf5,#eef5f0f5),var(--paper)}.choice-shell{display:grid;align-content:center;gap:clamp(28px,5vw,54px);min-height:100vh;width:min(calc(100% - 32px),var(--max));margin:0 auto;padding:clamp(24px,5vw,58px) 0}.choice-brand{display:inline-flex;align-items:center;gap:10px;width:fit-content;font-size:1.06rem;font-weight:950}.choice-brand .brand-mark-image{height:68px}.choice-brand .brand-word{font-size:1.22rem}.choice-hero{display:grid;grid-template-columns:minmax(260px,.74fr) minmax(0,1.26fr);gap:clamp(22px,4vw,48px);align-items:center}.choice-copy{display:grid;gap:16px}.choice-copy h1{max-width:520px;font-size:clamp(3rem,7vw,6.7rem);line-height:.95}.choice-copy p{max-width:520px;color:var(--muted);font-size:clamp(1rem,2vw,1.16rem);line-height:1.65}.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.choice-card{display:grid;overflow:hidden;min-height:520px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.choice-card:hover{transform:translateY(-3px);border-color:#286f8f57;box-shadow:0 22px 58px #12201929}.choice-card-media{display:block;min-height:360px;background-position:center;background-repeat:no-repeat;background-size:cover}.choice-card-cats .choice-card-media{background-image:linear-gradient(180deg,#fff0,#12201914),url(./cat-essentials-hero-background-template-C_bhS-e4.png);background-image:linear-gradient(180deg,#fff0,#12201914),image-set(url(./cat-essentials-hero-background-template-ySpVcELx.webp) type("image/webp"),url(./cat-essentials-hero-background-template-C_bhS-e4.png) type("image/png"));background-position:64% center}.choice-card-dogs .choice-card-media{background-image:linear-gradient(180deg,#fff0,#12201914),url(./dog-essentials-hero-background-template-DA9-nk2-.png);background-image:linear-gradient(180deg,#fff0,#12201914),image-set(url(./dog-essentials-hero-background-template-D91K4Gr1.webp) type("image/webp"),url(./dog-essentials-hero-background-template-DA9-nk2-.png) type("image/png"));background-position:70% center}.choice-card-body{display:grid;align-content:center;gap:8px;min-height:138px;padding:22px}.choice-card-body strong{font-size:clamp(2.1rem,5vw,3.6rem);line-height:.95}.choice-card-body small{color:var(--muted);font-size:1rem;font-weight:800}:focus-visible{outline:3px solid rgba(40,111,143,.34);outline-offset:3px}@media (max-width: 1100px){.header-main{grid-template-columns:auto auto minmax(0,1fr) auto}.menu-button{display:inline-grid}.desktop-nav{display:none}.mobile-nav{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;max-height:0;overflow:hidden;width:min(calc(100% - 32px),var(--max));margin:0 auto;transition:max-height .22s ease,padding-bottom .22s ease}.site-header[data-menu-open=true] .mobile-nav{max-height:96px;padding-bottom:14px}.mobile-nav a{display:grid;place-items:center;background:var(--surface)}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-section,.details-grid{grid-template-columns:1fr}}@media (max-width: 760px){.utility-bar{justify-content:flex-start;gap:18px;overflow-x:auto;white-space:nowrap;scrollbar-width:none}.utility-bar::-webkit-scrollbar{display:none}.header-main{grid-template-columns:auto minmax(0,1fr) auto;min-height:66px;gap:10px;padding-inline:16px}.header-main .search-field,.header-actions .icon-button{display:none}.brand{gap:8px;font-size:1.08rem}.brand-mark-image{height:48px}.choice-brand .brand-mark-image{height:62px}.hero{align-items:end;min-height:560px;background-image:linear-gradient(180deg,#fbfcfa14 0,#fbfcfa14 34%,#fbfcfae6 64%,#fbfcfa),url(./dog-essentials-hero-background-template-DA9-nk2-.png);background-image:linear-gradient(180deg,#fbfcfa14 0,#fbfcfa14 34%,#fbfcfae6 64%,#fbfcfa),image-set(url(./dog-essentials-hero-background-template-D91K4Gr1.webp) type("image/webp"),url(./dog-essentials-hero-background-template-DA9-nk2-.png) type("image/png"));background-position:66% top}.cats-page .hero{background-image:linear-gradient(180deg,#fbfcfa14 0,#fbfcfa14 34%,#fbfcfae6 64%,#fbfcfa),url(./cat-essentials-hero-background-template-C_bhS-e4.png);background-image:linear-gradient(180deg,#fbfcfa14 0,#fbfcfa14 34%,#fbfcfae6 64%,#fbfcfa),image-set(url(./cat-essentials-hero-background-template-ySpVcELx.webp) type("image/webp"),url(./cat-essentials-hero-background-template-C_bhS-e4.png) type("image/png"));background-position:68% top}.hero-inner{padding:220px 16px 42px}h1{max-width:420px;font-size:clamp(2.25rem,11vw,3.7rem)}.hero p{font-size:.98rem;line-height:1.55}.hero-actions{display:grid;grid-template-columns:1fr}.trust-strip{grid-template-columns:1fr;margin-top:-24px;margin-bottom:38px}.shop-layout{grid-template-columns:1fr}.filter-panel{position:static;padding:12px}.filter-panel h3{font-size:1rem;margin-bottom:10px}.filter-chips{flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.filter-chips::-webkit-scrollbar{display:none}.chip{flex:0 0 auto}.check-row{display:none}.product-grid{grid-template-columns:1fr}.product-card{grid-template-columns:42% minmax(0,1fr)}.product-media{min-height:100%;aspect-ratio:auto;background-size:620px auto}.product-body{gap:8px;padding:12px}.button-add{min-height:42px}.cart-section{padding:18px}.site-footer{align-items:flex-start;flex-direction:column}.site-footer nav{justify-content:flex-start}.choice-shell{align-content:start;padding-top:28px}.choice-hero{grid-template-columns:1fr}.choice-copy h1{max-width:360px}.choice-grid{grid-template-columns:1fr}.choice-card{min-height:auto}.choice-card-media{min-height:280px}}@media (max-width: 430px){.product-card{grid-template-columns:1fr}.product-media{aspect-ratio:1.28}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
