/* A single starting screen, with details available on demand. */
.home {
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  background: #f7f8f7;
}
.home-header { width: 100%; max-width: 1120px; padding: 22px 36px; }
.quiet-button, .text-button {
  border: 0; background: none; color: var(--muted); padding: 0;
  font-size: 14px; line-height: 1.4;
}
.quiet-button { min-height: 44px; }
.quiet-button span { margin-left: 5px; }
.quiet-button:hover, .text-button:hover, .home-footer a:hover { color: var(--ink); }
.home-main {
  width: 100%; margin: 0; padding: 12px 24px;
  display: flex; align-items: center; justify-content: center;
}
.start-screen {
  width: min(100%, 570px); padding: 32px 36px 0;
  border: 1px solid var(--line); border-radius: 24px;
  background: white; box-shadow: 0 10px 50px #18201505;
}
.start-copy { text-align: center; }
.platform-label {
  display: inline-block; padding: 7px 12px; border-radius: 99px;
  background: #f1f5e9; color: #525f3f;
  font-size: 13px; line-height: 1.2; font-weight: 550;
}
.start-copy h1 {
  font-size: clamp(32px, 4.4vw, 46px); line-height: 1.09;
  letter-spacing: -1.9px; font-weight: 660; margin: 24px -6px 16px;
}
.start-description { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.55; }
.start-action { margin-top: 28px; }
.platform-note { color: var(--muted); text-align: center; font-size: 14px; line-height: 1.45; margin: 0 0 13px; }
.home .primary { min-height: 56px; justify-content: space-between; border-radius: 12px; }
.home .primary:hover { transform: none; }
.action-meta { margin: 12px 0 0; min-height: 19px; font-size: 13px; line-height: 1.45; text-align: center; color: var(--muted); }
.action-links {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 4px 20px; margin: 4px 0 13px;
}
.action-links .text-button { min-height: 44px; text-decoration: underline; text-underline-offset: 3px; }
.local-promise { border-top: 1px solid var(--line); padding: 18px 0; font-size: 13px; line-height: 1.45; color: #525e4c; text-align: center; }
.local-promise span { margin-right: 5px; }
.home-footer {
  width: 100%; max-width: 1120px; flex-direction: row; justify-content: center;
  align-items: center; flex-wrap: wrap; gap: 4px 26px; padding: 8px 24px 14px; border: 0;
}
.home-footer a, .home-footer button { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; }
#info-dialog {
  width: min(540px, calc(100% - 32px));
  max-height: calc(100svh - 32px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  margin: auto; padding: 22px 28px; border: 1px solid var(--line); border-radius: 22px;
  background: white; color: var(--ink); box-shadow: 0 24px 100px #18201520;
  overflow-y: auto; overscroll-behavior: contain;
}
#info-dialog::backdrop { background: #1b24185c; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }
.info-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.info-kicker { font-size: 12px; letter-spacing: .08em; color: var(--muted); font-weight: 550; }
.icon-button {
  display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 44px;
  padding: 0; background: #f4f6f3; color: var(--ink); border: 0; border-radius: 50%; font-size: 23px;
}
#info-close { margin-left: auto; }
.info-content h2 { font-size: 28px; line-height: 1.15; letter-spacing: -.8px; margin: 0 0 22px; }
.info-content h2:focus { outline: none; }
.info-content h3 { margin: 0 0 4px; font-size: 16px; line-height: 1.4; }
.info-content p { margin: 0 0 18px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.info-content a { text-underline-offset: 3px; }
.info-content p.small-note { font-size: 14px; }
.info-content .text-button { min-height: 44px; text-decoration: underline; text-underline-offset: 3px; }
.info-bottom { display: flex; justify-content: flex-end; padding-top: 8px; }
.info-bottom .secondary { min-height: 44px; min-width: 90px; }
.how-list { list-style: none; padding: 0; margin: 0 0 18px; display: grid; gap: 22px; }
.how-list li { display: flex; align-items: flex-start; gap: 14px; }
.step-number {
  display: grid; place-items: center; width: 28px; height: 28px; flex: 0 0 28px;
  border-radius: 50%; background: #f1f5e9; color: #525f3f; font-size: 13px;
}
.how-list p { margin: 0; font-size: 15px; line-height: 1.5; }
.question-list button, .question-list a {
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
  width: 100%; min-height: 48px; border: 0; border-top: 1px solid var(--line);
  background: none; color: var(--ink); font-size: 15px; line-height: 1.4;
  padding: 15px 0; text-align: left; text-decoration: none;
}
.question-list span { color: var(--muted); }
.question-list button:hover, .question-list a:hover { color: #4b661a; }
.requirements-list { list-style: none; margin: 0 0 22px; padding: 0; }
.requirements-list li { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-top: 1px solid var(--line); font-size: 15px; line-height: 1.4; }
.requirements-list span { color: var(--muted); }
.requirements-list strong { font-weight: 550; text-align: right; }
.info-content .handoff-address { padding: 20px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); font-size: 26px; text-align: center; user-select: all; -webkit-user-select: all; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 600px) {
  .home-header { padding: 14px 22px; }
  .home-main { padding: 8px 18px; }
  .start-screen { padding: 28px 22px 0; border-radius: 22px; }
  .start-copy h1 { font-size: clamp(26px, 8vw, 42px); letter-spacing: -1.3px; }
  .start-description { font-size: 16px; }
  #info-dialog { padding: 18px 22px; width: calc(100% - 24px); }
}
@media (max-height: 700px) {
  .home-header { padding-top: 10px; padding-bottom: 10px; }
  .start-screen { padding-top: 22px; }
  .start-copy h1 { margin-top: 16px; margin-bottom: 12px; }
  .start-description { font-size: 16px; line-height: 1.45; }
  .start-action { margin-top: 20px; }
  .action-links { margin-top: 0; margin-bottom: 4px; }
  .local-promise { padding: 14px 0; }
  .home-footer { padding-top: 2px; padding-bottom: 6px; }
  .how-list { gap: 17px; }
  .info-content h2 { margin-bottom: 17px; }
}
@media (max-height: 580px) {
  .home-header { padding-top: 6px; padding-bottom: 6px; }
  .start-screen { padding-top: 18px; }
  .platform-label { font-size: 12px; padding: 5px 10px; }
  .start-copy h1 { margin: 13px -6px 10px; font-size: clamp(26px, 8vw, 30px); }
  .start-action { margin-top: 15px; }
  .platform-note { margin-bottom: 9px; }
  .home .primary { min-height: 48px; padding-top: 12px; padding-bottom: 12px; }
  .action-meta { margin-top: 8px; }
  .action-links { margin-bottom: 0; }
  .local-promise { padding: 10px 0; }
  .home-footer { padding-top: 0; padding-bottom: 2px; }
  .info-head { margin-bottom: 12px; }
  .info-content h2 { font-size: 23px; margin-bottom: 14px; }
  .how-list { gap: 14px; }
  .question-list button, .question-list a { padding-top: 12px; padding-bottom: 12px; }
  .requirements-list li { padding-top: 9px; padding-bottom: 9px; }
}
