:root{--green:#2f855a;--green-dark:#20553a;--mint:#e9f7ed;--cream:#fcfaf5;--ink:#173526;--muted:#67796d;--line:#dce8df;--card:#fff;--shadow:0 16px 42px rgba(20,59,35,.08);--radius:20px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.6 Arial,Helvetica,sans-serif}html[data-theme=dark]{--cream:#15251d;--ink:#edf7ef;--muted:#b8cbbb;--line:#31503e;--card:#1d3427;--mint:#203f2c;--green:#76c894;--green-dark:#b5e7c4}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;object-fit:cover}.wrap{width:min(1180px,calc(100% - 40px));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.site-header{position:sticky;top:0;z-index:30;background:color-mix(in srgb,var(--cream) 94%,transparent);border-bottom:1px solid var(--line);backdrop-filter:blur(15px)}.header-inner{min-height:75px;display:flex;align-items:center;gap:24px}.brand{display:inline-flex;align-items:center;gap:8px;font-size:20px;font-weight:800;white-space:nowrap}.brand img{width:40px;height:40px;border-radius:50%;object-fit:contain}.brand-mark{font-size:26px}.main-nav{display:flex;align-items:center;gap:21px;margin-left:auto;font-size:14px;font-weight:700}.main-nav a:hover,.footer-grid a:hover{color:var(--green)}.header-actions{display:flex;gap:10px;align-items:center}.search-form{position:relative;display:flex;align-items:center;border:1px solid var(--line);background:var(--card);border-radius:10px;overflow:visible}.search-form input{border:0;background:transparent;color:var(--ink);width:145px;padding:8px 5px 8px 12px;outline:0}.search-form button,.theme-toggle,.menu-toggle{border:0;background:transparent;color:var(--ink);font-size:20px;cursor:pointer;padding:6px 10px}.search-suggestions{display:none;position:absolute;top:calc(100% + 7px);right:0;width:290px;background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:12px;overflow:hidden}.search-suggestions.active{display:block}.search-suggestions a{display:flex;gap:10px;padding:9px;font-size:13px;font-weight:700;line-height:1.25}.search-suggestions img{width:44px;height:36px;border-radius:6px}.menu-toggle{display:none}.reading-progress{position:fixed;top:0;left:0;height:3px;width:0;background:var(--green);z-index:100}.hero{display:grid;grid-template-columns:1fr 1fr;gap:40px;min-height:510px;align-items:center;padding:60px 0}.eyebrow{color:var(--green);font-weight:800;font-size:11px;letter-spacing:1.5px}.hero h1,.page-hero h1,.article-header h1,.not-found h1{font:700 clamp(40px,5vw,70px)/1.04 Georgia,serif;letter-spacing:-2.8px;margin:12px 0 20px}.hero h1 em{color:var(--green);font-weight:inherit}.hero-copy>p{max-width:540px;color:var(--muted);font-size:18px;margin-bottom:28px}.btn{display:inline-flex;gap:12px;align-items:center;justify-content:center;border:0;background:var(--green);color:#fff;border-radius:10px;padding:13px 20px;font-weight:800;cursor:pointer}.btn:hover{filter:brightness(.94)}.btn-dark{background:var(--ink);color:var(--cream)}.hero-art{min-height:395px;position:relative;isolation:isolate}.hero-circle{position:absolute;inset:10px 0 0 45px;border-radius:47% 53% 44% 56% / 43% 41% 59% 57%;background:var(--mint)}.pet-card{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;width:230px;height:250px;background:linear-gradient(135deg,#ffd4a8,#f2b368);border:8px solid #fff8;border-radius:45% 55% 45% 55%;font-size:112px;box-shadow:var(--shadow);transform:rotate(-7deg)}.pet-card span{font:bold 14px Arial;color:#724018}.pet-card-one{left:80px;top:63px}.pet-card-two{right:27px;bottom:17px;width:185px;height:205px;background:linear-gradient(135deg,#d5e6f5,#a4c8e1);font-size:88px;transform:rotate(9deg)}.hero-paws{position:absolute;right:3px;top:12px;font-size:57px;transform:rotate(22deg)}.section{padding:70px 0}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:26px}.section-heading h2,.newsletter-band h2,.comments h2{font:700 clamp(27px,3.4vw,42px)/1.15 Georgia,serif;letter-spacing:-1.3px;margin:5px 0}.section-heading>a{font-weight:bold;color:var(--green)}.featured-grid{display:grid;grid-template-columns:1.14fr 1fr 1fr;gap:20px}.featured-card{border-radius:var(--radius);overflow:hidden;background:var(--card);box-shadow:var(--shadow)}.featured-card .image-link{height:195px;display:block}.featured-card img{height:100%;width:100%}.featured-0{grid-row:span 2}.featured-0 .image-link{height:300px}.card-body{padding:20px}.pill{display:inline-block;border-radius:20px;background:var(--green);color:#fff;padding:4px 10px;font-size:11px;font-weight:800;line-height:1.3}.pill.muted{background:var(--mint);color:var(--green-dark)}.featured-card h3,.post-card h3{font:700 22px/1.2 Georgia,serif;margin:11px 0}.featured-card h3:hover,.post-card h3:hover{color:var(--green)}.featured-card p,.post-card p{font-size:14px;color:var(--muted);margin:0 0 14px}.post-meta{display:flex;gap:13px;color:var(--muted);font-size:12px;font-weight:700}.category-strip{background:var(--mint);padding:66px 0}.categories{display:grid;grid-template-columns:repeat(7,1fr);gap:11px}.category-chip{min-height:133px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:var(--card);border:1px solid var(--line);border-radius:16px;transition:.2s}.category-chip:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:var(--green)}.category-icon{font-size:32px}.category-chip strong{font-size:13px;margin-top:5px}.category-chip small{font-size:11px;color:var(--muted)}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:40px}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.post-grid.wide{grid-template-columns:repeat(3,1fr)}.post-grid.three{grid-template-columns:repeat(3,1fr)}.post-card{background:var(--card);border:1px solid var(--line);border-radius:16px;overflow:hidden}.post-card>a{height:160px;display:block}.post-card>a img{height:100%;width:100%}.post-card>div{padding:16px}.post-card h3{font-size:20px}.sidebar{display:flex;flex-direction:column;gap:20px}.side-box{padding:21px;background:var(--card);border:1px solid var(--line);border-radius:var(--radius)}.side-box.accent{background:var(--green-dark);color:#fff;border-color:transparent}.side-box.accent .eyebrow{color:#beeacb}.side-box ol{padding-left:25px;margin:13px 0 0}.side-box li{padding:12px 0 12px 2px;border-bottom:1px solid #ffffff33;font:bold 15px/1.3 Georgia,serif}.side-box li:last-child{border:0}.side-box small,.mini-post small{display:block;margin-top:5px;font:11px Arial;opacity:.7}.mini-post{display:flex;gap:10px;border-bottom:1px solid var(--line);padding:12px 0;font:bold 14px/1.25 Georgia,serif}.mini-post:last-child{border:0}.mini-post img{width:67px;height:57px;border-radius:7px}.page-hero{padding:76px 0 40px;max-width:850px;margin-left:max(20px,calc((100% - 1180px)/2));margin-right:auto}.page-hero h1{font-size:clamp(40px,5vw,64px)}.page-hero p{font-size:19px;color:var(--muted);max-width:650px}.page-hero.compact{padding-bottom:20px}.author-hero{display:flex;align-items:center;gap:25px}.author-hero>img{width:115px;height:115px;border-radius:50%;background:var(--mint)}.big-search{max-width:660px;display:flex;padding:5px;background:var(--card);border:1px solid var(--line);border-radius:12px}.big-search input{flex:1;padding:10px;border:0;background:transparent;color:var(--ink);font-size:16px;outline:0}.empty{padding:50px 0;color:var(--muted);text-align:center}.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:13px;padding-top:24px}.breadcrumbs a{color:var(--green)}.article{max-width:930px;padding-top:30px}.article-header{text-align:center;max-width:830px;margin:auto}.article-categories{display:flex;gap:7px;justify-content:center;flex-wrap:wrap}.article-header h1{font-size:clamp(36px,5.2vw,61px);margin:15px 0}.article-lead{font-size:19px;color:var(--muted);max-width:700px;margin:0 auto 25px}.author-line{display:flex;justify-content:center;align-items:center;gap:10px;text-align:left;font-size:13px}.author-line img{width:42px;height:42px;border-radius:50%;background:var(--mint)}.author-line a{font-weight:800}.author-line small{display:block;color:var(--muted)}.article-views{color:var(--muted);margin-left:12px}.article-featured{width:100%;height:min(510px,56vw);border-radius:22px;margin:35px 0;box-shadow:var(--shadow)}.article-layout{display:grid;grid-template-columns:60px minmax(0,1fr);gap:32px;max-width:780px;margin:auto}.article-tools{position:sticky;top:100px;height:min-content;display:flex;flex-direction:column;align-items:center;gap:9px;color:var(--muted);font-size:11px}.article-tools a,.article-tools button{width:34px;height:34px;border:1px solid var(--line);background:var(--card);color:var(--ink);border-radius:50%;display:grid;place-items:center;cursor:pointer;font-weight:bold}.toc{margin:0 0 28px;padding:19px 22px;background:var(--mint);border-radius:14px}.toc ol{margin:7px 0 0;padding-left:19px}.toc li{margin:5px 0;font-size:14px}.toc .level-3{margin-left:14px}.toc a{color:var(--green-dark)}.prose{font-size:17px;line-height:1.8}.prose h2,.prose h3{font-family:Georgia,serif;line-height:1.2;margin:42px 0 12px}.prose h2{font-size:31px}.prose h3{font-size:24px}.prose a{color:var(--green);text-decoration:underline}.prose img{margin:25px auto;border-radius:13px}.prose blockquote{border-left:4px solid var(--green);margin:25px 0;padding:10px 20px;background:var(--mint);font:italic 20px Georgia,serif}.prose pre{overflow:auto;background:#112319;color:#f2fff6;border-radius:10px;padding:18px}.prose table{width:100%;border-collapse:collapse}.prose th,.prose td{border:1px solid var(--line);padding:8px}.article-tags{display:flex;align-items:center;gap:9px;flex-wrap:wrap;border-top:1px solid var(--line);margin-top:32px;padding-top:22px}.article-tags a{padding:4px 10px;border-radius:20px;background:var(--mint);font-size:13px;color:var(--green-dark)}.reaction-row{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin:28px 0}.reaction-row form{display:inline}.reaction-row button{border:1px solid var(--line);padding:8px 10px;border-radius:9px;background:var(--card);color:var(--ink);cursor:pointer}.ad-slot{min-height:70px;margin:20px auto;text-align:center;display:grid;place-items:center;color:var(--muted);font-size:12px;overflow:hidden}.comments{max-width:780px;padding-top:48px;padding-bottom:65px}.comment{display:flex;gap:12px;padding:19px 0;border-bottom:1px solid var(--line)}.avatar{width:40px;height:40px;border-radius:50%;background:var(--mint);display:grid;place-items:center;font-weight:bold;color:var(--green-dark)}.comment p{margin:6px 0 0}.comment time{font-size:12px;color:var(--muted);margin-left:8px}.comment-form,.contact-form{margin-top:35px;padding:24px;background:var(--card);border:1px solid var(--line);border-radius:16px}.comment-form h3{margin-top:0;font-family:Georgia,serif}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.comment-form label,.contact-form label{display:block;font-weight:bold;font-size:13px}.comment-form input,.comment-form textarea,.contact-form input,.contact-form textarea{display:block;width:100%;margin:5px 0 15px;padding:11px;border:1px solid var(--line);border-radius:8px;background:var(--cream);color:var(--ink);font:inherit}.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:55px;padding:25px 0 75px}.contact-form{margin:0}.newsletter-band{background:var(--green);color:#fff;padding:46px 0}.newsletter-inner{display:flex;justify-content:space-between;align-items:center;gap:40px}.newsletter-band .eyebrow{color:#d4f6de}.newsletter-band h2{margin:3px 0}.newsletter-band p{margin:0;opacity:.85}.newsletter-form{display:flex;min-width:min(100%,410px);background:#fff;border-radius:10px;padding:5px}.newsletter-form input{flex:1;min-width:0;border:0;padding:10px;background:#fff;color:#172d1f;outline:0}.site-footer{background:#123522;color:#e6f0e9;padding:56px 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer-grid p{max-width:330px;color:#b6cbbd;font-size:14px}.footer-grid h3{font:700 18px Georgia,serif;margin:0 0 13px}.footer-grid a:not(.brand){display:block;color:#c8d9cc;font-size:14px;margin:7px 0}.socials{display:flex;gap:8px}.socials a{width:30px;height:30px;border:1px solid #ffffff55;border-radius:50%;display:grid;place-items:center;font-weight:bold}.footer-bottom{padding:22px 0;margin-top:36px;border-top:1px solid #ffffff22;color:#b6cbbd;font-size:12px}.footer-bottom a{float:right}.back-to-top{display:none;position:fixed;right:20px;bottom:20px;z-index:15;border:0;border-radius:50%;width:42px;height:42px;background:var(--green);color:#fff;font-size:20px;box-shadow:var(--shadow);cursor:pointer}.back-to-top.visible{display:block}.notice{margin-top:15px;padding:11px 14px;border-radius:9px;font-weight:bold}.notice.success{background:#dff5e5;color:#176036}.notice.error{background:#fee5e5;color:#9f2424}.not-found{text-align:center;padding:120px 0}.not-found-paw{font-size:70px}.not-found h1{font-size:62px}.not-found p{color:var(--muted);margin-bottom:28px}
@media(max-width:950px){.main-nav{gap:13px}.search-form input{width:105px}.categories{grid-template-columns:repeat(4,1fr)}.content-grid{grid-template-columns:1fr}.sidebar{display:grid;grid-template-columns:1fr 1fr}.featured-grid{grid-template-columns:1fr 1fr}.featured-0{grid-row:span 1;grid-column:span 2}.featured-0 .image-link{height:255px}.post-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.wrap{width:min(100% - 28px,1180px)}.header-inner{min-height:64px;gap:8px;flex-wrap:wrap}.menu-toggle{display:block}.main-nav{display:none;order:4;width:100%;margin:0;padding:8px 0 13px;flex-wrap:wrap}.main-nav.open{display:flex}.header-actions{margin-left:auto}.search-form{display:none}.hero{grid-template-columns:1fr;padding:40px 0 20px;gap:10px}.hero h1{font-size:45px;letter-spacing:-2px}.hero-art{min-height:280px;transform:scale(.82);transform-origin:top left;width:122%}.section{padding:44px 0}.section-heading{align-items:start}.section-heading h2{font-size:29px}.featured-grid,.post-grid,.post-grid.wide,.post-grid.three,.categories{grid-template-columns:repeat(2,1fr);gap:13px}.featured-0{grid-column:span 2}.featured-0 .image-link{height:220px}.featured-card .image-link{height:150px}.featured-card h3,.post-card h3{font-size:18px}.card-body,.post-card>div{padding:13px}.category-chip{min-height:105px}.content-grid{gap:22px}.sidebar{grid-template-columns:1fr}.page-hero{padding:48px 0 22px;margin-left:14px}.page-hero h1{font-size:40px}.article{padding-top:18px}.article-header h1{font-size:38px;letter-spacing:-1.7px}.article-lead{font-size:16px}.author-line{justify-content:flex-start}.article-views{display:none}.article-featured{margin:24px 0;border-radius:14px}.article-layout{grid-template-columns:1fr;gap:10px}.article-tools{position:static;flex-direction:row;justify-content:flex-start}.article-tools>span{margin-right:3px}.prose{font-size:16px}.prose h2{font-size:27px}.contact-layout{grid-template-columns:1fr;gap:25px;padding-bottom:45px}.newsletter-inner{display:block}.newsletter-form{margin-top:20px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-grid>div:first-child{grid-column:span 2}.not-found{padding:80px 0}.not-found h1{font-size:45px}.form-row{grid-template-columns:1fr}}
@media(max-width:390px){.featured-grid,.post-grid,.post-grid.wide,.post-grid.three{grid-template-columns:1fr}.featured-0{grid-column:span 1}.categories{grid-template-columns:repeat(2,1fr)}}
