:root {
  --award-navy: #071a2d;
  --award-navy-soft: #0b2f4b;
  --award-teal: #08747d;
  --award-teal-dark: #075d64;
  --award-gold: #d3ad61;
  --award-gold-light: #f2db9f;
  --award-gold-dark: #8a5e15;
  --award-ivory: #fbf7ed;
  --award-ink: #1a2d3d;
  --award-muted: #617581;
  --award-border: #d9e3e5;
  --award-white: #ffffff;
  --award-shadow: 0 24px 64px rgba(7, 26, 45, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 138px;
}

body.awards-recognition-page {
  margin: 0;
  overflow-x: hidden;
  background: var(--award-ivory);
  color: var(--award-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.awards-page :where(h1, h2, h3, p, figure) {
  margin-top: 0;
}

.awards-page a {
  text-underline-offset: 3px;
}

.awards-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.awards-section {
  padding: clamp(68px, 8vw, 108px) 0;
}

.awards-eligibility,
.awards-contact {
  scroll-margin-top: 138px;
}

.awards-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--award-gold-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.awards-kicker::before {
  width: 32px;
  height: 2px;
  background: currentColor;
  content: "";
}

.awards-section h2 {
  max-width: 790px;
  margin-bottom: 22px;
  color: var(--award-navy);
  font-size: clamp(2rem, 4.4vw, 3.65rem);
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.awards-lead {
  max-width: 790px;
  margin-bottom: 0;
  color: var(--award-muted);
  font-size: clamp(1.05rem, 1.8vw, 1.23rem);
  line-height: 1.75;
}

.awards-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.awards-button:hover {
  transform: translateY(-2px);
}

.awards-button--gold {
  background: var(--award-gold);
  color: var(--award-navy);
  box-shadow: 0 12px 28px rgba(211, 173, 97, 0.25);
}

.awards-button--gold:hover {
  background: var(--award-gold-light);
}

.awards-button--outline {
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--award-white);
}

.awards-button--outline:hover {
  border-color: var(--award-gold-light);
  background: rgba(255, 255, 255, 0.08);
  color: var(--award-gold-light);
}

.awards-button--navy {
  background: var(--award-navy);
  color: var(--award-white);
}

.awards-button--navy:hover {
  background: var(--award-teal-dark);
}

.awards-button--ghost {
  border-color: #b8c7cb;
  color: var(--award-navy);
}

.awards-button--ghost:hover {
  border-color: var(--award-teal);
  background: #edf7f6;
  color: var(--award-teal-dark);
}

.awards-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(8, 116, 125, 0.36), transparent 34%),
    radial-gradient(circle at 82% 12%, rgba(211, 173, 97, 0.2), transparent 30%),
    linear-gradient(135deg, #061827 0%, #0b2a45 58%, #073e4c 100%);
  color: var(--award-white);
}

.awards-hero::before,
.awards-hero::after {
  position: absolute;
  z-index: -1;
  content: "";
}

.awards-hero::before {
  inset: 0;
  opacity: 0.17;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to right, #000, transparent 60%);
}

.awards-hero::after {
  right: -100px;
  bottom: -190px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(242, 219, 159, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(242, 219, 159, 0.04), 0 0 0 140px rgba(242, 219, 159, 0.025);
}

.awards-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 24px;
  color: #c5d7df;
  font-size: 0.84rem;
}

.awards-breadcrumb a {
  color: var(--award-gold-light);
}

.awards-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.97fr);
  align-items: center;
  gap: clamp(48px, 7vw, 90px);
  min-height: 700px;
  padding: clamp(62px, 7.5vw, 104px) 0 clamp(74px, 8vw, 112px);
}

.awards-hero .awards-kicker {
  color: var(--award-gold-light);
}

.awards-hero h1 {
  max-width: 710px;
  margin-bottom: 24px;
  color: var(--award-white);
  font-size: clamp(3rem, 6.4vw, 5.85rem);
  letter-spacing: -0.058em;
  line-height: 0.96;
}

.awards-hero h1 span {
  display: block;
  color: var(--award-gold-light);
}

.awards-hero__intro {
  max-width: 720px;
  margin-bottom: 30px;
  color: #dce8ed;
  font-size: clamp(1.05rem, 1.55vw, 1.22rem);
  line-height: 1.72;
}

.awards-hero__actions,
.awards-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.awards-event-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 36px 0 0;
  padding: 1px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  list-style: none;
  backdrop-filter: blur(10px);
}

.awards-event-meta li {
  min-width: 0;
  padding: 15px;
}

.awards-event-meta li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.awards-event-meta span,
.awards-event-meta strong {
  display: block;
}

.awards-event-meta span {
  margin-bottom: 4px;
  color: #aac2cd;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.awards-event-meta strong {
  color: var(--award-white);
  font-size: 0.86rem;
  line-height: 1.45;
}

.awards-hero__visual {
  position: relative;
  min-width: 0;
  margin: 58px 0 0;
}

.awards-hero__photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(242, 219, 159, 0.55);
  border-radius: 24px 24px 78px 24px;
  background: #0c2437;
  box-shadow: 0 38px 80px rgba(0, 0, 0, 0.36);
}

