/* -- HERO -- */
.safety-hero {
  background: #ffffff;
  border-bottom: 1px solid #ececec;
  padding: 64px 6% 52px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.safety-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.safety-hero-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #00768e;
  background: rgba(0,194,238,0.1);
  border: 1px solid rgba(0,194,238,0.3);
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 18px;
}
.safety-hero h1 {
  font-family: var(--ff-font-display); font-weight: var(--ff-display-fw); text-transform: var(--ff-display-tt); letter-spacing: var(--ff-display-ls); text-transform: uppercase;
  font-size: 2.4rem;
  color: var(--ff-ink);
  margin-bottom: 10px;
  line-height: 1.2;
}
.safety-hero p {
  font-size: 0.88rem;
  color: var(--ff-muted-2);
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
.safety-hero-sub {
  font-size: 0.95rem !important;
  color: var(--ff-muted-2) !important;
  max-width: 560px;
  margin: 16px auto 0 !important;
  line-height: 1.75 !important;
  letter-spacing: 0 !important;
}

/* -- PAGE LAYOUT -- */
.safety-page {
  flex: 1;
  padding: 52px 6%;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.safety-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 56px;
  align-items: start;
}

/* -- LEFT NAV -- */
.safety-nav {
  position: sticky;
  top: 124px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.safety-nav-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ff-muted-5);
  margin-bottom: 10px;
  padding-left: 14px;
}
.safety-nav-item {
  padding: 11px 14px;
  border-radius: 8px;
  font-family: var(--ff-font-body);
  font-size: 0.85rem;
  font-weight: 500;
  color: #777;
  text-decoration: none;
  border-left: 3px solid transparent;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.safety-nav-item:hover {
  background: var(--ff-surface-3);
  color: var(--ff-ink);
}
.safety-nav-item.active {
  background: var(--ff-brand-tint);
  color: var(--ff-brand);
  font-weight: 700;
  border-left-color: var(--ff-brand);
}

/* -- INTRO BANNER -- */
.safety-intro-banner {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: var(--ff-ink);
  border-radius: 14px;
  padding: 22px 24px;
  margin-bottom: 8px;
  color: #ccc;
  font-size: 0.9rem;
  line-height: 1.75;
}
.safety-intro-banner strong {
  color: #fff;
}
.safety-intro-icon {
  width: 44px;
  height: 44px;
  background: rgba(0,194,238,0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--ff-brand);
  flex-shrink: 0;
}

/* -- SECTIONS -- */
.safety-content {
  display: flex;
  flex-direction: column;
}
.safety-section {
  padding: 40px 0;
  border-bottom: 1px solid var(--ff-line-faint);
  position: relative;
}
.safety-section:last-child {
  border-bottom: none;
}
.safety-section-number {
  font-family: var(--ff-font-display); font-weight: var(--ff-display-fw); text-transform: var(--ff-display-tt); letter-spacing: var(--ff-display-ls);
  font-size: 0.72rem;
  color: var(--ff-brand);
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.safety-section-icon {
  width: 40px;
  height: 40px;
  background: var(--ff-brand-tint);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--ff-brand);
  margin-bottom: 14px;
}
.safety-section h2 {
  font-family: var(--ff-font-display); font-weight: var(--ff-display-fw); text-transform: var(--ff-display-tt); letter-spacing: var(--ff-display-ls);
  font-size: 1.2rem;
  color: var(--ff-ink);
  margin-bottom: 14px;
  line-height: 1.3;
}
.safety-section p {
  font-size: 0.92rem;
  color: var(--ff-muted);
  line-height: 1.85;
  margin-bottom: 14px;
}
.safety-section p:last-child {
  margin-bottom: 0;
}

/* Lists */
.safety-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 14px 0;
}
.safety-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.9rem;
  color: var(--ff-muted);
  line-height: 1.6;
}
.safety-list li i {
  color: var(--ff-brand);
  font-size: 0.75rem;
  flex-shrink: 0;
  margin-top: 4px;
}

/* Callout boxes */
.safety-callout {
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 12px;
  padding: 18px 22px;
  margin-top: 20px;
  font-size: 0.9rem;
  line-height: 1.6;
}
.safety-callout.emergency {
  background: #fff5f5;
  border: 1.5px solid #fecaca;
  color: #7f1d1d;
}
.safety-callout.emergency i {
  font-size: 1.4rem;
  color: var(--ff-danger-2);
  flex-shrink: 0;
}
.safety-callout.emergency strong {
  color: var(--ff-danger-2);
  font-size: 1rem;
}
.safety-callout.emergency span {
  font-size: 0.83rem;
  color: #b91c1c;
}

/* Report CTA */
.safety-report-cta {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.safety-report-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 50px;
  font-family: var(--ff-font-body);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
  background: var(--ff-brand);
  color: #fff;
  border: 2px solid var(--ff-brand);
}
.safety-report-btn:hover {
  background: #00aed4;
  box-shadow: 0 6px 20px rgba(0,194,238,0.3);
  transform: translateY(-1px);
}
.safety-report-btn.outline {
  background: transparent;
  color: var(--ff-muted);
  border-color: #ddd;
}
.safety-report-btn.outline:hover {
  border-color: var(--ff-brand);
  color: var(--ff-brand);
  box-shadow: none;
  transform: none;
}

/* -- RESPONSIVE -- */
@media (max-width: 860px) {
  .safety-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .safety-nav {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 32px;
  }
  .safety-nav-label { display: none; }
  .safety-nav-item {
    border-left: none;
    border-bottom: 2px solid transparent;
    border-radius: 50px;
    padding: 7px 14px;
    font-size: 0.78rem;
    background: var(--ff-surface-3);
  }
  .safety-nav-item.active {
    border-radius: 50px;
    border-bottom-color: var(--ff-brand);
  }
}
@media (max-width: 600px) {
  .safety-hero h1 { font-size: 1.7rem; }
  .safety-page { padding: 36px 5%; }
  .safety-section h2 { font-size: 1.05rem; }
  .safety-report-cta { flex-direction: column; }
  .safety-report-btn { justify-content: center; }
}
/* Sub-sections inside a numbered section (1A First Aid, 10A Nutrition). */
.safety-sub-heading {
  font-family: var(--ff-font-display, inherit);
  font-size: 1rem;
  color: var(--ff-ink);
  margin: 26px 0 10px;
  padding-top: 18px;
  border-top: 1px solid var(--ff-line, #eee);
}

/* Still to be filled in before publication — deliberately loud. */
.safety-todo {
  background: #fff3cd;
  color: #7a5200;
  font-weight: 600;
  padding: 1px 6px;
  border-radius: 3px;
  border: 1px dashed #d9a441;
}
