:root{--cream:#efddb8;--steel:#8aa9be;--terra:#c87665;--sage:#869d8c;--ink:#1a1a1a;--font-heading:"acumin-pro", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;--font-body:"Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;--measure:1400px}*{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{background:var(--cream);color:var(--ink);font-family:var(--font-body);letter-spacing:.05em;text-transform:lowercase;margin:0;font-size:1rem;font-weight:300;line-height:1.2}h1,h2,h3,h4{font-family:var(--font-heading);letter-spacing:0;text-wrap:balance;margin:0 0 1rem;font-weight:200;line-height:1.1}h1{font-size:min(2.4vw + 1rem,3rem)}h2{font-size:min(1.2vw + 1rem,2rem)}h3{font-size:min(.6vw + 1rem,1.5rem)}h4{font-size:min(.24vw + 1rem,1.2rem)}p{margin:0 0 1rem}p:last-child{margin-bottom:0}a{color:inherit;text-underline-offset:3px}a:focus-visible,button:focus-visible{outline:3px solid var(--ink);outline-offset:2px}img{max-width:100%;height:auto;display:block}strong{font-weight:500}.sec{padding:clamp(1.6rem,3.3vw,3rem) 2vw}.sec-medium{padding-block:clamp(3rem,6.6vw,6rem)}.sec-flush{padding-block:.5rem}.t-cream{background:var(--cream);color:var(--ink)}.t-steel{background:var(--steel);color:var(--ink)}.t-terra{background:var(--terra);color:#fff}.t-sage{background:var(--sage);color:#fff}.t-ink{background:var(--ink);color:#fff}.accent{color:var(--terra)}.accent-soft{color:var(--cream)}.container{max-width:var(--measure);margin:0 auto}.container-narrow{max-width:720px;margin:0 auto}.split{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(1.5rem,4vw,4rem);display:grid}@media (width<=760px){.split{grid-template-columns:1fr}}.fe{max-width:var(--measure);grid-template-columns:repeat(24,minmax(0,1fr));gap:11px;margin:0 auto;display:grid}@media (width<=760px){.fe{flex-direction:column;gap:1.5rem;display:flex}.sec{padding:2.5rem 1.4rem}}.site-header{background:var(--terra);color:var(--cream);padding:1.5vw 2vw}.site-header .bar{max-width:var(--measure);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;display:flex}.wordmark{font-family:var(--font-heading);font-size:min(1.2vw + 1rem,2rem);font-weight:200;line-height:1.1;text-decoration:none}.site-nav{gap:1.6rem;display:flex}.site-nav a{font-size:1rem;font-weight:300;text-decoration:none}.site-nav a:hover,.site-nav a[aria-current=page]{text-decoration:underline}.nav-toggle{cursor:pointer;color:inherit;background:0 0;border:none;padding:.5rem 0;display:none}.nav-toggle span{background:currentColor;width:30px;height:1.5px;margin:7px 0;transition:transform .2s,opacity .2s;display:block}@media (width<=760px){.nav-toggle{display:block}.site-header{z-index:60;transition:background .3s,color .3s;position:relative}.site-nav{z-index:1;background:var(--steel);opacity:0;visibility:hidden;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:1.4rem;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.site-nav a{color:#fff;font-size:clamp(2rem,8vw,2.6rem);font-weight:300}.wordmark,.nav-toggle{z-index:2;position:relative}body.nav-open{overflow:hidden}body.nav-open .site-header{background:var(--steel);color:#fff}body.nav-open .site-nav{opacity:1;visibility:visible;pointer-events:auto}body.nav-open .nav-toggle span:first-child{transform:translateY(4.25px)rotate(45deg)}body.nav-open .nav-toggle span:last-child{transform:translateY(-4.25px)rotate(-45deg)}@media (prefers-reduced-motion:reduce){.site-header,.site-nav{transition:none}}}.btn{background:var(--terra);color:var(--cream);font-family:var(--font-body);letter-spacing:.02em;text-align:center;border:none;border-radius:10px;padding:.95em 2.2em;font-size:min(.12vw + 1rem,1.1rem);font-weight:400;line-height:1.2;text-decoration:none;display:inline-block}.btn:hover{filter:brightness(.92)}.plain-list{margin:0;padding:0;list-style:none}.plain-list li{margin-bottom:.6rem}.site-footer{background:var(--cream);color:var(--ink);padding:calc(.7rem + 2px) 2vw;font-size:.88rem;line-height:1.4}.site-footer .bar{max-width:var(--measure);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.8rem;margin:0 auto;display:flex}.site-footer nav{flex-wrap:wrap;gap:1.4rem;display:flex}.site-footer a{font-weight:300;text-decoration:none}.socials{align-items:center;gap:1rem;display:flex}.socials svg{fill:currentColor;width:18px;height:18px}.site-footer nav a,.socials a{color:var(--ink);padding-bottom:3px;display:inline-flex;position:relative}.site-footer nav a:after,.socials a:after{content:"";background:var(--terra);transform-origin:0;height:2px;transition:transform .18s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.site-footer nav a:hover,.site-footer nav a:focus-visible,.socials a:hover,.socials a:focus-visible{color:var(--terra)}.site-footer nav a:hover:after,.site-footer nav a:focus-visible:after,.socials a:hover:after,.socials a:focus-visible:after{transform:scaleX(1)}.post-meta{opacity:.8;margin-bottom:1.4rem;font-size:.85rem;font-weight:300}.post-body p{white-space:pre-wrap;margin-bottom:1.2rem}.post-body img{max-width:min(100%,640px);margin:1.6rem auto}.post-divider{border:none;border-top:1px solid var(--ink);opacity:.25;margin:clamp(2.5rem,6vw,4rem) 0}.prev-next{justify-content:space-between;gap:1rem;font-size:.95rem;font-weight:300;display:flex}.prev-next a{text-decoration:none}.prev-next a:hover{text-decoration:underline}.feed-panel{background:var(--cream);color:var(--ink);border:3px solid var(--terra);border-radius:10px;max-width:1200px;margin:1.5rem auto 0;padding:clamp(1.4rem,3vw,2.6rem) clamp(1rem,2.5vw,2rem)}.feed{text-align:center;grid-template-columns:repeat(6,1fr);gap:1.6rem 1.4rem;margin:0;padding:0;list-style:none;display:grid}@media (width<=1000px){.feed{grid-template-columns:repeat(3,1fr)}}@media (width<=600px){.feed{grid-template-columns:repeat(2,1fr)}}.feed a{text-decoration:none;display:inline-block}.feed a:hover .feed-title{text-decoration:underline}.feed-date{opacity:.75;margin-bottom:.3rem;font-size:.72rem;font-weight:300;display:block}.feed-title{font-size:.92rem;font-weight:300;line-height:1.35}.feed-sm{text-align:left;margin:0;padding:0;list-style:none}.feed-sm li{margin-bottom:1.1rem}.feed-sm a{text-decoration:none;display:inline-block}.feed-sm a:hover .feed-title{text-decoration:underline}.feed-sm .feed-title{font-size:.95rem}.gallery{grid-template-columns:repeat(2,1fr);gap:.7rem;display:grid}.gallery img{aspect-ratio:1;object-fit:cover;width:100%}.embed-grid{max-width:var(--measure);grid-template-columns:repeat(3,1fr);gap:1.2rem;margin:0 auto;display:grid}@media (width<=900px){.embed-grid{grid-template-columns:1fr}}.embed-grid iframe,.embed-single iframe{border:0;border-radius:10px;width:100%;height:450px;overflow:hidden}
