/* Shared by the front end and block editor. No external fonts or scripts. */
:root { --fna-line: #d4d9ce; }
html { scroll-padding-top: 1.5rem; }
body { -webkit-font-smoothing: antialiased; }
.wp-site-blocks > * { margin-block-start: 0; }
a { text-underline-offset: .22em; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
:where(a, button, input, textarea, select, [tabindex]):focus-visible { outline: 3px solid currentColor; outline-offset: 5px; }
:where(h1,h2,h3,p,a) { overflow-wrap: break-word; }
.fna-header, .fna-footer-inner { max-width: 1180px; margin-inline: auto; }
.fna-header { justify-content: space-between; gap: 1.5rem 2rem; padding-block: 1.9rem; border-bottom: 1px solid var(--fna-line); }
.fna-brand { flex-shrink: 1; }
.fna-brand > * { margin-block: 0; }
.fna-brand .wp-block-site-tagline { margin-top: .35rem; }
.wp-block-navigation a { display: inline-flex; align-items: center; min-height: 44px; }
.wp-block-navigation__responsive-container-open, .wp-block-navigation__responsive-container-close { padding: 10px; min-width: 44px; min-height: 44px; }
.wp-block-navigation__responsive-container.is-menu-open { background: #f6f3ed; color: #193f36; padding: 2rem; }
.fna-hero, .fna-section, .fna-contact { padding-block: clamp(3.5rem, 8vw, 6.5rem); }
.fna-hero { max-width: 1180px !important; }
.fna-hero > * { max-width: 850px !important; margin-inline: 0 !important; }
.fna-hero h1 { margin-block: 1.4rem 1.8rem; letter-spacing: -.045em; }
.fna-hero .fna-lead { max-width: 600px !important; }
.fna-hero-name { font-weight: 600; }
.fna-eyebrow { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: .78rem; line-height: 1.6; letter-spacing: .12em; font-weight: 600; color: #193f36; }
.fna-lead { font-size: 1.15rem; color: #58625c; }
.fna-section { border-top: 1px solid var(--fna-line); max-width: 1180px !important; }
.fna-section > * { margin-inline: 0 !important; max-width: 760px; }
.fna-section h2, .fna-contact h2 { letter-spacing: -.025em; }
.fna-contact { background: #193f36; color: #f6f3ed; padding-inline: clamp(1.5rem, 5vw, 4rem); max-width: 1180px !important; margin-bottom: 4rem; }
.fna-contact h2, .fna-contact .fna-eyebrow { color: #f6f3ed; }
.fna-contact .wp-block-button__link { background: #f6f3ed; color: #193f36; }
.wp-block-buttons { gap: .8rem; margin-top: 2rem; }
.wp-block-button__link { min-height: 44px; box-sizing: border-box; }
.wp-block-button__link:hover { text-decoration: underline; text-underline-offset: .25em; }
.wp-block-button.is-style-outline > .wp-block-button__link { background: transparent; color: #193f36; border: 1px solid currentColor; padding: .85rem 1.4rem; }
.fna-page { min-height: 55vh; padding-block: clamp(3rem, 7vw, 6rem); }
.fna-page > .wp-block-post-title { font-size: clamp(2.5rem, 5vw, 4rem); margin-bottom: 2.5rem; }
.fna-page .wp-block-post-content h2 { margin-top: 2.5rem; }
.fna-footer { border-top: 1px solid var(--fna-line); padding-block: 2.5rem; }
.fna-footer-inner { align-items: flex-start; justify-content: space-between; gap: 2rem; }
.fna-footer-brand > * { margin-block: 0; }
.fna-footer-note { max-width: 440px; font-size: .875rem; color: #58625c; margin: 0; }
.fna-note { border-left: 2px solid #193f36; padding-left: 1rem; color: #58625c; }
@media (max-width: 700px) {
  .fna-header { padding-block: 1.2rem; flex-wrap: nowrap; gap: .75rem; }
  .fna-brand .wp-block-site-title { font-size: 1.15rem; }
  .fna-header .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none !important; }
  .fna-header .wp-block-navigation__responsive-container-open { display: flex !important; }
  .fna-footer-inner { flex-direction: column; }
  .fna-contact { margin-bottom: 2.5rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print { .wp-block-navigation, .wp-block-buttons { display: none; } .fna-contact { background: white; color: black; } .fna-contact h2, .fna-contact .fna-eyebrow { color: black; } }
