/* Inline style block 1 from report-2025.html */
.r25-vf::before{content:none!important;display:none!important}

/* Inline style block 2 from report-2025.html */
.report-pdf-section {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: #07170d;
    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .report-pdf-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
    padding: clamp(1.25rem, 3vw, 2rem);
    background: linear-gradient(135deg, rgba(9, 45, 24, .96), rgba(4, 24, 12, .98));
    border: 1px solid rgba(236, 118, 0, .28);
  }
  .report-pdf-kicker {
    display: inline-flex;
    margin-bottom: .85rem;
    padding: .35rem .65rem;
    background: var(--red, #ec7600);
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: .82rem;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .report-pdf-card h2 {
    margin: 0 0 1rem;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(2rem, 5vw, 3.75rem);
    line-height: .95;
    letter-spacing: 0;
    text-transform: uppercase;
  }
  .report-pdf-card p {
    max-width: 680px;
    margin: 0 0 1.25rem;
    color: rgba(255,255,255,.72);
    font-size: 1rem;
    line-height: 1.75;
  }
  .report-pdf-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    margin: 0 0 1.4rem;
    padding: 0;
    list-style: none;
  }
  .report-pdf-meta li {
    padding: .45rem .7rem;
    border: 1px solid rgba(255,255,255,.14);
    color: rgba(255,255,255,.82);
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  .report-pdf-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
  }
  .report-pdf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: .75rem 1rem;
    border: 1px solid var(--red, #ec7600);
    background: var(--red, #ec7600);
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .report-pdf-btn.secondary {
    background: transparent;
    color: #f4b661;
    border-color: rgba(244, 182, 97, .65);
  }
  .report-pdf-preview {
    min-height: 420px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(0,0,0,.24);
  }
  .report-pdf-preview iframe {
    width: 100%;
    height: 520px;
    border: 0;
    background: #0b1f12;
  }
  @media (max-width: 860px) {
    .report-pdf-card { grid-template-columns: 1fr; }
    .report-pdf-preview { min-height: 360px; }
    .report-pdf-preview iframe { height: 420px; }
  }
  @media (max-width: 560px) {
    .report-pdf-actions,
    .report-pdf-btn { width: 100%; }
  }

/* Inline style block 3 from report-2025.html */
/* Report PDF block - compact version */
  .report-pdf-section,
  .r21-report-download {
    padding: clamp(4rem, 7vw, 6.5rem) 0;
    background: #032512 !important;
    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .report-pdf-card,
  .r21-report-card {
    display: block !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }
  .report-pdf-kicker,
  .r21-report-kicker {
    display: inline-flex;
    margin-bottom: 1.4rem;
    padding: .45rem .75rem;
    background: var(--red, #df6200);
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: .9rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  .report-pdf-card h2,
  .r21-report-card h2 {
    max-width: 880px;
    margin: 0 0 1.35rem !important;
    color: #fff !important;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(3.25rem, 9vw, 6.4rem) !important;
    line-height: .88 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
  }
  .report-pdf-date,
  .r21-report-date {
    display: inline-flex;
    margin-bottom: 1.75rem;
    padding: .72rem .95rem;
    border: 1px solid rgba(255,255,255,.16);
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: .02em;
    text-transform: uppercase;
  }
  .report-pdf-actions,
  .r21-report-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .9rem;
  }
  .report-pdf-btn,
  .r21-report-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: .95rem 1.35rem;
    border: 1px solid var(--red, #df6200);
    background: var(--red, #df6200);
    color: #090909;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .report-pdf-btn.secondary,
  .r21-report-btn.secondary {
    background: transparent;
    color: #ffd35f;
    border-color: rgba(255,211,95,.65);
  }
  .report-pdf-preview,
  .r21-report-preview,
  .report-pdf-card p,
  .r21-report-card p,
  .report-pdf-meta,
  .r21-report-meta {
    display: none !important;
  }
  @media (max-width: 560px) {
    .report-pdf-actions,
    .r21-report-actions,
    .report-pdf-btn,
    .r21-report-btn { width: 100%; }
  }

/* Inline style block 4 from report-2025.html */
/* Report PDF preview restored */
  .report-pdf-preview {
    display: block !important;
    width: min(100%, 920px);
    min-height: 460px;
    margin-top: 2.2rem;
    overflow: hidden;
    border: 1px solid rgba(255, 211, 95, .28);
    background: rgba(0, 0, 0, .24);
  }
  .report-pdf-preview iframe {
    display: block;
    width: 100%;
    height: 560px;
    border: 0;
    background: #0b1f12;
  }
  @media (max-width: 700px) {
    .report-pdf-preview {
      min-height: 380px;
      margin-top: 1.6rem;
    }
    .report-pdf-preview iframe {
      height: 420px;
    }
  }

/* Inline style block 5 from report-2025.html */
/* Final report PDF section layout */
  .report-pdf-section {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: #07170d !important;
    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .report-pdf-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px) !important;
    gap: clamp(1.5rem, 4vw, 3rem) !important;
    align-items: center;
    padding: clamp(1.25rem, 3vw, 2rem) !important;
    background: linear-gradient(135deg, rgba(9, 45, 24, .96), rgba(4, 24, 12, .98)) !important;
    border: 1px solid rgba(236, 118, 0, .28) !important;
    box-shadow: none !important;
  }
  .report-pdf-kicker {
    display: inline-flex;
    margin-bottom: .85rem;
    padding: .35rem .65rem;
    background: var(--red, #df6200);
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: .82rem;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .report-pdf-card h2 {
    margin: 0 0 1rem !important;
    color: #fff !important;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(2rem, 5vw, 3.75rem) !important;
    line-height: .95 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
  }
  .report-pdf-card p {
    display: block !important;
    max-width: 680px;
    margin: 0 0 1.25rem !important;
    color: rgba(255,255,255,.72);
    font-size: 1rem;
    line-height: 1.75;
  }
  .report-pdf-meta {
    display: flex !important;
    flex-wrap: wrap;
    gap: .65rem;
    margin: 0 0 1.4rem;
    padding: 0;
    list-style: none;
  }
  .report-pdf-meta li {
    padding: .45rem .7rem;
    border: 1px solid rgba(255,255,255,.14);
    color: rgba(255,255,255,.82);
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  .report-pdf-date {
    display: none !important;
  }
  .report-pdf-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
  }
  .report-pdf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: .75rem 1rem;
    border: 1px solid var(--red, #df6200);
    background: var(--red, #df6200);
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .report-pdf-btn.secondary {
    background: transparent;
    color: #f4b661;
    border-color: rgba(244, 182, 97, .65);
  }
  .report-pdf-preview {
    display: block !important;
    min-height: 420px;
    margin-top: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(0,0,0,.24);
  }
  .report-pdf-preview iframe {
    display: block;
    width: 100%;
    height: 520px;
    border: 0;
    background: #0b1f12;
  }
  @media (max-width: 860px) {
    .report-pdf-card { grid-template-columns: 1fr !important; }
    .report-pdf-preview { min-height: 360px; }
    .report-pdf-preview iframe { height: 420px; }
  }
  @media (max-width: 560px) {
    .report-pdf-actions,
    .report-pdf-btn { width: 100%; }
  }

/* Inline style block 6 from report-2025.html */
/* Report button text color fix */
  .report-pdf-btn:not(.secondary) {
    color: #fff !important;
  }

/* Inline style block 7 from report-2025.html */
/* Mobile PDF iframe fix */
  @media (max-width: 900px), (pointer: coarse) {
    .report-pdf-preview {
      display: block !important;
    }
    .report-pdf-card {
      grid-template-columns: 1fr !important;
    }
  }

/* Inline style block 8 from report-2025.html */
/* 2025 venue image card */
  .r25-venue-image-card {
    padding: 0 !important;
    overflow: hidden;
    background: #062511 !important;
  }
  .r25-venue-image-card img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
  }
  @media (max-width: 760px) {
    .r25-venue-image-card img {
      min-height: 240px;
    }
  }

/* Inline style block 9 from report-2025.html */
.r25-tribute-photo {
    display: block;
    width: min(100%, 420px);
    height: auto;
    margin: 1.35rem auto 0;
    border: 1px solid #ececec;
    background: #f4f4f4;
  }

/* Inline style block 10 from report-2025.html */
/* Keep report PDF frame visible on mobile */
  @media (max-width: 900px), (pointer: coarse) {
    .report-pdf-preview {
      display: block !important;
      width: 100% !important;
      min-height: 420px !important;
      margin-top: 1.5rem !important;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,.18);
      background: rgba(0,0,0,.24);
    }
    .report-pdf-preview iframe {
      display: block !important;
      width: 100% !important;
      height: 420px !important;
      border: 0;
    }
  }

.r25-vision-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.r25-vision-image-panel {
  align-self: stretch;
}

.r25-cause-image {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  margin: 1.15rem 0 1.35rem;
  background: #fff;
}

.r25-vision-grid {
  align-items: center;
}

.r25-vision-grid > div:last-child {
  align-self: center;
  width: 100%;
}

@media (max-width: 700px) {
  .r25-cause-image {
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}