@import "https://use.typekit.net/spc3cmp.css";
:root{--teal-900:#0a3a47;--teal-700:#0f4c5c;--teal-500:#1b6a7e;--teal-400:#3e8aa0;--teal-300:#76afc1;--teal-100:#c9dee5;--teal-50:#e6f0f4;--ivory-50:#f8f4ec;--ivory-100:#f1ebdc;--ivory-200:#e7ddc8;--graphite-900:#1b1f23;--graphite-800:#2a2e33;--graphite-700:#3d424a;--graphite-600:#5c616a;--graphite-500:#7a8088;--metal-500:#a38854;--metal-400:#b89c68;--metal-300:#d4bd8e;--metal-100:#ebddc2;--blush-100:#f5e6e0;--blush-50:#fbf1ed;--caution-500:#c8a34a;--alert-500:#b33a2a;--verified-500:#4a8a66;--text-on-dark:#f1ebdc;--text-on-light:#1b1f23;--text-muted:#5c616a;--text-muted-dark:#a8aeb6;--rule:#1b1f231a;--rule-dark:#f1ebdc24;--paper-50:var(--ivory-50);--paper-100:var(--ivory-100);--paper-200:var(--ivory-200);--parchment-50:var(--ivory-50);--parchment-100:var(--ivory-100);--parchment-200:var(--ivory-200);--steel-700:var(--teal-700);--steel-500:var(--teal-500);--steel-300:var(--teal-300);--steel-900:var(--teal-900);--signal-500:var(--teal-700);--signal-400:var(--teal-500);--signal-100:var(--teal-100);--brass-500:var(--metal-500);--brass-400:var(--metal-400);--brass-300:var(--metal-300);--oxblood-500:var(--alert-500);--sage-500:var(--verified-500);--font-display:"scotch-modern-display", "scotch-modern", "Iowan Old Style", "Apple Garamond", "Hoefler Text", Georgia, serif;--font-head:"scotch-modern", "Iowan Old Style", "Apple Garamond", "Hoefler Text", Georgia, "Times New Roman", serif;--font-body:"adelle-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-ui:"adelle-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:"scotch-modern-micro", "scotch-modern", Georgia, "Times New Roman", serif;--font-code:ui-monospace, "SFMono-Regular", "Menlo", "Cascadia Code", Consolas, monospace;--weight-head:700;--weight-head-light:400;--weight-body:400;--weight-ui:700;--weight-ui-bold:700;--eyebrow-size:.76rem;--eyebrow-weight:600;--eyebrow-tracking:.18em;--type-display-xl:clamp(3.2rem, 7vw, 6.4rem);--type-display-lg:clamp(2.6rem, 5vw, 4.4rem);--type-h1:clamp(2.2rem, 4vw, 3.4rem);--type-h2:clamp(1.75rem, 3vw, 2.4rem);--type-h3:clamp(1.3rem, 2vw, 1.6rem);--type-lede:clamp(1.2rem, 1.4vw, 1.4rem);--type-body:1.0625rem;--type-small:.9rem;--radius-sharp:2px;--radius-standard:6px;--radius-card:10px;--radius-feature:16px;--radius-section:24px;--radius-pill:100px;--shadow-card:#0f4c5c1a 0px 10px 30px -15px, #1b1f230f 0px 4px 12px -4px;--shadow-feature:#0f4c5c29 0px 30px 45px -30px, #1b1f231a 0px 18px 36px -18px;--easeOutExpo:cubic-bezier(.16, 1, .3, 1);--ease-standard:cubic-bezier(.4, 0, .2, 1);--space-1:4px;--space-2:8px;--space-3:16px;--space-4:24px;--space-5:40px;--space-6:64px;--space-7:100px;--space-8:140px;--max-width-prose:680px;--max-width-content:1040px;--max-width-page:1400px;--z-header:100;--z-concierge:110;--z-modal:200}html{font-feature-settings:"tnum", "onum", "liga", "kern"}.section-light{background:var(--ivory-50);color:var(--text-on-light)}.section-parchment{background:var(--ivory-100);color:var(--text-on-light)}.section-blush{background:var(--blush-100);color:var(--text-on-light)}.section-dark{background:var(--teal-900);color:var(--text-on-dark)}.section-feature{background:var(--teal-700);color:var(--text-on-dark)}
html,body{font-family:var(--font-body);font-weight:var(--weight-body);color:var(--text-on-light);background:var(--paper-50);font-size:var(--type-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;line-height:1.6;overflow-x:clip}img,video,canvas,svg,iframe{max-width:100%;height:auto}*,:before,:after{box-sizing:border-box}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-head);font-weight:var(--weight-head);letter-spacing:-.01em;color:var(--steel-900);line-height:1.1}h1{font-family:var(--font-display);letter-spacing:-.02em;font-weight:400}[data-theme=dark],[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6{color:var(--text-on-dark)}em,i{font-style:normal;font-family:var(--font-head);font-weight:var(--weight-head-light);color:var(--signal-500)}main{animation:.4s backwards pageReveal}@keyframes pageReveal{0%{opacity:0}to{opacity:1}}.eyebrow{font-family:var(--font-mono);font-size:var(--eyebrow-size);font-weight:var(--eyebrow-weight);text-transform:uppercase;letter-spacing:var(--eyebrow-tracking);color:var(--signal-500)}.prose p{max-width:var(--max-width-prose);font-size:var(--type-body);margin:0 0 1.2em;line-height:1.7}.prose p.lede{font-size:var(--type-lede);color:var(--graphite-800);line-height:1.55}.prose h2{font-size:var(--type-h2);margin:var(--space-5) 0 var(--space-3)}.prose h3{font-size:var(--type-h3);margin:var(--space-4) 0 var(--space-2)}.prose ul,.prose ol{max-width:var(--max-width-prose);margin:0 0 1.2em;padding-left:1.4em}.prose li{margin-bottom:.4em}.prose a{color:var(--steel-700);transition:color .2s var(--easeOutExpo);border-bottom:1px solid}.prose a:hover{color:var(--signal-500)}.prose hr{border:0;border-top:1px solid var(--rule);margin:var(--space-6) 0}.prose blockquote{max-width:var(--max-width-prose);padding-left:var(--space-4);border-left:2px solid var(--signal-500);font-family:var(--font-head);font-weight:var(--weight-head-light);color:var(--graphite-800);margin:var(--space-5) 0}.prose code{font-family:var(--font-code);background:var(--paper-100);border-radius:var(--radius-sharp);padding:.1em .4em;font-size:.92em}
.BrandLogo-module__WpUD7a__logo{flex-shrink:0;width:auto;display:block}
.Header-module__lnUIdW__header{z-index:var(--z-header);max-width:100vw;transition-property:transform,background-color,-webkit-backdrop-filter,backdrop-filter,opacity,color,box-shadow;transition-duration:.75s,.35s,.35s,.35s,.35s,.35s;transition-timing-function:var(--easeOutExpo), ease, ease, ease, ease, ease;padding:18px 40px;position:fixed;top:0;left:0;right:0}@media (min-width:1250px){.Header-module__lnUIdW__header{padding:22px 56px}}.Header-module__lnUIdW__inner{max-width:var(--max-width-page);justify-content:space-between;align-items:center;gap:40px;margin:0 auto;display:flex}.Header-module__lnUIdW__light{color:var(--text-on-light)}.Header-module__lnUIdW__dark{color:var(--text-on-dark)}.Header-module__lnUIdW__scrolled{-webkit-backdrop-filter:blur(32px)saturate(160%);backdrop-filter:blur(32px)saturate(160%);background:#fdfbf6b8;border-bottom:1px solid #1a1a1c14;box-shadow:0 1px #1a1a1c0f}.Header-module__lnUIdW__scrolled.Header-module__lnUIdW__dark{-webkit-backdrop-filter:blur(40px)saturate(160%);backdrop-filter:blur(40px)saturate(160%);background:#1a1a1c9e;border-bottom:1px solid #f5f2eb0f;box-shadow:0 1px #f5f2eb0f}.Header-module__lnUIdW__hidden{pointer-events:none;transform:translateY(-120px)}@media (min-width:1250px){.Header-module__lnUIdW__hidden{transform:translateY(-128px)}}.Header-module__lnUIdW__menuOpen{-webkit-backdrop-filter:blur(40px)saturate(160%);backdrop-filter:blur(40px)saturate(160%);background:#fdfbf6c7}.Header-module__lnUIdW__menuOpen.Header-module__lnUIdW__dark{background:#1a1a1cc7}.Header-module__lnUIdW__brand{color:inherit;align-items:center;gap:8px;transition:opacity .2s;display:inline-flex}.Header-module__lnUIdW__brand:hover{opacity:.8}.Header-module__lnUIdW__logo{font-family:var(--font-head);letter-spacing:-.015em;font-size:18px;font-weight:800}.Header-module__lnUIdW__nav{align-items:center;gap:28px;display:flex}@media (max-width:960px){.Header-module__lnUIdW__nav{display:none}}.Header-module__lnUIdW__navLink{font-family:var(--font-ui);color:inherit;opacity:.85;background-image:linear-gradient(currentColor, currentColor), linear-gradient(var(--brass-500), var(--brass-500));transition:background-size .55s var(--easeOutExpo), opacity .2s ease;background-position:0 100%,0 100%;background-repeat:no-repeat;background-size:0% 1px,0% 1px;padding-bottom:3px;font-size:14px;font-weight:400;position:relative}.Header-module__lnUIdW__navLink:hover{opacity:1;background-size:100% 1px,0% 1px}.Header-module__lnUIdW__actions{align-items:center;gap:12px;display:flex}.Header-module__lnUIdW__cta{border-radius:var(--radius-pill);background:var(--graphite-900);color:var(--parchment-50);font-family:var(--font-ui);white-space:nowrap;align-items:center;gap:6px;padding:10px 18px;font-size:13px;font-weight:700;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex}.Header-module__lnUIdW__cta:hover{background:var(--brass-500);transform:translateY(-1px);box-shadow:0 4px 12px -4px #8b735566}@media (max-width:720px){.Header-module__lnUIdW__cta{display:none}}.Header-module__lnUIdW__menuToggle{cursor:pointer;background:0 0;border:1px solid #1a1a1c24;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;transition:border-color .2s;display:none}.Header-module__lnUIdW__dark .Header-module__lnUIdW__menuToggle{border-color:#f5f2eb33}@media (max-width:960px){.Header-module__lnUIdW__menuToggle{display:inline-flex}}.Header-module__lnUIdW__menuToggle:hover{border-color:var(--brass-500)}.Header-module__lnUIdW__menuToggleLine{width:16px;height:1.5px;transition:transform .3s var(--easeOutExpo), opacity .25s ease;background:currentColor;border-radius:1px;display:block}.Header-module__lnUIdW__menuOpen .Header-module__lnUIdW__menuToggleLine:first-child{transform:translateY(6.5px)rotate(45deg)}.Header-module__lnUIdW__menuOpen .Header-module__lnUIdW__menuToggleLine:nth-child(2){opacity:0}.Header-module__lnUIdW__menuOpen .Header-module__lnUIdW__menuToggleLine:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.Header-module__lnUIdW__mobileMenu{z-index:95;-webkit-backdrop-filter:blur(40px)saturate(160%);backdrop-filter:blur(40px)saturate(160%);opacity:0;pointer-events:none;transition:opacity .35s var(--easeOutExpo);background:#fdfbf6d1;position:fixed;inset:72px 0 0;overflow-y:auto}@media (min-width:961px){.Header-module__lnUIdW__mobileMenu{display:none}}.Header-module__lnUIdW__mobileMenuOpen{opacity:1;pointer-events:auto}.Header-module__lnUIdW__mobileNav{flex-direction:column;gap:8px;max-width:520px;margin:0 auto;padding:40px 24px;display:flex}.Header-module__lnUIdW__mobileNavLink{font-family:var(--font-head);letter-spacing:-.02em;color:inherit;border-bottom:1px solid #1a1a1c14;padding:14px 0;font-size:28px;font-weight:800;transition:color .2s}.Header-module__lnUIdW__dark .Header-module__lnUIdW__mobileNavLink{border-bottom-color:#f5f2eb14}.Header-module__lnUIdW__mobileNavLink:hover{color:var(--brass-500)}.Header-module__lnUIdW__mobileCta{border-radius:var(--radius-pill);background:var(--graphite-900);color:var(--parchment-50);font-family:var(--font-ui);text-align:center;margin-top:24px;padding:16px 28px;font-size:16px;font-weight:700;transition:background .2s}.Header-module__lnUIdW__mobileCta:hover{background:var(--brass-500)}@media (max-width:480px){.Header-module__lnUIdW__header{padding:16px 20px}.Header-module__lnUIdW__cta{padding:8px 14px;font-size:12px}.Header-module__lnUIdW__mobileMenu{top:80px}}
.Footer-module__3hUVsW__footer{background:var(--graphite-900);color:var(--text-on-dark);padding:80px 40px 32px}.Footer-module__3hUVsW__inner{max-width:var(--max-width-page);border-bottom:1px solid #f5f2eb14;grid-template-columns:1.2fr 2.6fr;gap:80px;margin:0 auto;padding-bottom:56px;display:grid}@media (max-width:900px){.Footer-module__3hUVsW__inner{grid-template-columns:1fr;gap:48px}}.Footer-module__3hUVsW__brand{flex-direction:column;gap:12px;display:flex}.Footer-module__3hUVsW__logo{font-family:var(--font-head);letter-spacing:-.02em;font-size:26px;font-weight:800}.Footer-module__3hUVsW__tagline{font-family:var(--font-body);color:#f5f2eb99;max-width:320px;margin:0;font-size:15px;line-height:1.55}.Footer-module__3hUVsW__cols{grid-template-columns:repeat(5,1fr);gap:40px;display:grid}@media (max-width:900px){.Footer-module__3hUVsW__cols{grid-template-columns:repeat(3,1fr);gap:32px}}@media (max-width:560px){.Footer-module__3hUVsW__cols{grid-template-columns:repeat(2,1fr);gap:32px}}.Footer-module__3hUVsW__col{flex-direction:column;gap:16px;display:flex}.Footer-module__3hUVsW__colLabel{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.18em;color:var(--brass-400);font-size:11px;font-weight:700}.Footer-module__3hUVsW__colLinks{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__3hUVsW__colLinks a{font-family:var(--font-body);color:#f5f2ebb8;background-image:linear-gradient(var(--brass-400), var(--brass-400)), linear-gradient(#f5f2eb24, #f5f2eb24);transition:background-size .55s var(--easeOutExpo), color .3s ease;background-position:0 100%,0 100%;background-repeat:no-repeat;background-size:0% 1px,100% 1px;padding:8px 0 2px;font-size:14px;text-decoration:none;display:inline-block}.Footer-module__3hUVsW__colLinks a:hover{color:var(--text-on-dark);background-size:100% 1px,0% 1px}.Footer-module__3hUVsW__bottom{max-width:var(--max-width-page);font-family:var(--font-ui);color:#f5f2eb6b;letter-spacing:.04em;justify-content:space-between;align-items:center;margin:32px auto 0;font-size:12px;display:flex}.Footer-module__3hUVsW__bottomMiddle{align-items:center;gap:8px;display:inline-flex}.Footer-module__3hUVsW__bottomMiddle a{color:#f5f2eb99;text-decoration:none;transition:color .2s}.Footer-module__3hUVsW__bottomMiddle a:hover{color:var(--brass-400)}.Footer-module__3hUVsW__bottomDot{opacity:.5}@media (max-width:720px){.Footer-module__3hUVsW__bottom{text-align:center;flex-direction:column;gap:10px}}