.awards-hero__photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7, 26, 45, 0.86), transparent 58%);
  content: "";
  pointer-events: none;
}

.awards-hero__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 4.35;
  object-fit: cover;
  object-position: 56% center;
}

.awards-hero__photo figcaption {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  z-index: 1;
  color: #e8f0f3;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
}

.award-medal {
  position: absolute;
  top: -72px;
  left: -58px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: clamp(154px, 17vw, 214px);
  aspect-ratio: 1;
  border: 8px solid #f1d48d;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, #fff0bd 0 8%, transparent 9%),
    repeating-conic-gradient(from 2deg, #e4bd68 0 5deg, #bd862b 5deg 10deg);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.35), inset 0 0 0 5px #9a6818, inset 0 0 0 9px #f7dda0;
}

.award-medal::before,
.award-medal::after {
  position: absolute;
  top: 78%;
  z-index: -1;
  width: 46px;
  height: 96px;
  border-radius: 5px 5px 14px 14px;
  background: linear-gradient(90deg, #075e66 0 50%, #f2e8c6 50% 100%);
  content: "";
}

.award-medal::before {
  left: 34px;
  transform: rotate(18deg);
}

.award-medal::after {
  right: 34px;
  transform: rotate(-18deg) scaleX(-1);
}

.award-medal__ring {
  display: grid;
  place-items: center;
  width: 68%;
  aspect-ratio: 1;
  padding: 18px;
  border: 2px solid rgba(114, 69, 7, 0.7);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, #ffe9a9, #c99231 72%);
  color: #5d3908;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.award-medal__ring strong,
.award-medal__ring b {
  display: block;
}

.award-medal__ring strong {
  font-size: clamp(0.62rem, 1vw, 0.82rem);
  letter-spacing: 0.11em;
}

.award-medal__ring b {
  font-size: clamp(1.18rem, 2.6vw, 2rem);
}

.awards-introduction {
  background: var(--award-white);
}

.awards-introduction__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(40px, 8vw, 100px);
}

.awards-introduction__body {
  padding-top: 8px;
}

.awards-introduction__body p {
  margin-bottom: 19px;
  color: var(--award-muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.awards-introduction__body p:last-child {
  margin-bottom: 0;
}

.awards-principles {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 29px 0 0;
  padding: 0;
  list-style: none;
}

.awards-principles li {
  padding: 8px 12px;
  border: 1px solid #c8dbdc;
  border-radius: 999px;
  background: #eef7f6;
  color: var(--award-teal-dark);
  font-size: 0.8rem;
  font-weight: 800;
}

.awards-eligibility {
  background:
    linear-gradient(180deg, rgba(211, 173, 97, 0.09), transparent 28%),
    var(--award-ivory);
}

.awards-eligibility__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 42px;
}

.awards-eligibility__head .awards-lead {
  max-width: 470px;
  padding-bottom: 5px;
}

.awards-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.awards-category {
  position: relative;
  grid-column: span 2;
  min-width: 0;
  min-height: 286px;
  overflow: hidden;
  padding: 29px;
  border: 1px solid rgba(169, 122, 34, 0.24);
  border-radius: 18px;
  background: var(--award-white);
  box-shadow: 0 16px 42px rgba(7, 26, 45, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.awards-category:nth-child(4) {
  grid-column: 2 / span 2;
}

.awards-category:hover {
  transform: translateY(-5px);
  border-color: rgba(169, 122, 34, 0.65);
  box-shadow: 0 24px 54px rgba(7, 26, 45, 0.13);
}

.awards-category::after {
  position: absolute;
  right: -44px;
  bottom: -44px;
  width: 130px;
  height: 130px;
  border: 20px solid rgba(211, 173, 97, 0.1);
  border-radius: 50%;
  content: "";
}

.awards-category__number {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 41px;
  border: 1px solid #d8bd84;
  border-radius: 50%;
  background: var(--award-ivory);
  color: var(--award-gold-dark);
  font-size: 0.84rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.awards-category h3 {
  margin-bottom: 13px;
  color: var(--award-navy);
  font-size: 1.25rem;
  line-height: 1.28;
}

.awards-category p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: var(--award-muted);
  font-size: 0.94rem;
  line-height: 1.68;
}

.awards-ceremony {
  position: relative;
  overflow: hidden;
  background: var(--award-navy);
  color: var(--award-white);
}

.awards-ceremony::before {
  position: absolute;
  top: -160px;
  left: -160px;
  width: 420px;
  height: 420px;
  border: 76px solid rgba(8, 116, 125, 0.22);
  border-radius: 50%;
  content: "";
}

.awards-ceremony__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.74fr);
  align-items: center;
  gap: clamp(42px, 7vw, 90px);
}

.awards-ceremony .awards-kicker {
  color: var(--award-gold-light);
}

.awards-ceremony h2 {
  color: var(--award-white);
}

.awards-ceremony .awards-lead {
  color: #ccdae1;
}

.awards-ceremony__details {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 1px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.2);
}

.awards-ceremony__details div {
  padding: 22px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.awards-ceremony__details div:last-child {
  border-bottom: 0;
}

.awards-ceremony__details dt {
  margin-bottom: 6px;
  color: #a8c2cc;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.awards-ceremony__details dd {
  margin: 0;
  color: var(--award-white);
  font-size: 1.08rem;
  font-weight: 850;
  line-height: 1.45;
}

.awards-contact {
  background: var(--award-white);
}

.awards-contact__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
  padding: clamp(32px, 6vw, 64px);
  border: 1px solid rgba(169, 122, 34, 0.34);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 10%, rgba(211, 173, 97, 0.2), transparent 35%),
    var(--award-ivory);
  box-shadow: var(--award-shadow);
}

.awards-contact__card h2 {
  margin-bottom: 16px;
}

.awards-contact__card p {
  max-width: 710px;
  margin-bottom: 12px;
  color: var(--award-muted);
  font-size: 1rem;
  line-height: 1.72;
}

.awards-contact__person {
  color: var(--award-navy) !important;
  font-size: 1.1rem !important;
}

.awards-contact__phone {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 12px 18px;
  border: 1px solid rgba(8, 116, 125, 0.25);
  border-radius: 10px;
  background: var(--award-white);
  color: var(--award-teal-dark);
  font-size: 1.12rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.awards-contact__phone:hover {
  border-color: var(--award-teal);
  background: #edf7f6;
}

.awards-cta {
  padding: clamp(68px, 8vw, 104px) 0;
  background:
    linear-gradient(115deg, rgba(8, 116, 125, 0.94), rgba(7, 26, 45, 0.97)),
    var(--award-navy);
  color: var(--award-white);
  text-align: center;
}

.awards-cta h2 {
  max-width: 760px;
  margin: 0 auto 18px;
  color: var(--award-white);
  font-size: clamp(2.15rem, 4.5vw, 4rem);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.awards-cta p {
  max-width: 760px;
  margin: 0 auto 28px;
  color: #dbe9ed;
  font-size: 1.08rem;
  line-height: 1.72;
}

.awards-cta__actions {
  justify-content: center;
}

.awards-related {
  padding: 30px 0;
  border-top: 1px solid var(--award-border);
  background: var(--award-ivory);
}

.awards-related__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 11px 24px;
}

.awards-related__inner strong {
  color: var(--award-navy);
  font-size: 0.83rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.awards-related__inner a {
  color: var(--award-teal-dark);
  font-size: 0.9rem;
  font-weight: 800;
}

@media (max-width: 980px) {
  .awards-hero__grid,
  .awards-introduction__grid,
  .awards-ceremony__grid {
    grid-template-columns: 1fr;
  }

  .awards-hero__grid {
    min-height: auto;
  }

  .awards-hero__visual {
    width: min(620px, 88%);
    margin: 54px auto 0;
  }

  .awards-hero__photo img {
    aspect-ratio: 5 / 3.55;
    object-position: center;
  }

  .awards-introduction__grid,
  .awards-ceremony__grid {
    gap: 34px;
  }

  .awards-eligibility__head {
    display: block;
  }

  .awards-eligibility__head .awards-lead {
    max-width: 760px;
  }

  .awards-category {
    grid-column: span 3;
  }

  .awards-category:nth-child(4) {
    grid-column: span 3;
  }
}

@media (max-width: 720px) {
  .awards-shell {
    width: min(100% - 32px, 1180px);
  }

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

  .awards-hero__grid {
    padding: 56px 0 82px;
  }

  .awards-event-meta {
    grid-template-columns: 1fr;
  }

  .awards-event-meta li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }

  .awards-hero__visual {
    width: calc(100% - 22px);
    margin-left: 22px;
  }

  .award-medal {
    top: -52px;
    left: -27px;
  }

  .awards-category-grid {
    grid-template-columns: 1fr;
  }

  .awards-category,
  .awards-category:nth-child(4) {
    grid-column: auto;
    min-height: 0;
  }

  .awards-category__number {
    margin-bottom: 28px;
  }

  .awards-contact__card {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .awards-contact__phone {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 430px) {
  .awards-shell {
    width: min(100% - 28px, 1180px);
  }

  .awards-hero h1 {
    font-size: clamp(2.65rem, 14vw, 3.55rem);
  }

  .awards-hero__actions,
  .awards-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .awards-button {
    width: 100%;
  }

  .awards-hero__visual {
    width: calc(100% - 14px);
    margin-left: 14px;
  }

  .awards-hero__photo {
    border-radius: 18px 18px 54px 18px;
  }

  .awards-hero__photo img {
    aspect-ratio: 4 / 4.2;
    object-position: 56% center;
  }

  .award-medal {
    top: -45px;
    left: -22px;
    width: 144px;
    border-width: 6px;
  }

  .award-medal::before,
  .award-medal::after {
    width: 34px;
    height: 76px;
  }

  .award-medal::before {
    left: 28px;
  }

  .award-medal::after {
    right: 28px;
  }

  .awards-category,
  .awards-contact__card {
    padding: 24px;
  }

  .awards-related__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .awards-page *,
  .awards-page *::before,
  .awards-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .awards-button:hover,
  .awards-category:hover {
    transform: none;
  }
}
