

.awards-custom-section {
  --awd-bg: #ffffff;
  --awd-bg-off: #f7f8fc;
  --awd-ink: #07080f;
  --awd-ink-mid: #2a2d3d;
  --awd-ink-muted: #6b6f85;
  --awd-ink-faint: #a0a3b1;
  --awd-border: #e2e4ee;
  --awd-border-mid: #c8cbdb;
  --awd-blue: #1a56f0;
  --awd-violet: #6c3fcf;
  --awd-magenta: #c026a0;
  --awd-accent-glow: rgba(26, 86, 240, 0.07);
  --awd-accent-line: rgba(26, 86, 240, 0.18);
  --awd-gold: #c9922a;
  --awd-gold-light: #e8b96a;
  --awd-gold-glow: rgba(201, 146, 42, 0.12);
  box-sizing: border-box;
}

.awards-custom-section *,
.awards-custom-section *::before,
.awards-custom-section *::after {
  box-sizing: border-box;
}

.awards-custom-section .awd-reveal {
  opacity: 1;
  transform: none;
}

.awards-custom-section.awd-js-loaded .awd-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s cubic-bezier(0.22, 0.68, 0, 1.1), transform 0.65s cubic-bezier(0.22, 0.68, 0, 1.1);
}

.awards-custom-section.awd-js-loaded .awd-reveal.awd-in {
  opacity: 1;
  transform: translateY(0);
}

.awards-custom-section.awd-js-loaded .awd-reveal.awd-delay-1 { transition-delay: 0.08s; }
.awards-custom-section.awd-js-loaded .awd-reveal.awd-delay-2 { transition-delay: 0.16s; }
.awards-custom-section.awd-js-loaded .awd-reveal.awd-delay-3 { transition-delay: 0.24s; }

.awards-custom-section .awd-mono-label {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: var(--awd-blue);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.awards-custom-section .awd-mono-label::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--awd-blue);
  flex-shrink: 0;
}

.awards-custom-section .awd-mono-label--spaced { margin-bottom: 2rem; }

.awards-custom-section .awd-section-heading {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.06;
  color: var(--awd-ink);
  margin-bottom: 1rem;
}

.awards-custom-section .awd-section-heading .awd-hl {
  background: linear-gradient(120deg, var(--awd-blue) 0%, var(--awd-violet) 55%, var(--awd-magenta) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.awards-custom-section .awd-section-heading--spaced { margin-bottom: 2rem; }
.awards-custom-section .awd-section-heading--spaced2 { margin-bottom: 2.5rem; }

.awards-custom-section .awd-h-rule {
  width: 100%;
  height: 1px;
  background: var(--awd-border);
  border: none;
  margin: 0;
}

.awards-custom-section .awd-hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 9rem 5vw 6rem;
  overflow: hidden;
  text-align: center;
}

.awards-custom-section .awd-hero__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 15% 50%, rgba(26, 86, 240, 0.22) 0%, transparent 70%), radial-gradient(ellipse 55% 70% at 85% 30%, rgba(108, 63, 207, 0.28) 0%, transparent 65%), radial-gradient(ellipse 40% 50% at 55% 95%, rgba(192, 38, 160, 0.18) 0%, transparent 60%), linear-gradient(160deg, #080c18 0%, #0d1428 40%, #111028 70%, #0a0818 100%);
}

.awards-custom-section .awd-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}

.awards-custom-section .awd-orb-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(26, 86, 240, 0.16), transparent 70%);
  top: -150px;
  left: -100px;
  animation: awd-orb-float 14s ease-in-out infinite;
}

.awards-custom-section .awd-orb-2 {
  width: 700px;
  height: 500px;
  background: radial-gradient(circle, rgba(108, 63, 207, 0.2), transparent 70%);
  top: -80px;
  right: -150px;
  animation: awd-orb-float 17s ease-in-out infinite reverse;
}

.awards-custom-section .awd-orb-3 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(192, 38, 160, 0.14), transparent 70%);
  bottom: -100px;
  left: 45%;
  animation: awd-orb-float 11s ease-in-out infinite 4s;
}

@keyframes awd-orb-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(25px, -20px) scale(1.04); }
  66% { transform: translate(-18px, 14px) scale(0.97); }
}

