.ceremony {
  min-height: 850px;
}
.hero-copy {
  max-width: 58%;
}
.hero-copy h1 {
  font-size: clamp(70px, 7.5vw, 112px);
}
.honours-scene {
  position: absolute;
  right: 0;
  top: 65px;
  width: 48%;
  height: 660px;
  z-index: 1;
}
.hero-copy {
  pointer-events: none;
}
.hero-copy a {
  pointer-events: auto;
}
#honours-canvas {
  height: 540px;
  width: 100%;
  position: relative;
}
#honours-canvas canvas {
  display: block;
  width: 100%;
  height: 100%;
  cursor: grab;
}
#honours-canvas canvas:active {
  cursor: grabbing;
}
.medal-fallback {
  position: absolute;
  inset: 22% 22%;
  border: 1px solid #d3bb8a;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #d3bb8a;
}
.medal-fallback span,
.medal-fallback small {
  font-size: 8px;
  letter-spacing: 0.15em;
}
.medal-fallback b {
  font:
    80px Newsreader,
    serif;
}
.ready .medal-fallback {
  display: none;
}
.scene-caption {
  text-align: center;
  display: grid;
  gap: 8px;
  margin-top: -35px;
  pointer-events: none;
}
.scene-caption > span {
  font-size: 8px;
  letter-spacing: 0.19em;
  color: #b1a986;
}
.scene-caption strong {
  font:
    21px Newsreader,
    serif;
  color: #d7e5d0;
}
.scene-caption small {
  font-size: 9px;
  color: #9bbdbd;
}
.scene-controls {
  display: flex;
  justify-content: center;
  gap: 25px;
  align-items: center;
  margin-top: 20px;
}
.scene-controls button {
  background: #203d4766;
  color: #c3d8c9;
  border: 1px solid #b4c9a833;
  border-radius: 20px;
  padding: 8px 15px;
  font-size: 9px;
}
.scene-controls label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 8px;
  color: #aac2bd;
}
.scene-controls input {
  padding: 0;
  width: 70px;
  height: 5px;
  accent-color: #b5cda1;
}
.recognition-meaning {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 35px;
  padding: 65px 6%;
  background: #f4f2e9;
}
.recognition-meaning span,
.recognition-meaning b {
  font-size: 8px;
  letter-spacing: 0.1em;
  color: #7b897d;
}
.recognition-meaning h2 {
  font-size: 40px;
  margin-top: 20px;
}
.recognition-meaning h3 {
  font:
    25px/1.2 Newsreader,
    serif;
  color: #234553;
}
.recognition-meaning p {
  font-size: 12px;
  color: #667a7d;
  line-height: 1.8;
}
.award-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.award-selector button {
  padding: 12px 17px;
  border-radius: 30px;
  border: 1px solid #819e9655;
  background: transparent;
  color: #b8cec6;
  font-size: 10px;
}
.award-selector button:hover,
.award-selector button[aria-pressed="true"] {
  background: #cddcbc;
  color: #203f37;
}
.honour-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.honour-card {
  border-radius: 16px;
  padding: 32px;
  transition:
    border-color 0.3s,
    background 0.3s;
}
.honour-card.selected-honour {
  border-color: #e1c88d;
  background: linear-gradient(130deg, #365c56, #213e53);
}
.appreciation-person {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 16px 0;
  padding: 15px;
  background: #bddac00a;
  border-radius: 12px;
}
.recipient-photo {
  width: 74px;
  height: 86px;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 9px;
  border: 1px solid #d6d1ab77;
  flex-shrink: 0;
}
.recipient-monogram {
  width: 74px;
  height: 86px;
  background: #3b625c;
  color: #d4d5ac;
  display: grid;
  place-items: center;
  border-radius: 9px;
  font:
    27px Newsreader,
    serif;
  flex-shrink: 0;
}
.appreciation-person strong {
  font:
    19px/1.3 Newsreader,
    serif;
  font-weight: 500;
  display: block;
  color: #eef1d7;
}
.appreciation-person small {
  font-size: 9px;
  color: #a8c7be;
  display: block;
  margin-top: 8px;
}
.ledger-person {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 210px;
}
.ledger-person .recipient-photo,
.ledger-person .recipient-monogram {
  width: 40px;
  height: 48px;
  font-size: 16px;
}
.ledger-person strong {
  font-size: 12px;
}
.honour-card > span {
  font-size: 35px;
}
.honour-card h3 {
  font-size: 31px;
}
#editorial-banner {
  position: relative;
  z-index: 30;
}
.ceremony-foot {
  z-index: 2;
}
.ceremony-foot > a {
  padding: 10px 0;
}
.table-wrap {
  max-width: 100%;
}
@media (max-width: 1000px) {
  .honours-scene {
    right: -3%;
    width: 48%;
    top: 130px;
  }
  .hero-copy {
    max-width: 65%;
  }
  .hero-copy h1 {
    font-size: 80px;
  }
  .recognition-meaning {
    grid-template-columns: 1fr 1fr;
  }
  .scene-caption strong {
    font-size: 17px;
  }
  .appreciation-person {
    padding: 10px;
    gap: 12px;
  }
  .appreciation-person strong {
    font-size: 17px;
  }
}
@media (max-width: 700px) {
  .ceremony {
    padding-bottom: 0;
    min-height: 0;
  }
  .hero-copy {
    max-width: 100%;
    padding-bottom: 10px;
  }
  .hero-copy h1 {
    font-size: clamp(62px, 14vw, 85px);
    line-height: 1.02;
  }
  .hero-copy > p:not(.eyebrow) {
    font-size: 13px;
  }
  .honours-scene {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: 420px;
    margin-top: -20px;
  }
  #honours-canvas {
    height: 370px;
  }
  .scene-caption {
    margin-top: -55px;
  }
  .scene-controls {
    margin-top: 12px;
  }
  .ceremony-foot {
    margin-top: 5px;
    gap: 7px;
  }
  .recognition-meaning {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 45px 6%;
  }
  .recognition-meaning article {
    border-top: 1px solid #c2cebe;
    padding-top: 20px;
  }
  .recognition-meaning h3 {
    margin: 12px 0;
  }
  .honour-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .honour-card {
    padding: 25px;
  }
  .recipient-photo,
  .recipient-monogram {
    width: 66px;
    height: 78px;
  }
  .appreciation-person strong {
    font-size: 18px;
  }
  .scene-caption strong {
    font-size: 18px;
  }
  .award-selector {
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 10px;
  }
  .award-selector button {
    white-space: nowrap;
    flex-shrink: 0;
  }
  .honour-card h3 {
    font-size: 30px;
  }
}

