/* Homepage awards showcase
   The plaques are the story here: stats support the achievement instead of
   competing with it. */
.idx-awards-section {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 7vw, 94px) 0 clamp(64px, 8vw, 104px) !important;
  background:
    radial-gradient(circle at 78% 42%, rgba(212, 160, 23, 0.13), transparent 30rem),
    radial-gradient(circle at 8% 80%, rgba(72, 194, 176, 0.08), transparent 26rem),
    #071a3b !important;
}

.idx-awards-section::before,
.idx-awards-section::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.idx-awards-section::before {
  width: 42rem;
  height: 42rem;
  top: -27rem;
  right: -12rem;
  border: 1px solid rgba(242, 209, 107, 0.13);
  border-radius: 50%;
  box-shadow:
    0 0 0 2.2rem rgba(242, 209, 107, 0.035),
    0 0 0 5.4rem rgba(242, 209, 107, 0.025);
}

.idx-awards-section::after {
  width: 9px;
  height: 9px;
  right: 10%;
  bottom: 13%;
  border: 1px solid rgba(242, 209, 107, 0.78);
  transform: rotate(45deg);
  box-shadow: 0 0 12px rgba(242, 209, 107, 0.56);
}

#idx-stats-outer.idx-awards-showcase {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: clamp(28px, 4.5vw, 58px) clamp(18px, 4.5vw, 62px) clamp(28px, 4vw, 48px);
  border: 1px solid rgba(242, 209, 107, 0.5);
  background:
    linear-gradient(145deg, rgba(11, 39, 83, 0.86), rgba(3, 15, 40, 0.94)),
    #081d44;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 246, 191, 0.16),
    inset 0 0 70px rgba(8, 50, 88, 0.22);
}

.idx-awards-showcase::before,
.idx-awards-showcase::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.idx-awards-showcase::before {
  inset: 12px;
  border: 1px solid rgba(242, 209, 107, 0.14);
}

.idx-awards-showcase::after {
  width: 16rem;
  height: 16rem;
  right: -8rem;
  bottom: -9rem;
  border: 1px solid rgba(101, 218, 191, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 1.4rem rgba(101, 218, 191, 0.04);
}

#idx-stats-heading.idx-awards-heading {
  display: block !important;
  position: relative;
  z-index: 1;
  margin: 0 auto clamp(30px, 4vw, 52px);
  text-align: center;
}

.idx-awards-season,
.idx-awards-kicker,
.idx-awards-date,
.idx-awards-live-metric span {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.idx-awards-season {
  margin: 0 0 13px;
  color: #f2d16b;
  font-size: clamp(0.68rem, 1.15vw, 0.83rem);
}

.idx-awards-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2.4vw, 32px);
}

.idx-awards-title-rule {
  width: clamp(32px, 8vw, 110px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(242, 209, 107, 0.7));
}

.idx-awards-title-rule:last-child {
  background: linear-gradient(90deg, rgba(242, 209, 107, 0.7), transparent);
}

.idx-awards-title {
  margin: 0;
  color: #fffaf0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.55rem, 5.7vw, 5rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.035em;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.28);
}

.idx-awards-heading-copy {
  max-width: 560px;
  margin: 17px auto 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(0.84rem, 1.35vw, 1rem);
  line-height: 1.65;
}

#idx-stats-grid.idx-awards-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.7fr) !important;
  gap: clamp(30px, 5vw, 78px) !important;
  align-items: center;
  margin: 0 !important;
}

#idx-stats-grid.idx-awards-content > div {
  min-width: 0;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#idx-stats-grid.idx-awards-content > .idx-awards-story {
  position: relative;
  padding: 20px 0 22px 26px !important;
  border-left: 2px solid rgba(242, 209, 107, 0.58) !important;
}

.idx-awards-story::before {
  position: absolute;
  content: "";
  top: 15%;
  bottom: 15%;
  left: -6px;
  width: 10px;
  background: #071a3b;
  border-top: 1px solid #f2d16b;
  border-bottom: 1px solid #f2d16b;
  transform: translateY(0);
}

.idx-awards-story-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  height: 57px;
  margin-bottom: 23px;
  border: 1px solid rgba(242, 209, 107, 0.78);
  border-radius: 50%;
  background: rgba(242, 209, 107, 0.05);
  box-shadow: 0 0 24px rgba(242, 209, 107, 0.12);
}

.idx-awards-story-mark svg {
  width: 34px;
  height: 34px;
  stroke: #f2d16b;
  stroke-width: 1.35;
}

.idx-awards-kicker {
  margin: 0 0 11px;
  color: #6ce0c8;
  font-size: 0.66rem;
  line-height: 1.4;
}

.idx-awards-count {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-left: -5px;
  color: #f6d875;
  font-family: "Cormorant Garamond", serif;
  line-height: 0.85;
  text-shadow: 0 0 25px rgba(242, 209, 107, 0.36);
}

.idx-awards-count span {
  font-size: clamp(5.6rem, 10vw, 8.7rem);
  font-weight: 600;
  letter-spacing: -0.08em;
}