.awards-custom-section .awd-hero__grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 90% 100% at 50% 0%, black 20%, transparent 100%);
}

.awards-custom-section .awd-hero__lines {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.awards-custom-section .awd-hero__lines::before,
.awards-custom-section .awd-hero__lines::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 220px;
  background: linear-gradient(to bottom, transparent, rgba(108, 63, 207, 0.45), transparent);
}

.awards-custom-section .awd-hero__lines::before {
  left: 18%;
  top: 15%;
  animation: awd-line-pulse 5s ease-in-out infinite;
}

.awards-custom-section .awd-hero__lines::after {
  right: 20%;
  top: 25%;
  animation: awd-line-pulse 5s ease-in-out infinite 2.5s;
}

@keyframes awd-line-pulse {
  0%, 100% { opacity: 0.25; transform: scaleY(1); }
  50% { opacity: 0.7; transform: scaleY(1.4); }
}

.awards-custom-section .awd-hero__tokens {
  position: absolute;
  left: 2vw;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  z-index: 1;
  pointer-events: none;
}

.awards-custom-section .awd-hero__token {
  font-size: 0.56rem;
  letter-spacing: 0.08em;
  color: rgba(26, 86, 240, 0.75);
  padding: 0.15rem 0.5rem;
  border: 1px solid rgba(26, 86, 240, 0.25);
  border-radius: 2px;
  background: rgba(26, 86, 240, 0.06);
  animation: awd-token-fade 4s ease-in-out infinite;
  white-space: nowrap;
}

.awards-custom-section .awd-hero__token:nth-child(2) { animation-delay: 0.5s; color: rgba(201, 146, 42, 0.8); border-color: rgba(201, 146, 42, 0.3); background: rgba(201, 146, 42, 0.08); }
.awards-custom-section .awd-hero__token:nth-child(3) { animation-delay: 1s; color: rgba(108, 63, 207, 0.75); border-color: rgba(108, 63, 207, 0.25); background: rgba(108, 63, 207, 0.06); }
.awards-custom-section .awd-hero__token:nth-child(4) { animation-delay: 1.5s; }
.awards-custom-section .awd-hero__token:nth-child(5) { animation-delay: 2s; }
.awards-custom-section .awd-hero__token:nth-child(6) { animation-delay: 2.5s; }

@keyframes awd-token-fade {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}

.awards-custom-section .awd-hero__metrics {
  position: absolute;
  right: 2vw;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  z-index: 1;
  pointer-events: none;
  align-items: flex-end;
}

.awards-custom-section .awd-hero__metric {
  font-size: 0.58rem;
  letter-spacing: 0.07em;
  color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  animation: awd-metric-pulse 5s ease-in-out infinite;
  white-space: nowrap;
}

.awards-custom-section .awd-hero__metric-val {
  color: rgba(201, 146, 42, 0.95);
  font-size: 0.72rem;
}

.awards-custom-section .awd-hero__metric:nth-child(2) { animation-delay: 0.9s; }
.awards-custom-section .awd-hero__metric:nth-child(3) { animation-delay: 1.8s; }
.awards-custom-section .awd-hero__metric:nth-child(4) { animation-delay: 2.7s; }

@keyframes awd-metric-pulse {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

.awards-custom-section .awd-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
  max-width: 820px;
}

.awards-custom-section .awd-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.35rem 1rem;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
}

.awards-custom-section .awd-hero__eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--awd-blue), var(--awd-magenta));
}

.awards-custom-section .awd-hero__title {
  color: #fff;
}

.awards-custom-section .awd-hero__title .awd-g {
  background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 50%, #f472b6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.awards-custom-section .awd-hero__sub {
  font-size: 1.05rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  max-width: 56ch;
  line-height: 1.8;
  margin: 0 auto;
}

.awards-custom-section .awd-hero__badges {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.awards-custom-section .awd-hero__badges .proto-badge {
  font-size: 0.58rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.22rem 0.65rem;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.03);
  transition: color 0.2s, border-color 0.2s;
}

.awards-custom-section .awd-hero__badges .proto-badge:hover {
  color: rgba(96, 165, 250, 0.9);
  border-color: rgba(26, 86, 240, 0.35);
}

.awards-custom-section .awd-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.3);
}

.awards-custom-section .awd-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  transition: color 0.2s;
}

.awards-custom-section .awd-hero__breadcrumb a:hover {
  color: rgba(255, 255, 255, 0.65);
}

.awards-custom-section .awd-bc-sep { opacity: 0.3; }
.awards-custom-section .awd-bc-cur { color: rgba(255, 255, 255, 0.65); font-weight: 500; }

.awards-custom-section .awd-hero__fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, transparent, var(--awd-bg));
  pointer-events: none;
}

@keyframes awd-fiu {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.awards-custom-section .awd-stat-item {
  padding: 2rem;
  text-align: center;
  border-right: 1px solid var(--awd-border);
  position: relative;
}

.awards-custom-section .awd-stat-item:last-child { border-right: none; }

.awards-custom-section .awd-stat-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, var(--awd-blue), var(--awd-violet));
}

.awards-custom-section .awd-stat-num {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.3rem;
  color: var(--awd-ink);
}

.awards-custom-section .awd-stat-num sup {
  font-size: 1.1rem;
  background: linear-gradient(135deg, var(--awd-blue), var(--awd-violet));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.awards-custom-section .awd-stat-label {
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--awd-ink-muted);
}

.awards-custom-section .awd-section-row {
  display: grid;
  grid-template-columns: 88px 1fr;
  min-height: 0;
}

.awards-custom-section .awd-section-gutter {
  border-right: 1px solid var(--awd-border);
  padding: 4.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.awards-custom-section .awd-section-num {
  font-size: 0.58rem;
  color: var(--awd-ink-faint);
  letter-spacing: 0.14em;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

.awards-custom-section .awd-section-body {
  padding: 4.5rem 5vw 4.5rem 3.5rem;
}

.awards-custom-section .awd-section-row.awd-bg-off {
  background: var(--awd-bg-off);
}

.awards-custom-section .awd-section-row.awd-bg-off .awd-section-gutter {
  background: var(--awd-bg-off);
}

.awards-custom-section .awd-featured-award {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background: linear-gradient(135deg, #08102e 0%, #0e0a28 50%, #150824 100%);
  border: 1px solid rgba(201, 146, 42, 0.2);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: center;
  padding: 3.5rem 3.5rem 3.5rem 4rem;
}

.awards-custom-section .awd-featured-award::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(201, 146, 42, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(201, 146, 42, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

.awards-custom-section .awd-featured-award::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--awd-gold), var(--awd-gold-light), var(--awd-gold));
}

.awards-custom-section .awd-featured-award__content { position: relative; z-index: 1; }

.awards-custom-section .awd-featured-award__meta {
  font-size: 0.62rem;
  color: rgba(201, 146, 42, 0.65);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.awards-custom-section .awd-featured-award__meta::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background: var(--awd-gold);
  opacity: 0.5;
}

.awards-custom-section .awd-featured-award__name {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.05;
  color: #fff;
  margin-bottom: 1rem;
}

.awards-custom-section .awd-featured-award__name .awd-gold {
  background: linear-gradient(120deg, var(--awd-gold) 0%, var(--awd-gold-light) 50%, var(--awd-gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.awards-custom-section .awd-featured-award__org {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.7;
  max-width: 48ch;
  margin-bottom: 1.5rem;
}

.awards-custom-section .awd-featured-award__tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.awards-custom-section .awd-featured-award__tag {
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(201, 146, 42, 0.7);
  border: 1px solid rgba(201, 146, 42, 0.2);
  border-radius: 2px;
  padding: 0.25rem 0.65rem;
  background: rgba(201, 146, 42, 0.05);
}

.awards-custom-section .awd-award-seal {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.awards-custom-section .awd-award-seal__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid rgba(201, 146, 42, 0.35);
  animation: awd-seal-spin 20s linear infinite;
}

.awards-custom-section .awd-award-seal__ring-2 {
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  border: 1px solid rgba(201, 146, 42, 0.18);
}

.awards-custom-section .awd-award-seal::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px dashed rgba(201, 146, 42, 0.2);
  animation: awd-seal-spin 30s linear infinite reverse;
}

@keyframes awd-seal-spin { to { transform: rotate(360deg); } }

.awards-custom-section .awd-award-seal__icon {
  position: relative;
  z-index: 1;
  font-size: 2rem;
  color: var(--awd-gold);
  margin-bottom: 0.4rem;
  filter: drop-shadow(0 0 12px rgba(201, 146, 42, 0.4));
}

.awards-custom-section .awd-award-seal__year {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--awd-gold-light);
  line-height: 1;
  margin-bottom: 0.2rem;
}

.awards-custom-section .awd-award-seal__label {
  font-size: 0.5rem;
  letter-spacing: 0.1em;
  color: rgba(201, 146, 42, 0.5);
  text-transform: uppercase;
}

.awards-custom-section .awd-timeline { display: flex; flex-direction: column; }

.awards-custom-section .awd-year-block {
  display: grid;
  grid-template-columns: 88px 1fr;
  border-top: 1px solid var(--awd-border);
}

.awards-custom-section .awd-year-block:last-child { border-bottom: 1px solid var(--awd-border); }

.awards-custom-section .awd-year-gutter {
  border-right: 1px solid var(--awd-border);
  padding: 2.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  background: var(--awd-bg-off);
}

.awards-custom-section .awd-year-label {
  font-size: 0.62rem;
  color: var(--awd-blue);
  letter-spacing: 0.12em;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

.awards-custom-section .awd-year-count {
  font-size: 0.52rem;
  color: var(--awd-ink-faint);
  letter-spacing: 0.08em;
}

.awards-custom-section .awd-year-awards {
  padding: 1.2rem 3.5rem 1.2rem 2.5rem;
  display: flex;
  flex-direction: column;
}

.awards-custom-section .awd-award-entry {
  display: grid;
  grid-template-columns: 3rem 1fr auto;
  align-items: start;
  gap: 1.4rem;
  padding: 1.3rem 0;
  border-bottom: 1px solid var(--awd-border);
  transition: background 0.18s;
  cursor: default;
  margin: 0 -2.5rem;
  padding-left: 2.5rem;
  padding-right: 3.5rem;
}

.awards-custom-section .awd-award-entry:last-child { border-bottom: none; }
.awards-custom-section .awd-award-entry:hover { background: var(--awd-accent-glow); }

.awards-custom-section .awd-org-badge {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 3px;
  border: 1px solid var(--awd-border-mid);
  background: var(--awd-bg-off);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--awd-ink-mid);
  transition: background 0.18s, border-color 0.18s, color 0.18s;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.awards-custom-section .awd-award-entry:hover .awd-org-badge {
  background: var(--awd-accent-glow);
  border-color: var(--awd-accent-line);
  color: var(--awd-blue);
}

.awards-custom-section .awd-award-entry__name {
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--awd-ink);
  margin-bottom: 0.2rem;
}

.awards-custom-section .awd-award-entry__detail {
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  color: var(--awd-ink-faint);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.awards-custom-section .awd-award-entry__detail .awd-dot {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: var(--awd-ink-faint);
}

.awards-custom-section .awd-award-entry__desc {
  font-size: 0.79rem;
  color: var(--awd-ink-muted);
  line-height: 1.6;
  margin-top: 0.3rem;
}

.awards-custom-section .awd-award-cat-pill {
  font-size: 0.56rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--awd-blue);
  border: 1px solid var(--awd-accent-line);
  border-radius: 2px;
  padding: 0.2rem 0.6rem;
  background: var(--awd-accent-glow);
  white-space: nowrap;
  align-self: start;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.awards-custom-section .awd-category-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.awards-custom-section .awd-cat-panel {
  border: 1px solid var(--awd-border);
  border-radius: 2px;
  overflow: hidden;
  transition: border-color 0.25s, box-shadow 0.25s;
}

.awards-custom-section .awd-cat-panel:hover {
  border-color: var(--awd-accent-line);
  box-shadow: 0 6px 24px var(--awd-accent-glow);
}

.awards-custom-section .awd-cat-panel__header {
  padding: 1.6rem 2rem;
  border-bottom: 1px solid var(--awd-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--awd-bg-off);
  position: relative;
  overflow: hidden;
}

.awards-custom-section .awd-cat-panel__header::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, var(--awd-blue), var(--awd-violet));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s cubic-bezier(0.22, 0.68, 0, 1.1);
}

.awards-custom-section .awd-cat-panel:hover .awd-cat-panel__header::before { transform: scaleY(1); }

.awards-custom-section .awd-cat-panel__title {
  font-size: 0.88rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--awd-ink);
}

.awards-custom-section .awd-cat-panel__count {
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  color: var(--awd-blue);
  background: var(--awd-accent-glow);
  border: 1px solid var(--awd-accent-line);
  border-radius: 2px;
  padding: 0.2rem 0.55rem;
}

.awards-custom-section .awd-cat-panel__list { padding: 0.5rem 0; }

.awards-custom-section .awd-cat-award-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 2rem;
  border-bottom: 1px solid var(--awd-border);
  transition: background 0.15s;
}

