:root {
  --navy-950: #020b18;
  --navy-900: #041526;
  --navy-800: #06233d;
  --navy-700: #0a3356;
  --gold: #e3b45c;
  --gold-hover: #efc575;
  --gold-deep: #c9973f;
  --cream: #f7f2e8;
  --white: #ffffff;
  --white-soft: rgba(255, 255, 255, 0.92);
  --glass: rgba(255, 255, 255, 0.22);
  --glass-strong: rgba(255, 255, 255, 0.28);
  --glass-border: rgba(255, 255, 255, 0.55);
  --text-muted: rgba(255, 255, 255, 0.9);
  --radius-card: 1.85rem;
  --radius-pill: 999px;
  --max: 1160px;
  --font-display: "Montserrat", "Outfit", sans-serif;
  --font-body: "Outfit", "Montserrat", sans-serif;
  --shadow-soft: 0 18px 48px rgba(0, 0, 0, 0.28);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--white);
  background: var(--navy-950);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

strong {
  font-weight: 700;
}

.u-nowrap {
  white-space: nowrap;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: var(--gold);
  color: var(--navy-950);
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  z-index: 100;
  font-weight: 700;
  text-decoration: none;
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: min(100% - 3rem, var(--max));
  margin-inline: auto;
}

.section-title {
  margin: 0 0 3.25rem;
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 4.2vw, 3.35rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.section-title--laurels {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.35rem;
}

.section-title--laurels img {
  width: 2.1rem;
  height: auto;
  opacity: 0.95;
  filter: brightness(1.2);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 2.9rem;
  border-radius: var(--radius-pill);
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

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

.btn:active {
  transform: translateY(0);
}

.btn--gold {
  background: var(--gold);
  color: var(--white);
  box-shadow: none;
  min-width: 32rem;
  padding: 1.3rem 4rem;
  font-size: 1rem;
  font-weight: 800;
}

.btn--gold:hover {
  background: var(--gold-hover);
}

.btn--light {
  background: var(--white);
  color: var(--navy-900);
  box-shadow: none;
  min-width: 22rem;
  padding: 1.25rem 3rem;
  font-size: 0.95rem;
  font-weight: 800;
}

.btn--light:hover {
  background: var(--cream);
}

.cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.65rem;
}

/* Reveal animations */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.reveal--delay-1 {
  transition-delay: 0.12s;
}

.reveal--delay-2 {
  transition-delay: 0.22s;
}

.reveal--delay-3 {
  transition-delay: 0.32s;
}

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

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .btn:hover {
    transform: none;
  }
}

/* ========== Hero ========== */
.hero {
  position: relative;
  padding: clamp(5.5rem, 11vh, 8.5rem) 0 3.25rem;
  overflow: hidden;
  min-height: 100svh;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(24, 62, 95, 0.18) 0%,
      rgba(28, 68, 100, 0.26) 22%,
      rgba(32, 60, 95, 0.36) 48%,
      rgba(16, 48, 78, 0.55) 72%,
      rgba(6, 30, 55, 0.75) 100%
    ),
    url("assets/backgrounds/hero-crowd.jpg") center 30% / cover no-repeat;
  transform: scale(1.04);
  animation: heroDrift 28s ease-in-out infinite alternate;
  filter: saturate(1.35) contrast(0.9) brightness(1.28);
}

.hero__veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 85% 70% at 85% 68%, rgba(255, 168, 55, 0.62), transparent 66%),
    radial-gradient(ellipse 70% 60% at 95% 45%, rgba(255, 190, 90, 0.45), transparent 60%),
    radial-gradient(ellipse 60% 55% at 72% 75%, rgba(230, 140, 50, 0.4), transparent 58%),
    radial-gradient(ellipse 70% 60% at 10% 25%, rgba(55, 175, 190, 0.42), transparent 64%),
    radial-gradient(ellipse 55% 45% at 40% 15%, rgba(40, 130, 160, 0.22), transparent 55%),
    radial-gradient(ellipse 80% 55% at 20% 92%, rgba(8, 48, 85, 0.55), transparent 72%),
    linear-gradient(180deg, transparent 35%, rgba(8, 38, 65, 0.45) 100%);
  pointer-events: none;
}

