@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{min-height:100vh;background:var(--color-background);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(max-width:47.999rem){html{scroll-padding-bottom:calc(var(--call-bar-height) + var(--space-4))}body{padding-bottom:calc(var(--call-bar-height) + var(--space-4))}}img,picture,video,svg{display:block;max-width:100%;height:auto}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]){margin-block-start:var(--space-4)}: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{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.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: rgba(23, 22, 18, .16);--color-line-inverse: rgba(246, 244, 238, .22);--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{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-height:48px;min-width:48px;padding:var(--space-3) var(--space-5);border:1px solid transparent;border-radius:0;background:transparent;color:inherit;font-family:var(--font-sans);font-size:var(--text-base);font-weight:var(--font-weight-medium);line-height:1;text-align:center;text-decoration:none;cursor:pointer;touch-action:manipulation;transition:background-color var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast)}.button--primary{background:var(--color-accent);color:var(--color-text)}.button--primary:hover{background:var(--color-accent-soft)}.button--secondary{background:transparent;color:var(--color-text);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}.kicker--inverse{color:var(--color-accent-soft)}.link{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.2em;text-decoration-color:currentColor}.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{position:relative;--split: 50%}.before-after__label{padding-inline:var(--gutter);padding-block-end:var(--space-3);font-family:var(--font-serif);font-size:var(--text-xl)}.before-after__images{position:relative;aspect-ratio:4 / 3;overflow:hidden}.before-after__image{display:block;width:100%;height:100%;object-fit:cover}.before-after--ready .before-after__image--after{position:absolute;inset:0;clip-path:inset(0 calc(100% - var(--split, 50%)) 0 0)}.before-after__divider{position:absolute;top:0;bottom:0;left:var(--split, 50%);width:4px;background:var(--color-accent);transform:translate(-50%);display:none}.before-after--ready .before-after__divider{display:block}.before-after__handle{position:absolute;top:50%;left:50%;width:44px;height:44px;background:var(--color-background);color:var(--color-text);border:2px solid var(--color-accent);border-radius:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;font-size:var(--text-sm);font-weight:var(--font-weight-medium)}.before-after__handle:focus-visible{outline:3px solid var(--color-focus);outline-offset:2px}.call-bar{position:fixed;inset:auto 0 0;z-index:100;min-height:var(--call-bar-height);display:flex;background:var(--color-surface);color:var(--color-text-inverse);border-top:1px solid var(--color-line-inverse)}.call-bar__action{flex:1 1 50%;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;min-height:44px;min-width:44px;padding:var(--space-2) var(--space-3);color:inherit;font-family:var(--font-sans);text-decoration:none;text-align:center;white-space:nowrap;cursor:pointer}.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(min-width:48rem){.call-bar{display:none}}.site-header{position:sticky;top:0;z-index:50;background:var(--color-surface);color:var(--color-text-inverse);border-bottom:1px solid var(--color-line-inverse)}.site-header__bar{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);min-height:64px}.site-header__brand,.site-footer__brand{display:inline-flex;align-items:center;gap:var(--space-2);text-decoration:none}.site-header__brand{flex:none;min-height:44px;gap:var(--space-1);white-space:nowrap}.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{display:inline-flex;align-items:center;justify-content:center;background:var(--color-background);border-radius:50%;flex:none}.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{display:flex;justify-content:flex-start;margin-block-start:var(--space-6);margin-block-end:var(--space-5);padding-block-start:var(--space-6);border-top:1px solid var(--color-line-inverse)}.site-footer__logo-plinth{width:72px;height:72px}.site-footer__logo{max-width:56px;max-height:56px}@media(min-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{display:flex;align-items:center;flex:none;gap:var(--space-2)}.site-header__menu{display:flex;align-items:center;gap:var(--space-5);list-style:none;padding:0}.site-header__menu a{display:inline-flex;min-height:44px;min-width:44px;align-items:center;text-decoration:none;font-size:var(--text-base);white-space:nowrap}.site-header__menu a:hover,.site-header__menu a:focus-visible{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.2em}.site-header__toggle{display:none;min-height:44px;min-width:44px;padding:var(--space-2);background:transparent;color:inherit;border:1px solid currentColor;cursor:pointer}.site-header__call{display:inline-flex;align-items:center;justify-content:center;min-height:44px;min-width:44px;padding:var(--space-2) var(--space-4);background:var(--color-accent);color:var(--color-text);text-decoration:none;white-space:nowrap;transition:background-color var(--transition-fast)}.site-header__call:hover{background:var(--color-accent-soft)}.site-header__call-text{display:inline-flex;flex-direction:column;align-items:center;gap:1px;line-height:var(--line-height-tight)}.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(max-width:63.999rem){.site-header__toggle{display:inline-flex;align-items:center;justify-content:center}.site-header__menu{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;padding:var(--space-4) var(--gutter);background:var(--color-surface);border-bottom:1px solid var(--color-line-inverse)}.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(min-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{display:grid;gap:var(--space-6)}.site-footer__group{display:flex;flex-direction:column;gap:var(--space-2)}.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__promise{color:var(--color-accent-soft);font-weight:var(--font-weight-medium)}.site-footer a{text-decoration:none;min-height:44px;display:inline-flex;align-items:center}.site-footer a:hover,.site-footer a:focus-visible{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.2em}.site-footer__legal{margin-block-start:var(--space-6);padding-block-start:var(--space-6);border-top:1px solid var(--color-line-inverse);font-size:var(--text-sm);color:var(--color-text-inverse);opacity:.8}@media(min-width:48rem){.site-footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:64rem){.site-footer__grid{grid-template-columns:repeat(4,1fr)}}.promise-strip[data-astro-cid-cvqheww5]{margin:0;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}