.awards-custom-section .awd-cat-award-row:last-child { border-bottom: none; }
.awards-custom-section .awd-cat-award-row:hover { background: var(--awd-accent-glow); }

.awards-custom-section .awd-cat-award-row__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--awd-blue);
  flex-shrink: 0;
  opacity: 0.5;
}

.awards-custom-section .awd-cat-award-row__name {
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--awd-ink-mid);
  flex: 1;
}

.awards-custom-section .awd-cat-award-row__year {
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  color: var(--awd-ink-faint);
  flex-shrink: 0;
}

.awards-custom-section .awd-orgs-strip {
  padding: 3.5rem 5vw;
  background: var(--awd-bg-off);
  border-top: 1px solid var(--awd-border);
  border-bottom: 1px solid var(--awd-border);
}

.awards-custom-section .awd-orgs-strip__label {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  color: var(--awd-ink-faint);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2rem;
}

.awards-custom-section .awd-orgs-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}

.awards-custom-section .awd-org-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  padding: 1.4rem 1rem;
  border: 1px solid var(--awd-border);
  border-radius: 2px;
  background: var(--awd-bg);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  cursor: default;
}

.awards-custom-section .awd-org-block:hover {
  border-color: var(--awd-accent-line);
  box-shadow: 0 4px 16px var(--awd-accent-glow);
  transform: translateY(-2px);
}

.awards-custom-section .awd-org-monogram {
  width: 44px;
  height: 44px;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--awd-accent-glow), rgba(108, 63, 207, 0.07));
  border: 1px solid var(--awd-accent-line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--awd-blue);
}

.awards-custom-section .awd-org-name {
  font-size: 0.52rem;
  letter-spacing: 0.08em;
  color: var(--awd-ink-muted);
  text-transform: uppercase;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .awards-custom-section .awd-orgs-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .awards-custom-section .awd-featured-award { grid-template-columns: 1fr; }
  .awards-custom-section .awd-award-seal { display: none; }
  .awards-custom-section .awd-section-row { grid-template-columns: 56px 1fr; }
  .awards-custom-section .awd-year-block { grid-template-columns: 56px 1fr; }
}

@media (max-width: 768px) {
  .awards-custom-section .awd-hero__tokens,
  .awards-custom-section .awd-hero__metrics { display: none; }
  .awards-custom-section .awd-hero { min-height: auto; padding: 8rem 5vw 5rem; }
  .awards-custom-section .awd-category-grid { grid-template-columns: 1fr; }
  .awards-custom-section .awd-orgs-grid { grid-template-columns: repeat(2, 1fr); }
  .awards-custom-section .awd-section-row { grid-template-columns: 1fr; }
  .awards-custom-section .awd-section-gutter { display: none; }
  .awards-custom-section .awd-section-body { padding: 3.5rem 5vw; }
  .awards-custom-section .awd-year-block { grid-template-columns: 1fr; }
  .awards-custom-section .awd-year-gutter { display: none; }
  .awards-custom-section .awd-year-awards { padding: 0; }
  .awards-custom-section .awd-award-entry {
    grid-template-columns: 2.6rem 1fr;
    margin: 0;
    padding: 1.2rem 5vw;
  }
  .awards-custom-section .awd-award-cat-pill { display: none; }
.awards-custom-section .awd-stat-item:nth-child(2) { border-right: none; }
  .awards-custom-section .awd-stat-item:nth-child(1),
  .awards-custom-section .awd-stat-item:nth-child(2) { border-bottom: 1px solid var(--awd-border); }
}
