:root{--bg: #f4efe6;--bg-accent: #fff8ee;--surface: rgba(255, 250, 243, .86);--surface-strong: #fffdf9;--surface-border: rgba(88, 62, 36, .12);--text: #201814;--text-soft: #625347;--text-muted: #7f6f64;--brand: #8c3b2f;--brand-deep: #5f241b;--shadow: 0 24px 70px rgba(46, 29, 12, .12);--radius-lg: 28px;--radius-md: 20px;--radius-sm: 14px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Palatino,Georgia,serif;color:var(--text);background:radial-gradient(circle at top left,rgba(227,180,133,.22),transparent 34%),radial-gradient(circle at top right,rgba(140,59,47,.14),transparent 28%),linear-gradient(180deg,#fbf7f0 0%,var(--bg) 52%,#efe5d7 100%)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-shell{width:min(1120px,calc(100% - 2rem));margin:0 auto}.site-body{display:block}.site-header{position:sticky;top:0;z-index:20;padding:1rem 0 0;background:linear-gradient(180deg,rgba(251,247,240,.92) 0%,rgba(251,247,240,.6) 70%,transparent 100%);backdrop-filter:blur(12px)}.site-header__inner{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.25rem;padding:1rem 1.25rem;border:1px solid var(--surface-border);border-radius:999px;background:#fffbf5c2;box-shadow:0 12px 36px #42291214}.site-brand{display:flex;flex-direction:column;gap:.1rem;margin-right:auto}.site-brand__mark{font-family:Avenir Next Condensed,Arial Narrow,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--brand)}.site-brand__name{font-size:1.1rem;font-weight:700;letter-spacing:-.03em}.site-nav{display:flex;flex-wrap:wrap;gap:.45rem}.site-nav__link{padding:.55rem .9rem;border-radius:999px;color:var(--text-soft);font-family:Avenir Next,Segoe UI,sans-serif;font-size:.92rem;font-weight:600;transition:background-color .18s ease,color .18s ease,transform .18s ease}.site-nav__link:hover,.site-nav__link:focus-visible{background:#8c3b2f17;color:var(--brand-deep);transform:translateY(-1px)}.site-search{min-width:min(100%,240px);flex:1 1 240px}.site-search :where(form,div:first-child){width:100%}.site-search :where(input,[type=search]){width:100%;padding:.85rem 1rem;border:1px solid rgba(88,62,36,.16);border-radius:999px;background:#ffffffd1;color:var(--text);font-family:Avenir Next,Segoe UI,sans-serif;font-size:.95rem}.site-search :where(input,[type=search])::placeholder{color:var(--text-muted)}.site-search :where(input,[type=search]):focus{outline:2px solid rgba(140,59,47,.2);outline-offset:2px}.site-main{padding:2rem 0 4rem}.page-shell{display:grid;gap:2.5rem}.page-shell>article,.page-shell>aside{padding:2rem;border:1px solid var(--surface-border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow)}.page-shell:has(>aside){align-items:start}.page-shell>article h1,.page-shell>article h2,.page-shell>article h3{line-height:.95;letter-spacing:-.04em}.page-shell>article h1{margin:0 0 1rem;font-size:clamp(2.5rem,4.6vw,4.2rem)}.page-shell>article p,.page-shell>article li,.page-shell>article blockquote{font-size:1.08rem;line-height:1.8;color:var(--text-soft)}.page-shell>article time{display:inline-block;margin-bottom:1.25rem;color:var(--text-muted);font-family:Avenir Next,Segoe UI,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.page-shell>article img{border-radius:calc(var(--radius-lg) - 6px);margin-bottom:1.5rem}.page-shell>article a,.page-shell>aside a{color:var(--brand)}.home-layout{display:grid;gap:0;padding:0;overflow:hidden}.home-hero,.home-section{padding:clamp(1.75rem,3vw,2.4rem)}.home-hero{border-bottom:1px solid rgba(88,62,36,.1);background:linear-gradient(135deg,#fffbf4f0,#f9f0e2e0),radial-gradient(circle at top right,rgba(140,59,47,.08),transparent 32%)}.home-rich-text{max-width:48rem}.home-rich-text :where(p:first-child,h6:first-child){margin-top:0;font-family:Avenir Next Condensed,Arial Narrow,sans-serif;font-size:.84rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--brand)}.home-rich-text :where(h1,h2){margin:.6rem 0 0;font-size:clamp(3rem,6vw,5.8rem);line-height:.92;letter-spacing:-.055em}.home-rich-text :where(p){max-width:42rem;margin:1.1rem 0 0;font-size:1.12rem;line-height:1.8;color:var(--text-soft)}.home-section+.home-section{border-top:1px solid rgba(88,62,36,.08)}.home-copy{display:grid;gap:1rem;max-width:52rem}.home-copy :where(h2,h3,h4){margin:0;line-height:.98;letter-spacing:-.04em}.home-copy :where(h2){font-size:clamp(2.2rem,4vw,3.3rem)}.home-copy :where(p,li,blockquote){margin:0;font-size:1.08rem;line-height:1.8;color:var(--text-soft)}.home-copy :where(ul,ol){padding-left:1.25rem;margin:0}.button-link{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.15rem;border:1px solid rgba(88,62,36,.14);border-radius:999px;background:#ffffffb3;font-family:Avenir Next,Segoe UI,sans-serif;font-size:.96rem;font-weight:700;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.button-link:hover,.button-link:focus-visible{transform:translateY(-1px);box-shadow:0 10px 24px #2e1d0c1f}.button-link--primary{border-color:transparent;background:linear-gradient(135deg,var(--brand),var(--brand-deep));color:#fff7f2}.button-link--primary:visited,.button-link--primary:hover,.button-link--primary:focus-visible,.button-link--primary:active{color:#fff7f2}.home-widgets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.home-widgets .widget{display:grid;gap:.9rem;align-content:start;padding:1.4rem;border:1px solid rgba(88,62,36,.1);border-radius:var(--radius-md);background:#fffdf9c7}.home-widgets .widget__title{margin:0;font-family:Avenir Next,Segoe UI,sans-serif;font-size:.9rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.home-widgets .widget__content :where(p,li,a,time,span,input,button){font-size:1rem;line-height:1.7}.home-widgets .widget__content :where(ul){padding:0;margin:0;list-style:none}.home-widgets .widget__content :where(li+li){margin-top:.8rem}.home-widgets .widget-recent-posts__link,.home-widgets .widget__menu a,.home-widgets .widget-categories__link{color:var(--brand);font-weight:600}.home-widgets .widget-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.65rem}.home-widgets .widget-search__input,.home-widgets .widget-search__button{padding:.8rem .95rem;border:1px solid rgba(88,62,36,.14);border-radius:999px;font:inherit}.home-widgets .widget-search__input{background:#fffdf9}.home-widgets .widget-search__button{background:linear-gradient(135deg,var(--brand),var(--brand-deep));color:#fff7f2}.empty-state{display:grid;gap:.9rem;max-width:44rem;padding:2rem;border:1px dashed rgba(88,62,36,.22);border-radius:var(--radius-md);background:#fffcf7b8}.empty-state h2,.empty-state p{margin:0}.empty-state p{color:var(--text-soft);line-height:1.75}.site-footer{padding:0 0 3rem}.site-footer__inner{padding:1.5rem;border-top:1px solid rgba(88,62,36,.14);color:var(--text-muted)}.site-footer__inner :where(h2,h3,h4){margin:0 0 .75rem;color:var(--text);font-family:Avenir Next,Segoe UI,sans-serif;font-size:.92rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.site-footer__inner :where(p,li,a){font-size:.98rem;line-height:1.7;color:var(--text-muted)}.site-footer__inner :where(ul){padding:0;margin:0;list-style:none}.site-footer__inner :where(li+li){margin-top:.4rem}.site-footer__inner :where(a:hover,a:focus-visible){color:var(--brand)}.site-footer__inner [data-widget-area=footer] .widget__menu ul{display:flex;flex-wrap:wrap;gap:.35rem 1rem;align-items:center}.site-footer__inner [data-widget-area=footer] .widget__menu li+li{margin-top:0}@media(max-width:960px){.site-header__inner{border-radius:28px}.home-widgets{grid-template-columns:1fr}}@media(min-width:961px){.page-shell:has(>aside){grid-template-columns:minmax(0,1fr) 300px}}@media(max-width:720px){.site-shell{width:min(100% - 1rem,1120px)}.site-header{padding-top:.6rem}.site-header__inner{padding:1rem;border-radius:24px}.site-nav{order:3;width:100%}.site-search{order:2;min-width:100%}.site-main{padding-top:1.4rem}.page-shell>article,.page-shell>aside,.empty-state{padding:1.35rem}.home-hero,.home-section{padding:1.35rem}.home-rich-text :where(h1,h2){font-size:clamp(2.25rem,12vw,3.5rem)}}.emdash-image[data-astro-cid-ldiwrirr]{margin:1.5rem 0}.emdash-image[data-astro-cid-ldiwrirr] img[data-astro-cid-ldiwrirr]{max-width:100%;height:auto}.emdash-image[data-astro-cid-ldiwrirr] figcaption[data-astro-cid-ldiwrirr]{font-size:.875rem;color:var(--emdash-caption-color, var(--color-muted, #666));margin-top:.5rem;text-align:center}.emdash-code[data-astro-cid-nn7vl2ip]{margin:1.5rem 0}.emdash-code-filename[data-astro-cid-nn7vl2ip]{font-size:.75rem;font-family:monospace;background:#2d2d2d;color:#ccc;padding:.5rem 1rem;border-radius:.5rem .5rem 0 0}.emdash-code[data-astro-cid-nn7vl2ip] pre[data-astro-cid-nn7vl2ip]{margin:0;padding:1rem;background:#1e1e1e;border-radius:.5rem;overflow-x:auto}.emdash-code-filename[data-astro-cid-nn7vl2ip]+pre[data-astro-cid-nn7vl2ip]{border-radius:0 0 .5rem .5rem}.emdash-code[data-astro-cid-nn7vl2ip] code[data-astro-cid-nn7vl2ip]{font-family:Fira Code,Consolas,monospace;font-size:.875rem;color:#e0e0e0}.emdash-embed[data-astro-cid-zxfer7kz]{margin:1.5rem 0}.emdash-embed-video[data-astro-cid-zxfer7kz]{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.emdash-embed-video[data-astro-cid-zxfer7kz] iframe[data-astro-cid-zxfer7kz],.emdash-embed-video[data-astro-cid-zxfer7kz] video[data-astro-cid-zxfer7kz]{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.emdash-embed-audio[data-astro-cid-zxfer7kz]{width:100%}.emdash-embed-audio[data-astro-cid-zxfer7kz] audio[data-astro-cid-zxfer7kz]{width:100%}.emdash-embed[data-astro-cid-zxfer7kz] figcaption[data-astro-cid-zxfer7kz]{font-size:.875rem;color:var(--emdash-caption-color, var(--color-muted, #666));margin-top:.5rem;text-align:center}.emdash-gallery[data-astro-cid-houevwwt]{display:grid;grid-template-columns:repeat(var(--columns, 3),1fr);gap:1rem;margin:1.5rem 0}.emdash-gallery-item[data-astro-cid-houevwwt]{margin:0}.emdash-gallery-item[data-astro-cid-houevwwt] img[data-astro-cid-houevwwt]{width:100%;height:auto;object-fit:cover;aspect-ratio:1}.emdash-gallery-item[data-astro-cid-houevwwt] figcaption[data-astro-cid-houevwwt]{font-size:.75rem;color:var(--emdash-caption-color, var(--color-muted, #666));margin-top:.25rem;text-align:center}@media(max-width:640px){.emdash-gallery[data-astro-cid-houevwwt]{grid-template-columns:repeat(2,1fr)}}.emdash-columns[data-astro-cid-kk7ook3r]{display:flex;gap:2rem;margin:1.5rem 0}.emdash-column[data-astro-cid-kk7ook3r]{flex:1;min-width:0}@media(max-width:768px){.emdash-columns[data-astro-cid-kk7ook3r]{flex-direction:column;gap:1rem}}.emdash-break[data-astro-cid-ag4mgib4]{margin:2rem 0}.emdash-break-line[data-astro-cid-ag4mgib4]{border:none;border-top:1px solid var(--emdash-break-color, var(--color-border, #e0e0e0))}.emdash-break-dots[data-astro-cid-ag4mgib4]{text-align:center;color:var(--emdash-break-dots-color, var(--color-muted, #999));letter-spacing:.5em}.emdash-break-space[data-astro-cid-ag4mgib4]{height:2rem}.emdash-html-block[data-astro-cid-rrg2jtfa]{margin:1.5rem 0}.emdash-table-wrapper[data-astro-cid-uplecitq]{margin:1.5rem 0;overflow-x:auto}.emdash-table[data-astro-cid-uplecitq]{width:100%;border-collapse:collapse;font-size:.9rem}.emdash-table[data-astro-cid-uplecitq] th[data-astro-cid-uplecitq],.emdash-table[data-astro-cid-uplecitq] td[data-astro-cid-uplecitq]{border:1px solid var(--color-border, #ddd);padding:.75rem;text-align:left}.emdash-table[data-astro-cid-uplecitq] th[data-astro-cid-uplecitq] p,.emdash-table[data-astro-cid-uplecitq] td[data-astro-cid-uplecitq] p{margin:0}.emdash-table[data-astro-cid-uplecitq] th[data-astro-cid-uplecitq]{background:var(--color-surface, #f5f5f5);font-weight:600}.emdash-table[data-astro-cid-uplecitq] tbody[data-astro-cid-uplecitq] tr[data-astro-cid-uplecitq]:nth-child(2n){background:var(--color-bg-subtle, #fafafa)}.emdash-table[data-astro-cid-uplecitq] tbody[data-astro-cid-uplecitq] tr[data-astro-cid-uplecitq]:hover{background:var(--color-surface, #f0f0f0)}.emdash-button[data-astro-cid-zlyz4i5o]{display:inline-block;padding:.75em 1.5em;border-radius:4px;text-decoration:none;font-weight:500;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s}.emdash-button--default[data-astro-cid-zlyz4i5o],.emdash-button--fill[data-astro-cid-zlyz4i5o]{background-color:var(--emdash-button-bg, #0073aa);color:var(--emdash-button-color, #fff);border:2px solid var(--emdash-button-bg, #0073aa)}.emdash-button--default[data-astro-cid-zlyz4i5o]:hover,.emdash-button--fill[data-astro-cid-zlyz4i5o]:hover{background-color:var(--emdash-button-bg-hover, #005177);border-color:var(--emdash-button-bg-hover, #005177)}.emdash-button--outline[data-astro-cid-zlyz4i5o]{background-color:transparent;color:var(--emdash-button-bg, #0073aa);border:2px solid var(--emdash-button-bg, #0073aa)}.emdash-button--outline[data-astro-cid-zlyz4i5o]:hover{background-color:var(--emdash-button-bg, #0073aa);color:var(--emdash-button-color, #fff)}.emdash-buttons[data-astro-cid-xbjmqivd]{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.5rem 0}.emdash-buttons--vertical[data-astro-cid-xbjmqivd]{flex-direction:column;align-items:flex-start}.emdash-buttons--horizontal[data-astro-cid-xbjmqivd]{flex-direction:row;align-items:center}.emdash-cover[data-astro-cid-q4bsg244]{position:relative;display:flex;align-items:center;padding:2rem;margin:1.5rem 0;overflow:hidden;border-radius:4px;background-color:var(--emdash-cover-fallback-bg, #333)}.emdash-cover__background[data-astro-cid-q4bsg244]{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.emdash-cover__video[data-astro-cid-q4bsg244]{object-fit:cover}.emdash-cover__overlay[data-astro-cid-q4bsg244]{position:absolute;inset:0;z-index:1}.emdash-cover__content[data-astro-cid-q4bsg244]{position:relative;z-index:2;width:100%;color:var(--emdash-cover-text-color, #fff)}.emdash-cover--align-left[data-astro-cid-q4bsg244]{justify-content:flex-start;text-align:left}.emdash-cover--align-center[data-astro-cid-q4bsg244]{justify-content:center;text-align:center}.emdash-cover--align-right[data-astro-cid-q4bsg244]{justify-content:flex-end;text-align:right}.emdash-cover__content[data-astro-cid-q4bsg244] h1,.emdash-cover__content[data-astro-cid-q4bsg244] h2,.emdash-cover__content[data-astro-cid-q4bsg244] h3,.emdash-cover__content[data-astro-cid-q4bsg244] h4,.emdash-cover__content[data-astro-cid-q4bsg244] p{color:inherit}.emdash-file[data-astro-cid-2yyyup4r]{display:flex;align-items:center;gap:.75rem;padding:1rem;margin:1rem 0;background-color:var(--emdash-file-bg, #f5f5f5);border-radius:4px;border:1px solid var(--emdash-file-border, #e0e0e0)}.emdash-file__link[data-astro-cid-2yyyup4r]{display:flex;align-items:center;gap:.5rem;flex:1;text-decoration:none;color:var(--emdash-file-color, #333)}.emdash-file__link[data-astro-cid-2yyyup4r]:hover{text-decoration:underline}.emdash-file__icon[data-astro-cid-2yyyup4r]{width:1.5rem;height:1.5rem;flex-shrink:0;color:var(--emdash-file-icon-color, #666)}.emdash-file__name[data-astro-cid-2yyyup4r]{font-weight:500;word-break:break-all}.emdash-file__download[data-astro-cid-2yyyup4r]{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background-color:var(--emdash-button-bg, #0073aa);color:var(--emdash-button-color, #fff);border-radius:4px;transition:background-color .2s}.emdash-file__download[data-astro-cid-2yyyup4r]:hover{background-color:var(--emdash-button-bg-hover, #005177)}.emdash-file__download[data-astro-cid-2yyyup4r] svg[data-astro-cid-2yyyup4r]{width:1.25rem;height:1.25rem}.emdash-pullquote[data-astro-cid-5c5uixsl]{margin:2rem 0;padding:1.5rem 2rem;border-top:4px solid var(--emdash-pullquote-border, #0073aa);border-bottom:4px solid var(--emdash-pullquote-border, #0073aa);text-align:center}.emdash-pullquote__text[data-astro-cid-5c5uixsl]{font-size:1.5rem;font-style:italic;line-height:1.4;color:var(--emdash-pullquote-color, #333);margin:0}.emdash-pullquote__citation[data-astro-cid-5c5uixsl]{margin-top:1rem;font-size:.9rem;font-style:normal;color:var(--emdash-pullquote-citation-color, #666)}.emdash-live-search[data-astro-cid-6buvcaf7]{position:relative;display:inline-block}.emdash-live-search-input[data-astro-cid-6buvcaf7]{width:100%;padding:.5rem 1rem;font-size:1rem;border:1px solid var(--emdash-search-border, #ccc);border-radius:.25rem;background:var(--emdash-search-bg, white);color:var(--emdash-search-text, inherit)}.emdash-live-search-input[data-astro-cid-6buvcaf7]:focus{outline:none;border-color:var(--emdash-search-border-focus, #666)}.emdash-live-search-results[data-astro-cid-6buvcaf7]{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background:var(--emdash-search-bg, white);border:1px solid var(--emdash-search-border, #ccc);border-radius:.25rem;box-shadow:0 4px 6px #0000001a;max-height:400px;overflow-y:auto;z-index:1000}.emdash-live-search-loading[data-astro-cid-6buvcaf7],.emdash-live-search-no-results[data-astro-cid-6buvcaf7]{padding:1rem;text-align:center;color:var(--emdash-search-muted, #666)}.emdash-live-search-result[data-astro-cid-6buvcaf7]{display:block;padding:.75rem 1rem;text-decoration:none;color:var(--emdash-search-text, inherit);border-bottom:1px solid var(--emdash-search-border, #eee)}.emdash-live-search-result[data-astro-cid-6buvcaf7]:last-child{border-bottom:none}.emdash-live-search-result[data-astro-cid-6buvcaf7]:hover,.emdash-live-search-result[data-astro-cid-6buvcaf7]:focus,.emdash-live-search-result[data-astro-cid-6buvcaf7].focused{background:var(--emdash-search-hover, #f5f5f5);outline:none}.emdash-live-search-result-title[data-astro-cid-6buvcaf7]{display:block;font-weight:500}.emdash-live-search-result-collection[data-astro-cid-6buvcaf7]{display:block;font-size:.75rem;color:var(--emdash-search-muted, #888);text-transform:uppercase;letter-spacing:.05em;margin-top:.125rem}.emdash-live-search-result-snippet[data-astro-cid-6buvcaf7]{display:block;font-size:.875rem;color:var(--emdash-search-muted, #666);margin-top:.25rem}.emdash-live-search-result-snippet[data-astro-cid-6buvcaf7] mark{font-weight:600;background:none;color:var(--emdash-search-highlight, var(--emdash-search-text, #000))}
