.awards-registry-page {
  --registry-green: #187654;
  background: #fff;
}

.awards-registry-page .winner-hero {
  min-height: calc(100vh - 137px);
  background-color: #37100d;
  background-image: url("../image/winner-magazine-bg-20260715.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.awards-registry-page .winner-overlay {
  display: flex;
  min-height: calc(100vh - 137px);
  align-items: center;
  background: linear-gradient(90deg, rgba(20, 5, 4, 0.5), rgba(20, 5, 4, 0.2));
}

.awards-registry-page .winner-shell {
  padding-top: 82px;
  padding-bottom: 100px;
}

.awards-registry-page .winner-heading {
  max-width: 900px;
  margin-inline: auto;
  color: #fff;
  text-align: center;
}

.awards-registry-page .winner-heading > span {
  display: block;
  font-family: "FA Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.awards-registry-page .winner-heading h1 {
  margin-top: 16px;
  font-size: clamp(4rem, 6vw, 5rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.awards-registry-page .winner-search {
  width: 100%;
  margin-top: 48px;
  background: #fff;
  border-top: 6px solid var(--red);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
}

.awards-registry-page .lookup-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid #dedede;
}

.awards-registry-page .lookup-tabs button {
  min-height: 64px;
  color: #666;
  background: #f5f5f5;
  border: 0;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font-family: "FA Sans", sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.awards-registry-page .lookup-tabs button + button {
  border-left: 1px solid #dedede;
}

.awards-registry-page .lookup-tabs button[aria-selected="true"] {
  color: #111;
  background: #fff;
  border-bottom-color: var(--red);
}

.awards-registry-page .lookup-panel {
  padding: 36px 40px 40px;
}

.awards-registry-page .lookup-fields {
  display: grid;
  align-items: end;
  gap: 14px;
}

.awards-registry-page .person-fields {
  grid-template-columns: minmax(210px, 1fr) minmax(210px, 1fr) 170px 180px;
}

.awards-registry-page .certificate-fields {
  grid-template-columns: minmax(0, 1fr) 180px;
}

.awards-registry-page .lookup-panel label {
  display: grid;
  gap: 8px;
  color: #4d4d4d;
  font-family: "FA Sans", sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.awards-registry-page .lookup-panel input {
  width: 100%;
  height: 64px;
  padding: 0 17px;
  color: #111;
  background: #fafafa;
  border: 1px solid #b8b8b8;
  border-radius: 0;
  outline: 0;
  font-family: "FA Sans", sans-serif;
  font-size: 1.02rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.awards-registry-page .lookup-panel input:focus {
  background: #fff;
  border-color: #111;
  box-shadow: inset 0 -2px 0 var(--red);
}

.awards-registry-page .lookup-panel button[type="submit"] {
  display: flex;
  width: 100%;
  height: 64px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  color: #fff;
  background: #111;
  border: 0;
  cursor: pointer;
  font-family: "FA Sans", sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.awards-registry-page .lookup-panel button[type="submit"]:hover,
.awards-registry-page .lookup-panel button[type="submit"]:focus-visible {
  background: var(--red);
}

.awards-registry-page .form-error {
  margin-top: 13px;
  color: #b52626;
  font-family: "FA Sans", sans-serif;
  font-size: 0.72rem;
  line-height: 1.4;
}

.awards-registry-page .profile-page {
  min-height: 760px;
  padding: 34px 0 86px;
  background: #f1eee9;
}

.awards-registry-page .result-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  color: #666;
  font-family: "FA Sans", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.awards-registry-page .profile-navigation {
  margin-bottom: 25px;
}

.awards-registry-page .back-link:hover,
.awards-registry-page .back-link:focus-visible {
  color: var(--red);
}

.awards-registry-page .profile-masthead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  border-top: 5px solid #111;
  border-bottom: 1px solid #c8c4bd;
}

.awards-registry-page .profile-title {
  padding: 34px 44px 36px 0;
}

.awards-registry-page .profile-verified,
.awards-registry-page .verified-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--registry-green);
  font-family: "FA Sans", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.awards-registry-page .profile-verified i,
.awards-registry-page .verified-label i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--registry-green);
}

.awards-registry-page .profile-title h1 {
  margin-top: 14px;
  font-size: clamp(3.65rem, 5.4vw, 4.75rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.035em;
}

.awards-registry-page .profile-edition {
  display: flex;
  min-width: 220px;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  gap: 8px;
  padding: 34px 0 37px 42px;
  border-left: 1px solid #c8c4bd;
}

.awards-registry-page .profile-edition > span,
.awards-registry-page .profile-story-label > span,
.awards-registry-page .certificate-copy .eyebrow {
  color: var(--red);
  font-family: "FA Sans", sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.awards-registry-page .profile-edition strong {
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.2;
}

.awards-registry-page .profile-feature {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(330px, 1fr);
  margin-top: 34px;
  border-top: 6px solid var(--red);
  box-shadow: 0 18px 48px rgba(25, 19, 16, 0.12);
}

.awards-registry-page .profile-image {
  display: grid;
  width: 100%;
  aspect-ratio: 415 / 285;
  overflow: hidden;
  place-items: center;
  background: #d9d5cf;
}

.awards-registry-page .profile-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.awards-registry-page .profile-image-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #fff;
  background: #2a2928;
  font-size: 7rem;
}

.awards-registry-page .profile-details {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 36px 36px 34px;
  color: #fff;
  background: #111;
}

.awards-registry-page .profile-logo {
  width: 178px;
}

.awards-registry-page .profile-kicker {
  display: block;
  margin-top: 23px;
  color: var(--red);
  font-family: "FA Sans", sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.awards-registry-page .profile-side-recognition {
  margin-top: 22px;
  padding: 18px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.awards-registry-page .profile-side-recognition > span {
  color: rgba(255, 255, 255, 0.5);
  font-family: "FA Sans", sans-serif;
  font-size: 0.59rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.awards-registry-page .profile-side-recognition h2 {
  margin-top: 9px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.32;
}

.awards-registry-page .profile-details dl {
  margin-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
}

.awards-registry-page .profile-details dl > div {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.19);
}

.awards-registry-page .profile-details dt {
  color: rgba(255, 255, 255, 0.53);
  font-family: "FA Sans", sans-serif;
  font-size: 0.61rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.awards-registry-page .profile-details dd {
  margin-top: 6px;
  font-size: 0.95rem;
  line-height: 1.35;
}

.awards-registry-page .profile-story {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 42px;
  margin-top: 34px;
  padding: 36px 40px 40px;
  background: #fff;
  border-top: 3px solid #111;
}

.awards-registry-page .profile-story-label {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.awards-registry-page .profile-story-label strong {
  font-family: "FA Sans", sans-serif;
  font-size: 0.73rem;
  font-weight: 400;
  line-height: 1.35;
}

.awards-registry-page .profile-story-copy {
  display: grid;
  max-width: 770px;
  gap: 14px;
}

.awards-registry-page .profile-story-copy p {
  color: #303030;
  font-family: "FA Sans", sans-serif;
  font-size: 0.88rem;
  line-height: 1.72;
}

.awards-registry-page .profile-story-continuation {
  color: var(--red);
  font-family: "FA Sans", sans-serif;
}

.awards-registry-page .result-page {
  min-height: 720px;
  padding: 34px 0 84px;
  background: #fff;
}

.awards-registry-page .result-header {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px;
  border-top: 3px solid #111;
  border-bottom: 1px solid #dedede;
}

.awards-registry-page .result-header strong {
  font-family: "FA Sans", sans-serif;
  font-size: 0.66rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.awards-registry-page .certificate-results {
  display: grid;
  gap: 24px;
  margin-top: 26px;
}

.awards-registry-page .certificate-record {
  position: relative;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  min-height: 390px;
  border: 1px solid #111;
}

.awards-registry-page .certificate-mark {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 13px;
  color: #fff;
  background: #111;
  border-right: 1px solid #111;
}

.awards-registry-page .certificate-mark::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--red);
  content: "";
}

.awards-registry-page .certificate-mark span {
  font-size: 1.75rem;
  font-style: italic;
}

.awards-registry-page .certificate-mark small {
  font-family: "FA Sans", sans-serif;
  font-size: 0.59rem;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.awards-registry-page .certificate-copy {
  align-self: center;
  padding: 44px 74px 44px 48px;
}

.awards-registry-page .certificate-copy h1 {
  margin: 12px 0 6px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.awards-registry-page .certificate-copy h2 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3;
}

.awards-registry-page .record-facts {
  border-top: 1px solid #111;
}

.awards-registry-page .record-facts > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  padding: 10px 0;
  border-bottom: 1px solid #dedede;
}

.awards-registry-page .record-facts dt {
  color: #737373;
  font-family: "FA Sans", sans-serif;
  font-size: 0.64rem;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.awards-registry-page .record-facts dd {
  font-family: "FA Sans", sans-serif;
  font-size: 0.78rem;
  line-height: 1.3;
}

.awards-registry-page .certificate-seal {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

@media (max-width: 980px) {
  .awards-registry-page .profile-feature {
    grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.9fr);
  }
}

@media (max-width: 760px) {
  .awards-registry-page .winner-hero,
  .awards-registry-page .winner-overlay {
    min-height: calc(100vh - 62px);
  }

  .awards-registry-page .winner-overlay {
    align-items: flex-start;
    background: rgba(20, 5, 4, 0.34);
  }

  .awards-registry-page .winner-shell {
    padding-top: 62px;
    padding-bottom: 72px;
  }

  .awards-registry-page .winner-heading h1 {
    font-size: 3.15rem;
  }

  .awards-registry-page .winner-search {
    margin-top: 36px;
  }

  .awards-registry-page .lookup-tabs button {
    min-height: 56px;
  }

  .awards-registry-page .lookup-panel {
    padding: 27px 22px 30px;
  }

  .awards-registry-page .person-fields,
  .awards-registry-page .certificate-fields {
    grid-template-columns: 1fr;
  }

  .awards-registry-page .lookup-panel button[type="submit"] {
    margin-top: 5px;
  }

  .awards-registry-page .profile-page {
    padding: 24px 0 62px;
  }

  .awards-registry-page .profile-masthead {
    grid-template-columns: 1fr;
  }

  .awards-registry-page .profile-title {
    padding: 28px 0 30px;
  }

  .awards-registry-page .profile-title h1 {
    font-size: 3.1rem;
  }

  .awards-registry-page .profile-edition {
    min-width: 0;
    align-items: flex-start;
    padding: 20px 0 23px;
    border-top: 1px solid #c8c4bd;
    border-left: 0;
  }

  .awards-registry-page .profile-feature {
    grid-template-columns: 1fr;
    margin-top: 25px;
  }

  .awards-registry-page .profile-image {
    aspect-ratio: 415 / 285;
  }

  .awards-registry-page .profile-details {
    min-height: 0;
    padding: 30px 25px 28px;
  }

  .awards-registry-page .profile-logo {
    width: 165px;
  }

  .awards-registry-page .profile-side-recognition h2 {
    font-size: 1.14rem;
  }

  .awards-registry-page .profile-story {
    grid-template-columns: 1fr;
    gap: 21px;
    margin-top: 25px;
    padding: 30px 25px 34px;
  }

  .awards-registry-page .profile-story-copy p {
    font-size: 0.84rem;
    line-height: 1.7;
  }

  .awards-registry-page .result-page {
    padding-top: 24px;
  }

  .awards-registry-page .result-navigation {
    font-size: 0.58rem;
  }

  .awards-registry-page .result-header {
    min-height: 52px;
    padding-inline: 12px;
  }

  .awards-registry-page .result-header strong {
    font-size: 0.56rem;
  }

  .awards-registry-page .certificate-record {
    grid-template-columns: 1fr;
  }

  .awards-registry-page .certificate-mark {
    min-height: 104px;
    border-right: 0;
    border-bottom: 1px solid #111;
  }

  .awards-registry-page .certificate-copy {
    padding: 34px 22px 72px;
  }

  .awards-registry-page .certificate-copy h1 {
    font-size: 2.45rem;
  }

  .awards-registry-page .certificate-copy h2 {
    font-size: 1.12rem;
  }

  .awards-registry-page .certificate-seal {
    top: 124px;
    right: 18px;
  }

  .awards-registry-page .record-facts > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}