.idx-awards-count small {
  color: rgba(255, 255, 255, 0.85);
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(0.9rem, 1.65vw, 1.15rem);
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.idx-awards-story-rule {
  width: 80px;
  height: 1px;
  margin: 19px 0 17px;
  background: linear-gradient(90deg, #f2d16b, rgba(242, 209, 107, 0));
}

.idx-awards-story h3,
.idx-awards-gallery h3 {
  margin: 0;
  color: #fffaf0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

.idx-awards-story h3 {
  max-width: 280px;
  font-size: clamp(1.55rem, 2.45vw, 2.25rem);
  line-height: 1.02;
}

.idx-awards-story-copy {
  max-width: 300px;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.69);
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.87rem;
  line-height: 1.65;
}

.idx-awards-live-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
  padding-top: 17px;
  border-top: 1px solid rgba(242, 209, 107, 0.24);
}

.idx-awards-live-metric {
  min-width: 0;
}

.idx-awards-live-metric strong {
  display: block;
  color: #f2d16b;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
  font-weight: 600;
  line-height: 1;
}

.idx-awards-live-metric span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.57);
  font-size: 0.54rem;
  line-height: 1.35;
}

#idx-stats-grid.idx-awards-content > .idx-awards-gallery {
  min-width: 0;
  padding-left: clamp(0px, 1.8vw, 25px) !important;
}

.idx-awards-gallery-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 6px;
}

.idx-awards-gallery-heading .idx-awards-kicker {
  margin-bottom: 7px;
  color: #f2d16b;
}

.idx-awards-gallery h3 {
  font-size: clamp(1.9rem, 3.25vw, 3rem);
  line-height: 0.98;
}

.idx-awards-gallery-badge {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(108, 224, 200, 0.64);
  border-radius: 50%;
  color: #6ce0c8;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.idx-awards-gallery-title {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.idx-awards-plaque-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(7px, 1.25vw, 18px);
  align-items: end;
  margin-top: 14px;
}

.idx-award-plaque {
  position: relative;
  min-width: 0;
  padding: 9px 7px 12px;
  border: 1px solid rgba(242, 209, 107, 0.28);
  background:
    linear-gradient(180deg, rgba(17, 44, 83, 0.65), rgba(4, 17, 42, 0.96)),
    #071a3b;
  box-shadow:
    0 15px 26px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 250, 214, 0.16);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.idx-award-plaque::before {
  position: absolute;
  content: "";
  inset: 5px;
  border: 1px solid rgba(242, 209, 107, 0.14);
  pointer-events: none;
}

.idx-award-plaque:hover {
  border-color: rgba(242, 209, 107, 0.76);
  box-shadow:
    0 18px 32px rgba(0, 0, 0, 0.3),
    0 0 26px rgba(242, 209, 107, 0.14),
    inset 0 1px 0 rgba(255, 250, 214, 0.2);
  transform: translateY(-8px);
}

.idx-award-plaque--second {
  border-color: rgba(242, 209, 107, 0.72);
  box-shadow:
    0 19px 33px rgba(0, 0, 0, 0.3),
    0 0 30px rgba(242, 209, 107, 0.14),
    inset 0 1px 0 rgba(255, 250, 214, 0.2);
  transform: translateY(-13px);
}

.idx-award-plaque--second:hover {
  transform: translateY(-21px);
}

.idx-award-plaque-image {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: clamp(210px, 25vw, 315px);
}

.idx-award-plaque-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 330px;
  object-fit: contain;
  filter: drop-shadow(0 11px 8px rgba(0, 0, 0, 0.42));
  transition: filter 220ms ease, transform 220ms ease;
}

.idx-award-plaque:hover .idx-award-plaque-image img {
  filter: drop-shadow(0 15px 11px rgba(0, 0, 0, 0.5));
  transform: scale(1.025);
}

.idx-award-plaque-caption {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  margin-top: 2px;
  padding-top: 10px;
  border-top: 1px solid rgba(242, 209, 107, 0.24);
}

.idx-award-plaque-caption strong {
  color: #f2d16b;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.55rem, 2.6vw, 2.3rem);
  font-weight: 600;
  line-height: 1;
}

.idx-award-plaque-caption sup {
  font-size: 0.42em;
  letter-spacing: 0.04em;
  vertical-align: super;
}

.idx-award-plaque-caption span {
  color: rgba(255, 255, 255, 0.66);
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.idx-awards-date {
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.49);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-align: right;
}

.idx-awards-footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.2vw, 32px);
  margin-top: clamp(32px, 4vw, 52px);
}

.idx-awards-footer-rule {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(242, 209, 107, 0.5));
}

.idx-awards-footer-rule:last-child {
  background: linear-gradient(90deg, rgba(242, 209, 107, 0.5), transparent);
}

.idx-awards-footer .btn {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: max-content;
  padding: 13px 22px;
  border: 1px solid rgba(255, 242, 171, 0.9);
  box-shadow: 0 7px 24px rgba(0, 0, 0, 0.18);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
}

.idx-awards-footer .btn span {
  font-size: 1.2em;
  line-height: 1;
  transition: transform 180ms ease;
}

.idx-awards-footer .btn:hover span,
.idx-awards-footer .btn:focus-visible span {
  transform: translateX(4px);
}

.idx-stats-legacy-section {
  display: none !important;
}

