:root{--color-bg:#fff;--color-ink:#0a0a0f;--color-accent:#01371a;--color-muted:#6b6b75;--color-rule:#d1d5db;--font-sans:var(--font-apercu),"Apercu",ui-sans-serif,system-ui,-apple-system,sans-serif;--size-body:15px;--lh-body:1.5;--track-body:.01em;--size-micro:11px;--lh-micro:1.2;--track-micro:.18em;--gut:6vw}.hmf-header *{box-sizing:border-box;margin:0;padding:0}.hmf-topbar{z-index:50;padding:10px var(--gut);background:var(--color-bg);border-bottom:1px solid var(--color-rule);justify-content:flex-end;align-items:center;gap:16px;transition:transform .2s;display:flex;position:fixed;top:0;left:0;right:0}.hmf-topbar.hidden{transform:translateY(-100%)}.hmf-topbar-item{font-family:var(--font-sans);font-size:var(--size-micro);line-height:var(--lh-micro);letter-spacing:var(--track-micro);color:var(--color-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding-bottom:2px;text-decoration:none;transition:color .2s;display:flex;position:relative}.hmf-topbar-item:after{content:"";background:var(--color-ink);transform-origin:0;height:1px;transition:transform .25s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.hmf-topbar-item:hover{color:var(--color-ink)}.hmf-topbar-item:hover:after{transform:scaleX(1)}.hmf-mainnav{z-index:40;padding:18px var(--gut);background:var(--color-bg);border-bottom:1px solid var(--color-rule);justify-content:space-between;align-items:center;transition:top .2s;display:flex;position:fixed;left:0;right:0}.hmf-mainnav.visible{top:33px}.hmf-mainnav.offscreen{top:-80px}.hmf-logo{width:auto;height:44px;display:block}.hmf-nav-links{justify-content:flex-end;align-items:center;gap:32px;margin-left:auto;list-style:none;display:flex}.hmf-nav-item{font-family:var(--font-sans);font-size:16px;line-height:var(--lh-body);letter-spacing:.02em;color:var(--color-ink);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:2px;padding:6px 0;text-decoration:none;transition:color .2s;display:flex;position:relative}.hmf-nav-item.active{color:var(--color-accent)}.hmf-nav-item .hmf-underline{background:var(--color-ink);transform-origin:0;height:1px;transition:transform .3s;position:absolute;bottom:-2px;left:0;right:0;transform:scaleX(0)}.hmf-nav-item:hover .hmf-underline,.hmf-nav-item.active .hmf-underline{transform:scaleX(1)}.hmf-shelf{z-index:30;background:var(--color-bg);transition:opacity .25s,visibility .25s,top .2s;position:fixed;left:0;right:0}.hmf-shelf.visible{top:96px}.hmf-shelf.offscreen{top:-400px}.hmf-shelf.open{opacity:1;visibility:visible;border-bottom:1px solid var(--color-rule)}.hmf-shelf.closed{opacity:0;visibility:hidden;pointer-events:none;border-bottom:none}.hmf-shelf-inner{padding:48px var(--gut)40px;width:min(calc(100vw - (var(--gut)*2)),1040px);grid-template-columns:1fr 1fr;gap:40px;max-width:1040px;margin-left:auto;display:grid}.hmf-shelf-inner.has-nested{width:min(calc(100vw - (var(--gut)*2)),860px);grid-template-columns:minmax(240px,300px) minmax(240px,320px);justify-content:end;gap:28px;max-width:860px}.hmf-shelf-inner.has-nested.expanded{width:min(calc(100vw - (var(--gut)*2)),1120px);grid-template-columns:minmax(220px,280px) minmax(220px,260px) minmax(240px,300px);justify-content:end;gap:32px;max-width:1120px}.hmf-shelf-title{font-family:var(--font-sans);color:var(--color-ink);margin-bottom:16px;font-size:24px;font-weight:700}.hmf-shelf-desc{font-family:var(--font-sans);font-size:var(--size-body);line-height:var(--lh-body);color:var(--color-muted);margin-bottom:24px}.hmf-shelf-cta{font-family:var(--font-sans);letter-spacing:.18em;text-transform:uppercase;background:var(--color-accent);color:#fff;align-items:center;gap:8px;padding:12px 24px;font-size:11px;font-weight:700;text-decoration:none;transition:opacity .2s;display:inline-flex}.hmf-shelf-cta:hover{opacity:.85}.hmf-shelf-subnav,.hmf-shelf-detail{flex-direction:column;display:flex}.hmf-shelf-subnav{border-left:1px dotted var(--color-rule);gap:10px;padding-left:16px}.hmf-shelf-subnav-link,.hmf-shelf-subnav-trigger,.hmf-shelf-detail-link{font-family:var(--font-sans);font-size:var(--size-body);color:var(--color-ink);border-bottom:none;justify-content:space-between;align-items:center;padding:8px 0;text-decoration:none;transition:color .2s;display:flex}.hmf-shelf-subnav-link:hover,.hmf-shelf-subnav-trigger:hover,.hmf-shelf-detail-link:hover{color:var(--color-accent)}.hmf-shelf-subnav-trigger{cursor:pointer;text-align:left;background:0 0;border-top:none;border-left:none;border-right:none}.hmf-shelf-subnav-trigger.active{color:var(--color-accent);border-bottom-color:var(--color-accent)}.hmf-shelf-subnav-link-main{align-items:center;gap:10px;min-width:0;display:inline-flex}.hmf-shelf-subnav-link-logo{object-fit:contain;flex-shrink:0;width:28px;height:28px}.hmf-shelf-detail-link{gap:16px}.hmf-shelf-detail{gap:10px}.hmf-shelf-detail-link-main{align-items:center;gap:12px;min-width:0;display:flex}.hmf-shelf-detail-media{flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.hmf-shelf-detail-logo{object-fit:contain;width:100%;height:100%}.hmf-shelf-detail-copy{line-height:1.35}.hmf-shelf-link-arrow{opacity:0;color:var(--color-accent);transition:opacity .2s}.hmf-shelf-subnav-link:hover .hmf-shelf-link-arrow,.hmf-shelf-subnav-trigger:hover .hmf-shelf-link-arrow,.hmf-shelf-subnav-trigger.active .hmf-shelf-link-arrow,.hmf-shelf-detail-link:hover .hmf-shelf-link-arrow,.hmf-shelf-link-arrow.visible{opacity:1}.hmf-mob-bar,.hmf-mob-overlay{display:none}@media (max-width:1100px){.hmf-topbar,.hmf-mainnav,.hmf-shelf{display:none!important}.hmf-mob-bar{z-index:100;padding:12px var(--gut);background:var(--color-bg);border-bottom:1px solid var(--color-rule);justify-content:space-between;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.hmf-mob-bar .hmf-logo{height:36px}.hmf-mob-hamburger{cursor:pointer;color:var(--color-ink);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.hmf-mob-overlay{z-index:200;visibility:hidden;pointer-events:none;display:block;position:fixed;inset:0;overflow:hidden}.hmf-mob-overlay.open{visibility:visible;pointer-events:auto}.hmf-mob-main{background:var(--color-bg);-webkit-overflow-scrolling:touch;flex-direction:column;justify-content:flex-end;transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;inset:0;overflow-y:auto;transform:translate(100%)}.hmf-mob-overlay.open .hmf-mob-main{transform:translate(0)}.hmf-mob-main.pushed{transform:translate(-100%)}.hmf-mob-sub{background:var(--color-bg);-webkit-overflow-scrolling:touch;flex-direction:column;transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;inset:0;overflow-y:auto;transform:translate(100%)}.hmf-mob-sub.open{transform:translate(0)}.hmf-mob-head{padding:28px var(--gut)12px;flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.hmf-mob-close{cursor:pointer;color:var(--color-ink);background:0 0;border:none;align-items:center;padding:4px;display:flex}.hmf-mob-back{cursor:pointer;color:var(--color-ink);font-family:var(--font-sans);font-size:var(--size-body);letter-spacing:.01em;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-weight:400;display:flex}.hmf-mob-utils{padding:20px var(--gut)24px;flex-direction:column;flex-shrink:0;align-items:flex-end;gap:16px;display:flex}.hmf-mob-util{font-family:var(--font-sans);font-size:var(--size-body);letter-spacing:.01em;color:var(--color-ink);align-items:center;gap:6px;font-weight:400;text-decoration:none;display:flex}.hmf-mob-nav{padding:12px var(--gut)40px;flex-direction:column;align-items:flex-end;display:flex}.hmf-mob-link{font-family:var(--font-sans);color:var(--color-ink);cursor:pointer;text-align:right;background:0 0;border:none;justify-content:flex-end;align-items:center;gap:10px;width:100%;padding:12px 0;font-size:clamp(26px,7vw,36px);font-weight:700;line-height:1.15;text-decoration:none;display:flex}.hmf-mob-chev{color:var(--color-ink);flex-shrink:0;font-size:.7em;font-weight:400;line-height:1}.hmf-mob-sub-body{padding:40px var(--gut)32px;flex-direction:column;flex:1;display:flex}.hmf-mob-sub-title{font-family:var(--font-sans);color:var(--color-ink);margin-bottom:20px;font-size:clamp(26px,7vw,36px);font-weight:700;line-height:1.15}.hmf-mob-sub-desc{font-family:var(--font-sans);font-size:var(--size-body);line-height:var(--lh-body);color:var(--color-muted);margin-bottom:28px}.hmf-mob-sub-cta{background:var(--color-ink);color:#fff;font-family:var(--font-sans);font-size:var(--size-body);align-self:flex-start;align-items:center;gap:12px;margin-bottom:32px;padding:18px 28px;font-weight:400;text-decoration:none;transition:opacity .2s;display:inline-flex}.hmf-mob-sub-cta:hover{opacity:.85}.hmf-mob-sub-links{flex-direction:column;display:flex}.hmf-mob-sub-link{font-family:var(--font-sans);font-size:var(--size-body);color:var(--color-ink);justify-content:space-between;align-items:center;padding:14px 0;font-weight:700;text-decoration:none;display:flex}.hmf-mob-sub-link .hmf-mob-chev{font-size:16px}.hmf-mob-sub-link-main{align-items:center;gap:10px;min-width:0;display:inline-flex}.hmf-mob-sub-link-logo{object-fit:contain;flex-shrink:0;width:28px;height:28px}.hmf-mob-sub-group{border-bottom:1px solid var(--color-rule)}.hmf-mob-sub-toggle.open{color:var(--color-accent)}.hmf-mob-sub-underlinks{flex-direction:column;gap:4px;padding:0 0 12px 16px;display:flex}.hmf-mob-sub-underlink{color:var(--color-ink);justify-content:space-between;align-items:center;gap:12px;padding:8px 0;text-decoration:none;display:flex}.hmf-mob-sub-underlink-main{align-items:center;gap:10px;min-width:0;display:flex}.hmf-mob-sub-underlink-logo{object-fit:contain;flex-shrink:0;width:28px;height:28px}}
@font-face{font-family:EB Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(../media/196d5f6118cb1c52-s.7072c1ff.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:EB Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(../media/55664f0a7289b762-s.a70df317.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:EB Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(../media/f724cb2b266db11d-s.786f7671.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:EB Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(../media/58bfdf9faee08215-s.b0844a83.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:EB Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(../media/257505a8a5531435-s.410cef7d.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:EB Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(../media/346e8051f901134e-s.11f380cb.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:EB Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(../media/4ee71d90e0f663bd-s.p.476c4761.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:EB Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/196d5f6118cb1c52-s.7072c1ff.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:EB Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/55664f0a7289b762-s.a70df317.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:EB Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/f724cb2b266db11d-s.786f7671.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:EB Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/58bfdf9faee08215-s.b0844a83.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:EB Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/257505a8a5531435-s.410cef7d.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:EB Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/346e8051f901134e-s.11f380cb.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:EB Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(../media/4ee71d90e0f663bd-s.p.476c4761.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:EB Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/0fec32c78403d184-s.52db332e.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:EB Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9d30e1ac529a223a-s.072a0475.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:EB Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9056bf441d45cedc-s.cb42ab76.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:EB Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e6c3b2b7c3a61f79-s.9b5477f3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:EB Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e557826f452dbd06-s.0dabfe84.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:EB Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1497d94d4ac5c969-s.a27bcaa7.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:EB Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e4505858a30c79c2-s.p.0f58a291.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:EB Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/0fec32c78403d184-s.52db332e.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:EB Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9d30e1ac529a223a-s.072a0475.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:EB Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9056bf441d45cedc-s.cb42ab76.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:EB Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/e6c3b2b7c3a61f79-s.9b5477f3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:EB Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/e557826f452dbd06-s.0dabfe84.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:EB Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1497d94d4ac5c969-s.a27bcaa7.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:EB Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/e4505858a30c79c2-s.p.0f58a291.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:EB Garamond Fallback;src:local(Times New Roman);ascent-override:106.26%;descent-override:31.44%;line-gap-override:0.0%;size-adjust:94.77%}.eb_garamond_60b6ffe2-module__zRYLEW__className{font-family:EB Garamond,EB Garamond Fallback}.eb_garamond_60b6ffe2-module__zRYLEW__variable{--vega-font-serif:"EB Garamond","EB Garamond Fallback"}
