/* Start custom CSS for section, class: .elementor-element-6501690 */<!-- ================================================
     PPED DISABILITY INCLUSION ADVOCACY TOOLKIT
     WordPress Custom HTML Block — copy all of this
     ================================================ -->

<style>
/* ── Reset scoped to .pped-wrap ── */
.pped-wrap *,
.pped-wrap *::before,
.pped-wrap *::after {
  box-sizing: border-box;
}

.pped-wrap {
  --pp-green:      #0F6E56;
  --pp-green-lt:   #E1F5EE;
  --pp-green-mid:  #1D9E75;
  --pp-green-dk:   #085041;
  --pp-orange:     #D85A30;
  --pp-orange-lt:  #FAECE7;
  --pp-orange-dk:  #993C1D;
  --pp-amber-lt:   #FAEEDA;
  --pp-amber-dk:   #412402;
  --pp-text:       #1a1a1a;
  --pp-muted:      #5F5E5A;
  --pp-light:      #888780;
  --pp-bg:         #f5f4f1;
  --pp-surface:    #ffffff;
  --pp-border:     rgba(0,0,0,0.10);
  --pp-border-str: rgba(0,0,0,0.16);
  --pp-radius:     10px;

  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--pp-text);
  background: var(--pp-bg);
  margin: 0 -20px;   /* bleed past WP content padding if needed */
}

.pped-wrap a { color: var(--pp-green); text-decoration: none; }
.pped-wrap a:hover { text-decoration: underline; }

/* ── Hero ── */
.pped-hero {
  background: linear-gradient(135deg, var(--pp-green-dk) 0%, var(--pp-green) 60%, var(--pp-green-mid) 100%);
  color: #fff;
  padding: 3.5rem 2.5rem 2.5rem;
}

.pped-hero .pp-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.7;
  margin: 0 0 0.75rem;
}

.pped-hero h1 {
  font-size: 1.85rem;
  font-weight: 600;
  line-height: 1.25;
  max-width: 620px;
  margin: 0 0 0.9rem;
  color: #fff;
  border: none;
  padding: 0;
}

.pped-hero p {
  font-size: 15.5px;
  opacity: 0.88;
  max-width: 580px;
  margin: 0;
}

.pped-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 1.25rem;
}

.pped-pill {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 0.5px solid rgba(255,255,255,0.3);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 11px;
  border-radius: 20px;
}

/* ── Sticky horizontal nav ── */
.pped-nav {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--pp-surface);
  border-bottom: 1px solid var(--pp-border-str);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.pped-nav::-webkit-scrollbar { display: none; }

.pped-nav-inner {
  display: flex;
  align-items: center;
  min-width: max-content;
  padding: 0 1.5rem;
  gap: 2px;
}

.pped-nav-inner a {
  display: block;
  padding: 13px 14px;
  font-size: 13px;
  font-weight: 500;
  color: var(--pp-muted);
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  transition: color 0.15s, border-color 0.15s;
}

.pped-nav-inner a:hover { color: var(--pp-green); text-decoration: none; }
.pped-nav-inner a.pp-active { color: var(--pp-green); border-bottom-color: var(--pp-green); }

.pped-deadline {
  margin-left: auto;
  display: flex;
  align-items: center;
  padding-left: 16px;
  border-left: 0.5px solid var(--pp-border-str);
  font-size: 11px;
  font-weight: 700;
  color: #633806;
  background: var(--pp-amber-lt);
  padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
  margin: 6px 0 6px 16px;
}

/* ── Content wrapper ── */
.pped-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* ── Sections ── */
.pped-section {
  padding: 2.75rem 0;
  border-bottom: 0.5px solid var(--pp-border-str);
  scroll-margin-top: 58px;
}

.pped-section:last-child { border-bottom: none; }

.pp-eyebrow-sm {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pp-green);
  margin: 0 0 0.4rem;
}

.pped-section h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--pp-text);
  margin: 0 0 1rem;
  line-height: 1.3;
  border: none;
  padding: 0;
}

.pped-section h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--pp-text);
  margin: 1.75rem 0 0.5rem;
  border: none;
  padding: 0;
}

.pped-section p {
  color: var(--pp-text);
  margin: 0 0 1rem;
}

.pped-section p:last-child { margin-bottom: 0; }

/* ── Info / warn boxes ── */
.pp-info-box {
  background: var(--pp-green-lt);
  border-left: 3px solid var(--pp-green);
  border-radius: 0 8px 8px 0;
  padding: 0.9rem 1.1rem;
  margin: 1.25rem 0;
}
.pp-info-box p { margin: 0; font-size: 14px; color: var(--pp-green-dk); }

.pp-warn-box {
  background: var(--pp-amber-lt);
  border-left: 3px solid #BA7517;
  border-radius: 0 8px 8px 0;
  padding: 0.9rem 1.1rem;
  margin: 1.25rem 0;
}
.pp-warn-box p { margin: 0; font-size: 14px; color: var(--pp-amber-dk); }

/* ── Stat cards ── */
.pp-stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
  margin: 1.25rem 0;
}

.pp-stat-card {
  background: var(--pp-surface);
  border: 0.5px solid var(--pp-border-str);
  border-radius: 12px;
  padding: 1rem 0.9rem;
  text-align: center;
}

.pp-stat-num {
  font-size: 2rem;
  font-weight: 700;
  color: var(--pp-green);
  line-height: 1.1;
}

.pp-stat-label {
  font-size: 12px;
  color: var(--pp-muted);
  margin-top: 6px;
  line-height: 1.4;
}

/* ── Provisions accordion ── */
.pp-accordion {
  border: 0.5px solid var(--pp-border-str);
  border-radius: 12px;
  overflow: hidden;
  margin: 1.25rem 0;
}

.pp-acc-item { border-bottom: 0.5px solid var(--pp-border); }
.pp-acc-item:last-child { border-bottom: none; }

.pp-acc-btn {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 0.9rem 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: background 0.15s;
}

.pp-acc-btn:hover { background: var(--pp-bg); }

.pp-acc-left {
  display: flex;
  align-items: center;
  gap: 9px;
}

.pp-tag {
  background: var(--pp-green-lt);
  color: var(--pp-green-dk);
  font-size: 11px;
  font-weight: 600;
  padding: 3px 7px;
  border-radius: 5px;
  white-space: nowrap;
}

.pp-acc-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--pp-text);
}

.pp-chevron {
  font-size: 16px;
  color: var(--pp-light);
  transition: transform 0.2s;
  flex-shrink: 0;
}

.pp-acc-btn[aria-expanded="true"] .pp-chevron { transform: rotate(180deg); }

.pp-acc-body {
  display: none;
  padding: 0.75rem 1.1rem 1rem;
  font-size: 14px;
  color: var(--pp-muted);
  line-height: 1.7;
  background: var(--pp-bg);
  border-top: 0.5px solid var(--pp-border);
}

.pp-acc-body.pp-open { display: block; }

.pp-gap-tag {
  display: inline-block;
  background: var(--pp-orange-lt);
  color: var(--pp-orange-dk);
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
  margin-top: 8px;
}

/* ── Goal cards ── */
.pp-goals {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 1.25rem 0;
}

.pp-goal-card {
  background: var(--pp-surface);
  border: 0.5px solid var(--pp-border-str);
  border-radius: 12px;
  overflow: hidden;
}

.pp-goal-header {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 1rem 1.1rem;
  cursor: pointer;
  transition: background 0.15s;
}

.pp-goal-header:hover { background: var(--pp-bg); }

.pp-goal-num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--pp-green);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.pp-goal-title { flex: 1; }
.pp-goal-title h3 {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--pp-text);
  margin: 0 0 3px;
  border: none;
  padding: 0;
}

.pp-goal-msg {
  font-size: 12.5px;
  color: var(--pp-muted);
  font-style: italic;
  line-height: 1.5;
  margin: 0;
}

.pp-goal-arrow {
  font-size: 18px;
  color: var(--pp-light);
  transition: transform 0.2s;
  flex-shrink: 0;
  margin-top: 4px;
}

.pp-goal-card.pp-open .pp-goal-arrow { transform: rotate(180deg); }

.pp-goal-body {
  display: none;
  padding: 0 1.1rem 1.1rem 3.4rem;
  font-size: 14px;
  color: var(--pp-muted);
  line-height: 1.7;
  background: var(--pp-bg);
  border-top: 0.5px solid var(--pp-border);
}

.pp-goal-body.pp-open { display: block; }
.pp-goal-body p { margin: 0.65rem 0 0; }

/* ── Key messages ── */
.pp-messages {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 1.25rem 0;
}

.pp-msg-card {
  background: var(--pp-surface);
  border: 0.5px solid var(--pp-border-str);
  border-left: 3px solid var(--pp-orange);
  border-radius: 0 10px 10px 0;
  padding: 0.9rem 1.1rem;
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

.pp-msg-num {
  background: var(--pp-orange-lt);
  color: var(--pp-orange-dk);
  font-size: 11px;
  font-weight: 700;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.pp-msg-card p {
  font-size: 14.5px;
  color: var(--pp-text);
  line-height: 1.6;
  margin: 0;
  font-style: italic;
}

/* ── Resource cards ── */
.pp-res-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  margin: 1rem 0 1.5rem;
}

.pp-res-card {
  background: var(--pp-surface);
  border: 0.5px solid var(--pp-border-str);
  border-radius: 12px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: border-color 0.15s;
  text-decoration: none;
}

.pp-res-card:hover { border-color: var(--pp-green); text-decoration: none; }

.pp-res-icon {
  font-size: 22px;
  margin-bottom: 2px;
}

.pp-res-card h4 {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--pp-text);
  margin: 0;
  border: none;
  padding: 0;
}

.pp-res-card p {
  font-size: 12.5px;
  color: var(--pp-muted);
  margin: 0;
  line-height: 1.5;
}

.pp-res-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--pp-green);
  margin-top: auto;
  padding-top: 4px;
  text-decoration: none;
}

.pp-res-link:hover { text-decoration: underline; }
.pp-res-coming { color: var(--pp-light); font-size: 12px; }

/* ── OPD grid ── */
.pp-opd-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 1.25rem 0;
}

.pp-opd-card {
  background: var(--pp-surface);
  border: 0.5px solid var(--pp-border-str);
  border-radius: 12px;
  padding: 1.1rem;
}

.pp-opd-card h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--pp-green-dk);
  margin: 0 0 0.5rem;
  border: none;
  padding: 0;
}

.pp-opd-card ul {
  padding-left: 1.1rem;
  font-size: 13.5px;
  color: var(--pp-muted);
  line-height: 1.85;
  margin: 0;
}

