@import"https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Inter:wght@400;500;600;700&display=swap";:root{--fmb-forest: #1F2C20;--fmb-cream: #F5EDD7;--fmb-honey: #C9A876;--fmb-cream-tint: #FAF7F0;--fmb-charcoal: #2C2A23;--font-serif: "Lora", Georgia, "Times New Roman", serif;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 2rem;--space-lg: 4rem;--space-xl: 6rem;--container-max: 1200px;--container-narrow: 760px;--container-padding: 1.5rem}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-serif);font-size:1.0625rem;line-height:1.65;color:var(--fmb-charcoal);background:var(--fmb-cream-tint);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}img,picture,svg,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:600;line-height:1.2;color:var(--fmb-charcoal)}h1{font-size:clamp(2.25rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,3.5vw,2.5rem)}h3{font-size:clamp(1.375rem,2.5vw,1.75rem)}h4{font-size:1.125rem}p{margin:0}p+p{margin-top:1em}.tagline{font-family:var(--font-serif);font-style:italic;font-weight:400;color:var(--fmb-honey);font-size:clamp(1.125rem,2vw,1.375rem);line-height:1.4}.section-label{display:inline-block;font-family:var(--font-sans);font-size:.8125rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--fmb-cream)}.section-label.on-light{color:var(--fmb-charcoal)}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-padding)}.container--narrow{max-width:var(--container-narrow)}.section{padding-block:var(--space-xl)}.section--dark{background:var(--fmb-forest);color:var(--fmb-cream)}.section--dark h1,.section--dark h2,.section--dark h3,.section--dark h4{color:var(--fmb-cream)}.section--light{background:var(--fmb-cream-tint);color:var(--fmb-charcoal)}.btn{display:inline-block;padding:.875rem 1.75rem;font-family:var(--font-sans);font-size:.9375rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;border-radius:2px;border:1px solid transparent;transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease;cursor:pointer}.btn-primary{background:var(--fmb-honey);color:var(--fmb-forest)}.btn-primary:hover{background:var(--fmb-cream);transform:translateY(-1px)}.btn-secondary{background:transparent;color:var(--fmb-cream);border-color:var(--fmb-cream)}.btn-secondary:hover{background:var(--fmb-cream);color:var(--fmb-forest)}.btn-secondary.on-light{color:var(--fmb-forest);border-color:var(--fmb-forest)}.btn-secondary.on-light:hover{background:var(--fmb-forest);color:var(--fmb-cream)}.card{background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 1px 3px #0000000f,0 4px 12px #1f2c200d;transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column}.card:hover{transform:translateY(-3px);box-shadow:0 4px 8px #00000014,0 12px 24px #1f2c201a}.card__media img{width:100%;height:auto}.card__body{padding:1.5rem;flex:1;display:flex;flex-direction:column}.card__meta{font-family:var(--font-sans);font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--fmb-honey);margin-bottom:.5rem}.card__title{font-size:1.25rem;margin-bottom:.5rem;line-height:1.3}.card__excerpt{color:var(--fmb-charcoal);font-size:.9375rem;flex:1}.grid{display:grid;gap:2rem}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.site-header{background:var(--fmb-forest);color:var(--fmb-cream);padding-block:1.25rem;border-bottom:1px solid rgba(245,237,215,.08)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.site-header__brand{display:flex;align-items:center;gap:.75rem}.site-header__logo{width:32px;height:32px;flex-shrink:0}.site-header__wordmark{font-family:var(--font-sans);font-size:.875rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--fmb-cream)}.site-nav ul{display:flex;gap:2rem}.site-nav a{font-family:var(--font-sans);font-size:.8125rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--fmb-cream);transition:color .2s ease}.site-nav a:hover{color:var(--fmb-honey)}.site-footer{background:var(--fmb-forest);color:var(--fmb-cream);padding-block:3rem;border-top:1px solid rgba(245,237,215,.08)}.site-footer__inner{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1.5rem}.site-footer__brand{display:flex;flex-direction:column;gap:.35rem}.site-footer__name{font-family:var(--font-sans);font-size:.8125rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase}.site-footer__tagline{font-family:var(--font-serif);font-style:italic;color:var(--fmb-honey);font-size:.9375rem}.site-footer__copyright{font-family:var(--font-sans);font-size:.75rem;letter-spacing:.04em;color:var(--fmb-cream);opacity:.65;margin-top:.25rem}.site-footer__links{display:flex;gap:1.5rem}.site-footer__links a{font-family:var(--font-sans);font-size:.8125rem;letter-spacing:.12em;text-transform:uppercase;color:var(--fmb-cream);opacity:.85;transition:opacity .2s ease,color .2s ease}.site-footer__links a:hover{opacity:1;color:var(--fmb-honey)}@media(max-width:768px){:root{--space-lg: 3rem;--space-xl: 4rem;--container-padding: 1.25rem}.grid--3,.grid--4{grid-template-columns:repeat(2,1fr)}.site-header__inner{flex-direction:column;align-items:flex-start;gap:1rem}.site-nav ul{gap:1.25rem}.site-footer__inner{flex-direction:column;align-items:flex-start}}@media(max-width:480px){body{font-size:1rem}.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}.site-nav ul{flex-wrap:wrap;gap:1rem}.btn{padding:.75rem 1.25rem;font-size:.875rem}}.newsletter-form[data-astro-cid-nbvfnxgh]{width:100%}.newsletter-form__form[data-astro-cid-nbvfnxgh]{display:grid;gap:.75rem}.newsletter-form--stacked[data-astro-cid-nbvfnxgh] .newsletter-form__form[data-astro-cid-nbvfnxgh]{grid-template-columns:1fr;max-width:460px;margin-inline:auto}.newsletter-form--inline[data-astro-cid-nbvfnxgh] .newsletter-form__form[data-astro-cid-nbvfnxgh]{grid-template-columns:1fr 1fr auto;gap:.75rem;align-items:stretch}.newsletter-form__input[data-astro-cid-nbvfnxgh]{font-family:var(--font-sans);font-size:1rem;padding:.875rem 1rem;background:#ffffff14;color:var(--fmb-cream);border:1px solid rgba(245,237,215,.25);border-radius:2px;transition:border-color .2s ease,background .2s ease}.newsletter-form__input[data-astro-cid-nbvfnxgh]::placeholder{color:var(--fmb-cream);opacity:.55}.newsletter-form__input[data-astro-cid-nbvfnxgh]:focus{outline:none;border-color:var(--fmb-honey);background:#ffffff1f}.newsletter-form__submit[data-astro-cid-nbvfnxgh]{padding:.875rem 1.5rem;white-space:nowrap}.newsletter-form__message[data-astro-cid-nbvfnxgh]{margin-top:1rem;font-family:var(--font-serif);font-style:italic;color:var(--fmb-honey);text-align:center}.newsletter-form--inline[data-astro-cid-nbvfnxgh] .newsletter-form__message[data-astro-cid-nbvfnxgh]{text-align:left}@media(max-width:640px){.newsletter-form--inline[data-astro-cid-nbvfnxgh] .newsletter-form__form[data-astro-cid-nbvfnxgh]{grid-template-columns:1fr}}