.award-selector {
  scrollbar-width: thin;
  scrollbar-color: #5d8076 #17313f;
}
.award-selector::-webkit-scrollbar {
  height: 4px;
}
.award-selector::-webkit-scrollbar-thumb {
  background: #5d8076;
  border-radius: 5px;
}
.honour-card {
  scroll-margin-top: 125px;
}

.recognition-cell {
  min-width: 240px;
  max-width: 330px;
}
.recognition-designation {
  display: inline-block;
  font-size: 12px !important;
  font-weight: 650;
  color: #275b52;
  background: #e0ebe1;
  border: 1px solid #b9cebd;
  padding: 7px 11px;
  border-radius: 20px;
  line-height: 1.4;
}
.recognition-awards {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 8px 0;
}
.recognition-awards span {
  background: #eae1c9;
  color: #685535;
  border-radius: 5px;
  padding: 4px 7px;
  font-size: 9px;
}
.recognition-cell .recognition-contribution {
  color: #536b77;
  font-size: 10px;
  line-height: 1.7;
  margin-top: 9px;
  max-width: 280px;
}
.recognition-key {
  font-size: 12px;
  color: #526e75;
  line-height: 1.8;
  background: #eaf0ea;
  border-left: 3px solid #799f8a;
  padding: 17px 20px;
  margin-top: 25px;
}

