:root{--ivory:#f7f6f0;--heading:#315d6b;--ink:#354b52;--slate:#6f93a6;--sage-accent:#8fb8ad;--sage-soft:#a9bea7;--aqua:#d6e8e5;--mist:#e4eef1;--apricot:#d9a27e;--bg:var(--ivory);--border:color-mix(in srgb, var(--sage-soft) 45%, white);--max-width:760px;--font-body:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-heading:Georgia, "Times New Roman", serif;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--shadow-sm:0 1px 2px #354b5212, 0 1px 1px #354b520a;--shadow-md:0 10px 28px #354b521a;--space-xs:.5rem;--space-sm:1rem;--space-md:1.75rem;--space-lg:3rem;--space-xl:4.5rem}*{box-sizing:border-box}html{color-scheme:light}body{font-family:var(--font-body);color:var(--ink);background:var(--bg);margin:0;font-size:1.0625rem;line-height:1.65}.wrap{max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}a{color:var(--heading);text-decoration:underline;text-decoration-color:color-mix(in srgb, var(--heading) 40%, transparent)}a:hover{text-decoration-color:var(--heading);color:color-mix(in srgb, var(--heading) 80%, black)}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--heading);line-height:1.25}header.site-header{border-bottom:1px solid var(--border);background:var(--mist);margin-bottom:0;padding:1.25rem 0}header.site-header .wrap{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.site-title{font-family:var(--font-heading);color:var(--heading);align-items:center;gap:.6rem;font-size:1.4rem;font-weight:700;text-decoration:none;display:inline-flex}.site-mark{flex:none;width:30px;height:30px}nav.site-nav ul{gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}nav.site-nav a{color:var(--ink);border-bottom:2px solid #0000;padding-bottom:.2rem;font-size:.95rem;text-decoration:none}nav.site-nav a:hover{color:var(--heading)}nav.site-nav a.active{color:var(--heading);border-bottom-color:var(--apricot);font-weight:700}main{padding-bottom:3rem}.eyebrow{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--slate);align-items:center;gap:.5rem;margin:0 0 .6rem;font-size:.78rem;font-weight:700;display:inline-flex}.eyebrow:before{content:"";background:var(--apricot);width:1.5rem;height:2px;display:inline-block}.section-head{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1.5rem;display:flex}.section-head h2{margin:0;font-size:1.55rem}.section-head .view-all{white-space:nowrap;font-size:.9rem;font-weight:600;text-decoration:none}.section-head .view-all:hover{text-decoration:underline}section+section{margin-top:var(--space-lg)}.hero{padding:var(--space-lg) 0 var(--space-md);position:relative;overflow:hidden}.hero-decor{z-index:0;pointer-events:none;width:260px;height:260px;position:absolute;top:-30px;right:-50px}.hero-content{z-index:1;max-width:600px;position:relative}.hero h1{margin:0 0 1.1rem;font-size:clamp(2rem,4.2vw,2.75rem)}.hero h1 .rule{background:var(--apricot);border-radius:2px;width:3.25rem;height:3px;margin-top:1rem;display:block}.hero-sub{color:var(--ink);margin:0;font-size:1.12rem}.tag-pill{background:var(--sage-accent);color:var(--ink);border-radius:999px;margin-right:.4rem;padding:.15rem .6rem;font-size:.78rem;font-weight:600;text-decoration:none;display:inline-block}.post-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;display:grid}.post-list{flex-direction:column;gap:1.25rem;display:flex}.post-card{border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;padding:1.5rem 1.5rem 1.4rem;transition:transform .15s,box-shadow .15s;position:relative}.post-card:before{content:"";border-radius:var(--radius-md) var(--radius-md) 0 0;background:var(--accent,var(--sage-accent));height:4px;position:absolute;top:0;left:0;right:0}.post-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.post-card .meta{color:var(--slate);text-transform:uppercase;letter-spacing:.03em;font-size:.8rem}.post-card h2{margin:.5rem 0 .6rem;font-size:1.25rem;line-height:1.32}.post-card h2 a{color:var(--heading);text-decoration:none}.post-card h2 a:hover{text-decoration:underline}.post-card p.excerpt{margin:0 0 1rem;font-size:.97rem}.post-card .tag-pill{font-size:.72rem}.post-hero{border-radius:var(--radius-md);width:100%;margin:1rem 0 1.5rem;display:block}.post-hero-decor{border-radius:var(--radius-md);width:100%;height:150px;margin:1rem 0 1.75rem;display:block;overflow:hidden}.post-hero-decor svg{width:100%;height:100%;display:block}.post-meta-bar{color:var(--slate);align-items:center;gap:.5rem;margin:0 0 .5rem;font-size:.85rem;display:flex}.post-meta-bar .dot{opacity:.6}.post-tags{margin-bottom:.25rem}article.post-body{font-size:1.08rem}article.post-body h1{margin:.75rem 0 0;font-size:clamp(1.7rem,3.4vw,2.2rem)}article.post-body h2{margin-top:2.25rem}article.post-body h3{margin-top:1.75rem}article.post-body blockquote{border-left:3px solid var(--apricot);color:var(--ink);background:var(--aqua);border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin:1.5rem 0;padding:.4rem 0 .4rem 1.1rem;font-style:italic}.etsy-cta{background:var(--mist);border:1px solid var(--sage-soft);border-radius:var(--radius-md);margin:2.5rem 0;padding:1.4rem 1.6rem}.etsy-cta h3{color:var(--heading);margin:0 0 .4rem;font-size:1.08rem}.etsy-cta p{color:var(--ink);margin:0 0 .85rem}.etsy-cta a.button{background:var(--apricot);color:var(--ink);border-radius:var(--radius-sm);padding:.6rem 1.2rem;font-size:.92rem;font-weight:700;text-decoration:none;display:inline-block}.etsy-cta a.button:hover{background:color-mix(in srgb, var(--apricot) 85%, black)}.disclosure{color:var(--slate);border-top:1px solid var(--border);margin-top:2.5rem;padding-top:1rem;font-size:.85rem}.tag-index{flex-wrap:wrap;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.tag-index li{margin:0}.tag-index a{border:1px solid var(--border);color:var(--ink);background:#fff;border-radius:999px;align-items:center;gap:.4rem;padding:.4rem .9rem;font-size:.92rem;font-weight:600;text-decoration:none;display:inline-flex}.tag-index a:hover{border-color:var(--heading);color:var(--heading)}.tag-index .count{color:var(--slate);font-weight:400}footer.site-footer{border-top:3px solid var(--sage-accent);color:var(--ink);background:var(--mist);margin-top:var(--space-lg);padding:2.5rem 0 1.75rem;font-size:.88rem}footer.site-footer a{color:var(--heading)}.footer-grid{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.75rem;display:flex}.footer-brand{max-width:360px}.footer-brand strong{font-family:var(--font-heading);color:var(--heading);margin-bottom:.4rem;font-size:1.08rem;display:block}.footer-brand p{color:var(--ink);margin:0}.footer-links{flex-direction:column;align-items:flex-start;gap:.45rem;display:flex}.footer-bottom{border-top:1px solid var(--border);color:var(--slate);margin-top:1.5rem;padding-top:1rem;font-size:.78rem}.pagination{justify-content:space-between;margin-top:2rem;display:flex}