@keyframes heroDrift {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.08) translate3d(-1.5%, -1%, 0);
  }
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero__top {
  display: grid;
  grid-template-columns: minmax(0, 36rem) 1fr;
  gap: 2.5rem;
  align-items: start;
  margin-bottom: 3.75rem;
}

.hero__brand,
.hero__intro {
  grid-column: 1;
}

.hero__logo {
  width: min(100%, 318px);
  height: auto;
}

.hero__presented {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: 1.1rem;
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 500;
}

.hero__presented img {
  width: 158px;
  height: auto;
}

.hero__intro {
  text-align: left;
  max-width: 32rem;
  margin-left: 0;
  padding-top: 0.35rem;
}

.hero__intro h1 {
  margin: 0 0 1.2rem;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 2.8vw, 2.4rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  text-align: left;
  max-width: none;
}

.hero__intro p {
  margin: 0 0 0.9rem;
  color: var(--white-soft);
  font-size: 0.95rem;
  line-height: 1.52;
  text-align: left;
  max-width: 32rem;
}

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

/* Bento
   Design:
   [24 awards] [EMPTY] [tall finalists] [woman]
   [man photo] [No fee]  [tall finalists] [merit]
*/
.bento {
  display: grid;
  grid-template-columns: 1fr 1fr 0.95fr 1fr;
  grid-template-rows: 172px 192px;
  gap: 0.65rem;
}

.bento__card {
  position: relative;
  border-radius: var(--radius-card);
  overflow: hidden;
  border: 1.5px solid var(--glass-border);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.22);
  min-height: 0;
}

.bento__card--stat {
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.26) 0%,
    rgba(255, 255, 255, 0.12) 100%
  );
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
  color: var(--white);
  padding: 1.15rem 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-color: rgba(255, 255, 255, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 10px 30px rgba(0, 0, 0, 0.16);
}

.bento__card--stat p {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.25rem, 1.85vw, 1.65rem);
  line-height: 1.16;
  letter-spacing: -0.02em;
}

.bento__card--stat span {
  font-size: 1.08em;
}

.bento__card--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bento__card--woman img {
  object-position: 50% 28%;
}

.bento__card--man img {
  object-position: 50% 22%;
}

.bento__icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1.85rem;
  height: auto;
  opacity: 0.95;
  filter: brightness(1.35);
}

.bento__svg {
  width: 1.85rem;
  height: 1.85rem;
  color: rgba(255, 255, 255, 0.95);
}

.bento__svg--tr {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: 0;
}

.bento__svg--br {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  margin: 0;
}

.bento__card--awards {
  grid-column: 1;
  grid-row: 1;
}

.bento__card--finalists {
  grid-column: 3;
  grid-row: 1 / span 2;
  justify-content: flex-start;
  padding-top: 1.35rem;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.24) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
}

.bento__card--woman {
  grid-column: 4;
  grid-row: 1;
}

.bento__card--man {
  grid-column: 1;
  grid-row: 2;
}

.bento__card--fee {
  grid-column: 2;
  grid-row: 2;
}

.bento__card--merit {
  grid-column: 4;
  grid-row: 2;
}

/* ========== Recognition ========== */
.recognition {
  position: relative;
  padding: 7rem 0 7.5rem;
  background: linear-gradient(180deg, #003561 0%, #00284a 48%, #001a32 100%);
  overflow: hidden;
}

.recognition::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: url("assets/backgrounds/event-hall.jpg") center bottom / cover no-repeat;
  opacity: 0.14;
  mask-image: linear-gradient(to top, black 8%, transparent);
  -webkit-mask-image: linear-gradient(to top, black 8%, transparent);
  pointer-events: none;
}

