@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600&family=Inter:wght@300;400;500;600&display=swap");:root{--background:#f8f9fa;--foreground:#5a5a5a;--nav-height:78px;--nav-top-offset:14px;--site-gutter:0.5rem;--first-content-offset:2.3rem;--primary:#e1d8c9;--secondary:#df540a;--third:#7fa1bf;--fs-h1:clamp(1.75rem,1.25rem + 1.8vw,2.85rem);--fs-h2:clamp(1.35rem,1.05rem + 1.1vw,2.1rem);--fs-h3:clamp(1.15rem,0.95rem + 0.8vw,1.6rem);--fs-body:clamp(0.95rem,0.9rem + 0.25vw,1.08rem);--fs-body-large:clamp(1.05rem,0.95rem + 0.75vw,1.55rem);--fs-btn:clamp(0.95rem,0.9rem + 0.35vw,1.08rem);--fs-label:clamp(0.8rem,0.76rem + 0.2vw,0.92rem);--space-2xs:clamp(0.4rem,0.3rem + 0.5vw,0.6rem);--space-xs:clamp(0.55rem,0.45rem + 0.6vw,0.8rem);--space-sm:clamp(0.75rem,0.62rem + 0.8vw,1.1rem);--space-md:clamp(1rem,0.85rem + 1vw,1.5rem);--space-lg:clamp(1.25rem,1rem + 1.6vw,2.2rem);--space-xl:clamp(1.8rem,1.25rem + 2.8vw,3.5rem);--space-section:clamp(2.25rem,1.2rem + 4vw,5.5rem);--space-section-tight:clamp(1.25rem,0.8rem + 2vw,3rem);--radius-sm:0.5rem;--radius-md:1rem;--radius-lg:1.2rem;--radius-pill:999px;--hover-transition-duration:0.2s;--hover-transition-ease:ease;--hover-transition:color var(--hover-transition-duration) var(--hover-transition-ease),background-color var(--hover-transition-duration) var(--hover-transition-ease),border-color var(--hover-transition-duration) var(--hover-transition-ease),opacity var(--hover-transition-duration) var(--hover-transition-ease);--font-sans:"Inter",sans-serif;--font-serif:"EB Garamond",serif}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{background:var(--background);color:var(--foreground);font-family:var(--font-sans);line-height:1.6}.public-shell,body{display:flex;flex-direction:column}.public-shell{min-height:100vh;padding-top:calc(var(--nav-height) + var(--nav-top-offset))}body.menu-open{overflow:hidden;height:100vh;height:100dvh;overscroll-behavior:contain}main.site-main{flex:1 1;width:100%;margin-inline:auto;padding-left:max(var(--site-gutter),env(safe-area-inset-left));padding-right:max(var(--site-gutter),env(safe-area-inset-right))}main.site-main>.section-block-tight:first-child,main.site-main>.section-block:first-child,main.site-main>:first-child{margin-top:var(--first-content-offset)}h1,h2,h3{font-family:var(--font-serif);font-weight:300;line-height:1.15}h1{font-size:var(--fs-h1)}h2{font-size:var(--fs-h2)}h3{font-size:var(--fs-h3)}p{font-size:var(--fs-body);font-weight:300;line-height:1.6}.p-large{font-size:var(--fs-body-large)}a{color:inherit;text-decoration:none}.btn-custom,a,button{transition:var(--hover-transition)}.section-block{margin-top:var(--space-section);margin-bottom:var(--space-section)}.section-block-tight{margin-top:var(--space-section-tight);margin-bottom:var(--space-section-tight)}.btn-custom{border:0!important;background-color:var(--secondary)!important;color:#fff!important;font-size:var(--fs-btn)!important;font-weight:300!important;padding:var(--space-xs) var(--space-md)!important;border-radius:var(--radius-sm)!important}.btn-custom:hover{background-color:#b24409!important;color:#fff!important}.bg-prim{background:var(--primary)!important;padding:var(--space-md) var(--space-lg)!important}.bg-sec{background:var(--secondary)!important}.bg-sec,.bg-thr{color:#fff!important;padding:var(--space-md) var(--space-lg)!important}.bg-thr{background:var(--third)!important}.legal-page{max-width:960px}.legal-page h1{margin-bottom:1rem}.legal-page h2{margin-top:1.4rem;margin-bottom:.35rem;font-size:var(--fs-h2)}.legal-page p{margin-bottom:0}@media (min-width:992px){:root{--site-gutter:2rem}}@media (max-width:991.98px){:root{--nav-height:70px;--nav-top-offset:10px}}@media (min-width:768px) and (max-width:991.98px){:root{--site-gutter:1.25rem}}@media (min-width:1200px){:root{--site-gutter:3rem}}@media (min-width:1600px){:root{--site-gutter:4rem}}