/* TRAINING INSTITUTIONS — institutional catalogue */

.ti-hero { background: var(--paper); padding-block: clamp(2rem, 4vw, 3.2rem) clamp(3rem, 6vw, 5.5rem); border-bottom: 1px solid var(--rule); }
.ti-hero .crumbs { margin-bottom: clamp(2.2rem, 5vw, 4rem); }
.ti-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 2.8rem 5rem; }
.ti-hero h1 { max-width: 16ch; font-size: clamp(1.9rem, .9rem + 2.4vw, 3.4rem); }
.ti-hero .lead { max-width: 52ch; }
.ti-hero .note { max-width: 56ch; }
.ti-hero__fig { max-width: 739px; }
@media (min-width: 1000px) { .ti-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); align-items: center; } }

.inst { display: grid; grid-template-columns: minmax(0, 1fr); border-top: 2px solid var(--ink); }
.inst li { position: relative; display: flex; flex-direction: column; padding: 28px 0 30px; border-bottom: 1px solid var(--rule-2); transition: background-color .35s; }
.inst__n { font: 700 clamp(2.6rem, 2rem + 2vw, 4rem)/1 var(--f-display); font-stretch: 120%; color: transparent; -webkit-text-stroke: 1px var(--copper-dp); margin-bottom: 1.2rem; transition: color .35s; }
@supports not (-webkit-text-stroke: 1px black) { .inst__n { color: var(--copper-dp); } }
.inst__t { font: 650 1.2rem/1.2 var(--f-display); font-stretch: 106%; text-transform: uppercase; margin-bottom: .5rem; }
.inst p { color: var(--fg-2); font-size: .95rem; margin-bottom: 1.2rem; }
.inst__tier { margin-top: auto; align-self: flex-start; padding: 5px 9px; border: 1px solid var(--rule-2); font: 400 .64rem/1.2 var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--fg-2); }
.inst li:hover .inst__n { color: var(--copper); }
@media (min-width: 640px) {
  .inst { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .inst li { padding: 30px 26px 32px; }
  .inst li:nth-child(odd) { padding-left: 0; border-right: 1px solid var(--rule-2); }
}
@media (min-width: 1100px) {
  .inst { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .inst li, .inst li:nth-child(odd) { padding: 30px 24px 32px; border-right: 1px solid var(--rule-2); }
  .inst li:nth-child(4n+1) { padding-left: 0; }
  .inst li:nth-child(4n) { border-right: 0; padding-right: 0; }
}

.engage__steps { display: grid; grid-template-columns: minmax(0, 1fr); counter-reset: e; }
.engage__steps li { position: relative; padding: 0 0 2rem 58px; }
.engage__steps li::before { content: ""; position: absolute; left: 19px; top: 44px; bottom: 4px; width: 1px; background: var(--rule-2); }
.engage__steps li:last-child::before { display: none; }
.engage__steps span { position: absolute; left: 0; top: 0; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--copper); color: var(--copper-lt); font: 500 .72rem/1 var(--f-mono); }
.engage__steps h3 { margin: 8px 0 .4rem; }
.engage__steps p { color: var(--fg-2); margin: 0; }
@media (min-width: 900px) {
  .engage__steps { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0 32px; }
  .engage__steps li { padding: 60px 0 0; }
  .engage__steps li::before { left: 48px; right: -24px; top: 20px; bottom: auto; width: auto; height: 1px; }
  .engage__steps li:last-child::before { display: none; }
}
