:root {
    --fp-ink: #16221e;
    --fp-muted: #56625c;
    --fp-green: #007a47;
    --fp-green-dark: #005c36;
    --fp-mint: #edf6f0;
    --fp-paper: #f5f6f3;
    --fp-white: #fff;
    --fp-line: #dce2dd;
    --fp-radius: 4px;
    --fp-width: 1240px;
    --fp-gutter: clamp(20px, 4.5vw, 72px);
    --fp-space: clamp(64px, 7vw, 112px);
    --fp-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-top: 24px; }
body { margin: 0; background: var(--fp-white); color: var(--fp-ink); font: 400 17px/1.65 var(--fp-font); -webkit-font-smoothing: antialiased; }
::selection { background: #c5e9d2; color: var(--fp-ink); }
img { max-width: 100%; height: auto; vertical-align: middle; }
figure { margin: 0; }
a { color: var(--fp-green); text-underline-offset: 4px; text-decoration-thickness: 1px; }
a:hover { color: var(--fp-green-dark); }
button, input, select, textarea { font: inherit; }
button, input[type="submit"] { cursor: pointer; }
button:disabled { cursor: wait; opacity: .65; }
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), select, textarea { width: 100%; min-height: 48px; padding: 11px 14px; border: 1px solid #89978e; border-radius: var(--fp-radius); background: #fff; color: var(--fp-ink); }
textarea { resize: vertical; min-height: 160px; }
input[type="checkbox"], input[type="radio"] { width: 18px; height: 18px; accent-color: var(--fp-green); }
:focus-visible { outline: 3px solid var(--fp-green); outline-offset: 4px; }
button, .fp-button, .wp-block-button__link, input[type="submit"] { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 48px; padding: 13px 23px; border: 1px solid var(--fp-green); border-radius: var(--fp-radius); background: var(--fp-green); color: #fff; font-size: 15px; font-weight: 650; line-height: 1.4; text-decoration: none; transition: background-color .15s, border-color .15s; }
button:hover, .fp-button:hover, .wp-block-button__link:hover, input[type="submit"]:hover { background: var(--fp-green-dark); border-color: var(--fp-green-dark); color: #fff; }
.fp-button-outline, .is-style-outline .wp-block-button__link { color: var(--fp-ink); background: transparent; border-color: #89978e; }
.fp-button-outline:hover, .is-style-outline .wp-block-button__link:hover { background: var(--fp-mint); color: var(--fp-ink); border-color: var(--fp-green); }
.fp-button-small { padding: 11px 17px; min-height: 44px; }
h1, h2, h3, h4 { margin: 0 0 20px; font-weight: 650; line-height: 1.12; letter-spacing: -.045em; text-wrap: balance; }
h1 { font-size: clamp(40px, 4.55vw, 68px); }
h2 { font-size: clamp(30px, 3.1vw, 45px); }
h3 { font-size: clamp(22px, 2vw, 27px); letter-spacing: -.025em; }
h4 { font-size: 20px; letter-spacing: -.02em; }
p { margin: 0 0 22px; }
p:last-child { margin-bottom: 0; }
ul, ol { padding-left: 22px; }
li + li { margin-top: 7px; }
hr { border: 0; border-top: 1px solid var(--fp-line); margin: 40px 0; }
table { width: 100%; border-collapse: collapse; text-align: left; }
th, td { padding: 16px; border-bottom: 1px solid var(--fp-line); vertical-align: top; }
th { font-weight: 650; }
small { font-size: 14px; }
blockquote { border-left: 3px solid var(--fp-green); margin: 36px 0; padding: 12px 0 12px 28px; }
.screen-reader-text, .fp-skip:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.fp-skip:focus { position: fixed; z-index: 100; inset: 12px auto auto 12px; padding: 12px 20px; color: #fff; background: var(--fp-green-dark); }
[hidden] { display: none !important; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }
