/* Standalone public website. No accounting or client-portal styles or scripts. */
:root {
  color-scheme: light;
  --ink: #142f37;
  --muted: #51636a;
  --brand: #176759;
  --brand-dark: #104f44;
  --line: #d9e3e1;
  --soft: #f3f7f5;
  --white: #fff;
  --radius: 16px;
  --container: 1140px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; color: var(--ink); background: var(--white); font: 17px/1.65 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--brand-dark); text-underline-offset: .22em; }
a:hover { text-decoration-thickness: 2px; }
button { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #b55b18; outline-offset: 4px; }
.utility-bar :focus-visible, .hero-aside :focus-visible, .mission-section :focus-visible { outline-color: #d8eee5; }
main:focus { outline: none; }
h1, h2 { margin: 0 0 1.2rem; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; line-height: 1.12; text-wrap: balance; }
h1 { font-size: clamp(2.5rem, 4.8vw, 4.15rem); }
h2 { font-size: clamp(2rem, 3.5vw, 2.8rem); }
h3 { margin: 0 0 .7rem; font-size: 1.15rem; font-weight: 650; line-height: 1.35; }
p { margin: 0 0 1.25rem; }
li + li { margin-top: .5rem; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding-block: clamp(3.3rem, 7vw, 5.7rem); }
.section-heading { max-width: 690px; margin-bottom: 2.2rem; }
.section-heading p:last-child, .card p:last-child, .feature-panel p:last-child, .step p:last-child { margin-bottom: 0; }
.eyebrow, .card-label { margin: 0 0 1rem; color: var(--brand); font-size: .78rem; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; }
.lede { color: var(--muted); font-size: 1.12rem; line-height: 1.7; }
.small-note { color: var(--muted); font-size: .85rem; }
.skip-link { position: fixed; top: .7rem; left: .7rem; z-index: 100; padding: .8rem 1rem; background: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.utility-bar { color: #fff; background: #123c43; font-size: .77rem; }
.utility-inner { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 1rem; }
.utility-inner a { display: inline-flex; align-items: center; gap: .45rem; min-height: 38px; color: #fff; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 30; background: #fff; border-bottom: 1px solid var(--line); }
.header-inner { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 1.2rem; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: .7rem; color: var(--ink); text-decoration: none; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand-name { display: block; color: var(--ink); font-size: 1.2rem; font-weight: 650; line-height: 1.25; text-decoration: none; }
.brand-detail { display: block; margin-top: .15rem; color: var(--muted); font-size: .72rem; letter-spacing: .06em; }
.main-menu { display: flex; align-items: center; gap: 1.5rem; }
.main-menu > a { display: inline-flex; align-items: center; min-height: 44px; font-size: .88rem; text-decoration: none; }
.main-menu > a:not(.btn) { color: var(--ink); }
.main-menu > a:hover, .main-menu > a[aria-current="page"] { text-decoration: underline; text-underline-offset: .4em; }
.menu-toggle { display: none; min-height: 44px; align-items: center; gap: .65rem; padding: .5rem .7rem; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 7px; cursor: pointer; font-size: .9rem; }
.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: .5rem; padding: .75rem 1.15rem; border: 1px solid transparent; border-radius: 7px; font-size: .92rem; font-weight: 550; line-height: 1.4; text-align: center; text-decoration: none; }
.btn-primary { color: #fff; background: var(--brand); }
.btn-primary:hover { color: #fff; background: var(--brand-dark); text-decoration: none; }
.btn-small { min-height: 44px; padding: .6rem .95rem; }
.btn-text { color: var(--brand-dark); padding-inline: 0; text-decoration: underline; }
.hero { background: linear-gradient(115deg, #f3f7f5 55%, #e7efeb); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 1.3fr .8fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; padding-block: clamp(3.5rem, 7vw, 6rem); }
.hero-copy > p:not(.eyebrow) { max-width: 620px; }
.hero-copy .lede { font-size: 1.17rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem 1.4rem; margin-block: 1.8rem 1rem; }
.hero-aside { padding: clamp(1.7rem, 3vw, 2.5rem); border-radius: var(--radius); color: #fff; background: #123c43; border-top: 4px solid #c8a96c; box-shadow: 0 18px 42px rgb(20 47 55 / 8%); }
.hero-aside h2 { font-size: clamp(1.8rem, 2.7vw, 2.2rem); }
.hero-aside .card-label { color: #b5dace; }
.hero-aside .card-list { color: #e1eeeb; }
.support-list { list-style: none; padding: 0; margin: 1.8rem 0 0; }
.support-list li { margin: 0; padding: 1rem 0; border-top: 1px solid #3d5f63; }
.support-list li:last-child { padding-bottom: 0; }
.support-list strong { display: block; margin-bottom: .25rem; font-size: .97rem; font-weight: 550; }
.support-list span { display: block; color: #d1e4df; font-size: .87rem; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: .7rem; padding-top: 1.6rem; color: var(--muted); font-size: .8rem; }
.breadcrumb + .hero-grid { padding-top: 2.2rem; }
.audience-section { padding-block: 2.5rem; border-bottom: 1px solid var(--line); }
.audience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; }
.audience-grid-primary { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 6vw, 5rem); }
.audience-grid .card-label { margin-bottom: .65rem; font-size: .7rem; }
.audience-grid article { padding-left: 1.25rem; border-left: 2px solid #bed7ce; }
.audience-heading { margin-bottom: .6rem; font-family: inherit; font-size: 1.05rem; font-weight: 650; line-height: 1.35; letter-spacing: normal; }
.audience-grid p { margin-bottom: .45rem; color: var(--muted); font-size: .9rem; }
.audience-grid a { display: inline-flex; min-height: 44px; align-items: center; font-size: .88rem; }
.grid { display: grid; gap: 1.4rem; }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card { padding: 1.7rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.card-featured { border-color: #8caf9f; background: #f5f9f6; }
.card p:not(.card-label), .card-list { color: var(--muted); font-size: .94rem; }
.card .card-label { font-size: .7rem; letter-spacing: .1em; }
.card-list { padding-left: 1.15rem; margin: 1rem 0 1.3rem; }
.card .btn-text { font-size: .88rem; }
.cleanup-note { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem 2rem; margin-top: 1.5rem; padding: 1.3rem 1.7rem; background: var(--soft); border-radius: 9px; }
.cleanup-note p { flex: 1 1 400px; margin: 0; color: var(--muted); font-size: .92rem; }
.cleanup-note strong { color: var(--ink); }
.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.hero-grid > *, .split > *, .contact-grid > *, .grid > *, .audience-grid > * { min-width: 0; }
.mission-section { background: #123c43; color: #fff; }
.mission-section .eyebrow { color: #b5dace; }
.mission-section p:not(.eyebrow), .mission-section .card-list { color: #d1e4df; }
.mission-section .btn-primary { color: #123c43; background: #fff; }
.mission-section .btn-primary:hover { background: #e4efeb; }
.mission-section .support-list { margin-top: 0; }
.feature-panel { padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft); }
.feature-panel p { color: var(--muted); }
.feature-panel > .btn + .small-note { margin-top: 1rem; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; list-style: none; padding: 0; margin: 0; }
.step { min-width: 0; margin: 0; padding-top: 1.3rem; border-top: 1px solid var(--line); }
.step-number { display: block; margin-bottom: 1.3rem; color: var(--brand); font-size: .82rem; letter-spacing: .1em; }
.step p { color: var(--muted); font-size: .95rem; }
.relationship-section { background: #f8f6f1; border-block: 1px solid #e7e1d6; }
.portal-section { background: #fff; }
.portal-grid { align-items: center; }
.portal-copy > p:not(.eyebrow) { color: var(--muted); }
.portal-features { min-width: 0; padding: .5rem 1.7rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft); }
.portal-features article { display: flex; align-items: flex-start; gap: 1rem; padding-block: 1.5rem; }
.portal-features article + article { border-top: 1px solid var(--line); }
.portal-features article > div { min-width: 0; }
.portal-features h3 { font-size: 1rem; }
.portal-features p { margin: 0; color: var(--muted); font-size: .9rem; }
.portal-marker { display: grid; place-items: center; flex: 0 0 36px; min-height: 36px; border: 1px solid #b3cbbf; border-radius: 50%; color: var(--brand-dark); font-size: .72rem; letter-spacing: .04em; }
.faq-section { background: var(--soft); }
.faq-list details { border-bottom: 1px solid #ccd9d4; }
.faq-list details:first-child { border-top: 1px solid #ccd9d4; }
.faq-list summary { padding: 1.15rem .2rem; color: var(--ink); font-size: .97rem; font-weight: 550; cursor: pointer; }
.faq-list summary::marker { color: var(--brand); }
.faq-list details p { padding: 0 .2rem; color: var(--muted); font-size: .92rem; }
.contact-grid { display: grid; grid-template-columns: 1fr .95fr; align-items: start; gap: clamp(2rem, 5vw, 4rem); }
.contact-copy h3 { margin-top: 1.8rem; font-size: 1rem; }
.privacy-note { padding: 1rem 1.15rem; border-left: 3px solid #7caa9b; background: var(--soft); color: var(--muted); font-size: .87rem; }
.privacy-note strong { color: var(--ink); }
.contact-panel { min-width: 0; padding: 1rem 1rem 0; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: visible; }
iframe.contact-frame { display: block; width: 100%; min-width: 0; max-width: 100%; height: 560px; border: 0; background: #fff; }
.site-footer { padding-block: 3rem 1.4rem; background: var(--soft); border-top: 1px solid var(--line); }
.footer-main { display: flex; justify-content: space-between; gap: 2.5rem; }
.footer-brand { max-width: 390px; }
.footer-brand .brand-name { font-size: 1.03rem; }
.footer-brand p { margin: .8rem 0 0; color: var(--muted); font-size: .88rem; }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 2rem; align-content: start; }
.footer-links a { display: inline-flex; align-items: center; min-height: 38px; color: var(--muted); font-size: .8rem; text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }
.fine-print { margin: 2.5rem 0 0; padding-top: 1.3rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .77rem; }
@media (max-width: 1100px) {
  .header-inner { position: relative; flex-wrap: wrap; padding-block: .8rem; }
  /* Without JavaScript, links stay visible and the inactive toggle stays hidden. */
  .js .menu-toggle { display: inline-flex; }
  .main-menu { width: 100%; flex-wrap: wrap; gap: .7rem 1.5rem; padding-bottom: .5rem; }
  .site-header { position: static; }
  .js .site-header { position: sticky; }
  .js .main-menu { display: none; position: absolute; top: calc(100% + 1px); right: 0; width: min(340px, calc(100vw - 32px)); padding: .8rem; background: white; border: 1px solid var(--line); border-radius: 0 0 12px 12px; box-shadow: 0 12px 25px rgb(20 47 55 / 10%); max-height: calc(100dvh - 110px); overflow-y: auto; }
  .js .main-menu.is-open { display: flex; flex-direction: column; align-items: stretch; }
  .js .main-menu > a { padding: .65rem .8rem; }
  .hero-grid { grid-template-columns: 1.2fr .85fr; gap: 2rem; }
}
@media (max-width: 780px) {
  .hero-grid, .split, .contact-grid { grid-template-columns: minmax(0, 1fr); }
  .grid-3, .grid-2, .audience-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-copy { max-width: 640px; }
  .hero-aside { padding: 2rem; }
  .hero-aside .support-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
  .audience-grid { gap: 1.5rem; }
  .audience-grid article { padding-left: 1.2rem; }
  .steps { grid-template-columns: minmax(0, 1fr); gap: 1.6rem; }
  .step-number { margin-bottom: .7rem; }
  .faq-section .section-heading { margin-bottom: 0; }
  .footer-main { flex-direction: column; }
  iframe.contact-frame { height: 680px; }
}
@media (max-width: 480px) {
  html { scroll-padding-top: 100px; }
  body { font-size: 16px; }
  .container { width: calc(100% - 32px); }
  .utility-bar { font-size: .69rem; }
  .utility-inner { gap: .5rem; }
  .header-inner { gap: .6rem; min-height: 80px; }
  .brand { gap: .5rem; }
  .brand img { width: 42px; height: 42px; }
  .brand-name { font-size: 1.08rem; }
  .brand-detail { font-size: .63rem; }
  .menu-toggle { font-size: .8rem; padding-inline: .55rem; }
  h1 { font-size: clamp(2.2rem, 9.5vw, 2.9rem); }
  .hero-copy .lede { font-size: 1.05rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: .6rem; }
  .hero-copy > .btn-primary { width: 100%; }
  .hero-aside, .card, .feature-panel { padding: 1.5rem; }
  .portal-features { padding-inline: 1.25rem; }
  .hero-aside .support-list { display: block; }
  .cleanup-note { padding: 1.25rem; }
  .contact-panel { padding: .55rem .55rem 0; }
  .footer-links { grid-template-columns: minmax(0, 1fr); }
  .footer-links a { min-height: 44px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  .site-header { position: static !important; }
  .utility-bar, .main-menu, .menu-toggle, .contact-panel, .skip-link { display: none !important; }
  .section, .hero-grid { padding-block: 1.5rem; }
  .hero-aside, .mission-section { color: #000; background: #fff; border: 1px solid var(--line); }
  .hero-aside .card-label, .hero-aside .card-list, .mission-section p, .support-list span { color: #333 !important; }
  .btn { display: none; }
  .card, .step { break-inside: avoid; }
  .portal-features article { break-inside: avoid; }
}