@media (max-width: 980px) {
  #idx-stats-grid.idx-awards-content {
    grid-template-columns: minmax(190px, 0.68fr) minmax(0, 1.5fr) !important;
    gap: 32px !important;
  }

  .idx-award-plaque-image {
    min-height: clamp(185px, 26vw, 270px);
  }

  .idx-awards-story-copy {
    font-size: 0.81rem;
  }
}

@media (max-width: 720px) {
  .idx-awards-section {
    padding-top: 48px !important;
  }

  .idx-awards-showcase {
    padding: 32px 20px 29px;
  }

  #idx-stats-grid.idx-awards-content {
    grid-template-columns: 1fr !important;
    gap: 38px !important;
  }

  #idx-stats-grid.idx-awards-content > .idx-awards-story {
    padding: 8px 0 0 22px !important;
  }

  .idx-awards-story-copy {
    max-width: 510px;
  }

  .idx-awards-live-metrics {
    max-width: 510px;
  }

  #idx-stats-grid.idx-awards-content > .idx-awards-gallery {
    padding-left: 0 !important;
  }

  .idx-awards-plaque-grid {
    gap: 9px;
  }

  .idx-award-plaque-image {
    min-height: clamp(175px, 32vw, 245px);
  }

  .idx-award-plaque--second {
    transform: translateY(-8px);
  }

  .idx-award-plaque--second:hover {
    transform: translateY(-14px);
  }
}

@media (max-width: 480px) {
  .idx-awards-showcase {
    padding: 29px 15px 25px;
  }

  .idx-awards-showcase::before {
    inset: 8px;
  }

  .idx-awards-title-row {
    gap: 9px;
  }

  .idx-awards-title-rule {
    width: 24px;
  }

  .idx-awards-heading-copy {
    padding: 0 6px;
    font-size: 0.77rem;
  }

  .idx-awards-story {
    padding-left: 17px !important;
  }

  .idx-awards-story-mark {
    width: 49px;
    height: 49px;
    margin-bottom: 18px;
  }

  .idx-awards-story-mark svg {
    width: 29px;
    height: 29px;
  }

  .idx-awards-count {
    margin-left: -3px;
  }

  .idx-awards-count span {
    font-size: clamp(4.7rem, 23vw, 6.3rem);
  }

  .idx-awards-count small {
    font-size: 0.75rem;
  }

  .idx-awards-live-metric span {
    font-size: 0.47rem;
    letter-spacing: 0.1em;
  }

  .idx-awards-gallery-heading {
    gap: 10px;
  }

  .idx-awards-gallery-badge {
    width: 43px;
    height: 43px;
    font-size: 0.52rem;
  }

  .idx-awards-gallery h3 {
    font-size: 1.8rem;
  }

  .idx-awards-gallery-title {
    font-size: 0.58rem;
  }

  .idx-awards-plaque-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 9px;
  }

  .idx-award-plaque--second {
    grid-column: 1 / -1;
    width: min(100%, 220px);
    margin: 0 auto 5px;
  }

  .idx-award-plaque {
    padding: 5px 3px 8px;
  }

  .idx-award-plaque::before {
    inset: 3px;
  }

  .idx-award-plaque-image {
    min-height: 188px;
  }

  .idx-award-plaque--second .idx-award-plaque-image {
    min-height: 238px;
  }

  .idx-award-plaque-caption {
    gap: 3px;
    padding-top: 7px;
  }

  .idx-award-plaque-caption strong {
    font-size: 1.35rem;
  }

  .idx-award-plaque-caption span {
    font-size: 0.43rem;
    letter-spacing: 0.1em;
  }

  .idx-awards-date {
    font-size: 0.5rem;
  }

  .idx-awards-footer {
    gap: 10px;
  }

  .idx-awards-footer .btn {
    padding: 12px 15px;
    font-size: 0.66rem;
    letter-spacing: 0.07em;
  }
}

/* Unified navy refinement — one surface, one heading, no framing lines. */
.idx-awards-section,
#idx-stats-outer.idx-awards-showcase {
  background: #06142e !important;
}

.idx-awards-section::before,
.idx-awards-section::after,
.idx-awards-showcase::before,
.idx-awards-showcase::after {
  display: none !important;
}

#idx-stats-outer.idx-awards-showcase {
  overflow: visible;
  padding: 20px clamp(18px, 3vw, 42px) 22px !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#idx-stats-heading.idx-awards-heading {
  margin-bottom: 16px;
}

#idx-stats-heading .idx-awards-title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.28em;
  color: #fffaf0;
  font-size: clamp(1.55rem, 3vw, 2.65rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

#idx-stats-heading .idx-awards-season {
  margin: 0;
  color: #f2d16b;
  font-family: "Cormorant Garamond", serif;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: inherit;
  text-transform: none;
}

.idx-awards-heading-dot {
  color: rgba(242, 209, 107, 0.72);
}

.idx-awards-title-row,
.idx-awards-title-rule {
  display: contents;
}

