@font-face {
  font-family: "UTM Cafeta";
  src: url("../Font/UTM_Cafeta.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "UTM Nokia";
  src: url("../Font/UTM_Nokia.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --stage: min(100vw, 1920px);
  --bg: #02086f;
  --bg-deep: #000b52;
  --panel: rgba(3, 14, 105, 0.88);
  --cyan: #00e6ff;
  --cyan-soft: #81ccff;
  --white: #fff;
  --ink: #010b6d;
  --line: rgba(0, 230, 255, 0.62);
  --font-body: Arial, "Helvetica Neue", sans-serif;
  --font-cafeta: "UTM Cafeta", "Arial Narrow", Arial, sans-serif;
  --font-nokia: "UTM Nokia", "Arial Narrow", Arial, sans-serif;
  --font: var(--font-body);
  --focus: 0 0 0 3px #fff, 0 0 0 6px var(--cyan);
  --ease: cubic-bezier(.2, .75, .25, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #00083e;
  overflow-x: clip;
}

.scroll-progress {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  pointer-events: none;
  background: rgba(0, 10, 82, .35);
}

.scroll-progress::after {
  display: block;
  width: calc(var(--scroll-progress, 0) * 100%);
  height: 100%;
  background: linear-gradient(90deg, #006dff, var(--cyan), #fff);
  box-shadow: 0 0 14px var(--cyan);
  content: "";
  transition: width 80ms linear;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  color: var(--white);
  background: #00083e;
  font-family: var(--font);
}

button,
a {
  font: inherit;
}

button {
  color: inherit;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

:focus-visible {
  outline: none;
  box-shadow: var(--focus);
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: var(--ink);
  background: var(--cyan);
  font-weight: 800;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.design-stage {
  position: relative;
  isolation: isolate;
  width: var(--stage);
  min-height: calc(var(--stage) * 6.446354);
  margin: 0 auto;
  overflow: hidden;
  background: var(--bg);
}

.design-section {
  position: absolute;
  left: 0;
  width: 100%;
}

.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(var(--stage) * .070833);
  padding: 0 calc(var(--stage) * .083854);
}

.brand {
  width: calc(var(--stage) * .146875);
}

.brand img,
.footer-logo {
  filter: brightness(0) invert(1);
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: calc(var(--stage) * .040625);
  margin-left: auto;
  text-transform: uppercase;
}

.primary-nav a,
.login-button {
  position: relative;
  border: 0;
  color: var(--white);
  background: transparent;
  font-size: clamp(10px, calc(var(--stage) * .0125), 24px);
  font-weight: 600;
  letter-spacing: -.035em;
  text-decoration: none;
  text-shadow: 0 2px 8px #001358;
  cursor: pointer;
}

.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--cyan);
  box-shadow: 0 0 10px var(--cyan);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms var(--ease);
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after {
  transform: scaleX(1);
}

.login-button {
  display: grid;
  place-items: center;
  min-width: calc(var(--stage) * .117708);
  min-height: calc(var(--stage) * .036979);
  border: 2px solid var(--cyan);
  clip-path: polygon(9% 0, 100% 0, 92% 100%, 0 100%);
  background: linear-gradient(180deg, #1679e4, #052eae);
  box-shadow: inset 0 0 18px rgba(255,255,255,.22), 0 0 16px rgba(0,230,255,.45);
}

.login-button::after {
  display: none;
}

.menu-toggle {
  display: none;
}

.hero {
  top: 0;
  height: calc(var(--stage) * .570313);
}

.hero-actions {
  position: absolute;
  top: calc(var(--stage) * .367188);
  left: calc(var(--stage) * .051563);
  display: grid;
  gap: calc(var(--stage) * .015625);
}

.tech-button {
  display: grid;
  place-items: center;
  width: calc(var(--stage) * .253646);
  height: calc(var(--stage) * .073438);
  color: #02051d;
  background: url("../images/cta-frame.png") center / 100% 100% no-repeat;
  font-size: clamp(13px, calc(var(--stage) * .017553), 34px);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: filter 180ms var(--ease), transform 180ms var(--ease);
}

.tech-button--blue {
  color: var(--white);
  filter: hue-rotate(35deg) saturate(1.5);
}

.tech-button--cyan {
  color: #02051d;
  background-color: var(--cyan);
  background-blend-mode: screen;
}

.hero-actions .tech-button {
  background: none !important;
  border: none;
  padding: 0;
  display: block;
  filter: none !important;
}

.hero-actions .tech-button img {
  display: block;
  width: 100%;
  height: 100%;
}

.tech-button:hover,
.tech-button:focus-visible {
  filter: brightness(1.25) drop-shadow(0 0 18px var(--cyan));
  transform: translateX(8px);
}

.video-section {
  top: calc(var(--stage) * .570313);
  height: calc(var(--stage) * .538021);
}

.video-poster {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #01115f;
  cursor: pointer;
}

.video-poster > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 16, 119, .1), rgba(0, 4, 67, .28));
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(var(--stage) * .142);
  aspect-ratio: 1;
  border: calc(var(--stage) * .007) solid rgba(0, 230, 255, .8);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(25,118,255,.26), rgba(0,15,104,.2));
  box-shadow: 0 0 28px var(--cyan), inset 0 0 28px rgba(0,230,255,.7);
  transform: translate(-50%, -50%);
  transition: transform .5s ease-in-out;
}

.play-button::before {
  position: absolute;
  top: 50%;
  left: 53%;
  border-top: calc(var(--stage) * .025) solid transparent;
  border-bottom: calc(var(--stage) * .025) solid transparent;
  border-left: calc(var(--stage) * .04) solid #fff;
  content: "";
  filter: drop-shadow(0 0 8px var(--cyan));
  transform: translate(-50%, -50%);
}

.video-poster:hover .play-button,
.video-poster:focus-visible .play-button {
  transform: translate(-50%, -50%) scale(1.05);
}

.video-poster::after {
  display: none;
}

.video-status {
  position: absolute;
  bottom: 9%;
  left: 50%;
  color: transparent;
  transform: translateX(-50%);
}

.achievements {
  top: calc(var(--stage) * 1.108334);
  height: calc(var(--stage) * .683333);
}

.roadmap {
  top: calc(var(--stage) * 1.791667);
  height: calc(var(--stage) * .864583);
}

.awards {
  top: calc(var(--stage) * 2.65625);
  height: calc(var(--stage) * .953622);
}

.teams {
  top: calc(var(--stage) * 4.019271);
  z-index: 1;
  height: calc(var(--stage) * .374479);
}

.mobile-panel {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.judges {
  top: calc(var(--stage) * 3.527083);
  z-index: 2;
  height: calc(var(--stage) * .492188);
}

.tech-heading {
  position: absolute;
  top: calc(var(--stage) * .0875);
  left: 50%;
  min-width: calc(var(--stage) * .36);
  margin: 0;
  padding: calc(var(--stage) * .016) calc(var(--stage) * .045);
  clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0 50%);
  color: var(--ink);
  background: linear-gradient(180deg, #f3ffff 0, var(--cyan) 38%, #14a6ed 100%);
  box-shadow: 0 0 26px var(--cyan);
  font-size: clamp(18px, calc(var(--stage) * .03125), 60px);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.judge-lineup {
  position: absolute;
  top: calc(var(--stage) * .17);
  left: 50%;
  display: flex;
  align-items: end;
  justify-content: center;
  width: 76%;
  height: calc(var(--stage) * .49);
  z-index: 3;
  transform: translateX(-50%);
}

.judge-card {
  position: relative;
  width: 29%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: filter 200ms var(--ease), transform 200ms var(--ease);
}

.judge-card::after {
  position: absolute;
  inset: 3% 4%;
  opacity: 0;
  border: 2px solid transparent;
  border-radius: 45% 45% 8% 8%;
  background: rgba(0, 4, 66, .55);
  box-shadow: inset 0 0 36px rgba(0, 0, 80, .8);
  pointer-events: none;
  content: "";
  transition: opacity 300ms var(--ease), border-color 300ms var(--ease), box-shadow 300ms var(--ease);
}

.judge-lineup.has-active .judge-card:not([aria-selected="true"])::after {
  opacity: .72;
}

.judge-card[aria-selected="true"]::after {
  opacity: 1;
  border-color: rgba(0, 230, 255, .78);
  background: transparent;
  box-shadow: inset 0 0 28px rgba(0, 230, 255, .12), 0 0 26px rgba(0, 230, 255, .48);
}

.judge-card:nth-child(2) {
  z-index: 2;
  width: 27%;
  transform: translateY(-2%);
}

.judge-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.judge-card span {
  position: absolute;
  right: 18%;
  bottom: 3%;
  left: 18%;
  padding: 8px;
  opacity: 0;
  color: var(--cyan);
  background: rgba(0,9,78,.82);
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  transition: opacity 180ms var(--ease);
}

.judge-card:hover,
.judge-card[aria-selected="true"] {
  z-index: 3;
  filter: drop-shadow(0 0 22px var(--cyan));
  transform: translateY(-2%);
}

.judge-card:hover span,
.judge-card:focus-visible span,
.judge-card[aria-selected="true"] span {
  opacity: 1;
}

.judge-detail {
  position: absolute;
  z-index: 10;
  top: 20%;
  right: 8%;
  width: 46%;
  min-height: 54%;
  padding: 5% 6%;
  border: 2px solid var(--cyan);
  clip-path: polygon(4% 0, 100% 0, 100% 88%, 94% 100%, 0 100%, 0 12%);
  background: linear-gradient(135deg, rgba(0,12,91,.96), rgba(0,26,133,.94));
  box-shadow: 0 0 40px rgba(0,230,255,.56), inset 0 0 45px rgba(0,130,255,.25);
}

.judge-detail-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--cyan);
  border-radius: 50%;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
}

.judge-kicker {
  margin: 0 0 10px;
  color: var(--cyan);
  font-weight: 800;
  text-transform: uppercase;
}

.judge-name {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(20px, calc(var(--stage) * .026), 50px);
  text-transform: uppercase;
}

.judge-role,
.judge-quote {
  font-size: clamp(13px, calc(var(--stage) * .0135), 26px);
  line-height: 1.45;
}

.judge-role {
  color: var(--cyan-soft);
}

.judge-quote {
  margin: 4% 0 0;
}

.partners {
  top: calc(var(--stage) * 4.39375);
  height: calc(var(--stage) * .981771);
}

.partners > .tech-heading {
  top: calc(var(--stage) * .07);
}

.partner-map-wrap {
  position: absolute;
  top: calc(var(--stage) * .14);
  left: 17%;
  width: 66%;
  height: calc(var(--stage) * .72);
}

.partner-map {
  position: absolute;
  top: 0;
  left: 29%;
  width: 48%;
  height: 100%;
  object-fit: contain;
}

.partner-markers {
  position: absolute;
  inset: 0;
}

.partner-markers button {
  position: absolute;
  top: var(--y);
  left: var(--x);
  width: calc(var(--stage) * .031);
  aspect-ratio: 1;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 18px var(--cyan);
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.partner-markers button::after {
  position: absolute;
  inset: 22%;
  border-radius: 50%;
  background: var(--ink);
  content: "";
}

.partner-markers button span {
  position: absolute;
  top: 50%;
  left: calc(100% + 12px);
  padding: 4px 8px;
  opacity: 0;
  color: var(--white);
  background: var(--ink);
  white-space: nowrap;
  transform: translateY(-50%);
  transition: opacity 160ms var(--ease);
}

.partner-markers button:hover span,
.partner-markers button:focus-visible span {
  opacity: 1;
}

.partner-card {
  position: absolute;
  top: 17%;
  right: -16%;
  display: grid;
  grid-template-columns: 30% 1fr;
  align-items: center;
  width: 58%;
  min-height: calc(var(--stage) * .11);
  padding: 2.2% 3%;
  border: 2px solid var(--cyan);
  clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
  background: rgba(2,16,108,.94);
  box-shadow: 0 0 24px rgba(0,230,255,.55), inset 0 0 22px rgba(0,146,255,.25);
  transition: opacity 250ms var(--ease), transform 250ms var(--ease), visibility 250ms;
}

.partner-card-logo {
  width: 88%;
  max-height: calc(var(--stage) * .06);
  object-fit: contain;
}

.partner-card h3,
.partner-card p {
  margin: 0;
}

.partner-card-name {
  color: var(--cyan-soft);
  font-size: clamp(12px, calc(var(--stage) * .0145), 28px);
  line-height: 1.2;
  text-transform: uppercase;
}

.partner-card-en,
.partner-card-year {
  font-size: clamp(10px, calc(var(--stage) * .0115), 22px);
  line-height: 1.4;
}

.partner-card-en {
  color: var(--cyan);
}

.partner-logos {
  position: absolute;
  top: calc(var(--stage) * .84);
  left: 8.5%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 83%;
  min-height: calc(var(--stage) * .0724);
  padding: .7% 7%;
  background: #fff;
}

.partner-logos img {
  width: 11%;
  max-height: calc(var(--stage) * .058);
  object-fit: contain;
}

.about {
  top: calc(var(--stage) * 5.375521);
  height: calc(var(--stage) * .351563);
}

.about-panel {
  position: absolute;
  top: 0;
  right: 8.3%;
  left: 8.3%;
  height: calc(var(--stage) * .273438);
}

.about-panel > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-copy {
  position: absolute;
  inset: 13% 7%;
}

.about-copy h2 {
  margin: 0 0 2%;
  color: var(--cyan);
  font-size: clamp(12px, calc(var(--stage) * .015625), 30px);
  line-height: 1.2;
  text-transform: uppercase;
}

.about-scroll {
  max-height: 66%;
  padding-right: 4%;
  overflow-y: auto;
  color: #fff;
  font-size: clamp(10px, calc(var(--stage) * .012), 23px);
  line-height: 1.45;
  scrollbar-color: var(--cyan) rgba(255,255,255,.16);
  scrollbar-width: thin;
}

.about-scroll p {
  margin: 0 0 1em;
}

.news {
  top: calc(var(--stage) * 5.727083);
  height: calc(var(--stage) * .522917);
}

.news > .tech-heading {
  top: calc(var(--stage) * .008);
  min-width: calc(var(--stage) * .4);
}

.news-grid {
  position: absolute;
  top: calc(var(--stage) * .12);
  left: 7.8%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 84.6%;
}

.news-card {
  position: relative;
  min-width: 0;
  padding: 0 9%;
  border-right: 2px solid rgba(255,255,255,.45);
}


.news-card:last-child {
  border-right: 0;
}

.news-card > img {
  width: 100%;
  aspect-ratio: 399 / 231;
  border: 2px solid var(--cyan);
  object-fit: cover;
  box-shadow: 0 0 16px rgba(0,230,255,.35);
  transition: transform 180ms var(--ease), filter 180ms var(--ease);
}

.news-card:hover > img {
  filter: brightness(1.12);
  transform: translateY(-6px);
}

.news-card h3 {
  min-height: 5.5em;
  margin: 8% 0 4%;
  color: var(--cyan);
  font-size: clamp(9px, calc(var(--stage) * .008333), 16px);
  line-height: 1.8;
  text-transform: uppercase;
}

.news-card h3::after {
  display: block;
  width: 38%;
  height: 4px;
  margin-top: 12px;
  background: var(--cyan);
  content: "";
}

.news-card p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #fff;
  font-size: clamp(10px, calc(var(--stage) * .013542), 26px);
  line-height: 1.2;
  text-align: justify;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}

.site-footer {
  position: absolute;
  top: calc(var(--stage) * 6.25);
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: calc(var(--stage) * .196354);
  text-align: center;
}

.roadmap {
  height: auto !important;
  padding: calc(var(--stage) * 0.04) 0 !important;
}

.roadmap-container {
  width: 100%;
  max-width: var(--stage);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
}

.roadmap-path-img {
  width: 100%;
  height: auto;
  display: block;
}

.roadmap-cta {
  display: block;
  width: min(320px, 80%);
  margin-top: calc(var(--stage) * 0.03);
  transition: transform 0.3s ease, filter 0.3s ease;
  z-index: 15;
}

.roadmap-cta img {
  width: 100%;
  height: auto;
  display: block;
}

.roadmap-cta:hover {
  transform: translateY(-4px) scale(1.03);
  filter: brightness(1.1) drop-shadow(0 0 15px rgba(0, 230, 255, 0.6));
}

@media (min-width: 769px) {
  .design-stage {
    min-height: auto;
  }

  .design-section {
    position: relative;
    top: auto !important;
  }

  .site-footer {
    position: relative;
    top: auto !important;
  }

  .hero {
    background:
      url("../images/fg-hero.png?v=layers-20260727") center / 100% 100% no-repeat,
      url("../images/bg-hero.png?v=layers-20260727") center / 100% 100% no-repeat;
  }

  .video-section {
    background: url("../images/video-cover.png?v=20260728-hover") center / 100% 100% no-repeat;
  }

  .achievements {
    background:
      url("../images/fg-achievements.png?v=layers-20260727") center / 100% 100% no-repeat,
      url("../images/bg-achievements.png?v=layers-20260727") center / 100% 100% no-repeat;
  }

  .roadmap {
    background:
      url("../images/fg-roadmap.png?v=layers-20260727") center / 100% 100% no-repeat,
      url("../images/bg-roadmap.png?v=layers-20260727") center / 100% 100% no-repeat;
    height: calc(var(--stage) * .864583) !important;
    padding: 0 !important;
  }

  .roadmap-container {
    display: none;
  }

  .awards {
    background:
      url("../images/giaithuong.jpg?v=20260727-pc") center / 100% 100% no-repeat;
  }

  .judges {
    background:
      url("../images/bg-judges.png?v=20260727-clean") center / 100% 100% no-repeat;
  }

  .judge-lineup {
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    transform: none;
  }

  .judge-card {
    position: absolute;
  }

  .judge-card[data-judge="hien"] {
    top: calc(var(--stage) * .171354);
    left: calc(var(--stage) * .15625);
    width: calc(var(--stage) * .228646);
    height: calc(var(--stage) * .415625);
  }

  .judge-card[data-judge="hori"] {
    top: calc(var(--stage) * .154167);
    left: calc(var(--stage) * .403125);
    width: calc(var(--stage) * .218229);
    height: calc(var(--stage) * .425521);
    transform: none;
  }

  .judge-card[data-judge="dung"] {
    top: calc(var(--stage) * .176042);
    left: calc(var(--stage) * .627604);
    width: calc(var(--stage) * .235938);
    height: calc(var(--stage) * .509896);
  }

  .teams {
    background:
      url("../images/fg-teams.png?v=layers-20260727") center / 100% 100% no-repeat,
      url("../images/bg-teams.png?v=layers-20260727") center / 100% 100% no-repeat;
  }

  .partners {
    background:
      url("../images/fg-partners.png?v=layers-20260727") center / 100% 100% no-repeat,
      url("../images/bg-partners.png?v=layers-20260727") center / 100% 100% no-repeat;
  }

  .about {
    background:
      url("../images/fg-about.png?v=layers-20260727") center / 100% 100% no-repeat,
      url("../images/bg-about.png?v=layers-20260727") center / 100% 100% no-repeat;
  }

  .news {
    background:
      url("../images/bg-news-clean.png?v=20260727-clean") center / 100% 100% no-repeat;
  }

  .site-footer {
    background: #061075;
  }

  /*
   * The desktop reference is the PSD composite, cropped per section. Keep the
   * semantic controls above it as transparent interaction layers so the page
   * remains keyboard-accessible without drawing each authored layer twice.
   */
  .site-header .brand img,
  .primary-nav a,
  .hero-actions .tech-button,
  .video-poster > img,
  .video-overlay,
  .judges > .tech-heading,
  .judge-card img,
  .judge-card span,
  .partners > .tech-heading,
  .partner-map,
  .partner-card,
  .partner-logos,
  .about-panel > img,
  .about-copy,
  .news > .tech-heading,
  .news-grid {
    opacity: 0;
  }

  .video-poster {
    background: transparent;
  }

  .partner-markers button {
    opacity: 0;
  }

  .partner-card.is-active,
  .about-panel:focus-within .about-copy,
  .footer-follow a:focus-visible img {
    opacity: 1;
  }

  .partner-card {
    visibility: hidden;
    transform: translateY(16px) scale(.98);
  }

  .partner-card.is-active {
    visibility: visible;
    transform: none;
  }

  .hero-actions .tech-button:hover {
    opacity: .18;
    transform: translateY(-4px) scale(1.02);
    filter: brightness(1.15) drop-shadow(0 0 20px rgba(0, 230, 255, 0.7)) !important;
  }

  .news-grid {
    opacity: 1;
  }

  .news-card > img,
  .news-card h3,
  .news-card p {
    opacity: 0;
  }

  .footer-follow {
    color: #051370;
    background: linear-gradient(#e8f9ff, #a8daf3);
  }

  .primary-nav a:focus-visible,
  .partner-markers button:focus-visible {
    opacity: 1;
  }

  .hero-actions .tech-button:focus-visible {
    opacity: .18;
    transform: translateY(-4px) scale(1.02);
    filter: brightness(1.15) drop-shadow(0 0 20px rgba(0, 230, 255, 0.7)) !important;
    outline: none;
  }
}

.footer-logo {
  width: 27.8%;
  margin: 3.1% auto 1.5%;
}

.footer-sponsor {
  margin: 0;
  font-size: clamp(10px, calc(var(--stage) * .0198), 38px);
  text-transform: uppercase;
}

.footer-follow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  min-height: calc(var(--stage) * .07125);
  padding: calc(var(--stage) * .015625);
  gap: 0;
  color: #051370;
  background: linear-gradient(180deg, #0089ff 0, #fff 30%, #c9e7ff 70%, #a8dbff);
  font-size: clamp(10px, calc(var(--stage) * .016), 30px);
  font-weight: 700;
  text-transform: uppercase;
}

.footer-follow span {
  
  -webkit-text-fill-color: transparent;
    background: linear-gradient(180deg, #002d6b, #0050a5, #2a8dff);
    -webkit-background-clip: text;
    font-size: 48px;
    font-weight: 600;
    margin: 0;
    padding-right: 15px;
    text-transform: uppercase;
}

.footer-follow a {
  display: block;
  flex: 0 0 auto;
  width: calc(var(--stage) * .038);
  margin: 0 calc(var(--stage) * .007813);
  aspect-ratio: 1;
  border-radius: 50%;
}

.footer-follow a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-follow a:hover {
  filter: drop-shadow(0 0 8px #0871db);
}

.video-dialog {
  position: fixed;
  z-index: 999;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0,0,0,.7);
}

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

.video-dialog-card {
  position: relative;
  width: min(800px, 90vw);
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.video-frame {
  width: 100%;
  margin-top: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 0;
  background: #000;
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-dialog-card h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.video-dialog-close {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 15px;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 768px) {
  .video-dialog {
    padding: 12px;
  }

  .video-dialog-card {
    width: 90vw;
    padding: 0;
  }

  .video-frame {
    margin-top: 0;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .primary-nav {
    gap: calc(var(--stage) * .025);
  }

  .partner-card {
    right: -8%;
  }

  .news-card p {
    -webkit-line-clamp: 8;
  }
}

@media (max-width: 768px) {
  :root {
    --stage: 100vw;
  }

  .design-stage {
    width: 100%;
    min-height: 0;
    overflow: visible;
    background:
      radial-gradient(circle at 50% 10%, rgba(0,177,255,.22), transparent 28%),
      linear-gradient(#030f79, #02075b 38%, #01136e 70%, #02085c);
  }

  .design-section,
  .site-footer {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
  }

  .site-header {
    position: sticky;
    top: 0;
    height: 68px;
    padding: 0 20px;
    background: rgba(0,7,65,.9);
    border-bottom: 1px solid rgba(0,230,255,.35);
    backdrop-filter: blur(12px);
  }

  .brand {
    width: 138px;
  }

  .menu-toggle {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    margin-left: auto;
    border: 1px solid var(--cyan);
    background: rgba(0,230,255,.08);
    cursor: pointer;
  }

  .menu-icon,
  .menu-icon::before,
  .menu-icon::after {
    position: absolute;
    left: 10px;
    width: 22px;
    height: 2px;
    background: var(--cyan);
    content: "";
    transition: transform 180ms var(--ease), opacity 180ms var(--ease);
  }

  .menu-icon {
    top: 20px;
  }

  .menu-icon::before {
    top: -7px;
    left: 0;
  }

  .menu-icon::after {
    top: 7px;
    left: 0;
  }

  .menu-toggle[aria-expanded="true"] .menu-icon {
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] .menu-icon::before {
    top: 0;
    transform: rotate(90deg);
  }

  .menu-toggle[aria-expanded="true"] .menu-icon::after {
    opacity: 0;
  }

  .primary-nav {
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 18px 20px 24px;
    opacity: 0;
    visibility: hidden;
    background: rgba(0,8,78,.98);
    border-bottom: 1px solid var(--cyan);
    transform: translateY(-12px);
    transition: opacity 180ms var(--ease), transform 180ms var(--ease), visibility 180ms;
  }

  .primary-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .primary-nav a,
  .login-button {
    display: flex;
    align-items: center;
    min-height: 48px;
    font-size: 15px;
  }

  .login-button {
    justify-content: center;
    margin-top: 10px;
  }

  .hero {
    min-height: 660px;
    background:
      linear-gradient(180deg, transparent 68%, #02075b 100%),
      url("../images/bg-hero.png?v=psd-20260727") 42% center / cover no-repeat;
  }

  .hero-actions {
    top: auto;
    bottom: 48px;
    left: 20px;
    right: 20px;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .tech-button {
    width: 100%;
    height: 86px;
    font-size: 15px;
  }

  .hero-actions .tech-button {
    height: auto;
  }

  .video-section {
    padding: 20px;
  }

  .video-poster {
    aspect-ratio: 16 / 9;
    height: auto;
    border: 1px solid var(--cyan);
    box-shadow: 0 0 22px rgba(0,230,255,.3);
  }

  .play-button {
    width: 92px;
    border-width: 5px;
  }

  .play-button::before {
    border-top-width: 17px;
    border-bottom-width: 17px;
    border-left-width: 27px;
  }

  .mobile-panel {
    position: relative;
    width: auto;
    height: auto;
    padding: 68px 20px;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .mobile-panel > h2,
  .tech-heading {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    min-width: 0;
    margin: 0 auto 36px;
    padding: 16px 22px;
    font-size: clamp(26px, 8vw, 42px);
    transform: none;
  }

  .eyebrow {
    margin: 0 0 8px;
    color: var(--cyan);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .15em;
    text-align: center;
    text-transform: uppercase;
  }

  .stats-grid,
  .prize-grid,
  .school-prizes,
  .team-grid {
    display: grid;
    gap: 14px;
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mobile-achievements-title {
    display: block;
    max-width: 320px;
    width: 100%;
    margin: 0 auto 36px;
  }

  .stat-img-card img {
    display: block;
    width: 100%;
    height: auto;
  }

  .stats-grid article,
  .prize-grid > article,
  .school-prizes p,
  .team-grid article {
    min-width: 0;
    padding: 22px 16px;
    border: 1px solid var(--line);
    background: rgba(2,20,119,.72);
    box-shadow: inset 0 0 20px rgba(0,176,255,.15);
    text-align: center;
  }

  .stats-grid strong {
    display: block;
    color: var(--cyan);
    font-size: clamp(28px, 9vw, 48px);
    line-height: 1;
  }

  .stats-grid span,
  .team-grid span {
    display: block;
    margin-top: 10px;
    font-size: 13px;
  }

  .roadmap-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .roadmap-list li {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 10px 16px;
    border-left: 3px solid var(--cyan);
    background: rgba(0,24,128,.7);
    text-transform: uppercase;
  }

  .roadmap-list span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-right: 14px;
    border-radius: 50%;
    color: var(--ink);
    background: var(--cyan);
    font-weight: 900;
  }

  .mobile-panel h3 {
    margin: 40px 0 16px;
    color: var(--cyan);
    text-align: center;
    text-transform: uppercase;
  }

  .prize-grid {
    grid-template-columns: 1fr;
  }

  .prize-grid > article span,
  .prize-grid > article strong,
  .team-grid strong {
    display: block;
  }

  .prize-grid > article strong {
    margin-top: 8px;
    color: var(--cyan);
    font-size: 24px;
  }

  .prize--gold {
    border-color: #ffd85c;
  }

  .prize--gold strong {
    color: #ffd85c;
  }

  .judges,
  .partners,
  .about,
  .news {
    padding: 68px 20px;
  }

  .judges,
  .teams {
    z-index: auto;
  }

  .judge-lineup {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 350px;
    z-index: auto;
    transform: none;
  }

  .judge-card {
    width: 35%;
  }

  .judge-card:nth-child(2) {
    width: 34%;
  }

  .judge-card span {
    right: 0;
    left: 0;
    font-size: 11px;
  }

  .judge-detail {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    min-height: 0;
    margin-top: 18px;
    padding: 54px 24px 30px;
    clip-path: none;
  }

  .judge-name {
    font-size: 26px;
  }

  .judge-role,
  .judge-quote {
    font-size: 15px;
  }

  .partner-map-wrap {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 590px;
  }

  .partner-map {
    left: 4%;
    width: 92%;
    height: 430px;
  }

  .partner-markers button {
    width: 28px;
  }

  .partner-card {
    top: auto;
    right: 0;
    bottom: 0;
    grid-template-columns: 88px 1fr;
    width: 100%;
    min-height: 140px;
    padding: 18px;
    clip-path: none;
  }

  .partner-card-logo {
    max-height: 72px;
  }

  .partner-card-name {
    font-size: 14px;
  }

  .partner-card-en,
  .partner-card-year {
    font-size: 12px;
  }

  .partner-logos {
    position: relative;
    top: auto;
    left: auto;
    flex-wrap: wrap;
    width: 100%;
    min-height: 110px;
    margin-top: 24px;
    padding: 16px;
    gap: 18px;
  }

  .partner-logos img {
    width: 25%;
    max-height: 50px;
  }

  .about-panel {
    position: relative;
    inset: auto;
    min-height: 430px;
    height: auto;
    padding: 34px 24px;
    border: 1px solid var(--cyan);
    background: rgba(0,10,75,.72);
  }

  .about-panel > img {
    display: none;
  }

  .about-copy {
    position: relative;
    inset: auto;
  }

  .about-copy h2 {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .about-scroll {
    max-height: 310px;
    font-size: 15px;
  }

  .news-grid {
    position: relative;
    top: auto;
    left: auto;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 20px;
  }

  .news-card {
    padding: 0 0 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
  }

  .news-card h3 {
    min-height: 0;
    margin: 18px 0 14px;
    font-size: 16px;
  }

  .news-card p {
    display: block;
    font-size: 15px;
    -webkit-line-clamp: initial;
  }

  .site-footer {
    padding: 56px 20px 0;
  }

  .footer-logo {
    width: min(280px, 78%);
  }

  .footer-sponsor {
    margin: 22px 0 32px;
    font-size: 13px;
  }

  .footer-follow {
    flex-wrap: wrap;
    margin: 0 -20px;
    min-height: 86px;
    padding: 15px 20px;
    gap: 10px;
    font-size: 11px;
  }

  .footer-follow span {
    width: 100%;
  }

  .footer-follow a {
    width: 34px;
  }
}

/*
 * Typography mapping from the PSD:
 * - UTM Nokia: headings, calls to action and news headlines.
 * - UTM Cafeta: navigation, descriptive copy, partner/judge information,
 *   news excerpts and footer text.
 */
.primary-nav,
.menu-toggle,
.video-status,
.partner-markers button span,
.partner-card,
.about-scroll,
.news-card p,
.site-footer,
.video-dialog-card {
  font-family: var(--font-cafeta);
}

.tech-heading,
.tech-button,
.about-copy h2,
.news-card h3,
.video-dialog-card h2 {
  font-family: var(--font-nokia);
}

.judge-feature-name,
.judge-feature-role,
.judge-feature-quote,
.judge-card .judge-name,
.judge-card .judge-role,
.judge-card .judge-quote {
  font-family: var(--font-cafeta);
}

@media (max-width: 430px) {
  .hero {
    min-height: 590px;
    background-size: auto, cover;
  }

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

  .tech-button {
    height: 70px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .judge-lineup {
    height: 285px;
  }
}

/*
 * Mobile is the same PSD composition scaled responsively. No alternate
 * achievements, awards, teams, partners, or about content is injected.
 * News is the only exception: its semantic cards become a compact two-column
 * grid so headlines remain readable on a narrow viewport.
 */
@media (max-width: 768px) {
  .design-stage {
    background: transparent;
  }

  .hero,
  .video-section,
  .achievements,
  .roadmap,
  .awards,
  .judges,
  .teams,
  .partners,
  .about,
  .news,
  .site-footer {
    min-height: 0;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .hero {
    aspect-ratio: 1920 / 1095;
    background-image:
      url("../images/fg-hero.png?v=layers-20260727"),
      url("../images/bg-hero.png?v=layers-20260727");
  }

  .video-section {
    aspect-ratio: 1920 / 1033;
    background-image: url("../images/video-cover.png?v=20260728-hover");
  }

  .achievements {
    aspect-ratio: 1920 / 1312;
    background-image:
      url("../images/fg-achievements.png?v=layers-20260727"),
      url("../images/bg-achievements.png?v=layers-20260727");
  }

  .roadmap {
    aspect-ratio: 1920 / 1660;
    background-image:
      url("../images/fg-roadmap.png?v=layers-20260727"),
      url("../images/bg-roadmap.png?v=layers-20260727");
  }

  .awards {
    aspect-ratio: 1920 / 1805;
    background-image:
      url("../images/fg-awards-complete.png?v=20260727-complete");
  }

  .judges {
    aspect-ratio: 1920 / 945;
    background-image:
      url("../images/bg-judges.png?v=20260727-clean");
  }

  .teams {
    aspect-ratio: 1920 / 719;
    background-image:
      url("../images/fg-teams.png?v=layers-20260727"),
      url("../images/bg-teams.png?v=layers-20260727");
  }

  .partners {
    aspect-ratio: 1920 / 1885;
    background-image:
      url("../images/fg-partners.png?v=layers-20260727"),
      url("../images/bg-partners.png?v=layers-20260727");
  }

  .about {
    aspect-ratio: 1920 / 675;
    background-image:
      url("../images/fg-about.png?v=layers-20260727"),
      url("../images/bg-about.png?v=layers-20260727");
  }

  .news {
    aspect-ratio: 1920 / 1004;
    background-image:
      url("../images/fg-news.png?v=layers-20260727"),
      url("../images/bg-news.png?v=layers-20260727");
  }

  .site-footer {
    min-height: 250px;
    padding: 32px 16px 0;
    aspect-ratio: auto;
    background: #061075;
  }

  .site-footer .footer-logo {
    width: min(240px, 72%);
    margin: 0 auto 18px;
  }

  .site-footer .footer-sponsor {
    margin: 0 0 24px;
    font-size: 13px;
    line-height: 1.4;
  }

  .site-footer .footer-follow {
    width: calc(100% + 32px);
    min-height: 92px;
    margin: auto -16px 0;
    padding: 14px 16px;
    background: linear-gradient(180deg, #0089ff 0, #fff 30%, #c9e7ff 70%, #a8dbff);
  }

  .mobile-panel,
  .roadmap-container,
  .partners > .tech-heading,
  .partner-map,
  .partner-card,
  .partner-logos,
  .about-panel,
  .news > .tech-heading,
  .news-grid {
    display: none !important;
  }

  .hero-actions .tech-button,
  .video-poster > img,
  .video-overlay,
  .judges > .tech-heading,
  .judge-card img,
  .judge-card span {
    opacity: 0;
  }

  .video-poster {
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .judge-lineup {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: none;
  }

  .judge-card {
    position: absolute;
  }

  .judge-card[data-judge="hien"] {
    top: 34.8%;
    left: 15.625%;
    width: 22.917%;
    height: 84.55%;
  }

  .judge-card[data-judge="hori"] {
    top: 31.32%;
    left: 40.313%;
    width: 21.875%;
    height: 86.56%;
    transform: none;
  }

  .judge-card[data-judge="dung"] {
    top: 35.77%;
    left: 62.76%;
    width: 23.646%;
    height: 103.7%;
  }

  .judge-detail {
    display: none !important;
  }

  .partner-map-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .partner-markers button {
    opacity: 0;
  }

  .news {
    aspect-ratio: auto;
    height: auto;
    padding: 34px 14px 42px;
    background-color: #020b5d;
    background-image: none;
  }

  .news > .tech-heading {
    display: block !important;
    position: relative;
    top: auto;
    left: auto;
    width: max-content;
    min-width: min(230px, 82vw);
    margin: 0 auto 24px;
    padding: 10px 28px;
    opacity: 1;
    font-size: clamp(20px, 6.2vw, 27px);
    transform: none;
  }

  .news-grid {
    display: grid !important;
    position: relative;
    top: auto;
    left: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 18px 12px;
    opacity: 1;
  }

  .news-card {
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(0, 230, 255, .36);
    background: rgba(0, 8, 78, .72);
    box-shadow: 0 0 14px rgba(0, 230, 255, .14);
  }

  .news-card::after {
    display: none;
  }

  .news-card > img {
    display: block;
    width: 100%;
    border: 0;
    box-shadow: none;
  }

  .news-card h3 {
    min-height: 4.8em;
    margin: 0;
    padding: 10px 9px 12px;
    opacity: 1;
    color: #fff;
    font-size: clamp(9px, 2.65vw, 12px);
    line-height: 1.2;
  }

  .news-card h3::after,
  .news-card p {
    display: none;
  }
}

.about {
  background:
    url("../images/bg-about.png?v=layers-20260727") center / cover no-repeat;
}

.about-panel {
  --about-panel-shape: polygon(
    3.5% 1%, 34.5% 1%, 36% 7.3%, 64% 7.3%, 65.5% 1%, 96.5% 1%,
    100% 10.5%, 100% 24%, 99% 25%, 99% 72%, 100% 73.5%, 100% 86.5%,
    96.5% 96%, 65.5% 96%, 64% 89.5%, 36% 89.5%, 34.5% 96%, 3.5% 96%,
    0 86.5%, 0 73.5%, 1% 72%, 1% 25%, 0 24%, 0 10.5%
  );
  isolation: isolate;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.about-panel::before,
.about-panel::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.about-panel::before {
  z-index: 0;
  background:
    linear-gradient(rgba(0, 8, 72, .14), rgba(0, 8, 72, .3)),
    url("../images/about-art.png?v=20260727") center / 100% 100% no-repeat,
    rgba(0, 8, 72, .82);
  clip-path: var(--about-panel-shape);
  box-shadow: inset 0 18px 22px -22px rgba(0, 230, 255, .2);
}

.about-panel::after {
  z-index: 1;
  background:
    url("../images/about-frame.png?v=20260727") center / 100% 100% no-repeat;
}

.about-copy {
  z-index: 2;
  opacity: 1;
}

.about-scroll {
  overscroll-behavior: contain;
  scrollbar-color: var(--cyan) rgba(255, 255, 255, .14);
  scrollbar-width: thin;
}

.about-scroll:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 5px;
}

.about-scroll::-webkit-scrollbar {
  width: 6px;
}

.about-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .12);
}

.about-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: var(--cyan);
}

@media (min-width: 769px) {
  .about-panel {
    top: 7%;
    height: 86%;
  }

  .about-copy {
    inset: 11% 6%;
  }

  .js-ready .reveal-on-scroll {
    opacity: 0;
    filter: brightness(.7) saturate(.75);
    transform: translateY(calc(var(--stage) * .025));
    transition:
      opacity 700ms var(--ease),
      filter 900ms var(--ease),
      transform 800ms var(--ease);
    will-change: opacity, filter, transform;
  }

  .js-ready .reveal-on-scroll.is-visible {
    opacity: 1;
    filter: none;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js-ready .reveal-on-scroll {
    opacity: 1;
    filter: none;
    transform: none;
  }
}

@media (max-width: 768px) {
  .roadmap {
    padding: 40px 16px !important;
  }

  .roadmap-cta {
    margin-top: 24px !important;
  }

  .about {
    aspect-ratio: auto;
    height: auto;
    min-height: 0;
    padding: 34px 16px 40px;
    background:
      url("../images/bg-about.png?v=layers-20260727") center / cover no-repeat;
  }

  .about-panel {
    display: block !important;
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 22px 18px;
  }

  .about-copy {
    position: relative;
    inset: auto;
    opacity: 1;
  }

  .about-copy h2 {
    margin: 0 0 18px;
    font-size: clamp(16px, 4.6vw, 21px);
    line-height: 1.28;
  }

  .about-scroll {
    max-height: 250px;
    padding-right: 12px;
    overflow-y: auto;
    font-size: clamp(12px, 3.35vw, 15px);
    line-height: 1.55;
  }
}

/*
 * Interactive partner map. The PSD foreground is intentionally omitted here:
 * the map, pins, school card and logo list are real HTML controls.
 */
.partners {
  background:
    radial-gradient(circle at 56% 40%, rgba(0, 220, 255, .16), transparent 34%),
    url("../images/bg-partners.png?v=layers-20260727") center / cover no-repeat;
}

.partners > .tech-heading,
.partner-map,
.partner-logos {
  opacity: 1;
}

.partner-title {
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  clip-path: none;
}

.partner-title::before,
.partner-title::after {
  display: none;
}

.partner-title > img {
  display: block;
  width: 100%;
  height: auto;
}

.partner-map {
  filter: drop-shadow(0 0 12px rgba(0, 230, 255, .32));
}

.partner-markers {
  pointer-events: none;
}

.partner-markers button {
  aspect-ratio: 72 / 80;
  border: 0;
  border-radius: 0;
  background:
    url("../images/partner-pin.png?v=20260727") center / contain no-repeat;
  box-shadow: none;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  transition:
    filter 180ms var(--ease),
    transform 180ms var(--ease);
}

.partner-markers button:hover,
.partner-markers button:focus-visible,
.partner-markers button[aria-selected="true"] {
  opacity: 1;
  filter: brightness(1.2) drop-shadow(0 0 12px var(--cyan));
  transform: translate(-50%, -50%) scale(1.16);
}

.partner-markers button::after {
  display: none;
}

.partner-markers button span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.partner-card {
  min-height: 0;
  border: 0;
  background:
    url("../images/partner-card-frame.png?v=20260727") center / 100% 100% no-repeat;
  box-shadow: none;
  clip-path: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px) scale(.98);
  transition:
    opacity 180ms var(--ease),
    visibility 180ms var(--ease),
    transform 180ms var(--ease);
}

.partner-card.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

.partner-logos {
  opacity: 1;
}

@media (min-width: 769px) {
  .partner-title {
    left: 50%;
    width: calc(var(--stage) * .388542);
    min-width: 0;
    transform: translateX(-50%);
  }

  .partner-map-wrap {
    top: calc(var(--stage) * .14);
    left: 8%;
    width: 84%;
    height: calc(var(--stage) * .72);
  }

  .partner-map {
    top: 0;
    left: 14%;
    width: 76%;
    height: auto;
  }

  .partner-markers {
    top: 0;
    right: auto;
    bottom: auto;
    left: 14%;
    width: 76%;
    height: auto;
    aspect-ratio: 1225 / 1264;
  }

  .partner-card {
    top: 22%;
    right: 3%;
    grid-template-columns: 30% 1fr;
    width: 46%;
    aspect-ratio: 736 / 213;
    padding: 3.6% 4%;
  }

  .partner-card-name {
    font-size: clamp(12px, calc(var(--stage) * .0105), 20px);
    line-height: 1.18;
  }

  .partner-card-en,
  .partner-card-year {
    font-size: clamp(9px, calc(var(--stage) * .0085), 16px);
    line-height: 1.28;
  }

  .partner-logos {
    top: calc(var(--stage) * .81);
  }
}

@media (max-width: 768px) {
  .partners {
    aspect-ratio: auto;
    height: auto;
    min-height: 0;
    padding: 34px 16px 32px;
    background:
      radial-gradient(circle at 50% 38%, rgba(0, 220, 255, .14), transparent 38%),
      url("../images/bg-partners.png?v=layers-20260727") center / cover no-repeat;
  }

  .partners > .tech-heading {
    display: block !important;
    position: relative;
    top: auto;
    left: auto;
    width: min(330px, 92vw);
    min-width: 0;
    margin: 0 auto 12px;
    padding: 0;
    opacity: 1;
    transform: none;
  }

  .partner-map-wrap {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .partner-map {
    display: block !important;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin: 0 auto;
    opacity: 1;
  }

  .partner-markers {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1225 / 1264;
  }

  .partner-markers button {
    width: clamp(22px, 7vw, 32px);
  }

  .partner-card {
    display: grid !important;
    top: 20%;
    right: 1%;
    bottom: auto;
    grid-template-columns: 29% 1fr;
    width: 86%;
    min-height: 0;
    aspect-ratio: 736 / 213;
    padding: 3.5% 4.5%;
    gap: 8px;
  }

  .partner-card-logo {
    max-height: 58px;
  }

  .partner-card-name {
    font-size: 10px;
    line-height: 1.15;
  }

  .partner-card-en,
  .partner-card-year {
    font-size: 8px;
    line-height: 1.25;
  }

  .partner-logos {
    display: flex !important;
    position: relative;
    top: auto;
    left: auto;
    flex-wrap: nowrap;
    width: 100%;
    min-height: 76px;
    margin: 6px 0 0;
    padding: 12px;
    gap: 12px;
    opacity: 1;
  }

  .partner-logos img {
    width: 21%;
    max-height: 48px;
  }
}

/*
 * Judges use the PSD background only. Each portrait remains a real control and
 * reveals its own information layer, matching the interaction on the legacy site.
 */
.judges {
  overflow: hidden;
  background:
    url("../images/bg-judges.png?v=20260727-clean") center / 100% 100% no-repeat;
}

.judges::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    url("../images/bg-judges-hover.png?v=20260727-psd") center / 100% 100% no-repeat;
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: translateZ(0);
  transition: opacity 400ms ease;
  will-change: opacity;
}

.judges.has-judge-detail::before {
  opacity: 1;
}

.judges > .judges-title {
  display: block !important;
  position: absolute;
  z-index: 5;
  top: 5.2%;
  left: 50%;
  width: 35.834%;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  clip-path: none;
  opacity: 1 !important;
  transform: translateX(-50%);
}

.judges-title::before,
.judges-title::after {
  display: none;
}

.judges-title > img {
  display: block;
  width: 100%;
  height: auto;
}

.judge-lineup {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: none;
}

.judge-card,
.judge-card:nth-child(2),
.judge-card:hover,
.judge-card:focus-visible,
.judge-card[aria-selected="true"] {
  position: absolute;
  z-index: 1;
  padding: 0;
  border: 0;
  background: transparent;
  filter: none;
  transform: none;
}

.judge-card::after {
  display: none;
}

.judge-card[data-judge="hien"] {
  top: 34.815%;
  left: 15.625%;
  width: 22.917%;
  height: 65.185%;
}

.judge-card[data-judge="hori"] {
  top: 31.323%;
  left: 40.313%;
  width: 21.875%;
  height: 68.677%;
}

.judge-card[data-judge="dung"] {
  top: 35.767%;
  left: 62.76%;
  width: 23.646%;
  height: 64.233%;
}

.judge-card > img {
  display: block !important;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  opacity: 1 !important;
  transition:
    opacity 400ms ease,
    filter 220ms var(--ease),
    transform 220ms var(--ease);
  backface-visibility: hidden;
  will-change: opacity;
}

.judge-card:hover > img,
.judge-card:focus-visible > img,
.judge-card.is-active > img {
  filter: none;
  transform: none;
}

.judges.has-judge-detail .judge-card > img {
  opacity: 0 !important;
}

.judge-feature {
  position: absolute;
  z-index: 2;
  inset: 0;
  margin: 0;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 400ms ease,
    visibility 400ms ease;
  transform: translateZ(0);
  will-change: opacity;
}

.judges.has-judge-detail .judge-feature {
  opacity: 1;
  visibility: visible;
}

.judge-feature-portrait {
  display: block;
  position: absolute;
  top: 10.053%;
  left: 15.573%;
  width: 27.76%;
  height: 89.947%;
  object-fit: contain;
  object-position: center bottom;
  opacity: 0;
  transform: translate3d(-18px, 0, 0);
  transition:
    opacity 400ms ease,
    transform 400ms ease,
    filter 220ms ease;
  backface-visibility: hidden;
  will-change: opacity, transform;
}

.judge-feature-panel {
  position: absolute;
  top: 21.164%;
  left: 43.906%;
  width: 45.052%;
  height: 28.36%;
  opacity: 0;
  transform: translate3d(18px, 0, 0);
  transition:
    opacity 400ms ease 60ms,
    transform 400ms ease 60ms;
  backface-visibility: hidden;
  will-change: opacity, transform;
}

.judge-feature-panel > img {
  display: block;
  width: 100%;
  height: 100%;
}

.judge-feature-heading {
  position: absolute;
  top: 19.4%;
  right: 7%;
  bottom: 9%;
  left: 8%;
  overflow: hidden;
  text-align: left;
}

.judge-feature-name,
.judge-feature-role {
  display: block;
}

.judge-feature-name {
  color: #fff;
  font-size: clamp(18px, calc(var(--stage) * .0156), 30px);
  font-weight: 800;
  line-height: 1.18;
  padding-top: 20px;
  text-transform: uppercase;
}

.judge-feature-role {
  max-width: 82%;
  margin-top: 2.2%;
  color: #5feaff;
  font-size: clamp(10px, calc(var(--stage) * .008), 15px);
  font-weight: 600;
  line-height: 1.45;
}

.judge-feature-quote {
  position: absolute;
  top: 53.228%;
  left: 45.208%;
  width: 42.5%;
  max-height: 23%;
  margin: 0;
  padding: 0 2.344%;
  overflow: visible;
  box-sizing: border-box;
  color: #fff;
  font-size: clamp(11px, calc(var(--stage) * .0084), 16px);
  font-weight: 500;
  line-height: 1.62;
  text-align: left;
  opacity: 0;
  transform: translate3d(16px, 0, 0);
  transition:
    opacity 400ms ease 120ms,
    transform 400ms ease 120ms;
  scrollbar-color: rgba(91, 234, 255, .92) rgba(2, 21, 111, .24);
  scrollbar-width: thin;
  will-change: opacity, transform;
}

.judge-feature-quote::-webkit-scrollbar {
  width: 4px;
}

.judge-feature-quote::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(91, 234, 255, .92);
}

.judges.has-judge-detail .judge-feature-portrait,
.judges.has-judge-detail .judge-feature-panel,
.judges.has-judge-detail .judge-feature-quote {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.judge-feature.is-changing .judge-feature-portrait,
.judge-feature.is-changing .judge-feature-panel,
.judge-feature.is-changing .judge-feature-quote {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
  transition-delay: 0ms;
  transition-duration: 120ms;
}

.judge-feature-quote::before,
.judge-feature-quote::after {
  position: absolute;
  color: #fff;
  font-size: 2em;
  line-height: 1;
}

.judge-feature-quote::before {
  top: -.2em;
  left: 0;
  content: "“";
}

.judge-feature-quote::after {
  right: 0;
  bottom: -.45em;
  content: "”";
}

.judge-card > .judge-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  opacity: 0;
  white-space: nowrap;
}

.judge-card > .judge-overlay {
  display: flex;
  position: absolute;
  z-index: 4;
  inset: 5% 1.5% 2%;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  height: auto;
  padding: 9% 8% 8%;
  overflow: hidden;
  border: 1px solid rgba(55, 226, 255, .84);
  background:
    linear-gradient(180deg, rgba(1, 11, 83, .78), rgba(0, 17, 112, .95));
  box-shadow:
    inset 0 0 30px rgba(0, 207, 255, .2),
    0 0 20px rgba(0, 216, 255, .32);
  clip-path: polygon(0 5%, 5% 0, 95% 0, 100% 5%, 100% 95%, 95% 100%, 5% 100%, 0 95%);
  color: #fff;
  text-align: left;
  text-transform: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition:
    opacity 180ms var(--ease),
    visibility 180ms var(--ease),
    transform 220ms var(--ease);
}

.judge-card:hover > .judge-overlay,
.judge-card:focus-visible > .judge-overlay,
.judge-card.is-active > .judge-overlay {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.judge-card .judge-info {
  display: block;
  position: static;
  padding: 0;
  color: inherit;
  text-align: left;
  opacity: 1;
}

.judge-card .judge-name {
  display: block;
  margin-bottom: .55em;
  color: #fff;
  font-size: clamp(14px, calc(var(--stage) * .012), 23px);
  line-height: 1.2;
  text-transform: uppercase;
}

.judge-card .judge-role {
  display: block;
  position: static;
  padding: 0;
  color: #5feaff;
  font-size: clamp(9px, calc(var(--stage) * .0073), 14px);
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  opacity: 1;
}

.judge-card .judge-quote {
  display: block;
  position: static;
  max-height: 55%;
  padding: 0 4px 0 0;
  overflow-y: auto;
  color: #fff;
  font-size: clamp(10px, calc(var(--stage) * .0078), 15px);
  font-weight: 500;
  line-height: 1.55;
  text-align: left;
  opacity: 1;
  scrollbar-color: #27dff6 transparent;
  scrollbar-width: thin;
}

.judge-card:focus-visible {
  outline: 2px solid #4bedff;
  outline-offset: -3px;
}

.judges.has-judge-detail .judge-card:focus-visible {
  outline: 0;
  box-shadow: none;
}

.judges.has-judge-detail:has(.judge-card:focus-visible) .judge-feature-portrait {
  filter: drop-shadow(0 0 12px rgba(67, 229, 255, .82));
}

@media (max-width: 768px) {
  .judges {
    aspect-ratio: auto;
    height: auto;
    min-height: 0;
    padding: 34px 0 38px;
    background:
      url("../images/bg-judges.png?v=20260727-clean") center / cover no-repeat;
  }

  .judges > .judges-title {
    position: relative;
    top: auto;
    left: auto;
    width: min(340px, calc(100% - 32px));
    margin: 0 auto 18px;
    transform: none;
  }

  .judge-lineup {
    display: flex;
    position: relative;
    inset: auto;
    width: 100%;
    height: clamp(410px, 123vw, 500px);
    padding: 0 11vw 8px;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-padding-inline: 11vw;
    scroll-snap-type: x mandatory;
    scrollbar-color: #22def5 rgba(255, 255, 255, .12);
    scrollbar-width: thin;
  }

  .judge-card,
  .judge-card:nth-child(2),
  .judge-card[data-judge="hien"],
  .judge-card[data-judge="hori"],
  .judge-card[data-judge="dung"] {
    position: relative;
    top: auto;
    left: auto;
    flex: 0 0 min(78vw, 300px);
    width: min(78vw, 300px);
    height: 100%;
    scroll-snap-align: center;
  }

  .judges.has-judge-detail .judge-card > img {
    opacity: 1 !important;
  }

  .judge-feature {
    display: none;
    position: relative;
    inset: auto;
    width: calc(100% - 32px);
    margin: 18px auto 0;
    padding: 18px;
    border: 1px solid rgba(86, 229, 255, .72);
    background: rgba(3, 16, 112, .9);
    transform: none;
  }

  .judges.has-judge-detail .judge-feature {
    display: block;
  }

  .judge-feature-portrait {
    display: none;
  }

  .judge-feature-panel {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    opacity: 1;
    transform: none;
  }

  .judge-feature-panel > img {
    display: none;
  }

  .judge-feature-heading {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
  }

  .judge-feature-name {
    font-size: clamp(18px, 5vw, 24px);
  }

  .judge-feature-role {
    max-width: none;
    margin-top: 8px;
    font-size: clamp(11px, 3.2vw, 14px);
  }

  .judge-feature-quote {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    max-height: none;
    margin: 18px 18px 0;
    overflow: visible;
    font-size: clamp(12px, 3.5vw, 15px);
    opacity: 1;
    transform: none;
  }

  .judge-card > .judge-overlay {
    inset: 4% 2% 3%;
    padding: 9% 8%;
  }

  .judge-card .judge-name {
    font-size: clamp(15px, 4.5vw, 20px);
  }

  .judge-card .judge-role {
    font-size: clamp(10px, 3vw, 13px);
  }

  .judge-card .judge-quote {
    font-size: clamp(11px, 3.2vw, 14px);
  }
}

/*
 * High-resolution vector exports for the school-round award icons. They sit
 * over the PSD crop at the original coordinates and stay crisp when scaled.
 */
.award-icons {
  position: absolute;
  z-index: 3;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.award-icon {
  position: absolute;
  display: block;
  height: auto;
  object-fit: contain;
}

.award-icon--student-left {
  top: 73.02%;
  left: 12.5%;
  width: 3.073%;
}

.award-icon--gold-left {
  top: 77.064%;
  left: 19.948%;
  width: 2.135%;
}

.award-icon--silver-left {
  top: 80.443%;
  left: 19.948%;
  width: 2.135%;
}

.award-icon--school-left {
  top: 88.864%;
  left: 12.135%;
  width: 3.594%;
}

.award-icon--student-right {
  top: 72.687%;
  left: 64.063%;
  width: 2.135%;
}

.award-icon--gold-right {
  top: 79.224%;
  left: 65.469%;
  width: 1.927%;
}

.award-icon--silver-right {
  top: 82.216%;
  left: 65.469%;
  width: 1.927%;
}

.award-icon--school-right {
  top: 86.427%;
  left: 63.802%;
  width: 2.5%;
}

@media (min-width: 769px) {
  .award-icons {
    display: none;
  }
}

/*
 * Desktop link hitboxes sit above the PSD composite. Keep them visually
 * transparent at rest, then reveal a real glow layer on hover/focus.
 */
@media (min-width: 769px) {
  .site-header .brand img {
    opacity: 0;
    transition:
      opacity 160ms var(--ease),
      filter 180ms var(--ease);
  }

  .site-header .brand:hover img,
  .site-header .brand:focus-visible img {
    opacity: .5;
    filter: brightness(1.35) drop-shadow(0 0 14px rgba(0, 230, 255, .9));
  }

  .primary-nav a {
    opacity: 1;
    color: transparent;
    text-shadow: none;
  }

  .primary-nav a:not(.login-button):hover,
  .primary-nav a:not(.login-button):focus-visible {
    color: rgba(255, 255, 255, .28);
    text-shadow: 0 0 12px rgba(70, 231, 255, .92);
  }

  .login-button {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
  }

  .login-button:hover,
  .login-button:focus-visible {
    border-color: var(--cyan);
    color: rgba(255, 255, 255, .42);
    background: rgba(15, 103, 224, .2);
    box-shadow:
      inset 0 0 18px rgba(255, 255, 255, .14),
      0 0 18px rgba(0, 230, 255, .72);
  }

  .hero-actions .tech-button {
    opacity: 1;
    transform: none;
  }

  .hero-actions .tech-button:hover,
  .hero-actions .tech-button:focus-visible {
    opacity: 1;
    transform: none;
    filter: none !important;
  }

  .hero-actions .tech-button img {
    opacity: 0;
    transition:
      opacity 160ms var(--ease),
      filter 180ms var(--ease),
      transform 180ms var(--ease);
  }

  .hero-actions .tech-button:hover img,
  .hero-actions .tech-button:focus-visible img {
    opacity: 1;
    filter: brightness(1.18) drop-shadow(0 0 18px rgba(0, 230, 255, .9));
    transform: scale(1.018);
  }

  .footer-follow a {
    position: relative;
    opacity: 1;
  }

  .footer-follow a::after {
    position: absolute;
    inset: -14%;
    border: 2px solid var(--cyan);
    border-radius: 50%;
    box-shadow:
      0 0 10px rgba(0, 111, 255, .85),
      inset 0 0 8px rgba(0, 230, 255, .45);
    content: "";
    opacity: 0;
    transform: scale(.82);
    transition:
      opacity 160ms var(--ease),
      transform 180ms var(--ease);
  }

  .footer-follow a:hover::after,
  .footer-follow a:focus-visible::after {
    opacity: 1;
    transform: scale(1);
  }

  .news {
    background:
      url("../images/bg-news-clean.png?v=20260727-clean") center / 100% 100% no-repeat;
  }

  .news > .tech-heading {
    top: 5.6%;
    display: block;
    min-width: 40.3%;
    padding: calc(var(--stage) * .016) calc(var(--stage) * .045);
    opacity: 1;
    font-size: clamp(22px, calc(var(--stage) * .03125), 60px);
  }

  .news-grid {
    top: 27.3%;
    left: 7.86%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 84.54%;
    gap: .55%;
    opacity: 1;
  }

  .news-card {
    padding: 0;
    border: 0;
  }

  .news-card:not(:last-child)::after {
    position: absolute;
    top: calc(var(--stage) * .145313);
    right: -1.1%;
    bottom: calc(var(--stage) * .016667);
    width: 2px;
    background: rgba(255, 255, 255, .72);
    content: "";
    pointer-events: none;
  }

  .news-card > img,
  .news-card h3,
  .news-card p {
    opacity: 1;
  }

  .news-card > img {
    width: 100%;
    aspect-ratio: 399 / 231;
    border: 0;
    box-shadow: none;
  }

  .news-card h3 {
    position: relative;
    height: calc(var(--stage) * .05);
    min-height: 0;
    margin:
      calc(var(--stage) * .030208)
      calc(var(--stage) * .026042)
      0
      calc(var(--stage) * .019792);
    color: #00e6ff;
    font-family: var(--font-nokia);
    font-size: clamp(8px, calc(var(--stage) * .007292), 14px);
    font-weight: 800;
    line-height: 1.8;
  }

  .news-card h3::after {
    position: absolute;
    top: calc(var(--stage) * .059896);
    left: 0;
    width: calc(var(--stage) * .066146);
    height: calc(var(--stage) * .004688);
    margin: 0;
  }

  .news-card p {
    display: block;
    width: auto;
    margin:
      calc(var(--stage) * .01875)
      calc(var(--stage) * .026042)
      0
      calc(var(--stage) * .019792);
    overflow: hidden;
    font-family: var(--font-cafeta);
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: 0;
    transform: none;
    -webkit-line-clamp: initial;
  }

  .news-card:nth-child(1) p {
    height: calc(var(--stage) * .1125);
  }

  .news-card:nth-child(2) p {
    height: calc(var(--stage) * .142708);
  }

  .news-card:nth-child(3) p {
    height: calc(var(--stage) * .14375);
  }
}

/*
 * Final mobile alignment pass.
 * The hero crop removes the desktop PSD header because the real sticky
 * navigation already occupies that space on small screens.
 */
@media (max-width: 768px) {
  .hero {
    aspect-ratio: 1920 / 959;
    background-color: #02086f;
    background-position:
      center calc(-7.083333vw),
      center calc(-7.083333vw);
    background-size: 100% auto, 100% auto;
  }

  .hero-actions {
    top: 59.333%;
    right: auto;
    bottom: auto;
    left: 5.1563%;
    grid-template-columns: 1fr;
    width: 25.3646%;
    gap: 1.5625vw;
  }

  /*
   * Keep the complete award raster undistorted. A section gap is used instead
   * of internal padding so the authored artwork retains its aspect ratio.
   */
  .awards {
    margin-top: clamp(16px, 5vw, 24px);
  }

  /*
   * Mobile judges follow the public reference: one static composition with
   * all three portraits visible at once and no carousel or detail effects.
   */
  .judges {
    aspect-ratio: auto;
    height: auto;
    min-height: 0;
    padding: clamp(34px, 10vw, 42px) 12px 0;
    overflow: hidden;
    background:
      radial-gradient(circle at 50% 62%, rgba(0, 213, 255, .2), transparent 38%),
      url("../images/bg-judges.png?v=20260727-clean") center / cover no-repeat;
  }

  .judges > .judges-title {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0 auto 16px;
    transform: none;
  }

  .judge-lineup {
    display: grid;
    position: relative;
    inset: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: end;
    justify-content: normal;
    width: 100%;
    height: clamp(190px, 56vw, 225px);
    padding: 0;
    gap: 0;
    overflow: hidden;
    scroll-snap-type: none;
  }

  .judge-card,
  .judge-card:nth-child(2),
  .judge-card[data-judge="hien"],
  .judge-card[data-judge="hori"],
  .judge-card[data-judge="dung"],
  .judge-card:hover,
  .judge-card:focus-visible,
  .judge-card[aria-selected="true"] {
    position: relative;
    inset: auto;
    flex: none;
    width: 100%;
    height: 100%;
    filter: none;
    transform: none;
    scroll-snap-align: none;
    pointer-events: none;
    cursor: default;
  }

  .judge-card > img,
  .judges.has-judge-detail .judge-card > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }

  .judge-card span,
  .judge-card::after,
  .judge-feature {
    display: none !important;
  }

  .about {
    padding-top: clamp(38px, 10vw, 48px);
  }
}
