body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-image: url('Resources/Formant-BG3.webp');
  color: #333;
  line-height: 1.6;
  overflow: auto !important;
  overflow-x: hidden;
}

main.staff-accountability-page {
  max-width: 960px;
  margin: 4rem auto;
  padding: 3rem;
  font-family: system-ui, sans-serif;
  background-color: rgba(255, 255, 255, 0.95);
  color: #111;
  border-radius: 12px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
  z-index: 2;
  position: relative;
}

section {
  background: #fff;
  margin: 20px auto;
  padding: 3rem 2rem; /* vertical + horizontal padding */
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  max-width: 860px;
  text-align: left;
  min-height: 80vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center; /* centers content vertically if short */
}

.belief-check {
    background-image: url('/img/presentation-bg-4.png');
  color: #222;
}

.belief-check h2 {
  font-size: 1.75rem;
  margin-bottom: 1.2rem;
  text-align: center;
  font-weight: 700;
  color: #111;
}

.belief-check p {
  font-size: 1.05rem;
  margin-bottom: 1.1rem;
}

.belief-check strong {
  color: #000;
  font-weight: 600;
}

.belief-check em {
  font-style: italic;
  color: #444;
}


section h2,
section p {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

section h2 {
  margin-top: 0;
  color: #222;
}

a {
  color: #007acc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  left: 10px;
  top: 10px;
  width: auto;
  height: auto;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 1000;
}
.staff-accountability-page {
    background-image: url('/img/bg-1.png');  
}
.staff-accountability-page section {
  margin-bottom: 3rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem;
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
}

section.hero h1,
section.intro h2,
section.yasaman h2,
section.mahsa h2,
section.tori h2,
section.brady h2,
section.alan h2,
section.iniskim h2,
section.closing h2,
section.disclaimer h2,
section.next-steps h2 {
  text-align: center;
}
section {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}

section.aos-animate {
  opacity: 1;
  transform: translateY(0);
}

.staff-accountability-page a {
  color: #0057b7;
  text-decoration: underline;
}

.staff-accountability-page p {
  max-width: 800px;
  margin: 0 auto 1rem;
  text-align: left;
}
#xings-terror {
  padding: 2rem;
  background-image: url('/img/presentation-bg-4.png');
  margin-bottom: 2rem;
  border-radius: 8px;
}

#xings-terror h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

#xings-terror p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.staff-card {
    background-image: url('/img/presentation-bg-4.png');
  display: flex;
  gap: 1rem;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.staff-image img {
  max-width: 150px;
  height: auto;
  border-radius: 6px;
}

.staff-details {
  flex: 1;
}
section.evidence-section,
section.r2,
section.account-history,
section.achievements,
section.requests,
section.message-to-sagkeeng,
section.closing,
section.report-cover,
section.achievments,
section.intro-2,
section.personal-cost,
section.what-happened,
section.intro,
section.hero,
section.steve,
section.melody,
section.yasaman,
section.mahsa,
section.tori,
section.brady,
section.alan,
section.iniskim,
section.closing,
section.disclaimer,
section.next-steps {
  background-image: url('/img/presentation-bg-4.png');
  background-size: cover;        /* Scale to fill the section */
  background-position: center;   /* Keep it centered */
  background-repeat: no-repeat;  /* Prevent tiling */
  min-height: 100vh;             /* Optional: fill full screen */
  width: 100%;
}

/* Section Styling */
#about,
#report,
#account-history {
  max-width: 900px;
  margin: 4rem auto;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  font-family: system-ui, sans-serif;
  color: #111;
  line-height: 1.7;
}

/* Section Titles */
#about h2,
#report h2,
#account-history h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #444;
  padding-bottom: 0.5rem;
}

/* Subheadings in Report */
#report h3 {
  font-size: 1.25rem;
  margin-top: 2rem;
  color: #333;
}
/* Main container for r2 sections */
.r2 {
  max-width: 900px;
  margin: 3rem auto;
  padding: 1.5rem;
  background: rgba(250, 250, 250, 0.95);
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  font-family: system-ui, sans-serif;
  color: #222;
  line-height: 1.6;
}

/* Headings inside r2 */
.r2 h2 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #555;
  padding-bottom: 0.4rem;
}

.r2 h3 {
  font-size: 1.2rem;
  margin-top: 1.8rem;
  color: #444;
}

/* Lists inside r2 */
.r2 ul {
  padding-left: 1.4rem;
  list-style-type: circle;
}

.r2 ul li {
  margin-bottom: 0.7rem;
}

/* Blockquote style inside r2 */
.r2 blockquote {
  background: #f3f3f3;
  border-left: 4px solid #777;
  margin: 1.2rem 0;
  padding: 0.9rem 1.4rem;
  font-style: italic;
  color: #444;
  border-radius: 6px;
}

.r2 blockquote p {
  margin: 0.4rem 0;
  font-style: normal;
}

/* Note-style callout inside r2 */
.r2 .note {
  font-style: italic;
  color: #444;
  background: #eaf5fc;
  padding: 0.9rem;
  border-left: 4px solid #2196F3;
  margin-top: 1.8rem;
  border-radius: 6px;
}

/* Lists */
#report ul,
#account-history ul {
  padding-left: 1.5rem;
  list-style-type: disc;
}

#report ul li,
#account-history ul li {
  margin-bottom: 0.75rem;
}

/* Blockquotes */
blockquote {
  background: #f9f9f9;
  border-left: 5px solid #999;
  margin: 1.5rem 0;
  padding: 1rem 1.5rem;
  font-style: italic;
  color: #333;
  border-radius: 8px;
}

blockquote p {
  margin: 0.5rem 0;
  font-style: normal;
}

/* Note Box */
.note {
  font-style: italic;
  color: #555;
  background: #fff3cd;
  padding: 1rem;
  border-left: 4px solid #ffc107;
  margin-top: 2rem;
  border-radius: 8px;
}

/* Report Cover */
.report-cover {
  background: #fff;
  border-left: 8px solid #444;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.report-cover h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.report-cover p {
  font-weight: 500;
  color: #444;
}

/* Introduction Section */
.intro-2 {
    background-image: url('/img/presentation-bg-4.png');
  border-left: 4px solid #007BFF;
  background: #f0f8ff;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.intro-2 h2 {
  font-size: 1.5rem;
  color: #003366;
  margin-bottom: 0.5rem;
}

/* Section Track Containers */
.section-track-1,
.section-track-2,
.section-track-3 {
    background-image: url('/img/presentation-bg-4.png');
  margin-bottom: 3rem;
  padding: 1.5rem;
  border: 1px solid #ddd;
  border-left: 6px solid #666;
  border-radius: 4px;
}

/* Headings */
.section-track-1 h2,
.section-track-2 h2,
.section-track-3 h2 {
  font-size: 1.6rem;
  color: #222;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

h3 {
  font-size: 1.2rem;
  color: #444;
  margin-top: 1.5rem;
}

/* Degree Track Notes */
p strong {
  color: #007BFF;
}

/* Lists */
ul {
  padding-left: 1.2rem;
}

ul li {
  margin-bottom: 0.6rem;
  list-style-type: square;
}

/* Emphasis in List Items */
li em {
  font-style: italic;
  color: #333;
}

@media screen and (max-width: 1024px) {
  .staff-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .staff-details {
    text-align: left;
    width: 100%;
  }

  section {
    padding: 1rem;
    margin: 1rem auto;
    width: calc(100% - 2rem);
  }

  .staff-image img {
    max-width: 100%;
    height: auto;
  }

  .staff-accountability-page p {
    margin-left: auto;
    margin-right: auto;
    padding: 0 0.5rem;
  }

  section h2 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 600px) {
  body,
  section,
  .staff-accountability-page {
    padding: 1rem;
  }

  .staff-card {
    gap: 0.5rem;
  }

  section h2 {
    font-size: 1.1rem;
  }

  .staff-accountability-page p {
    font-size: 0.95rem;
  }
}
/* Top Header Container */
.top-header {
  background-color: rgba(255, 255, 255, 0.97);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 9999;
  padding: 1rem 0;
}

.top-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.branding h1 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.branding p {
  margin: 0;
  font-size: 1rem;
  text-align: center;
  color: #444;
}

/* Nav Styles */
.main-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
  gap: 1rem;
}
.hidden-link {
  display: none;
}