/* ── Contact strip ── */
.pp-contact {
  background: var(--pp-green);
  color: #fff;
  padding: 2rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.pp-contact h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px;
  color: #fff;
  border: none;
  padding: 0;
}

.pp-contact p { font-size: 14px; opacity: 0.85; margin: 0; }

.pp-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  color: var(--pp-green-dk);
  font-size: 13.5px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: var(--pp-radius);
  text-decoration: none;
  white-space: nowrap;
}

.pp-contact-btn:hover { background: var(--pp-green-lt); text-decoration: none; }

/* ── Progress bar ── */
.pp-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--pp-green);
  transform-origin: left;
  transform: scaleX(0);
  z-index: 9999;
  pointer-events: none;
  transition: transform 0.1s linear;
}

/* ── Mobile ── */
@media (max-width: 700px) {
  .pped-wrap { margin: 0 -16px; }
  .pped-hero { padding: 2.5rem 1.25rem 2rem; }
  .pped-hero h1 { font-size: 1.4rem; }
  .pped-content { padding: 0 1.25rem; }
  .pped-section { padding: 2rem 0; }
  .pp-opd-grid { grid-template-columns: 1fr; }
  .pp-contact { padding: 1.5rem 1.25rem; flex-direction: column; align-items: flex-start; }
}
</style>

<!-- Reading progress bar -->
<div class="pp-progress" id="pp-progress" aria-hidden="true"></div>

