@font-face{font-family:Libre Baskerville;src:url(/_astro/librebaskerville-latin.kTlSpbgX.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}*,:before,:after{box-sizing:border-box;margin:0}html{color-scheme:light}body{background:var(--color-background);min-height:100vh;color:var(--color-text);font-family:var(--font-sans);font-size:var(--text-base);font-weight:var(--font-weight-regular);line-height:var(--line-height-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-wrap:break-word}@media (width<=47.999rem){html{scroll-padding-bottom:calc(var(--call-bar-height) + var(--space-4))}}img,picture,video,svg{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:var(--font-weight-regular);line-height:var(--line-height-tight)}h1{font-size:var(--text-4xl);text-wrap:balance}h2{font-size:var(--text-3xl);text-wrap:balance}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}:where(h1,h2,h3,h4,h5,h6){margin-block-end:var(--space-4)}:where(h1,h2){margin-block-end:var(--space-5)}:where(h1,h2,h3,h4,h5,h6):not(:first-child){margin-block-start:var(--space-6)}:where(h1,h2):not(:first-child){margin-block-start:var(--space-7)}:where(p):not([class]){margin-block-end:var(--space-4)}:where(p):not([class])+:where(p):not([class]),:where(p):not([class])+:where(ul):not([class]),:where(p):not([class])+:where(ol):not([class]){margin-block-start:var(--space-4)}:where(ul):not([class]),:where(ol):not([class]){margin-block-end:var(--space-4);padding-inline-start:1.5em}:where(ul):not([class])+:where(p):not([class]),:where(ol):not([class])+:where(p):not([class]),:where(ul):not([class])+:where(h1,h2,h3,h4,h5,h6),:where(ol):not([class])+:where(h1,h2,h3,h4,h5,h6){margin-block-start:var(--space-6)}:where(ul):not([class]) li+li,:where(ol):not([class]) li+li{margin-block-start:var(--space-2)}.section>.content-wrap>:first-child,.section>:first-child,.content-wrap>:first-child{margin-top:0}.section>.content-wrap>:last-child,.section>:last-child,.content-wrap>:last-child{margin-bottom:0}a{color:inherit}:focus-visible{outline:3px solid var(--color-focus);outline-offset:2px}button{font:inherit}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.skip-link{top:var(--space-2);left:var(--space-2);z-index:200;padding:var(--space-3) var(--space-4);background:var(--color-background);color:var(--color-text);font-weight:var(--font-weight-semibold);position:absolute;transform:translateY(-200%)}.skip-link:focus{transform:none}main:focus{outline:none}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.content-wrap{width:min(100% - calc(var(--gutter) * 2), var(--content-max-width));margin-inline:auto}:root{--color-background:#f6f4ee;--color-surface:#171612;--color-text:#171612;--color-text-inverse:#f6f4ee;--color-text-muted:#5e5a51;--color-accent:#9d8236;--color-focus:#9d8236;--color-accent-ink:#6f5b22;--color-accent-soft:#c8ad55;--color-line:#17161229;--color-line-inverse:#f6f4ee38;--font-serif:"Libre Baskerville", Georgia, "Times New Roman", Times, serif;--font-sans:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.12;--line-height-snug:1.3;--line-height-normal:1.5;--line-height-relaxed:1.65;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:clamp(1.75rem, 5vw, 2.25rem);--text-4xl:clamp(2rem, 6vw, 2.75rem);--text-5xl:clamp(2.5rem, 8vw, 4rem);--text-display:clamp(2.25rem, 7.5vw, 4.75rem);--tracking-kicker:.16em;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4rem;--space-9:6rem;--space-10:8rem;--content-max-width:75rem;--gutter:clamp(var(--space-4), 4vw, var(--space-8));--call-bar-height:4rem;--transition-fast:.15s ease;--transition-base:.25s ease}.button{justify-content:center;align-items:center;gap:var(--space-2);min-width:48px;min-height:48px;padding:var(--space-3) var(--space-5);color:inherit;font-family:var(--font-sans);font-size:var(--text-base);font-weight:var(--font-weight-medium);text-align:center;cursor:pointer;touch-action:manipulation;transition:background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);background:0 0;border:1px solid #0000;border-radius:0;line-height:1;text-decoration:none;display:inline-flex}.button--primary{background:var(--color-accent);color:var(--color-text)}.button--primary:hover{background:var(--color-accent-soft)}.button--secondary{color:var(--color-text);background:0 0;border-color:currentColor}.button--secondary:hover{border-color:var(--color-accent-ink);color:var(--color-accent-ink)}.button--large{min-height:56px;padding:var(--space-4) var(--space-6);font-size:var(--text-lg)}.button:focus-visible{outline:3px solid var(--color-focus);outline-offset:2px}.kicker{margin:0 0 var(--space-3);color:var(--color-accent-ink);font-size:var(--text-xs);font-weight:var(--font-weight-semibold);letter-spacing:var(--tracking-kicker);text-transform:uppercase}.link{text-underline-offset:.2em;text-decoration:underline 1px}.link:hover,.link:focus-visible{text-decoration-thickness:2px}.link:focus-visible{outline:3px solid var(--color-focus);outline-offset:2px}.section{padding-block:var(--space-8)}.section--tight{padding-block:var(--space-6)}.section--full{padding-block:0}.figure{margin:0}.figure__image{width:100%;height:auto}.figure__caption{margin-top:var(--space-3);color:var(--color-text-muted);font-size:var(--text-sm);line-height:var(--line-height-snug)}.figure--contained{padding-inline:var(--gutter)}.figure--contained .figure__caption{width:min(100%, var(--content-max-width));margin-inline:auto}.before-after{--split:50%;position:relative}.before-after__label{font-family:var(--font-serif);font-size:var(--text-xl);padding-block-end:var(--space-3)}.before-after__images{aspect-ratio:4/3;position:relative;overflow:hidden}.before-after__image{object-fit:cover;width:100%;height:100%;display:block}.before-after--ready .before-after__image--after{clip-path:inset(0 calc(100% - var(--split,50%)) 0 0);position:absolute;inset:0}.before-after__divider{top:0;bottom:0;left:var(--split,50%);background:var(--color-accent);width:4px;display:none;position:absolute;transform:translate(-50%)}.before-after--ready .before-after__divider{display:block}.before-after__handle{background:var(--color-background);width:44px;height:44px;color:var(--color-text);border:2px solid var(--color-accent);font-size:var(--text-sm);font-weight:var(--font-weight-medium);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.before-after__handle:focus-visible{outline:3px solid var(--color-focus);outline-offset:2px}.call-bar{z-index:100;min-height:var(--call-bar-height);background:var(--color-surface);color:var(--color-text-inverse);border-top:1px solid var(--color-line-inverse);display:flex;position:fixed;inset:auto 0 0}.call-bar__action{min-width:44px;min-height:44px;padding:var(--space-2) var(--space-3);color:inherit;font-family:var(--font-sans);text-align:center;white-space:nowrap;cursor:pointer;flex-direction:column;flex:50%;justify-content:center;align-items:center;gap:1px;text-decoration:none;display:inline-flex}.call-bar__strong{font-size:var(--text-base);font-weight:var(--font-weight-semibold);line-height:var(--line-height-tight)}.call-bar__note{color:var(--color-accent-soft);font-size:var(--text-xs);line-height:var(--line-height-tight)}.call-bar__action:first-child{border-inline-end:1px solid var(--color-line-inverse)}.call-bar__action:focus-visible{outline:3px solid var(--color-focus);outline-offset:-3px}@media (width>=48rem){.call-bar{display:none}}.site-header{z-index:50;background:var(--color-surface);color:var(--color-text-inverse);border-bottom:1px solid var(--color-line-inverse);position:sticky;top:0}.site-header__bar{justify-content:space-between;align-items:center;gap:var(--space-2);min-height:64px;display:flex}.site-header__brand,.site-footer__brand{align-items:center;gap:var(--space-2);text-decoration:none;display:inline-flex}.site-header__brand{gap:var(--space-1);white-space:nowrap;flex:none;min-height:44px}.site-header__brand-text,.site-footer__brand-text{font-family:var(--font-serif);color:var(--color-text-inverse);line-height:var(--line-height-tight)}.site-header__brand-text{font-size:clamp(1.0625rem,2.2vw,1.25rem)}.site-footer__brand-text{font-size:var(--text-xl)}.site-header__logo-plinth,.site-footer__logo-plinth{background:var(--color-background);border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}.site-header__logo-plinth{width:40px;height:40px}.site-header__logo,.site-footer__logo{width:auto;height:auto}.site-header__logo{max-width:32px;max-height:32px}.site-footer__mark{border-top:1px solid var(--color-line-inverse);justify-content:flex-start;margin-block-start:var(--space-6);margin-block-end:var(--space-5);padding-block-start:var(--space-6);display:flex}.site-footer__logo-plinth{width:72px;height:72px}.site-footer__logo{max-width:56px;max-height:56px}@media (width>=64rem){.site-header__bar{gap:var(--space-4)}.site-header__brand{gap:var(--space-3)}.site-header__logo-plinth{width:44px;height:44px}.site-header__logo{max-width:36px;max-height:36px}}.site-header__nav{align-items:center;gap:var(--space-2);flex:none;display:flex}.site-header__menu{align-items:center;gap:var(--space-5);padding:0;list-style:none;display:flex}.site-header__menu a{min-width:44px;min-height:44px;font-size:var(--text-base);white-space:nowrap;align-items:center;text-decoration:none;display:inline-flex}.site-header__menu a:hover,.site-header__menu a:focus-visible{text-underline-offset:.2em;text-decoration:underline 1px}.site-header__toggle{min-width:44px;min-height:44px;padding:var(--space-2);color:inherit;cursor:pointer;background:0 0;border:1px solid;display:none}.site-header__call{min-width:44px;min-height:44px;padding:var(--space-2) var(--space-4);background:var(--color-accent);color:var(--color-text);white-space:nowrap;transition:background-color var(--transition-fast);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.site-header__call:hover{background:var(--color-accent-soft)}.site-header__call-text{line-height:var(--line-height-tight);flex-direction:column;align-items:center;gap:1px;display:inline-flex}.site-header__call-note{font-size:var(--text-xs);font-weight:var(--font-weight-semibold);letter-spacing:var(--tracking-kicker);text-transform:uppercase}.site-header__call-number{font-size:var(--text-base);font-weight:var(--font-weight-semibold)}@media (width<=63.999rem){.site-header__toggle{justify-content:center;align-items:center;display:inline-flex}.site-header__menu{padding:var(--space-4) var(--gutter);background:var(--color-surface);border-bottom:1px solid var(--color-line-inverse);flex-direction:column;align-items:stretch;gap:0;display:none;position:absolute;top:100%;left:0;right:0}.site-header__menu.is-open{display:flex}.site-header__menu a{padding-block:var(--space-3);border-block-end:1px solid var(--color-line-inverse)}.site-header__menu a:last-child{border-block-end:none}.site-header__call-text{display:none}}@media (width>=64rem){.site-header__nav{gap:var(--space-5)}.site-header__call{padding:var(--space-3) var(--space-4)}.site-header__call-icon{display:none}}.site-footer{background:var(--color-surface);color:var(--color-text-inverse);padding-block:var(--space-7) var(--space-8)}.site-footer__grid{gap:var(--space-6);display:grid}.site-footer__group{gap:var(--space-2);flex-direction:column;display:flex}.site-footer__heading{font-family:var(--font-sans);font-size:var(--text-xs);font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:var(--tracking-kicker);color:var(--color-accent-soft);margin-block-end:var(--space-2)}.site-footer__group>p:not(.site-footer__heading){margin:0;padding-block:calc(22px - .5lh)}.site-footer__promise{color:var(--color-accent-soft);font-weight:var(--font-weight-medium)}.site-footer a{align-items:center;min-height:44px;text-decoration:none;display:inline-flex}.site-footer a:hover,.site-footer a:focus-visible{text-underline-offset:.2em;text-decoration:underline 1px}.site-footer__legal{border-top:1px solid var(--color-line-inverse);font-size:var(--text-sm);color:var(--color-text-inverse);opacity:.8;margin-block-start:var(--space-6);padding-block-start:var(--space-6)}@media (width<=47.999rem){.site-footer{padding-block-end:calc(var(--space-8) + var(--call-bar-height))}}@media (width>=48rem){.site-footer__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=64rem){.site-footer__grid{grid-template-columns:repeat(4,1fr)}}.promise-strip[data-astro-cid-dmayqr3p]{padding:var(--space-2) var(--gutter);background:var(--color-accent);color:var(--color-text);font-size:var(--text-sm);font-weight:var(--font-weight-medium);line-height:var(--line-height-snug);text-align:center;text-wrap:balance;margin:0}