#idx-stats-grid.idx-awards-content > .idx-awards-story {
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 220px;
  padding: 18px 14px 18px 4px !important;
  border: 0 !important;
  background:
    radial-gradient(circle at 13% 18%, rgba(108, 224, 200, 0.78) 0 1px, transparent 1.8px),
    radial-gradient(circle at 78% 20%, rgba(242, 209, 107, 0.7) 0 1px, transparent 1.8px),
    radial-gradient(circle at 88% 70%, rgba(108, 224, 200, 0.55) 0 1px, transparent 1.8px),
    radial-gradient(circle at 24% 82%, rgba(255, 255, 255, 0.6) 0 1px, transparent 1.7px) !important;
}

.idx-awards-story::before {
  z-index: -1;
  top: 50%;
  bottom: auto;
  left: 37%;
  width: min(250px, 90%);
  height: 190px;
  border: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(24, 120, 151, 0.26) 0, rgba(12, 66, 111, 0.14) 42%, transparent 72%);
  box-shadow: 0 0 45px rgba(42, 167, 185, 0.12);
  transform: translate(-50%, -50%);
}

.idx-awards-count {
  gap: 5px;
  margin-left: 0;
  text-shadow:
    0 0 12px rgba(242, 209, 107, 0.42),
    0 0 30px rgba(242, 209, 107, 0.18);
}

.idx-awards-count span {
  font-size: clamp(4rem, 6.2vw, 5.7rem);
  letter-spacing: -0.075em;
}

.idx-awards-count small {
  font-size: clamp(0.78rem, 1.3vw, 0.98rem);
  letter-spacing: 0.1em;
}

.idx-awards-story-copy {
  max-width: 270px;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.73);
}

.idx-awards-footer {
  justify-content: center;
  margin-top: 15px;
}

.idx-awards-footer-rule {
  display: none;
}

@media (max-width: 720px) {
  #idx-stats-outer.idx-awards-showcase {
    padding: 16px 12px 18px !important;
  }

  #idx-stats-heading .idx-awards-title {
    font-size: clamp(1.25rem, 5.8vw, 2rem);
  }

  #idx-stats-grid.idx-awards-content > .idx-awards-story {
    min-height: 145px;
    padding: 8px 8px 8px 4px !important;
  }

  .idx-awards-story-copy {
    max-width: 460px;
  }
}

@media (max-width: 420px) {
  #idx-stats-heading .idx-awards-title {
    gap: 0.22em;
    font-size: clamp(1.05rem, 5.4vw, 1.4rem);
  }
}

html body #idx-stats-section.idx-awards-section,
html body #idx-stats-section #idx-stats-outer.idx-awards-showcase {
  background-color: #06142e !important;
  background-image: none !important;
}

html body #idx-stats-grid.idx-awards-content {
  gap: clamp(12px, 2vw, 28px) !important;
}

/* Final alignment: match the readiness panels exactly and keep one solid blue. */
html body #idx-stats-section.idx-awards-section {
  background: #1c2030 !important;
}

html body #idx-stats-section #idx-stats-outer.idx-awards-showcase {
  width: 100%;
  margin: 0;
  background: #0b204c !important;
  background-image: none !important;
}

html body #idx-stats-section #idx-stats-outer.idx-awards-showcase::before,
html body #idx-stats-section #idx-stats-outer.idx-awards-showcase::after,
html body #idx-stats-grid.idx-awards-content > .idx-awards-story::before,
html body #idx-stats-grid.idx-awards-content > .idx-awards-gallery::before {
  display: none !important;
}

html body #idx-stats-grid.idx-awards-content > .idx-awards-story {
  background: #0b204c !important;
  background-image: none !important;
}

@media (max-width: 720px) {
  html body #idx-stats-section #idx-stats-outer.idx-awards-showcase {
    width: 100%;
  }
}

/* Contained galactic card: distinct from the page band, without nested frames. */
html body #idx-stats-section.idx-awards-section {
  padding: 42px 0 52px !important;
  background: #1c2030 !important;
}

html body #idx-stats-section #idx-stats-outer.idx-awards-showcase {
  position: relative;
  isolation: isolate;
  width: min(100% - 28px, 1240px);
  margin: 0 auto;
  overflow: hidden;
  padding: 26px clamp(22px, 4vw, 52px) 25px !important;
  border: 1px solid rgba(242, 209, 107, 0.58) !important;
  border-radius: 20px !important;
  background: #081f47 !important;
  box-shadow:
    0 18px 52px rgba(0, 0, 0, 0.27),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

html body #idx-stats-section #idx-stats-outer.idx-awards-showcase::before {
  display: block !important;
  position: absolute;
  z-index: -1;
  top: 17%;
  bottom: 17%;
  left: 14px;
  width: 2px;
  border: 0;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(108, 224, 200, 0.15) 12%,
    rgba(108, 224, 200, 0.95) 50%,
    rgba(242, 209, 107, 0.55) 64%,
    transparent 94%
  );
  box-shadow:
    0 0 7px rgba(108, 224, 200, 0.75),
    0 0 22px rgba(108, 224, 200, 0.35);
}

