/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:"Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--font-display:"Fraunces", ui-serif, Georgia, "Times New Roman", serif;--color-ink:#16130e;--color-ink-soft:#4a4336;--color-muted:#6b6353;--color-surface:#faf7f2;--color-raised:#fff;--color-sunken:#f2ede4;--color-line:#e3dacb;--color-line-strong:#cec2ad;--color-accent:#d98324;--color-accent-hover:#c26a12;--color-accent-strong:#7a4110;--color-accent-on-deep:#e8a94d;--color-deep:#2a2419;--color-deep-soft:#d8cfbe;--color-danger:#9a2617;--radius-card:.875rem;--radius-btn:.5rem;--space-hero-top:2rem;--space-hero-bottom:3.5rem;--space-section:3.5rem;--space-cta:4.5rem}}@layer base{*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:5.5rem}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd,ul,ol{margin:0}ul[role=list],ol[role=list]{padding:0;list-style:none}body{background-color:var(--color-surface);min-height:100vh;color:var(--color-ink);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;flex-direction:column;font-size:1rem;line-height:1.65;display:flex}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.015em;text-wrap:balance;font-weight:600;line-height:1.12}p{text-wrap:pretty}a{color:inherit}img,svg,video{max-width:100%;display:block}img{height:auto}input,textarea,select,button{font:inherit;color:inherit;letter-spacing:inherit}textarea{resize:vertical}button{cursor:pointer;background:0 0;border:0;padding:0}:focus-visible{outline:3px solid var(--color-accent-strong);outline-offset:2px;border-radius:2px}main{flex:1 0 auto}[hidden]{display:none!important}}@layer components{.container-page{width:100%;max-width:72rem;margin-inline:auto;padding-inline:1.25rem}@media (width>=768px){.container-page{padding-inline:2rem}}.section{padding-block:var(--space-section)}.section-hero{padding-block:var(--space-hero-top) var(--space-hero-bottom)}.section-cta{padding-block:var(--space-cta)}.skip-link{z-index:100;background-color:var(--color-ink);color:var(--color-surface);border-radius:var(--radius-btn);padding:.75rem 1.25rem;font-weight:600;transition:transform .15s;position:absolute;top:.5rem;left:.5rem;transform:translateY(-160%)}.skip-link:focus-visible{transform:translateY(0)}@media (prefers-reduced-motion:reduce){.skip-link{transition:none}}.btn{border-radius:var(--radius-btn);justify-content:center;align-items:center;gap:.5rem;padding:.8125rem 1.375rem;font-weight:600;line-height:1.2;text-decoration:none;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex}.btn-primary{background-color:var(--color-accent);color:var(--color-ink)}.btn-primary:hover{background-color:var(--color-accent-hover)}.btn-secondary{color:var(--color-ink);border:1px solid var(--color-line-strong);background-color:#0000}.btn-secondary:hover{background-color:var(--color-sunken);border-color:var(--color-ink-soft)}.btn-on-deep{background-color:var(--color-accent);color:var(--color-ink)}.btn-on-deep:hover{background-color:var(--color-accent-on-deep)}.link-accent{color:var(--color-accent-strong);text-underline-offset:.2em;font-weight:600;text-decoration:underline 1px}.link-accent:hover{color:var(--color-ink)}.eyebrow{font-family:var(--font-sans);letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent-strong);font-size:.8125rem;font-weight:600}.card{background-color:var(--color-raised);border:1px solid var(--color-line);border-radius:var(--radius-card);padding:1.5rem}.prose-block :is(h2){margin-top:2.5rem;margin-bottom:.75rem;font-size:1.5rem}.prose-block :is(h3){font-size:1.125rem;font-family:var(--font-sans);margin-top:1.75rem;margin-bottom:.5rem;font-weight:600}.prose-block p,.prose-block ul{color:var(--color-ink-soft);margin-bottom:1rem}.prose-block ul{padding-left:1.25rem}.prose-block li{margin-bottom:.375rem}.prose-block>:first-child{margin-top:0}}@layer utilities{.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.static{position:static}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.block{display:block}.contents{display:contents}.grid{display:grid}.hidden{display:none}.inline{display:inline}.flex-wrap{flex-wrap:wrap}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}}@media (width>=768px){:root{--space-hero-top:3rem;--space-hero-bottom:4.5rem;--space-section:5rem;--space-cta:7rem}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/inter-latin.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:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/fraunces-latin.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}.reveal-armed{transition:opacity .6s,transform .6s}html.js-reveal .reveal:not(.is-visible){opacity:0;transform:translateY(14px)}.reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal-armed{transition:none}html.js-reveal .reveal:not(.is-visible){opacity:1;transform:none}}.site-header{z-index:50;background-color:var(--color-surface);border-bottom:1px solid var(--color-line);position:sticky;top:0}.header-inner{align-items:center;gap:.75rem;min-height:4.25rem;display:flex}.brand{font-family:var(--font-display);letter-spacing:-.01em;white-space:nowrap;align-items:center;gap:.625rem;margin-right:auto;font-size:1.0625rem;font-weight:600;text-decoration:none;display:inline-flex}.brand-name-accent{color:var(--color-accent-strong)}.logo-mark{flex:none}.desktop-nav,.header-cta{display:none}@media (width>=768px){.desktop-nav{display:block}.desktop-nav-list{align-items:center;gap:1.75rem;margin:0;padding:0;list-style:none;display:flex}.nav-link{color:var(--color-ink-soft);padding-block:.375rem;text-decoration:none;display:inline-block}.nav-link:hover{color:var(--color-ink)}.nav-link[aria-current=page]{color:var(--color-ink);box-shadow:inset 0 -2px 0 0 var(--color-accent);font-weight:600}.header-cta{margin-left:1.5rem;padding:.625rem 1.125rem;display:inline-flex}}.menu-toggle{display:none}@media (width<=767px){html.js-menu .menu-toggle{border:1px solid var(--color-line-strong);border-radius:var(--radius-btn);align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.9375rem;font-weight:600;display:inline-flex}.menu-toggle-bars{gap:3px;width:1rem;display:grid}.menu-toggle-bars>span{background-color:var(--color-ink);border-radius:2px;height:2px;display:block}html.js-menu .mobile-menu{grid-template-rows:0fr;transition:grid-template-rows .28s;display:grid}html.js-menu .mobile-menu.is-open{grid-template-rows:1fr}.mobile-menu-inner{min-height:0;overflow:hidden}.mobile-nav{padding-block:.5rem 1.25rem}.mobile-nav ul{border-top:1px solid var(--color-line);margin:0;padding:0;list-style:none}.mobile-nav li+li a{border-top:1px solid var(--color-line)}.mobile-nav a{padding-block:.875rem;font-weight:600;text-decoration:none;display:block}.mobile-nav a[aria-current=page]{color:var(--color-accent-strong)}.mobile-menu-cta{width:100%;margin-top:1rem}}@media (width>=768px){.mobile-menu{display:none}}@media (prefers-reduced-motion:reduce){html.js-menu .mobile-menu{transition:none}}.hero{isolation:isolate;position:relative;overflow:hidden}.hero>.container-page{z-index:1;position:relative}.hero-graphic{z-index:0;pointer-events:none;opacity:.32;position:absolute;inset:0;overflow:hidden;-webkit-mask-image:linear-gradient(#0000 0%,#0003 42%,#000000f2 100%);mask-image:linear-gradient(#0000 0%,#0003 42%,#000000f2 100%)}@media (width<=1179px){.hg-weight{stroke:var(--color-line-strong);stroke-width:2px}.hero-graphic-svg{transform:translateY(22%)}}@media (width>=1180px){.hero-graphic{opacity:.75;-webkit-mask-image:linear-gradient(90deg,#0000 0% 60%,#0000008c 69%,#000 78%);mask-image:linear-gradient(90deg,#0000 0% 60%,#0000008c 69%,#000 78%)}}.hero-graphic-svg{width:100%;height:100%}.hg-item{fill:none;stroke:var(--color-line-strong);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:100;stroke-dashoffset:100px;animation:1.5s cubic-bezier(.4,0,.2,1) both hg-draw}.hg-weight{stroke:var(--color-accent);stroke-width:3px}.hg-swing{transform-box:view-box;transform-origin:50%;animation:1.5s cubic-bezier(.4,0,.2,1) both hg-draw,1.7s cubic-bezier(.4,0,.2,1) both hg-settle}.hero-graphic-svg>:first-child{animation-delay:0s}.hero-graphic-svg>:nth-child(2){animation-delay:70ms}.hero-graphic-svg>:nth-child(3){animation-delay:.14s}.hero-graphic-svg>:nth-child(4){animation-delay:.21s}.hero-graphic-svg>:nth-child(5){animation-delay:.28s}.hero-graphic-svg>:nth-child(6){animation-delay:.35s}.hero-graphic-svg>:nth-child(7){animation-delay:.42s}.hero-graphic-svg>:nth-child(8){animation-delay:.49s}.hero-graphic-svg>:nth-child(9){animation-delay:.56s}.hero-graphic-svg>:nth-child(10){animation-delay:.63s}.hero-graphic-svg>:nth-child(11){animation-delay:.7s}.hero-graphic-svg>:nth-child(12){animation-delay:.77s}.hero-graphic-svg>:nth-child(13){animation-delay:.84s}.hero-graphic-svg>:nth-child(14){animation-delay:.91s}.hero-graphic-svg>:nth-child(15){animation-delay:.98s}.hero-graphic-svg>:nth-child(16){animation-delay:1.05s}.hero-graphic-svg>:nth-child(17){animation-delay:1.12s}.hero-graphic-svg>:nth-child(18){animation-delay:1.19s}@keyframes hg-draw{to{stroke-dashoffset:0}}@keyframes hg-settle{0%{transform:rotate(-5deg)}to{transform:rotate(0)}}@media (prefers-reduced-motion:reduce){.hg-item,.hg-swing{stroke-dashoffset:0;animation:none;transform:none}}.site-footer{background-color:var(--color-sunken);border-top:1px solid var(--color-line);padding-block:3rem 1.5rem}.footer-grid{gap:2.25rem;display:grid}@media (width>=640px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.footer-grid{grid-template-columns:1.4fr repeat(3,minmax(0,1fr));gap:2.5rem}}.footer-blurb{max-width:26ch;color:var(--color-ink-soft);margin-top:.875rem}.footer-heading{font-family:var(--font-sans);letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted);margin-bottom:.875rem;font-size:.8125rem;font-weight:600}.footer-list{gap:.5rem;display:grid}.footer-list a{color:var(--color-ink-soft);text-decoration:none}.footer-list a:hover{color:var(--color-ink);text-underline-offset:.2em;text-decoration:underline}.footer-address,.footer-area{color:var(--color-ink-soft);margin-top:1rem;font-size:.9375rem;font-style:normal}.footer-hours{color:var(--color-ink-soft);margin-top:1rem;font-size:.9375rem}.footer-bottom{border-top:1px solid var(--color-line-strong);color:var(--color-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:2.5rem;padding-top:1.5rem;font-size:.875rem;display:flex}.footer-legal{gap:1.25rem;display:flex}.footer-legal a{color:var(--color-muted);text-decoration:none}.footer-legal a:hover{color:var(--color-ink);text-underline-offset:.2em;text-decoration:underline}.band-deep{background-color:var(--color-deep);color:var(--color-surface)}.band-deep h2{color:var(--color-surface)}.band-deep p{color:var(--color-deep-soft)}.band-deep .eyebrow{color:var(--color-accent-on-deep)}.field{gap:.375rem;display:grid}.field-label{font-size:.9375rem;font-weight:600}.field-optional{color:var(--color-muted);font-weight:400}.field-control{background-color:var(--color-raised);border:1px solid var(--color-line-strong);border-radius:var(--radius-btn);width:100%;padding:.75rem .875rem}.field-control::placeholder{color:var(--color-muted)}.field-control:hover{border-color:var(--color-ink-soft)}.field-control[aria-invalid=true]{border-color:var(--color-danger);border-width:2px}.field-error{color:var(--color-danger);font-size:.9375rem;font-weight:600}.field-hint{color:var(--color-muted);font-size:.875rem}.honeypot{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.form-status:empty{display:none}.form-status{color:var(--color-ink);font-weight:600}[data-busy]{opacity:.7;cursor:progress}.form-success{border:1px solid var(--color-line-strong);border-radius:var(--radius-card);background-color:var(--color-raised);padding:1.75rem}.lede{color:var(--color-ink-soft);max-width:62ch;font-size:1.125rem}.section-hero .lede{max-width:50ch}@media (width>=768px){.lede{font-size:1.1875rem}}.h1{font-size:clamp(2.25rem,1.6rem + 2.8vw,3.5rem)}.h2{font-size:clamp(1.75rem,1.4rem + 1.5vw,2.375rem)}.h3{font-size:1.1875rem}.rule{background-color:var(--color-line);border:0;height:1px}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
