.Header-module__lnUIdW__header{z-index:100;color:var(--ink);transition:color var(--dur) var(--ease-out);position:fixed;top:0;left:0;right:0}.Header-module__lnUIdW__header[data-over=dark],.Header-module__lnUIdW__header[data-menu=true],.Header-module__lnUIdW__header[data-scrolled=true][data-menu=true]{color:var(--parchment)}.Header-module__lnUIdW__header[data-menu=true] .Header-module__lnUIdW__backdrop{opacity:0;transform:translateY(-100%)}.Header-module__lnUIdW__bar{z-index:2;justify-content:space-between;align-items:center;gap:var(--sp-4);height:var(--header-h);max-width:var(--max);padding-inline:var(--gutter);margin-inline:auto;display:flex;position:relative}.Header-module__lnUIdW__backdrop{background:var(--parchment);opacity:0;transition:opacity .4s var(--ease-out), transform .4s var(--ease-out);pointer-events:none;border-bottom:1px solid #26221e1f;position:absolute;inset:0;transform:translateY(-100%)}.Header-module__lnUIdW__header[data-scrolled=true] .Header-module__lnUIdW__backdrop{opacity:1;transform:translateY(0)}.Header-module__lnUIdW__header[data-scrolled=true],.Header-module__lnUIdW__header[data-scrolled=true][data-over=dark]{color:var(--ink)}.Header-module__lnUIdW__brand{z-index:2;min-height:var(--tap);transition:opacity var(--dur) var(--ease-out);flex:none;align-items:center;display:inline-flex;position:relative}.Header-module__lnUIdW__brand:hover{opacity:.68}.Header-module__lnUIdW__brandLogo{height:36px}@media (max-width:1000px){.Header-module__lnUIdW__brandLogo{height:30px}}@media (max-width:400px){.Header-module__lnUIdW__brandLogo{height:26px}}.Header-module__lnUIdW__nav{z-index:2;align-items:center;gap:clamp(.4rem,1.2vw,1.1rem);display:flex;position:relative}.Header-module__lnUIdW__navItem{position:relative}.Header-module__lnUIdW__navLink{min-height:var(--tap);letter-spacing:.09em;text-transform:uppercase;white-space:nowrap;color:inherit;align-items:center;gap:.4em;padding:.65rem .2rem;font-size:clamp(.74rem,.8vw,.82rem);font-weight:650;display:inline-flex;position:relative}.Header-module__lnUIdW__navLink:after{content:"";transform-origin:0;height:2px;transition:transform .42s var(--ease-out);background:currentColor;position:absolute;bottom:.55rem;left:.2rem;right:.2rem;transform:scaleX(0)}.Header-module__lnUIdW__navLink:hover:after,.Header-module__lnUIdW__navItem[data-open=true] .Header-module__lnUIdW__navLink:after,.Header-module__lnUIdW__navLink[aria-current=page]:after{transform:scaleX(1)}.Header-module__lnUIdW__caret{width:.34em;height:.34em;transition:transform .34s var(--ease-out);opacity:.75;border-bottom:1.6px solid;border-right:1.6px solid;transform:translateY(-.14em)rotate(45deg)}.Header-module__lnUIdW__navItem[data-open=true] .Header-module__lnUIdW__caret{transform:translateY(.06em)rotate(-135deg)}.Header-module__lnUIdW__panel{background:var(--parchment);min-width:22rem;color:var(--ink);border-radius:var(--radius);opacity:0;visibility:hidden;transition:opacity .28s var(--ease-out), transform .34s var(--ease-out), visibility .28s;border:1px solid #26221e1f;padding:.7rem;position:absolute;top:calc(100% + .2rem);left:50%;transform:translateY(-8px);box-shadow:0 26px 60px -30px #26221e6b,0 2px 10px -4px #26221e1f}.Header-module__lnUIdW__navItem[data-open=true] .Header-module__lnUIdW__panel{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__lnUIdW__panelWide{grid-template-columns:1.1fr .9fr;gap:.7rem;min-width:40rem;display:grid}.Header-module__lnUIdW__panelList{flex-direction:column;display:flex}.Header-module__lnUIdW__panelLink{border-radius:var(--radius-sm);transition:background var(--dur) var(--ease-out);padding:.7rem .9rem;display:block}.Header-module__lnUIdW__panelLink:hover{background:var(--parchment-2)}.Header-module__lnUIdW__panelLink strong{font-family:var(--font-display);letter-spacing:-.01em;font-size:1.1rem;font-weight:400;line-height:1.2;display:block}.Header-module__lnUIdW__panelLink span{color:var(--ink-3);margin-top:.16rem;font-size:.84rem;line-height:1.45;display:block}.Header-module__lnUIdW__feature{border-radius:var(--radius-sm);background:var(--forest-deep);isolation:isolate;min-height:12.5rem;display:block;position:relative;overflow:hidden}.Header-module__lnUIdW__featureFrame{display:block;position:absolute;inset:0;overflow:hidden}.Header-module__lnUIdW__featureFrame img{object-fit:cover;opacity:.55;width:100%;height:100%;transition:transform .8s var(--ease-out), opacity var(--dur) var(--ease-out)}.Header-module__lnUIdW__feature:hover .Header-module__lnUIdW__featureFrame img{opacity:.45;transform:scale(1.045)}.Header-module__lnUIdW__featureText{z-index:1;height:100%;color:var(--parchment);flex-direction:column;justify-content:flex-end;gap:.4rem;padding:1.1rem;display:flex;position:relative}.Header-module__lnUIdW__featureText em{letter-spacing:.13em;text-transform:uppercase;opacity:.9;font-size:.7rem;font-style:normal;font-weight:650}.Header-module__lnUIdW__featureText strong{font-family:var(--font-display);letter-spacing:-.012em;font-size:1.3rem;font-weight:400;line-height:1.14}.Header-module__lnUIdW__actions{z-index:2;flex:none;align-items:center;gap:.5rem;display:flex;position:relative}.Header-module__lnUIdW__ctaSlot{display:inline-flex}.Header-module__lnUIdW__burger{min-height:var(--tap);min-width:var(--tap);color:inherit;letter-spacing:.11em;text-transform:uppercase;align-items:center;gap:.55rem;padding:.55rem .3rem;font-size:.74rem;font-weight:650;display:none}.Header-module__lnUIdW__burgerIcon{flex:none;width:1.4rem;height:.78rem;position:relative}.Header-module__lnUIdW__burgerIcon i{height:2px;transition:transform .4s var(--ease-out), opacity .3s var(--ease-out);background:currentColor;position:absolute;left:0;right:0}.Header-module__lnUIdW__burgerIcon i:first-child{top:0}.Header-module__lnUIdW__burgerIcon i:nth-child(2){margin-top:-1px;top:50%}.Header-module__lnUIdW__burgerIcon i:nth-child(3){bottom:0}.Header-module__lnUIdW__open .Header-module__lnUIdW__burgerIcon i:first-child{transform:translateY(.38rem)rotate(45deg)}.Header-module__lnUIdW__open .Header-module__lnUIdW__burgerIcon i:nth-child(2){opacity:0}.Header-module__lnUIdW__open .Header-module__lnUIdW__burgerIcon i:nth-child(3){transform:translateY(-.37rem)rotate(-45deg)}@media (max-width:1360px){.Header-module__lnUIdW__nav{gap:.35rem}.Header-module__lnUIdW__navLink{letter-spacing:.07em}.Header-module__lnUIdW__panelWide{min-width:34rem}}@media (max-width:1200px){.Header-module__lnUIdW__nav{gap:.15rem}.Header-module__lnUIdW__navLink{letter-spacing:.05em;padding-inline:.12rem;font-size:.72rem}.Header-module__lnUIdW__bar{gap:.75rem}.Header-module__lnUIdW__panelWide{grid-template-columns:1.2fr .8fr;min-width:30rem}}@media (max-width:1080px){.Header-module__lnUIdW__nav{display:none}.Header-module__lnUIdW__burger{display:inline-flex}}@media (max-width:700px){.Header-module__lnUIdW__ctaSlot{display:none}}.Header-module__lnUIdW__sheet{z-index:1;background:var(--forest);color:var(--parchment);overscroll-behavior:contain;padding:calc(var(--header-h) + 1.25rem) var(--gutter) 2.5rem;clip-path:inset(0 0 100%);transition:clip-path .55s var(--ease-out);flex-direction:column;display:flex;position:fixed;inset:0;overflow-y:auto}.Header-module__lnUIdW__sheetOpen{clip-path:inset(0 0 0%)}.Header-module__lnUIdW__sheetInner{width:100%;max-width:40rem;margin-inline:auto}.Header-module__lnUIdW__sheetTop{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;margin-bottom:1.75rem;display:grid}@media (max-width:420px){.Header-module__lnUIdW__sheetTop{grid-template-columns:minmax(0,1fr)}}.Header-module__lnUIdW__mItem{border-bottom:1px solid #f7f1e62e}.Header-module__lnUIdW__mHead{width:100%;min-height:var(--tap);text-align:left;font-family:var(--font-display);letter-spacing:-.018em;color:inherit;justify-content:space-between;align-items:center;gap:1rem;padding:.95rem 0;font-size:clamp(1.6rem,6.4vw,2.3rem);line-height:1.12;display:flex}.Header-module__lnUIdW__mHead .Header-module__lnUIdW__plus{flex:none;width:.8em;height:.8em;font-size:.55em;position:relative}.Header-module__lnUIdW__mHead .Header-module__lnUIdW__plus:before,.Header-module__lnUIdW__mHead .Header-module__lnUIdW__plus:after{content:"";height:2px;transition:transform .4s var(--ease-out), opacity .3s var(--ease-out);background:currentColor;position:absolute;inset:50% 0 auto}.Header-module__lnUIdW__mHead .Header-module__lnUIdW__plus:after{transform:rotate(90deg)}.Header-module__lnUIdW__mOpen .Header-module__lnUIdW__plus:after{opacity:0;transform:rotate(0)}.Header-module__lnUIdW__mPanel{transition:grid-template-rows .46s var(--ease-out);grid-template-rows:0fr;display:grid}.Header-module__lnUIdW__mPanelOpen{grid-template-rows:1fr}.Header-module__lnUIdW__mPanel>div{overflow:hidden}.Header-module__lnUIdW__mSub{flex-direction:column;gap:.1rem;padding-bottom:1rem;display:flex}.Header-module__lnUIdW__mSub a{min-height:var(--tap);color:#f7f1e6d1;transition:color var(--dur) var(--ease-out), transform var(--dur) var(--ease-out);align-items:center;padding:.5rem 0;font-size:1.05rem;display:flex}.Header-module__lnUIdW__mSub a:hover{color:var(--parchment);transform:translate(4px)}.Header-module__lnUIdW__sheetFoot{flex-direction:column;gap:1rem;margin-top:2.2rem;display:flex}.Header-module__lnUIdW__sheetFoot a.Header-module__lnUIdW__mail{min-height:var(--tap);font-size:var(--step-1);text-underline-offset:.25em;align-items:center;-webkit-text-decoration:underline #f7f1e666;text-decoration:underline #f7f1e666;display:inline-flex}.Header-module__lnUIdW__crisis{font-size:var(--step--1);color:#f7f1e6c7;max-width:36ch;line-height:1.55}.Header-module__lnUIdW__crisis a{text-underline-offset:.2em;text-decoration:underline}@media (prefers-reduced-motion:reduce){.Header-module__lnUIdW__sheet,.Header-module__lnUIdW__panel,.Header-module__lnUIdW__mPanel,.Header-module__lnUIdW__backdrop{transition:none}}
:root{--ink:#26221e;--ink-2:#3e3833;--ink-3:#65605a;--parchment:#f7f1e6;--parchment-2:#f0e6d5;--parchment-3:#e5d8c1;--forest:#1f4234;--forest-deep:#153025;--forest-soft:#dbe6dc;--terracotta:#9c4e30;--terracotta-mid:#c06a4a;--terracotta-soft:#f4dccd;--rose:#d9a09a;--rose-deep:#8e4b4b;--rose-soft:#f7e3de;--blue:#2f5c74;--blue-deep:#204356;--blue-soft:#dae7ed;--bg:var(--parchment);--fg:var(--ink);--muted:#65605a;--rule:#26221e29;--rule-strong:#26221e47;--accent:var(--forest);--accent-contrast:var(--parchment);--wash:#26221e0d;--font-display:var(--font-fraunces), "Iowan Old Style", Palatino, Georgia, serif;--font-sans:var(--font-figtree), ui-sans-serif, system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;--step--1:clamp(.875rem, .84rem + .16vw, .95rem);--step-0:clamp(1rem, .9rem + .5vw, 1.125rem);--step-1:clamp(1.125rem, 1.05rem + .36vw, 1.3rem);--step-2:clamp(1.3rem, 1.18rem + .58vw, 1.65rem);--step-3:clamp(1.55rem, 1.32rem + 1.1vw, 2.3rem);--step-4:clamp(1.85rem, 1.42rem + 2.05vw, 3.1rem);--step-5:clamp(2.15rem, 1.5rem + 3.1vw, 4rem);--step-6:clamp(2.4rem, 1.6rem + 4vw, 5rem);--step-7:clamp(2.6rem, 1.7rem + 5.4vw, 6.4rem);--lh-body:1.62;--lh-body-lg:1.56;--sp-1:.25rem;--sp-2:.5rem;--sp-3:.75rem;--sp-4:1rem;--sp-5:1.5rem;--sp-6:2rem;--sp-7:3rem;--sp-8:4rem;--sp-9:6rem;--section-y:clamp(3rem, 5vw, 5.5rem);--gutter:clamp(1.25rem, 4vw, 3.5rem);--measure:66ch;--max:1440px;--header-h:82px;--ease-out:cubic-bezier(.22, 1, .36, 1);--ease-in-out:cubic-bezier(.65, 0, .35, 1);--dur-fast:.18s;--dur:.32s;--dur-slow:.62s;--radius-sm:3px;--radius:8px;--radius-lg:14px;--arch:50% 50% 6px 6px / 62% 62% 3% 3%;--bubble:46% 54% 52% 48% / 54% 48% 52% 46%;--bubble-band:12% 12% 12% 12% / 34% 34% 34% 34%;--tap:44px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (max-width:900px){:root{--header-h:68px}}[data-theme=parchment]{--bg:var(--parchment);--fg:var(--ink);--muted:#65605a;--rule:#26221e29;--rule-strong:#26221e4d;--accent:var(--forest);--accent-contrast:var(--parchment);--wash:#1f42340f}[data-theme=parchment-2]{--bg:var(--parchment-2);--fg:var(--ink);--muted:#5f5951;--rule:#26221e2e;--rule-strong:#26221e52;--accent:var(--forest);--accent-contrast:var(--parchment);--wash:#1f423412}[data-theme=parchment-3]{--bg:var(--parchment-3);--fg:var(--ink);--muted:#585148;--rule:#26221e33;--rule-strong:#26221e57;--accent:var(--forest);--accent-contrast:var(--parchment);--wash:#1f423414}[data-theme=forest]{--bg:var(--forest);--fg:var(--parchment);--muted:#d0d1c6;--rule:#f7f1e642;--rule-strong:#f7f1e670;--accent:var(--rose);--accent-contrast:var(--forest-deep);--wash:#f7f1e614}[data-theme=forest-deep]{--bg:var(--forest-deep);--fg:var(--parchment);--muted:#c9ccc2;--rule:#f7f1e63d;--rule-strong:#f7f1e66b;--accent:var(--rose);--accent-contrast:var(--forest-deep);--wash:#f7f1e612}[data-theme=forest-soft]{--bg:var(--forest-soft);--fg:var(--forest-deep);--muted:#354d42;--rule:#15302538;--rule-strong:#1530255c;--accent:var(--forest);--accent-contrast:var(--parchment);--wash:#15302512}[data-theme=terracotta]{--bg:var(--terracotta);--fg:var(--parchment);--muted:#eee1d4;--rule:#f7f1e652;--rule-strong:#f7f1e680;--accent:var(--parchment);--accent-contrast:var(--terracotta);--wash:#f7f1e61a}[data-theme=terracotta-soft]{--bg:var(--terracotta-soft);--fg:var(--ink);--muted:#5c524c;--rule:#26221e2e;--rule-strong:#26221e52;--accent:var(--terracotta);--accent-contrast:var(--parchment);--wash:#9c4e3014}[data-theme=rose]{--bg:var(--rose);--fg:var(--ink);--muted:#463934;--rule:#26221e38;--rule-strong:#26221e5c;--accent:var(--forest);--accent-contrast:var(--parchment);--wash:#26221e12}[data-theme=rose-soft]{--bg:var(--rose-soft);--fg:var(--ink);--muted:#615854;--rule:#26221e2e;--rule-strong:#26221e52;--accent:var(--rose-deep);--accent-contrast:var(--parchment);--wash:#8e4b4b14}[data-theme=blue]{--bg:var(--blue);--fg:var(--parchment);--muted:#dbdcd6;--rule:#f7f1e647;--rule-strong:#f7f1e675;--accent:var(--terracotta-soft);--accent-contrast:var(--blue-deep);--wash:#f7f1e617}[data-theme=blue-soft]{--bg:var(--blue-soft);--fg:var(--blue-deep);--muted:#3e5d6e;--rule:#20435638;--rule-strong:#2043565c;--accent:var(--blue-deep);--accent-contrast:var(--parchment);--wash:#20435612}[data-theme=ink]{--bg:var(--ink);--fg:var(--parchment);--muted:#c5bfb6;--rule:#f7f1e63d;--rule-strong:#f7f1e66b;--accent:var(--rose);--accent-contrast:var(--ink);--wash:#f7f1e612}*,:before,:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 1.5rem)}body{background:var(--parchment);color:var(--ink);font-family:var(--font-sans);font-size:var(--step-0);line-height:var(--lh-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-weight:400;overflow-x:clip}img,svg,video,canvas{max-width:100%;display:block}img,video{height:auto}img{-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-webkit-user-select:none;user-select:none}img[aria-hidden=true],[aria-hidden=true]>img,[aria-hidden=true] img,svg[aria-hidden=true]{pointer-events:none}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:0;padding:0}h1,h2,h3,h4,h5,h6{text-wrap:balance;font-weight:400;line-height:1.08}p{text-wrap:pretty}ul,ol{padding:0;list-style:none}a{color:inherit;text-decoration:none}::selection{background:var(--rose);color:var(--ink)}:focus,main#main:focus{outline:none}:focus-visible{outline:3px solid var(--fg);outline-offset:3px;box-shadow:0 0 0 6px var(--bg);border-radius:2px}.display{font-family:var(--font-display);font-variation-settings:"SOFT" 28, "WONK" 0, "opsz" 90;letter-spacing:-.018em;text-wrap:balance;font-weight:400;line-height:1}.display em,.display i{font-variation-settings:"SOFT" 42, "WONK" 1, "opsz" 90;color:var(--accent);font-style:italic}.d-hero{font-size:var(--step-7)}.d-1{font-size:var(--step-6)}.d-2{font-size:var(--step-5)}.d-3{font-size:var(--step-4);line-height:1.02}.d-4{font-size:var(--step-3);line-height:1.08}.d-5{font-size:var(--step-2);line-height:1.16}.lead{font-size:var(--step-1);line-height:var(--lh-body-lg);color:var(--muted);max-width:54ch}.body-lg{font-size:var(--step-1);line-height:var(--lh-body-lg)}.micro{font-family:var(--font-sans);font-size:var(--step--1);letter-spacing:.12em;text-transform:uppercase;font-weight:600;line-height:1.25}.link-underline{min-height:var(--tap);transition:opacity var(--dur) var(--ease-out);border-bottom:1.5px solid;align-items:center;padding-bottom:.3rem;display:inline-flex}.link-underline:hover{opacity:.72}.prose{max-width:var(--measure);font-size:var(--step-0);line-height:var(--lh-body)}.prose>*+*{margin-top:1.1em}.prose p{color:var(--muted)}.prose strong{color:var(--fg);font-weight:600}.prose a{color:var(--fg);text-underline-offset:.22em;text-decoration:underline;text-decoration-thickness:1px;-webkit-text-decoration-color:var(--rule-strong);text-decoration-color:var(--rule-strong);transition:text-decoration-color var(--dur) var(--ease-out)}.prose a:hover{text-decoration-color:currentColor}.section{background:var(--bg);color:var(--fg);padding-block:var(--section-y);position:relative}.section--flush{padding-block:0}.section--tight{padding-block:clamp(2.5rem,4.5vw,4.5rem)}.wrap{width:100%;max-width:var(--max);padding-inline:var(--gutter);margin-inline:auto}.wrap--narrow{max-width:900px}.wrap--mid{max-width:1140px}.grid12{gap:var(--gutter);grid-template-columns:repeat(12,minmax(0,1fr));display:grid}@media (max-width:900px){.grid12{gap:var(--sp-5);grid-template-columns:repeat(6,minmax(0,1fr))}}.rule{border:0;border-top:1px solid var(--rule)}.stack>*+*{margin-top:var(--sp-4)}.stack-lg>*+*{margin-top:var(--sp-6)}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip{left:var(--gutter);z-index:200;background:var(--forest);color:var(--parchment);border-radius:var(--radius-sm);font-size:var(--step--1);letter-spacing:.04em;transition:transform var(--dur) var(--ease-out);padding:.85rem 1.2rem;font-weight:600;position:absolute;top:.6rem;transform:translateY(-180%)}.skip:focus-visible{transform:translateY(0)}.section[data-texture]{isolation:isolate}.section[data-texture]:before{content:"";z-index:0;pointer-events:none;opacity:.5;background-image:radial-gradient(circle at 15% 22%, var(--wash) 0 1px, transparent 1.4px), radial-gradient(circle at 62% 68%, var(--wash) 0 1px, transparent 1.4px), radial-gradient(circle at 84% 34%, var(--wash) 0 1px, transparent 1.4px);background-size:42px 42px,66px 66px,54px 54px;position:absolute;inset:0}.section[data-texture]>*{z-index:1;position:relative}.arch{border-radius:var(--arch);overflow:hidden}.arch-sm{border-radius:50% 50% 4px 4px/34% 34% 2% 2%;overflow:hidden}.media{background:var(--wash);border-radius:var(--radius-sm);position:relative;overflow:hidden}.media img{object-fit:cover;width:100%;height:100%}.media--full{border-radius:0}.ar-1{aspect-ratio:1}.ar-45{aspect-ratio:4/5}.ar-34{aspect-ratio:3/4}.ar-23{aspect-ratio:2/3}.ar-43{aspect-ratio:4/3}.ar-32{aspect-ratio:3/2}.ar-169{aspect-ratio:16/9}.ar-219{aspect-ratio:21/9}html.motion [data-reveal]{opacity:0}html.motion [data-reveal=up]{transform:translateY(22px)}html.motion [data-reveal=fade]{transform:none}html.motion [data-reveal=scale]{transform:scale(1.05)}html.motion [data-mask]>*{transform:translateY(105%)}html.motion [data-clip]{clip-path:inset(0 0 100%)}[data-mask]{padding-bottom:.1em;display:block;overflow:hidden}[data-mask]>*{will-change:transform;display:block}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media print{header,footer,.no-print{display:none!important}body{color:#000;background:#fff}}.page-enter{animation:pageIn .42s var(--ease-out) both}@keyframes pageIn{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.page-enter{animation:none}}.pad-header{padding-top:var(--header-h)}
