:root{--color-bg:#F5F3EE;--color-bg-raised:#FBFAF7;--color-stone:#C9C4BA;--color-mist:#D8E1E0;--color-sage:#B8C4B0;--color-ink:#1A1A18;--color-ink-soft:#4A4740;--color-brass:#8A7B5C;--color-brass-hover:#6F6249;--color-dusty-rose:#C9A199;--color-line:rgba(26,26,24,0.12);--color-white:#FFFFFF;--font-display:"Fraunces","Times New Roman",serif;--font-sans:"Inter",-apple-system,sans-serif;--text-xs:0.6875rem;--text-sm:0.8125rem;--text-base:0.9375rem;--text-lg:1.125rem;--text-xl:1.75rem;--text-2xl:2.75rem;--text-3xl:4.5rem;--text-3xl-mobile:2.75rem;--tracking-wide:0.08em;--tracking-wider:0.14em;--space-1:0.5rem;--space-2:1rem;--space-3:1.5rem;--space-4:2rem;--space-5:3rem;--space-6:4.5rem;--space-7:7rem;--space-8:10rem;--ease-out:cubic-bezier(0.16,1,0.3,1);--ease-in-out:cubic-bezier(0.65,0,0.35,1);--dur-fast:200ms;--dur-base:400ms;--dur-slow:800ms;--container-max:1440px;--radius:2px}@media (max-width:768px){:root{--text-2xl:2rem;--text-3xl:var(--text-3xl-mobile);--space-6:3rem;--space-7:4.5rem;--space-8:6rem}}@font-face{font-family:Fraunces;src:url(/fonts/Fraunces-Variable.woff2) format("woff2-variations");font-weight:300 700;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Variable.woff2) format("woff2-variations");font-weight:400 600;font-style:normal;font-display:swap}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{margin:0;background-color:var(--color-bg);background-image:url(/brand/star-scatter.svg);background-repeat:repeat;background-size:480px 480px;color:var(--color-ink);font-family:var(--font-sans);font-size:var(--text-base);line-height:1.5;-webkit-font-smoothing:antialiased}.display,h1,h2,h3{font-family:var(--font-display);font-weight:400;line-height:1.05;letter-spacing:-.01em;margin:0}h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}p{margin:0}a{color:inherit;text-decoration:none}.eyebrow{font-size:var(--text-xs);letter-spacing:var(--tracking-wider);text-transform:uppercase;color:var(--color-ink-soft)}.container{max-width:var(--container-max);margin-inline:auto;padding-inline:var(--space-3)}@media (min-width:768px){.container{padding-inline:var(--space-5)}}:focus-visible{outline:2px solid var(--color-brass);outline-offset:3px}