:root{--sh-espresso: #462616;--sh-espresso-deep: #2c1709;--sh-forest: #0d3b2e;--sh-forest-deep: #082319;--sh-cream: #fff5e9;--sh-cream-mid: #f5ead8;--sh-offwhite: #f5f3f5;--sh-stone: #e8dccb;--sh-text-muted: #6b574a;--sh-font-display: "Cinzel", "Trajan Pro", serif;--sh-font-head: "Source Serif 4", "Source Serif Pro", Georgia, serif;--sh-font-body: "Source Sans 3", "Source Sans Pro", "Inter", sans-serif;--sh-max-width: 1200px;--sh-section-py: clamp(72px, 10vw, 140px)}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;background:var(--sh-cream);color:var(--sh-espresso);font-family:var(--sh-font-body);font-weight:400;font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;opacity:0;transition:opacity .3s ease}body.fonts-loaded{opacity:1}h1,h2{font-family:var(--sh-font-head);color:var(--sh-espresso);margin:0 0 .5em;line-height:1.12;font-weight:700;letter-spacing:-.01em}h1{font-size:clamp(2.6rem,6vw,4.8rem)}h2{font-size:clamp(1.9rem,3.8vw,3rem);font-weight:700}h4{font-family:var(--sh-font-head);color:var(--sh-espresso);font-size:1.2rem;font-weight:700;margin:0 0 .6em;line-height:1.3}p{color:var(--sh-espresso);line-height:1.75;margin:0 0 1em;font-weight:400}.text-muted{color:var(--sh-text-muted)}p.lead{font-size:1.2rem;color:var(--sh-espresso);max-width:60ch;font-weight:500;line-height:1.55}a{color:var(--sh-espresso);text-decoration:none;border-bottom:1px solid currentColor;transition:color .2s ease,border-color .2s ease}a:hover{color:var(--sh-forest)}nav a,.btn,.nav-link,.footer-col a,.social-row a,.skip-link,.logo{border-bottom:0}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--sh-max-width);margin:0 auto;padding:0 24px}@media(min-width:768px){.container{padding:0 40px}}.section{padding:var(--sh-section-py) 0;position:relative}.section--cream{background:var(--sh-cream)}.section--offwhite{background:var(--sh-offwhite)}.section--stone{background:var(--sh-stone)}.section--forest{background:var(--sh-forest);color:var(--sh-cream)}.section--forest h1,.section--forest h2,.section--forest h4{color:var(--sh-cream)}.section--forest p,.section--forest .lead{color:#fff5e9d1}.section--espresso{background:var(--sh-espresso);color:var(--sh-cream)}.section--espresso h1,.section--espresso h2,.section--espresso h4{color:var(--sh-cream)}.section--espresso p,.section--espresso .lead{color:#fff5e9d1}.eyebrow{display:inline-block;font-family:var(--sh-font-display);color:var(--sh-espresso);font-size:.78rem;font-weight:500;letter-spacing:.32em;text-transform:uppercase;margin-bottom:18px}.section--forest .eyebrow,.section--espresso .eyebrow{color:var(--sh-cream);opacity:.9}.accent-line{display:block;width:56px;height:1.5px;background:var(--sh-espresso);border:0;margin:0 0 28px}.section--forest .accent-line,.section--espresso .accent-line{background:var(--sh-cream);opacity:.6}.btn{display:inline-block;padding:16px 38px;font-family:var(--sh-font-display);font-size:.78rem;font-weight:500;letter-spacing:.24em;text-transform:uppercase;border-radius:0;border:1.5px solid var(--sh-espresso);background:var(--sh-espresso);color:var(--sh-cream);cursor:pointer;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .2s ease;text-align:center;line-height:1}.btn:hover{background:var(--sh-espresso-deep);border-color:var(--sh-espresso-deep);color:var(--sh-cream);transform:translateY(-1px)}.btn--outline{background:transparent;color:var(--sh-espresso)}.btn--outline:hover{background:var(--sh-espresso);color:var(--sh-cream)}.section--forest .btn,.section--espresso .btn{background:var(--sh-cream);border-color:var(--sh-cream);color:var(--sh-espresso)}.section--forest .btn:hover,.section--espresso .btn:hover,.section--forest .btn--outline,.section--espresso .btn--outline{background:transparent;color:var(--sh-cream);border-color:var(--sh-cream)}.section--forest .btn--outline:hover,.section--espresso .btn--outline:hover{background:var(--sh-cream);color:var(--sh-espresso)}.btn-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}input[type=text],input[type=email],input[type=tel],input[type=search],textarea,select{width:100%;background:transparent;border:1px solid rgba(70,38,22,.25);border-radius:0;color:var(--sh-espresso);padding:14px 16px;font-family:var(--sh-font-body);font-size:1rem;transition:border-color .2s ease,background .2s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--sh-espresso);background:#46261608}textarea{min-height:140px;resize:vertical}::placeholder{color:var(--sh-text-muted);opacity:.5}label{display:block;font-family:var(--sh-font-display);font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--sh-espresso);margin-bottom:10px;font-weight:500}.sh-reveal{opacity:0;transform:translateY(28px);transition:opacity .9s ease,transform .9s ease}.sh-reveal.sh-visible{opacity:1;transform:translateY(0)}.text-center{text-align:center}.mx-auto{margin-left:auto;margin-right:auto}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.mt-2{margin-top:16px}.mb-2{margin-bottom:16px}.mt-4{margin-top:32px}.mb-4{margin-bottom:32px}.mt-6{margin-top:48px}.mb-6{margin-bottom:48px}.max-prose{max-width:60ch}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.site-header[data-astro-cid-3ef6ksr2]{position:fixed;inset:0 0 auto;z-index:100;background:#fff5e900;transition:background .4s ease,backdrop-filter .4s ease,border-color .4s ease;border-bottom:1px solid transparent}.site-header[data-astro-cid-3ef6ksr2].scrolled{background:#fff5e9f5;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom-color:#46261614}.header-inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;padding-top:16px;padding-bottom:16px}.logo-img[data-astro-cid-3ef6ksr2]{height:60px;width:auto}@media(max-width:540px){.logo-img[data-astro-cid-3ef6ksr2]{height:44px}}.nav-list[data-astro-cid-3ef6ksr2]{list-style:none;margin:0;padding:0;display:flex;gap:36px;align-items:center}.nav-link[data-astro-cid-3ef6ksr2]{color:var(--sh-espresso);font-family:var(--sh-font-display);font-size:.74rem;letter-spacing:.22em;text-transform:uppercase;font-weight:500;opacity:.85;transition:opacity .2s,color .2s;border:0}.nav-link[data-astro-cid-3ef6ksr2]:hover,.nav-link[data-astro-cid-3ef6ksr2].active{opacity:1;color:var(--sh-forest)}.nav-cta[data-astro-cid-3ef6ksr2]{padding:11px 22px!important;font-size:.7rem!important;letter-spacing:.2em!important}.nav-toggle[data-astro-cid-3ef6ksr2]{display:none;background:none;border:0;width:32px;height:32px;flex-direction:column;justify-content:center;gap:5px;cursor:pointer;padding:0}.nav-toggle[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{display:block;width:26px;height:1.5px;background:var(--sh-espresso);transition:transform .3s,opacity .3s}@media(max-width:860px){.nav-toggle[data-astro-cid-3ef6ksr2]{display:flex}.nav-list[data-astro-cid-3ef6ksr2]{position:fixed;inset:0;flex-direction:column;justify-content:center;gap:32px;background:var(--sh-cream);transform:translate(100%);transition:transform .35s ease}.nav-list[data-astro-cid-3ef6ksr2].open{transform:translate(0)}.nav-link[data-astro-cid-3ef6ksr2]{font-size:1rem}.nav-cta[data-astro-cid-3ef6ksr2]{margin-top:16px}}body.nav-open{overflow:hidden}.site-footer[data-astro-cid-sz7xmlte]{background:var(--sh-cream);color:var(--sh-espresso);padding:88px 0 36px;border-top:1px solid rgba(70,38,22,.12)}.footer-grid[data-astro-cid-sz7xmlte]{display:grid;gap:56px;grid-template-columns:1.6fr repeat(3,1fr)}@media(max-width:860px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr;gap:40px}}@media(max-width:540px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:36px}}.footer-logo-img[data-astro-cid-sz7xmlte]{height:120px;width:auto;margin-bottom:24px}.footer-tagline[data-astro-cid-sz7xmlte]{color:var(--sh-espresso);font-size:.96rem;max-width:36ch;margin-bottom:28px;line-height:1.7;opacity:.85}.social-row[data-astro-cid-sz7xmlte]{display:flex;gap:12px}.social-row[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{width:40px;height:40px;border:1px solid rgba(70,38,22,.3);border-radius:0;display:inline-flex;align-items:center;justify-content:center;color:var(--sh-espresso);transition:color .2s,border-color .2s,background .2s}.social-row[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--sh-cream);background:var(--sh-espresso);border-color:var(--sh-espresso)}.footer-col[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{color:var(--sh-espresso);font-family:var(--sh-font-display);font-size:.74rem;letter-spacing:.24em;text-transform:uppercase;margin:0 0 22px;font-weight:500}.footer-col[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--sh-espresso);font-size:.96rem;letter-spacing:.01em;border-bottom:0;opacity:.85;transition:opacity .2s}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{opacity:1;color:var(--sh-forest)}hr[data-astro-cid-sz7xmlte]{border:0;border-top:1px solid rgba(70,38,22,.15);margin:64px 0 28px}.footer-bottom[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;flex-wrap:wrap}.footer-bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{color:var(--sh-espresso);font-size:.78rem;margin:0;opacity:.7}.footer-disclaimer[data-astro-cid-sz7xmlte]{max-width:56ch}.skip-link[data-astro-cid-37fxchfa]{position:absolute;left:-9999px;top:0;background:var(--sh-gold);color:var(--sh-navy);padding:12px 20px;font-weight:600;z-index:9999}.skip-link[data-astro-cid-37fxchfa]:focus{left:16px;top:16px}
