/* pawlife-guide-static/styles.css */
:root{--green:#527267;--deep:#28443b;--sage:#dfe9df;--cream:#fffaf0;--orange:#e9954a;--peach:#f9dcc1;--ink:#25322e;--muted:#66736e;--line:#dde4de;--white:#fff;--shadow:0 18px 50px rgba(51,76,67,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:"Noto Sans TC","PingFang TC","Microsoft JhengHei",system-ui,sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}button,input{font:inherit}.skip{position:absolute;left:-999px}.skip:focus{left:1rem;top:1rem;background:#fff;padding:.7rem;z-index:20}.site-header{height:76px;display:flex;align-items:center;gap:24px;padding:0 max(24px,calc((100vw - 1180px)/2));background:rgba(255,250,240,.94);backdrop-filter:blur(12px);position:sticky;top:0;z-index:10;border-bottom:1px solid rgba(82,114,103,.12)}.brand{display:flex;align-items:center;gap:10px;margin-right:auto}.brand-mark{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;background:var(--green);font-size:22px}.brand strong,.brand small{display:block}.brand strong{font-size:17px}.brand small{font-size:11px;color:var(--muted);letter-spacing:.08em}.site-header nav{display:flex;gap:22px;font-size:14px;font-weight:700}.site-header nav a:hover{color:var(--orange)}.lang-btn,.menu-btn{border:1px solid var(--line);background:white;border-radius:999px;padding:8px 13px;font-weight:800;color:var(--deep);cursor:pointer}.menu-btn{display:none}.hero{max-width:1180px;margin:0 auto;min-height:610px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px;padding:80px 24px}.eyebrow{margin:0 0 10px;color:var(--orange);font-size:13px;font-weight:900;letter-spacing:.15em}.hero h1{font-size:clamp(38px,5vw,65px);line-height:1.15;margin:0 0 22px;color:var(--deep);letter-spacing:-.04em}.hero-copy>p:not(.eyebrow){font-size:18px;color:var(--muted);max-width:620px}.hero-actions{display:flex;gap:12px;margin:30px 0}.btn{padding:13px 21px;border-radius:999px;font-weight:800}.primary{background:var(--green);color:white}.secondary{background:white;border:1px solid var(--line)}.trust-row{display:flex;flex-wrap:wrap;gap:18px;color:var(--green);font-size:13px}.trust-row b{color:var(--muted)}.hero-art{margin:0;position:relative}.hero-art img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:45% 45% 30% 30%;box-shadow:var(--shadow);border:8px solid white}.hero-art figcaption{position:absolute;bottom:22px;left:50%;transform:translateX(-50%);background:white;padding:8px 18px;border-radius:999px;font-weight:900;box-shadow:0 8px 22px #0002}.hero-art figcaption span:first-child{color:var(--green)}.hero-art figcaption span:last-child{color:var(--orange)}.ad-slot{max-width:920px;margin:0 auto 40px;height:76px;border:1px dashed #bdc9c2;border-radius:16px;display:grid;place-items:center;color:#929c97;font-size:12px;background:#fff9}.section{max-width:1180px;margin:0 auto;padding:80px 24px}.section.soft,.tools{max-width:none;padding-left:max(24px,calc((100vw - 1132px)/2));padding-right:max(24px,calc((100vw - 1132px)/2));background:#edf2eb}.section-head{margin-bottom:30px}.section-head h2{font-size:clamp(28px,4vw,42px);line-height:1.25;color:var(--deep);margin:0}.section-head.row{display:flex;align-items:end;justify-content:space-between;gap:30px}.section-head.row>p{max-width:430px;color:var(--muted)}.split-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px}.pet-card{min-height:235px;border-radius:28px;padding:38px;display:flex;justify-content:space-between;align-items:center;overflow:hidden;transition:.2s}.pet-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.pet-card.cat{background:var(--sage)}.pet-card.dog{background:var(--peach)}.pet-card h3{font-size:30px;margin:8px 0}.pet-card p{color:var(--muted);max-width:340px}.mini{font-size:11px;letter-spacing:.18em;font-weight:900}.pet-emoji{font-size:100px;filter:drop-shadow(0 12px 12px #0001)}.steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.steps li{background:white;border-radius:18px;padding:20px 15px;min-height:125px;border:1px solid var(--line)}.steps b{display:block;color:var(--orange);font-size:13px;margin-bottom:28px}.steps span{font-weight:800}.article-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.article{background:white;border:1px solid var(--line);border-radius:22px;padding:22px;min-height:190px;display:flex;flex-direction:column;transition:.2s}.article:hover{border-color:var(--green);transform:translateY(-3px)}.article .tag{font-size:11px;color:var(--green);font-weight:900}.article h3{font-size:18px;line-height:1.45;margin:12px 0}.article p{font-size:14px;color:var(--muted);margin:0}.article .read{margin-top:auto;padding-top:20px;color:var(--orange);font-weight:800;font-size:13px}.tool-tabs{display:flex;gap:10px;margin-bottom:20px}.tab{border:1px solid #cfdacf;background:#fff;padding:10px 18px;border-radius:999px;cursor:pointer;font-weight:800}.tab.active{background:var(--green);color:white}.tool-panel{display:none;background:white;border-radius:28px;padding:32px;box-shadow:var(--shadow)}.tool-panel.active{display:grid;grid-template-columns:1.4fr .8fr;gap:30px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}label span{display:block;font-size:13px;font-weight:800;margin-bottom:6px}input{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px;background:#fbfcfa}.wide{max-width:440px}.result{background:var(--cream);border-radius:20px;padding:25px;display:flex;flex-direction:column;justify-content:center}.result small{color:var(--muted)}.result strong{font-size:34px;color:var(--deep);margin:5px 0}.result span{font-size:13px;color:var(--muted)}.medical-note{font-size:12px;color:var(--muted);margin:18px 0 0}.shopping-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.shopping-grid article{background:white;border:1px solid var(--line);border-radius:22px;padding:26px}.shopping-grid article>span{font-size:35px}.shopping-grid h3{font-size:21px}.shopping-grid p{color:var(--muted)}.shop-link{border:0;background:var(--sage);color:var(--deep);border-radius:999px;padding:10px 15px;font-weight:800;cursor:pointer}.affiliate-badge{background:#fff0df;color:#9a5a1d;padding:8px 14px;border-radius:999px;font-size:12px;font-weight:800}.disclosure{background:#f6f1e8;border-left:4px solid var(--orange);padding:16px 18px;font-size:13px;color:var(--muted);margin-top:22px}.emergency{margin-bottom:80px;background:#fff0e8;border:1px solid #f4cbb6;border-radius:28px;display:flex;gap:24px;align-items:center;padding:36px}.emergency-icon{flex:none;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#d65d4a;color:white;font-size:30px;font-weight:300}.emergency h2{font-size:22px;margin:0}.emergency p:last-child{color:var(--muted);margin-bottom:0}footer{background:var(--deep);color:#e7eee9;padding:60px max(24px,calc((100vw - 1132px)/2)) 20px}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}.footer-brand .brand-mark{background:var(--orange)}footer p{color:#bfcfc7}footer h3{font-size:14px}footer button{display:block;border:0;background:none;color:#bfcfc7;padding:5px 0;cursor:pointer}.copyright{border-top:1px solid #ffffff1a;margin-top:40px;padding-top:20px;font-size:12px;color:#9eb1a8}dialog{border:0;border-radius:24px;max-width:650px;width:calc(100% - 32px);padding:35px;color:var(--ink);box-shadow:0 30px 80px #0004}dialog::backdrop{background:#15251fbb}.modal-close{float:right;border:0;background:#edf2eb;border-radius:50%;width:36px;height:36px;font-size:22px;cursor:pointer}dialog h2{color:var(--deep)}dialog p,dialog li{color:var(--muted)}@media(max-width:900px){.site-header nav{position:absolute;top:76px;left:0;right:0;background:var(--cream);padding:20px 24px;display:none;flex-direction:column;border-bottom:1px solid var(--line)}.site-header nav.open{display:flex}.menu-btn{display:block}.hero{grid-template-columns:1fr;padding-top:50px}.hero-art{max-width:620px}.steps{grid-template-columns:repeat(3,1fr)}.article-grid{grid-template-columns:repeat(2,1fr)}.tool-panel.active{grid-template-columns:1fr}.footer-main{grid-template-columns:1.5fr 1fr 1fr}}@media(max-width:620px){.site-header{height:68px;padding:0 16px;gap:8px}.brand strong{font-size:15px}.brand-mark{width:38px;height:38px}.site-header nav{top:68px}.hero{padding:42px 18px 60px;gap:34px;min-height:auto}.hero h1{font-size:39px}.hero-copy>p:not(.eyebrow){font-size:16px}.hero-actions{flex-direction:column;align-items:stretch;text-align:center}.trust-row{display:grid;gap:8px}.hero-art img{border-radius:30px}.section{padding:58px 18px}.section-head.row{display:block}.split-cards,.shopping-grid,.article-grid{grid-template-columns:1fr}.pet-card{padding:25px;min-height:190px}.pet-emoji{font-size:68px}.steps{grid-template-columns:1fr 1fr}.tool-tabs{overflow:auto}.tool-panel{padding:22px}.form-grid{grid-template-columns:1fr}.emergency{margin:0 18px 58px;display:block}.emergency-icon{margin-bottom:15px}.footer-main{grid-template-columns:1fr 1fr}.footer-main>div:first-child{grid-column:1/-1}}
/* pawlife-guide-static/v1.1.css */
.mascots{border-top:1px solid var(--line)}.mascot-intro{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:20px;align-items:stretch}.mascot-visual,.mascot-intro article{background:#fff;border:1px solid var(--line);border-radius:26px;padding:24px}.mascot-visual{position:relative;padding:0;overflow:hidden;min-height:310px}.mascot-visual img{width:100%;height:100%;object-fit:cover}.mascot-visual span{position:absolute;left:18px;bottom:18px;background:#fff;padding:7px 12px;border-radius:999px;font-size:11px;font-weight:800}.mascot-intro article{display:flex;flex-direction:column;justify-content:center}.mascot-intro h3{font-size:25px;margin:12px 0}.mascot-intro p{color:var(--muted)}.role{font-size:11px;letter-spacing:.13em;font-weight:900}.cat-role{color:var(--green)}.dog-role{color:var(--orange)}.mascots blockquote{text-align:center;margin:26px 0 0;background:var(--deep);color:#fff;border-radius:20px;padding:20px;font-size:18px;font-weight:800}
.search-box{max-width:680px;margin:0 auto 18px;display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:0 18px;box-shadow:0 10px 28px #29443b0c}.search-box span{font-size:26px;color:var(--green)}.search-box input{border:0;background:transparent;padding:16px 0;outline:0}.filter-row{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin-bottom:16px}.filter{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 14px;font-weight:800;color:var(--muted);cursor:pointer}.filter.active{background:var(--green);border-color:var(--green);color:#fff}.search-count{text-align:center;color:var(--muted);font-size:13px;margin-bottom:24px}.article>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px}.article .status{font-size:10px;background:var(--sage);color:var(--deep);border-radius:999px;padding:4px 8px;font-weight:800}.article.planned{background:#f8f7f2}.article.planned .status{background:#eeeae0;color:#827969}.article .read{border:0;background:transparent;text-align:left;cursor:pointer}.article .read:disabled{color:#a7aaa5;cursor:not-allowed}.empty-state{text-align:center;padding:45px;background:#fff;border-radius:20px;color:var(--muted)}
.article-modal{max-width:800px;max-height:90vh;padding:44px}.article-modal h2{font-size:36px;line-height:1.25;margin:5px 0 10px}.article-kicker{color:var(--orange);font-size:12px;font-weight:900;letter-spacing:.13em}.article-meta{font-size:12px;color:var(--muted);padding-bottom:20px;border-bottom:1px solid var(--line)}.article-lead{font-size:18px;color:var(--deep);font-weight:700}.article-modal section{padding:5px 0}.article-modal section h3{margin-bottom:4px}.source-box{margin-top:25px;background:var(--sage);border-radius:18px;padding:20px}.source-box a{text-decoration:underline}.source-box p{font-size:12px}.not-found{min-height:100vh;display:grid;place-content:center;text-align:center;padding:25px}.not-found h1{font-size:42px;color:var(--deep);margin:8px}.not-found .brand-mark{margin:auto}
@media(max-width:900px){.mascot-intro{grid-template-columns:1fr 1fr}.mascot-visual{grid-column:1/-1;max-height:440px}.article-modal{padding:30px}}@media(max-width:620px){.mascot-intro{grid-template-columns:1fr}.mascot-visual{grid-column:auto;min-height:230px}.mascots blockquote{font-size:15px}.article-modal{padding:24px}.article-modal h2{font-size:28px}}
/* pawlife-guide-static/v1.2.css */
.pet-card{position:relative;isolation:isolate}.pet-card>div{position:relative;z-index:2;max-width:58%}.pet-card strong{display:block;margin-top:18px;color:var(--deep);font-size:13px}.pet-character{position:absolute;z-index:1;right:-10px;bottom:-10px;width:45%;height:92%;object-fit:contain;object-position:right bottom;filter:drop-shadow(0 15px 12px #29443b22)}
.pet-channel{max-width:1132px;margin:20px auto;min-height:340px;border-radius:36px;padding:38px 58px;display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:45px;overflow:hidden;scroll-margin-top:105px}.cat-channel{background:linear-gradient(135deg,#dfe9df,#f6fbf4)}.dog-channel{background:linear-gradient(135deg,#fff5e9,#f9dcc1);grid-template-columns:1.2fr .8fr}.pet-channel h2{font-size:clamp(32px,4vw,48px);margin:4px 0;color:var(--deep)}.pet-channel p{color:var(--muted);max-width:570px;font-size:17px}.channel-label{font-size:12px;font-weight:900;letter-spacing:.16em;color:var(--orange)}.channel-art{height:270px;display:grid;place-items:center}.channel-art img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 18px 15px #28443b22)}.channel-btn{border:0;border-radius:999px;background:var(--deep);color:#fff;padding:12px 18px;font-weight:800;cursor:pointer}.channel-btn:hover{background:var(--green);transform:translateY(-2px)}
#articles{scroll-margin-top:95px}.article.published{position:relative;overflow:hidden}.article.published::after{content:'🐾';position:absolute;right:14px;bottom:8px;opacity:.06;font-size:48px;transform:rotate(-12deg)}
@media(max-width:900px){.pet-channel{margin:18px 24px;padding:34px;grid-template-columns:1fr 1fr}.dog-channel{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.pet-card>div{max-width:62%}.pet-character{width:48%;height:82%}.pet-channel,.dog-channel{margin:12px 18px;padding:28px 24px;grid-template-columns:1fr;gap:10px}.dog-channel>div:first-child{order:2}.dog-channel .channel-art{order:1}.channel-art{height:190px}}
/* pawlife-guide-static/v1.3.css */
.magazine-hero{max-width:1180px;margin:0 auto;padding:34px 24px 54px}.magazine-topline{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:10px 0 18px;border-bottom:2px solid var(--deep);font-size:11px;font-weight:900;letter-spacing:.12em;color:var(--deep)}.magazine-topline span:nth-child(2){font-weight:600;color:var(--muted);letter-spacing:.04em}.magazine-topline time{text-align:right}.cover-grid{display:grid;grid-template-columns:1.55fr .7fr;gap:18px;padding-top:18px}.cover-story{position:relative;min-height:520px;border-radius:10px 60px 10px 10px;overflow:hidden;background:linear-gradient(145deg,#e1ebdf 0%,#f8f3e8 65%);padding:56px;display:flex;align-items:center}.cover-copy{position:relative;z-index:2;width:64%}.cover-story h1{font-family:Georgia,"Noto Serif TC",serif;font-size:clamp(40px,5vw,66px);line-height:1.12;letter-spacing:-.045em;color:var(--deep);margin:12px 0 20px}.cover-story p:not(.story-tag){color:var(--muted);font-size:17px}.story-tag,.mini-story>span{font-size:11px;font-weight:900;letter-spacing:.14em;color:var(--orange)}.cover-story>img{position:absolute;right:-45px;bottom:-20px;width:48%;height:84%;object-fit:contain;filter:drop-shadow(0 18px 18px #28443b22)}.story-link,.mini-story button{border:0;background:transparent;padding:0;color:var(--deep);font-weight:900;cursor:pointer;border-bottom:2px solid var(--orange)}.cover-side{display:grid;gap:18px}.mini-story{position:relative;overflow:hidden;border-radius:10px;padding:28px;min-height:251px}.cat-pick{background:#fff;border:1px solid var(--line)}.dog-pick{background:var(--peach)}.mini-story h2{position:relative;z-index:2;font-family:Georgia,"Noto Serif TC",serif;font-size:25px;line-height:1.3;color:var(--deep);max-width:75%;margin:12px 0 25px}.mini-story button{position:relative;z-index:2;font-size:12px}.mini-story img{position:absolute;right:-18px;bottom:-8px;width:42%;height:58%;object-fit:contain;opacity:.96}.issue-strip{display:flex;align-items:center;gap:24px;padding:16px 2px;border-bottom:1px solid var(--deep);overflow:auto;white-space:nowrap;font-size:13px}.issue-strip strong{color:var(--orange)}.issue-strip a{font-weight:800}.issue-strip a::before{content:'•';color:var(--green);margin-right:10px}.audience{padding-top:52px}.section-head h2,.pet-channel h2{font-family:Georgia,"Noto Serif TC",serif}.article-grid{grid-template-columns:repeat(3,1fr)}.article:first-child{grid-column:span 2;min-height:250px}.article:first-child h3{font-size:27px;font-family:Georgia,"Noto Serif TC",serif}.article:first-child p{font-size:15px}.mascot-intro{grid-template-columns:1.15fr .85fr .85fr}
@media(max-width:900px){.cover-grid{grid-template-columns:1fr}.cover-side{grid-template-columns:1fr 1fr}.cover-story{min-height:480px}.article-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.magazine-hero{padding:18px 18px 38px}.magazine-topline{grid-template-columns:1fr auto}.magazine-topline span:nth-child(2){display:none}.cover-story{min-height:590px;padding:34px 26px;align-items:flex-start;border-radius:8px 38px 8px 8px}.cover-copy{width:100%}.cover-story h1{font-size:42px}.cover-story>img{width:76%;height:48%;right:-28px}.cover-side{grid-template-columns:1fr}.mini-story{min-height:230px}.issue-strip{gap:18px}.article-grid{grid-template-columns:1fr}.article:first-child{grid-column:auto}.article:first-child h3{font-size:21px}.mascot-intro{grid-template-columns:1fr}}
/* pawlife-guide-static/v1.4.css */
.shop-hub{max-width:none;padding-left:max(24px,calc((100vw - 1132px)/2));padding-right:max(24px,calc((100vw - 1132px)/2));background:#f4f0e7}.shop-hero{min-height:330px;border-radius:34px;background:var(--deep);color:#fff;padding:48px 54px;display:grid;grid-template-columns:1.35fr .65fr;align-items:center;overflow:hidden}.shop-hero h2{font-family:Georgia,"Noto Serif TC",serif;font-size:clamp(34px,4vw,50px);line-height:1.18;margin:8px 0 16px}.shop-hero p:not(.eyebrow){color:#cfddd6;max-width:650px}.shop-hero img{width:100%;height:280px;object-fit:contain;filter:drop-shadow(0 18px 18px #0004)}.shop-hero .affiliate-badge{display:inline-block;margin-top:10px}.shop-filter{display:flex;gap:10px;flex-wrap:wrap;margin:28px 0 20px}.shop-filter-btn{border:1px solid #d8d3c8;background:#fff;border-radius:999px;padding:9px 16px;font-weight:800;color:var(--muted);cursor:pointer}.shop-filter-btn.active{background:var(--orange);border-color:var(--orange);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{background:#fff;border:1px solid #e1ddd3;border-radius:22px;padding:22px;min-height:270px;display:flex;flex-direction:column;transition:.2s}.product-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px #28443b12}.product-icon{width:50px;height:50px;display:grid;place-items:center;border-radius:15px;background:var(--sage);font-size:25px}.product-kind{font-size:10px;font-weight:900;letter-spacing:.15em;color:var(--orange);margin-top:16px}.product-card h3{font-size:19px;margin:5px 0}.product-card p{font-size:13px;color:var(--muted);margin:0 0 18px}.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:auto}.criteria-btn,.product-link{border:0;border-radius:10px;padding:9px 7px;font-size:11px;font-weight:900}.criteria-btn{background:var(--deep);color:#fff;cursor:pointer}.product-link{background:#eeeae1;color:#9a9489}.shop-guide-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:30px}.shop-guide-row article{background:#fff;border-radius:20px;padding:24px}.shop-guide-row strong{color:var(--orange);font-size:13px}.shop-guide-row h3{margin:10px 0 5px}.shop-guide-row p{font-size:13px;color:var(--muted);margin:0}
.affiliate-items{display:grid;gap:8px;margin:0 0 16px}.affiliate-label{font-size:10px;font-weight:900;color:#8a7461}.affiliate-item{display:block;border:1px solid #ead7c5;background:#fff8f0;border-radius:12px;padding:10px 11px;color:var(--deep);transition:.18s}.affiliate-item:hover{border-color:var(--orange);transform:translateY(-1px)}.affiliate-item span{display:block;font-size:12px;font-weight:800;line-height:1.45}.affiliate-item small{display:block;margin-top:5px;color:#b66a2d;font-size:10px;font-weight:900}.affiliate-items+.product-actions{margin-top:auto}.product-actions:has(.criteria-btn:only-child){grid-template-columns:1fr}
@media(max-width:950px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.shop-hero{grid-template-columns:1fr;padding:36px}.shop-hero img{height:190px}.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.shop-hub{padding-left:18px;padding-right:18px}.shop-hero{padding:30px 24px}.shop-filter{overflow:auto;flex-wrap:nowrap;padding-bottom:5px}.shop-filter-btn{flex:none}.product-grid,.shop-guide-row{grid-template-columns:1fr}.product-card{min-height:230px}.affiliate-item{padding:12px}.affiliate-item span{font-size:13px}.affiliate-item small{font-size:11px}}
/* pawlife-guide-static/v1.5.css */
.cover-copy{width:60%;padding-right:12px}.cover-story>img{right:16px;bottom:10px;width:38%;height:76%;object-fit:contain;object-position:center bottom}.shop-hero{grid-template-columns:1.4fr .6fr;gap:28px}.shop-hero img{width:min(100%,360px);height:270px;justify-self:center;object-fit:contain;object-position:center}
@media(max-width:900px){.cover-copy{width:62%}.cover-story>img{width:37%;right:8px}.shop-hero{grid-template-columns:1.2fr .8fr}}
@media(max-width:760px){.shop-hero{grid-template-columns:1fr}.shop-hero img{width:min(78%,320px);height:230px;margin-top:8px}}
@media(max-width:620px){.cover-copy{width:100%;padding-right:0}.cover-story{padding-bottom:260px;min-height:650px}.cover-story>img{width:64%;height:245px;right:18px;bottom:8px}.shop-hero img{width:min(88%,300px);height:210px}}
/* pawlife-guide-static/v1.6.css */
.mascot-visual{background:linear-gradient(145deg,#f4f7ef,#fffaf0);padding:22px 26px 10px}.mascot-visual img{width:100%;height:100%;object-fit:contain;object-position:center bottom}.mascot-visual span{z-index:2}.mascot-intro article{min-height:310px}
@media(max-width:900px){.mascot-visual{padding:24px 54px 12px;min-height:420px}}
@media(max-width:620px){.mascot-visual{padding:18px 26px 8px;min-height:310px}.mascot-intro article{min-height:auto}}
/* pawlife-guide-static/v1.7.css */
.symptom-panel{align-items:start}.symptom-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.symptom-form label:nth-of-type(n+4){grid-column:1/-1}.symptom-form input,.symptom-form select,.symptom-form textarea,.symptom-result textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:11px;background:#fbfcfa;color:var(--ink);font:inherit;resize:vertical}.symptom-build,.symptom-copy{border:0;border-radius:12px;background:var(--deep);color:#fff;padding:11px 16px;font-weight:900;cursor:pointer}.symptom-build{grid-column:1/-1}.symptom-result{gap:10px}.symptom-result textarea{background:#fff;min-height:250px}.symptom-result span{line-height:1.5}.symptom-copy{background:var(--orange)}@media(max-width:620px){.symptom-form{grid-template-columns:1fr}.symptom-form label:nth-of-type(n){grid-column:1}.symptom-result textarea{min-height:300px}}
.noscript-articles{margin-top:24px;padding:24px;border:1px solid var(--line);border-radius:22px;background:#fff}.noscript-articles ul{columns:3;column-gap:28px;padding-left:20px}.noscript-articles li{break-inside:avoid;margin:.5rem 0}.noscript-articles a{color:var(--ink);text-decoration-thickness:1px;text-underline-offset:3px}@media(max-width:760px){.noscript-articles ul{columns:1}}
/* pawlife-guide-static/brand.css */
.header-logo{display:block;width:185px;height:58px;object-fit:contain;object-position:left center}
@media(max-width:620px){.header-logo{width:145px;height:50px}}
/* pawlife-guide-static/cookie-consent.css */
.cookie-banner{position:fixed;z-index:1000;left:20px;right:20px;bottom:20px;max-width:980px;margin:auto;background:#fff;color:#25322e;border:1px solid #d8e1da;border-radius:20px;box-shadow:0 22px 60px #15251f42;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:22px}.cookie-banner strong{color:#28443b;font-size:17px}.cookie-banner p{font-size:13px;color:#66736e;margin:5px 0}.cookie-banner a{font-size:12px;color:#527267;text-decoration:underline}.cookie-actions{display:flex;gap:8px;flex:none}.cookie-actions button,.cookie-manage{border:1px solid #527267;border-radius:999px;background:#fff;color:#28443b;padding:9px 14px;font-weight:800;cursor:pointer}.cookie-actions .cookie-accept{background:#527267;color:#fff}.cookie-manage{position:fixed;z-index:900;right:14px;bottom:14px;font-size:11px;padding:7px 11px;box-shadow:0 5px 18px #0002}.ad-reserved{display:none}.ads-approved .ad-reserved{display:block;max-width:900px;min-height:110px;margin:44px auto;padding:20px;border:1px dashed #bdc9c2;border-radius:14px;text-align:center;color:#8b9691}.article-ad{clear:both}
@media(max-width:620px){.cookie-banner{left:10px;right:10px;bottom:10px;display:block;padding:18px}.cookie-actions{margin-top:14px}.cookie-actions button{flex:1;min-height:44px}.ads-approved .ad-reserved{margin:52px 0;min-height:120px;padding:18px}.article-body section+.article-ad{margin-top:48px;margin-bottom:48px}}
.cookie-manage{position:static;z-index:auto;display:block;width:max-content;margin:14px auto 18px;font-size:12px;padding:7px 12px;box-shadow:none}
.emergency-card-link{display:flex;align-items:center;gap:1rem;margin-top:1rem;padding:1rem 1.2rem;border-radius:18px;background:#24483d;color:#fff;text-decoration:none}.emergency-card-link>span:first-child{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#f5a35b;font-size:1.3rem}.emergency-card-link>span:nth-child(2){display:flex;flex:1;flex-direction:column;gap:.25rem}.emergency-card-link small{color:#e5efe9;line-height:1.5}.emergency-card-link b{font-size:1.35rem}
