.safety-page {
  background: #faf8f6;
}

.safety-shell {
  width: min(100%, 1120px);
}

.safety-page .seo-nav a[aria-current="page"] {
  color: #a34821;
  font-weight: 700;
}

.safety-hero {
  margin-top: 28px;
  padding: 64px 48px 42px;
  border: 1px solid #eaded6;
  border-radius: 28px;
  background: linear-gradient(135deg, #fff7f2 0%, #f8eee7 100%);
}

.safety-page .seo-title {
  max-width: 900px;
  font-size: clamp(42px, 6vw, 66px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.safety-page .seo-button {
  background: #a34821;
}

.safety-page .seo-button.secondary {
  background: rgba(255, 255, 255, 0.88);
  color: #25211f;
}

.safety-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.safety-meta span {
  padding: 7px 11px;
  border: 1px solid #e5d7cd;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #655d58;
  font-size: 12px;
  font-weight: 700;
}

.safety-fact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 38px;
}

.safety-fact {
  min-height: 126px;
  padding: 18px;
  border: 1px solid #e8dbd2;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px rgba(61, 43, 31, 0.05);
}

.safety-fact strong,
.safety-fact span {
  display: block;
}

.safety-fact strong {
  color: #25211f;
  font-size: 15px;
}

.safety-fact span {
  margin-top: 8px;
  color: #655d58;
  font-size: 13px;
  line-height: 1.55;
}

.safety-toc {
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  gap: 8px;
  margin: 18px 0 0;
  padding: 13px 0;
  overflow-x: auto;
  background: rgba(250, 248, 246, 0.94);
  backdrop-filter: blur(10px);
}

.safety-toc a {
  flex: 0 0 auto;
  padding: 8px 12px;
  border: 1px solid #e8dfd8;
  border-radius: 999px;
  background: #fffdfa;
  color: #655d58;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.safety-section {
  scroll-margin-top: 70px;
  padding: 72px 36px;
  border-top: 0;
}

.safety-section + .safety-section {
  border-top: 1px solid #e8dfd8;
}

.safety-tinted {
  margin-right: -22px;
  margin-left: -22px;
  padding-right: 58px;
  padding-left: 58px;
  border-radius: 26px;
  background: #f7f1ec;
}

.safety-eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #a34821;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.safety-step-grid,
.safety-rule-grid,
.safety-evidence-grid {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.safety-step-grid,
.safety-rule-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.safety-step,
.safety-rule,
.safety-evidence {
  padding: 22px;
  border: 1px solid #e8dfd8;
  border-radius: 18px;
  background: #ffffff;
}

.safety-step {
  min-height: 230px;
  box-shadow: 0 12px 28px rgba(61, 43, 31, 0.04);
}

.safety-step-number {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #a34821;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.safety-step small {
  display: block;
  margin-top: 18px;
  color: #a34821;
  font-size: 12px;
  font-weight: 800;
}

.safety-step h3,
.safety-rule h3,
.safety-evidence h3 {
  margin: 7px 0 8px;
  color: #25211f;
  font-size: 17px;
}

.safety-step p,
.safety-rule p,
.safety-evidence p {
  margin: 0;
  color: #655d58;
  font-size: 14px;
  line-height: 1.65;
}

.safety-rule {
  min-height: 150px;
}

.safety-notice {
  margin-top: 16px;
  padding: 20px;
  border: 1px solid #e1d3ca;
  border-radius: 16px;
  background: #fff;
  color: #655d58;
  font-size: 14px;
  line-height: 1.7;
}

.safety-response-list {
  max-width: 820px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: response;
}

.safety-response-list li {
  position: relative;
  margin: 0 0 14px 46px;
  padding: 18px;
  border: 1px solid #e8dfd8;
  border-radius: 16px;
  background: #fff;
  counter-increment: response;
}

.safety-response-list li::before {
  position: absolute;
  top: 16px;
  left: -46px;
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #a34821;
  color: #fff;
  content: counter(response);
  font-size: 14px;
  font-weight: 800;
}

.safety-response-list strong,
.safety-response-list span {
  display: block;
}

.safety-response-list strong {
  color: #25211f;
}

.safety-response-list span {
  margin-top: 6px;
  color: #655d58;
  font-size: 14px;
  line-height: 1.55;
}

.safety-emergency {
  margin-top: 24px;
  padding: 22px;
  border: 1px solid #f1cdbb;
  border-radius: 18px;
  background: #fff3ec;
}

.safety-emergency h3,
.safety-contact h3 {
  margin: 0 0 8px;
  color: #25211f;
  font-size: 18px;
}

.safety-evidence-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.safety-evidence {
  display: flex;
  min-height: 190px;
  flex-direction: column;
}

.safety-evidence small {
  display: block;
  margin-top: 7px;
  color: #7b716a;
  font-size: 11px;
  line-height: 1.5;
}

.safety-evidence a {
  margin-top: auto;
  padding-top: 18px;
  color: #8b3e1e;
  font-size: 13px;
  font-weight: 800;
}

.safety-faq-list {
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid #e8dfd8;
  border-radius: 18px;
  background: #fff;
}

.safety-faq-list details + details {
  border-top: 1px solid #e8dfd8;
}

.safety-faq-list summary {
  padding: 18px 20px;
  color: #25211f;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
}

.safety-faq-list details p {
  padding: 0 20px 20px;
}

.safety-contact {
  margin-top: 24px;
  padding: 24px;
  border-radius: 20px;
  background: #3d3d3d;
}

.safety-contact h3,
.safety-contact p {
  color: #fff;
}

.safety-contact .seo-chip {
  border-color: #77706b;
  background: transparent;
  color: #fff;
}

.safety-page .seo-footer {
  color: #655d58;
}

@media (max-width: 940px) {
  .safety-fact-grid,
  .safety-step-grid,
  .safety-rule-grid,
  .safety-evidence-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .safety-hero {
    margin-top: 16px;
    padding: 42px 20px 28px;
    border-radius: 20px;
  }

  .safety-page .seo-title {
    font-size: 39px;
  }

  .safety-fact-grid,
  .safety-step-grid,
  .safety-rule-grid,
  .safety-evidence-grid {
    grid-template-columns: 1fr;
  }

  .safety-tinted {
    margin-right: -18px;
    margin-left: -18px;
    padding-right: 36px;
    padding-left: 36px;
    border-radius: 0;
  }

  .safety-section {
    padding: 54px 0;
  }
}
