:root {
  --gold: #f6c85f;
  --gold-2: #ffdf8d;
  --black: #030303;
  --panel: rgba(255, 255, 255, 0.075);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 20% 10%, rgba(246, 200, 95, 0.15), transparent 28rem),
    radial-gradient(circle at 85% 25%, rgba(255, 255, 255, 0.08), transparent 24rem),
    linear-gradient(135deg, #050505 0%, #0d0903 42%, #000 100%);
  color: #fff;
  font-family: Inter, system-ui, sans-serif;
}

img,
video,
canvas {
  max-width: 100%;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(246, 200, 95, 0.12), transparent 19rem);
  z-index: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

section {
  scroll-margin-top: 110px;
}

#three-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.noise-layer {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.13;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

main,
header,
footer {
  position: relative;
  z-index: 5;
}

.loader-ring {
  position: relative;
  display: grid;
  width: 132px;
  height: 132px;
  place-items: center;
  border: 1px solid rgba(246, 200, 95, 0.32);
  border-radius: 50%;
  box-shadow: 0 0 60px rgba(246, 200, 95, 0.42), inset 0 0 34px rgba(246, 200, 95, 0.12);
}

#loader {
  animation: loader-timeout 0.55s ease 1s forwards;
}

.loader-ring::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: inherit;
  border-top: 2px solid var(--gold);
  border-right: 2px solid transparent;
  animation: spin 1.1s linear infinite;
}

.loader-ring span,
.brand-mark,
.hero-title,
.section-heading h2,
.thanks-card h2 {
  font-family: "Playfair Display", serif;
}

.loader-ring span {
  color: var(--gold-2);
  font-size: 2rem;
  font-weight: 800;
}

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

@keyframes loader-timeout {
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

.brand-mark {
  display: inline-grid;
  gap: 0.08rem;
  max-width: min(72vw, 330px);
  border: 1px solid rgba(246, 200, 95, 0.35);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.44);
  padding: 0.62rem 1rem;
  color: var(--gold-2);
  font-size: clamp(0.78rem, 2.3vw, 1rem);
  letter-spacing: 0;
  line-height: 1.05;
  box-shadow: 0 0 28px rgba(246, 200, 95, 0.15);
  backdrop-filter: blur(18px);
  white-space: nowrap;
}

.brand-mark span,
.brand-mark small {
  overflow: hidden;
  text-overflow: ellipsis;
}

.brand-mark small {
  color: rgba(255, 255, 255, 0.68);
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
}

header nav a {
  transition: color 0.25s ease, transform 0.25s ease;
}

header nav a:hover {
  color: var(--gold-2);
}

header nav {
  min-width: 0;
}

.nav-cta,
.glass-button,
.gold-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.9rem 1.35rem;
  font-weight: 800;
}

.nav-cta,
.glass-button {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  backdrop-filter: blur(16px);
}

