:root {
  color-scheme: light;
  --il-orange: #ff5f05;
  --il-blue: #13294b;
  --il-altgeld: #c84113;
  --il-industrial: #1d58a7;
  --storm-10: #252525;
  --storm-60: #707372;
  --storm-95: #f4f4f4;
  --white: #ffffff;
  --line: #c8c6c7;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--storm-10);
  background: var(--white);
  font-family: Garamond, "Adobe Garamond Pro", "EB Garamond", Georgia, serif;
  font-size: 20px;
  line-height: 1.55;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  top: -60px;
  left: 18px;
  z-index: 20;
  padding: 10px 14px;
  color: var(--white);
  background: var(--il-blue);
}

.skip-link:focus {
  top: 18px;
}

.site-header {
  color: var(--il-blue);
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.university-line {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 10px clamp(20px, 5vw, 72px);
  color: var(--white);
  background: var(--il-blue);
}

.university-line a {
  font-family: Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 14px clamp(20px, 5vw, 72px);
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  text-decoration: none;
}

.site-brand img {
  display: block;
  width: clamp(58px, 6vw, 76px);
  height: auto;
}

.site-brand span {
  white-space: nowrap;
  color: var(--il-blue);
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  font-weight: 700;
  line-height: 1;
}

.site-footer a:first-child {
  color: var(--il-blue);
  font-size: clamp(1.45rem, 2.8vw, 2.45rem);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

nav a {
  color: var(--il-blue);
  font-family: Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

nav a:hover,
nav a:focus {
  color: var(--il-altgeld);
}

.hero {
  position: relative;
  display: grid;
  min-height: 680px;
  place-items: center;
  padding: clamp(70px, 10vw, 132px) clamp(20px, 5vw, 72px);
  color: var(--white);
  background: var(--il-blue);
  overflow: hidden;
}

.page-hero {
  padding: clamp(76px, 10vw, 136px) clamp(20px, 5vw, 72px);
  background: var(--storm-95);
}

.page-hero-blue {
  color: var(--white);
  background: var(--il-blue);
}

.page-hero h1 {
  max-width: 1000px;
  margin-bottom: 26px;
  color: var(--il-blue);
  font-size: clamp(2.75rem, 5.8vw, 5.6rem);
  line-height: 0.96;
}

.page-hero-blue h1,
.page-hero-blue p {
  color: var(--white);
}

.page-hero p {
  max-width: 780px;
  font-size: clamp(1.22rem, 2vw, 1.5rem);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 95, 5, 0.18) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 100%);
  background-size: 72px 72px;
  opacity: 0.45;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1050px);
}

.kicker,
.section-label {
  margin: 0 0 18px;
  color: var(--il-orange);
  font-family: Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--il-blue);
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  max-width: 980px;
  margin-bottom: 26px;
  color: var(--white);
  font-size: clamp(3.1rem, 6.9vw, 6.5rem);
  line-height: 0.95;
}

.hero p:not(.kicker) {
  max-width: 740px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 38px;
}