.recognition__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.25rem;
  align-items: center;
}

.recognition__copy h2 {
  margin: 0 0 2rem;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 3.4vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.recognition__copy p {
  margin: 0 0 1.35rem;
  color: var(--text-muted);
  font-size: clamp(1.15rem, 1.45vw, 1.3rem);
  line-height: 1.65;
  max-width: 36rem;
}

.recognition__visual {
  position: relative;
  width: min(100%, 440px);
  height: 560px;
  margin-inline: auto;
}

.recognition__capsule {
  position: absolute;
  top: 0;
  right: 0;
  width: 68%;
  height: 100%;
  border-radius: 1.75rem;
  border: 1.5px solid rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px) saturate(1.15);
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
}

.recognition__headphones {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  left: auto;
  transform: none;
  width: 2.35rem;
  height: 2.35rem;
  color: rgba(255, 255, 255, 0.95);
  z-index: 2;
}

.recognition__photo {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 30%;
  margin: 0;
  width: 88%;
  border-radius: 1.35rem;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.recognition__photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  object-position: 48% 40%;
  display: block;
}

/* ========== How it works ========== */
.how {
  position: relative;
  padding: 6.5rem 0 6.5rem;
  overflow: hidden;
}

.how__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(10, 32, 62, 0.9) 0%,
      rgba(42, 24, 68, 0.86) 55%,
      rgba(28, 14, 52, 0.92) 100%
    ),
    url("assets/backgrounds/theater-seats.jpg") center 60% / cover no-repeat;
  filter: saturate(1.05) brightness(0.95);
}

.how .container {
  position: relative;
  z-index: 1;
}

.how__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}

.how__card {
  position: relative;
  min-height: 440px;
  padding: 2.25rem 1.9rem 5.5rem;
  border-radius: calc(var(--radius-card) + 0.2rem);
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.28) 0%,
    rgba(255, 255, 255, 0.14) 100%
  );
  border: 1.5px solid rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(22px) saturate(1.3);
  -webkit-backdrop-filter: blur(22px) saturate(1.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 14px 40px rgba(0, 0, 0, 0.2);
}

.how__card h3 {
  margin: 0 0 1.25rem;
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.how__card p + p {
  margin-top: 0.85rem;
}

.how__lead {
  margin: 0 0 0.7rem;
  color: var(--text-muted);
}

.how__card p {
  margin: 0 0 0.9rem;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.55;
}

.how__card ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--text-muted);
}

.how__card li {
  margin-bottom: 0.4rem;
}

.how__icon {
  position: absolute;
  right: 1.45rem;
  bottom: 1.45rem;
  width: 2.35rem;
  height: auto;
  opacity: 0.92;
  filter: brightness(1.3) contrast(1.05);
}

.how__icon--svg {
  width: 2.35rem;
  height: 2.35rem;
  color: rgba(255, 255, 255, 0.95);
}

/* ========== Categories ========== */
.categories {
  position: relative;
  padding: 6.5rem 0 6rem;
  overflow: hidden;
}

.categories__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(72, 30, 52, 0.7) 0%,
      rgba(88, 36, 58, 0.62) 45%,
      rgba(58, 26, 42, 0.75) 100%
    ),
    url("assets/backgrounds/theater-seats.jpg") center 40% / cover no-repeat;
  filter: saturate(1.05);
}

.categories .container {
  position: relative;
  z-index: 1;
}

.categories__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  align-items: stretch;
}

.categories__card {
  padding: 2.4rem 2.25rem;
  border-radius: calc(var(--radius-card) + 0.35rem);
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.26) 0%,
    rgba(255, 255, 255, 0.12) 100%
  );
  border: 1.5px solid rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.categories__card > div + div {
  margin-top: 2rem;
}

.categories__card h3 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.categories__card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.categories__card li {
  padding: 0.38rem 0;
  color: var(--white-soft);
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.45;
}