html body #idx-stats-section #idx-stats-outer.idx-awards-showcase::after {
  display: block !important;
  position: absolute;
  z-index: -1;
  top: -92px;
  right: -70px;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(108, 224, 200, 0.24);
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 56%, rgba(108, 224, 200, 0.22) 0 1px, transparent 2px),
    radial-gradient(circle at 68% 42%, rgba(242, 209, 107, 0.72) 0 1px, transparent 2px),
    radial-gradient(circle at 62% 74%, rgba(255, 255, 255, 0.48) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(24, 120, 151, 0.21), transparent 67%);
  box-shadow:
    0 0 0 13px rgba(108, 224, 200, 0.04),
    0 0 0 28px rgba(242, 209, 107, 0.025),
    0 0 38px rgba(108, 224, 200, 0.14);
}

html body #idx-stats-grid.idx-awards-content > .idx-awards-story {
  padding-right: 18px !important;
}

html body .idx-awards-count {
  display: block;
  margin: 0;
}

html body .idx-awards-pairs-art {
  display: block;
  width: min(100%, 292px);
  height: auto;
  margin: -8px auto 0;
  filter:
    drop-shadow(0 0 10px rgba(242, 209, 107, 0.2))
    drop-shadow(0 16px 18px rgba(0, 0, 0, 0.3));
}

html body #idx-stats-grid.idx-awards-content > .idx-awards-gallery {
  position: relative;
}

html body #idx-stats-grid.idx-awards-content > .idx-awards-gallery::before {
  position: absolute;
  content: "";
  top: -18px;
  right: 5%;
  width: 34%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(108, 224, 200, 0.68), transparent);
  box-shadow: 0 0 10px rgba(108, 224, 200, 0.4);
  opacity: 0.7;
}

@media (max-width: 720px) {
  html body #idx-stats-section.idx-awards-section {
    padding: 30px 0 40px !important;
  }

  html body #idx-stats-section #idx-stats-outer.idx-awards-showcase {
    width: min(100% - 18px, 560px);
    padding: 21px 17px 20px !important;
    border-radius: 16px !important;
  }

  html body #idx-stats-section #idx-stats-outer.idx-awards-showcase::before {
    left: 9px;
  }

  html body #idx-stats-grid.idx-awards-content > .idx-awards-story {
    padding-right: 8px !important;
  }

  html body .idx-awards-pairs-art {
    width: min(100%, 270px);
    margin-top: -4px;
  }

  html body #idx-stats-grid.idx-awards-content > .idx-awards-gallery::before {
    top: -12px;
    right: 10%;
    width: 80%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .idx-award-plaque,
  .idx-award-plaque-image img,
  .idx-awards-footer .btn span {
    transition: none;
  }

  .idx-award-plaque:hover,
  .idx-award-plaque--second,
  .idx-award-plaque--second:hover {
    transform: none;
  }
}

/* Compact refinement: let the artwork carry the celebration. */
.idx-awards-section {
  padding: 36px 0 46px !important;
}

#idx-stats-outer.idx-awards-showcase {
  padding: 24px clamp(18px, 3vw, 42px) 22px !important;
  background:
    linear-gradient(145deg, rgba(9, 38, 81, 0.96), rgba(3, 16, 40, 0.98)),
    #061a3d !important;
}

#idx-stats-heading.idx-awards-heading {
  margin-bottom: 20px;
}

#idx-stats-heading .idx-awards-season {
  margin-bottom: 8px;
  font-size: 0.68rem;
}

#idx-stats-heading .idx-awards-title {
  font-size: clamp(2.05rem, 4vw, 3.45rem);
}

#idx-stats-grid.idx-awards-content {
  grid-template-columns: minmax(190px, 0.65fr) minmax(0, 1.8fr) !important;
  gap: clamp(24px, 4vw, 58px) !important;
}

#idx-stats-grid.idx-awards-content > .idx-awards-story {
  padding: 7px 0 7px 20px !important;
}

.idx-awards-count span {
  font-size: clamp(4.1rem, 7vw, 6.5rem);
}

.idx-awards-story-copy {
  max-width: 285px;
  margin-top: 13px;
  font-size: 0.82rem;
  line-height: 1.55;
}

#idx-stats-grid.idx-awards-content > .idx-awards-gallery {
  padding-left: 0 !important;
}

.idx-awards-gallery-heading {
  margin-bottom: 2px;
}

.idx-awards-gallery h3 {
  font-size: clamp(1.6rem, 2.8vw, 2.55rem);
}

.idx-awards-gallery .idx-awards-kicker {
  margin-bottom: 4px;
}

.idx-awards-plaque-grid {
  gap: clamp(4px, 0.8vw, 12px);
  margin-top: 5px;
}

.idx-award-plaque,
.idx-award-plaque--second,
.idx-award-plaque:hover,
.idx-award-plaque--second:hover {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.idx-award-plaque::before {
  display: none;
}

.idx-award-plaque-image {
  min-height: clamp(170px, 19vw, 245px);
}

.idx-award-plaque-image img,
.idx-award-plaque:hover .idx-award-plaque-image img {
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.42));
  transform: none;
}

.idx-awards-dynamic-hooks {
  display: none;
}

.idx-awards-footer {
  margin-top: 21px;
}

.idx-awards-footer .btn {
  padding: 11px 20px;
}

