:root {
  --results-ink: #111820;
  --results-body: #394150;
  --results-muted: #6a7280;
  --results-line: #dce2ea;
  --results-soft: #f6f7f9;
  --results-blue: #1d5aa6;
  --results-blue-dark: #123b72;
  --results-gold: #a9782e;
  --results-gold-soft: rgba(169,120,46,.14);
  --results-green: #2f6652;
  --results-card: #ffffff;
  --results-radius: 8px;
}

.final-results-page {
  background: #101820;
  color: var(--results-body);
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.result-container {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 0 40px;
}

.result-icon {
  width: 1.15rem;
  height: 1.15rem;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.grc-results-hero {
  position: relative;
  min-height: 86svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

.grc-results-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background: url("assets/website-background.png") center / cover no-repeat;
  transform: scale(1.02);
}

.grc-results-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(5, 8, 13, .72) 0%, rgba(5, 8, 13, .38) 38%, rgba(5, 8, 13, .88) 100%),
    linear-gradient(90deg, rgba(4, 8, 14, .86) 0%, rgba(4, 8, 14, .28) 52%, rgba(4, 8, 14, .78) 100%);
}

.hero-linework {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .22;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.16) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 72%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 72%, transparent 100%);
}

.hero-content {
  width: min(100%, 920px);
  padding-top: calc(var(--header-h) + 72px);
  padding-bottom: 76px;
}

.result-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: rgba(255,255,255,.76);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.result-kicker::before {
  content: "";
  width: 44px;
  height: 1px;
  background: rgba(255,255,255,.58);
}

.result-title {
  max-width: 820px;
  margin: 0 0 22px;
  color: #fff;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

.result-lede {
  max-width: 640px;
  color: rgba(255,255,255,.78);
  font-size: 1.08rem;
  line-height: 1.8;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(100%, 880px);
  margin-top: 46px;
  border-top: 1px solid rgba(255,255,255,.24);
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.hero-fact {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 14px;
  align-items: center;
  min-height: 108px;
  padding: 22px 26px;
  border-right: 1px solid rgba(255,255,255,.18);
}

.hero-fact:last-child {
  border-right: 0;
}

.hero-fact .result-icon {
  grid-row: 1 / span 2;
  color: rgba(255,255,255,.86);
}

.hero-fact span {
  color: rgba(255,255,255,.62);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-fact strong {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 500;
}

.result-nav {
  position: sticky;
  top: var(--header-h);
  z-index: 40;
  background: rgba(255,255,255,.9);
  border-bottom: 1px solid rgba(17,24,32,.1);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
}

.result-nav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 58px;
  overflow-x: auto;
  scrollbar-width: none;
}

.result-nav-inner::-webkit-scrollbar {
  display: none;
}

.result-nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 9px 13px;
  border-radius: var(--results-radius);
  color: var(--results-body);
  font-size: .86rem;
  font-weight: 650;
  transition: color .18s ease, background .18s ease;
}

.result-nav a:hover {
  color: var(--results-blue-dark);
  background: rgba(29,90,166,.09);
}

.result-section {
  padding: 104px 0;
}

.result-section-finalists {
  position: relative;
  background: #f7f8fa;
}

.result-section-finalists::before {
  content: none;
}

.result-section-finalists .result-container {
  position: relative;
  z-index: 1;
}

#top40.result-section-finalists {
  background: #f7f8fa;
  color: var(--results-body);
}

#top40.result-section-finalists::before {
  content: none;
}

#top40.result-section-finalists .result-eyebrow {
  color: var(--results-blue);
}

#top40.result-section-finalists .result-heading {
  color: var(--results-ink);
}

#top40.result-section-finalists .result-section-copy {
  color: var(--results-muted);
}

.result-section-charcoal {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-top: 1px solid rgba(17,24,32,.08);
  color: var(--results-body);
}

.result-section-charcoal::before {
  content: none;
}

.result-section-charcoal .result-container {
  position: relative;
  z-index: 1;
}

.result-section-winners {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #101820 0%, #121a24 100%);
  color: rgba(255,255,255,.72);
}

.result-section-winners::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(29,90,166,.22), transparent 38%, transparent 72%, rgba(169,120,46,.12));
}

.result-section-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 420px);
  gap: 40px;
  align-items: end;
  margin-bottom: 34px;
}