.victory-spotlight {
  display: block;
  padding: 55px 6%;
}
.victory-spotlight > div {
  width: 100%;
}
.victory-spotlight #victory-names {
  font-size: clamp(32px, 4vw, 52px);
  margin: 22px 0 32px;
  max-width: none;
}
.victory-spotlight #victory-names em {
  color: #507467;
}
.topper-portraits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.topper-portrait-card {
  display: flex;
  gap: 26px;
  align-items: center;
  padding: 28px;
  background: linear-gradient(130deg, #fcfbf5e8, #eef3e9cc);
  border: 1px solid #bec7b2;
  border-radius: 18px;
  box-shadow: 0 12px 35px #1b40310b;
}
.topper-portrait-card > .recipient-photo,
.topper-portrait-card > .recipient-monogram {
  width: 145px;
  height: 180px;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 12px;
  border-color: #b4b997;
}
.topper-portrait-card > div {
  min-width: 0;
}
.topper-portrait-card span {
  font-size: 8px;
  letter-spacing: 0.14em;
  color: #7a744e;
}
.topper-portrait-card h3 {
  font:
    clamp(21px, 2.2vw, 30px)/1.18 Newsreader,
    serif;
  color: #23483f;
  margin: 14px 0 10px;
}
.topper-portrait-card p {
  font-size: 11px;
  line-height: 1.65;
  color: #61796e;
  margin: 8px 0;
}
.topper-portrait-card strong {
  display: block;
  font:
    42px Newsreader,
    serif;
  color: #315949;
  margin: 12px 0;
}
.topper-portrait-card strong small {
  font:
    12px Manrope,
    sans-serif;
  color: #718273;
}
.topper-portrait-card .topper-project {
  border-top: 1px solid #c1ccbb;
  padding-top: 10px;
  font-size: 10px;
}
.victory-spotlight > a {
  display: inline-block;
  margin-top: 14px;
}
@media (max-width: 1000px) {
  .topper-portrait-card {
    padding: 22px;
    gap: 18px;
  }
  .topper-portrait-card > .recipient-photo,
  .topper-portrait-card > .recipient-monogram {
    width: 110px;
    height: 145px;
  }
}
@media (max-width: 760px) {
  .topper-portraits {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .topper-portrait-card {
    padding: 22px;
    gap: 20px;
  }
  .topper-portrait-card > .recipient-photo,
  .topper-portrait-card > .recipient-monogram {
    width: 110px;
    height: 145px;
  }
  .topper-portrait-card h3 {
    font-size: 25px;
  }
  .victory-spotlight {
    padding: 38px 6%;
  }
}
@media (max-width: 360px) {
  .topper-portrait-card {
    padding: 17px;
    gap: 14px;
  }
  .topper-portrait-card > .recipient-photo,
  .topper-portrait-card > .recipient-monogram {
    width: 88px;
    height: 122px;
  }
  .topper-portrait-card h3 {
    font-size: 21px;
  }
}

body:not(.record-loaded) .result-toolbar,
body:not(.record-loaded) .table-wrap,
body:not(.record-loaded) .ledger-head,
body:not(.record-loaded) #analysis {
  display: none;
}
.memoir-callout {
  padding: clamp(64px, 9vw, 128px) clamp(24px, 8vw, 120px);
  background: #f4f1e8;
  color: #173348;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: center;
  border-top: 1px solid #d8d0bd;
}
.memoir-callout > div > span {
  font:
    700 10px/1.4 Manrope,
    sans-serif;
  letter-spacing: 0.16em;
  color: #88703f;
}
.memoir-callout h2 {
  font:
    400 clamp(42px, 6vw, 82px)/0.96 Newsreader,
    serif;
  margin: 24px 0;
}
.memoir-callout h2 em {
  color: #477a67;
}
.memoir-callout p {
  max-width: 650px;
  font-size: 15px;
  line-height: 1.8;
  color: #536b71;
}
.memoir-card {
  min-height: 230px;
  padding: 34px;
  border-radius: 8px;
  background: #18364a;
  color: #f6f2e8;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 22px 55px rgba(20, 45, 64, 0.18);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.memoir-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(20, 45, 64, 0.25);
}
.memoir-card > span {
  font:
    700 10px/1.4 Manrope,
    sans-serif;
  letter-spacing: 0.16em;
  color: #dec78c;
}
.memoir-card h3 {
  margin: 34px 0 14px;
  font:
    400 clamp(28px, 3.2vw, 43px)/1.02 Newsreader,
    serif;
  color: #f6f2e8;
}
.memoir-card p {
  margin: 0 0 32px;
  color: #bed3ca;
  font-size: 12px;
  line-height: 1.7;
}
.memoir-button {
  width: 100%;
  margin-top: auto;
  padding: 17px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(222, 199, 140, 0.55);
  color: #f6f2e8;
  text-decoration: none;
  font:
    700 11px/1.2 Manrope,
    sans-serif;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
.memoir-button:hover,
.memoir-button:focus-visible {
  background: #dec78c;
  color: #173348;
}
.memoir-button b {
  font-size: 16px;
}
@media (max-width: 760px) {
  .memoir-callout {
    grid-template-columns: 1fr;
  }
  .memoir-card {
    min-height: 190px;
  }
}
