/* Shared Home navigation and footer. Scoped to avoid restyling page content. */
.site-chrome {
  --chrome-ink: #182b23;
  --chrome-dark: #123728;
  --chrome-lime: #d6f36b;
  --chrome-line: #dce3df;
  --chrome-muted: #c2d0c7;
  font: 400 16px / normal 'DM Sans', sans-serif;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
}
.site-chrome, .site-chrome *, .site-chrome *::before, .site-chrome *::after { box-sizing: border-box; }
.site-chrome a { color: inherit; text-decoration: none; touch-action: manipulation; }
.site-chrome p { margin: 0; }
.site-chrome svg { display: block; }
.site-chrome img { display: block; max-width: 100%; height: auto; }
.site-chrome :focus-visible { outline: 3px solid var(--chrome-dark); outline-offset: 5px; }
.site-chrome .shell { width: min(1280px, calc(100% - 112px)); margin-inline: auto; padding-inline: 0; }
.site-header.site-chrome { position: sticky; top: 0; z-index: 30; padding: 0; border: 0; border-bottom: 1px solid var(--chrome-line); background: #fff; color: var(--chrome-ink); }
.site-chrome .site-header__inner { display: flex; flex-wrap: nowrap; justify-content: normal; align-items: center; height: 84px; max-width: 1280px; gap: 40px; padding-block: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; transition: none; }
.site-chrome .brand { display: inline-flex; align-items: center; gap: 9px; color: inherit; font-family: inherit; font-size: 25px; font-weight: 800; line-height: normal; letter-spacing: -.06em; }
.site-chrome .brand:hover { color: inherit; }
.site-chrome .brand__mark { display: block; flex: none; width: 33px; height: 33px; border-radius: 8px; background: var(--chrome-dark); overflow: hidden; }
.site-chrome .brand__mark img { width: 100%; height: 100%; }
.site-chrome .site-nav { position: static; display: flex; flex: 0 1 auto; flex-wrap: nowrap; flex-direction: row; order: 0; justify-content: normal; align-items: center; gap: 30px; margin-left: auto; padding: 0; border: 0; background: transparent; box-shadow: none; font-family: inherit; font-size: 14px; font-weight: 500; letter-spacing: normal; }
.site-chrome .site-nav a { position: relative; padding: 10px 0; color: inherit; white-space: nowrap; }
.site-chrome .site-nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 1px; border-radius: 0; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.site-chrome .site-nav a:hover::after { transform: scaleX(1); }
.site-chrome .nav-cta { display: inline-flex; order: 0; align-items: center; justify-content: space-between; gap: 28px; min-height: 48px; margin: 0; padding: 14px 18px; border: 1px solid var(--chrome-dark); border-radius: 6px; background: transparent; box-shadow: none; color: var(--chrome-dark); font-family: inherit; font-size: 14px; font-weight: 700; line-height: normal; letter-spacing: normal; transform: none; transition: background .2s; }
.site-chrome .nav-cta:hover { background: var(--chrome-lime); color: var(--chrome-dark); box-shadow: none; transform: none; }
.site-chrome .nav-cta svg { width: 18px; height: 18px; flex: none; }
.site-chrome .menu-toggle { display: none; cursor: pointer; touch-action: manipulation; }
.site-footer.site-chrome { padding: 48px 0 0; background: var(--chrome-dark); color: #fff; }
.site-chrome .site-footer__inner { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; max-width: 960px; gap: 48px; padding-block: 0 40px; }
.site-chrome .site-footer__brand { display: block; max-width: none; }
.site-footer.site-chrome .brand { font-size: 29px; }
.site-footer.site-chrome .brand__mark { background: transparent; }
.site-chrome .site-footer__brand > p { max-width: 210px; margin-top: 20px; color: var(--chrome-muted); font-size: 14px; line-height: 1.8; }
.site-chrome .site-footer__links { display: grid; flex: 0 1 auto; order: 0; width: auto; grid-template-columns: repeat(3, 1fr); gap: 40px; margin: 0; padding-top: 4px; }
.site-chrome .site-footer__links > div { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; gap: 2px; }
.site-chrome .site-footer__label { margin-bottom: 7px; color: var(--chrome-muted); font-family: inherit; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.site-chrome .site-footer__links a { display: inline-flex; align-items: center; min-height: 44px; color: #fff; font-size: 14px; line-height: 1.5; }
.site-chrome .site-footer__links a:hover, .site-chrome .site-footer__bottom a:hover { color: var(--chrome-lime); }
.site-chrome .site-footer__bottom { display: flex; justify-content: space-between; max-width: 960px; gap: 20px; padding-block: 20px; border-top: 1px solid #40604f; color: var(--chrome-muted); font-size: 12px; }
.site-footer.site-chrome :focus-visible { outline-color: var(--chrome-lime); }
.site-skip-link { position: fixed; top: 12px; left: 16px; z-index: 100; padding: 14px 20px; background: #d6f36b; color: #182b23; font: 500 16px / normal 'DM Sans', sans-serif; text-decoration: none; transform: translateY(-150%); }
.site-skip-link:focus { transform: translateY(0); outline: 3px solid #123728; outline-offset: 3px; }
@media (max-width: 1100px) {
  .site-chrome .shell { width: calc(100% - 64px); }
  .site-chrome .site-header__inner { gap: 26px; }
  .site-chrome .site-nav { gap: 22px; }
  .site-chrome .site-footer__links { gap: 32px; }
}
@media (max-width: 800px) {
  .site-chrome .shell { width: calc(100% - 40px); }
  .site-chrome .site-header__inner { height: 72px; gap: 18px; }
  .site-chrome .brand { font-size: 23px; }
  .site-chrome .site-nav { gap: 18px; }
  .site-chrome .nav-cta { gap: 12px; padding: 12px 13px; font-size: 13px; }
  .site-footer.site-chrome { padding-top: 40px; }
  .site-chrome .site-footer__inner { padding-bottom: 40px; }
  .site-chrome .site-footer__links { gap: 24px; }
}
@media (max-width: 800px) {
  .site-chrome .site-header__inner { height: 68px; gap: 13px; }
  .site-chrome .brand__mark { width: 29px; height: 29px; border-radius: 6px; }
  .site-chrome .nav-cta { margin-left: auto; gap: 14px; padding: 10px 12px; font-size: 13px; }
  .site-chrome .nav-cta svg { width: 14px; height: 14px; }
  .site-chrome .menu-toggle { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 44px; height: 44px; flex: none; padding: 8px; border: 0; background: transparent; }
  .site-chrome .menu-toggle span { display: block; height: 1px; width: 20px; background: var(--chrome-ink); transition: transform .2s; }
  .site-chrome .menu-toggle[aria-expanded='true'] span:first-child { transform: translateY(3px) rotate(45deg); }
  .site-chrome .menu-toggle[aria-expanded='true'] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .site-chrome .site-nav { position: absolute; top: 67px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 20px; border-bottom: 1px solid var(--chrome-line); background: #fff; box-shadow: 0 14px 20px rgb(32 37 30 / 7%); font-size: 14px; }
  .site-chrome .site-nav.is-open { display: flex; }
  .site-chrome .site-nav a { padding: 15px 2px; }
  .site-chrome .site-nav a::after { display: none; }
}
@media (max-width: 640px) {
  .site-footer.site-chrome { padding-top: 36px; }
  .site-chrome .site-footer__inner { flex-direction: column; gap: 28px; padding-bottom: 28px; }
  .site-chrome .site-footer__brand > p { max-width: 280px; margin-top: 16px; }
  .site-chrome .site-footer__links { width: 100%; gap: 18px; }
  .site-chrome .site-footer__bottom { align-items: flex-start; }
}
@media (max-width: 359px) {
  .site-chrome .shell { width: calc(100% - 32px); }
  .site-chrome .site-header__inner { gap: 8px; }
  .site-chrome .nav-cta { padding-inline: 9px; gap: 8px; font-size: 12px; }
  .site-header.site-chrome .brand { font-size: 21px; gap: 7px; }
  .site-header.site-chrome .brand__mark { width: 26px; height: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  .site-chrome *, .site-chrome *::after { transition: none !important; }
}
@media print {
  .site-header.site-chrome { position: static; }
  .site-chrome .site-nav, .site-chrome .nav-cta, .site-chrome .menu-toggle, .site-skip-link { display: none; }
}
