@import "https://fonts.googleapis.com/css2?family=Sora:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap";:root{--ink:#272727;--muted:#666;--brand:#59b232;--brand-dark:#3f8a22;--brand-soft:#a2d14d;--header:#1a131c;--footer:#0c0c0c;--cream:#f3f3f3;--white:#fff;--line:#e8e8e8;--navy:#0a2540;--shadow:0 18px 40px #5ab3331f;--radius:12px;--pagefind-ui-primary:var(--brand);--pagefind-ui-text:var(--ink);--pagefind-ui-background:var(--white);--pagefind-ui-border:var(--line);--pagefind-ui-font:"Sora", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--cream);margin:0;font-family:Sora,Helvetica Neue,Helvetica,sans-serif;font-size:16px;line-height:1.65}img{filter:none;max-width:100%;height:auto;display:block}.brand img,.home-content img,.prose img,.footer-brand img{filter:none}a{color:var(--brand)}h1,h2,h3,h4,h5,h6{color:var(--ink);margin:0 0 .6em;font-family:Sora,sans-serif;font-weight:700;line-height:1.25}h1{font-size:clamp(2rem,5vw,3.2rem)}.sr-only{clip:rect(0,0,0,0);width:1px;height:1px;position:absolute;overflow:hidden}.skip-link{z-index:100;background:var(--white);padding:.7rem 1rem;position:fixed;top:-5rem;left:1rem}.skip-link:focus{top:1rem}.closed-banner{color:#1a131c;text-align:center;background:#c6c6c6;padding:.85rem 1rem;font-size:.95rem;font-weight:300}.site-header{z-index:20;background:var(--header);position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:1.25rem;width:min(1200px,100% - 2rem);min-height:90px;margin:auto;display:flex}.brand img{filter:none;width:auto;height:50px}.site-nav{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.site-nav a{color:#fff;letter-spacing:.04em;text-transform:uppercase;font-size:.95rem;font-weight:700;text-decoration:none}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--brand)}.site-nav .nav-search,.site-nav .shop-now{color:#1a131c;background:var(--brand-soft);text-transform:uppercase;border-radius:999px;padding:.4rem .95rem}.site-nav .nav-search:hover,.site-nav .shop-now:hover{color:#1a131c;background:#9bed77}.menu-toggle{background:0 0;border:0;padding:.6rem;display:none}.menu-toggle>span:not(.sr-only){background:#fff;width:26px;height:2px;margin:5px;display:block}.page-hero{color:#fff;background:linear-gradient(105deg,#0a2540,#1a131c);place-items:center;min-height:180px;display:grid}.page-hero-inner{text-align:center;width:min(900px,100% - 2rem);padding:3rem 0 3.4rem}.page-hero h1{color:#fff}.eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#b9daf2;font-size:.75rem}.content-shell{z-index:2;width:min(900px,100% - 2rem);margin:-2.2rem auto 5rem;position:relative}.prose,.search-panel,.stub-panel{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);margin:auto;padding:clamp(1.4rem,4vw,2.8rem)}.prose form{gap:1rem;margin-top:1.2rem;display:grid}.prose input,.prose textarea{width:100%;font:inherit;border:1px solid #d5d5c4;border-radius:10px;padding:.9rem 1rem}.button,.prose .x-btn,.home-content .x-btn,.home-content .x-anchor-button{color:#fff;background:var(--brand);text-align:center;border:0;border-radius:100em;padding:.75rem 1.4rem;font-weight:700;text-decoration:none;display:inline-block}.home-content .x-btn:hover,.button:hover,.home-content .x-anchor-button:hover{background:var(--brand-dark);color:#fff}.link-list{gap:.7rem;padding-left:1.1rem;display:grid}.search-panel{min-height:280px}.site-footer{background:var(--footer);color:#ffffffb8}.footer-inner{width:min(1100px,100% - 2rem);margin:auto;padding:3.5rem 0 2rem}.footer-brand{margin-bottom:2rem}.follow-label{color:#fff;margin:1rem 0 .4rem;font-weight:700}.social{flex-wrap:wrap;gap:1rem;display:flex}.social a{color:#e8e8e8;text-decoration:none}.social a:hover{color:var(--brand-soft)}.footer-cols{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.footer-cols h2{color:#fff;font-size:.95rem}.footer-cols nav{gap:.45rem;display:grid}.footer-cols a{color:#ffffff70;font-weight:700;text-decoration:none}.footer-cols a:hover{color:var(--brand)}.copyright{border-top:4px solid var(--brand);color:#ffffff70;padding-top:1rem;font-size:.9rem}.home-content{background:var(--white);padding:4rem 0 5rem}.home-content .x-container,.home-content .x-container.max{width:min(1200px,88%);margin-inline:auto}.home-content .content-section{background-position:50%;background-size:cover;padding:0}.home-content .x-row.x-container>.x-row-inner{flex-direction:column;gap:1rem;display:flex}.home-content .x-row-inner:has(>a.x-col){grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.home-content a.x-col{border:1px solid var(--line);min-width:0;color:inherit;background:var(--white);border-radius:6px;flex-direction:column;padding:1em;text-decoration:none;transition:transform .4s cubic-bezier(.68,-.55,.265,1.55),box-shadow .4s;display:flex}.home-content a.x-col:hover{color:inherit;transform:translateY(-.5em);box-shadow:0 .65em 1.35em #00000029}.home-content a.x-col figure,.home-content a.x-col .x-image{background:#d5d5d5;border-radius:3px;height:44vh;min-height:210px;max-height:240px;margin:0 0 1em;overflow:hidden}.home-content a.x-col img{object-fit:cover;width:100%;height:100%}.home-content .x-text-headline h2,.home-content h2.x-text-content-text-primary{color:var(--navy);letter-spacing:-.035em;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:600}.home-content a.x-col h2,.home-content a.x-col .x-text-content-text-primary{color:#232428;text-transform:none;margin:0;font-size:1rem}.home-content a.x-col:hover h2,.home-content a.x-col:hover .x-text-content-text-primary{color:var(--brand)}.home-content .x-col>.x-text:first-child,.home-content .x-content:first-child{color:var(--brand);text-transform:uppercase;letter-spacing:.02em;font-weight:700}.home-content a.x-col .x-text-headline:first-of-type .x-text-content-text-primary,.home-content a.x-col .x-text-content-text-primary:first-child{letter-spacing:.08em;text-transform:uppercase;color:#000;background:#e2e2e2;border-radius:3px;padding:.4em .8em;font-size:12px;display:inline-block}.home-content .x-paginate,.home-content nav[role=navigation]{margin-top:3rem}.home-content .x-paginate-inner{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.home-content .x-paginate-inner>a,.home-content .x-paginate-inner>span{background:var(--brand);color:#090909;border-radius:20px;justify-content:center;align-items:center;min-width:2em;min-height:2em;padding:.8em 1em;font-weight:700;text-decoration:none;display:inline-flex}.home-content .x-paginate-inner>.current{background:var(--brand-soft);color:#000}.home-content .x-paginate-inner>.dots,.home-content .x-paginate-inner>.next,.home-content .x-paginate-inner>.prev{color:var(--navy);background:0 0}.home-content .x-paginate-inner>a:hover{background:#9bed77;box-shadow:0 0 0 3px #a2d14d5a}.home-content .screen-reader-text{clip:auto;width:auto;height:auto;position:static;overflow:visible}.home-content .cs-ta-center{text-align:center}.home-content .x-video{margin:1rem 0;position:relative}.home-content .x-video-inner,.home-content .x-frame-inner{height:0;padding-bottom:56.25%;position:relative}.home-content .x-video iframe,.home-content .x-frame iframe,.prose iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.home-content .faq-item,.prose .faq-item{border:1px solid var(--line);background:#fff;border-radius:8px;margin:.6rem 0;padding:.8rem 1rem}.post-content .x-grid{gap:1.5rem;display:grid}@media (width>=800px){.post-content .x-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);align-items:start}}.post-content .entry-content,.post-content .x-the-content{max-width:42rem}.post-content img{border-radius:8px}.author-archive{width:min(800px,100% - 2rem);margin:auto;padding:3rem 0}@media (width<=978px){.home-content .x-row-inner:has(>a.x-col){grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=766px){.home-content .x-row-inner:has(>a.x-col){grid-template-columns:1fr}}@media (width<=900px){.menu-toggle{display:block}.site-nav{background:var(--header);flex-direction:column;align-items:stretch;padding:1rem;display:none;position:absolute;inset:140px 0 auto}.site-nav.is-open{display:flex}}