<div class="pped-wrap">

  <!-- ── HERO ── -->
  <div class="pped-hero">
    <p class="pp-eyebrow">Protection of Persons in the Event of Disasters</p>
    <h1>Advocacy toolkit for disability-inclusive disaster protection</h1>
    <p>A legally binding disaster protection treaty is being negotiated at the UN. This toolkit helps you understand it — and influence it — before the 2027 deadline.</p>
    <div class="pped-hero-pills">
      <span class="pped-pill">🌍 UN treaty process</span>
      <span class="pped-pill">♿ Disability rights</span>
      <span class="pped-pill">📋 Based on ILC Draft Articles 2016</span>
      <span class="pped-pill">⚖️ Aligned with CRPD</span>
    </div>
  </div>

  <!-- ── STICKY NAV ── -->
  <nav class="pped-nav" aria-label="Toolkit sections">
    <div class="pped-nav-inner">
      <a href="#pp-intro" class="pp-nav-link">Introduction</a>
      <a href="#pp-understanding" class="pp-nav-link">Understanding PPED</a>
      <a href="#pp-why" class="pp-nav-link">Why inclusion?</a>
      <a href="#pp-goals" class="pp-nav-link">Advocacy goals</a>
      <a href="#pp-messages" class="pp-nav-link">Key messages</a>
      <a href="#pp-resources" class="pp-nav-link">Resources</a>
      <a href="#pp-opds" class="pp-nav-link">For OPDs</a>
      <span class="pped-deadline">⏳ Deadline: 2027</span>
    </div>
  </nav>

  <div class="pped-content">

    <!-- ── INTRO ── -->
    <section class="pped-section" id="pp-intro">
      <p class="pp-eyebrow-sm">Start here</p>
      <h2>What this toolkit is</h2>
      <p>This is an advocacy pack — a curated collection of tools, evidence, and communication resources designed to help you and your organisation understand the Protection of Persons in the Event of Disasters (PPED) treaty and take action to ensure it is disability-inclusive. Whether you are new to the PPED or already engaged in the negotiation process, this pack gives you what you need to make the case for meaningful inclusion.</p>

      <h3>How to use this toolkit</h3>
      <p>This advocacy pack is intended for civil society organisations, organisations of persons with disabilities (OPDs), humanitarian actors, and anyone committed to ensuring that the rights of persons with disabilities are upheld in disaster contexts. It equips your team with clear talking points, evidence, and analysis that can be used internally for awareness-raising, or externally when engaging decision-makers.</p>
      <p>You can use this pack to guide conversations with local politicians, government officials, institutional leaders, donors, and other stakeholders about what the PPED is, why disability inclusion matters, and what specific changes are needed in the treaty text. The resources here are intentionally practical — designed to be adapted to different audiences and contexts.</p>
      <p>This is a live resource. It will be regularly updated to reflect the evolving negotiation process and emerging evidence. For more information, contact: <em>[TBD]</em>.</p>

      <div class="pp-info-box">
        <p>♿ <strong>Accessibility note:</strong> If you need this information in an alternative format — Easy Read, audio, large print, or another language — please contact us.</p>
      </div>
    </section>

    <!-- ── UNDERSTANDING PPED ── -->
    <section class="pped-section" id="pp-understanding">
      <p class="pp-eyebrow-sm">Understanding PPED</p>
      <h2>What is PPED?</h2>
      <p>The Protection of Persons in the Event of Disasters (PPED) is an international treaty currently being negotiated at the United Nations. It is based on the Draft Articles developed by the International Law Commission (ILC) in 2016, and in 2024, the UN General Assembly formally agreed to turn these draft articles into a legally binding instrument — with a deadline of 2027.</p>
      <p>The PPED matters because, for the first time, it would create <strong>binding legal obligations</strong> on States about how they must prepare for, respond to, and recover from disasters. Right now, much of what States do in disaster situations is guided by non-binding frameworks and voluntary commitments. A binding treaty changes that — it creates accountability. For the disability community, this represents a critical window to ensure that the rights of persons with disabilities are not just mentioned, but legally required in how disasters are managed globally.</p>

      <div class="pp-warn-box">
        <p>⏳ <strong>The window is open — but closing.</strong> Treaty negotiations must conclude by 2027. Advocacy input from disability organisations, civil society, and National Societies is needed now to shape the final text.</p>
      </div>

      <h3>Key provisions of the treaty</h3>
      <p>The Draft Articles cover 18 articles across six broad areas. Click each to expand.</p>

      <div class="pp-accordion">

        <div class="pp-acc-item">
          <button class="pp-acc-btn" aria-expanded="false" onclick="ppToggleAcc(this)">
            <span class="pp-acc-left">
              <span class="pp-tag">Arts. 1–3</span>
              <span class="pp-acc-title">Scope, purpose, and definition of disaster</span>
            </span>
            <span class="pp-chevron" aria-hidden="true">▾</span>
          </button>
          <div class="pp-acc-body">
            <p>Establishes what the treaty covers and how "disaster" is defined. The current definition focuses on sudden-onset calamitous events — a significant gap, as advocates are calling to expand this to include slow-onset events such as drought and climate-related degradation, which disproportionately affect persons with disabilities.</p>
            <span class="pp-gap-tag">⚠ Key gap: slow-onset events excluded</span>
          </div>
        </div>

        <div class="pp-acc-item">
          <button class="pp-acc-btn" aria-expanded="false" onclick="ppToggleAcc(this)">
            <span class="pp-acc-left">
              <span class="pp-tag">Arts. 4–6</span>
              <span class="pp-acc-title">Principles and human rights</span>
            </span>
            <span class="pp-chevron" aria-hidden="true">▾</span>
          </button>
          <div class="pp-acc-body">
            <p>Affirms that human dignity must be respected, that existing human rights obligations continue to apply during disasters, and that humanitarian principles — including non-discrimination — must guide all response efforts. These articles are foundational for disability inclusion, but currently lack explicit reference to the CRPD in the binding text.</p>
            <span class="pp-gap-tag">⚠ Key gap: CRPD not cited in binding text</span>
          </div>
        </div>

        <div class="pp-acc-item">
          <button class="pp-acc-btn" aria-expanded="false" onclick="ppToggleAcc(this)">
            <span class="pp-acc-left">
              <span class="pp-tag">Arts. 7–8</span>
              <span class="pp-acc-title">Duty to cooperate and forms of assistance</span>
            </span>
            <span class="pp-chevron" aria-hidden="true">▾</span>
          </button>
          <div class="pp-acc-body">
            <p>Obligates States to cooperate with each other, with the UN, and with humanitarian actors. Article 7's commentary already references CRPD Article 11 — a positive entry point for advocates.</p>
            <span class="pp-gap-tag">✓ CRPD Art. 11 referenced in commentary</span>
          </div>
        </div>

        <div class="pp-acc-item">
          <button class="pp-acc-btn" aria-expanded="false" onclick="ppToggleAcc(this)">
            <span class="pp-acc-left">
              <span class="pp-tag">Art. 9</span>
              <span class="pp-acc-title">Disaster risk reduction</span>
            </span>
            <span class="pp-chevron" aria-hidden="true">▾</span>
          </button>
          <div class="pp-acc-body">
            <p>Addresses what States must do before disasters: risk assessment, early warning systems, and data collection. The current text contains no reference to accessibility, participation of persons with disabilities, or disability-disaggregated data.</p>
            <span class="pp-gap-tag">⚠ Key gap: no accessibility or inclusion requirements</span>
          </div>
        </div>

        <div class="pp-acc-item">
          <button class="pp-acc-btn" aria-expanded="false" onclick="ppToggleAcc(this)">
            <span class="pp-acc-left">
              <span class="pp-tag">Arts. 10–11</span>
              <span class="pp-acc-title">Responsibilities of the affected State</span>
            </span>
            <span class="pp-chevron" aria-hidden="true">▾</span>
          </button>
          <div class="pp-acc-body">
            <p>Establishes the affected State's primary duty to protect its population and the obligation to seek external assistance when national capacity is exceeded. These articles do not currently require that protection be accessible or disability-inclusive.</p>
            <span class="pp-gap-tag">⚠ Key gap: no disability-inclusive obligation</span>
          </div>
        </div>

        <div class="pp-acc-item">
          <button class="pp-acc-btn" aria-expanded="false" onclick="ppToggleAcc(this)">
            <span class="pp-acc-left">
              <span class="pp-tag">Arts. 12–17</span>
              <span class="pp-acc-title">International assistance</span>
            </span>
            <span class="pp-chevron" aria-hidden="true">▾</span>
          </button>
          <div class="pp-acc-body">
            <p>Governs how external assistance is offered, accepted, and delivered. Article 14 on quality of assistance is a key target for advocates to embed accessibility and reasonable accommodation standards.</p>
            <span class="pp-gap-tag">⚠ Key gap: "quality" does not include accessibility</span>
          </div>
        </div>

        <div class="pp-acc-item">
          <button class="pp-acc-btn" aria-expanded="false" onclick="ppToggleAcc(this)">
            <span class="pp-acc-left">
              <span class="pp-tag">Art. 18</span>
              <span class="pp-acc-title">Relationship to other international law</span>
            </span>
            <span class="pp-chevron" aria-hidden="true">▾</span>
          </button>
          <div class="pp-acc-body">
            <p>Affirms that the treaty does not displace existing international obligations — meaning the CRPD, the Sendai Framework, and other human rights instruments remain in force alongside PPED. This provides a foundation for insisting that CRPD obligations must be respected in all PPED implementation.</p>
          </div>
        </div>

      </div>
    </section>

    <!-- ── WHY INCLUSION ── -->
    <section class="pped-section" id="pp-why">
      <p class="pp-eyebrow-sm">Why disability inclusion in PPED</p>
      <h2>Why persons with disabilities are disproportionately affected</h2>
      <p>Persons with disabilities — who make up at least 16% of the global population — are among the most severely affected when disasters strike. This is not because disability itself makes someone vulnerable, but because disaster systems are routinely built without them in mind. When evacuation routes are inaccessible, when emergency alerts are issued only in formats that cannot be received by people with hearing or vision disabilities, when shelters cannot accommodate wheelchairs or assistive devices, and when relief workers have not been trained in inclusive response — the result is predictable and preventable harm.</p>
      <p>The barriers are systemic and span the entire disaster cycle. Before a disaster, persons with disabilities are frequently excluded from community preparedness planning. During a disaster, they face greater difficulty accessing early warnings, evacuation support, and emergency services. After a disaster, recovery systems often fail to account for the loss of assistive technologies, accessible housing, or community-based support — leaving persons with disabilities behind for longer and with fewer resources to rebuild.</p>

      <h3>Data & evidence</h3>
      <p>The evidence is clear and consistent. These figures point to a structural failure, not an oversight.</p>

      <div class="pp-stat-grid">
        <div class="pp-stat-card">
          <div class="pp-stat-num">16%</div>
          <div class="pp-stat-label">of the global population are persons with disabilities</div>
        </div>
        <div class="pp-stat-card">
          <div class="pp-stat-num">84%</div>
          <div class="pp-stat-label">lack a personal disaster preparedness plan</div>
        </div>
        <div class="pp-stat-card">
          <div class="pp-stat-num">56%</div>
          <div class="pp-stat-label">cannot access disaster risk information in accessible formats</div>
        </div>
        <div class="pp-stat-card">
          <div class="pp-stat-num">8%</div>
          <div class="pp-stat-label">report local DRR plans address their needs</div>
        </div>
        <div class="pp-stat-card">
          <div class="pp-stat-num">80%</div>
          <div class="pp-stat-label">of global DRR funding does not benefit persons with disabilities</div>
        </div>
        <div class="pp-stat-card">
          <div class="pp-stat-num">17%</div>
          <div class="pp-stat-label">of DRR-related ODA was disability-related (OECD-DAC, 2023)</div>
        </div>
      </div>

      <p style="font-size:12px; color: var(--pp-light);">Sources: 2023 UNDRR Global Survey; OECD-DAC data review 2023.</p>

      <h3>The gap: what's missing in PPED now</h3>
      <p>Despite these realities, the current PPED Draft Articles fall significantly short of ensuring disability-inclusive disaster protection. While there are encouraging references — disability is listed among grounds for non-discrimination, the CRPD is cited in the commentaries to a handful of articles — these references appear largely in the non-binding commentary sections rather than in the binding treaty text itself. <strong>Commentary does not create legal obligation.</strong></p>
      <p>The treaty's definition of "disaster" excludes slow-onset events. Article 9 on disaster risk reduction contains no language on accessibility or participation of persons with disabilities. There is no requirement for disability-disaggregated data, no mandate for accessible early warning systems, and no obligation for States to allocate budgets specifically for disability-inclusive disaster response.</p>
      <p>The use of "vulnerable persons" throughout the draft reflects an outdated, charity-based framing. And critically, the draft contains no safeguard against institutionalisation or segregation of persons with disabilities during disasters — placing it in direct conflict with CRPD Articles 14 and 19.</p>

      <div class="pp-info-box">
        <p>The PPED draft recognises disability in its commentary — but commentary is not law. Our advocacy goal is to move disability inclusion from the margins into the binding treaty text.</p>
      </div>
    </section>

    <!-- ── ADVOCACY GOALS ── -->
    <section class="pped-section" id="pp-goals">
      <p class="pp-eyebrow-sm">Advocacy goals for PPED</p>
      <h2>What we are calling for</h2>
      <p>Seven goals representing what disability-inclusive organisations are calling for in the final PPED treaty text. Click each to read more.</p>

      <div class="pp-goals">

        <div class="pp-goal-card" id="pp-goal-1">
          <div class="pp-goal-header" onclick="ppToggleGoal(this)" role="button" tabindex="0" aria-expanded="false" onkeydown="if(event.key==='Enter'||event.key===' ')ppToggleGoal(this)">
            <div class="pp-goal-num">1</div>
            <div class="pp-goal-title">
              <h3>Broaden the definition of "disaster"</h3>
              <p class="pp-goal-msg">"The PPED must protect people from all disasters — including the slow-onset ones that quietly devastate persons with disabilities every day."</p>
            </div>
            <span class="pp-goal-arrow" aria-hidden="true">▾</span>
          </div>
          <div class="pp-goal-body">
            <p>The current definition limits the treaty's scope to sudden-onset calamitous events, explicitly excluding slow-onset hazards such as drought, prolonged heat, sea level rise, and climate-related environmental degradation. We call on States to adopt an all-hazards definition of "disaster" consistent with the Sendai Framework and CRPD Article 11.</p>
          </div>
        </div>

        <div class="pp-goal-card" id="pp-goal-2">
          <div class="pp-goal-header" onclick="ppToggleGoal(this)" role="button" tabindex="0" aria-expanded="false" onkeydown="if(event.key==='Enter'||event.key===' ')ppToggleGoal(this)">
            <div class="pp-goal-num">2</div>
            <div class="pp-goal-title">
              <h3>Anchor the treaty in a rights-based framework</h3>
              <p class="pp-goal-msg">"Disability inclusion in disaster response is not a favour — it is a legal obligation under international human rights law."</p>
            </div>
            <span class="pp-goal-arrow" aria-hidden="true">▾</span>
          </div>
          <div class="pp-goal-body">
            <p>The PPED must explicitly align with the CRPD within its binding text, not only in non-binding commentary. Articles 4 and 5 must directly reference CRPD Articles 3, 5, 9, 11, and 32. The term "vulnerable persons" must be replaced throughout with "persons in vulnerable situations."</p>
          </div>
        </div>

        <div class="pp-goal-card" id="pp-goal-3">
          <div class="pp-goal-header" onclick="ppToggleGoal(this)" role="button" tabindex="0" aria-expanded="false" onkeydown="if(event.key==='Enter'||event.key===' ')ppToggleGoal(this)">
            <div class="pp-goal-num">3</div>
            <div class="pp-goal-title">
              <h3>Guarantee meaningful participation</h3>
              <p class="pp-goal-msg">"Nothing about us without us: persons with disabilities must have a seat at the table in every phase of disaster planning and decision-making."</p>
            </div>
            <span class="pp-goal-arrow" aria-hidden="true">▾</span>
          </div>
          <div class="pp-goal-body">
            <p>Persons with disabilities must be recognised explicitly — not subsumed under broad references to "vulnerable groups" — as active participants in all phases of disaster management, including preparedness, response, recovery, and treaty implementation. This includes meaningful involvement of OPDs in risk assessments, planning, and evaluation.</p>
          </div>
        </div>

        <div class="pp-goal-card" id="pp-goal-4">
          <div class="pp-goal-header" onclick="ppToggleGoal(this)" role="button" tabindex="0" aria-expanded="false" onkeydown="if(event.key==='Enter'||event.key===' ')ppToggleGoal(this)">
            <div class="pp-goal-num">4</div>
            <div class="pp-goal-title">
              <h3>Require accessibility across the response cycle</h3>
              <p class="pp-goal-msg">"A warning no one can hear, a shelter no one can enter, and aid no one can use is not protection — it is exclusion."</p>
            </div>
            <span class="pp-goal-arrow" aria-hidden="true">▾</span>
          </div>
          <div class="pp-goal-body">
            <p>Accessibility must be a binding standard in the PPED. Early warning systems must be available in multi-format communication including sign language, Easy Read, audio, Braille, pictograms, and local languages. Evacuation routes and shelters must be physically accessible. Article 14's "quality of assistance" must explicitly include accessibility and reasonable accommodation.</p>
          </div>
        </div>

        <div class="pp-goal-card" id="pp-goal-5">
          <div class="pp-goal-header" onclick="ppToggleGoal(this)" role="button" tabindex="0" aria-expanded="false" onkeydown="if(event.key==='Enter'||event.key===' ')ppToggleGoal(this)">
            <div class="pp-goal-num">5</div>
            <div class="pp-goal-title">
              <h3>Make disability-disaggregated data a legal requirement</h3>
              <p class="pp-goal-msg">"If disaster data does not count persons with disabilities, disaster systems will not protect them."</p>
            </div>
            <span class="pp-goal-arrow" aria-hidden="true">▾</span>
          </div>
          <div class="pp-goal-body">
            <p>The PPED must require States to collect, analyse, and use data disaggregated by disability — alongside age, gender, and location — to inform all stages of disaster planning and response. Consistent with CRPD Article 31, data collection must be done <em>with</em> OPDs, not merely <em>about</em> them.</p>
          </div>
        </div>

        <div class="pp-goal-card" id="pp-goal-6">
          <div class="pp-goal-header" onclick="ppToggleGoal(this)" role="button" tabindex="0" aria-expanded="false" onkeydown="if(event.key==='Enter'||event.key===' ')ppToggleGoal(this)">
            <div class="pp-goal-num">6</div>
            <div class="pp-goal-title">
              <h3>Secure dedicated resources and institutional capacity</h3>
              <p class="pp-goal-msg">"Disability-inclusive disaster response requires dedicated funding — not goodwill, not footnotes, but budgets and accountability."</p>
            </div>
            <span class="pp-goal-arrow" aria-hidden="true">▾</span>
          </div>
          <div class="pp-goal-body">
            <p>The PPED should require States to allocate specific budgets for disability-inclusive DRR, designate disability focal points within DRR institutions, and invest in training for emergency responders. Where States call for external assistance, that assistance must comply with CRPD Article 32.</p>
          </div>
        </div>

        <div class="pp-goal-card" id="pp-goal-7">
          <div class="pp-goal-header" onclick="ppToggleGoal(this)" role="button" tabindex="0" aria-expanded="false" onkeydown="if(event.key==='Enter'||event.key===' ')ppToggleGoal(this)">
            <div class="pp-goal-num">7</div>
            <div class="pp-goal-title">
              <h3>Prohibit institutionalisation during disasters</h3>
              <p class="pp-goal-msg">"Disasters must never become a reason to lock persons with disabilities away — the PPED must explicitly prohibit institutionalisation."</p>
            </div>
            <span class="pp-goal-arrow" aria-hidden="true">▾</span>
          </div>
          <div class="pp-goal-body">
            <p>The PPED must explicitly prohibit the institutionalisation or segregation of persons with disabilities during disaster response. In practice, displacement frequently results in persons with disabilities being placed in congregate settings with heightened risks of neglect, abuse, and loss of liberty — a direct violation of CRPD Articles 14 and 19. States must direct resources toward accessible, community-based emergency shelter and relief services.</p>
          </div>
        </div>

      </div>
    </section>

    <!-- ── KEY MESSAGES ── -->
    <section class="pped-section" id="pp-messages">
      <p class="pp-eyebrow-sm">Tools</p>
      <h2>Key messages</h2>
      <p>Use these messages in conversations, presentations, social media, and advocacy materials. Each is designed to be clear, concise, and shareable.</p>

      <div class="pp-messages">
        <div class="pp-msg-card"><div class="pp-msg-num">1</div><p>"The PPED must protect people from all disasters — including the slow-onset ones that quietly devastate persons with disabilities every day."</p></div>
        <div class="pp-msg-card"><div class="pp-msg-num">2</div><p>"Disability inclusion in disaster response is not a favour — it is a legal obligation under international human rights law."</p></div>
        <div class="pp-msg-card"><div class="pp-msg-num">3</div><p>"Nothing about us without us: persons with disabilities must have a seat at the table in every phase of disaster planning and decision-making."</p></div>
        <div class="pp-msg-card"><div class="pp-msg-num">4</div><p>"A warning no one can hear, a shelter no one can enter, and aid no one can use is not protection — it is exclusion."</p></div>
        <div class="pp-msg-card"><div class="pp-msg-num">5</div><p>"If disaster data does not count persons with disabilities, disaster systems will not protect them."</p></div>
        <div class="pp-msg-card"><div class="pp-msg-num">6</div><p>"Disability-inclusive disaster response requires dedicated funding — not goodwill, not footnotes, but budgets and accountability."</p></div>
        <div class="pp-msg-card"><div class="pp-msg-num">7</div><p>"Disasters must never become a reason to lock persons with disabilities away — the PPED must explicitly prohibit institutionalisation."</p></div>
      </div>

      <div class="pp-info-box">
        <p>📱 Social media templates for these key messages are available in the resources section below.</p>
      </div>
    </section>

    <!-- ── RESOURCES ── -->
    <section class="pped-section" id="pp-resources">
      <p class="pp-eyebrow-sm">Tools</p>
      <h2>Toolkit & resources</h2>
      <p>Access the documents, templates, and tools you need to advocate effectively.</p>

      <h3>Key documents</h3>
      <div class="pp-res-grid">
        <div class="pp-res-card">
          <div class="pp-res-icon">📄</div>
          <h4>Treaty draft (ILC 2016)</h4>
          <p>The full text of the Draft Articles on PPED.</p>
          <a href="https://drive.google.com/file/d/1K9OeQWcW2hIog8RU7mdw8-f3kq1TLzpR/view?usp=sharing" class="pp-res-link" target="_blank" rel="noopener">Open document ↗</a>
        </div>
        <div class="pp-res-card">
          <div class="pp-res-icon">🗣️</div>
          <h4>Key talking points</h4>
          <p>Ready-to-use talking points for meetings with decision-makers.</p>
          <a href="https://docs.google.com/document/d/1miho0MOxtu0NnHk4U8UF3_rAO7LGxj_o/edit?usp=sharing" class="pp-res-link" target="_blank" rel="noopener">Open document ↗</a>
        </div>
        <div class="pp-res-card">
          <div class="pp-res-icon">📋</div>
          <h4>Plain language summary</h4>
          <p>A simplified overview of the PPED and its implications.</p>
          <a href="https://drive.google.com/file/d/1XsGGV8l7M3lHmO1AcZHMTbtpg0fDbHQU/view?usp=sharing" class="pp-res-link" target="_blank" rel="noopener">Open document ↗</a>
        </div>
      </div>

      <h3>Social media templates</h3>
      <div class="pp-res-grid">
        <div class="pp-res-card">
          <div class="pp-res-icon">🖼️</div>
          <h4>Presentation size</h4>
          <p>Canva templates in 16:9 format for slides and webinars.</p>
          <a href="https://canva.link/2co0kw3aixm09rf" class="pp-res-link" target="_blank" rel="noopener">Open in Canva ↗</a>
        </div>
        <div class="pp-res-card">
          <div class="pp-res-icon">📱</div>
          <h4>Social media size</h4>
          <p>Square format templates for Instagram, LinkedIn, Facebook.</p>
          <span class="pp-res-coming">Coming soon</span>
        </div>
      </div>

      <h3>Case studies</h3>
      <div class="pp-res-grid">
        <div class="pp-res-card">
          <div class="pp-res-icon">🌏</div>
          <h4>Case study publication</h4>
          <p>Real-world impact stories. Updated bi-monthly.</p>
          <span class="pp-res-coming">Coming soon</span>
        </div>
        <div class="pp-res-card">
          <div class="pp-res-icon">✍️</div>
          <h4>Submit your case study</h4>
          <p>Share your organisation's experience with a guided template.</p>
          <a href="https://forms.cloud.microsoft/Pages/ResponsePage.aspx?id=HS7ZPzJwQk62kDvp2cbvgGLs0bcUdA1Kr88Sp-EUlqBUN0ZIQVpVU0tJMkJPMlVLVDQ5Tk1IOTcxNi4u" class="pp-res-link" target="_blank" rel="noopener">Submit here ↗</a>
        </div>
      </div>

      <h3>Government engagement</h3>
      <div class="pp-res-grid">
        <div class="pp-res-card">
          <div class="pp-res-icon">✉️</div>
          <h4>Template letters</h4>
          <p>Ready-to-adapt letters for writing to your national government.</p>
          <span class="pp-res-coming">Coming soon</span>
        </div>
        <div class="pp-res-card">
          <div class="pp-res-icon">📡</div>
          <h4>Follow negotiations</h4>
          <p>Track the latest developments at the UN GA Sixth Committee.</p>
          <a href="https://www.un.org/en/ga/sixth/80/disasters.shtml" class="pp-res-link" target="_blank" rel="noopener">UN website ↗</a>
        </div>
      </div>
    </section>

    <!-- ── FOR OPDs ── -->
    <section class="pped-section" id="pp-opds">
      <p class="pp-eyebrow-sm">Tools</p>
      <h2>For organisations of persons with disabilities (OPDs)</h2>
      <p>OPDs are essential voices in the PPED negotiation process. This section is designed specifically to support OPDs in understanding their rights under the treaty and how to advocate effectively.</p>

      <div class="pp-opd-grid">
        <div class="pp-opd-card">
          <h4>Your rights under PPED</h4>
          <ul>
            <li>Right to protection in all disaster phases</li>
            <li>Right to accessible early warning systems</li>
            <li>Right to inclusive evacuation and shelter</li>
            <li>Right to non-discriminatory assistance</li>
            <li>Right to participate in planning and evaluation</li>
            <li>Right to accessible humanitarian assistance</li>
            <li>Right to live independently — even during disasters</li>
          </ul>
        </div>
        <div class="pp-opd-card">
          <h4>How to advocate</h4>
          <ul>
            <li>Use key messages in meetings with officials</li>
            <li>Submit written statements to UN Sixth Committee</li>
            <li>Engage your National Society in the IFRC Community of Practice</li>
            <li>Share case studies to build the evidence base</li>
            <li>Write to your government using template letters</li>
            <li>Use social media templates to raise awareness</li>
            <li>Connect with OPD networks (TGDRRCA, IDA)</li>
          </ul>
        </div>
      </div>

      <div class="pp-info-box">
        <p>The <strong>Disaster Law Treaty Community of Practice</strong>, spearheaded by the Italian Red Cross, connects National Societies and civil society organisations sharing advocacy strategies and lessons learned. <a href="https://communities.ifrc.org/group/disaster-law-treaty/timeline" target="_blank" rel="noopener">Join here ↗</a></p>
      </div>
    </section>

  </div><!-- /.pped-content -->

  <!-- ── CONTACT ── -->
  <div class="pp-contact">
    <div>
      <h3>Questions or contributions?</h3>
      <p>This is a live resource. Contact us to submit evidence, case studies, or feedback.</p>
    </div>
    <a href="mailto:TBD@example.com" class="pp-contact-btn">Get in touch</a>
  </div>

