.desc-article {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem 1.5rem 4rem;
  padding-top: 3.5rem !important;
  margin-left: 240px;
}

.desc-article p,
.desc-article li {
  font-size: 1.12rem;
  letter-spacing: 0.01em;
}

.desc-article h2,
.desc-article h3 {
  position: relative;
  margin: 2.2rem 0 1rem;
  padding-bottom: .33rem;
  color: var(--light-text, #fff) !important;
  scroll-margin-top: 110px;
  line-height: 1.25;
  font-family: 'Rajdhani', sans-serif;
}

.desc-article h2::after,
.desc-article h3::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 2px;
  background: linear-gradient(90deg, rgba(220,114,75,.95), rgba(220,114,75,.35) 60%, transparent);
  border-radius: 2px;
  box-shadow: var(--glow);
}

.accent-strong,
.desc-article strong,
.desc-article b {
  color: var(--warm-orange);
  font-weight: 600;
}

.refs-block { margin-top: 1.75rem; }
.refs-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  cursor: pointer;
  user-select: none;
}
.refs-toggle::after {
  content: "▼";
  font-size: 0.9rem;
  line-height: 1;
  transform: translateY(1px);
  margin-left: .4rem;
  color: var(--warm-orange);
}
.refs-toggle[aria-expanded="true"]::after {
  content: "▲";
}

@media (max-width: 991px) {
  .desc-article { 
      padding: 1.25rem 1rem 3rem; 
      margin-left: 0;
  }
  .parallax-container { height: 56vw; max-height: 420px; }
  .desc-article p, .desc-article li { font-size: 1.08rem; }
}


.image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
}

.image-wrapper .g-img {
  border: 15px solid #e65824;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  max-width: 60vw;
  height: auto;
}

.figure-label {
  text-align: center;
  font-style: italic;
  color: #666;
  margin-top: -1rem;
  margin-bottom: 2rem;
}