.result-section-header.compact {
  grid-template-columns: minmax(0, 760px);
}

.result-eyebrow {
  margin-bottom: 10px;
  color: var(--results-blue);
  font-size: .76rem;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: uppercase;
}

.result-section-charcoal .result-eyebrow {
  color: var(--results-blue);
}

.result-heading {
  margin: 0;
  color: var(--results-ink);
  font-size: 2.45rem;
  font-weight: 350;
  line-height: 1.12;
  letter-spacing: 0;
}

.result-section-charcoal .result-heading {
  color: var(--results-ink);
}

.result-section-copy {
  margin: 0;
  color: var(--results-muted);
  font-size: .98rem;
  line-height: 1.75;
}

.result-section-charcoal .result-section-copy {
  color: var(--results-muted);
}

.winner-section-header {
  position: relative;
  z-index: 1;
  margin-bottom: 38px;
}

.result-section-winners .result-eyebrow {
  color: #c8a468;
}

.result-section-winners .result-heading {
  color: #fff;
}

.result-section-winners .result-section-copy {
  color: rgba(255,255,255,.62);
}

.winner-announcement {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  max-width: 980px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.winner-announcement .result-icon {
  margin-top: 2px;
  color: #c8a468;
}

.winner-announcement strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: .9rem;
  font-weight: 750;
  text-transform: uppercase;
}

.winner-announcement span {
  display: block;
  color: rgba(255,255,255,.66);
  font-size: .95rem;
  line-height: 1.65;
}

.winner-countdown {
  margin-top: 34px;
  padding-top: 0;
  border-top: 0;
}

.winner-countdown-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.winner-countdown-heading span {
  color: rgba(255,255,255,.58);
  font-size: .76rem;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: uppercase;
}

.winner-countdown-heading strong {
  flex: 0 0 auto;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0;
}

.winner-countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.winner-countdown-unit {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 0;
  background: transparent;
}

.winner-countdown-unit strong {
  color: #fff;
  font-size: clamp(3.8rem, 8vw, 6.5rem);
  font-weight: 300;
  line-height: .9;
  font-variant-numeric: tabular-nums;
}

.winner-countdown-unit span {
  color: rgba(255,255,255,.56);
  font-size: .74rem;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.grand-winners-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.22fr) minmax(0, .92fr);
  align-items: end;
  gap: 22px;
  padding-top: 48px;
}

.grand-winner-card {
  position: relative;
  display: flex;
  min-width: 0;
  height: 390px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 16px;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.045));
  color: #fff;
  text-align: left;
  box-shadow:
    0 24px 80px rgba(0,0,0,.26),
    inset 0 1px 0 rgba(255,255,255,.14);
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.grand-winner-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255,255,255,.38);
  box-shadow:
    0 34px 100px rgba(0,0,0,.32),
    inset 0 1px 0 rgba(255,255,255,.18);
}

.grand-winner-card-first {
  height: 530px;
  transform: translateY(-44px);
  border-color: rgba(222,184,102,.68);
  background:
    linear-gradient(145deg, rgba(169,120,46,.68), rgba(87,59,25,.42) 48%, rgba(255,255,255,.07));
  box-shadow:
    0 40px 120px rgba(169,120,46,.28),
    0 26px 90px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.22);
}

.grand-winner-card-first:hover {
  transform: translateY(-52px);
  border-color: rgba(255,224,155,.9);
}

.winner-rank {
  position: relative;
  z-index: 1;
  color: #c8a468;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.grand-winner-card-first .winner-rank {
  color: #ffe2a2;
}

.winner-medal {
  position: absolute;
  top: 18px;
  right: 24px;
  color: rgba(255,255,255,.09);
  font-size: clamp(5rem, 10vw, 8rem);
  font-weight: 800;
  line-height: .8;
  letter-spacing: -.08em;
}

.grand-winner-card-first .winner-medal {
  color: rgba(255,230,170,.18);
  font-size: clamp(6rem, 13vw, 10.5rem);
}

.grand-winner-card strong {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: clamp(1.55rem, 2.35vw, 2.42rem);
  font-weight: 360;
  line-height: 1.12;
}

.grand-winner-card-first strong {
  font-size: clamp(2.35rem, 4.6vw, 4.1rem);
}