</div><!-- /.pped-wrap -->

<script>
(function() {

  /* ── Accordion: treaty provisions ── */
  window.ppToggleAcc = function(btn) {
    var body = btn.nextElementSibling;
    var isOpen = body.classList.contains('pp-open');
    body.classList.toggle('pp-open', !isOpen);
    btn.setAttribute('aria-expanded', String(!isOpen));
  };

  /* ── Accordion: goals ── */
  window.ppToggleGoal = function(header) {
    var card = header.parentElement;
    var body = card.querySelector('.pp-goal-body');
    var isOpen = card.classList.contains('pp-open');
    card.classList.toggle('pp-open', !isOpen);
    header.setAttribute('aria-expanded', String(!isOpen));
    body.classList.toggle('pp-open', !isOpen);
  };

  /* ── Reading progress bar ── */
  var bar = document.getElementById('pp-progress');
  if (bar) {
    window.addEventListener('scroll', function() {
      var total = document.body.scrollHeight - window.innerHeight;
      var pct = total > 0 ? window.scrollY / total : 0;
      bar.style.transform = 'scaleX(' + pct + ')';
    }, { passive: true });
  }

  /* ── Active nav on scroll ── */
  var navLinks = document.querySelectorAll('.pp-nav-link');
  var sectionIds = ['pp-intro','pp-understanding','pp-why','pp-goals','pp-messages','pp-resources','pp-opds'];

  function updateNav() {
    var scrollY = window.scrollY + 80;
    var current = sectionIds[0];
    sectionIds.forEach(function(id) {
      var el = document.getElementById(id);
      if (el && el.offsetTop <= scrollY) current = id;
    });
    navLinks.forEach(function(link) {
      var href = link.getAttribute('href').replace('#','');
      link.classList.toggle('pp-active', href === current);
    });
  }

  window.addEventListener('scroll', updateNav, { passive: true });
  updateNav();

})();
</script>/* End custom CSS */
/* Start custom CSS */<!-- ================================================
     PPED DISABILITY INCLUSION ADVOCACY TOOLKIT
     WordPress Custom HTML Block — copy all of this
     ================================================ -->