.hero-links a,
.button {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0 20px;
  border: 2px solid var(--il-orange);
  color: var(--il-blue);
  background: var(--il-orange);
  font-family: Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-links a + a {
  color: var(--white);
  background: transparent;
}

.hero-links a:hover,
.hero-links a:focus,
.button:hover,
.button:focus {
  color: var(--il-blue);
  background: var(--white);
  border-color: var(--white);
}

.hero-rule {
  position: absolute;
  right: clamp(20px, 5vw, 72px);
  bottom: clamp(30px, 5vw, 72px);
  width: min(42vw, 520px);
  height: 8px;
  background: var(--il-orange);
}

.statement,
.people,
.apply,
.portfolio,
.placements {
  padding: clamp(72px, 9vw, 128px) clamp(20px, 5vw, 72px);
}

.statement,
.people,
.apply {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1.2fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: start;
}

.statement h2,
.people h2,
.apply h2,
.section-heading h2,
.placements h2 {
  max-width: 900px;
  margin-bottom: 24px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.statement p:not(.section-label),
.people > p,
.apply p,
.placements p {
  max-width: 780px;
  font-size: clamp(1.16rem, 2vw, 1.42rem);
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.metrics div {
  min-height: 210px;
  padding: 32px clamp(20px, 4vw, 56px);
  border-right: 1px solid var(--line);
}

.metrics div:last-child {
  border-right: 0;
}

.metrics span {
  display: block;
  margin-bottom: 16px;
  color: var(--il-blue);
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 700;
  line-height: 0.98;
}

.metrics p {
  color: var(--storm-60);
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  padding: clamp(56px, 8vw, 96px) clamp(20px, 5vw, 72px);
  background: var(--line);
}

.site-links a {
  display: grid;
  min-height: 150px;
  place-items: center;
  padding: 20px;
  color: var(--il-blue);
  background: var(--white);
  font-size: clamp(1.45rem, 3vw, 2.4rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.site-links a:hover,
.site-links a:focus {
  color: var(--white);
  background: var(--il-blue);
}

.three-links {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.portfolio {
  color: var(--white);
  background: var(--il-blue);
}

.portfolio h2,
.portfolio h3 {
  color: var(--white);
}

.process {
  display: grid;
  gap: 1px;
  margin-top: 44px;
  background: rgba(255, 255, 255, 0.28);
}

.process article {
  display: grid;
  grid-template-columns: 86px minmax(180px, 0.55fr) minmax(0, 1fr);
  gap: 28px;
  padding: 30px 0;
  background: var(--il-blue);
}

.process span {
  color: var(--il-orange);
  font-family: Arial, sans-serif;
  font-weight: 800;
}

.process h3 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  line-height: 1;
}

.process p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.people {
  background: var(--storm-95);
}

.placements {
  border-top: 1px solid var(--line);
}

.placements-page {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--line);
}

.logo-column {
  padding: clamp(28px, 4vw, 48px);
  background: var(--white);
}

.logo-column h2 {
  margin-bottom: 28px;
  color: var(--il-blue);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1;
}

.firm-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: center;
}

.firm-grid img {
  display: block;
  width: 100%;
  max-width: 170px;
  height: 58px;
  object-fit: contain;
  justify-self: center;
  filter: grayscale(1);
}

.firm-grid img:hover {
  filter: none;
}

.placement-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 36px;
  background: var(--line);
}

.placement-list span {
  display: grid;
  min-height: 110px;
  place-items: center;
  color: var(--il-blue);
  background: var(--white);
  font-family: Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.apply {
  color: var(--white);
  background: var(--il-blue);
}

.apply h2 {
  color: var(--white);
}

.apply p {
  color: rgba(255, 255, 255, 0.84);
}

.application-timeline {
  padding: clamp(72px, 9vw, 128px) clamp(20px, 5vw, 72px);
  background: #f7f0e3;
}

.timeline-heading {
  max-width: 920px;
  margin-bottom: 48px;
}

.timeline-heading h2 {
  margin: 0;
  color: var(--il-blue);
  font-size: clamp(2.35rem, 4.8vw, 4.9rem);
  line-height: 0.98;
}

.timeline-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0 0 44px;
}

.timeline-track::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2%;
  right: 2%;
  height: 2px;
  background: rgba(19, 41, 75, 0.28);
  transform: translateY(-50%);
}

.timeline-track span {
  position: relative;
  z-index: 1;
  width: 22px;
  height: 22px;
  border: 3px solid var(--il-orange);
  border-radius: 50%;
  background: #f7f0e3;
}

.timeline-track span:not(:first-child) {
  justify-self: center;
}

.timeline-track span:first-child {
  justify-self: start;
  background: var(--il-orange);
}

.timeline-track span:last-child {
  justify-self: end;
}

.timeline-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 42px);
}

.timeline-steps article > p:first-child {
  margin-bottom: 8px;
  color: var(--storm-60);
  font-family: Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.timeline-steps h3 {
  margin-bottom: 22px;
  color: var(--il-blue);
  font-size: clamp(1.55rem, 2.35vw, 2.35rem);
  line-height: 1.02;
}

.timeline-steps dl {
  display: grid;
  gap: 18px;
  margin: 0 0 28px;
}

.timeline-steps dl div {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(19, 41, 75, 0.22);
}

.timeline-steps dt {
  color: var(--il-altgeld);
  font-family: Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.timeline-steps dd {
  margin: 6px 0 0;
  color: var(--storm-60);
  font-size: 1.35rem;
}

.timeline-steps article > p:last-child {
  color: var(--storm-60);
  font-size: 1.05rem;
}

.admissions-notes {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1.2fr);
  gap: clamp(32px, 6vw, 92px);
  padding: clamp(72px, 9vw, 128px) clamp(20px, 5vw, 72px);
  background: var(--white);
}

.admissions-notes h2 {
  margin: 0;
  color: var(--il-blue);
  font-size: clamp(1.9rem, 3.6vw, 3.7rem);
  line-height: 1;
}

.note-list {
  display: grid;
  gap: 28px;
}

.note-list article {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.note-list h3 {
  margin-bottom: 8px;
  color: var(--il-blue);
  font-size: clamp(1.45rem, 2.2vw, 2.15rem);
  line-height: 1;
}

.note-list p {
  max-width: 720px;
  color: var(--storm-60);
  font-size: 1.12rem;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(0, 1fr);
  gap: 32px;
  padding: 38px clamp(20px, 5vw, 72px);
  color: var(--white);
  background: var(--il-blue);
  border-top: 6px solid var(--il-orange);
}

.site-footer a {
  color: var(--white);
}

.site-footer p {
  margin: 4px 0 0;
}

.site-footer nav {
  align-content: start;
}

@media (max-width: 980px) {
  .masthead,
  .university-line,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    justify-content: flex-start;
  }

  .statement,
  .people,
  .apply,
  .admissions-notes,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .metrics,
  .site-links,
  .three-links,
  .placements-page,
  .timeline-steps,
  .placement-list {
    grid-template-columns: 1fr;
  }

  .timeline-track {
    display: none;
  }

  .metrics div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process article {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .firm-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .process p {
    grid-column: 2;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 18px;
  }

  .university-line a + a {
    display: none;
  }

  h1 {
    font-size: clamp(2.8rem, 15vw, 4.4rem);
  }

  .site-brand span {
    white-space: normal;
  }

  .hero-links,
  .hero-links a,
  .button {
    width: 100%;
  }

  .process article {
    grid-template-columns: 1fr;
  }

  .process p {
    grid-column: auto;
  }

  .firm-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
