:root {
  --work-light: #dce6f9;
  --work-navy: #102694;
  --work-navy-2: #1330aa;
  --work-text: #11226d;
  --work-line: rgba(255,255,255,0.22);
}

.work-page {
  background: #efefef;
}

.display-serif {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 500;
}

.work-hero {
  background: var(--work-light);
  height: 711px;
  align-items: center;
  justify-content: center;
  padding-bottom: 64px;
}

.work-nav-shell {
  background: rgba(245, 247, 251, 0.64);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.24);
}

.work-navbar {
  min-height: 58px;
  padding-top: 0;
  padding-bottom: 0;
}

.work-hero-copy {
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.work-hero-copy h1 {
  margin: 0;
  color: var(--work-navy);
  font-family: "Neue Haas Grotesk Display Pro 95 Black", "Neue Haas Grotesk Display Pro", Arial, sans-serif;
  font-size: 40px;
  line-height: 1.28;
  letter-spacing: -0.03em;
  font-weight: 400;
}

.profile-band {
  background: #081E79;
  color: #fff;
  padding: 52px 0 44px;
}

.profile-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 54px;
  align-items: start;
}

.profile-intro h2 {
  margin: 0 0 10px;
  font-size: 64px;
  line-height: 0.95;
  color: #fff;
  font-style: normal;
  font-weight: 500;
}

.profile-intro p {
  margin: 0 0 20px;
  max-width: 310px;
  color: rgba(255,255,255,0.88);
  font-size: 12px;
  line-height: 1.48;
}

.profile-intro .btn-outline {
  min-width: 108px;
}

.profile-about .eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 24px;
  color: rgba(255,255,255,0.95);
}

.profile-about p {
  margin: 0;
  max-width: 430px;
  color: rgba(255,255,255,0.95);
  font-size: 20px;
  line-height: 1.25;
}


/*
.timeline-shell {

}
*/

.timeline-arrow {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 10px;
  padding: 0;
  cursor: default;
}

.timeline-photo{
 display: block;
 margin-top: 120px;
  width: 100%;
  max-width: none;
  height: auto;
  position: static;
}

.timeline-strip {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.timeline-card {
  padding: 0 14px 0 18px;
  border-left: 1px solid rgba(255,255,255,0.24);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.timeline-card h3 {
  margin: 0 0 10px;
  color: #f5f7ff;
  font-family: "Neue Haas Grotesk Display Pro 95 Black", "Neue Haas Grotesk Display Pro", Arial, sans-serif;
  font-size: 26px;
  line-height: 1;
  font-weight: 400;
}

.timeline-card p {
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-size: 10px;
  line-height: 1.35;
  max-width: 92px;
}

.timeline-card.featured {
  padding-left: 0;
  border-left: none;
}

/*
.timeline-photo {
  width: 74px;
  height: 116px;
  margin-bottom: 18px;
  background:
    linear-gradient(180deg, rgba(18,39,155,0.08), rgba(18,39,155,0.08)),
    url("assets/work-reference.png") 24% 31% / 930% auto no-repeat;
  border: 1px solid rgba(255,255,255,0.1);
}*/

.awards-section {
  background: var(--work-light);
}

.awards-list {
  display: flex;
  flex-direction: column;
}

.award-row {
   display: grid;
  grid-template-columns: 106px 1.25fr 1fr;
  column-gap: 100px; /* 24px se badha diya */
  row-gap: 0;
  align-items: start;
  padding: 18px 0 16px;
  border-top: 1px solid rgba(17,39,155,0.14);
}
.award-row:first-child {
  border-top: none;
}

.award-year {
  color: var(--work-navy);
  font-style: normal;
  font-size: 56px;
  line-height: 0.96;
  font-weight: 500;
}

.award-title-block h3 {
  margin: 0;
  color: var(--work-navy-2);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
}

.award-title-block p {
  margin: 2px 0 0;
  color: rgba(17,39,155,0.88);
  font-size: 12px;
  line-height: 1.3;
}

.award-copy {
  margin: 2px 0 0;
  color: rgba(18,33,93,0.86);
  font-size: 12px;
  line-height: 1.45;
  max-width: 295px;
}

.focus-section {
  background: #f4f4f4;
  padding: 48px 0 128px;
}

.focus-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 54px;
  align-items: start;
}

.focus-sidebar h2 {
  margin: 0 0 30px;
  color: var(--work-text);
  font-size: 34px;
  line-height: 1.12;
  font-style: italic;
  font-weight: 500;
}

.focus-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.focus-tabs li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 14px;
  color: rgba(18,33,93,0.6);
  font-size: 14px;
}

.focus-tabs li.active {
  color: var(--work-navy);
  text-decoration: underline;
}

.focus-tabs li.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 1px;
  background: var(--work-navy);
}

.focus-content {
  color: rgba(18,33,93,0.92);
}

.focus-intro {
  margin: 0 0 22px;
  max-width: 498px;
  font-size: 12px;
  line-height: 1.52;
}

.focus-block {
  margin-bottom: 28px;
  max-width: 498px;
}

.focus-block h3 {
  margin: 0 0 10px;
  color: var(--work-text);
  font-size: 32px;
  line-height: 1;
  font-style: italic;
  font-weight: 500;
}

.focus-block p {
  margin: 0 0 12px;
  font-size: 11px;
  line-height: 1.42;
}

@media (max-width: 1000px) {
  .profile-grid,
  .focus-grid {
    grid-template-columns: 1fr;
  }

  .timeline-strip,
  .award-row {
    grid-template-columns: 1fr;
  }

  .timeline-card,
  .timeline-card.featured {
    border-left: none;
    border-top: 1px solid rgba(255,255,255,0.24);
    padding: 18px 0 0;
  }

  .timeline-card.featured {
    border-top: none;
  }

  .award-row {
    gap: 12px;
  }
}

@media (max-width: 760px) {
  .work-hero-copy h1 {
    font-size: 24px;
  }

  .profile-intro h2,
  .award-year {
    font-size: 42px;
  }

  .profile-about p {
    font-size: 18px;
  }

  .timeline-shell {
    grid-template-columns: 1fr;
  }

  .timeline-arrow {
    display: none;
  }
}