<style>
/* ── Reset scoped to .pped-wrap ── */
.pped-wrap *,
.pped-wrap *::before,
.pped-wrap *::after {
  box-sizing: border-box;
}

.pped-wrap {
  --pp-green:      #0F6E56;
  --pp-green-lt:   #E1F5EE;
  --pp-green-mid:  #1D9E75;
  --pp-green-dk:   #085041;
  --pp-orange:     #D85A30;
  --pp-orange-lt:  #FAECE7;
  --pp-orange-dk:  #993C1D;
  --pp-amber-lt:   #FAEEDA;
  --pp-amber-dk:   #412402;
  --pp-text:       #1a1a1a;
  --pp-muted:      #5F5E5A;
  --pp-light:      #888780;
  --pp-bg:         #f5f4f1;
  --pp-surface:    #ffffff;
  --pp-border:     rgba(0,0,0,0.10);
  --pp-border-str: rgba(0,0,0,0.16);
  --pp-radius:     10px;

  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--pp-text);
  background: var(--pp-bg);
  margin: 0 -20px;   /* bleed past WP content padding if needed */
}

.pped-wrap a { color: var(--pp-green); text-decoration: none; }
.pped-wrap a:hover { text-decoration: underline; }

/* ── Hero ── */
.pped-hero {
  background: linear-gradient(135deg, var(--pp-green-dk) 0%, var(--pp-green) 60%, var(--pp-green-mid) 100%);
  color: #fff;
  padding: 3.5rem 2.5rem 2.5rem;
}

.pped-hero .pp-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.7;
  margin: 0 0 0.75rem;
}

.pped-hero h1 {
  font-size: 1.85rem;
  font-weight: 600;
  line-height: 1.25;
  max-width: 620px;
  margin: 0 0 0.9rem;
  color: #fff;
  border: none;
  padding: 0;
}

.pped-hero p {
  font-size: 15.5px;
  opacity: 0.88;
  max-width: 580px;
  margin: 0;
}

.pped-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 1.25rem;
}

.pped-pill {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 0.5px solid rgba(255,255,255,0.3);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 11px;
  border-radius: 20px;
}

/* ── Sticky horizontal nav ── */
.pped-nav {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--pp-surface);
  border-bottom: 1px solid var(--pp-border-str);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.pped-nav::-webkit-scrollbar { display: none; }

.pped-nav-inner {
  display: flex;
  align-items: center;
  min-width: max-content;
  padding: 0 1.5rem;
  gap: 2px;
}

.pped-nav-inner a {
  display: block;
  padding: 13px 14px;
  font-size: 13px;
  font-weight: 500;
  color: var(--pp-muted);
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  transition: color 0.15s, border-color 0.15s;
}

.pped-nav-inner a:hover { color: var(--pp-green); text-decoration: none; }
.pped-nav-inner a.pp-active { color: var(--pp-green); border-bottom-color: var(--pp-green); }

.pped-deadline {
  margin-left: auto;
  display: flex;
  align-items: center;
  padding-left: 16px;
  border-left: 0.5px solid var(--pp-border-str);
  font-size: 11px;
  font-weight: 700;
  color: #633806;
  background: var(--pp-amber-lt);
  padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
  margin: 6px 0 6px 16px;
}

/* ── Content wrapper ── */
.pped-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* ── Sections ── */
.pped-section {
  padding: 2.75rem 0;
  border-bottom: 0.5px solid var(--pp-border-str);
  scroll-margin-top: 58px;
}

.pped-section:last-child { border-bottom: none; }

.pp-eyebrow-sm {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pp-green);
  margin: 0 0 0.4rem;
}

.pped-section h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--pp-text);
  margin: 0 0 1rem;
  line-height: 1.3;
  border: none;
  padding: 0;
}

.pped-section h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--pp-text);
  margin: 1.75rem 0 0.5rem;
  border: none;
  padding: 0;
}

.pped-section p {
  color: var(--pp-text);
  margin: 0 0 1rem;
}

.pped-section p:last-child { margin-bottom: 0; }

/* ── Info / warn boxes ── */
.pp-info-box {
  background: var(--pp-green-lt);
  border-left: 3px solid var(--pp-green);
  border-radius: 0 8px 8px 0;
  padding: 0.9rem 1.1rem;
  margin: 1.25rem 0;
}
.pp-info-box p { margin: 0; font-size: 14px; color: var(--pp-green-dk); }

.pp-warn-box {
  background: var(--pp-amber-lt);
  border-left: 3px solid #BA7517;
  border-radius: 0 8px 8px 0;
  padding: 0.9rem 1.1rem;
  margin: 1.25rem 0;
}
.pp-warn-box p { margin: 0; font-size: 14px; color: var(--pp-amber-dk); }

/* ── Stat cards ── */
.pp-stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
  margin: 1.25rem 0;
}

.pp-stat-card {
  background: var(--pp-surface);
  border: 0.5px solid var(--pp-border-str);
  border-radius: 12px;
  padding: 1rem 0.9rem;
  text-align: center;
}

.pp-stat-num {
  font-size: 2rem;
  font-weight: 700;
  color: var(--pp-green);
  line-height: 1.1;
}

.pp-stat-label {
  font-size: 12px;
  color: var(--pp-muted);
  margin-top: 6px;
  line-height: 1.4;
}

/* ── Provisions accordion ── */
.pp-accordion {
  border: 0.5px solid var(--pp-border-str);
  border-radius: 12px;
  overflow: hidden;
  margin: 1.25rem 0;
}

.pp-acc-item { border-bottom: 0.5px solid var(--pp-border); }
.pp-acc-item:last-child { border-bottom: none; }

.pp-acc-btn {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 0.9rem 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: background 0.15s;
}

.pp-acc-btn:hover { background: var(--pp-bg); }

.pp-acc-left {
  display: flex;
  align-items: center;
  gap: 9px;
}

.pp-tag {
  background: var(--pp-green-lt);
  color: var(--pp-green-dk);
  font-size: 11px;
  font-weight: 600;
  padding: 3px 7px;
  border-radius: 5px;
  white-space: nowrap;
}

.pp-acc-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--pp-text);
}

.pp-chevron {
  font-size: 16px;
  color: var(--pp-light);
  transition: transform 0.2s;
  flex-shrink: 0;
}

.pp-acc-btn[aria-expanded="true"] .pp-chevron { transform: rotate(180deg); }

.pp-acc-body {
  display: none;
  padding: 0.75rem 1.1rem 1rem;
  font-size: 14px;
  color: var(--pp-muted);
  line-height: 1.7;
  background: var(--pp-bg);
  border-top: 0.5px solid var(--pp-border);
}

.pp-acc-body.pp-open { display: block; }

.pp-gap-tag {
  display: inline-block;
  background: var(--pp-orange-lt);
  color: var(--pp-orange-dk);
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
  margin-top: 8px;
}

/* ── Goal cards ── */
.pp-goals {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 1.25rem 0;
}

.pp-goal-card {
  background: var(--pp-surface);
  border: 0.5px solid var(--pp-border-str);
  border-radius: 12px;
  overflow: hidden;
}

.pp-goal-header {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 1rem 1.1rem;
  cursor: pointer;
  transition: background 0.15s;
}

.pp-goal-header:hover { background: var(--pp-bg); }

.pp-goal-num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--pp-green);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.pp-goal-title { flex: 1; }
.pp-goal-title h3 {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--pp-text);
  margin: 0 0 3px;
  border: none;
  padding: 0;
}

.pp-goal-msg {
  font-size: 12.5px;
  color: var(--pp-muted);
  font-style: italic;
  line-height: 1.5;
  margin: 0;
}

.pp-goal-arrow {
  font-size: 18px;
  color: var(--pp-light);
  transition: transform 0.2s;
  flex-shrink: 0;
  margin-top: 4px;
}

.pp-goal-card.pp-open .pp-goal-arrow { transform: rotate(180deg); }

.pp-goal-body {
  display: none;
  padding: 0 1.1rem 1.1rem 3.4rem;
  font-size: 14px;
  color: var(--pp-muted);
  line-height: 1.7;
  background: var(--pp-bg);
  border-top: 0.5px solid var(--pp-border);
}

.pp-goal-body.pp-open { display: block; }
.pp-goal-body p { margin: 0.65rem 0 0; }

/* ── Key messages ── */
.pp-messages {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 1.25rem 0;
}

.pp-msg-card {
  background: var(--pp-surface);
  border: 0.5px solid var(--pp-border-str);
  border-left: 3px solid var(--pp-orange);
  border-radius: 0 10px 10px 0;
  padding: 0.9rem 1.1rem;
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

.pp-msg-num {
  background: var(--pp-orange-lt);
  color: var(--pp-orange-dk);
  font-size: 11px;
  font-weight: 700;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.pp-msg-card p {
  font-size: 14.5px;
  color: var(--pp-text);
  line-height: 1.6;
  margin: 0;
  font-style: italic;
}

/* ── Resource cards ── */
.pp-res-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  margin: 1rem 0 1.5rem;
}

.pp-res-card {
  background: var(--pp-surface);
  border: 0.5px solid var(--pp-border-str);
  border-radius: 12px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: border-color 0.15s;
  text-decoration: none;
}

.pp-res-card:hover { border-color: var(--pp-green); text-decoration: none; }

.pp-res-icon {
  font-size: 22px;
  margin-bottom: 2px;
}

.pp-res-card h4 {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--pp-text);
  margin: 0;
  border: none;
  padding: 0;
}

.pp-res-card p {
  font-size: 12.5px;
  color: var(--pp-muted);
  margin: 0;
  line-height: 1.5;
}

.pp-res-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--pp-green);
  margin-top: auto;
  padding-top: 4px;
  text-decoration: none;
}

.pp-res-link:hover { text-decoration: underline; }
.pp-res-coming { color: var(--pp-light); font-size: 12px; }

/* ── OPD grid ── */
.pp-opd-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 1.25rem 0;
}

.pp-opd-card {
  background: var(--pp-surface);
  border: 0.5px solid var(--pp-border-str);
  border-radius: 12px;
  padding: 1.1rem;
}

.pp-opd-card h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--pp-green-dk);
  margin: 0 0 0.5rem;
  border: none;
  padding: 0;
}

.pp-opd-card ul {
  padding-left: 1.1rem;
  font-size: 13.5px;
  color: var(--pp-muted);
  line-height: 1.85;
  margin: 0;
}