.grand-winner-card > span:not(.winner-rank):not(.winner-medal):not(.winner-profile-link) {
  position: relative;
  z-index: 1;
  color: rgba(255,255,255,.62);
  font-size: .86rem;
  font-weight: 650;
  line-height: 1.5;
}

.grand-winner-card-first > span:not(.winner-rank):not(.winner-medal):not(.winner-profile-link) {
  font-size: .98rem;
  line-height: 1.6;
}

.winner-profile-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.winner-profile-link::after {
  content: "->";
  font-weight: 700;
}

.result-section-top10 {
  background: #fff;
  border-bottom: 1px solid rgba(17,24,32,.08);
}

.top10-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.top10-item {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-width: 0;
  min-height: 118px;
  padding: 22px 24px;
  border: 1px solid rgba(17,24,32,.1);
  border-radius: 14px;
  background: rgba(255,255,255,.88);
  color: var(--results-body);
  text-align: left;
  box-shadow: 0 16px 46px rgba(15,23,42,.08);
  overflow: hidden;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.top10-item:hover {
  transform: translateY(-3px);
  border-color: rgba(29,90,166,.24);
  background: #fff;
  box-shadow: 0 24px 64px rgba(15,23,42,.12);
}

.top10-item.is-winner {
  border-color: rgba(169,120,46,.24);
  background:
    linear-gradient(110deg, rgba(169,120,46,.13), rgba(255,255,255,.94) 46%, #fff);
}

.top10-item.is-winner:hover {
  border-color: rgba(169,120,46,.4);
}

.top10-rank {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: var(--results-radius);
  background: rgba(29,90,166,.09);
  color: var(--results-blue-dark);
  font-size: .88rem;
  font-weight: 800;
}

.is-winner .top10-rank {
  background: var(--results-gold-soft);
  color: #7a531d;
}

.top10-copy {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.top10-copy strong {
  color: var(--results-ink);
  font-size: 1.04rem;
  font-weight: 680;
  line-height: 1.35;
}

.top10-copy span {
  color: var(--results-muted);
  font-size: .88rem;
  line-height: 1.5;
}

.top10-item::after {
  content: "View profile";
  position: absolute;
  right: 18px;
  bottom: 14px;
  color: var(--results-blue);
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
  opacity: .78;
}

.project-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.project-modal.is-open {
  display: flex;
}

.project-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8,13,20,.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.project-modal-dialog {
  position: relative;
  width: min(100%, 920px);
  max-height: min(86vh, 820px);
  overflow: auto;
  border-radius: var(--results-radius);
  background: #fff;
  color: var(--results-body);
  box-shadow: 0 30px 100px rgba(0,0,0,.32);
}

.project-modal-close {
  position: sticky;
  top: 14px;
  float: right;
  z-index: 2;
  width: 38px;
  height: 38px;
  margin: 14px 14px 0 0;
  border-radius: var(--results-radius);
  background: rgba(17,24,32,.07);
  color: var(--results-ink);
  font-size: 1.35rem;
  line-height: 1;
  transition: background .18s ease, color .18s ease;
}

.project-modal-close:hover {
  background: var(--results-blue);
  color: #fff;
}

.project-modal-content {
  padding: 42px;
}

.project-modal-rank {
  margin: 0 0 10px;
  color: var(--results-gold);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.project-modal h2 {
  max-width: 760px;
  margin: 0;
  color: var(--results-ink);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 340;
  line-height: 1.08;
}

.project-modal-title {
  max-width: 820px;
  margin: 14px 0 0;
  color: var(--results-blue-dark);
  font-size: 1.04rem;
  line-height: 1.55;
  font-weight: 650;
}

.project-modal-section,
.project-modal-video,
.project-modal-empty {
  margin-top: 28px;
}

.project-modal h3 {
  margin: 0 0 8px;
  color: var(--results-ink);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.project-modal-section p,
.project-modal-empty {
  color: var(--results-body);
  font-size: .96rem;
  line-height: 1.78;
}

.project-modal-video video {
  display: block;
  width: 100%;
  max-height: 420px;
  border-radius: var(--results-radius);
  background: #05080d;
}

.project-modal-empty {
  padding: 14px 16px;
  border: 1px solid rgba(17,24,32,.1);
  border-radius: var(--results-radius);
  background: #f7f8fa;
  color: var(--results-muted);
}

body.project-modal-open {
  overflow: hidden;
}

.recognition-panel {
  border: 1px solid rgba(17,24,32,.1);
  border-radius: var(--results-radius);
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  padding: 12px 28px 16px;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 40px;
  background: transparent;
}

.recognition-card,
.directory-item {
  min-width: 0;
}

.recognition-card {
  position: relative;
  display: block;
  min-height: 0;
  padding: 17px 0;
  border: 0;
  border-bottom: 1px solid rgba(17,24,32,.1);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: color .18s ease;
}

.recognition-card-featured {
  background: transparent;
}

.recognition-card::before {
  content: none;
}

.recognition-card:hover {
  color: var(--results-blue-dark);
}

.honoree-initials,
.directory-initials {
  display: none;
}

.honoree-initials {
  width: 42px;
  height: 42px;
  font-size: .72rem;
}

.honoree-copy,
.directory-copy {
  min-width: 0;
}

.honoree-copy h3,
.directory-copy h3 {
  margin: 0;
  color: var(--results-ink);
  font-weight: 600;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.honoree-copy h3 {
  font-size: .98rem;
  line-height: 1.5;
}

.recognition-tags {
  display: none;
}

.recognition-tag {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 2px 7px;
  border-radius: var(--results-radius);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.recognition-tag-40 {
  color: #fff;
  background: var(--results-blue);
  border-color: var(--results-blue);
}

.recognition-tag-100 {
  color: var(--results-green);
  background: rgba(47,102,82,.08);
  border-color: rgba(47,102,82,.18);
}

.directory-shell {
  border: 1px solid rgba(17,24,32,.1);
  border-radius: var(--results-radius);
  overflow: hidden;
  background: #fff;
  box-shadow: none;
  padding: 12px 28px 16px;
}

.directory-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 36px;
  background: transparent;
}

.directory-item {
  display: block;
  min-height: 0;
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid rgba(17,24,32,.09);
  border-radius: 0;
  background: transparent;
  color: var(--results-body);
  transition: color .18s ease;
}

.directory-item.is-top-40 {
  background: transparent;
  border-color: rgba(17,24,32,.09);
}

.directory-initials {
  width: 34px;
  height: 34px;
  font-size: .66rem;
}

.directory-item.is-top-40 .directory-initials {
  color: #fff;
  background: var(--results-blue);
  border-color: var(--results-blue);
}

.directory-item:not(.is-top-40) .directory-initials {
  color: rgba(255,255,255,.84);
  background: rgba(255,255,255,.075);
  border-color: rgba(255,255,255,.14);
}

.directory-item .recognition-tag-40 {
  color: var(--results-blue);
  background: transparent;
  border-color: rgba(29,90,166,.22);
}

.directory-item .recognition-tag-100 {
  color: var(--results-muted);
  background: transparent;
  border-color: rgba(17,24,32,.12);
}

.directory-copy h3 {
  font-size: .88rem;
  line-height: 1.45;
  color: var(--results-ink);
  font-weight: 560;
}

.directory-item.is-top-40 .directory-copy h3 {
  color: var(--results-blue-dark);
  font-weight: 650;
}

.directory-item:hover {
  color: var(--results-blue-dark);
}

.result-note {
  padding: 42px 0;
  background: #fff;
  border-top: 1px solid var(--results-line);
}

.result-note-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.result-note-copy {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  max-width: 780px;
}

.result-note-copy .result-icon {
  color: var(--results-blue);
}

.result-note h2 {
  margin: 0 0 4px;
  color: var(--results-ink);
  font-size: 1rem;
  font-weight: 700;
}

.result-note p {
  margin: 0;
  color: var(--results-muted);
  font-size: .9rem;
  line-height: 1.65;
}

.result-note .btn {
  flex: 0 0 auto;
}

/* Personalized participation and recognition credential */
.credential-name-trigger {
  display: inline;
  cursor: pointer;
  border-radius: 4px;
  text-decoration: underline;
  text-decoration-color: rgba(29, 90, 166, .35);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: color .2s ease, text-decoration-color .2s ease;
}

.credential-name-trigger:hover {
  color: var(--results-blue);
  text-decoration-color: currentColor;
}

.credential-name-trigger:focus-visible {
  outline: 3px solid rgba(29, 90, 166, .35);
  outline-offset: 4px;
}

.credential-modal {
  width: min(1040px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  padding: 0;
  border: 0;
  border-radius: 18px;
  color: var(--results-body);
  background: #f7f8fa;
  box-shadow: 0 32px 100px rgba(3, 12, 25, .36);
  overflow: auto;
}

.credential-modal::backdrop {
  background: rgba(4, 12, 24, .76);
  backdrop-filter: blur(7px);
}

.credential-modal[open] {
  animation: credential-in .28s ease both;
}

body.credential-open { overflow: hidden; }

.credential-modal-shell { padding: 28px; }

.credential-modal-header,
.credential-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.credential-modal-header { margin-bottom: 22px; }

.credential-modal-kicker {
  margin: 0 0 5px;
  color: var(--results-blue);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.credential-modal-header h2 {
  margin: 0;
  color: var(--results-ink);
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  letter-spacing: -.035em;
}

.credential-close {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 1px solid #d8dee6;
  border-radius: 50%;
  color: #273444;
  background: #fff;
  font: 300 1.7rem/1 Inter, sans-serif;
  cursor: pointer;
}

.credential-card {
  position: relative;
  isolation: isolate;
  aspect-ratio: 1.6;
  padding: clamp(24px, 4vw, 54px);
  overflow: hidden;
  border: 1px solid #cda65e;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(125deg, #071526 0%, #0b2341 58%, #102f52 100%);
  box-shadow: inset 0 0 0 6px #0b1c30, inset 0 0 0 7px rgba(205, 166, 94, .35), 0 20px 45px rgba(7, 21, 38, .2);
}

.credential-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .1;
  background-image: repeating-linear-gradient(62deg, transparent 0 40px, #a9c7df 41px 42px, transparent 43px 82px);
}

.credential-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(205, 166, 94, .25);
  border-radius: 50%;
  transform: rotate(-17deg);
}

.credential-orbit-one { width: 56%; height: 28%; right: -14%; top: 7%; }
.credential-orbit-two { width: 42%; height: 20%; right: -6%; top: 16%; }

.credential-card-topline {
  display: flex;
  align-items: center;
  gap: 14px;
}

.credential-mark {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  border-radius: 12px;
  color: #071526;
  background: #cda65e;
  font-size: 1.5rem;
  font-weight: 800;
}

.credential-mark i {
  position: absolute;
  top: 7px;
  right: 7px;
  font-size: .5rem;
  font-style: normal;
}

.credential-card-topline p {
  margin: 0 0 3px;
  font-size: clamp(.72rem, 1.5vw, 1rem);
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.credential-card-topline > div > span {
  color: #91a7bf;
  font-size: clamp(.58rem, 1.2vw, .76rem);
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.credential-year {
  margin-left: auto;
  color: rgba(255, 255, 255, .18);
  font-size: clamp(2rem, 6vw, 4rem);
  font-weight: 800;
  letter-spacing: -.06em;
}

.credential-card-body { margin-top: clamp(30px, 5vw, 66px); }

.credential-label {
  margin: 0 0 12px;
  color: #d9b971;
  font-size: clamp(.58rem, 1.35vw, .78rem);
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.credential-card-body h3 {
  max-width: 92%;
  margin: 0;
  color: #fff;
  font-size: clamp(1.45rem, 4.3vw, 3.2rem);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.credential-tier {
  display: inline-flex;
  margin-top: 18px;
  padding: 8px 15px;
  border: 1px solid rgba(218, 185, 113, .5);
  border-radius: 999px;
  color: #e6c985;
  background: rgba(205, 166, 94, .13);
  font-size: clamp(.65rem, 1.4vw, .88rem);
  font-weight: 700;
}

.credential-statement {
  margin: 18px 0 0;
  color: #b7c6d5;
  font-size: clamp(.7rem, 1.5vw, .92rem);
}

.credential-access {
  position: absolute;
  right: clamp(24px, 4vw, 54px);
  bottom: clamp(24px, 4vw, 48px);
  left: clamp(24px, 4vw, 54px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: clamp(13px, 2vw, 20px);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  background: rgba(255, 255, 255, .065);
}

.credential-access-icon {
  color: #cda65e;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 800;
}

.credential-access span,
.credential-access strong { display: block; }

.credential-access > div > span {
  margin-bottom: 3px;
  color: #d9b971;
  font-size: clamp(.52rem, 1.1vw, .68rem);
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.credential-access strong {
  font-size: clamp(.62rem, 1.32vw, .83rem);
  line-height: 1.35;
}

.credential-id {
  align-self: end;
  color: #8fa5bb;
  font-size: clamp(.5rem, 1vw, .65rem);
  font-weight: 600;
  letter-spacing: .06em;
}

.credential-actions { padding-top: 22px; }
.credential-actions p { max-width: 520px; margin: 0; color: var(--results-muted); font-size: .88rem; }

.credential-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--results-blue);
  font: 700 .88rem/1 Inter, sans-serif;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(29, 90, 166, .2);
}

.credential-download:hover { background: var(--results-blue-dark); }
.credential-download:disabled { cursor: wait; opacity: .72; }
.credential-download svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

@keyframes credential-in {
  from { opacity: 0; transform: translateY(14px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 680px) {
  .credential-modal { width: calc(100vw - 16px); max-height: calc(100vh - 16px); }
  .credential-modal-shell { padding: 18px; }
  .credential-card { aspect-ratio: auto; min-height: 500px; padding: 25px; }
  .credential-card-body h3 { max-width: 100%; }
  .credential-access { right: 25px; bottom: 25px; left: 25px; grid-template-columns: auto 1fr; }
  .credential-id { grid-column: 2; }
  .credential-actions { align-items: stretch; flex-direction: column; }
  .credential-download { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .credential-modal[open] { animation: none; }
}

.project-profile-page {
  background: #fff;
}

.project-profile-hero {
  position: relative;
  min-height: 92svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #101820;
  color: #fff;
  isolation: isolate;
}

.project-profile-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(7,11,17,.46), rgba(7,11,17,.94)),
    linear-gradient(110deg, rgba(16,24,32,.96), rgba(18,59,114,.52) 56%, rgba(169,120,46,.34)),
    url("assets/website-background.png") center / cover no-repeat;
  transform: scale(1.02);
}

.project-profile-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.1) 1px, transparent 1px);
  background-size: 82px 82px;
  opacity: .14;
  pointer-events: none;
}

.project-profile-hero-inner {
  width: 100%;
  padding-top: calc(var(--header-h) + 70px);
  padding-bottom: 72px;
}

.project-back-link {
  display: inline-flex;
  margin-bottom: 38px;
  color: rgba(255,255,255,.72);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.project-back-link::before {
  content: "<-";
  margin-right: 8px;
}

.project-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 56px;
  align-items: end;
}

.project-profile-kicker {
  margin: 0 0 16px;
  color: #d6b06e;
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.project-profile-main h1 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.4rem, 8vw, 7.8rem);
  font-weight: 300;
  line-height: .94;
}

.project-profile-title {
  max-width: 900px;
  margin: 30px 0 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  font-weight: 500;
  line-height: 1.5;
}

.project-profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.project-rank-panel {
  min-height: 360px;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  background:
    linear-gradient(150deg, rgba(255,255,255,.15), rgba(255,255,255,.055)),
    linear-gradient(180deg, rgba(169,120,46,.22), rgba(29,90,166,.08));
  box-shadow:
    0 30px 100px rgba(0,0,0,.3),
    inset 0 1px 0 rgba(255,255,255,.16);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.project-rank-panel span {
  color: rgba(255,255,255,.64);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.project-rank-panel strong {
  margin-top: 14px;
  color: #fff;
  font-size: clamp(5rem, 11vw, 8.5rem);
  font-weight: 300;
  line-height: .86;
}

.project-rank-panel p {
  margin: 18px 0 0;
  color: #d6b06e;
  font-size: .96rem;
  font-weight: 800;
  text-transform: uppercase;
}

.project-profile-body {
  padding: 96px 0;
  background: #fff;
}

.project-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.project-detail-grid.has-video {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
}

.project-abstract-block {
  border: 1px solid rgba(17,24,32,.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15,23,42,.08);
}

.project-abstract-block {
  padding: 52px;
}

.project-abstract-block p:last-child {
  margin: 0;
  color: var(--results-body);
  font-size: 1.05rem;
  line-height: 1.9;
}

.project-video-block {
  position: sticky;
  top: calc(var(--header-h) + 28px);
  border: 1px solid rgba(17,24,32,.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15,23,42,.08);
  padding: 24px;
}

.project-video-block[hidden] {
  display: none;
}

.project-video-block video {
  display: block;
  width: 100%;
  max-height: 430px;
  border-radius: 12px;
  background: #05080d;
}

.project-next-section {
  padding: 58px 0;
  background: #f7f8fa;
  border-top: 1px solid rgba(17,24,32,.08);
}

.project-next-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

@media (max-width: 1160px) {
  .featured-grid,
  .directory-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .result-title {
    font-size: 4rem;
  }

  .grand-winners-grid {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .grand-winner-card {
    height: auto;
    min-height: 240px;
  }

  .grand-winner-card-first {
    order: 1;
    height: auto;
    min-height: 300px;
    transform: none;
  }

  .grand-winner-card-first:hover {
    transform: translateY(-7px);
  }

  .grand-winner-card-second {
    order: 2;
  }

  .grand-winner-card-third {
    order: 3;
  }

  .top10-list,
  .project-profile-grid,
  .project-detail-grid,
  .project-detail-grid.has-video {
    grid-template-columns: 1fr;
  }

  .project-profile-hero {
    min-height: auto;
  }

  .project-video-block {
    position: static;
  }

  .project-rank-panel {
    min-height: 220px;
  }

  .result-section-header {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-facts {
    grid-template-columns: 1fr;
  }

  .hero-fact {
    min-height: 88px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.16);
  }

  .hero-fact:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .result-container {
    padding: 0 22px;
  }

  .grc-results-hero {
    min-height: 82svh;
  }

  .hero-content {
    padding-top: calc(var(--header-h) + 48px);
    padding-bottom: 54px;
  }

  .result-title {
    font-size: 3.25rem;
  }

  .result-lede {
    font-size: 1rem;
  }

  .result-nav-inner {
    justify-content: flex-start;
  }

  .result-section {
    padding: 64px 0;
  }

  .grand-winner-card {
    padding: 24px;
  }

  .winner-medal {
    font-size: 4.8rem;
  }

  .project-profile-hero-inner {
    padding-top: calc(var(--header-h) + 52px);
    padding-bottom: 54px;
  }

  .project-profile-grid {
    gap: 30px;
  }

  .project-profile-main h1 {
    font-size: clamp(2.75rem, 14vw, 4.6rem);
  }

  .project-profile-title {
    font-size: 1.02rem;
  }

  .project-profile-body {
    padding: 64px 0;
  }

  .project-abstract-block {
    padding: 24px;
  }

  .project-video-block {
    padding: 24px;
  }

  .project-next-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .featured-grid,
  .directory-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
  }

  .recognition-card,
  .directory-item {
    min-height: auto;
  }

  .recognition-panel,
  .directory-shell {
    padding: 8px 22px 12px;
  }

  .result-note-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 540px) {
  .result-title {
    font-size: 2.65rem;
  }

  .top10-item {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
    min-height: 132px;
    padding: 16px 16px 34px;
  }

  .top10-rank {
    width: 34px;
    height: 34px;
  }

  .project-modal {
    padding: 12px;
  }

  .project-modal-content {
    padding: 32px 20px 24px;
  }

  .featured-grid,
  .directory-list {
    grid-template-columns: 1fr;
  }

  .winner-announcement {
    padding: 0;
  }

  .winner-countdown-heading {
    display: grid;
    gap: 6px;
  }

  .winner-countdown-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 34px;
  }

  .winner-countdown-unit strong {
    font-size: clamp(3.1rem, 18vw, 4.5rem);
  }

  .hero-fact {
    padding: 18px 0;
  }
}

@media print {
  .grc-results-hero,
  .result-nav,
  .result-note,
  .site-header,
  .site-footer {
    display: none !important;
  }

  .result-section,
  .result-section-charcoal {
    background: #fff !important;
    color: #000 !important;
    padding: 28px 0;
  }

  .result-heading,
  .result-section-charcoal .result-heading,
  .honoree-copy h3,
  .directory-copy h3 {
    color: #000 !important;
  }
}
