:root{--bg:#ebe4d2;--bg-2:#f6f0e4;--card:#fffaf1;--card-strong:#efe2cf;--text:#171615;--muted:#5d5a52;--muted-2:#756d63;--line:#cfc3b1;--accent:#171615;--accent-2:#2f665a;--accent-3:#8a4f32;--meter-left:#7b9ca5;--meter-right:#a76a64;--radius-lg:8px;--radius-md:8px;--radius-sm:6px;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:72px}body{min-height:100vh;color:var(--text);background:var(--bg);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}button,input{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}:focus-visible{outline-offset:4px;outline:3px solid #2f665a59}.site-header{z-index:20;border-bottom:1px solid var(--line);padding:12px max(24px, calc((100vw - var(--max)) / 2 + 24px));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ebe4d2f0;justify-content:space-between;align-items:center;gap:24px;display:flex;position:sticky;top:0}.brand{letter-spacing:0;flex:none;align-items:center;gap:10px;font-size:1rem;font-weight:800;display:inline-flex}.brand__mark{border:1px solid var(--line);border-radius:var(--radius-md);background:#fffaf1b3;place-items:center;width:36px;height:36px;display:grid}.site-nav{align-items:center;gap:22px;min-width:0;display:flex}.site-nav a{border-radius:var(--radius-sm);color:var(--muted);letter-spacing:0;padding:8px 0;font-size:.9rem;font-weight:700;transition:color .16s}.site-nav a:hover{color:var(--text)}.site-nav::-webkit-scrollbar{display:none}.hero{border-bottom:1px solid var(--line);background:#e8decb;align-items:center;min-height:min(620px,100svh - 150px);padding:72px 24px;display:flex;position:relative;overflow:hidden}.hero:after{content:"";z-index:0;pointer-events:none;background:linear-gradient(90deg,#e8decbfa 0%,#e8decbed 36%,#e8decb61 68%,#e8decb1f 100%),linear-gradient(#e8decb1a,#e8decb57);position:absolute;inset:0}.hero__print{z-index:0;object-fit:cover;object-position:center;filter:contrast(1.04)saturate(.9)}.hero__content{z-index:1;width:100%;max-width:var(--max);margin:0 auto;position:relative}.eyebrow{color:var(--accent-3);letter-spacing:0;margin:0 0 14px;font-size:.9rem;font-weight:800}h1,h2,h3,p{margin-top:0}h1{max-width:800px;color:var(--text);letter-spacing:0;text-wrap:balance;margin-bottom:22px;font-size:clamp(3.1rem,7.2vw,6.5rem);line-height:1.02}h2{letter-spacing:0;text-wrap:balance;margin-bottom:14px;font-size:clamp(2rem,4vw,3.2rem);line-height:1.1}h3{letter-spacing:0;margin-bottom:8px;font-size:1.08rem;line-height:1.2}h4{letter-spacing:0;margin:0;font-size:.96rem;line-height:1.25}.hero__subtitle,.section-heading p,.step-card p,.task-card p,.result-help,.paper-card p,.faq-item p,.site-footer p{color:var(--muted);line-height:1.62}.hero__subtitle{max-width:590px;margin-bottom:28px;font-size:clamp(1.05rem,1.6vw,1.22rem)}.hero__actions,.button-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.button{border-radius:var(--radius-lg);letter-spacing:0;border:1px solid #0000;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-weight:800;line-height:1.1;transition:background .16s,border-color .16s,color .16s;display:inline-flex}.button--primary{color:#fffaf1;background:var(--accent)}.button--primary:hover{background:#2b2925}.button--secondary{color:var(--text);background:#fffaf16b;border-color:#17161559}.button--secondary:hover,.button--ghost:hover{border-color:#1716159e}.button--ghost{color:var(--text);border-color:var(--line);background:0 0}.button--small{min-height:38px;padding:0 14px;font-size:.88rem}.section{max-width:var(--max);margin:0 auto;padding:70px 24px}.section-heading{max-width:760px;margin-bottom:30px}.section-heading--wide{max-width:920px}.compact-section{padding-bottom:34px}.info-grid,.prep-list{gap:16px;display:grid}.info-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.info-card,.prep-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:#fffaf1ad}.info-card{padding:20px}.info-card__number{border-radius:var(--radius-sm);width:30px;height:30px;color:var(--accent-3);background:#efe2cfa3;justify-content:center;align-items:center;margin-bottom:18px;font-size:.86rem;font-weight:900;display:inline-flex}.info-card p{color:var(--muted);margin:0;line-height:1.55}.prep-section{padding-top:34px}.prep-card{padding:28px}.prep-list{grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;list-style:none}.prep-list li{border-radius:var(--radius-lg);color:var(--text);background:#fffaf1a3;border:1px solid #1716151f;padding:13px 14px 13px 36px;font-weight:760;position:relative}.prep-list li:before{content:"";background:var(--accent-2);border-radius:50%;width:8px;height:8px;position:absolute;top:1.1em;left:15px}.prep-note{color:var(--accent-3);margin:18px 0 0;font-weight:800;line-height:1.45}.steps-grid,.faq-grid,.task-grid{gap:16px;display:grid}.step-card,.task-card,.paper-card,.result-panel,.faq-item{border:1px solid var(--line);background:#fffaf1bd}.method-section{padding-top:66px}.method-notes{gap:10px;max-width:760px;margin:-10px 0 28px;padding:0;list-style:none;display:grid}.method-notes li{color:var(--muted);padding-left:24px;line-height:1.55;position:relative}.method-notes li:before{content:"";background:var(--accent-2);border-radius:50%;width:7px;height:7px;position:absolute;top:.72em;left:0}.research-figures{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:0 0 24px;display:grid}.research-figure{gap:12px;margin:0;display:grid}.research-figure>a{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--card);display:block;overflow:hidden}.research-figure__image{width:100%;height:auto;display:block}.research-figure figcaption{color:var(--muted);gap:5px;font-size:.9rem;line-height:1.45;display:grid}.research-figure figcaption strong{color:var(--text);font-size:.96rem}.research-figure figcaption a{width:fit-content;color:var(--accent-2);text-underline-offset:3px;font-weight:800;text-decoration:underline;text-decoration-thickness:1px}.steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.step-card{border-radius:var(--radius-lg);flex-direction:column;min-height:0;padding:22px;display:flex}.step-card__number{border:1px solid var(--line);border-radius:var(--radius-sm);width:32px;height:32px;color:var(--accent-3);background:#efe2cf75;justify-content:center;align-items:center;margin-bottom:20px;font-size:.9rem;font-weight:800;display:inline-flex}.calculator-section{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.calculator-prep{justify-content:space-between;align-items:stretch;gap:16px;margin:-8px 0 14px;display:flex}.dog-name-field{width:min(100%,340px);color:var(--muted-2);gap:8px;font-size:.84rem;font-weight:850;display:grid}.dog-name-field input{border:1px solid var(--line);border-radius:var(--radius-lg);height:46px;color:var(--text);background:#fffdf8;padding:0 14px;font-size:1rem;font-weight:760}.dog-name-field input:focus{border-color:var(--accent-2);outline:none;box-shadow:0 0 0 4px #2f665a1f}.calculator-progress{border-radius:var(--radius-lg);color:#1f4d43;background:#dfece6b8;border:1px solid #2f665a33;align-content:center;gap:8px;min-width:min(100%,420px);padding:12px 14px;font-weight:760;display:grid}.calculator-progress p{margin:0}.calculator-progress strong{color:var(--text)}.calculator-progress__text{line-height:1.35}.calculator-progress__hint{color:var(--muted);font-size:.9rem;font-weight:650;line-height:1.4}.calculator-progress .button{justify-self:start}.calculator-trust{max-width:780px;color:var(--muted-2);margin:0 0 22px;line-height:1.5}.calculator-shell{grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);align-items:start;gap:20px;display:grid}.task-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.task-card{border-radius:var(--radius-lg);padding:16px;scroll-margin-top:88px;box-shadow:0 8px 22px #17161509}.task-card__top{justify-content:space-between;gap:14px;display:flex}.task-heading{align-items:start;gap:12px;min-width:0;display:flex}.task-card__top h3{margin-bottom:5px}.task-card__top p{margin-bottom:0;line-height:1.42}.task-card__icon{border:1px solid var(--line);border-radius:var(--radius-sm);background:#efe2cf85;flex:none;place-items:center;width:32px;height:32px;display:grid}.task-status{white-space:nowrap;color:var(--muted-2);background:#1716150f;border-radius:999px;align-self:start;padding:5px 9px;font-size:.76rem;font-weight:800}.task-status--inProgress{color:var(--accent-3);background:#efe2cfb8}.task-status--ready{color:#173f39;background:#dfece6}.mode-block{margin-top:12px}.live-buttons{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.counter-button{border:1px solid var(--line);border-radius:var(--radius-lg);min-height:62px;color:var(--text);text-align:left;background:#fffdf8;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px;font-weight:850;line-height:1.15;transition:transform .14s,border-color .14s,background .14s;display:grid}.counter-button strong{text-align:right;min-width:30px;font-size:1.35rem;font-weight:900}.counter-button span{min-width:0}.counter-button:active{transform:translateY(1px)scale(.99)}.counter-button--left{background:#7b9ca538}.counter-button--right{background:#a76a6438}.counter-button--unclear{background:#efe2cf99;grid-column:1/-1}.task-actions{flex-wrap:wrap;gap:10px;min-height:32px;margin-top:9px;display:flex}.action-button{border-radius:var(--radius-md);color:#1f4d43;background:#dfece66b;border:1px solid #0000;min-height:32px;padding:0 10px;font-size:.86rem;font-weight:760}.action-button--reset{color:var(--accent-3);background:#efe2cf61}.action-button:disabled{cursor:not-allowed;opacity:.48}.task-card[data-ready=true]{border-color:#2f665a57;box-shadow:0 0 0 4px #2f665a12}.visible-safety{color:var(--accent-3);margin:8px 0 0;font-size:.84rem;font-weight:700;line-height:1.35}.task-details{border-top:1px solid #17161517;margin-top:10px;padding-top:8px}.task-details summary{cursor:pointer;width:fit-content;color:var(--muted-2);font-size:.84rem;font-weight:760}.task-details[open] summary{margin-bottom:12px}.task-details__body{gap:12px;display:grid}.perspective-detail,.details-stat,.safety-note{color:var(--muted);margin:0;font-size:.86rem;line-height:1.42}.details-stat{flex-wrap:wrap;gap:8px 16px;display:flex}.details-stat strong{color:var(--text)}.manual-entry h4{color:var(--muted-2);margin-bottom:8px;font-size:.82rem;font-weight:760}.safety-note{border-radius:var(--radius-md);background:#efe2cf4d;padding:9px 10px}.safety-note strong{color:var(--text)}.count-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.count-row label{color:var(--muted-2);letter-spacing:0;gap:8px;font-size:.8rem;font-weight:800;display:grid}.count-row input{border:1px solid var(--line);border-radius:var(--radius-lg);width:100%;height:42px;color:var(--text);background:#fffdf8;padding:0 14px;font-size:1rem;font-weight:760}.count-row input::placeholder{color:#b8ad9d}.count-row input:focus{border-color:var(--accent-2);outline:none;box-shadow:0 0 0 4px #2f665a1f}.mini-result{border-radius:var(--radius-md);background:#fffaf170;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 10px;display:grid}.mini-result span{color:var(--muted-2);letter-spacing:0;font-size:.83rem;font-weight:800}.mini-result strong{color:var(--text);font-size:.9rem}.mini-result em{border-radius:var(--radius-md);color:#173f39;text-align:center;background:#dfece6;min-width:48px;padding:6px 9px;font-size:.86rem;font-style:normal;font-weight:900}.result-panel{border-radius:var(--radius-lg);background:#f8f0e2;padding:18px;scroll-margin-top:88px;position:sticky;top:78px;overflow:hidden;box-shadow:0 12px 30px #1716150d}.result-panel h3{margin-bottom:10px;font-size:clamp(1.4rem,2.6vw,2rem);line-height:1.1}.empty-result{border-radius:var(--radius-lg);background:#fffaf185;border:1px dashed #17161538;align-content:center;gap:10px;min-height:210px;padding:22px;display:grid}.empty-result .button{justify-self:start;margin-top:6px}.empty-result h3{margin-bottom:0}.empty-result p{color:var(--muted);margin:0;line-height:1.55}.result-badge{color:#173f39;background:#dfece6;border:1px solid #2f665a3d;border-radius:999px;width:fit-content;margin-bottom:12px;padding:6px 9px;font-size:.78rem;font-weight:820;display:inline-flex}.result-score{color:var(--muted);margin:0 0 6px}.result-score strong{color:var(--text)}.index-help{color:var(--muted);margin:0 0 14px;font-size:.86rem;line-height:1.4}.meter{border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(90deg, var(--meter-left), #e6dbc9 50%, var(--meter-right));height:38px;margin:14px 0 26px;position:relative}.meter:before{content:"";background:#17161561;width:1px;position:absolute;top:7px;bottom:7px;left:50%}.meter__thumb{background:var(--accent);border:3px solid #fffaf1;border-radius:50%;width:22px;height:22px;transition:left .22s;position:absolute;top:50%;transform:translate(-50%,-50%)}.meter__label{color:var(--muted-2);letter-spacing:0;font-size:.68rem;font-weight:760;position:absolute;top:calc(100% + 6px)}.meter__label--left{left:16px}.meter__label--center{color:var(--muted-2);background:0 0;border-radius:999px;padding:0;left:50%;transform:translate(-50%)}.meter__label--right{right:16px}.result-help{margin-bottom:12px}.result-help--provisional{border-left:3px solid var(--accent-2);padding-left:10px;font-weight:700}.result-summary-line{color:var(--muted);margin:0 0 12px;font-size:.95rem;line-height:1.4}.result-summary-line strong{color:var(--text)}.result-disclaimer{color:var(--muted);margin:0 0 14px;font-size:.86rem;line-height:1.45}.copy-status{color:#1f4d43;margin:12px 0 0;font-weight:800}.result-based-on{border-top:1px solid #17161514;margin-top:14px;padding-top:12px}.result-based-on h4{color:var(--muted-2);text-transform:none;margin-bottom:8px;font-size:.8rem;font-weight:760}.result-source-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.result-source-chip{border-radius:var(--radius-md);color:var(--muted);background:#fffaf166;border:0;justify-content:space-between;align-items:center;gap:8px;padding:7px 8px;font-size:.82rem;line-height:1.25;display:flex}.result-source-chip strong{color:var(--text);white-space:nowrap;font-weight:850}.result-reset-row{margin-top:16px}.consistency{color:var(--muted-2);margin:0 0 10px}.consistency strong{color:var(--text)}.science-card{border-top:1px solid var(--line);grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:34px;padding-top:30px;display:grid}.science-list{gap:14px;max-width:720px;margin:26px 0 0;padding:0;list-style:none;display:grid}.science-list li{color:var(--muted);padding-left:26px;line-height:1.65;position:relative}.science-list li:before{content:"";background:var(--accent-2);border-radius:50%;width:7px;height:7px;position:absolute;top:.74em;left:0}.paper-card{border-radius:var(--radius-lg);background:var(--card-strong);padding:20px}.paper-card__label{border-radius:var(--radius-lg);color:var(--muted);letter-spacing:0;border:1px solid #17161538;margin-bottom:28px;padding:7px 10px;font-size:.82rem;font-weight:800;display:inline-flex}.paper-card .button{margin-top:16px}.paper-card__doi{margin-bottom:0;font-weight:760}.faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.faq-item{border-radius:var(--radius-lg);padding:18px}.faq-item summary{cursor:pointer;color:var(--text);font-size:1rem;font-weight:800;line-height:1.25}.faq-item p{margin:14px 0 0}.site-footer{max-width:var(--max);border-top:1px solid var(--line);justify-content:space-between;gap:18px;margin:0 auto;padding:28px 24px 44px;display:flex}.site-footer p{margin:0;font-size:.92rem}.not-found{place-items:center;min-height:100vh;padding:24px;display:grid}.not-found__card{border-radius:var(--radius-lg);max-width:560px;padding:34px}.not-found__card h1{font-size:clamp(2.5rem,8vw,5rem)}@media (max-width:980px){.hero{min-height:min(560px,100svh - 120px)}.hero:after{background:linear-gradient(90deg,#e8decbfa 0%,#e8decbe6 52%,#e8decb7a 100%),linear-gradient(#e8decb24,#e8decb6b)}.hero__print{object-position:58% center}.calculator-shell,.science-card{grid-template-columns:1fr}.info-grid,.prep-list,.steps-grid,.faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.result-panel{position:relative;top:auto}}@media (max-width:720px){html{scroll-padding-top:58px}.site-header{align-items:center;gap:12px;padding:10px 14px}.brand{gap:0}.brand span:last-child{display:none}.brand__mark{width:34px;height:34px}.site-nav{scrollbar-width:none;flex:1;justify-content:flex-start;gap:14px;max-width:none;overflow-x:auto}.site-nav a{white-space:nowrap;padding:10px 0;font-size:.84rem}.hero{min-height:auto;padding:46px 16px 52px}.hero:after{background:#e8decbd6}.hero__print{object-position:64% center}h1{margin-bottom:18px;font-size:clamp(2.35rem,10.5vw,4rem);line-height:1.04}h2{font-size:clamp(1.85rem,8.5vw,2.75rem)}h3{font-size:1rem}.eyebrow{margin-bottom:10px;font-size:.8rem}.hero__subtitle{margin-bottom:22px;font-size:1rem;line-height:1.5}.button{min-height:42px;padding:0 15px;font-size:.95rem}.section{padding:50px 16px}.section-heading{margin-bottom:22px}.compact-section{padding-bottom:24px}.prep-section{padding-top:24px}.info-grid,.prep-list{grid-template-columns:1fr}.prep-card{padding:18px}.method-section{padding-top:48px}.method-notes{gap:8px;margin-bottom:22px}.steps-grid,.research-figures,.task-grid,.faq-grid{grid-template-columns:1fr}.research-figures{gap:22px;margin-bottom:22px}.research-figure{gap:9px}.research-figure figcaption{font-size:.84rem}.step-card,.task-card,.paper-card,.result-panel,.faq-item{padding:16px}.step-card__number{margin-bottom:14px}.task-card__top{flex-direction:column;gap:10px;min-height:auto}.task-status{align-self:flex-start}.calculator-prep{gap:12px;display:grid}.dog-name-field{width:100%}.calculator-progress{padding:11px 12px}.calculator-progress .button{justify-self:stretch}.calculator-shell{gap:16px}.task-grid{gap:12px}.count-row input{height:48px;font-size:1.05rem}.live-buttons{gap:9px}.counter-button{min-height:66px}.mini-result{gap:8px}.result-panel h3{font-size:clamp(1.45rem,7vw,2rem)}.meter{height:34px}.result-source-chip{align-items:start}.science-card{gap:22px}.site-footer{padding:24px 16px 36px;display:grid}}@media (max-width:520px){.site-nav{gap:13px}.hero{padding-top:40px;padding-bottom:46px}.hero__actions,.button-row{width:100%}.count-row,.live-buttons{grid-template-columns:1fr}.counter-button--unclear{grid-column:auto}.result-source-chip{gap:4px;display:grid}.mini-result{grid-template-columns:1fr}.button{width:100%}}@keyframes readyPulse{0%{box-shadow:0 0 #2f665a38}to{box-shadow:0 0 0 8px #2f665a00}}.task-card[data-ready=true] .task-status--ready{animation:1.2s ease-out readyPulse}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}}