@media (max-width: 720px) {
  .idx-awards-section {
    padding: 30px 0 38px !important;
  }

  #idx-stats-outer.idx-awards-showcase {
    padding: 22px 18px 20px !important;
  }

  #idx-stats-grid.idx-awards-content {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  #idx-stats-grid.idx-awards-content > .idx-awards-story {
    padding: 0 0 0 18px !important;
  }

  .idx-awards-count span {
    font-size: clamp(4.5rem, 17vw, 6rem);
  }

  .idx-awards-story-copy {
    max-width: 520px;
  }

  .idx-award-plaque-image {
    min-height: clamp(155px, 29vw, 220px);
  }
}

@media (max-width: 480px) {
  #idx-stats-heading .idx-awards-title {
    font-size: clamp(1.85rem, 9vw, 2.6rem);
  }

  .idx-awards-gallery h3 {
    font-size: 1.55rem;
  }

  .idx-awards-plaque-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
  }

  .idx-award-plaque-image {
    min-height: 125px;
  }

  .idx-award-plaque--second {
    grid-column: auto;
    width: auto;
    margin: 0;
  }
}

/* Authoritative final surface and alignment overrides. */
html body #idx-stats-section.idx-awards-section {
  background: #1c2030 !important;
}

html body #idx-stats-section .section-wrap #idx-stats-outer.idx-awards-showcase {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  background: #0b204c !important;
  background-image: none !important;
}

html body #idx-stats-section .section-wrap #idx-stats-outer.idx-awards-showcase::before,
html body #idx-stats-section .section-wrap #idx-stats-outer.idx-awards-showcase::after,
html body #idx-stats-section #idx-stats-grid.idx-awards-content > .idx-awards-story::before,
html body #idx-stats-section #idx-stats-grid.idx-awards-content > .idx-awards-story::after,
html body #idx-stats-section #idx-stats-grid.idx-awards-content > .idx-awards-gallery::before,
html body #idx-stats-section #idx-stats-grid.idx-awards-content > .idx-awards-gallery::after {
  display: none !important;
  content: none !important;
}

html body #idx-stats-section #idx-stats-grid.idx-awards-content > .idx-awards-story {
  background: #0b204c !important;
  background-image: none !important;
}

@media (max-width: 720px) {
  html body #idx-stats-section .section-wrap #idx-stats-outer.idx-awards-showcase {
    width: 100% !important;
  }
}

/* Final type hierarchy and balanced glow accents. */
html body #idx-stats-section .section-wrap #idx-stats-outer.idx-awards-showcase {
  background: #0b204c !important;
  background-image: none !important;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.27) !important;
}

html body #idx-stats-heading .idx-awards-title {
  font-size: clamp(1.7rem, 3.1vw, 2.45rem);
}

html body #idx-stats-heading .idx-awards-season {
  font-size: clamp(1.08rem, 2.1vw, 1.65rem);
}

html body #idx-stats-heading .idx-awards-title-main {
  font-size: 0.88em;
}

html body #idx-stats-grid.idx-awards-content > .idx-awards-story,
html body #idx-stats-grid.idx-awards-content > .idx-awards-gallery {
  position: relative;
}

html body #idx-stats-grid.idx-awards-content > .idx-awards-story::after,
html body #idx-stats-grid.idx-awards-content > .idx-awards-gallery::after {
  position: absolute;
  top: -5px;
  width: 72%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(242, 209, 107, 0.9), transparent);
  box-shadow: 0 0 8px rgba(242, 209, 107, 0.52), 0 0 18px rgba(108, 224, 200, 0.16);
}

html body #idx-stats-grid.idx-awards-content > .idx-awards-story::after {
  left: 3%;
}

html body #idx-stats-grid.idx-awards-content > .idx-awards-gallery::after {
  right: 3%;
}

html body #idx-stats-grid.idx-awards-content > .idx-awards-story {
  background: #0b204c !important;
  background-image: none !important;
}

html body .idx-awards-story-copy {
  max-width: 300px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.96rem;
  line-height: 1.58;
}

html body .idx-awards-story-copy strong {
  color: #ffffff;
  font-weight: 700;
}

@media (max-width: 720px) {
  html body #idx-stats-heading .idx-awards-title {
    font-size: clamp(1.25rem, 5.8vw, 1.85rem);
  }

  html body #idx-stats-heading .idx-awards-season {
    font-size: 0.94em;
  }

  html body .idx-awards-story-copy {
    font-size: 0.92rem;
  }
}

@media (max-width: 420px) {
  html body #idx-stats-heading .idx-awards-title {
    font-size: clamp(1.08rem, 5.35vw, 1.35rem);
  }
}

/* Keep the season dominant and explicitly restore the requested paired lines. */
html body #idx-stats-heading .idx-awards-season {
  font-size: 1em !important;
}

html body #idx-stats-heading .idx-awards-title-main {
  font-size: 0.78em !important;
}

html body #idx-stats-section #idx-stats-grid.idx-awards-content > .idx-awards-story::after,
html body #idx-stats-section #idx-stats-grid.idx-awards-content > .idx-awards-gallery::after {
  display: block !important;
  content: "" !important;
  top: -7px;
  width: 70%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(242, 209, 107, 0.24) 18%,
    rgba(255, 255, 255, 0.96) 50%,
    rgba(242, 209, 107, 0.24) 82%,
    transparent 100%
  );
  box-shadow:
    0 0 8px rgba(255, 255, 255, 0.48),
    0 0 16px rgba(242, 209, 107, 0.36);
}

