:root{--color-sky:#eaf6fc;--color-blush:#fff0f4;--color-mint:#d4f7e4;--section-space:clamp(2.75rem, 6vw, 5rem);--color-brand-green-hover:#00a13a;--color-photo-base:#e5faf0;--color-photo-line:#a7e9c5;--color-photo-ring:#ffffff1f;--color-text-on-dark:#cddbd1;--color-border-on-dark:#506857;--color-brand-green:#00b140;--color-brand-red:#c8102e;--color-surface-white:#fff;--color-surface-cream:#fff;--color-surface-green:#e8faf1;--color-text:#102b32;--color-text-muted:#49616a;--color-border:#dcece5;--color-action:#007c40;--color-action-hover:#006325;--color-on-action:#fff;--color-on-brand:#082d1c;--color-focus:#007c2d;--font-body:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-heading:var(--font-body);--text-sm:.875rem;--text-base:1rem;--text-lg:1.25rem;--text-xl:1.5rem;--text-2xl:2rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--radius-sm:.5rem;--radius-md:1rem;--radius-lg:1.5rem;--radius-pill:1rem;--shadow-soft:0 4px 24px #17332414;--content-max-width:75rem;--duration-fast:.15s;--duration-normal:.25s}@media (prefers-reduced-motion:reduce){:root{--duration-fast:0s;--duration-normal:0s}}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:2rem}body{background:var(--color-surface-cream);color:var(--color-text);font-family:var(--font-body);margin:0;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit}a:focus-visible,button:focus-visible{outline:3px solid var(--color-focus);outline-offset:5px}p,h1,h2,h3{margin:0}h1,h2,h3{letter-spacing:-.045em;font-weight:650;line-height:1.12}h1{margin-block:var(--space-6);font-size:clamp(2.75rem,5.1vw,4.75rem)}h1>span{color:var(--color-action)}h2{font-size:clamp(2rem,3.1vw,3rem)}h3{font-size:var(--text-lg);letter-spacing:-.025em}p,small{color:var(--color-text-muted)}small{font-size:.7rem}.container{width:min(calc(100% - 2.5rem),var(--content-max-width));margin-inline:auto}.section{padding-block:var(--section-space)}.eyebrow{letter-spacing:.13em;text-transform:uppercase;margin-bottom:var(--space-4);font-size:.7rem;font-weight:750;display:block}.button{background:var(--color-brand-green);min-height:48px;color:var(--color-on-brand);border-radius:var(--radius-pill);font-size:var(--text-sm);transition:background var(--duration-fast);justify-content:center;align-items:center;padding:.85rem 1.25rem;font-weight:700;display:inline-flex}.button:hover{background:var(--color-brand-green-hover)}.secondary{border:1px solid var(--color-border);background:0 0}.secondary:hover{background:var(--color-surface-green)}.badge{background:var(--color-surface-green);border-radius:var(--radius-pill);padding:.5rem .75rem;font-size:.7rem;font-weight:650;display:inline-flex}header{border-bottom:1px solid var(--color-border)}.header-inner{justify-content:space-between;align-items:center;gap:var(--space-4);min-height:80px;padding-block:var(--space-4);flex-wrap:wrap;display:flex}.wordmark{letter-spacing:-.075em;align-items:center;min-height:44px;font-size:1.6rem;font-weight:800;display:inline-flex}.wordmark>span,.red-dot{color:var(--color-brand-red)}.menu-toggle{border:1px solid var(--color-border);border-radius:var(--radius-pill);min-height:44px;color:var(--color-text);background:0 0;padding:.5rem .85rem}.public-nav{width:100%;display:none}.public-nav.open{padding-bottom:var(--space-4);flex-direction:column;align-items:stretch;gap:.25rem;display:flex}.public-nav>a:not(.button),.unavailable{align-items:center;min-height:44px;font-size:.8rem;font-weight:600;display:flex}.public-nav>a:not(.button):hover,footer a:hover{text-underline-offset:5px;text-decoration:underline}.unavailable{color:var(--color-text-muted);gap:.5rem}.hero{gap:var(--space-8);padding-block:2.5rem 3.5rem;display:grid}.lead{max-width:32rem;font-size:1rem}.actions{margin-top:var(--space-6);flex-wrap:wrap;gap:.65rem;display:flex}.hero-note{margin-top:var(--space-6);max-width:28rem;font-size:.72rem}.hero-visual{padding-bottom:var(--space-6);position:relative}.photo{border-radius:var(--radius-lg);background:var(--color-photo-base);height:100%;min-height:300px;padding:var(--space-6);align-items:end;display:flex;position:relative;overflow:hidden}.photo:before{content:"";aspect-ratio:1;border:1px solid var(--color-photo-line);width:85%;box-shadow:0 0 0 35px var(--color-photo-ring),0 0 0 70px var(--color-photo-ring);border-radius:50%;position:absolute;top:-20%;right:-30%}.photo-arrow{font-size:1.75rem;position:absolute;top:1.25rem;right:1.5rem}.photo-caption{max-width:19rem;position:relative}.hero-visual .photo{padding-bottom:4.5rem}.photo-caption .eyebrow{font-size:.6rem}.photo-caption p{color:var(--color-text);letter-spacing:-.04em;margin-bottom:var(--space-6);font-size:clamp(1.5rem,2.2vw,2rem);line-height:1.2}.asset-label{border-top:1px solid var(--color-photo-line);padding-top:.7rem;font-size:.65rem;display:inline-block}.visual-note{gap:var(--space-3);border-radius:var(--radius-md);background:var(--color-surface-white);box-shadow:var(--shadow-soft);align-items:center;padding:.9rem 1.25rem;font-size:.7rem;display:flex;position:absolute;bottom:0;right:.75rem}.visual-note>span{color:var(--color-brand-red);font-size:2rem;line-height:1}.how{border-top:1px solid var(--color-border)}.steps{gap:var(--space-6);margin:var(--space-8) 0 0;padding:0;list-style:none;display:grid}.steps li{gap:var(--space-4);display:flex}.step-number{background:var(--color-surface-green);border-radius:50%;flex:0 0 36px;place-items:center;height:36px;font-size:.7rem;font-weight:700;display:grid}.steps p{color:var(--color-text);max-width:21rem;font-size:.95rem}.community{background:var(--color-text);color:var(--color-surface-cream)}.community-intro{gap:var(--space-6);display:grid}.community p{color:var(--color-text-on-dark)}.concept-grid{gap:var(--space-3);margin-top:var(--space-8);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.concept-card{border:1px solid var(--color-border-on-dark);border-radius:var(--radius-md);padding:var(--space-4)}.concept-number{color:var(--color-brand-green);margin-bottom:var(--space-8);justify-content:space-between;font-size:.7rem;display:flex}.concept-card h3{margin-bottom:var(--space-3);font-size:1.1rem}.concept-card p{font-size:.8rem}.section-note{margin-top:var(--space-4);font-size:.7rem}.local-grid{gap:var(--space-8);display:grid}.compact{min-height:260px}.local-copy{margin-top:var(--space-6)}.launch-line{color:var(--color-text);margin-block:var(--space-6);font-weight:650}.first-paw{gap:var(--space-6);background:var(--color-surface-green);border-radius:var(--radius-md);padding:var(--space-6);margin-top:var(--space-8);display:flex}.first-paw>span{color:var(--color-action);font-size:1.5rem;font-weight:600}.first-paw p{margin-block:var(--space-3);max-width:48rem;font-size:.85rem}.trust{border-block:1px solid var(--color-border)}.trust>.container{gap:var(--space-8);display:grid}.trust p{margin-top:var(--space-6);max-width:33rem;font-size:.95rem}.trust ul{margin:0;padding:0;list-style:none}.trust li{padding-block:var(--space-4);border-bottom:1px solid var(--color-border);gap:var(--space-4);font-size:.9rem;display:flex}.trust li:first-child{border-top:1px solid var(--color-border)}.trust li span{color:var(--color-action);padding-top:.25rem;font-size:.7rem}.origin{text-align:center}.origin p{color:var(--color-text);letter-spacing:-.035em;font-size:clamp(1.5rem,3vw,2.5rem);line-height:1.3}.origin em{color:var(--color-action);font-family:Georgia,serif}.origin small{margin-top:var(--space-6);display:block}footer{padding-block:var(--space-8) var(--space-6);border-top:1px solid var(--color-border)}.footer-top{gap:var(--space-6);display:grid}.footer-top p{margin-top:.5rem;font-size:.8rem}footer nav{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;font-size:.75rem;display:grid}footer nav a,footer nav>span{flex-direction:column;justify-content:center;min-height:44px;display:flex}footer nav>span{color:var(--color-text-muted)}footer small{font-size:.6rem}.footer-bottom{justify-content:space-between;gap:var(--space-4);color:var(--color-text-muted);margin-top:var(--space-8);padding-top:var(--space-4);border-top:1px solid var(--color-border);flex-wrap:wrap;font-size:.65rem;display:flex}.skip-link{z-index:10;background:var(--color-surface-white);padding:1rem;position:fixed;top:-100px;left:1rem}.skip-link:focus{top:1rem}@media (min-width:700px){.container{width:min(calc(100% - 4rem),var(--content-max-width))}.hero{grid-template-columns:1.15fr 1fr;align-items:center;padding-block:3.5rem}.hero-visual{height:440px}.steps{gap:var(--space-8);grid-template-columns:repeat(3,1fr)}.steps li{flex-direction:column}.step-number{flex:none;width:36px}.community-intro{align-items:end;gap:var(--space-12);grid-template-columns:1.2fr 1fr}.concept-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.local-grid{align-items:center;gap:var(--space-12);grid-template-columns:1fr 1.1fr}.compact{min-height:360px}.trust>.container{align-items:center;gap:var(--space-12);grid-template-columns:1.2fr 1fr}.footer-top{grid-template-columns:1fr 1fr}}@media (min-width:1080px){.menu-toggle{display:none}.public-nav,.public-nav.open{align-items:center;gap:var(--space-6);flex-direction:row;width:auto;padding:0;display:flex}.unavailable{flex-direction:column;justify-content:center;gap:0}.hero{gap:4rem}.hero-visual{height:470px}.concept-card{padding:var(--space-6)}footer nav{gap:var(--space-6);grid-template-columns:repeat(6,auto)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.discovery{margin-bottom:var(--space-12);background:var(--color-surface-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:clamp(1.25rem,3vw,2.5rem)}.discovery-heading p{max-width:42rem}.discovery label{font-size:var(--text-sm);margin-bottom:var(--space-2);font-weight:650;display:block}.search-row{gap:var(--space-3);flex-wrap:wrap;display:flex}.search-row input{border:1px solid var(--color-text-muted);border-radius:var(--radius-sm);width:100%;min-width:0;font:inherit;color:var(--color-text);background:var(--color-surface-cream);flex:17rem;padding:.85rem 1rem}.search-row .button{cursor:pointer;border:0}.search-row input:focus-visible,.result-heading:focus{outline:3px solid var(--color-focus);outline-offset:4px}.search-help,.demo-notice{margin-top:var(--space-3);max-width:54rem;font-size:.8rem}.search-error{border-left:3px solid var(--color-brand-red);padding:var(--space-3);margin-top:var(--space-4);color:var(--color-text);background:var(--color-surface-cream)}.bro-result{margin-top:var(--space-8);border-top:1px solid var(--color-border);padding-top:var(--space-8)}.result-heading{scroll-margin-top:2rem;font-size:clamp(1.5rem,3vw,2rem)}.demo-notice{background:var(--color-surface-green);color:var(--color-text);padding:var(--space-3);border-radius:var(--radius-sm);margin-bottom:var(--space-4)}.first-benefits{color:var(--color-text-muted);padding-left:1.25rem}.first-benefits li{padding-block:.25rem}.future-actions{gap:var(--space-3);margin-top:var(--space-6);display:grid}.future-action{margin-top:var(--space-3);padding:var(--space-4);border:1px dashed var(--color-text-muted);border-radius:var(--radius-sm);flex-direction:column;gap:.35rem;display:flex}.future-action strong{font-size:.9rem}.future-action span{color:var(--color-text-muted);font-size:.75rem}.progress-label{margin-top:var(--space-6)}progress{width:100%;height:1rem;accent-color:var(--color-action)}.demo-stats{gap:var(--space-3);margin-block:var(--space-6);display:grid}.demo-stats>div{padding:var(--space-4);background:var(--color-surface-green);border-radius:var(--radius-sm);flex-direction:column-reverse;display:flex}.demo-stats dt{font-size:.8rem}.demo-stats dd{margin:0;font-size:2rem;font-weight:700}.demo-pets{gap:var(--space-4);display:grid}.demo-pets article{padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md)}.demo-pets h4{margin-block:var(--space-3);font-size:1.25rem}.demo-pets p{margin-bottom:var(--space-3);font-size:.9rem}@media (min-width:700px){.demo-stats{grid-template-columns:repeat(3,1fr)}.demo-pets,.future-actions{grid-template-columns:repeat(2,1fr)}}body{background:var(--color-surface-white)}header{border:0}.header-inner{min-height:88px}.wordmark{letter-spacing:-.065em;font-size:1.45rem}.wordmark .wordmark-green{color:var(--color-action)}.brand-mark{width:36px;height:40px;margin-right:.45rem}.button{border-radius:1rem}.badge{color:var(--color-text-muted);background:0 0;border-radius:0;padding:0;font-size:.72rem}.hero-v2{gap:var(--space-6);padding-block:var(--space-6) var(--space-8);display:grid}.tagline{color:var(--color-action);font-size:.85rem;font-weight:650}.hero-copy h1{letter-spacing:-.055em;margin-block:var(--space-4);overflow-wrap:normal;font-size:clamp(2.7rem,5vw,4.5rem);line-height:1.02}.hero-copy .lead{max-width:32rem}.pet-composition{padding:var(--space-4);background:linear-gradient(145deg,var(--color-sky),var(--color-mint),white);border-radius:2rem;grid-template-columns:1fr 1fr;gap:.65rem;display:grid;position:relative}.photo-slot{padding:var(--space-4);background:#ffffffa6;border-radius:1.5rem;flex-direction:column;justify-content:end;min-width:0;display:flex}.photo-slot span{color:var(--color-action);margin-bottom:auto;font-size:.7rem}.photo-slot p{color:var(--color-text);letter-spacing:-.025em;margin-block:var(--space-6) var(--space-3);font-size:1.2rem;line-height:1.2}.photo-slot small{font-size:.65rem}.pet-dog{grid-row:span 2;min-height:260px}.pet-cat{background:var(--color-sky)}.pet-rabbit{background:var(--color-surface-green)}.photo-footnote{color:var(--color-text);grid-column:1/-1;padding:.35rem .5rem;font-size:.8rem}.photo-footnote span{color:var(--color-brand-red)}.hero-discovery{scroll-margin-top:1rem}.discovery{background:0 0;border:0;border-radius:0;margin:0;padding:0}.discovery-heading h2{margin-block:.5rem;font-size:1.4rem}.discovery-heading p{display:none}.discovery form{margin-top:var(--space-3)}.discovery form label{font-size:.8rem}.search-row{border:1px solid var(--color-border);background:#fff;border-radius:1.1rem;gap:.35rem;padding:.35rem;box-shadow:0 4px 28px #007c401a}.search-row input{background:#fff;border:0;flex-basis:12rem;padding:.65rem}.search-row .button{flex-grow:1}.search-help{font-size:.75rem}.bro-result{margin-top:var(--space-6);padding:var(--space-6);border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--color-surface-green),white 80%);border-top:0}.demo-notice{background:0 0;padding:0;font-size:.75rem}.future-actions{gap:var(--space-3)}.future-action{padding:var(--space-3) 0;border:0;border-top:1px solid var(--color-border);margin-top:var(--space-3);border-radius:0}.future-action strong{color:var(--color-action)}.demo-stats>div{border-left:3px solid var(--color-brand-green);background:0 0;border-radius:0}.demo-pets article{background:#fff;border:0}.demo-pets article:nth-child(2){background:var(--color-sky)}.feature-strip{padding-block:var(--space-8);border-top:1px solid var(--color-border)}.feature-list{gap:var(--space-6);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.feature-list article{text-align:center}.feature-icon{background:var(--color-surface-green);width:58px;height:58px;color:var(--color-action);border-radius:50%;place-items:center;margin:0 auto .8rem;font-size:2rem;display:grid}.red-accent{background:var(--color-blush);color:var(--color-brand-red)}.feature-list h3{font-size:1rem}.feature-list p{max-width:9rem;margin:.5rem auto 0;font-size:.8rem}.feature-strip .section-note{text-align:center}.how-v2{background:linear-gradient(110deg,var(--color-surface-green),white 75%)}.how-v2>.container>div>p{margin-top:var(--space-4);max-width:33rem}.how-v2 .steps{margin-top:var(--space-8)}.inclusive-section>.container{gap:var(--space-8);display:grid}.inclusive-section p{max-width:34rem;margin-top:var(--space-4)}.species-list{gap:var(--space-3);grid-template-columns:repeat(3,1fr);display:grid}.species-list>span{text-align:center;background:var(--color-surface-green);border-radius:1rem;flex-direction:column;gap:.5rem;padding:1rem .5rem;font-size:.8rem;display:flex}.species-list>span:nth-child(2n){background:var(--color-sky)}.species-list>span:nth-child(3n){background:var(--color-blush)}.origin{background:linear-gradient(15deg,var(--color-mint),white 65%)}.origin p{letter-spacing:0;max-width:31rem;margin:1.5rem auto 0;font-size:.9rem;line-height:1.6}.sr-only{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;position:absolute;overflow:hidden}@media (min-width:700px){.hero-v2{column-gap:var(--space-8);grid-template-columns:1fr 1fr}.hero-copy{grid-area:1/1}.pet-composition{grid-area:1/2;min-height:390px}.hero-discovery{grid-column:1/-1;max-width:100%}.discovery form{max-width:48rem}.feature-list{gap:var(--space-3);grid-template-columns:repeat(6,minmax(0,1fr))}.inclusive-section>.container{grid-template-columns:1fr 1fr;align-items:center}.bro-result{padding:var(--space-8)}}@media (min-width:1080px){.pet-composition{grid-row:1/3;min-height:480px}.hero-discovery{grid-column:1/-1}.hero-copy h1{max-width:38rem}.hero-v2{grid-template-columns:1.08fr 1fr}}@media (max-width:699px){.hero-copy{order:0}.hero-discovery{order:1}.pet-composition{order:2}}@media (min-width:1080px){.pet-composition{grid-row:1}}.local-previews{margin-block:var(--space-6);gap:var(--space-6);display:grid}.local-previews h4{margin:0 0 .6rem;font-size:1.1rem}.local-previews p{font-size:.85rem}.local-previews .eyebrow{color:var(--color-action);margin-bottom:.6rem}@media (min-width:700px){.local-previews{grid-template-columns:repeat(3,minmax(0,1fr))}}.jaelyn-photo{justify-content:center;padding:0;overflow:hidden}.jaelyn-photo img{width:100%;height:auto;display:block}.future-link{color:inherit}.future-link:hover strong{text-underline-offset:4px;text-decoration:underline}.pawfile-start,.pawfile,.pawfile-panel{max-width:36rem;padding-block:var(--space-8) var(--space-12);margin-inline:auto}.pawfile-heading{scroll-margin-top:2rem;font-size:clamp(1.9rem,4vw,2.6rem)}.pawfile-heading:focus{outline:none}.pawfile-heading:focus-visible{outline:3px solid var(--color-focus);outline-offset:4px}.pawfile-start .pawfile-heading{text-align:center}.pawfile-sub{text-align:center;color:var(--color-action);margin-top:.35rem;font-weight:650}.pawfile-note{margin-top:var(--space-3);font-size:.75rem}.pawfile-start>.pawfile-note{text-align:center}.photo-field{margin-top:var(--space-6);justify-items:center;gap:.25rem;display:grid}.photo-field .photo-picker{color:var(--color-action);cursor:pointer;border-radius:var(--radius-md);justify-items:center;gap:.5rem;padding:.25rem;font-size:.85rem;font-weight:650;display:grid}.photo-picker:hover .pet-avatar{box-shadow:0 0 0 4px var(--color-surface-green)}.photo-field:has(input:focus-visible) .photo-picker{outline:3px solid var(--color-focus);outline-offset:2px}.photo-field .text-button{min-height:32px}.species-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;display:grid}.species-choice{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-white);color:var(--color-text);cursor:pointer;transition:background var(--duration-fast);justify-items:center;gap:.3rem;padding:.75rem .25rem .6rem;font-size:.85rem;display:grid;position:relative}.species-choice:hover{background:var(--color-surface-green)}.species-choice input{opacity:0;cursor:pointer;margin:0;position:absolute;inset:0}.species-choice .pet-icon{width:48px;height:48px;color:var(--color-brand-green)}.species-choice.selected{border:2px solid var(--color-action);background:var(--color-surface-green);padding:calc(.75rem - 1px) calc(.25rem - 1px) calc(.6rem - 1px);font-weight:650}.species-choice:has(input:focus-visible){outline:3px solid var(--color-focus);outline-offset:2px}.species-tick{background:var(--color-action);width:1.2rem;height:1.2rem;color:var(--color-on-action);border-radius:50%;place-items:center;font-size:.7rem;font-weight:800;display:grid;position:absolute;top:.35rem;right:.45rem}.location-choices{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.location-choices .choice{font:inherit;color:var(--color-text);justify-content:center;font-size:.85rem}.choice:focus-visible{outline:3px solid var(--color-focus);outline-offset:2px}.pawfile-cta{width:100%;margin-top:var(--space-8);cursor:pointer;border:0;font-size:1rem}.pawfile{max-width:62rem}.pawfile-identity{gap:var(--space-8);padding-block:var(--space-4) var(--space-6);align-items:center;display:grid}.identity-visual{aspect-ratio:1;justify-self:center;place-items:center;width:min(76vw,320px);display:grid;position:relative}.identity-blob{background:var(--color-brand-green);border-radius:58% 42% 55% 45%/48% 58% 42% 52%;position:absolute;inset:0;transform:rotate(-8deg)}.identity-blob:before{content:"";aspect-ratio:1;background:var(--color-mint);border-radius:50%;width:26%;position:absolute;bottom:2%;right:-7%}.identity-blob:after{content:"";aspect-ratio:1;background:var(--color-surface-white);opacity:.55;border-radius:50%;width:9%;position:absolute;top:6%;left:4%}.identity-visual .pet-avatar.large{border:6px solid var(--color-surface-white);background:var(--color-surface-white);width:66%;height:66%;color:var(--color-brand-green);position:relative;box-shadow:0 14px 36px #00461c47}.identity-heart{background:var(--color-surface-white);width:2.75rem;height:2.75rem;color:var(--color-brand-red);box-shadow:var(--shadow-soft);border-radius:50%;place-items:center;font-size:1.35rem;line-height:1;display:grid;position:absolute;top:10%;right:12%;transform:rotate(12deg)}.pawfile-status{color:var(--color-action);align-items:center;gap:.45rem;font-size:.8rem;font-weight:700;display:inline-flex}.status-dot{background:var(--color-brand-green);width:.55rem;height:.55rem;box-shadow:0 0 0 4px var(--color-mint);border-radius:50%}.identity-copy .pawfile-heading{letter-spacing:-.06em;margin-block:var(--space-3) var(--space-4);overflow-wrap:anywhere;font-size:clamp(3rem,8vw,5rem);line-height:.95}.identity-tags{flex-wrap:wrap;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.identity-tags li{background:var(--color-surface-green);color:var(--color-text);border-radius:999px;align-items:center;gap:.35rem;padding:.4rem .85rem;font-size:.85rem;font-weight:600;display:inline-flex}.identity-tags .tag-species{background:var(--color-brand-green);color:var(--color-on-brand);font-weight:700}.identity-tags .pet-icon{width:1.15rem;height:1.15rem}.identity-actions{align-items:center;gap:var(--space-4);margin-top:var(--space-6);flex-wrap:wrap;display:flex}.pill-action{border:2px dashed var(--color-brand-green);background:var(--color-surface-white);min-height:44px;color:var(--color-action);cursor:pointer;transition:background var(--duration-fast);border-radius:999px;padding:.55rem 1.1rem;font-size:.85rem;font-weight:700}.pill-action:hover{background:var(--color-surface-green)}.pawfile-story{padding-top:var(--space-6)}.pawfile-story h2{font-size:1.6rem}.pawfile-story h2:after{content:".";color:var(--color-brand-red)}.story-strip{align-items:flex-start;gap:var(--space-3);margin:var(--space-2) -1.25rem 0;padding:var(--space-4) 1.25rem var(--space-6);scroll-snap-type:x proximity;scrollbar-width:none;scroll-padding-inline:1.25rem;list-style:none;display:flex;overflow-x:auto}.story-strip li{scroll-snap-align:start;flex:none}.story-strip li:nth-child(2n){margin-top:1.75rem}.story-action{border-radius:var(--radius-md);width:6.25rem;color:var(--color-text);font:inherit;cursor:pointer;background:0 0;border:0;justify-items:center;gap:.15rem;padding:.25rem;display:grid}.story-bubble{border:2px solid var(--color-brand-green);background:var(--color-surface-white);width:5.25rem;height:5.25rem;color:var(--color-action);transition:transform var(--duration-fast);border-radius:50%;place-items:center;display:grid;position:relative}.story-bubble svg{width:2rem;height:2rem}.story-action:hover .story-bubble{transform:translateY(-3px)rotate(-5deg)}.story-action.filled .story-bubble{background:var(--color-brand-green);color:var(--color-on-brand);box-shadow:0 8px 20px #00b1404d}.story-action.soon .story-bubble{border:2px dashed var(--color-border);color:var(--color-text-muted)}.story-plus{border:3px solid var(--color-surface-white);background:var(--color-brand-green);width:1.6rem;height:1.6rem;color:var(--color-on-brand);border-radius:50%;place-items:center;font-size:1rem;font-weight:800;line-height:1;display:grid;position:absolute;top:-.1rem;right:-.1rem}.story-label{text-align:center;margin-top:.4rem;font-size:.85rem;font-weight:700;line-height:1.2}.story-status{color:var(--color-text-muted);font-size:.7rem}.story-action.filled .story-status{color:var(--color-action);font-weight:700}.pawfile>.pawfile-note{text-align:center}.prompt-icon{background:var(--color-brand-green);width:52px;height:52px;color:var(--color-on-brand);border-radius:50%;flex:none;place-items:center;display:grid}.prompt-icon svg{width:26px;height:26px}.bubble-group{gap:var(--space-4);flex-wrap:wrap;display:flex}.bubble-choice{min-width:4.5rem;color:var(--color-text);cursor:pointer;justify-items:center;gap:.35rem;font-size:.8rem;font-weight:600;display:grid;position:relative}.bubble-choice input{opacity:0;cursor:pointer;margin:0;position:absolute;inset:0}.bubble{border:2px solid var(--color-brand-green);background:var(--color-surface-white);width:3.75rem;height:3.75rem;color:var(--color-action);transition:transform var(--duration-fast);border-radius:50%;place-items:center;font-size:1.6rem;font-weight:700;line-height:1;display:grid}.bubble-choice:hover .bubble{transform:scale(1.06)}.bubble-choice.selected .bubble{background:var(--color-brand-green);color:var(--color-on-brand);box-shadow:0 0 0 4px var(--color-mint)}.bubble-choice.selected{font-weight:800}.bubble-choice:has(input:focus-visible) .bubble{outline:3px solid var(--color-focus);outline-offset:4px}.bubble-tick{border:2px solid var(--color-surface-white);background:var(--color-brand-red);width:1.3rem;height:1.3rem;color:var(--color-surface-white);border-radius:50%;place-items:center;font-size:.65rem;font-weight:800;display:grid;position:absolute;top:-.2rem;right:.2rem}.age-dot{background:currentColor;border-radius:50%;display:block}.meet-link{margin-top:var(--space-4);min-height:44px}.meet{max-width:44rem;padding-block:var(--space-8) var(--space-12);margin-inline:auto}.meet-title{margin-block:var(--space-3) var(--space-6);font-size:clamp(2.25rem,6vw,3.5rem)}.paw-sex{color:var(--color-brand-red)}.paws-map-view{max-width:72rem;padding-top:var(--space-6)}.paws-map-top{gap:var(--space-3);margin-bottom:var(--space-4);display:grid}.paws-map-top .meet-title{margin-block:var(--space-2) 0}.paw-filters{border:0;flex-wrap:wrap;gap:.35rem;margin:0;padding:0;display:flex}.paw-filters .choice{min-height:40px;padding:.35rem .75rem}.paw-filters .choice-tick:empty{display:none}.paws-map-wrap{position:relative}.paws-map{aspect-ratio:4/5;background:var(--color-surface-green);border-radius:2.5rem 2.5rem 2.5rem .75rem;width:100%;max-height:72vh;position:relative;overflow:hidden}.paws-map-art{width:100%;height:100%;position:absolute;inset:0}.map-park{fill:var(--color-mint)}.map-water{fill:var(--color-sky)}.map-road{fill:none;stroke:var(--color-surface-white);stroke-width:5px;stroke-linecap:round;vector-effect:non-scaling-stroke}.map-road.main{stroke-width:14px}.map-bro{fill:#00b14012;stroke:var(--color-brand-green);stroke-width:2px;stroke-dasharray:7 7;vector-effect:non-scaling-stroke}.map-label{pointer-events:none;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);white-space:nowrap;font-size:.68rem;font-weight:700;position:absolute;transform:translate(-50%,-50%)}.map-label.road{color:#49616ab3}.map-label.area{letter-spacing:-.05em;text-transform:none;color:#007c401f;font-size:clamp(2.5rem,9vw,5rem);font-weight:800}.map-disclaimer{background:var(--color-surface-white);color:var(--color-text-muted);box-shadow:var(--shadow-soft);border-radius:999px;padding:.3rem .75rem;font-size:.7rem;font-weight:600;position:absolute;top:.9rem;left:.9rem}.map-marker{z-index:1;cursor:pointer;transition:transform var(--duration-fast);background:0 0;border:0;border-radius:1rem;justify-items:center;padding:.15rem;display:grid;position:absolute;transform:translate(-50%,-100%)}.map-marker .pet-avatar{background:var(--color-surface-white);width:3.25rem;height:3.25rem;color:var(--color-brand-green);box-shadow:0 0 0 3px var(--color-brand-green), 0 8px 18px #00461c38}.map-marker .pet-avatar .pet-icon{width:66%;height:66%}.map-marker:after{content:"";border:.4rem solid #0000;border-top:.55rem solid var(--color-brand-green);width:0;height:0;margin-top:1px}.map-marker-name{background:var(--color-surface-white);color:var(--color-text);box-shadow:var(--shadow-soft);border-radius:999px;order:2;margin-top:.1rem;padding:.1rem .55rem;font-size:.72rem;font-weight:700}.map-marker:hover{transform:translate(-50%,-100%)scale(1.06)}.map-marker.selected{z-index:2;transform:translate(-50%,-100%)scale(1.22)}.map-marker.selected .pet-avatar{background:var(--color-mint);box-shadow:0 0 0 4px var(--color-brand-green), 0 0 0 10px #00b1402e, 0 10px 22px #00461c40}.map-marker.selected .map-marker-name{background:var(--color-brand-green);color:var(--color-on-brand)}.map-marker.selected .map-marker-name:after{content:" ✓"}.paw-strip{gap:var(--space-3);padding:0 1.25rem var(--space-4);scroll-snap-type:x mandatory;scrollbar-width:none;z-index:3;margin:-3.5rem -1.25rem 0;scroll-padding-inline:1.25rem;list-style:none;display:flex;position:relative;overflow-x:auto}.paw-card{scroll-snap-align:start;width:min(17rem,80vw);padding:var(--space-4);background:var(--color-surface-white);border:2px solid #0000;border-radius:1.75rem 1.75rem 1.75rem .5rem;flex:none;box-shadow:0 10px 30px #102b321f}.paw-card.selected{border-color:var(--color-brand-green)}.paw-card-select{align-items:center;gap:var(--space-3);width:100%;color:var(--color-text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:1rem;padding:0;display:flex}.paw-card .pet-avatar{background:var(--color-mint);width:3.5rem;height:3.5rem;color:var(--color-brand-green);border-radius:58% 42% 55% 45%/48% 58% 42% 52%}.paw-card-copy{display:grid}.paw-card-name{letter-spacing:-.03em;font-size:1.3rem;font-weight:750;line-height:1.1}.paw-card-meta{color:var(--color-text-muted);font-size:.8rem}.paw-card .identity-tags{margin-top:var(--space-3)}.paw-card .identity-tags li{padding:.2rem .6rem;font-size:.72rem}.paw-card .paw-suggested{margin-top:var(--space-2);display:flex}.paw-card-actions{justify-content:space-between;align-items:center;gap:var(--space-2);margin-top:var(--space-3);display:flex}.paw-card-actions .button{cursor:pointer;border:0;min-height:44px;padding-inline:1rem}.paw-card-next{margin-top:var(--space-3);border:1.5px dashed var(--color-border);color:var(--color-text-muted);border-radius:999px;padding:.35rem .7rem;font-size:.75rem;font-weight:650}.paw-card-next>span:first-child{color:var(--color-brand-red)}.paw-card-next>span:last-child{text-transform:uppercase;letter-spacing:.06em;color:var(--color-action);margin-left:.25rem;font-size:.65rem;font-weight:700}@media (min-width:900px){.paws-map-top{grid-template-columns:1fr auto;align-items:end}.paws-map{aspect-ratio:auto;height:clamp(30rem,72vh,44rem);max-height:none}.paw-strip{width:19rem;margin:0;padding:0;display:block;position:absolute;top:1.25rem;bottom:auto;right:1.25rem;overflow:visible}.paw-card{width:100%}.paw-card:not(.selected){display:none}}.paw-suggested{color:var(--color-brand-red);gap:.3rem;font-size:.8rem;font-weight:700;display:inline-flex}.meet-cta{margin-top:var(--space-6);cursor:pointer;border:0;padding-inline:2rem;font-size:1rem}.meet-paw .paw-suggested{margin-top:var(--space-3);display:flex}.meet-paw .identity-blob{transform:rotate(10deg)}.paw-details{gap:var(--space-6);padding-bottom:var(--space-8);display:grid}.paw-details h2{letter-spacing:.1em;text-transform:uppercase;color:var(--color-action);margin-bottom:var(--space-3);font-size:.75rem;font-weight:750}.why-this-bro{padding:var(--space-6);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow-wrap:anywhere;grid-column:1/-1}.why-this-bro .pawfile-note{margin:0 0 var(--space-3)}.why-this-bro h3{margin:var(--space-6) 0 var(--space-3);font-size:.95rem}.pal-list{flex-wrap:wrap;gap:.5rem;margin:0;display:flex}.pal-list>div{border:2px solid var(--color-brand-green);border-radius:999px;padding:.45rem .9rem}.pal-list dt{color:var(--color-text);font-size:.8rem;font-weight:700;display:inline}.pal-list dt:after{content:" · "}.pal-list dd{color:var(--color-text-muted);margin:0;font-size:.8rem;display:inline}.know-list{gap:.35rem;margin:0;padding:0;list-style:none;display:grid}.know-list li{color:var(--color-text);padding-left:1.1rem;font-size:.9rem;position:relative}.know-list li:before{content:"";background:var(--color-brand-red);border-radius:50%;width:.45rem;height:.45rem;position:absolute;top:.55rem;left:0}.meet-panel .panel-heading .pet-avatar{width:52px;height:52px}.intro-choices{gap:var(--space-6) var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.intro-choice{text-align:center}.intro-choice .bubble{width:4.25rem;height:4.25rem}.intro-choice .bubble svg{width:1.9rem;height:1.9rem}.intro-choice small{color:var(--color-text-muted);font-size:.72rem;font-weight:500}.intro-choice .bubble-tick{right:calc(50% - 2.6rem)}.meet-done{text-align:center}.meet-pair{margin-bottom:var(--space-6);justify-content:center;align-items:center;display:flex}.meet-pair .pet-avatar.large{border:5px solid var(--color-brand-green);background:var(--color-surface-white);color:var(--color-brand-green);box-shadow:var(--shadow-soft)}.meet-pair .pet-avatar.large:last-child{background:var(--color-mint);margin-left:-1.25rem}.meet-heart{z-index:1;background:var(--color-surface-white);width:2.75rem;height:2.75rem;color:var(--color-brand-red);box-shadow:var(--shadow-soft);border-radius:50%;order:1;place-items:center;margin-left:-1rem;font-size:1.35rem;display:grid;position:relative}.meet-pair .pet-avatar.large:last-child{order:2}.meet-names{margin-top:var(--space-3);color:var(--color-text);font-size:1.2rem;font-weight:700}.meet-type{align-items:center;gap:var(--space-3);margin-top:var(--space-4);background:var(--color-surface-green);color:var(--color-text);border-radius:999px;padding:.35rem 1.1rem .35rem .35rem;font-weight:700;display:inline-flex}.meet-type .prompt-icon{width:40px;height:40px}.meet-type .prompt-icon svg{width:22px;height:22px}.meet-note{margin:var(--space-4) auto 0;max-width:26rem;padding:var(--space-3) var(--space-4);border-left:3px solid var(--color-brand-red);text-align:left;color:var(--color-text);background:var(--color-blush);border-radius:0 var(--radius-sm) var(--radius-sm) 0}.meet-actions{justify-items:center;gap:var(--space-2);display:grid}@media (min-width:700px){.paw-row{grid-template-columns:auto 1fr auto}.paw-row-actions{grid-column:auto;justify-content:flex-end}.paw-details{grid-template-columns:1fr 1.4fr 1fr}.intro-choices{grid-template-columns:repeat(4,minmax(0,1fr))}}.field input[type=number]{width:8rem;min-height:48px;font:inherit;color:var(--color-text);border:1px solid var(--color-text-muted);border-radius:var(--radius-sm);padding:.7rem .85rem}.field input[type=number]:focus-visible{outline:3px solid var(--color-focus);outline-offset:2px}@media (min-width:700px){.pawfile-identity{gap:var(--space-12);padding-block:var(--space-8);grid-template-columns:minmax(0,1fr) minmax(0,1.15fr)}.story-strip{justify-content:space-between;gap:.5rem;margin-inline:0;padding-inline:0;overflow:visible}}@media (min-width:1080px){.story-strip{justify-content:flex-start;gap:var(--space-8)}.story-action{width:7rem}}.panel-heading{align-items:center;gap:var(--space-3);margin-top:var(--space-4);display:flex}.panel-actions{margin-top:var(--space-8)}.panel-actions .button{cursor:pointer;border:0;width:100%}.field{margin:var(--space-6) 0 0;border:0;gap:.4rem;min-width:0;padding:0;display:grid}.field>label,.field legend,.photo-field label{color:var(--color-text);padding:0;font-size:.9rem;font-weight:650}.field legend{margin-bottom:.4rem}.field-hint{font-size:.8rem}.optional{color:var(--color-text-muted);font-weight:400}.field input[type=text],.field textarea{width:100%;min-height:48px;font:inherit;color:var(--color-text);background:var(--color-surface-white);border:1px solid var(--color-text-muted);border-radius:var(--radius-sm);padding:.7rem .85rem}.field textarea{resize:vertical}.field input:focus-visible,.field textarea:focus-visible,.text-button:focus-visible{outline:3px solid var(--color-focus);outline-offset:2px}.field input[aria-invalid=true]{border:2px solid var(--color-brand-red)}.field-error{color:var(--color-brand-red);font-size:.8rem;font-weight:650}.field-error:before{content:"Error: "}.error-summary{margin-top:var(--space-4);padding:var(--space-3) var(--space-4);border-left:3px solid var(--color-brand-red);background:var(--color-blush)}.error-summary p,.error-summary li{color:var(--color-text);font-size:.85rem}.error-summary ul{margin:.25rem 0 0;padding-left:1.25rem}.choice-group{flex-wrap:wrap;gap:.5rem;display:flex}.choice{border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-surface-white);cursor:pointer;min-height:44px;transition:background var(--duration-fast);align-items:center;gap:.35rem;padding:.5rem .9rem;font-size:.85rem;display:inline-flex;position:relative}.choice:hover{background:var(--color-surface-green)}.choice input{opacity:0;cursor:pointer;margin:0;position:absolute;inset:0}.choice-tick{width:.9rem;color:var(--color-action);font-weight:800;display:inline-block}.choice.selected{border:2px solid var(--color-action);background:var(--color-surface-green);padding:calc(.5rem - 1px) calc(.9rem - 1px);font-weight:650}.choice:has(input:focus-visible){outline:3px solid var(--color-focus);outline-offset:2px}.compatibility-row{padding-top:var(--space-4);border-top:1px solid var(--color-border)}.compatibility-row .choice{font-size:.8rem}.text-button{min-height:44px;color:var(--color-action);cursor:pointer;background:0 0;border:0;padding:0 .25rem;font-size:.8rem;font-weight:650;text-decoration:underline;display:block}.pet-avatar{background:var(--color-mint);width:88px;height:88px;color:var(--color-brand-green);transition:box-shadow var(--duration-fast);border-radius:50%;flex:none;place-items:center;display:grid;overflow:hidden}.pet-avatar.large{background:var(--color-surface-white);border:3px solid var(--color-mint);width:120px;height:120px}.pet-avatar .pet-icon{width:60%;height:60%}.pet-avatar img{object-fit:cover;width:100%;height:100%}.local-bro{gap:var(--space-8);grid-template-columns:minmax(0,1fr);display:grid}.bro-header{gap:var(--space-3);display:grid}.bro-title{letter-spacing:-.06em;font-size:clamp(2.75rem,8vw,5rem);line-height:.95}.bro-status{align-items:center;gap:var(--space-3);flex-wrap:wrap;font-size:.85rem;font-weight:600;display:flex}.bro-pill{border-radius:999px;align-items:center;gap:.4rem;padding:.3rem .85rem;font-size:.8rem;font-weight:750;display:inline-flex}.bro-pill:before{content:"";background:currentColor;border-radius:50%;width:.5rem;height:.5rem}.bro-pill.active{background:var(--color-brand-green);color:var(--color-on-brand)}.bro-pill.forming{background:var(--color-mint);color:var(--color-action)}.bro-pill.first{background:var(--color-blush);color:var(--color-brand-red)}.bro-signals{gap:var(--space-3) var(--space-6);margin:var(--space-2) 0 0;flex-wrap:wrap;display:flex}.bro-signals>div{padding-left:var(--space-3);border-left:3px solid var(--color-brand-green);flex-direction:column-reverse;display:flex}.bro-signals dt{color:var(--color-text-muted);font-size:.75rem}.bro-signals dd{color:var(--color-text);margin:0;font-size:1.6rem;font-weight:750;line-height:1.1}.bro-jump{margin-top:var(--space-2);flex-wrap:wrap;gap:.5rem;display:flex}.bro-jump a{background:var(--color-surface-green);min-height:40px;color:var(--color-action);border-radius:999px;align-items:center;padding:.35rem .9rem;font-size:.8rem;font-weight:700;display:inline-flex}.bro-jump a:hover{background:var(--color-mint)}.bro-you{color:var(--color-text);align-items:center;gap:.45rem;font-size:.85rem;font-weight:650;display:inline-flex}.bro-you .pet-icon{width:1.3rem;height:1.3rem;color:var(--color-brand-green)}.bro-paws{scroll-margin-top:1rem}.bro-first{padding:var(--space-6);background:linear-gradient(135deg, var(--color-mint), white 80%);border-radius:2rem 2rem 2rem .75rem}.bro-first h2{font-size:clamp(1.5rem,4vw,2.1rem)}.bro-first>p{margin-top:var(--space-3);max-width:34rem;color:var(--color-text)}.bro-first-actions{align-items:center;gap:var(--space-4);margin-top:var(--space-4);flex-wrap:wrap;display:flex}.bro-first-actions .future-action{margin:0}.bro-forming{margin-top:var(--space-6);gap:.35rem;max-width:32rem;display:grid}.bro-forming label{font-size:.85rem;font-weight:650}.bro-forming progress{height:.6rem}.bro-activity h2,.local-places h2{font-size:clamp(1.6rem,4vw,2.25rem)}.bro-activity ul{margin:var(--space-4) 0 0;gap:.6rem;padding:0;list-style:none;display:grid}.bro-activity li{color:var(--color-text);flex-wrap:wrap;align-items:center;gap:.3rem .6rem;font-size:.9rem;display:flex}.bro-activity li small{width:100%;padding-left:1.2rem}.activity-dot{background:var(--color-mint);width:.6rem;height:.6rem;box-shadow:inset 0 0 0 2px var(--color-brand-green);border-radius:50%}.bro-activity li.you{font-weight:700}.bro-activity li.you .activity-dot{background:var(--color-brand-red);box-shadow:0 0 0 4px var(--color-blush)}.local-places{scroll-margin-top:1rem}.places-intro{margin-top:var(--space-2);max-width:36rem;font-size:.9rem}.place-list{gap:var(--space-4);margin:var(--space-6) 0 0;padding:0;list-style:none;display:grid}.place-card{gap:var(--space-3) var(--space-4);padding:var(--space-4);background:var(--color-surface-white);transition:border-color var(--duration-fast);border:2px solid #0000;border-radius:1.75rem 1.75rem 1.75rem .5rem;grid-template-columns:auto 1fr;align-items:start;display:grid;box-shadow:0 8px 26px #102b3217}.place-card.active{border-color:var(--color-brand-green);background:linear-gradient(135deg, var(--color-surface-green), white 70%)}.place-icon{background:var(--color-mint);width:3.25rem;height:3.25rem;color:var(--color-action);border-radius:58% 42% 55% 45%/48% 58% 42% 52%;place-items:center;display:grid}.place-icon svg{width:1.6rem;height:1.6rem}.place-card.cafe .place-icon,.place-card.community .place-icon{background:var(--color-blush);color:var(--color-brand-red)}.place-card.shop .place-icon{background:var(--color-sky)}.place-category{letter-spacing:.08em;text-transform:uppercase;color:var(--color-action);font-size:.7rem;font-weight:750}.place-copy h3{margin-top:.15rem;font-size:1.15rem}.place-locality{font-size:.8rem}.place-desc{color:var(--color-text);margin-top:.35rem;font-size:.85rem}.place-members{margin-top:.5rem;font-size:.75rem}.place-pawed{color:var(--color-action);margin-top:.5rem;font-size:.9rem;font-weight:750}.place-action{cursor:pointer;border:0;grid-column:1/-1;justify-self:start;min-height:44px}.place-action.secondary{border:1px solid var(--color-border);background:var(--color-surface-white)}.explore-bro{border-style:solid;align-items:center;display:inline-flex}.paw-fit{margin-top:var(--space-4);background:var(--color-surface-green);color:var(--color-text);border-radius:999px;align-items:center;gap:.5rem;padding:.45rem .9rem;font-size:.85rem;display:inline-flex}.paw-fit .pet-icon{width:1.3rem;height:1.3rem;color:var(--color-brand-green)}@media (min-width:700px){.place-list{gap:var(--space-6);grid-template-columns:repeat(2,minmax(0,1fr))}.place-card:nth-child(2n){transform:translateY(1.5rem)}.place-card{grid-template-columns:auto 1fr auto;align-items:center}.place-action{grid-column:auto;align-self:end}}@media (min-width:1080px){.place-card{grid-template-columns:auto 1fr}.place-action{grid-column:1/-1}}.local-bro{gap:var(--space-8)}.local-bro .bro-header{gap:var(--space-4);align-items:end}.bro-heading-copy{gap:var(--space-3);display:grid}.local-bro .bro-title{margin:0;font-size:clamp(2.75rem,6vw,4rem)}.bro-intro{font-size:.95rem}.local-bro .bro-signals{gap:var(--space-4);padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface-green);margin:0}.local-bro .bro-signals>div{border:0;flex:1;gap:.3rem;min-width:0;padding:0}.local-bro .bro-signals dd{font-size:1.75rem}.local-bro .bro-jump{margin:0}.local-bro .bro-you{overflow-wrap:anywhere;min-width:0}.local-bro .bro-you .pet-icon{flex-shrink:0}.local-bro .meet-title{font-size:clamp(1.65rem,4vw,2.35rem)}.local-bro .paw-filters .choice{min-height:44px}.local-bro .paws-map-wrap{border:1px solid var(--color-border);background:var(--color-surface-green);border-radius:2rem;grid-template-columns:minmax(0,1fr);display:grid;box-shadow:0 18px 48px #102b3217}.local-bro .paws-map{aspect-ratio:auto;background:radial-gradient(ellipse at 65% 30%, var(--color-surface-white), transparent 65%), var(--color-surface-green);border-radius:2rem 2rem 0 0;height:26rem;max-height:none}.local-bro .map-bro{stroke-dasharray:none;stroke-width:1.5px;fill:#00b1400d;stroke:#007c404d}.local-bro .map-road.main{stroke-width:20px}.map-blocks{fill:var(--color-surface-white);stroke:var(--color-border);stroke-width:1px;vector-effect:non-scaling-stroke;opacity:.7}.map-trees{fill:var(--color-brand-green);opacity:.2}.local-bro .map-disclaimer{max-width:calc(100% - 1.5rem);padding:.35rem .6rem;font-size:.62rem;top:.75rem;left:.75rem}.local-bro .map-label.area{font-size:clamp(2.5rem,7vw,4.5rem)}.local-bro .map-label.road{display:none}.map-legend{background:var(--color-surface-white);color:var(--color-text-muted);pointer-events:none;border-radius:.6rem;gap:.9rem;padding:.25rem .6rem;font-size:.65rem;display:flex;position:absolute;bottom:.6rem;left:.75rem}.map-legend span{align-items:center;gap:.35rem;display:inline-flex}.map-legend i{border:2px solid var(--color-action);width:.6rem;height:.6rem}.legend-paw{background:var(--color-mint);border-radius:50%}.map-legend .legend-place{border-color:var(--color-text-muted);border-radius:.15rem}.local-bro .map-marker .pet-avatar{width:2.75rem;height:2.75rem}.local-bro .map-marker.selected{transform:translate(-50%,-100%)scale(1.1)}.local-bro .map-marker:focus-visible,.place-marker:focus-visible{outline-offset:3px;z-index:5}.place-marker{z-index:1;min-width:44px;min-height:44px;color:var(--color-text);cursor:pointer;transition:transform var(--duration-fast);background:0 0;border:0;border-radius:.65rem;justify-items:center;padding:0;display:grid;position:absolute;transform:translate(-50%,-50%)}.place-marker-icon{border:2px solid var(--color-text-muted);background:var(--color-surface-white);width:2.25rem;height:2.25rem;transition:background var(--duration-fast), box-shadow var(--duration-fast);border-radius:.65rem;place-items:center;display:grid;box-shadow:0 5px 12px #102b321f}.place-marker-icon svg{width:1.2rem;height:1.2rem}.place-marker-label{background:var(--color-surface-white);border-radius:.35rem;max-width:5.5rem;margin-top:.25rem;padding:.1rem .35rem;font-size:.6rem;font-weight:650;line-height:1.2}.place-marker:hover{transform:translate(-50%,-50%)scale(1.06)}.place-marker.selected{z-index:3}.place-marker.selected .place-marker-icon{background:var(--color-text);color:#fff;box-shadow:0 0 0 5px #102b321f,0 8px 18px #102b3226}.place-marker.pawed-in .place-marker-icon{border-color:var(--color-action);background:var(--color-brand-green);color:var(--color-on-brand);box-shadow:0 0 0 5px #00b1402e}.map-presence{background:var(--color-brand-red);color:#fff;box-shadow:var(--shadow-soft);border:2px solid #fff;border-radius:999px;align-items:center;gap:.1rem;padding:.2rem;font-size:.65rem;display:inline-flex;position:absolute;top:-.6rem;right:-.7rem}.map-presence .pet-icon{width:1rem;height:1rem}.bro-preview{z-index:4;min-width:0;padding:var(--space-4);background:var(--color-surface-white);overflow-wrap:anywhere;border-radius:1.5rem 1.5rem 2rem 2rem;position:relative;box-shadow:0 -6px 22px #102b320f}.bro-preview:before{content:"";width:2rem;height:3px;margin:-.25rem auto var(--space-3);background:var(--color-border);border-radius:999px;display:block}.preview-eyebrow{margin-bottom:var(--space-4);letter-spacing:.1em;text-transform:uppercase;color:var(--color-action);font-size:.65rem;font-weight:750}.preview-content{align-content:start;gap:.5rem;display:grid}.preview-content>.place-icon{background:var(--color-surface-green);border-radius:.8rem;margin-bottom:.25rem}.preview-content>h3{font-size:1.5rem}.preview-content>.place-action{width:100%;margin-top:.5rem}.preview-content>.text-button{text-align:center;align-content:center;min-height:44px}.bro-preview .paw-card{width:100%;box-shadow:none;border:0;border-radius:0;padding:0}.bro-preview .paw-card-select{cursor:auto}.bro-preview .paw-card-copy{gap:.25rem;min-width:0}.bro-preview .paw-card-name{font-size:1.75rem}.bro-preview .pet-avatar{flex-shrink:0}.bro-preview .paw-card-actions{flex-wrap:wrap;gap:.5rem}.bro-preview .paw-card-actions .button{flex:1;gap:.5rem}.bro-preview .paw-card-actions .text-button{min-height:44px}.bro-preview .pawfile-note{margin:var(--space-3) 0 0;font-size:.73rem}.bro-presence{margin-top:var(--space-4);padding:var(--space-3);border:1px solid var(--color-border);background:var(--color-surface-green);transition:background var(--duration-normal), border-color var(--duration-normal);border-radius:1rem;align-items:center;gap:.75rem;display:flex}.bro-presence>.pet-icon{width:1.75rem;height:1.75rem;color:var(--color-action);flex-shrink:0}.bro-presence>div{min-width:0;display:grid}.bro-presence strong{font-size:.8rem}.bro-presence .text-button{text-align:left;min-height:44px;font-size:.75rem}.bro-presence small{line-height:1.45}.bro-presence.is-pawed{border-color:var(--color-brand-green);background:var(--color-mint)}.preview-empty{gap:var(--space-3);padding-block:var(--space-4);display:grid}.preview-empty .pet-icon{width:3rem;height:3rem;color:var(--color-brand-green)}.preview-empty p{font-size:.85rem}.local-bro .place-card{border-color:var(--color-border);min-width:0;box-shadow:none;grid-template-columns:auto minmax(0,1fr);scroll-margin-top:2rem;transform:none}.local-bro .place-action{grid-column:1/-1}.local-bro .place-card.selected{border-color:var(--color-text-muted);box-shadow:0 0 0 3px var(--color-surface-green)}.local-bro .place-card.active{border-color:var(--color-brand-green)}.local-bro .place-card:target{outline:3px solid var(--color-focus);outline-offset:4px}.place-map-link{min-height:44px;margin-top:.25rem}.local-bro .bro-activity{padding:var(--space-6);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface-green)}.local-bro .bro-activity h2{font-size:1.35rem}.local-bro .bro-forming{max-width:none;padding:var(--space-4) var(--space-6);background:var(--color-surface-green);border-radius:var(--radius-lg)}.stage-first .paws-map-wrap{border-style:dashed}.stage-first .map-bro{stroke-dasharray:3 7;fill:#0000}.stage-first .bro-signals{background:var(--color-blush)}.stage-first .bro-first{border-left:4px solid var(--color-brand-red)}.stage-forming .map-bro{stroke-dasharray:6 5}.stage-forming .paws-map-wrap{border-top:4px solid var(--color-mint)}.stage-active .paws-map-wrap{border-top:4px solid var(--color-brand-green)}.meet-paw .identity-visual{width:min(68vw,320px)}@media (min-width:900px){.local-bro .bro-header{grid-template-columns:minmax(0,1fr) auto}.local-bro .bro-signals{min-width:21rem}.local-bro .bro-you{justify-self:end}.local-bro .paws-map-wrap{grid-template-columns:minmax(0,1fr) 20rem;align-items:stretch;gap:.6rem;padding:.6rem}.local-bro .paws-map{border-radius:1.5rem;height:auto;min-height:34rem}.local-bro .map-label.road{display:block}.local-bro .map-marker .pet-avatar{width:3.25rem;height:3.25rem}.local-bro .map-disclaimer{font-size:.7rem}.bro-preview{border:1px solid var(--color-border);padding:var(--space-6);box-shadow:var(--shadow-soft);border-radius:1.5rem;flex-direction:column;display:flex}.bro-preview:before{display:none}.bro-preview .bro-presence{margin-top:auto}.bro-preview .preview-content{padding-bottom:var(--space-6)}.local-bro .bro-activity ul{gap:var(--space-6);grid-template-columns:repeat(3,minmax(0,1fr))}.local-bro .bro-activity li.you{grid-column:1/-1}}@media (prefers-reduced-motion:no-preference){.preview-content,.map-presence{animation:.18s ease-out bro-preview-in}@keyframes bro-preview-in{0%{opacity:.4;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}}
