.award-page { background: var(--muted); }

.award-hero {
  height: 560px;
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
}

.award-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .1);
}

.award-hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.award-hero-copy {
  width: min(92%, 1500px);
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -46%);
  text-align: center;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .22);
}

.award-hero-copy.reveal { transform: translate(-50%, calc(-46% + 28px)); }
.award-hero-copy.reveal.is-visible { transform: translate(-50%, -46%); }

.award-hero-copy > p {
  margin: 0 0 34px;
  font-size: 34px;
  line-height: 1;
}

.award-hero h1 {
  margin: 0;
  font-size: clamp(62px, 4.45vw, 86px);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.035em;
}

.mission {
  padding: clamp(96px, 7.3vw, 140px) var(--page-padding) clamp(120px, 8.35vw, 160px);
  background: var(--muted);
}

.mission-intro {
  max-width: 1500px;
  margin: 0 auto clamp(72px, 5.2vw, 100px);
  text-align: center;
}
.mission h2,
.competition-stages h2,
.competition-timeline h2 {
  margin: 0;
  font-size: clamp(48px, 4.15vw, 80px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.035em;
}

.mission-intro p {
  max-width: 1400px;
  margin: 54px auto 0;
  font-size: 20px;
  line-height: 1.5;
}

.mission-media {
  max-width: var(--content-width);
  margin: 0 auto;
  overflow: hidden;
}

.mission-media img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2, .7, .2, 1);
}

.mission-media:hover img { transform: scale(1.015); }

.competition-stages {
  padding: clamp(100px, 6.25vw, 120px) var(--page-padding) clamp(120px, 7.3vw, 140px);
}

.stages-intro {
  margin-bottom: clamp(64px, 5vw, 96px);
  text-align: center;
}

.stages-intro p {
  margin: 34px 0 0;
  font-size: 20px;
  line-height: 1.45;
}

.stage-grid {
  max-width: var(--content-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 3.35vw, 64px);
}

.stage-card {
  min-height: 520px;
  padding: 54px 42px;
  background: var(--white);
  color: var(--black);
}

.stage-number {
  margin: 0 0 54px;
  color: var(--brand);
  font-size: 72px;
  line-height: .8;
}

.stage-card h3 {
  margin: 0 0 54px;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.1;
}

.stage-card > p:last-child {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
}

.competition-timeline {
  padding: clamp(110px, 7.3vw, 140px) var(--page-padding) clamp(130px, 8.35vw, 160px);
  background: var(--muted);
}

.competition-timeline h2 {
  margin-bottom: clamp(76px, 5.2vw, 100px);
  text-align: center;
}


@media (max-width: 1200px) {
  .award-hero { height: 500px; }
  .stage-card { min-height: 420px; padding: 44px 32px; }
  .stage-number, .stage-card h3 { margin-bottom: 38px; }
}

@media (max-width: 1024px) {
  .award-hero { height: min(560px, 62svh); min-height: 430px; }
  .award-hero-copy > p { margin-bottom: 26px; font-size: 28px; }
  .award-hero h1 { font-size: clamp(46px, 7.3vw, 68px); }
  .mission, .competition-stages, .competition-timeline { padding-inline: 20px; }
  .mission { padding-block: 80px; }
  .mission-intro { margin-bottom: 56px; }
  .mission-intro p { margin-top: 38px; font-size: 18px; }
  .competition-stages { padding-block: 80px; }
  .stages-intro p { font-size: 18px; }
  .stage-grid { gap: 24px; }
  .stage-card { min-height: 360px; padding: 36px 26px; }
  .stage-number { font-size: 58px; }
  .stage-card h3 { font-size: 28px; }
  .stage-card > p:last-child { font-size: 18px; }
  .competition-timeline { padding-block: 80px 96px; }
  .competition-timeline h2 { margin-bottom: 60px; }
}

@media (max-width: 768px) {
  .award-hero { height: 520px; }
  .award-hero > img { object-position: 57% center; }
  .award-hero-copy { width: calc(100% - 36px); }
  .award-hero h1 br, .mission h2 br, .stages-intro p br { display: none; }
  .award-hero h1 { font-size: clamp(42px, 9.5vw, 60px); }
.mission h2,
.competition-stages h2,
.competition-timeline h2 { font-size: clamp(42px, 9vw, 58px); }
  .stage-grid { grid-template-columns: 1fr; }
  .stage-card { min-height: 0; padding: 34px 28px 38px; }
  .stage-number { margin-bottom: 28px; }
  .stage-card h3 { margin-bottom: 24px; }
}