.gold-button {
  border: 1px solid rgba(255, 226, 154, 0.7);
  background: linear-gradient(135deg, #fff1b8 0%, #f6c85f 42%, #a46d16 100%);
  color: #100900;
  box-shadow: 0 14px 45px rgba(246, 200, 95, 0.3);
}

.glass-button:hover,
.gold-button:hover,
.nav-cta:hover {
  transform: translateY(-3px);
}

.organizer-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: 1.6rem;
  border: 1px solid rgba(246, 200, 95, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  padding: 0.55rem 1rem 0.55rem 0.55rem;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.organizer-chip img {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(246, 200, 95, 0.38);
  border-radius: 50%;
  object-fit: cover;
}

.organizer-chip span {
  display: block;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.organizer-chip strong {
  display: block;
  color: var(--gold-2);
  font-weight: 900;
}

.eyebrow {
  display: inline-flex;
  border: 1px solid rgba(246, 200, 95, 0.28);
  border-radius: 999px;
  background: rgba(246, 200, 95, 0.08);
  padding: 0.55rem 0.85rem;
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-title {
  max-width: 900px;
  color: var(--gold-2);
  font-size: clamp(3rem, 5.3vw, 5rem);
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 0 42px rgba(246, 200, 95, 0.2);
  overflow-wrap: normal;
  word-break: normal;
}

.hero-title span {
  display: block;
}

@supports (-webkit-background-clip: text) or (background-clip: text) {
  .hero-title {
    background: linear-gradient(180deg, #fff 0%, #ffeab2 40%, #bf7b18 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}

.paw {
  position: absolute;
  color: rgba(246, 200, 95, 0.14);
  filter: drop-shadow(0 0 18px rgba(246, 200, 95, 0.6));
  font-size: clamp(2rem, 5vw, 5rem);
  pointer-events: none;
}

.paw-1 {
  left: 8%;
  top: 19%;
}

.paw-2 {
  bottom: 18%;
  left: 45%;
}

.paw-3 {
  right: 10%;
  top: 18%;
}

.hero-orbit {
  position: relative;
  min-height: 560px;
  perspective: 900px;
}

.orbit-ring {
  position: absolute;
  border: 1px solid rgba(246, 200, 95, 0.24);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(246, 200, 95, 0.18);
}

.ring-a {
  inset: 8% 9%;
  animation: float 8s ease-in-out infinite;
}

.ring-b {
  inset: 17% 1% 9% 18%;
  animation: float 9s ease-in-out infinite reverse;
}

.dog-portrait {
  position: absolute;
  inset: 11% 8% 3% 12%;
  overflow: hidden;
  border: 2px solid rgba(246, 200, 95, 0.75);
  border-radius: 34px;
  background: var(--panel);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.72), 0 0 80px rgba(246, 200, 95, 0.45), inset 0 0 0 1px rgba(246, 200, 95, 0.15);
  transform-style: preserve-3d;
}

.dog-portrait img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(1.06) contrast(1.08);
}

.dog-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.78));
}

.portrait-stat {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.42);
  padding: 1rem 1.2rem;
  backdrop-filter: blur(16px);
}

.portrait-stat span,
.counter-card span,
.prize-card span {
  color: var(--gold-2);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.portrait-stat strong {
  display: block;
  font-size: 1.8rem;
}

.section-wrap {
  padding: 6.5rem 1.25rem;
}

.section-heading {
  margin: 0 auto 2.4rem;
  max-width: 760px;
  text-align: center;
}

.section-heading h2 {
  margin-top: 1rem;
  font-size: clamp(2.25rem, 5vw, 4.8rem);
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.counter-card,
.leader-card,
.rule-card,
.prize-card,
.thanks-card,
.organiser-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(22px);
}

.counter-card {
  min-height: 220px;
  border-radius: 28px;
  padding: 2rem;
}

.counter-card strong {
  display: block;
  margin: 1rem 0 0.4rem;
  color: var(--gold-2);
  font-size: clamp(3.5rem, 8vw, 6rem);
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 0 36px rgba(246, 200, 95, 0.44);
}

.counter-card p {
  color: rgba(255, 255, 255, 0.58);
}

.leader-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 28px;
  padding: 1.25rem;
  min-width: 0;
}

.top-performer {
  border-color: rgba(246, 200, 95, 0.5);
  box-shadow: 0 0 70px rgba(246, 200, 95, 0.18), 0 30px 80px rgba(0, 0, 0, 0.5);
}

.top-performer::before {
  content: "";
  position: absolute;
  left: 20%;
  top: -25%;
  width: 60%;
  height: 46%;
  border-radius: 50%;
  background: rgba(246, 200, 95, 0.24);
  filter: blur(54px);
}

.rank-badge {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 6;
  border-radius: 999px;
  background: #f6c85f;
  padding: 0.55rem 0.8rem;
  color: #120900;
  font-weight: 900;
  box-shadow: 0 0 24px rgba(246, 200, 95, 0.42);
}

.leader-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: auto;
  width: 100%;
  height: 510px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 30% 20%, rgba(246, 200, 95, 0.22), transparent 13rem),
    linear-gradient(145deg, rgba(246, 200, 95, 0.12), rgba(255, 255, 255, 0.045));
}

.leader-photo img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  object-fit: cover;
}

.leader-image {
  display: block;
  width: 100%;
  height: 510px;
  border-radius: 22px;
  object-fit: cover;
}

.ayush-photo {
  object-position: center 22%;
}

.leader-photo.portrait-photo {
  aspect-ratio: auto;
}