/* ── Contact strip ── */
.pp-contact {
  background: var(--pp-green);
  color: #fff;
  padding: 2rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.pp-contact h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px;
  color: #fff;
  border: none;
  padding: 0;
}

.pp-contact p { font-size: 14px; opacity: 0.85; margin: 0; }

.pp-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  color: var(--pp-green-dk);
  font-size: 13.5px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: var(--pp-radius);
  text-decoration: none;
  white-space: nowrap;
}

.pp-contact-btn:hover { background: var(--pp-green-lt); text-decoration: none; }

/* ── Progress bar ── */
.pp-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--pp-green);
  transform-origin: left;
  transform: scaleX(0);
  z-index: 9999;
  pointer-events: none;
  transition: transform 0.1s linear;
}

/* ── Mobile ── */
@media (max-width: 700px) {
  .pped-wrap { margin: 0 -16px; }
  .pped-hero { padding: 2.5rem 1.25rem 2rem; }
  .pped-hero h1 { font-size: 1.4rem; }
  .pped-content { padding: 0 1.25rem; }
  .pped-section { padding: 2rem 0; }
  .pp-opd-grid { grid-template-columns: 1fr; }
  .pp-contact { padding: 1.5rem 1.25rem; flex-direction: column; align-items: flex-start; }
}
</style>

<!-- Reading progress bar -->
<div class="pp-progress" id="pp-progress" aria-hidden="true"></div>