@media (max-width: 480px) {
  .award-hero { height: 500px; min-height: 0; }
  .award-hero > img { object-position: 58% center; }
  .award-hero-copy > p { margin-bottom: 24px; font-size: 22px; }
  .award-hero h1 { font-size: 43px; line-height: .96; }
  .mission { padding-block: 72px; }
.mission h2,
.competition-stages h2,
.competition-timeline h2 { font-size: 42px; }
  .mission-intro { margin-bottom: 44px; }
  .mission-intro p { margin-top: 32px; line-height: 1.55; }
  .mission-media img { min-height: 330px; object-fit: cover; object-position: 57% center; }
  .competition-stages { padding-block: 72px; }
  .stages-intro { margin-bottom: 44px; }
  .stages-intro p { margin-top: 26px; }
  .stage-number { font-size: 52px; }
  .stage-card h3 { font-size: 27px; }
  .competition-timeline { padding-block: 72px; }
  .competition-timeline h2 { margin-bottom: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  .award-hero-copy.reveal,
  .award-hero-copy.reveal.is-visible { transform: translate(-50%, -46%); }
}
/* Competition awards: align with the shared section rhythm. */
.mission,
.competition-stages,
.competition-timeline {
  padding-block: clamp(72px, 6.25vw, 120px);
}

.mission-intro,
.stages-intro,
.competition-timeline h2 {
  margin-bottom: var(--content-gap);
}

.mission-intro p,
.stages-intro p {
  margin-top: 30px;
}

.stages-intro {
  margin-bottom: var(--content-gap);
}

.stage-card {
  min-height: 0;
  padding: 42px;
}

.stage-number,
.stage-card h3 {
  margin-bottom: 36px;
}

.competition-timeline th {
  padding: 0 20px 24px 22px;
}

.competition-timeline th:first-child,
.competition-timeline td:first-child {
  width: 40%;
  padding-left: 22px;
}

.competition-timeline td {
  padding: 26px 20px 26px 22px;
}

@media (max-width: 1200px) {
  .stage-card {
    min-height: 0;
    padding: 36px 32px;
  }
}

@media (max-width: 1024px) {
  .mission,
  .competition-stages,
  .competition-timeline {
    padding-block: 72px;
  }

  .mission-intro {
    margin-bottom: var(--content-gap);
  }

  .mission-intro p {
    margin-top: 30px;
  }

  .stage-card {
    min-height: 0;
    padding: 32px 26px;
  }

  .competition-timeline h2 {
    margin-bottom: var(--content-gap);
  }

  .competition-timeline td {
    padding-block: 22px;
  }
}

.mission-intro > p,
.stages-intro > p,
.stage-card > p:last-child {
  font-family: var(--font-georgia);
  font-style: italic;
}
/* Reference-tuned hero color. */
.award-hero-copy > p {
  color: #d9d9d9;
}
/* Mission heading leading. */
.mission h2 {
  line-height: 1.08;
}

/* Hero title leading. */
.award-hero h1 {
  line-height: 1;
}

@media (max-width: 768px) {
  .mission h2 br {
    display: initial;
  }
}

/* Mission media spacing follows the homepage feature-section rhythm. */
.mission-intro {
  margin-bottom: max(4px, calc(var(--content-gap) - 27px));
}

@media (max-width: 480px) {
  .mission-intro {
    margin-bottom: 21px;
  }
}
@media (min-width: 481px) and (max-width: 1440px) {
  .mission-intro {
    margin-bottom: max(4px, calc(var(--content-gap) - 28px));
  }
}

@media (max-width: 480px) {
  .mission-intro {
    margin-bottom: 20px;
  }
}
/* Mission feature spacing and body leading match homepage feature sections. */
.mission-intro {
  margin-bottom: var(--content-gap);
}

.mission-intro p {
  font-size: 20px;
  line-height: 1.6;
}

@media (max-width: 480px) {
  .mission-intro {
    margin-bottom: 48px;
  }

  .mission-intro p {
    font-size: 18px;
    line-height: 1.6;
  }
}

/* Competition schedule: a responsive editorial journey rather than a data table. */
.timeline-heading {
  max-width: var(--content-width);
  margin: 0 auto var(--content-gap);
  text-align: center;
}

.timeline-eyebrow {
  margin: 0 0 14px;
  color: var(--brand);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.competition-timeline .timeline-heading h2 {
  margin: 0;
}

.competition-journey {
  --journey-date-column: 38%;
  --journey-rail-column: 56px;
  position: relative;
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.competition-journey::before {
  position: absolute;
  top: 72px;
  bottom: 38px;
  left: calc(var(--journey-date-column) + (var(--journey-rail-column) / 2));
  width: 1px;
  background: #b7b7b7;
  content: "";
}

.journey-phase,
.journey-item {
  display: grid;
  grid-template-columns: var(--journey-date-column) var(--journey-rail-column) minmax(0, 1fr);
}

.journey-phase {
  padding: 38px 0 22px;
  border-top: 1px solid #b7b7b7;
}

.journey-phase:first-child {
  padding-top: 0;
  border-top: 0;
}

.journey-phase-number {
  grid-column: 1;
  align-self: end;
  margin: 0;
  padding-right: 32px;
  color: var(--brand);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: right;
  text-transform: uppercase;
}

.journey-phase h3 {
  grid-column: 3;
  margin: 0;
  padding-left: 22px;
  font-size: clamp(24px, 1.7vw, 32px);
  font-weight: 400;
  line-height: 1.08;
}

.journey-item {
  position: relative;
  align-items: start;
  padding: 18px 0 20px;
}

.journey-item time {
  grid-column: 1;
  padding-right: 32px;
  font-size: clamp(18px, 1.25vw, 22px);
  line-height: 1.35;
  text-align: right;
}

.journey-item p {
  grid-column: 3;
  margin: 0;
  padding-left: 22px;
  font-size: clamp(20px, 1.42vw, 24px);
  line-height: 1.35;
}

.journey-node {
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  width: 14px;
  height: 14px;
  margin-top: 8px;
  border: 1px solid var(--brand);
  border-radius: 50%;
  background: var(--muted);
  box-shadow: 0 0 0 4px var(--muted);
}

.journey-node--key {
  background: var(--brand);
}

@media (max-width: 1024px) {
  .competition-journey {
    --journey-date-column: 36%;
    --journey-rail-column: 48px;
  }

  .journey-phase-number,
  .journey-item time {
    padding-right: 24px;
  }

  .journey-phase h3,
  .journey-item p {
    padding-left: 16px;
  }
}

@media (max-width: 768px) {
  .timeline-heading {
    text-align: left;
  }

  .competition-journey {
    --journey-rail-column: 28px;
  }

  .competition-journey::before {
    top: 127px;
    bottom: 32px;
    left: 13px;
  }

  .journey-phase,
  .journey-item {
    grid-template-columns: var(--journey-rail-column) minmax(0, 1fr);
  }

  .journey-phase {
    padding: 34px 0 18px;
  }

  .journey-phase-number,
  .journey-phase h3,
  .journey-item time,
  .journey-item p {
    grid-column: 2;
    padding-left: 0;
    text-align: left;
  }

  .journey-phase-number {
    grid-row: 1;
    align-self: auto;
    margin-bottom: 7px;
    padding-right: 0;
    font-size: 13px;
  }

  .journey-phase h3 {
    grid-row: 2;
    font-size: clamp(24px, 7vw, 30px);
  }

  .journey-item {
    row-gap: 6px;
    padding: 16px 0 20px;
  }

  .journey-item time {
    grid-row: 1;
    padding-right: 0;
    color: var(--brand);
    font-size: 18px;
    font-weight: 700;
  }

  .journey-item p {
    grid-row: 2;
    font-size: 20px;
  }

  .journey-node {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 12px;
    height: 12px;
    margin-top: 7px;
  }
}

@media (max-width: 480px) {
  .timeline-eyebrow {
    margin-bottom: 12px;
  }

  .competition-timeline .timeline-heading {
    margin-bottom: 40px;
  }

  .journey-phase {
    padding-top: 30px;
  }

  .journey-item p {
    font-size: 18px;
  }
}

/* Keep the desktop rail flush with the first milestone centre. */
@media (min-width: 769px) {
  .competition-journey::before {
    top: 109px;
  }
}

/* Phase changes rely on typographic rhythm, without hard horizontal dividers. */
.journey-phase {
  border-top: 0;
}

/* Awards and Recognition: independent responsive composition. */
.recognition {
  --recognition-space: clamp(72px, 6.25vw, 120px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: var(--recognition-space) max(var(--page-padding), calc((100% - var(--content-width)) / 2));
}
.recognition-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: clamp(40px, 5vw, 96px);
  align-items: start;
}
.recognition h2 {
  margin: 0;
  font-size: clamp(44px, 4.15vw, 80px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.035em;
}
.recognition-list {
  display: grid;
  grid-auto-rows: 1fr;
  gap: clamp(24px, 2.5vw, 40px);
}
.recognition-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(24px, 2vw, 38px) clamp(24px, 2vw, 38px);
  background: var(--white);
  color: var(--black);
}
.recognition-card h3 {
  margin: 0 0 14px;
  color: var(--brand);
  font-size: clamp(24px, 1.75vw, 32px);
  font-weight: 400;
  line-height: 1.15;
}
.recognition-card p {
  margin: 0;
  font-family: var(--font-georgia);
  font-style: italic;
  font-size: 20px;
  line-height: 1.4;
}
.recognition-art {
  position: absolute;
  z-index: -1;
  left: -6%;
  bottom: -14%;
  width: 53%;
  max-width: 1100px;
  margin: 0;
  pointer-events: none;
}
.recognition-art img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transform: rotate(-13deg);
  transform-origin: center;
}
@media (max-width: 1024px) {
  .recognition {
    padding-inline: 20px;
  }
  .recognition-layout {
    column-gap: 32px;
  }
  .recognition-card p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .recognition {
    padding-bottom: 0;
  }
  .recognition-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }
  .recognition h2 {
    font-size: clamp(44px, 7vw, 58px);
  }
  .recognition-list {
    gap: 24px;
  }
  .recognition-art {
    position: relative;
    left: auto;
    bottom: auto;
    width: min(110vw, 720px);
    max-width: none;
    /* Extend the rotated sleeve past the viewport edge, including PNG transparency. */
    margin: 0 0 -15% calc(-20px - 13vw);
    justify-self: start;
  }
}