.leader-photo.portrait-photo img {
  object-position: center 28%;
}

.leader-photo img.is-missing {
  display: none;
}

.photo-placeholder {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0.8rem;
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
}

.photo-placeholder span {
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border: 1px solid rgba(246, 200, 95, 0.45);
  border-radius: 50%;
  color: var(--gold-2);
  font-size: 2rem;
  font-weight: 900;
  box-shadow: 0 0 34px rgba(246, 200, 95, 0.18);
}

.photo-placeholder p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
  font-weight: 800;
}

.leader-card-info {
  display: flex;
  flex-direction: column;
}

.leader-card h3 {
  margin-top: 1.2rem;
  font-size: 1.35rem;
  font-weight: 900;
}

.leader-card p {
  color: rgba(255, 255, 255, 0.55);
}

.leader-card strong {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: var(--gold-2);
  font-size: 1.8rem;
}

.proof {
  margin-top: auto;
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 0.5rem 0.75rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
}

.verified {
  border-color: rgba(246, 200, 95, 0.5);
  color: var(--gold-2);
}

.rule-card {
  min-height: 190px;
  border-radius: 24px;
  padding: 1.4rem;
}

.rule-card span {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 18px;
  background: rgba(246, 200, 95, 0.12);
  color: var(--gold-2);
  font-size: 1.7rem;
  box-shadow: inset 0 0 22px rgba(246, 200, 95, 0.08);
}

.rule-card h3 {
  margin-top: 1.7rem;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.2;
}

.prize-card {
  position: relative;
  overflow: hidden;
  height: 440px;
  border-radius: 30px;
  padding: 1.15rem;
}

.prize-card img {
  height: 100%;
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
}

.prize-card .prize-img-contain {
  object-fit: contain;
  background: #f5f0e8;
  padding: 1rem;
}

.prize-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.86));
}

.prize-card div {
  position: absolute;
  bottom: 2.2rem;
  left: 2.2rem;
  z-index: 2;
}

.prize-card h3 {
  margin-top: 0.55rem;
  max-width: 500px;
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  font-weight: 900;
  line-height: 1;
}

.thanks-card {
  position: relative;
  display: grid;
  gap: 2rem;
  align-items: center;
  overflow: hidden;
  border-color: rgba(246, 200, 95, 0.35);
  border-radius: 34px;
  padding: 1.3rem;
}

.thanks-card::before {
  content: "";
  position: absolute;
  inset: -20% 35% 30% 10%;
  background: rgba(246, 200, 95, 0.18);
  filter: blur(70px);
}

.thanks-card img {
  position: relative;
  z-index: 1;
  aspect-ratio: 1 / 1;
  width: 100%;
  border-radius: 28px;
  object-fit: cover;
}

.thanks-card div {
  position: relative;
  z-index: 1;
}

.thanks-card h2 {
  margin-top: 1rem;
  font-size: clamp(2.6rem, 6vw, 5rem);
  overflow-wrap: anywhere;
}

.thanks-card p:last-child {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.2rem;
}

/* Photo Gallery Section */
.photo-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 1rem;
}

.pg-item {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 215, 0, 0.18);
  background: #111;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  aspect-ratio: 4 / 3;
  margin: 0;
}

/* First photo — featured wide */
.pg-item:first-child {
  grid-column: span 2;
  aspect-ratio: 16 / 9;
}

.pg-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.pg-item:hover img {
  transform: scale(1.05);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-item {
  grid-column: span 3;
  overflow: hidden;
  min-height: 320px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.36);
}

.gallery-large {
  grid-column: span 6;
}

.gallery-wide {
  grid-column: span 6;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.04);
}

.organiser-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(246, 200, 95, 0.32);
  border-radius: 34px;
  padding: clamp(1.6rem, 5vw, 3rem);
  text-align: center;
}

.organiser-card::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -34%;
  width: 56%;
  height: 58%;
  border-radius: 50%;
  background: rgba(246, 200, 95, 0.22);
  filter: blur(70px);
  transform: translateX(-50%);
}

.organiser-card > * {
  position: relative;
  z-index: 1;
}