<div class="pped-wrap">

  <!-- ── HERO ── -->
  <div class="pped-hero">
    <p class="pp-eyebrow">Protection of Persons in the Event of Disasters</p>
    <h1>Advocacy toolkit for disability-inclusive disaster protection</h1>
    <p>A legally binding disaster protection treaty is being negotiated at the UN. This toolkit helps you understand it — and influence it — before the 2027 deadline.</p>
    <div class="pped-hero-pills">
      <span class="pped-pill">🌍 UN treaty process</span>
      <span class="pped-pill">♿ Disability rights</span>
      <span class="pped-pill">📋 Based on ILC Draft Articles 2016</span>
      <span class="pped-pill">⚖️ Aligned with CRPD</span>
    </div>
  </div>

  <!-- ── STICKY NAV ── -->
  <nav class="pped-nav" aria-label="Toolkit sections">
    <div class="pped-nav-inner">
      <a href="#pp-intro" class="pp-nav-link">Introduction</a>
      <a href="#pp-understanding" class="pp-nav-link">Understanding PPED</a>
      <a href="#pp-why" class="pp-nav-link">Why inclusion?</a>
      <a href="#pp-goals" class="pp-nav-link">Advocacy goals</a>
      <a href="#pp-messages" class="pp-nav-link">Key messages</a>
      <a href="#pp-resources" class="pp-nav-link">Resources</a>
      <a href="#pp-opds" class="pp-nav-link">For OPDs</a>
      <span class="pped-deadline">⏳ Deadline: 2027</span>
    </div>
  </nav>

  <div class="pped-content">

    <!-- ── INTRO ── -->
    <section class="pped-section" id="pp-intro">
      <p class="pp-eyebrow-sm">Start here</p>
      <h2>What this toolkit is</h2>
      <p>This is an advocacy pack — a curated collection of tools, evidence, and communication resources designed to help you and your organisation understand the Protection of Persons in the Event of Disasters (PPED) treaty and take action to ensure it is disability-inclusive. Whether you are new to the PPED or already engaged in the negotiation process, this pack gives you what you need to make the case for meaningful inclusion.</p>

      <h3>How to use this toolkit</h3>
      <p>This advocacy pack is intended for civil society organisations, organisations of persons with disabilities (OPDs), humanitarian actors, and anyone committed to ensuring that the rights of persons with disabilities are upheld in disaster contexts. It equips your team with clear talking points, evidence, and analysis that can be used internally for awareness-raising, or externally when engaging decision-makers.</p>
      <p>You can use this pack to guide conversations with local politicians, government officials, institutional leaders, donors, and other stakeholders about what the PPED is, why disability inclusion matters, and what specific changes are needed in the treaty text. The resources here are intentionally practical — designed to be adapted to different audiences and contexts.</p>
      <p>This is a live resource. It will be regularly updated to reflect the evolving negotiation process and emerging evidence. For more information, contact: <em>[TBD]</em>.</p>

      <div class="pp-info-box">
        <p>♿ <strong>Accessibility note:</strong> If you need this information in an alternative format — Easy Read, audio, large print, or another language — please contact us.</p>
      </div>
    </section>

    <!-- ── UNDERSTANDING PPED ── -->
    <section class="pped-section" id="pp-understanding">
      <p class="pp-eyebrow-sm">Understanding PPED</p>
      <h2>What is PPED?</h2>
      <p>The Protection of Persons in the Event of Disasters (PPED) is an international treaty currently being negotiated at the United Nations. It is based on the Draft Articles developed by the International Law Commission (ILC) in 2016, and in 2024, the UN General Assembly formally agreed to turn these draft articles into a legally binding instrument — with a deadline of 2027.</p>
      <p>The PPED matters because, for the first time, it would create <strong>binding legal obligations</strong> on States about how they must prepare for, respond to, and recover from disasters. Right now, much of what States do in disaster situations is guided by non-binding frameworks and voluntary commitments. A binding treaty changes that — it creates accountability. For the disability community, this represents a critical window to ensure that the rights of persons with disabilities are not just mentioned, but legally required in how disasters are managed globally.</p>

      <div class="pp-warn-box">
        <p>⏳ <strong>The window is open — but closing.</strong> Treaty negotiations must conclude by 2027. Advocacy input from disability organisations, civil society, and National Societies is needed now to shape the final text.</p>
      </div>

      <h3>Key provisions of the treaty</h3>
      <p>The Draft Articles cover 18 articles across six broad areas. Click each to expand.</p>

      <div class="pp-accordion">

        <div class="pp-acc-item">
          <button class="pp-acc-btn" aria-expanded="false" onclick="ppToggleAcc(this)">
            <span class="pp-acc-left">
              <span class="pp-tag">Arts. 1–3</span>
              <span class="pp-acc-title">Scope, purpose, and definition of disaster</span>
            </span>
            <span class="pp-chevron" aria-hidden="true">▾</span>
          </button>
          <div class="pp-acc-body">
            <p>Establishes what the treaty covers and how "disaster" is defined. The current definition focuses on sudden-onset calamitous events — a significant gap, as advocates are calling to expand this to include slow-onset events such as drought and climate-related degradation, which disproportionately affect persons with disabilities.</p>
            <span class="pp-gap-tag">⚠ Key gap: slow-onset events excluded</span>
          </div>
        </div>

        <div class="pp-acc-item">
          <button class="pp-acc-btn" aria-expanded="false" onclick="ppToggleAcc(this)">
            <span class="pp-acc-left">
              <span class="pp-tag">Arts. 4–6</span>
              <span class="pp-acc-title">Principles and human rights</span>
            </span>
            <span class="pp-chevron" aria-hidden="true">▾</span>
          </button>
          <div class="pp-acc-body">
            <p>Affirms that human dignity must be respected, that existing human rights obligations continue to apply during disasters, and that humanitarian principles — including non-discrimination — must guide all response efforts. These articles are foundational for disability inclusion, but currently lack explicit reference to the CRPD in the binding text.</p>
            <span class="pp-gap-tag">⚠ Key gap: CRPD not cited in binding text</span>
          </div>
        </div>

        <div class="pp-acc-item">
          <button class="pp-acc-btn" aria-expanded="false" onclick="ppToggleAcc(this)">
            <span class="pp-acc-left">
              <span class="pp-tag">Arts. 7–8</span>
              <span class="pp-acc-title">Duty to cooperate and forms of assistance</span>
            </span>
            <span class="pp-chevron" aria-hidden="true">▾</span>
          </button>
          <div class="pp-acc-body">
            <p>Obligates States to cooperate with each other, with the UN, and with humanitarian actors. Article 7's commentary already references CRPD Article 11 — a positive entry point for advocates.</p>
            <span class="pp-gap-tag">✓ CRPD Art. 11 referenced in commentary</span>
          </div>
        </div>

        <div class="pp-acc-item">
          <button class="pp-acc-btn" aria-expanded="false" onclick="ppToggleAcc(this)">
            <span class="pp-acc-left">
              <span class="pp-tag">Art. 9</span>
              <span class="pp-acc-title">Disaster risk reduction</span>
            </span>
            <span class="pp-chevron" aria-hidden="true">▾</span>
          </button>
          <div class="pp-acc-body">
            <p>Addresses what States must do before disasters: risk assessment, early warning systems, and data collection. The current text contains no reference to accessibility, participation of persons with disabilities, or disability-disaggregated data.</p>
            <span class="pp-gap-tag">⚠ Key gap: no accessibility or inclusion requirements</span>
          </div>
        </div>

        <div class="pp-acc-item">
          <button class="pp-acc-btn" aria-expanded="false" onclick="ppToggleAcc(this)">
            <span class="pp-acc-left">
              <span class="pp-tag">Arts. 10–11</span>
              <span class="pp-acc-title">Responsibilities of the affected State</span>
            </span>
            <span class="pp-chevron" aria-hidden="true">▾</span>
          </button>
          <div class="pp-acc-body">
            <p>Establishes the affected State's primary duty to protect its population and the obligation to seek external assistance when national capacity is exceeded. These articles do not currently require that protection be accessible or disability-inclusive.</p>
            <span class="pp-gap-tag">⚠ Key gap: no disability-inclusive obligation</span>
          </div>
        </div>

        <div class="pp-acc-item">
          <button class="pp-acc-btn" aria-expanded="false" onclick="ppToggleAcc(this)">
            <span class="pp-acc-left">
              <span class="pp-tag">Arts. 12–17</span>
              <span class="pp-acc-title">International assistance</span>
            </span>
            <span class="pp-chevron" aria-hidden="true">▾</span>
          </button>
          <div class="pp-acc-body">
            <p>Governs how external assistance is offered, accepted, and delivered. Article 14 on quality of assistance is a key target for advocates to embed accessibility and reasonable accommodation standards.</p>
            <span class="pp-gap-tag">⚠ Key gap: "quality" does not include accessibility</span>
          </div>
        </div>

        <div class="pp-acc-item">
          <button class="pp-acc-btn" aria-expanded="false" onclick="ppToggleAcc(this)">
            <span class="pp-acc-left">
              <span class="pp-tag">Art. 18</span>
              <span class="pp-acc-title">Relationship to other international law</span>
            </span>
            <span class="pp-chevron" aria-hidden="true">▾</span>
          </button>
          <div class="pp-acc-body">
            <p>Affirms that the treaty does not displace existing international obligations — meaning the CRPD, the Sendai Framework, and other human rights instruments remain in force alongside PPED. This provides a foundation for insisting that CRPD obligations must be respected in all PPED implementation.</p>
          </div>
        </div>

      </div>
    </section>

    <!-- ── WHY INCLUSION ── -->
    <section class="pped-section" id="pp-why">
      <p class="pp-eyebrow-sm">Why disability inclusion in PPED</p>
      <h2>Why persons with disabilities are disproportionately affected</h2>
      <p>Persons with disabilities — who make up at least 16% of the global population — are among the most severely affected when disasters strike. This is not because disability itself makes someone vulnerable, but because disaster systems are routinely built without them in mind. When evacuation routes are inaccessible, when emergency alerts are issued only in formats that cannot be received by people with hearing or vision disabilities, when shelters cannot accommodate wheelchairs or assistive devices, and when relief workers have not been trained in inclusive response — the result is predictable and preventable harm.</p>
      <p>The barriers are systemic and span the entire disaster cycle. Before a disaster, persons with disabilities are frequently excluded from community preparedness planning. During a disaster, they face greater difficulty accessing early warnings, evacuation support, and emergency services. After a disaster, recovery systems often fail to account for the loss of assistive technologies, accessible housing, or community-based support — leaving persons with disabilities behind for longer and with fewer resources to rebuild.</p>

      <h3>Data & evidence</h3>
      <p>The evidence is clear and consistent. These figures point to a structural failure, not an oversight.</p>

      <div class="pp-stat-grid">
        <div class="pp-stat-card">
          <div class="pp-stat-num">16%</div>
          <div class="pp-stat-label">of the global population are persons with disabilities</div>
        </div>
        <div class="pp-stat-card">
          <div class="pp-stat-num">84%</div>
          <div class="pp-stat-label">lack a personal disaster preparedness plan</div>
        </div>
        <div class="pp-stat-card">
          <div class="pp-stat-num">56%</div>
          <div class="pp-stat-label">cannot access disaster risk information in accessible formats</div>
        </div>
        <div class="pp-stat-card">
          <div class="pp-stat-num">8%</div>
          <div class="pp-stat-label">report local DRR plans address their needs</div>
        </div>
        <div class="pp-stat-card">
          <div class="pp-stat-num">80%</div>
          <div class="pp-stat-label">of global DRR funding does not benefit persons with disabilities</div>
        </div>
        <div class="pp-stat-card">
          <div class="pp-stat-num">17%</div>
          <div class="pp-stat-label">of DRR-related ODA was disability-related (OECD-DAC, 2023)</div>
        </div>
      </div>

      <p style="font-size:12px; color: var(--pp-light);">Sources: 2023 UNDRR Global Survey; OECD-DAC data review 2023.</p>

      <h3>The gap: what's missing in PPED now</h3>
      <p>Despite these realities, the current PPED Draft Articles fall significantly short of ensuring disability-inclusive disaster protection. While there are encouraging references — disability is listed among grounds for non-discrimination, the CRPD is cited in the commentaries to a handful of articles — these references appear largely in the non-binding commentary sections rather than in the binding treaty text itself. <strong>Commentary does not create legal obligation.</strong></p>
      <p>The treaty's definition of "disaster" excludes slow-onset events. Article 9 on disaster risk reduction contains no language on accessibility or participation of persons with disabilities. There is no requirement for disability-disaggregated data, no mandate for accessible early warning systems, and no obligation for States to allocate budgets specifically for disability-inclusive disaster response.</p>
      <p>The use of "vulnerable persons" throughout the draft reflects an outdated, charity-based framing. And critically, the draft contains no safeguard against institutionalisation or segregation of persons with disabilities during disasters — placing it in direct conflict with CRPD Articles 14 and 19.</p>

      <div class="pp-info-box">
        <p>The PPED draft recognises disability in its commentary — but commentary is not law. Our advocacy goal is to move disability inclusion from the margins into the binding treaty text.</p>
      </div>
    </section>

    <!-- ── ADVOCACY GOALS ── -->
    <section class="pped-section" id="pp-goals">
      <p class="pp-eyebrow-sm">Advocacy goals for PPED</p>
      <h2>What we are calling for</h2>
      <p>Seven goals representing what disability-inclusive organisations are calling for in the final PPED treaty text. Click each to read more.</p>

      <div class="pp-goals">

        <div class="pp-goal-card" id="pp-goal-1">
          <div class="pp-goal-header" onclick="ppToggleGoal(this)" role="button" tabindex="0" aria-expanded="false" onkeydown="if(event.key==='Enter'||event.key===' ')ppToggleGoal(this)">
            <div class="pp-goal-num">1</div>
            <div class="pp-goal-title">
              <h3>Broaden the definition of "disaster"</h3>
              <p class="pp-goal-msg">"The PPED must protect people from all disasters — including the slow-onset ones that quietly devastate persons with disabilities every day."</p>
            </div>
            <span class="pp-goal-arrow" aria-hidden="true">▾</span>
          </div>
          <div class="pp-goal-body">
            <p>The current definition limits the treaty's scope to sudden-onset calamitous events, explicitly excluding slow-onset hazards such as drought, prolonged heat, sea level rise, and climate-related environmental degradation. We call on States to adopt an all-hazards definition of "disaster" consistent with the Sendai Framework and CRPD Article 11.</p>
          </div>
        </div>

        <div class="pp-goal-card" id="pp-goal-2">
          <div class="pp-goal-header" onclick="ppToggleGoal(this)" role="button" tabindex="0" aria-expanded="false" onkeydown="if(event.key==='Enter'||event.key===' ')ppToggleGoal(this)">
            <div class="pp-goal-num">2</div>
            <div class="pp-goal-title">
              <h3>Anchor the treaty in a rights-based framework</h3>
              <p class="pp-goal-msg">"Disability inclusion in disaster response is not a favour — it is a legal obligation under international human rights law."</p>
            </div>
            <span class="pp-goal-arrow" aria-hidden="true">▾</span>
          </div>
          <div class="pp-goal-body">
            <p>The PPED must explicitly align with the CRPD within its binding text, not only in non-binding commentary. Articles 4 and 5 must directly reference CRPD Articles 3, 5, 9, 11, and 32. The term "vulnerable persons" must be replaced throughout with "persons in vulnerable situations."</p>
          </div>
        </div>

        <div class="pp-goal-card" id="pp-goal-3">
          <div class="pp-goal-header" onclick="ppToggleGoal(this)" role="button" tabindex="0" aria-expanded="false" onkeydown="if(event.key==='Enter'||event.key===' ')ppToggleGoal(this)">
            <div class="pp-goal-num">3</div>
            <div class="pp-goal-title">
              <h3>Guarantee meaningful participation</h3>
              <p class="pp-goal-msg">"Nothing about us without us: persons with disabilities must have a seat at the table in every phase of disaster planning and decision-making."</p>
            </div>
            <span class="pp-goal-arrow" aria-hidden="true">▾</span>
          </div>
          <div class="pp-goal-body">
            <p>Persons with disabilities must be recognised explicitly — not subsumed under broad references to "vulnerable groups" — as active participants in all phases of disaster management, including preparedness, response, recovery, and treaty implementation. This includes meaningful involvement of OPDs in risk assessments, planning, and evaluation.</p>
          </div>
        </div>

        <div class="pp-goal-card" id="pp-goal-4">
          <div class="pp-goal-header" onclick="ppToggleGoal(this)" role="button" tabindex="0" aria-expanded="false" onkeydown="if(event.key==='Enter'||event.key===' ')ppToggleGoal(this)">
            <div class="pp-goal-num">4</div>
            <div class="pp-goal-title">
              <h3>Require accessibility across the response cycle</h3>
              <p class="pp-goal-msg">"A warning no one can hear, a shelter no one can enter, and aid no one can use is not protection — it is exclusion."</p>
            </div>
            <span class="pp-goal-arrow" aria-hidden="true">▾</span>
          </div>
          <div class="pp-goal-body">
            <p>Accessibility must be a binding standard in the PPED. Early warning systems must be available in multi-format communication including sign language, Easy Read, audio, Braille, pictograms, and local languages. Evacuation routes and shelters must be physically accessible. Article 14's "quality of assistance" must explicitly include accessibility and reasonable accommodation.</p>
          </div>
        </div>

        <div class="pp-goal-card" id="pp-goal-5">
          <div class="pp-goal-header" onclick="ppToggleGoal(this)" role="button" tabindex="0" aria-expanded="false" onkeydown="if(event.key==='Enter'||event.key===' ')ppToggleGoal(this)">
            <div class="pp-goal-num">5</div>
            <div class="pp-goal-title">
              <h3>Make disability-disaggregated data a legal requirement</h3>
              <p class="pp-goal-msg">"If disaster data does not count persons with disabilities, disaster systems will not protect them."</p>
            </div>
            <span class="pp-goal-arrow" aria-hidden="true">▾</span>
          </div>
          <div class="pp-goal-body">
            <p>The PPED must require States to collect, analyse, and use data disaggregated by disability — alongside age, gender, and location — to inform all stages of disaster planning and response. Consistent with CRPD Article 31, data collection must be done <em>with</em> OPDs, not merely <em>about</em> them.</p>
          </div>
        </div>

        <div class="pp-goal-card" id="pp-goal-6">
          <div class="pp-goal-header" onclick="ppToggleGoal(this)" role="button" tabindex="0" aria-expanded="false" onkeydown="if(event.key==='Enter'||event.key===' ')ppToggleGoal(this)">
            <div class="pp-goal-num">6</div>
            <div class="pp-goal-title">
              <h3>Secure dedicated resources and institutional capacity</h3>
              <p class="pp-goal-msg">"Disability-inclusive disaster response requires dedicated funding — not goodwill, not footnotes, but budgets and accountability."</p>
            </div>
            <span class="pp-goal-arrow" aria-hidden="true">▾</span>
          </div>
          <div class="pp-goal-body">
            <p>The PPED should require States to allocate specific budgets for disability-inclusive DRR, designate disability focal points within DRR institutions, and invest in training for emergency responders. Where States call for external assistance, that assistance must comply with CRPD Article 32.</p>
          </div>
        </div>

        <div class="pp-goal-card" id="pp-goal-7">
          <div class="pp-goal-header" onclick="ppToggleGoal(this)" role="button" tabindex="0" aria-expanded="false" onkeydown="if(event.key==='Enter'||event.key===' ')ppToggleGoal(this)">
            <div class="pp-goal-num">7</div>
            <div class="pp-goal-title">
              <h3>Prohibit institutionalisation during disasters</h3>
              <p class="pp-goal-msg">"Disasters must never become a reason to lock persons with disabilities away — the PPED must explicitly prohibit institutionalisation."</p>
            </div>
            <span class="pp-goal-arrow" aria-hidden="true">▾</span>
          </div>
          <div class="pp-goal-body">
            <p>The PPED must explicitly prohibit the institutionalisation or segregation of persons with disabilities during disaster response. In practice, displacement frequently results in persons with disabilities being placed in congregate settings with heightened risks of neglect, abuse, and loss of liberty — a direct violation of CRPD Articles 14 and 19. States must direct resources toward accessible, community-based emergency shelter and relief services.</p>
          </div>
        </div>

      </div>
    </section>

    <!-- ── KEY MESSAGES ── -->
    <section class="pped-section" id="pp-messages">
      <p class="pp-eyebrow-sm">Tools</p>
      <h2>Key messages</h2>
      <p>Use these messages in conversations, presentations, social media, and advocacy materials. Each is designed to be clear, concise, and shareable.</p>

      <div class="pp-messages">
        <div class="pp-msg-card"><div class="pp-msg-num">1</div><p>"The PPED must protect people from all disasters — including the slow-onset ones that quietly devastate persons with disabilities every day."</p></div>
        <div class="pp-msg-card"><div class="pp-msg-num">2</div><p>"Disability inclusion in disaster response is not a favour — it is a legal obligation under international human rights law."</p></div>
        <div class="pp-msg-card"><div class="pp-msg-num">3</div><p>"Nothing about us without us: persons with disabilities must have a seat at the table in every phase of disaster planning and decision-making."</p></div>
        <div class="pp-msg-card"><div class="pp-msg-num">4</div><p>"A warning no one can hear, a shelter no one can enter, and aid no one can use is not protection — it is exclusion."</p></div>
        <div class="pp-msg-card"><div class="pp-msg-num">5</div><p>"If disaster data does not count persons with disabilities, disaster systems will not protect them."</p></div>
        <div class="pp-msg-card"><div class="pp-msg-num">6</div><p>"Disability-inclusive disaster response requires dedicated funding — not goodwill, not footnotes, but budgets and accountability."</p></div>
        <div class="pp-msg-card"><div class="pp-msg-num">7</div><p>"Disasters must never become a reason to lock persons with disabilities away — the PPED must explicitly prohibit institutionalisation."</p></div>
      </div>

      <div class="pp-info-box">
        <p>📱 Social media templates for these key messages are available in the resources section below.</p>
      </div>
    </section>

    <!-- ── RESOURCES ── -->
    <section class="pped-section" id="pp-resources">
      <p class="pp-eyebrow-sm">Tools</p>
      <h2>Toolkit & resources</h2>
      <p>Access the documents, templates, and tools you need to advocate effectively.</p>

      <h3>Key documents</h3>
      <div class="pp-res-grid">
        <div class="pp-res-card">
          <div class="pp-res-icon">📄</div>
          <h4>Treaty draft (ILC 2016)</h4>
          <p>The full text of the Draft Articles on PPED.</p>
          <a href="https://drive.google.com/file/d/1K9OeQWcW2hIog8RU7mdw8-f3kq1TLzpR/view?usp=sharing" class="pp-res-link" target="_blank" rel="noopener">Open document ↗</a>
        </div>
        <div class="pp-res-card">
          <div class="pp-res-icon">🗣️</div>
          <h4>Key talking points</h4>
          <p>Ready-to-use talking points for meetings with decision-makers.</p>
          <a href="https://docs.google.com/document/d/1miho0MOxtu0NnHk4U8UF3_rAO7LGxj_o/edit?usp=sharing" class="pp-res-link" target="_blank" rel="noopener">Open document ↗</a>
        </div>
        <div class="pp-res-card">
          <div class="pp-res-icon">📋</div>
          <h4>Plain language summary</h4>
          <p>A simplified overview of the PPED and its implications.</p>
          <a href="https://drive.google.com/file/d/1XsGGV8l7M3lHmO1AcZHMTbtpg0fDbHQU/view?usp=sharing" class="pp-res-link" target="_blank" rel="noopener">Open document ↗</a>
        </div>
      </div>

      <h3>Social media templates</h3>
      <div class="pp-res-grid">
        <div class="pp-res-card">
          <div class="pp-res-icon">🖼️</div>
          <h4>Presentation size</h4>
          <p>Canva templates in 16:9 format for slides and webinars.</p>
          <a href="https://canva.link/2co0kw3aixm09rf" class="pp-res-link" target="_blank" rel="noopener">Open in Canva ↗</a>
        </div>
        <div class="pp-res-card">
          <div class="pp-res-icon">📱</div>
          <h4>Social media size</h4>
          <p>Square format templates for Instagram, LinkedIn, Facebook.</p>
          <span class="pp-res-coming">Coming soon</span>
        </div>
      </div>

      <h3>Case studies</h3>
      <div class="pp-res-grid">
        <div class="pp-res-card">
          <div class="pp-res-icon">🌏</div>
          <h4>Case study publication</h4>
          <p>Real-world impact stories. Updated bi-monthly.</p>
          <span class="pp-res-coming">Coming soon</span>
        </div>
        <div class="pp-res-card">
          <div class="pp-res-icon">✍️</div>
          <h4>Submit your case study</h4>
          <p>Share your organisation's experience with a guided template.</p>
          <a href="https://forms.cloud.microsoft/Pages/ResponsePage.aspx?id=HS7ZPzJwQk62kDvp2cbvgGLs0bcUdA1Kr88Sp-EUlqBUN0ZIQVpVU0tJMkJPMlVLVDQ5Tk1IOTcxNi4u" class="pp-res-link" target="_blank" rel="noopener">Submit here ↗</a>
        </div>
      </div>

      <h3>Government engagement</h3>
      <div class="pp-res-grid">
        <div class="pp-res-card">
          <div class="pp-res-icon">✉️</div>
          <h4>Template letters</h4>
          <p>Ready-to-adapt letters for writing to your national government.</p>
          <span class="pp-res-coming">Coming soon</span>
        </div>
        <div class="pp-res-card">
          <div class="pp-res-icon">📡</div>
          <h4>Follow negotiations</h4>
          <p>Track the latest developments at the UN GA Sixth Committee.</p>
          <a href="https://www.un.org/en/ga/sixth/80/disasters.shtml" class="pp-res-link" target="_blank" rel="noopener">UN website ↗</a>
        </div>
      </div>
    </section>

    <!-- ── FOR OPDs ── -->
    <section class="pped-section" id="pp-opds">
      <p class="pp-eyebrow-sm">Tools</p>
      <h2>For organisations of persons with disabilities (OPDs)</h2>
      <p>OPDs are essential voices in the PPED negotiation process. This section is designed specifically to support OPDs in understanding their rights under the treaty and how to advocate effectively.</p>

      <div class="pp-opd-grid">
        <div class="pp-opd-card">
          <h4>Your rights under PPED</h4>
          <ul>
            <li>Right to protection in all disaster phases</li>
            <li>Right to accessible early warning systems</li>
            <li>Right to inclusive evacuation and shelter</li>
            <li>Right to non-discriminatory assistance</li>
            <li>Right to participate in planning and evaluation</li>
            <li>Right to accessible humanitarian assistance</li>
            <li>Right to live independently — even during disasters</li>
          </ul>
        </div>
        <div class="pp-opd-card">
          <h4>How to advocate</h4>
          <ul>
            <li>Use key messages in meetings with officials</li>
            <li>Submit written statements to UN Sixth Committee</li>
            <li>Engage your National Society in the IFRC Community of Practice</li>
            <li>Share case studies to build the evidence base</li>
            <li>Write to your government using template letters</li>
            <li>Use social media templates to raise awareness</li>
            <li>Connect with OPD networks (TGDRRCA, IDA)</li>
          </ul>
        </div>
      </div>

      <div class="pp-info-box">
        <p>The <strong>Disaster Law Treaty Community of Practice</strong>, spearheaded by the Italian Red Cross, connects National Societies and civil society organisations sharing advocacy strategies and lessons learned. <a href="https://communities.ifrc.org/group/disaster-law-treaty/timeline" target="_blank" rel="noopener">Join here ↗</a></p>
      </div>
    </section>

  </div><!-- /.pped-content -->

  <!-- ── CONTACT ── -->
  <div class="pp-contact">
    <div>
      <h3>Questions or contributions?</h3>
      <p>This is a live resource. Contact us to submit evidence, case studies, or feedback.</p>
    </div>
    <a href="mailto:TBD@example.com" class="pp-contact-btn">Get in touch</a>
  </div>