@media (max-width: 720px) {
  html body #idx-stats-heading .idx-awards-season {
    font-size: 0.98em !important;
  }

  html body #idx-stats-heading .idx-awards-title-main {
    font-size: 0.76em !important;
  }
}

/* Use the same line-diamond-fade treatment as About This Website, in the title row. */
html body #idx-stats-heading .idx-awards-title {
  display: flex;
  align-items: center;
  gap: clamp(7px, 1.2vw, 14px);
  width: 100%;
}

html body #idx-stats-heading .idx-awards-title-copy {
  display: inline-flex;
  align-items: baseline;
  flex: 0 0 auto;
  gap: 0.28em;
  white-space: nowrap;
}

html body #idx-stats-heading .idx-awards-heading-rule {
  display: flex;
  align-items: center;
  flex: 1 1 96px;
  gap: 7px;
  min-width: 46px;
  max-width: 150px;
}

html body #idx-stats-heading .idx-awards-heading-rule-line {
  height: 1.5px;
  flex: 1 1 auto;
  background: linear-gradient(to right, transparent, #f2d16b);
  box-shadow: 0 0 6px rgba(242, 209, 107, 0.5);
}

html body #idx-stats-heading .idx-awards-heading-rule-line:last-child {
  background: linear-gradient(to left, #f2d16b, transparent);
}

html body #idx-stats-heading .idx-awards-heading-rule-diamond {
  flex: 0 0 auto;
  color: #f2d16b;
  font-size: 0.62rem;
  line-height: 1;
  text-shadow: 0 0 8px rgba(242, 209, 107, 0.8);
}

/* The title divider replaces the column-level lines. */
html body #idx-stats-section #idx-stats-grid.idx-awards-content > .idx-awards-story::after,
html body #idx-stats-section #idx-stats-grid.idx-awards-content > .idx-awards-gallery::after {
  display: none !important;
  content: none !important;
}

/* Reduce the emblem by 10% and lower it so its people icon meets plaque tops. */
html body .idx-awards-pairs-art {
  width: min(90%, 263px) !important;
  margin-top: 0 !important;
  transform: translateY(23px);
}

html body .idx-awards-story-copy {
  margin-top: 34px !important;
}

html body #idx-stats-grid.idx-awards-content > .idx-awards-gallery,
html body #idx-stats-grid.idx-awards-content > .idx-awards-story {
  background: #0b204c !important;
  background-image: none !important;
}

@media (max-width: 720px) {
  html body #idx-stats-heading .idx-awards-title {
    gap: 5px;
  }

  html body #idx-stats-heading .idx-awards-heading-rule {
    flex-basis: 58px;
    gap: 4px;
    min-width: 40px;
  }

  html body #idx-stats-heading .idx-awards-heading-rule-diamond {
    font-size: 0.5rem;
  }

  html body .idx-awards-pairs-art {
    width: min(90%, 243px) !important;
    transform: translateY(16px);
  }

  html body .idx-awards-story-copy {
    margin-top: 30px !important;
  }
}

/* Compact the showcase and reclaim the empty bottom band with a top-right action. */
html body #idx-stats-section .section-wrap #idx-stats-outer.idx-awards-showcase {
  padding-top: 18px !important;
  padding-bottom: 14px !important;
}

html body #idx-stats-heading.idx-awards-heading {
  margin-bottom: 12px !important;
  padding-bottom: 8px !important;
}

html body #idx-stats-section .section-wrap #idx-stats-outer.idx-awards-showcase > .idx-awards-footer {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: clamp(18px, 3vw, 42px);
  width: auto;
  margin: 0 !important;
  justify-content: flex-end;
}

html body #idx-stats-section .section-wrap #idx-stats-outer.idx-awards-showcase > .idx-awards-footer .btn {
  padding: 9px 17px;
  font-size: 0.78rem;
}

@media (max-width: 720px) {
  html body #idx-stats-section .section-wrap #idx-stats-outer.idx-awards-showcase > .idx-awards-footer {
    position: static;
    width: 100%;
    margin-top: 10px !important;
    justify-content: center;
  }

  html body #idx-stats-section .section-wrap #idx-stats-outer.idx-awards-showcase > .idx-awards-footer .btn {
    padding: 9px 17px;
    font-size: 0.78rem;
  }
}

/* Final awards polish: luminous title rules, a stronger center diamond,
   and a small trophy detail to finish the story panel's upper-left corner. */
html body #idx-stats-heading .idx-awards-heading-rule {
  gap: 8px;
  max-width: 180px;
}

html body #idx-stats-heading .idx-awards-heading-rule-line {
  position: relative;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(242, 209, 107, 0.18) 22%,
    rgba(242, 209, 107, 0.78) 67%,
    #fff7c7 92%,
    #f2d16b 100%
  );
  box-shadow:
    0 0 3px rgba(255, 255, 255, 0.72),
    0 0 9px rgba(242, 209, 107, 0.66),
    0 0 18px rgba(242, 209, 107, 0.24);
}