.main-nav a {
  text-decoration: none;
  color: #111;
  font-weight: bold;
  padding: 0.3rem 0.6rem;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.main-nav a:hover {
  background-color: #e0e0e0;
}

.main-nav a:hover {
  color: #0077cc;
}
.pic-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
  background: rgba(255, 255, 255, 0.85);
}

.pic-container {
  max-width: 500px;
  width: 100%;
  text-align: center;
}

.pic-container img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.caption {
  margin-top: 0.75rem;
  font-size: 0.95rem;
  color: #555;
  font-style: italic;
}
.pic-box-2 {
  width: 100%;
  background: #fff;
  margin: 3rem 0;
  padding: 0;
  text-align: center;
}

.screenshot-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow-x: auto;
  padding: 1rem;
}

.screenshot-container img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  image-rendering: auto;
}


.pic-box-2 img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}

.pic-box-2 .caption {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-style: italic;
  color: #444;
  background: #f9f9f9;
  border-top: 1px solid #ccc;
}
/* Desktop: show embed, hide mobile link */
.pdf-viewer-wrapper .pdf-embed {
  display: block;
}
.pdf-viewer-wrapper .pdf-mobile-link {
  display: none;
}
/* Responsive PDF embeds */
.pdf-embed embed {
  width: 100%;
  height: 500px;
}
.contact-section {
  padding: 2rem;
  background: #111;
  color: #fff;
}
.contact-success {
  margin-top: 1rem;
  color: #00ff88;
  font-weight: bold;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-form input,
.contact-form textarea {
  padding: 0.75rem;
  border: 1px solid #333;
  background: #222;
  color: white;
  width: 100%;
}

.contact-form button {
  padding: 0.75rem;
  background: #0077ff;
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-form button:hover {
  background: #005fd1;
}
.report-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #111;
    border-bottom: 2px solid #444;
  }

  .report-nav {
    max-width: 100%;
    margin: 0 auto;
    padding: .5em;
  }

  .report-nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 2em;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
  }

  .report-nav a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.2s ease;
    font-size: 1.1em;
  }

  .report-nav a:hover,
  .report-nav a.active {
    color: #00ffcc;
    border-bottom: 2px solid #00ffcc;
    padding-bottom: 2px;
  }
@media (max-width: 768px) {
  .pdf-embed embed {
    height: 300px;
  }

  iframe {
    height: 300px;
  }

  .pdf-mobile-link a,
  .pdf-link-button,
  a[href*="formant.ca"] {
    display: block;
    margin: 10px 0;
    padding: 1em;
    font-size: 1rem;
  }

  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  section {
    padding: 1em;
  }

  h2 {
    font-size: 1.4rem;
  }

  p, li {
    font-size: 1rem;
    line-height: 1.6;
  }

  .pdf-viewer-wrapper {
    margin: 1em 0;
  }

  a[style*="padding"] {
    font-size: 1rem;
    padding: 0.75em 1em;
    width: 100%;
    text-align: center;
  }

  footer img {
    width: 100%;
    height: auto;
  }
}

/* Mobile: hide embed, show link */
@media (max-width: 768px) {
  .pdf-viewer-wrapper .pdf-embed {
    display: none;
  }
  .pdf-viewer-wrapper .pdf-mobile-link {
    display: block;
    margin-top: 1rem;
  }
  .pdf-link-button {
    display: inline-block;
    padding: 0.75em 1.5em;
    background: #444;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
  }
}