</div><!-- /.pped-wrap -->

<script>
(function() {

  /* ── Accordion: treaty provisions ── */
  window.ppToggleAcc = function(btn) {
    var body = btn.nextElementSibling;
    var isOpen = body.classList.contains('pp-open');
    body.classList.toggle('pp-open', !isOpen);
    btn.setAttribute('aria-expanded', String(!isOpen));
  };

  /* ── Accordion: goals ── */
  window.ppToggleGoal = function(header) {
    var card = header.parentElement;
    var body = card.querySelector('.pp-goal-body');
    var isOpen = card.classList.contains('pp-open');
    card.classList.toggle('pp-open', !isOpen);
    header.setAttribute('aria-expanded', String(!isOpen));
    body.classList.toggle('pp-open', !isOpen);
  };

  /* ── Reading progress bar ── */
  var bar = document.getElementById('pp-progress');
  if (bar) {
    window.addEventListener('scroll', function() {
      var total = document.body.scrollHeight - window.innerHeight;
      var pct = total > 0 ? window.scrollY / total : 0;
      bar.style.transform = 'scaleX(' + pct + ')';
    }, { passive: true });
  }

  /* ── Active nav on scroll ── */
  var navLinks = document.querySelectorAll('.pp-nav-link');
  var sectionIds = ['pp-intro','pp-understanding','pp-why','pp-goals','pp-messages','pp-resources','pp-opds'];

  function updateNav() {
    var scrollY = window.scrollY + 80;
    var current = sectionIds[0];
    sectionIds.forEach(function(id) {
      var el = document.getElementById(id);
      if (el && el.offsetTop <= scrollY) current = id;
    });
    navLinks.forEach(function(link) {
      var href = link.getAttribute('href').replace('#','');
      link.classList.toggle('pp-active', href === current);
    });
  }

  window.addEventListener('scroll', updateNav, { passive: true });
  updateNav();

})();
</script>/* End custom CSS */