.organiser-card h2 {
  margin: 1.1rem auto 0;
  max-width: 780px;
  font-family: "Playfair Display", serif;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  line-height: 1;
}

.organiser-card p:not(.eyebrow) {
  margin: 1.25rem auto 1.8rem;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.08rem;
  line-height: 1.8;
}

footer {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(0, 0, 0, 0.35);
}

footer a {
  color: var(--gold-2);
  font-weight: 900;
}

footer p {
  margin-top: 0.65rem;
  font-size: 1.25rem;
  font-weight: 900;
}

footer span {
  color: rgba(255, 255, 255, 0.55);
}

.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(16px);
  cursor: pointer;
  padding: 11px;
}

.nav-hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.28s ease, opacity 0.2s ease;
  transform-origin: center;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  background: rgba(5, 5, 5, 0.92);
  backdrop-filter: blur(24px);
  transition: max-height 0.36s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.28s ease;
}

.mobile-nav-link {
  padding: 1rem 1.4rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  transition: color 0.2s ease, background 0.2s ease;
}

.mobile-nav-link:hover,
.mobile-nav-link:active {
  color: var(--gold-2);
  background: rgba(246, 200, 95, 0.06);
}

.mobile-nav-insta {
  color: var(--gold-2);
  font-weight: 800;
}

@media (max-width: 767px) {
  .nav-hamburger {
    display: flex;
  }

  .mobile-menu {
    display: flex;
  }

  header.menu-open .mobile-menu {
    max-height: 320px;
    opacity: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  header.menu-open .nav-hamburger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  header.menu-open .nav-hamburger span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }

  header.menu-open .nav-hamburger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

.tilt-card {
  transform-style: preserve-3d;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.tilt-card:hover {
  border-color: rgba(246, 200, 95, 0.5);
  box-shadow: 0 30px 85px rgba(0, 0, 0, 0.48), 0 0 42px rgba(246, 200, 95, 0.16);
}

@keyframes float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(0, -18px, 0) rotate(4deg);
  }
}

@media (min-width: 768px) {
  .thanks-card {
    grid-template-columns: 0.65fr 1fr;
    padding: 1.8rem;
  }
}

