:root{--cream:#FAF7F2;--sand:#D9C4A8;--green-dark:#16263A;--green-mid:#2C4F6E;--charcoal:#1C1C1C;--white:#FFFFFF;--accent:#C8A97E;--blue-dark:#16263A;--blue-mid:#2C4F6E;--cream-deep:#F1EBE1;--green-tint:rgba(22,38,58,0.06);--line:rgba(28,28,28,0.10);--shadow-sm:0 4px 18px rgba(22,38,58,0.07);--shadow-md:0 12px 36px rgba(22,38,58,0.12);--shadow-lg:0 24px 60px rgba(22,38,58,0.18);--font-head:"Cormorant Garamond",Georgia,"Times New Roman",serif;--font-body:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--fs-eyebrow:0.78rem;--fs-body:1rem;--fs-lead:clamp(1.05rem,1.6vw,1.25rem);--fs-h3:clamp(1.4rem,2.4vw,1.9rem);--fs-h2:clamp(2rem,4vw,3rem);--fs-h1:clamp(2.8rem,6.5vw,4.5rem);--space-xs:0.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:4rem;--space-xl:6.5rem;--container:1240px;--gutter:clamp(1.25rem,4vw,3rem);--radius:4px;--radius-lg:10px;--ease:cubic-bezier(0.22,0.61,0.36,1);--dur:0.6s;--nav-h:76px}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-h);-webkit-text-size-adjust:100%}body{margin:0;background-color:var(--cream);color:var(--charcoal);font-family:var(--font-body);font-weight:400;font-size:var(--fs-body);line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:color 0.3s var(--ease)}button{font-family:inherit;cursor:pointer;border:none;background:none}ul{list-style:none;margin:0;padding:0}h1,h2,h3,h4{font-family:var(--font-head);font-weight:400;line-height:1.08;margin:0;color:var(--green-dark);letter-spacing:.01em}p{margin:0 0 1rem}:focus-visible{outline:2px solid var(--green-mid);outline-offset:3px}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:-999px;top:0;z-index:1000;background:var(--green-dark);color:var(--white);padding:.75rem 1.25rem;border-radius:0 0 var(--radius) 0}.skip-link:focus{left:0}.sahri-container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}.sahri-section{padding-block:var(--space-xl)}.sahri-eyebrow{display:inline-block;font-family:var(--font-body);font-weight:500;font-size:var(--fs-eyebrow);text-transform:uppercase;letter-spacing:.2em;color:var(--accent);margin-bottom:var(--space-sm)}.sahri-section__head{max-width:640px;margin-bottom:var(--space-lg)}.sahri-section__title{font-size:var(--fs-h2);font-weight:400}.sahri-section__lead{margin-top:var(--space-sm);font-size:var(--fs-lead);color:rgb(28 28 28 / .7);max-width:46ch}.sahri-grain::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.5;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url("%23n")' opacity='0.045'/%3E%3C/svg%3E");z-index:0}