/* ========== Nominate ========== */
.nominate {
  position: relative;
  padding: 9.5rem 0;
  text-align: center;
  overflow: hidden;
  min-height: 640px;
  display: flex;
  align-items: center;
}

.nominate__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(110, 55, 28, 0.82) 0%,
      rgba(176, 118, 48, 0.68) 42%,
      rgba(210, 150, 58, 0.72) 100%
    ),
    url("assets/backgrounds/theater-seats.jpg") center 72% / 165% auto no-repeat;
  animation: heroDrift 32s ease-in-out infinite alternate;
}

.nominate__content {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.nominate h2 {
  margin: 0 auto 1.35rem;
  max-width: 16em;
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 4.4vw, 3.4rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.nominate p {
  margin: 0 auto 2.6rem;
  max-width: 40rem;
  color: var(--white);
  font-size: 1.2rem;
  line-height: 1.55;
}

.nominate .btn--light {
  padding: 1.35rem 3.25rem;
}

/* ========== Footer ========== */
.footer {
  background: var(--navy-950);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 3.25rem 0 2.75rem;
}

.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.95rem;
  text-align: center;
}

.footer__logo,
.footer__inner img {
  width: 200px;
  height: auto;
  opacity: 1;
}

.footer p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.footer a {
  color: var(--gold);
  text-decoration: none;
  font-weight: 600;
}

.footer a:hover {
  text-decoration: underline;
}

.footer__copy {
  font-size: 0.85rem !important;
  opacity: 0.75;
}

/* ========== Responsive ========== */
@media (max-width: 960px) {
  .hero__top {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero__brand,
  .hero__intro {
    grid-column: auto;
  }

  .hero__intro {
    text-align: left;
    margin-left: 0;
    max-width: none;
  }

  .hero__logo {
    width: min(100%, 320px);
  }

  .bento {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .bento__card--awards {
    grid-column: 1;
    grid-row: 1;
    min-height: 140px;
  }

  .bento__card--finalists {
    grid-column: 2;
    grid-row: 1 / span 2;
    min-height: 300px;
  }

  .bento__card--woman {
    grid-column: 1;
    grid-row: 2;
    min-height: 140px;
  }

  .bento__card--man {
    grid-column: 1;
    grid-row: 3;
    min-height: 200px;
  }

  .bento__card--fee {
    grid-column: 2;
    grid-row: 3;
    min-height: 200px;
  }

  .bento__card--merit {
    grid-column: 1 / span 2;
    grid-row: 4;
    min-height: 140px;
  }

  .recognition__grid,
  .how__grid,
  .categories__grid {
    grid-template-columns: 1fr;
  }

  .recognition__visual {
    min-height: 400px;
    order: -1;
  }

  .how__card {
    min-height: 280px;
  }

  .btn--gold,
  .btn--light {
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .u-nowrap {
    white-space: normal;
  }

  .container {
    width: min(100% - 1.5rem, var(--max));
  }

  .hero {
    padding-top: 2rem;
  }

  .hero__presented {
    flex-wrap: wrap;
  }

  .bento {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .bento__card--awards,
  .bento__card--finalists,
  .bento__card--woman,
  .bento__card--man,
  .bento__card--fee,
  .bento__card--merit {
    grid-column: 1;
    grid-row: auto;
    min-height: 160px;
  }

  .bento__card--finalists {
    min-height: 200px;
  }

  .bento__card--photo {
    min-height: 220px;
  }

  .section-title--laurels {
    gap: 0.75rem;
  }

  .section-title--laurels img {
    width: 1.5rem;
  }

  .categories__card {
    padding: 1.6rem 1.35rem;
  }

  .nominate {
    padding: 5.5rem 0;
    min-height: 0;
  }

  .btn {
    width: 100%;
    text-align: center;
    padding-inline: 1.25rem;
    font-size: 0.82rem;
  }
}