@media (max-width: 767px) {
  body {
    background:
      radial-gradient(circle at 20% 4%, rgba(246, 200, 95, 0.16), transparent 18rem),
      linear-gradient(135deg, #050505 0%, #0d0903 46%, #000 100%);
  }

  header nav {
    gap: 0.7rem;
    align-items: flex-start;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }

  .brand-mark {
    max-width: calc(100vw - 126px);
    padding: 0.55rem 0.72rem;
    font-size: 0.72rem;
    white-space: normal;
  }

  .brand-mark small {
    font-size: 0.6rem;
  }

  .section-wrap {
    padding: 3rem 1rem;
  }

  .nav-cta {
    min-height: 42px;
    padding: 0.72rem 0.82rem;
    font-size: 0.82rem;
    flex: 0 0 auto;
  }

  #hero {
    min-height: auto;
    padding-top: 7.6rem;
    padding-bottom: 3rem;
  }

  .hero-title {
    font-size: clamp(2.25rem, 10.8vw, 3rem);
    line-height: 1.02;
  }

  .eyebrow {
    max-width: 100%;
    white-space: normal;
    line-height: 1.25;
  }

  .gold-button,
  .glass-button {
    width: 100%;
    min-height: 52px;
  }

  .organizer-chip {
    width: 100%;
    max-width: 360px;
    border-radius: 24px;
  }

  .hero-orbit {
    margin-top: 0.6rem;
    min-height: 370px;
  }

  .orbit-ring {
    opacity: 0.72;
  }

  .dog-portrait {
    inset: 8% 0 4% 0;
    border-radius: 26px;
  }

  .portrait-stat {
    right: 16px;
    bottom: 16px;
    left: 16px;
    padding: 0.85rem 1rem;
  }

  .portrait-stat strong {
    font-size: 1.45rem;
  }

  .counter-card {
    min-height: 120px;
    border-radius: 20px;
    padding: 1rem;
  }

  .counter-card strong {
    font-size: clamp(2.4rem, 14vw, 3.6rem);
  }

  .section-heading {
    margin-bottom: 1.2rem;
  }

  .section-heading h2 {
    font-size: clamp(1.7rem, 8vw, 2.4rem);
    line-height: 1.05;
  }

  .leader-card,
  .rule-card,
  .prize-card,
  .thanks-card,
  .organiser-card {
    border-radius: 22px;
  }

  .leader-card {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1rem 1rem 1rem;
    padding-right: 3.8rem;
  }

  .leader-photo.portrait-photo,
  .leader-image {
    width: 100px;
    height: 100px;
    min-width: 100px;
    border-radius: 14px;
    flex-shrink: 0;
  }

  .leader-photo.portrait-photo img,
  .leader-image {
    height: 100px;
  }

  .leader-card-info {
    flex: 1;
    min-width: 0;
  }

  .leader-card h3 {
    margin-top: 0;
    font-size: 1rem;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .leader-card p {
    font-size: 0.82rem;
  }

  .leader-card strong {
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
    font-size: 1.1rem;
  }

  .rank-badge {
    right: 10px;
    top: 10px;
    padding: 0.3rem 0.55rem;
    font-size: 0.78rem;
  }

  .top-performer::before {
    display: none;
  }

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

  .rule-card {
    min-height: 130px;
    padding: 1rem;
    border-radius: 18px;
  }

  .rule-card span {
    width: 44px;
    height: 44px;
    font-size: 1.35rem;
    border-radius: 12px;
  }

  .rule-card h3 {
    margin-top: 0.85rem;
    font-size: 0.95rem;
    line-height: 1.3;
  }

  #prizes .grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
  }

  #prizes .grid .prize-card:first-child {
    grid-column: span 2;
  }

  .prize-card {
    height: 300px;
    padding: 0.55rem;
  }

  .prize-card img {
    border-radius: 12px;
  }

  .prize-card div {
    right: 0.9rem;
    bottom: 0.9rem;
    left: 0.9rem;
  }

  .prize-card h3 {
    font-size: clamp(1rem, 4.5vw, 1.3rem);
    margin-top: 0.3rem;
  }

  .thanks-card {
    grid-template-columns: 110px 1fr;
    gap: 1rem;
    padding: 1rem;
  }

  .thanks-card img {
    width: 110px;
    border-radius: 16px;
  }

  .thanks-card h2 {
    font-size: clamp(1.5rem, 7vw, 2rem);
  }

  .thanks-card p:last-child,
  .organiser-card p:not(.eyebrow) {
    font-size: 0.95rem;
    line-height: 1.6;
  }

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

  .gallery-item,
  .gallery-large,
  .gallery-wide {
    grid-column: auto;
    min-height: 180px;
    border-radius: 16px;
  }

  .photo-gallery-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem;
  }

  .pg-item {
    border-radius: 14px;
    aspect-ratio: 1 / 1;
  }

  /* First photo — same 2 cols on mobile too */
  .pg-item:first-child {
    grid-column: span 2;
    aspect-ratio: 16 / 9;
  }

  /* Last photo — full width at bottom */
  .pg-item:last-child {
    grid-column: span 2;
    aspect-ratio: 16 / 9;
  }

  .organiser-card {
    padding: 1.2rem;
  }

  .organiser-card h2 {
    font-size: clamp(1.35rem, 6vw, 1.75rem);
    margin-top: 0.75rem;
  }

  .organiser-card .gold-button {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .brand-mark {
    max-width: calc(100vw - 2rem);
    font-size: 0.68rem;
  }

  .nav-cta {
    display: none;
  }

  #hero {
    padding-top: 6.4rem;
  }

  .hero-title {
    font-size: clamp(2.05rem, 10.8vw, 2.55rem);
  }

  .hero-orbit {
    min-height: 330px;
  }

  .organizer-chip {
    align-items: center;
    padding-right: 0.75rem;
  }

  .organizer-chip img {
    width: 46px;
    height: 46px;
  }

  .prize-card {
    height: 260px;
  }

  .counter-card {
    padding: 0.85rem;
  }

  .rule-card {
    min-height: 110px;
  }

  .photo-gallery-grid {
    gap: 0.5rem;
  }

  .section-wrap {
    padding: 2.25rem 0.85rem;
  }
}

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