/* Company content only. CRT geometry, slot, controls and interactions are unchanged. */
.company-hero h1 { font-size: clamp(54px, 5.6vw, 80px); }
.company-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding: 54px 0 60px;
  border-top: 1px solid #25292d;
}
.company-section > h2,
.building-section h2 {
  margin: 0;
  font-size: 38px;
  font-weight: 430;
  line-height: 1.1;
  letter-spacing: -.045em;
}
.company-copy { min-width: 0; }
.company-copy p,
.building-category p,
.building-note {
  margin: 0;
  max-width: 620px;
  color: #a6a9ad;
  font-size: 16px;
  line-height: 1.8;
}
.company-copy p + p { margin-top: 18px; }
.building-section {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 56px;
  padding: 56px 0 62px;
  border-top: 1px solid #25292d;
}
.building-copy { min-width: 0; }
.building-section h2 { margin-bottom: 32px; }
.building-category + .building-category { margin-top: 26px; }
.building-category h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 550;
  line-height: 1.3;
  letter-spacing: -.018em;
}
.building-note { margin-top: 28px; }
.building-section .empty-terminal { min-width: 0; width: 100%; }
.contact-email {
  color: #f3f3ef;
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 550;
  text-decoration-thickness: 1px;
  text-underline-offset: .25em;
  text-decoration-color: #707873;
  overflow-wrap: anywhere;
}
.contact-email:hover { text-decoration-color: currentColor; }
.contact-email:focus-visible { outline: 2px solid #cbd1c6; outline-offset: 5px; border-radius: 2px; }
.contact-section { padding-top: 50px; padding-bottom: 60px; }
.company-footer {
  display: block;
  height: auto;
  min-height: 118px;
  padding: 26px 0 32px;
  color: #969b9f;
  font-size: 13px;
  line-height: 1.7;
}
.company-footer p { margin: 0; }
.company-footer p + p { margin-top: 5px; }
.about-section{display:block;text-align:center}
.about-section .company-copy p{margin-left:auto;margin-right:auto;max-width:720px}
/* Generated cards appear between the company information and Contact. */
.building-section + .products { padding: 48px 0 56px; border-top: 1px solid #25292d; }
@media (max-width: 800px) {
  .company-hero h1 { font-size: clamp(46px, 13vw, 72px); }
  .company-section { grid-template-columns: 1fr; gap: 24px; padding: 42px 0 48px; }
  .building-section { grid-template-columns: 1fr; gap: 32px; padding: 44px 0 48px; }
  .company-section > h2, .building-section h2 { font-size: 34px; }
  .building-section h2 { margin-bottom: 28px; }
  .company-footer { padding-top: 24px; padding-bottom: 30px; }
}