html body #idx-stats-heading .idx-awards-heading-rule-line:last-child {
  background: linear-gradient(
    90deg,
    #f2d16b 0%,
    #fff7c7 8%,
    rgba(242, 209, 107, 0.78) 33%,
    rgba(242, 209, 107, 0.18) 78%,
    transparent 100%
  );
}

html body #idx-stats-heading .idx-awards-heading-rule-diamond {
  font-size: 0.95rem;
  color: #fff7c7;
  text-shadow:
    0 0 3px #ffffff,
    0 0 9px rgba(242, 209, 107, 0.98),
    0 0 18px rgba(242, 209, 107, 0.62);
}

@media (max-width: 600px) {
  html body #idx-stats-heading .idx-awards-heading-rule {
    gap: 5px;
    min-width: 42px;
  }

  html body #idx-stats-heading .idx-awards-heading-rule-diamond {
    font-size: 0.72rem;
  }

  html body #idx-stats-grid.idx-awards-content {
    gap: 8px !important;
  }

  html body #idx-stats-grid.idx-awards-content > .idx-awards-story {
    min-height: 0 !important;
  }

  html body .idx-awards-story-copy {
    margin-top: 18px !important;
  }

  html body .idx-awards-plaque-grid {
    margin-top: 0;
  }

  html body .idx-award-plaque-image,
  html body .idx-award-plaque--second .idx-award-plaque-image {
    min-height: 112px !important;
  }

  html body #idx-stats-heading .idx-awards-title {
    font-size: clamp(1.22rem, 6.2vw, 1.5rem);
  }

  html body #idx-stats-heading .idx-awards-season {
    font-size: 0.98em !important;
  }

  html body #idx-stats-heading .idx-awards-title-main {
    font-size: 0.82em !important;
  }
}

/* Match the restrained gold line-and-star treatment used by About This
   Website. The rule is intentionally quieter than the previous glow. */
html body #idx-stats-heading .idx-awards-heading-rule {
  flex: 0 0 80px;
  width: 80px;
  min-width: 0;
  max-width: none;
  gap: 12px;
}

html body #idx-stats-heading .idx-awards-heading-rule-line {
  height: 1.5px;
  flex: 1 1 auto;
  border-radius: 0;
  background: linear-gradient(to left, #F2D16B, transparent);
  box-shadow: 0 0 6px rgba(242, 209, 107, 0.5);
}

html body #idx-stats-heading .idx-awards-heading-rule-line:last-child {
  background: linear-gradient(to right, #F2D16B, transparent);
}

html body #idx-stats-heading .idx-awards-heading-rule-diamond {
  flex: 0 0 auto;
  color: #F2D16B;
  font-size: 1.1rem;
  line-height: 1;
  text-shadow: 0 0 8px rgba(242, 209, 107, 0.8);
}

@media (max-width: 600px) {
  html body #idx-stats-heading .idx-awards-heading-rule {
    flex: 0 0 auto;
    width: auto;
    gap: 6px;
  }

  html body #idx-stats-heading .idx-awards-heading-rule-line {
    width: 32px;
    flex: 0 0 32px;
  }

  html body #idx-stats-heading .idx-awards-heading-rule-diamond {
    font-size: 0.9rem;
  }
}

/* Mirror the About page exactly: line + star on the left, star + line on
   the right, with the line fading away from the title. */
html body #idx-stats-heading .idx-awards-heading-rule {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  min-width: 0;
  gap: 12px;
}

html body #idx-stats-heading .idx-awards-heading-rule-line {
  width: 80px;
  flex: 0 0 80px;
  height: 1.5px;
  border-radius: 0;
  box-shadow: 0 0 6px rgba(242, 209, 107, 0.5);
}

html body #idx-stats-heading .idx-awards-heading-rule--left .idx-awards-heading-rule-line {
  background: linear-gradient(to left, #F2D16B, transparent);
}

html body #idx-stats-heading .idx-awards-heading-rule--right .idx-awards-heading-rule-line {
  background: linear-gradient(to right, #F2D16B, transparent);
}

@media (max-width: 600px) {
  html body #idx-stats-heading .idx-awards-heading-rule {
    gap: 6px;
  }

  html body #idx-stats-heading .idx-awards-heading-rule-line {
    width: clamp(24px, 8.2vw, 32px);
    flex-basis: clamp(24px, 8.2vw, 32px);
  }
}

/* Use the exact navy treatment from the “Meet us and mark your calendar”
   detail card for the complete By the Numbers panel. */
html body #idx-stats-section .section-wrap #idx-stats-outer.idx-awards-showcase {
  background: linear-gradient(
    145deg,
    rgba(8, 27, 63, 0.92),
    rgba(4, 16, 43, 0.96)
  ) !important;
}

/* Keep the outer panel as the only blue surface. The story and plaque
   columns should sit directly on it rather than introducing inner panels. */
html body #idx-stats-section .section-wrap #idx-stats-outer.idx-awards-showcase
  #idx-stats-grid.idx-awards-content > .idx-awards-story,
html body #idx-stats-section .section-wrap #idx-stats-outer.idx-awards-showcase
  #idx-stats-grid.idx-awards-content > .idx-awards-gallery {
  background: transparent !important;
  background-image: none !important;
  background-color: transparent !important;
}