@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;600;700;800&display=swap";
*{box-sizing:border-box}body{background:var(--paper);color:var(--ink);margin:0;font:16px/1.65 DM Sans,sans-serif}header{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;height:100px;padding:0 max(6vw,24px);display:flex}.brand{color:var(--ink);letter-spacing:-1.5px;align-items:center;gap:5px;font:800 30px Manrope,sans-serif;text-decoration:none;display:flex}.brand>span:last-child{font-weight:400}.poppy{color:var(--red);margin-right:8px;font-size:48px}nav{gap:28px;display:flex}nav a{color:var(--ink);font-weight:700;text-decoration:none}main{max-width:1150px;min-height:calc(100vh - 195px);margin:0 auto;padding:64px 28px}footer{color:var(--muted);border-top:1px solid var(--line);justify-content:space-between;gap:20px;padding:28px max(6vw,24px);font-size:14px;display:flex}a{color:#075e70;text-underline-offset:4px}h1,h2,h3{letter-spacing:-1px;font-family:Manrope,sans-serif;line-height:1.15}h1{margin:12px 0 28px;font-size:clamp(36px,5vw,62px);font-weight:800}h2{margin-top:0;font-size:27px}h3{font-size:20px}p{margin:12px 0 22px}em{color:var(--red);font-style:normal}.eyebrow{letter-spacing:2px;color:var(--muted);font-size:12px;font-weight:800}.lead{max-width:540px;font-size:20px}.home{grid-template-columns:1.15fr 1fr;align-items:center;gap:65px;padding:30px 0 60px;display:grid}.home h1{letter-spacing:-3px;font-size:clamp(48px,6vw,80px)}.actions{flex-wrap:wrap;gap:12px;margin:25px 0;display:flex}button,.button{border:1px solid var(--red);background:var(--red);color:#fff;cursor:pointer;border-radius:10px;padding:13px 23px;font:700 16px/1.5 DM Sans,sans-serif;text-decoration:none;display:inline-block}.secondary{color:var(--ink);background:#fff;border:1px solid #a7b9bf}button:hover,.button:hover{filter:brightness(.94)}button:disabled{opacity:.6;cursor:wait}input,textarea,select{font:inherit;color:var(--ink);background:#fff;border:1px solid #a7b9bf;border-radius:8px;width:100%;min-width:0;padding:11px 13px}textarea{resize:vertical;min-height:100px}label{margin-bottom:20px;font-weight:600;display:block}label>input,label>textarea,label>select{margin-top:7px;display:block}input:focus,textarea:focus,button:focus-visible,a:focus-visible,select:focus{outline-offset:3px;outline:3px solid #559aaa}.narrow{max-width:640px;margin:0 auto}.card{border:1px solid var(--line);background:#fff;border-radius:20px;margin-bottom:24px;padding:30px}.grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px;display:grid}.two-col{grid-template-columns:1.15fr 1fr;align-items:start;gap:28px;display:grid}.visibility{position:sticky;top:24px}.check{border-bottom:1px solid var(--line);align-items:center;gap:14px;margin:0;padding:12px 0;font-weight:500;display:flex}.check input{width:21px;height:21px;accent-color:var(--red);flex-shrink:0;margin:0}.muted{color:var(--muted);font-size:14px}.notice{background:var(--mint);border-left:4px solid #31836d;border-radius:8px;padding:18px 22px}.page-heading{justify-content:space-between;align-items:center;gap:20px;display:flex}.badge{background:var(--mint);border-radius:30px;padding:5px 14px;font-size:13px;font-weight:700;display:inline-block}.badge.lost,.lost-banner{color:#9e1930;background:#ffe4e8}.lost-banner{border-radius:12px;margin:20px 0;padding:18px;font-weight:700}.pet-card{color:var(--ink);text-decoration:none}.pet-icon{background:#edf4f6;border-radius:50%;place-items:center;width:60px;height:60px;margin-bottom:22px;font-size:36px;display:grid}.pet-photo{object-fit:cover;border-radius:18px;width:140px;height:140px}.finder{max-width:620px;margin:0 auto}.hero-photo{object-fit:cover;border-radius:24px;width:100%;height:390px;margin:22px 0}.info-row{border-bottom:1px solid var(--line);padding:14px 0}.info-row p{white-space:pre-wrap;margin:5px 0}section+section{margin-top:40px}summary{cursor:pointer;padding:12px 0;font-weight:700}.tag-art{background:#dcebee;border-radius:48% 48% 24px 24px;flex-direction:column;justify-content:center;align-items:center;min-height:460px;padding:70px 20px 35px;display:flex;position:relative;overflow:hidden}.big-tag{background:var(--red);color:#fff;border:5px solid #a92038;border-radius:48%;flex-direction:column;justify-content:center;align-items:center;width:238px;height:265px;display:flex;transform:rotate(-12deg);box-shadow:13px 20px #afc9cd}.big-tag>span{font-size:75px;line-height:1.1}.big-tag strong{letter-spacing:-1px;font-size:28px}.big-tag small{letter-spacing:1.5px;margin-top:12px;font-size:9px}.tag-ring{z-index:2;border:9px solid #809a9f;border-radius:50%;width:65px;height:65px;position:absolute;top:27px;left:calc(50% - 16px)}.tag-caption{text-align:center;margin-top:40px;font-weight:600}.production-table{overflow:auto}table{border-collapse:collapse;text-align:left;width:100%}td,th{border-bottom:1px solid var(--line);padding:14px}.print-label{break-inside:avoid;border:1px solid #ccc;flex-direction:column;align-items:center;margin:16px;padding:20px;display:inline-flex}.print-label img{width:150px;height:150px}@media (max-width:740px){header{height:80px;padding:0 20px}.brand{font-size:24px}.poppy{font-size:36px}nav{gap:15px;font-size:14px}main{padding:35px 20px}.home,.two-col{grid-template-columns:1fr;gap:24px}.home{padding-top:5px}.tag-art{min-height:360px}.big-tag{width:190px;height:210px}.tag-caption{margin-top:28px}.visibility{position:static}.card{padding:23px}footer{flex-direction:column}.hero-photo{height:300px}.page-heading{align-items:flex-start}}@media print{header,footer,.no-print{display:none!important}main{padding:0}.print-label{font-size:14px}.print-label img{width:120px;height:120px}body{background:#fff}}:root{--ink:#393342;--muted:#716b75;--red:#925169;--paper:#fcf9f6;--line:#e9e1e3;--mint:#edf3f8}body{background:var(--paper)}header{background:var(--paper);border:0;height:94px}.brand{letter-spacing:-1.1px;font-size:28px}.brand-paw{width:39px;height:43px;margin-right:8px;display:block}.brand-paw svg{width:100%;height:100%}nav a{font-size:14px}main{max-width:1240px;padding-top:38px}.home{grid-template-columns:1.08fr 1fr;gap:45px;padding:20px 0 76px}.home h1{letter-spacing:-3.5px;margin:22px 0 25px;font-size:clamp(46px,5.7vw,74px);line-height:1.1}.home h1 em{color:#a66079}.eyebrow{letter-spacing:2.3px;color:#886c79;font-size:11px}.lead{max-width:470px;color:var(--muted);font-size:18px;line-height:1.8}.button,button{border-radius:50px}.button{padding:15px 25px}.button span{margin-left:18px}.text-link{color:var(--ink);align-self:center;padding:12px 0;font-size:14px;font-weight:700;text-decoration:none}.actions{gap:25px}.hero-footnote{color:var(--muted);font-size:13px}.product-scene{background:#f4e5e9;border-radius:160px 160px 28px 28px;flex-direction:column;justify-content:center;align-items:center;min-height:540px;padding:30px 20px;transition:background .25s;display:flex;position:relative}.product-scene.is-blue{background:#e5eef6}.scene-note{letter-spacing:1px;color:#816b78;margin-bottom:22px;font-size:12px}.paw-product{filter:drop-shadow(12px 20px 12px #6e48552a);width:270px;margin-bottom:20px;transition:transform .25s;transform:rotate(-10deg)}.is-blue .paw-product{transform:rotate(9deg)}.paw-product svg{width:100%;display:block}.colour-picker{background:#ffffffb8;border-radius:40px;gap:7px;padding:6px;display:flex}.colour-picker button{color:#554655;background:0 0;border:1px solid #0000;align-items:center;gap:7px;padding:10px 12px;font-size:12px;display:flex}.colour-picker button[aria-pressed=true]{background:#fff;border-color:#dfd6dc;box-shadow:0 2px 5px #4433440b}.swatch{border-radius:50%;width:13px;height:13px;display:inline-block}.swatch.pink{background:#e9a6ba}.swatch.blue{background:#91b9df}.product-note{color:#736774;text-align:center;margin:16px 0 0;font-size:11px}.how-section{border-top:1px solid var(--line);padding-top:45px}.section-intro{text-align:center}.section-intro h2{margin-top:14px;font-size:32px}.steps{grid-template-columns:repeat(3,1fr);gap:36px;margin:38px 0 48px;display:grid}.steps article{padding:12px 24px}.steps article+article{border-left:1px solid var(--line)}.steps article>span{color:#a3667e;background:#f4e5e9;border-radius:50%;place-items:center;width:35px;height:35px;font-size:12px;display:grid}.steps h3{margin:20px 0 12px}.steps p{color:var(--muted);font-size:15px}.finder-strip{background:#e9eff4;border-radius:20px;justify-content:space-between;align-items:center;gap:20px;padding:30px 36px;display:flex}.finder-strip h2{margin:0;font-size:23px}.finder-strip p{color:var(--muted);margin:10px 0 0;font-size:14px}.finder-strip>span{color:#849fbc;font-size:65px}a{color:#72516b}.card{box-shadow:0 6px 25px #493d4d04}footer{margin-top:15px}.secondary{color:var(--ink)}@media (max-width:740px){header{height:80px}.brand{font-size:23px}.brand-paw{width:30px;height:35px}main{padding-top:22px}.home{grid-template-columns:1fr;gap:30px;padding-bottom:40px}.home h1{letter-spacing:-2px;font-size:49px}.lead{font-size:17px}.product-scene{border-radius:120px 120px 24px 24px;min-height:440px}.paw-product{width:220px}.steps{grid-template-columns:1fr;gap:5px;margin-top:20px}.steps article{padding:18px 4px}.steps article+article{border-left:0;border-top:1px solid var(--line)}.finder-strip{padding:25px}.finder-strip>span{display:none}.section-intro h2{font-size:28px}.actions{gap:16px}.product-note{font-size:10px}}.shop-section{border-top:1px solid var(--line);padding:45px 0 55px;scroll-margin-top:30px}.section-intro>p{color:var(--muted);font-size:16px}.shop-layout{grid-template-columns:1fr 1fr;align-items:center;gap:65px;margin-top:40px;display:grid}.shop-product{background:#f4e5e9;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;min-height:450px;padding:32px;transition:background .2s;display:flex}.shop-product.blue{background:#e5eef6}.shop-paw{filter:drop-shadow(10px 15px 10px #6e485528);width:245px;transform:rotate(-8deg)}.shop-paw svg{width:100%}.shop-product>span{color:var(--muted);margin-top:22px;font-size:13px}.shop-details h3{margin:15px 0;font-size:34px}.shop-details>p{color:var(--muted)}.shop-colours{border:0;margin:25px 0;padding:0}.shop-colours legend{margin-bottom:10px;font-size:14px;font-weight:700}.shop-colours>div{flex-wrap:wrap;gap:10px;display:flex}.shop-colours button{border:1px solid var(--line);color:var(--ink);background:#fff;align-items:center;gap:8px;padding:11px 17px;font-size:13px;display:flex}.shop-colours button[aria-pressed=true]{border-color:var(--red);box-shadow:0 0 0 1px var(--red)}.shop-features{color:var(--muted);padding-left:20px;font-size:14px;line-height:2}.shop-availability{background:#f1ecef;border-radius:14px;margin-top:23px;padding:18px 22px}.shop-availability strong{font-size:15px}.shop-availability p{color:var(--muted);margin:6px 0 0;font-size:13px}@media (max-width:740px){.shop-layout{grid-template-columns:1fr;gap:28px}.shop-product{min-height:350px}.shop-paw{width:200px}.shop-details h3{font-size:29px}header nav{gap:11px;font-size:12px}nav a{font-size:12px}.brand{font-size:21px}.brand-paw{width:25px;margin-right:3px}header{padding:0 14px}}.shop-price{margin:10px 0;font-size:29px;font-weight:700}.shop-price span{color:var(--muted);font-size:13px;font-weight:400}.order-options{grid-template-columns:90px 1fr;gap:15px;margin-top:25px;display:grid}.order-options label{font-size:13px}.order-options select{padding:12px 8px;font-size:13px}.order-total{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:15px;padding-top:18px;display:flex}.order-total span{color:var(--muted);font-size:13px}.order-total strong{font-size:24px}
