/* PawMindTips design system */
:root{
	--pmt-green:#28783A;
	--pmt-green-dark:#1c5529;
	--pmt-ink:#18211b;
	--pmt-muted:#647066;
	--pmt-bg:#f6f7f3;
	--pmt-card:#ffffff;
	--pmt-border:#e2e7df;
	--pmt-soft:#edf3e9;
	--pmt-warm:#f3efe4;
	--pmt-radius:20px;
	--pmt-shadow:0 12px 35px rgba(22,42,28,.08);
	--pmt-container:1360px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--pmt-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.65}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
.container{width:min(calc(100% - 40px),var(--pmt-container));margin-inline:auto}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link:focus{position:fixed!important;top:12px;left:12px;width:auto;height:auto;clip:auto;background:#fff;color:#111;padding:10px 14px;border-radius:8px;z-index:9999;box-shadow:var(--pmt-shadow)}
.site-header{position:relative;z-index:20;background:rgba(255,255,255,.96);border-bottom:1px solid #edf0ec}
.header-inner{min-height:88px;display:flex;align-items:center;gap:26px}
.site-branding{flex:1;min-width:220px}
.brand-mark{display:inline-flex;align-items:center;gap:10px}
.brand-icon{width:42px;height:42px;display:grid;place-items:center;background:#edf5e9;border-radius:13px;font-size:22px}
.brand-copy{display:flex;flex-direction:column;line-height:1.15}
.brand-copy strong{font-size:27px;letter-spacing:-.7px}
.brand-copy strong::first-letter{color:var(--pmt-green)}
.brand-copy small{font-size:11px;color:var(--pmt-muted);margin-top:5px;letter-spacing:.1px}
.primary-nav ul{display:flex;align-items:center;gap:6px;list-style:none;padding:0;margin:0}
.primary-nav li{position:relative}
.primary-nav a{display:block;padding:11px 10px;font-size:14px;font-weight:600;color:#303830;border-radius:9px}
.primary-nav a:hover,.primary-nav .current-menu-item>a{color:var(--pmt-green);background:#f2f7ef}
.primary-nav .menu-item-has-children>a::after{content:"⌄";font-size:12px;margin-left:6px}
.primary-nav .sub-menu{position:absolute;top:100%;left:0;min-width:220px;background:#fff;border:1px solid var(--pmt-border);border-radius:14px;padding:8px;display:none;box-shadow:var(--pmt-shadow)}
.primary-nav li:hover>.sub-menu,.primary-nav li:focus-within>.sub-menu{display:block}
.primary-nav .sub-menu li a{padding:10px 12px}
.header-search{width:42px;height:42px;border:1px solid var(--pmt-border);border-radius:50%;display:grid;place-items:center}
.header-search svg{width:19px;fill:none;stroke:currentColor;stroke-width:2}
.menu-toggle{display:none;background:none;border:0}
.hero-section{position:relative;min-height:490px;overflow:hidden;background:linear-gradient(90deg,#f5efda 0%,#e8efd9 47%,#d8e8d3 100%)}
.hero-media{position:absolute;inset:0 0 0 42%;background-position:center right;background-size:cover;background-repeat:no-repeat}
.hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#f5efda 0%,rgba(245,239,218,.84) 16%,rgba(245,239,218,.08) 55%,rgba(255,255,255,0) 100%)}
.hero-media img{width:100%;height:100%;object-fit:cover}
.hero-inner{position:relative;z-index:1;min-height:490px;display:flex;align-items:center}
.hero-copy{width:min(680px,62%);padding:70px 0}
.eyebrow{margin:0 0 10px;color:var(--pmt-green);font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:800}
.hero-copy h1{font-size:clamp(42px,5vw,72px);line-height:1.04;letter-spacing:-2.5px;margin:0 0 22px;max-width:720px}
.hero-copy h1::first-line{color:var(--pmt-ink)}
.hero-text{font-size:18px;line-height:1.65;max-width:660px;color:#374137;margin:0 0 28px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:11px 18px;border-radius:10px;border:1px solid transparent;font-weight:750;font-size:14px;transition:.2s ease}
.button:hover{transform:translateY(-1px)}
.button-primary{background:var(--pmt-green);color:#fff}
.button-primary:hover{background:var(--pmt-green-dark)}
.button-light{background:rgba(255,255,255,.72);border-color:#91a58f;color:var(--pmt-green-dark)}
.button-outline{background:#fff;border-color:#a9b9a8;color:var(--pmt-green-dark)}
.floating-categories{position:relative;margin-top:-56px;z-index:5;background:#fff;border:1px solid #edf0eb;border-radius:24px;padding:26px 30px 30px;box-shadow:0 18px 45px rgba(25,47,31,.09)}
.section-heading{margin-bottom:24px}
.section-heading.centered{text-align:center}
.section-heading.narrow{max-width:760px;margin-inline:auto;margin-bottom:34px}
.section-heading h2{font-size:clamp(30px,3.4vw,44px);line-height:1.12;letter-spacing:-1.2px;margin:0 0 10px}
.section-heading p:not(.eyebrow){color:var(--pmt-muted);margin:0}
.split-heading{display:flex;align-items:end;justify-content:space-between;gap:20px}
.text-link{color:var(--pmt-green-dark);font-weight:800;font-size:14px}
.text-link:hover{color:var(--pmt-green)}
.category-grid{display:grid;gap:14px}
.category-grid.six{grid-template-columns:repeat(6,1fr)}
.category-card{background:#fff;border:1px solid var(--pmt-border);border-radius:14px;padding:22px 16px;text-align:center;min-height:175px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:.2s ease}
.category-card:hover{border-color:#b5cdb2;box-shadow:var(--pmt-shadow);transform:translateY(-2px)}
.category-icon{font-size:40px;line-height:1;margin-bottom:14px}
.category-card h3{font-size:16px;margin:0 0 6px}
.category-card p{font-size:13px;color:var(--pmt-muted);line-height:1.45;margin:0}
.section{padding:88px 0}
.section-featured{background:#fff}
.article-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.article-grid.three{grid-template-columns:repeat(3,1fr)}
.article-card{background:#fff;border:1px solid var(--pmt-border);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:.2s ease}
.article-card:hover{transform:translateY(-3px);box-shadow:var(--pmt-shadow)}
.article-card-media{aspect-ratio:16/10;background:var(--pmt-soft);overflow:hidden}
.article-card-media img{width:100%;height:100%;object-fit:cover}
.article-card-body{padding:20px}
.post-category{display:inline-block;color:var(--pmt-green);font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}
.article-card h3{font-size:20px;line-height:1.22;margin:0 0 9px;letter-spacing:-.3px}
.article-card h3 a:hover{color:var(--pmt-green)}
.article-card-body>p{font-size:14px;color:var(--pmt-muted);margin:0 0 18px}
.article-card-meta{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid var(--pmt-border);padding-top:13px;font-size:12px;color:#7a847b}
.article-card-meta a{color:var(--pmt-green-dark);font-weight:800}
.behavior-section{background:var(--pmt-bg)}
.topic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.topic-grid.compact{grid-template-columns:repeat(2,1fr)}
.topic-card{position:relative;background:#fff;border:1px solid var(--pmt-border);border-radius:15px;padding:24px 42px 22px 20px;min-height:126px;transition:.2s}
.topic-card:hover{border-color:#b3cdb0;box-shadow:var(--pmt-shadow)}
.topic-card h3{margin:0 0 6px;font-size:17px}
.topic-card p{margin:0;color:var(--pmt-muted);font-size:13px;line-height:1.45}
.topic-arrow{position:absolute;right:16px;top:16px;color:var(--pmt-green);font-weight:900}
.two-column-section{display:grid;grid-template-columns:1fr 1.1fr;gap:60px;align-items:center}
.signal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.signal-card{min-height:74px;background:#f8faf6;border:1px solid var(--pmt-border);border-radius:14px;padding:15px 17px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px}
.signal-card>span:first-child{color:var(--pmt-green);font-size:26px}
.signal-card strong{font-size:14px}
.signal-card>span:last-child{color:#89958b}
.psychology-section{background:#f8faf7}
.puppy-section{background:#fff}
.puppy-panel{background:linear-gradient(135deg,#234f2d,#3d7c47);color:#fff;border-radius:24px;padding:42px;min-height:360px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.puppy-panel .eyebrow{color:#cfe6c9}
.puppy-panel h2{font-size:44px;line-height:1.1;margin:0 0 12px;letter-spacing:-1.2px}
.puppy-panel p{color:#e9f2e6;max-width:560px}
.puppy-panel .button-primary{background:#fff;color:var(--pmt-green-dark);margin-top:12px}
.nutrition-section{background:var(--pmt-warm)}
.nutrition-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.nutrition-card{background:rgba(255,255,255,.82);border:1px solid rgba(110,100,75,.14);border-radius:16px;padding:25px}
.nutrition-card h3{margin:0 0 15px;font-size:18px}
.nutrition-card ul{list-style:none;margin:0;padding:0}
.nutrition-card li{padding:7px 0;border-bottom:1px solid rgba(110,100,75,.1);font-size:14px;color:#5c5a50}
.nutrition-card li:last-child{border-bottom:0}
.section-cta{text-align:center;margin-top:30px}
.concern-section{background:#fff}
.concern-box{background:#eef4eb;border:1px solid #d8e5d4;border-radius:22px;padding:34px 40px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.concern-box h2{font-size:32px;line-height:1.15;margin:0}
.concern-box p{color:#526055}
.newsletter-section{padding:0 0 88px}
.newsletter-box{background:#f1f5ee;border:1px solid #dfe9dc;border-radius:24px;padding:38px 44px;display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}
.newsletter-box h2{font-size:34px;line-height:1.12;margin:0 0 8px}
.newsletter-box p{color:var(--pmt-muted);margin:0}
.newsletter-form{display:flex;gap:10px}
.newsletter-form input{min-width:0;flex:1;border:1px solid #cbd6c8;background:#fff;border-radius:10px;padding:12px 14px;outline:none}
.newsletter-form input:focus{border-color:var(--pmt-green);box-shadow:0 0 0 3px rgba(40,120,58,.1)}
.newsletter-note{grid-column:2;font-size:12px!important;margin-top:-20px!important}
.site-footer{background:#18231b;color:#dfe8df;padding:70px 0 0}
.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:45px;padding-bottom:50px}
.footer-brand p{color:#aebbae;max-width:430px}
.brand-mark-footer .brand-copy strong{color:#fff}
.brand-mark-footer .brand-copy small{color:#9eae9f}
.footer-grid h2{font-size:15px;color:#fff;margin:5px 0 14px}
.footer-links{list-style:none;margin:0;padding:0}
.footer-links li{margin:7px 0}
.footer-links a{color:#aebbae;font-size:14px}
.footer-links a:hover{color:#fff}
.social-links{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}
.social-links a{border:1px solid #405044;border-radius:8px;padding:6px 9px;font-size:12px;color:#c8d4c8}
.footer-bottom{border-top:1px solid #304035;padding:18px 0 24px;display:flex;justify-content:space-between;gap:20px;align-items:center}
.footer-bottom p{margin:0;color:#8f9f90;font-size:12px}
.footer-menu{display:flex;gap:18px;list-style:none;margin:0;padding:0}
.footer-menu a{font-size:12px;color:#9eac9f}
.content-shell{padding-top:35px;padding-bottom:90px}
.breadcrumbs{display:flex;gap:9px;flex-wrap:wrap;color:#7a857c;font-size:12px;margin-bottom:28px}
.breadcrumbs a:hover{color:var(--pmt-green)}
.archive-heading{max-width:820px;margin-bottom:35px}
.archive-heading h1{font-size:clamp(38px,5vw,58px);line-height:1.05;letter-spacing:-1.8px;margin:0 0 12px}
.archive-description,.archive-heading>p:not(.eyebrow){color:var(--pmt-muted);font-size:17px}
.pagination,.nav-links{display:flex;justify-content:center;gap:8px;margin-top:42px}
.page-numbers{border:1px solid var(--pmt-border);padding:8px 12px;border-radius:8px;font-size:13px}
.page-numbers.current,.page-numbers:hover{background:var(--pmt-green);color:#fff;border-color:var(--pmt-green)}
.category-featured{display:grid;grid-template-columns:1.15fr 1fr;background:#f2f6ef;border:1px solid #dfe8dc;border-radius:22px;overflow:hidden;margin-bottom:35px}
.category-featured-image{min-height:350px;background:#dfead9}
.category-featured-image img{width:100%;height:100%;object-fit:cover}
.category-featured-copy{padding:45px;align-self:center}
.category-featured-copy h2{font-size:38px;line-height:1.12;margin:0 0 12px}
.category-featured-copy p{color:var(--pmt-muted)}
.single-article{max-width:1120px;margin-inline:auto}
.article-header{max-width:920px;margin:0 auto 35px}
.article-header h1{font-size:clamp(40px,5vw,68px);line-height:1.04;letter-spacing:-2px;margin:0 0 17px}
.article-meta{display:flex;gap:12px;flex-wrap:wrap;color:#778278;font-size:12px}
.article-meta span:not(:last-child)::after{content:"·";margin-left:12px}
.article-featured-image{margin:0 0 45px;border-radius:22px;overflow:hidden;background:var(--pmt-soft)}
.article-featured-image img{width:100%;max-height:650px;object-fit:cover}
.article-layout{display:grid;grid-template-columns:200px minmax(0,760px);gap:55px;justify-content:center}
.toc-box{position:sticky;top:30px;background:#f6f8f4;border:1px solid var(--pmt-border);padding:18px;border-radius:13px;font-size:13px}
.toc-box p{color:var(--pmt-muted);font-size:12px}
.article-content{min-width:0}
.entry-content{font-size:18px;line-height:1.82}
.entry-content h2{font-size:32px;line-height:1.2;margin-top:48px}
.entry-content h3{font-size:24px;line-height:1.25;margin-top:34px}
.entry-content p{margin:0 0 20px}
.entry-content ul,.entry-content ol{padding-left:25px}
.entry-content li{margin:7px 0}
.entry-content a{color:var(--pmt-green-dark);text-decoration:underline;text-underline-offset:3px}
.entry-content blockquote{border-left:4px solid var(--pmt-green);margin:28px 0;padding:10px 20px;background:#f5f8f3;color:#48564a}
.quick-answer,.key-takeaways{background:#eef5eb;border:1px solid #dce8d9;border-radius:16px;padding:20px 22px;margin-bottom:28px}
.quick-answer p,.key-takeaways p{margin:6px 0 0}
.key-takeaways h2{font-size:22px;margin:0 0 8px}
.key-takeaways ul{margin:0;padding-left:22px}
.article-disclosure{font-size:13px;color:#5d675f;background:#faf7ed;border:1px solid #ece4cf;border-radius:12px;padding:15px 17px;margin:35px 0}
.faq-section{margin-top:40px}
.faq-section h2{font-size:30px}
.related-section{margin-top:75px}
.author-box{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:center;border-top:1px solid var(--pmt-border);margin-top:60px;padding-top:30px}
.author-avatar img{border-radius:50%}
.author-box h2{margin:0 0 5px;font-size:21px}
.author-box p{margin:0;color:var(--pmt-muted)}
.page-article{max-width:850px;margin-inline:auto}
.narrow-content .entry-content{font-size:17px}
.empty-state{padding:45px;background:#f7f9f6;border:1px dashed #cdd8ca;border-radius:18px;text-align:center}
.empty-state.full{grid-column:1/-1}
.not-found{min-height:55vh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;max-width:750px}
.not-found h1{font-size:clamp(42px,6vw,70px);line-height:1.02;margin:0 0 15px}
.not-found p{font-size:18px;color:var(--pmt-muted)}
.pmt-product-card{display:grid;grid-template-columns:180px 1fr;gap:22px;border:1px solid var(--pmt-border);border-radius:18px;padding:18px;background:#fff;margin:30px 0}
.pmt-product-media{background:#f4f6f2;border-radius:12px;overflow:hidden;min-height:150px}
.pmt-product-media img{width:100%;height:100%;object-fit:cover}
.pmt-product-body h3{margin:0 0 7px;font-size:22px}
.pmt-product-body>p{color:var(--pmt-muted)}
.pmt-product-features{margin:10px 0 18px;padding-left:18px;color:#59645b;font-size:14px}
.pmt-product-price{font-weight:800;margin-bottom:12px}
@media(max-width:1180px){
	.category-grid.six{grid-template-columns:repeat(3,1fr)}
	.article-grid{grid-template-columns:repeat(2,1fr)}
	.article-grid.three{grid-template-columns:repeat(2,1fr)}
	.topic-grid{grid-template-columns:repeat(2,1fr)}
	.nutrition-grid{grid-template-columns:repeat(2,1fr)}
	.footer-grid{grid-template-columns:1.4fr repeat(2,1fr)}
}
@media(max-width:900px){
	.container{width:min(calc(100% - 28px),var(--pmt-container))}
	.header-inner{min-height:76px}
	.menu-toggle{display:block;order:2;width:42px;height:42px;border:1px solid var(--pmt-border);border-radius:10px}
	.menu-icon{display:flex;flex-direction:column;gap:4px;align-items:center}
	.menu-icon i{width:18px;height:2px;background:var(--pmt-ink);display:block}
	.primary-nav{position:absolute;left:14px;right:14px;top:72px;background:#fff;border:1px solid var(--pmt-border);border-radius:16px;box-shadow:var(--pmt-shadow);padding:8px;display:none}
	.primary-nav.is-open{display:block}
	.primary-nav ul{display:block}
	.primary-nav li a{padding:12px}
	.primary-nav .sub-menu{position:static;box-shadow:none;border:0;background:#f7f9f6;margin:4px 0 5px;display:none}
	.primary-nav li.is-submenu-open>.sub-menu{display:block}
	.header-search{order:3}
	.site-branding{order:1}
	.hero-section,.hero-inner{min-height:640px}
	.hero-media{inset:0 0 0 0;height:58%}
	.hero-media::after{background:linear-gradient(180deg,rgba(245,239,218,0) 20%,rgba(245,239,218,.78) 70%,#f5efda 100%)}
	.hero-inner{align-items:flex-end}
	.hero-copy{width:100%;padding:55px 0 80px}
	.hero-copy h1{font-size:48px;letter-spacing:-1.6px}
	.floating-categories{margin-top:-35px;padding:22px}
	.two-column-section,.concern-box,.newsletter-box{grid-template-columns:1fr}
	.newsletter-note{grid-column:auto;margin-top:-10px!important}
	.article-layout{grid-template-columns:1fr;gap:20px}
	.article-side{display:none}
	.footer-grid{grid-template-columns:1.5fr 1fr 1fr}
}
@media(max-width:620px){
	.category-grid.six,.article-grid,.article-grid.three,.topic-grid,.nutrition-grid,.signal-grid,.topic-grid.compact{grid-template-columns:1fr}
	.section{padding:65px 0}
	.header-inner{gap:10px}
	.brand-copy small{display:none}
	.brand-copy strong{font-size:23px}
	.brand-icon{width:38px;height:38px}
	.header-search{width:40px;height:40px}
	.hero-copy h1{font-size:40px}
	.hero-text{font-size:16px}
	.hero-actions .button{width:100%}
	.split-heading{align-items:flex-start;flex-direction:column}
	.puppy-panel{padding:30px;min-height:320px}
	.puppy-panel h2{font-size:38px}
	.concern-box,.newsletter-box{padding:27px 22px}
	.newsletter-form{flex-direction:column}
	.category-featured{grid-template-columns:1fr}
	.category-featured-image{min-height:240px}
	.category-featured-copy{padding:28px}
	.category-featured-copy h2{font-size:30px}
	.article-header h1{font-size:42px}
	.article-meta{gap:7px}
	.article-meta span:not(:last-child)::after{margin-left:7px}
	.entry-content{font-size:17px}
	.pmt-product-card{grid-template-columns:1fr}
	.footer-grid{grid-template-columns:1fr 1fr}
	.footer-bottom{flex-direction:column;align-items:flex-start}
}
