{
  "slug": "emergency-access",
  "meta": {
    "title": "Emergency Access | ChromVoid",
    "description": "Delayed release for trusted recipients."
  },
  "hero": {
    "label": "Emergency Access",
    "title": "Delayed release for trusted recipients.",
    "description": "Emergency access keeps release explicit and time-bounded so a trusted recipient gets access only after the delay passes.",
    "audience": "For people who want a controlled release path instead of a permanent shared password."
  },
  "useCases": {
    "title": "When it fits",
    "intro": "Use emergency access when the important property is controlled release, not immediate availability.",
    "cards": [
      {
        "title": "Delayed handoff",
        "body": "Queue access so it only becomes available after the configured wait period."
      },
      {
        "title": "Trusted recipient",
        "body": "Release to a named person or group instead of a permanent shared secret."
      },
      {
        "title": "Auditable release",
        "body": "Keep the flow explicit so the handoff can be reasoned about later."
      }
    ]
  },
  "howItWorks": {
    "title": "Release flow",
    "intro": "The secret stays unavailable until the configured delay elapses and the release path is triggered.",
    "steps": [
      {
        "title": "Configure the recipient",
        "body": "Choose who can receive the delayed access and how it should be delivered."
      },
      {
        "title": "Wait for the delay",
        "body": "The access request remains pending until the timer has elapsed."
      },
      {
        "title": "Release the secret",
        "body": "Only then does the trusted recipient receive the data."
      }
    ],
    "diagrams": [
      {
        "src": "/assets/diagrams/emergency-access-flow.svg",
        "alt": "Emergency access release flow",
        "title": "Emergency access flow",
        "description": "Configure, wait, and release to a trusted recipient."
      }
    ]
  },
  "security": {
    "title": "Release controls",
    "cards": [
      {
        "title": "No instant share",
        "body": "The flow is delayed by design so there is no immediate secret handoff."
      },
      {
        "title": "Explicit release",
        "body": "A release event is required after the wait period completes."
      },
      {
        "title": "Recipient scope",
        "body": "Access is tied to the named recipient instead of a permanent open share."
      }
    ]
  },
  "limitations": {
    "title": "Limits and scope",
    "intro": "Delayed release is not the same as recovery or escrow.",
    "items": [
      "A timer does not eliminate the need to trust the recipient.",
      "It is a controlled release mechanism, not an instant backup path.",
      "It does not change the underlying vault security model."
    ],
    "notTitle": "Not instant recovery",
    "notBody": "Emergency access is about delayed release, not instant access restoration."
  },
  "cta": {
    "title": "Use delayed release when the recipient should wait.",
    "body": "The access path stays explicit and time-bounded instead of becoming a permanent shared secret."
  },
  "ui": {
    "generic": {
      "audience": "Who this is for",
      "useCases": "Use cases",
      "how": "How it works",
      "security": "Security",
      "limitations": "Limitations",
      "threatModel": "Threat Model",
      "download": "Download",
      "backHome": "Back home",
      "technicalDiagram": "Technical diagram",
      "badges": {
        "inDevelopment": "In development",
        "pro": "PRO"
      }
    }
  }
}
