/* Страница «О компании» (BORMASH / TORNADOTOOL), scope #about-tt */
#about-tt.ab-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 16px 12px 40px;
}

#about-tt .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}

@media (max-width: 900px) {
  #about-tt .grid {
    grid-template-columns: 1fr;
  }
}

#about-tt .card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 16px;
}

html[data-theme="light"] #about-tt .card {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.1);
}

#about-tt .card h2 {
  margin: 0 0 12px;
  font-size: 1.15rem;
  font-weight: 700;
  color: inherit;
}

html.theme-bormash-industrial:not([data-theme="light"]) #about-tt .card h2,
html[data-theme="dark"] #about-tt .card h2 {
  color: #f4f4f4;
}

html[data-theme="light"] #about-tt .card h2 {
  color: #1e1e1e;
}

#about-tt .card p,
#about-tt .card li {
  line-height: 1.55;
  margin: 0 0 10px;
}

#about-tt .card ul {
  margin: 0 0 12px;
  padding-left: 1.25rem;
}

#about-tt .badge {
  display: inline-block;
  margin-top: 6px;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  background: rgba(214, 181, 90, 0.12);
  color: #7a6529;
  border: 1px solid rgba(214, 181, 90, 0.28);
}

html[data-theme="dark"] #about-tt .badge,
html.theme-bormash-industrial:not([data-theme="light"]) #about-tt .badge {
  color: #e6cc73;
}

#about-tt .tl {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

#about-tt .tl-item {
  padding-left: 12px;
  border-left: 3px solid #d6b55a;
}

#about-tt .tl-year {
  font-weight: 800;
  font-size: 0.9rem;
  color: #d6b55a;
  margin-bottom: 4px;
}

#about-tt .tl-title {
  font-weight: 700;
  margin-bottom: 6px;
}

#about-tt .tl-text {
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.92;
}

#about-tt .kv {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 16px;
  margin: 0;
}

/* Реквизиты: по умолчанию под светлую тему; тёмная / industrial — явно */
#about-tt .kv dt {
  margin: 0;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.55);
}

#about-tt .kv dd {
  margin: 0;
  color: #1e1e1e;
}

html[data-theme="dark"] #about-tt .kv dt,
html.theme-bormash-industrial:not([data-theme="light"]) #about-tt .kv dt {
  color: rgba(255, 255, 255, 0.62);
}

html[data-theme="dark"] #about-tt .kv dd,
html.theme-bormash-industrial:not([data-theme="light"]) #about-tt .kv dd {
  color: #f2f2f2;
}

#about-tt .widgets {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-bottom: 10px;
}

#about-tt .widgets a {
  line-height: 0;
}

#about-tt .widgets iframe {
  max-width: 100%;
}

#about-tt a {
  color: #d6b55a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#about-tt a:hover {
  color: #e6cc73;
}
