﻿/* Inline style block 1 from report-2021.html */
.r21-report-download {
    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);
  }
  .r21-report-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);
  }
  .r21-report-kicker {
    display: inline-flex;
    margin-bottom: .85rem;
    padding: .35rem .65rem;
    background: var(--red);
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: .82rem;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .r21-report-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;
  }
  .r21-report-card p {
    max-width: 680px;
    margin: 0 0 1.25rem;
    color: rgba(255,255,255,.72);
    font-size: 1rem;
    line-height: 1.75;
  }
  .r21-report-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    margin: 0 0 1.4rem;
    padding: 0;
    list-style: none;
  }
  .r21-report-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;
  }
  .r21-report-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
  }
  .r21-report-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: .75rem 1rem;
    border: 1px solid var(--red);
    background: var(--red);
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .r21-report-btn.secondary {
    background: transparent;
    color: #f4b661;
    border-color: rgba(244, 182, 97, .65);
  }
  .r21-report-preview {
    min-height: 420px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(0,0,0,.24);
  }
  .r21-report-preview iframe {
    width: 100%;
    height: 520px;
    border: 0;
    background: #0b1f12;
  }
  @media (max-width: 860px) {
    .r21-report-card {
      grid-template-columns: 1fr;
    }
    .r21-report-preview {
      min-height: 360px;
    }
    .r21-report-preview iframe {
      height: 420px;
    }
  }
  @media (max-width: 560px) {
    .r21-report-actions,
    .r21-report-btn {
      width: 100%;
    }
  }

/* Inline style block 2 from report-2021.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 3 from report-2021.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 4 from report-2021.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 5 from report-2021.html */
/* Report button text color fix */
  .report-pdf-btn:not(.secondary) {
    color: #fff !important;
  }

/* Inline style block 6 from report-2021.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 7 from report-2021.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;
    }
  }
/* Source-style 2021 gallery and media section */
.r21-source-showcase {
  background: #f4f4f4;
  padding: clamp(3rem, 6vw, 5rem) 0;
}
.r21-source-wrap {
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: 0 2rem;
}
.r21-source-heading {
  margin-bottom: 1.8rem;
  text-align: left;
}
.r21-source-label {
  margin-bottom: .65rem;
  color: #e26000;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .24em;
  line-height: 1;
  text-transform: uppercase;
}
.r21-source-title {
  margin: 0;
  color: #07170d;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.35rem, 5vw, 4.1rem);
  font-weight: 900;
  line-height: .92;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0;
}
.r21-source-desc {
  max-width: 720px;
  margin: 1.35rem 0 0;
  color: #3f4c48;
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  text-align: left;
}
.r21-source-title-gap {
  margin-top: 3.5rem;
}
.r21-source-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem 1.6rem;
}
.r21-source-media-grid,
.r21-source-press-grid {
  justify-content: center;
}
.r21-source-press-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 720px);
  margin: 0 auto;
}
.r21-source-card {
  display: block;
  color: inherit;
  text-decoration: none;
}
.r21-source-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #ddd;
}
.r21-source-caption {
  width: 82%;
  min-height: 2.65rem;
  margin: -1.15rem auto 0;
  padding: .55rem .65rem;
  position: relative;
  z-index: 1;
  background: #3f805a;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .58rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .04em;
  text-align: center;
  text-transform: uppercase;
}
.r21-source-caption span,
.r21-source-caption small {
  display: block;
  margin-bottom: .18rem;
  color: #fff;
  font-size: .48rem;
  font-weight: 700;
  opacity: .95;
}
.r21-source-caption small {
  margin: .2rem 0 0;
}
@media (max-width: 760px) {
  .r21-source-wrap {
    width: min(100%, 720px);
  }
  .r21-source-grid,
  .r21-source-press-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 460px) {
  .r21-source-grid,
  .r21-source-press-grid {
    grid-template-columns: 1fr;
  }
  .r21-source-caption {
    font-size: .68rem;
  }
}






/* R21 source lightbox */
.r21-source-card[data-r21-lightbox] {
  cursor: zoom-in;
}

.r21-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: rgba(0, 20, 10, 0.92);
}

.r21-lightbox.is-open {
  display: flex;
}

.r21-lightbox-stage {
  width: min(100%, 1120px);
  margin: 0;
  text-align: center;
}

.r21-lightbox-stage img {
  display: block;
  max-width: 100%;
  max-height: 78vh;
  margin: 0 auto;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.r21-lightbox-caption {
  margin-top: 1rem;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.r21-lightbox-close,
.r21-lightbox-btn {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(0, 48, 24, 0.85);
  color: #fff;
  cursor: pointer;
}

.r21-lightbox-close {
  top: 1.2rem;
  right: 1.2rem;
  width: 44px;
  height: 44px;
  font-size: 2rem;
  line-height: 1;
}

.r21-lightbox-btn {
  top: 50%;
  width: 52px;
  height: 64px;
  transform: translateY(-50%);
  font-size: 2.4rem;
  line-height: 1;
}

.r21-lightbox-prev {
  left: 1.25rem;
}

.r21-lightbox-next {
  right: 1.25rem;
}

.r21-lightbox-close:hover,
.r21-lightbox-btn:hover {
  background: #e15c00;
}

body.r21-lightbox-lock {
  overflow: hidden;
}

@media (max-width: 700px) {
  .r21-lightbox {
    padding: 1rem;
  }

  .r21-lightbox-stage img {
    max-height: 72vh;
  }

  .r21-lightbox-btn {
    width: 42px;
    height: 54px;
    font-size: 2rem;
  }

  .r21-lightbox-prev {
    left: 0.5rem;
  }

  .r21-lightbox-next {
    right: 0.5rem;
  }
}

/* R21 PDF lightbox */
.r21-source-card[data-r21-pdf] {
  cursor: pointer;
}

.r21-pdf-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(0, 20, 10, 0.92);
}

.r21-pdf-lightbox.is-open {
  display: flex;
}

.r21-pdf-panel {
  width: min(100%, 1040px);
  height: min(88vh, 900px);
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
}

.r21-pdf-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  background: #082513;
  color: #fff;
}

.r21-pdf-bar h3 {
  margin: 0;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.r21-pdf-close {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: #e15c00;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1;
}

.r21-pdf-panel iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #f4f4f4;
}

@media (max-width: 700px) {
  .r21-pdf-lightbox {
    padding: 0.75rem;
  }

  .r21-pdf-panel {
    height: 82vh;
  }
}
