/* TNESC P2: homepage adjustments requested on 7 September 2026. */
.tnesc-hero {
  min-height: 0;
  padding-block: clamp(3rem, 6vw, 5rem);
}
.tnesc-hero .tnesc-hero__inner {
  grid-template-columns: minmax(0, 1.35fr) minmax(17rem, .85fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}
.tnesc-hero h1.tnesc-hero__title {
  max-width: 21ch;
  font-size: clamp(2.1rem, 3.5vw, 3.4rem);
  line-height: 1.13;
  letter-spacing: -.025em;
  text-wrap: balance;
}
.tnesc-hero .tnesc-hero__visual {
  min-height: 0;
  padding-block: 2rem;
  align-self: center;
  gap: 1.5rem;
}
.tnesc-hero .tnesc-hero__brand-mark {
  width: min(24rem, 88%);
}
.tnesc-hero .tnesc-hero__orbit {
  width: min(26rem, 98%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tnesc-hero .tnesc-hero__motto {
  position: relative;
  inset: auto;
  margin: 0;
}
#leadership .tnesc-p2-name-line {
  display: block;
  white-space: nowrap;
}
#leadership .tnesc-profile-card > h3 {
  min-height: 2.3em;
  line-height: 1.15;
}
#leadership .tnesc-profile-card__role {
  min-height: 3.2em;
  line-height: 1.6;
}
/* One serif face for the complete title, including its lining numerals.
   Georgia's standard numerals vary in height; font-variant alone does not
   supply missing glyphs. Use the existing Times system fallback for this title. */
#projects .tnesc-concept-card .tnesc-p2-project-title {
  font-family: "Times New Roman", Times, "Liberation Serif", serif;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
}
#projects .tnesc-p2-title-year {
  font: inherit;
  color: inherit;
  vertical-align: baseline;
}
@media (max-width: 820px) {
  .tnesc-hero .tnesc-hero__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }
  .tnesc-hero .tnesc-hero__visual {
    order: -1;
    width: 100%;
    padding-block: 0;
  }
  .tnesc-hero .tnesc-hero__brand-mark {
    width: min(15rem, 50vw);
  }
  .tnesc-hero .tnesc-hero__orbit {
    width: min(18rem, 62vw);
  }
  .tnesc-hero h1.tnesc-hero__title {
    font-size: clamp(2rem, 5.5vw, 2.75rem);
  }
}
