#get-started.cta { margin: 0; padding: 112px 32px; border: 0; background: #f7f7f4; text-align: center; }
#get-started .wrap { width: 100%; max-width: 1100px; margin: auto; }
#get-started .section-title { font-size: 42px; line-height: 48px; font-weight: 600; margin: 0; max-width: none; letter-spacing: 0; }
#get-started .waitlist-intro { margin: 16px auto 24px; max-width: 650px; font-size: 16px; line-height: 24px; color: #62625c; }
#get-started .waitlist-form { width: 100%; max-width: 580px; margin: 0 auto; }
#get-started .waitlist-form > label:first-child { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
#get-started .waitlist-entry { display: flex; flex-direction: row; gap: 0; border: 1px solid #deded7; border-radius: 8px; background: #fff; }
#get-started .waitlist-entry input { width: 100%; min-width: 0; height: 54px; padding: 0 16px; border: 0; background: transparent; border-radius: 8px 0 0 8px; font-size: 16px; }
#get-started .waitlist-entry button { width: auto; flex-shrink: 0; height: 54px; min-height: 54px; padding: 0 24px; border: 0; border-radius: 7px; font-size: 16px; background: #5b6f00; color: white; }
#get-started .waitlist-consent { justify-content: center; margin-top: 12px; font-size: 12px; line-height: 18px; }
#get-started .cta-note { margin: 12px 0 0; font-size: 13px; line-height: 20px; }
#get-started [role="status"]:empty { display: none; }
.site-footer { padding: 80px max(32px, calc((100% - 1252px) / 2)) 24px; background: #fff; color: #26251e; }
.site-footer .footer-grid { display: grid; grid-template-columns: minmax(0, 2fr) repeat(2, minmax(0, 1fr)); gap: 24px; align-items: start; max-width: 1252px; margin: 0 auto 40px; }
.footer-signature { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr); align-items: center; gap: 8px; }
.footer-scene { display: block; width: 100%; height: auto; mix-blend-mode: multiply; mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 88%, transparent), linear-gradient(to right, transparent, #000 12%, #000 88%, transparent); mask-composite: intersect; }
.site-footer .footer-brand-column { grid-column: auto; align-self: center; padding: 0; min-width: 0; }
.site-footer .footer-brand-column .brand { height: 28px; font-size: 22px; line-height: 28px; gap: 5px; letter-spacing: 0; }
.site-footer .brand-mark { width: 18px; height: 18px; border-width: 2px; }
.site-footer .brand-mark::before { width: 7px; height: 7px; border-width: 2px; }
.site-footer .brand-mark::after { right: -2px; width: 6px; height: 5px; border-left-width: 2px; }
.site-footer .brand-mark::after { background: #fff; }
.site-footer .footer-brand-column > p { margin: 8px 0 0; font-size: 14px; line-height: 20px; color: #62625c; }
.site-footer .footer-column { display: flex; flex-direction: column; align-self: start; padding: 0; gap: 0; }
.site-footer h3 { margin: 0 0 8px; font-size: 12px; line-height: 16px; color: #62625c; font-weight: 400; }
.site-footer .footer-column a { width: fit-content; padding: 1px 0; font-size: 16px; line-height: 24px; font-weight: 400; color: #26251e; text-decoration: none; }
.site-footer a:hover { color: #26251e; text-decoration: underline; text-underline-offset: 4px; }
.site-footer .brand:hover { text-decoration: none; }
.footer-bottom { max-width: 1252px; margin: 0 auto; border: 0; padding-top: 0; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.footer-bottom p, .footer-bottom a { margin: 0; font-size: 14px; line-height: 24px; color: #62625c; text-decoration: none; }
.footer-bottom nav { display: flex; gap: 28px; }
.site-footer a:focus-visible, #get-started input:focus-visible, #get-started button:focus-visible { outline: 2px solid #5b6f00; outline-offset: 3px; }
@media (max-width: 980px) {
  #get-started.cta { padding: 64px 32px; }
  #get-started .section-title { font-size: 26px; line-height: 32px; }
  .site-footer { padding-top: 40px; padding-bottom: 12px; }
  .site-footer .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 12px; }
  .footer-signature { grid-column: 1 / -1; width: 480px; max-width: 100%; grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr); }
  .site-footer .footer-brand-column .brand { font-size: 20px; line-height: 26px; height: 26px; }
  .site-footer .footer-brand-column { position: relative; top: 8px; }
}
@media (max-width: 600px) {
  #get-started.cta { padding: 64px 16px; }
  #get-started .waitlist-entry { flex-direction: column; gap: 8px; border: 0; background: transparent; }
  #get-started .waitlist-entry input { padding: 0 12px; font-size: 16px; height: 44px; border: 1px solid #deded7; border-radius: 8px; background: #fff; }
  #get-started .waitlist-entry button { padding: 0 16px; font-size: 16px; min-height: 44px; height: 44px; width: 100%; }
  .site-footer { padding: 40px 16px 12px; }
  .footer-signature { grid-template-columns: minmax(0, 1fr) minmax(0, 1.55fr); gap: 4px; }
  .site-footer .footer-brand-column .brand { font-size: 18px; line-height: 24px; height: 24px; }
  .site-footer .footer-brand-column { top: 12px; }
  .site-footer .footer-brand-column > p { margin-top: 8px; font-size: 14px; line-height: 19px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
}
