:root {
  --bg: #f7fbff;
  --bg-soft: #edf4fb;
  --panel: #ffffff;
  --panel-strong: #f3f8fe;
  --line: rgba(20, 71, 129, 0.16);
  --text: #0f2742;
  --muted: #5d7390;
  --gold: #1f6fd1;
  --gold-soft: #164d90;
  --accent: #1a5fbf;
  --shadow: 0 18px 45px rgba(28, 92, 170, 0.12);
  --radius: 18px;
  --radius-sm: 12px;
  --shell: min(1160px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(71, 141, 227, 0.16), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f4f9ff 55%, #eef5fc 100%);
  line-height: 1.5;
}

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

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

p,
h1,
h2,
h3,
dl {
  margin: 0;
}

.shell {
  width: var(--shell);
  margin: 0 auto;
}

.announcement-bar {
  display: none;
}

.announcement-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 12px 0;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.announcement-inner p {
  color: var(--muted);
  flex: 1;
}

.announcement-inner a,
.text-link {
  color: var(--gold);
}

.eyebrow,
.kicker,
.card-label,
.winner-type {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--gold);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(20, 71, 129, 0.1);
  backdrop-filter: blur(12px);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 96px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.site-header .brand {
  gap: 0;
}

.brand-logo {
  width: 134px;
  height: 134px;
  object-fit: contain;
  display: block;
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.site-header .brand-copy {
  display: none;
}

.brand-copy strong {
  font-size: 1.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brand-copy small {
  color: var(--muted);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.site-nav a {
  color: var(--muted);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-toggle {
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.nav-dropdown-toggle:hover,
.nav-dropdown-toggle:focus-visible {
  color: var(--text);
}

.nav-arrow {
  font-size: 0.68rem;
  line-height: 1;
  transition: transform 160ms ease;
}

.nav-dropdown.is-open .nav-arrow {
  transform: rotate(180deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  min-width: 190px;
  display: none;
  padding: 10px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
  z-index: 5;
}

.nav-dropdown.is-open .nav-dropdown-menu {
  display: grid;
  gap: 2px;
}

.nav-dropdown-menu a {
  padding: 10px 12px;
  color: var(--muted);
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible {
  color: var(--text);
  background: var(--bg-soft);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.nav-cta {
  background: var(--accent);
  color: var(--text) !important;
}

.nav-cta,
.button-primary {
  color: #ffffff !important;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: transparent;
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--accent);
}

.hero {
  padding: 0;
  overflow: clip;
}

.hero h1,
.section-heading h2,
.submit-panel h2 {
  font-family: "Cormorant Garamond", serif;
  line-height: 0.95;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.hero h1 {
  max-width: 10ch;
  font-size: clamp(1.45rem, 2.5vw, 2.2rem);
  margin: 4px 0 6px;
}

.hero-text,
.intro-copy p,
.recap-story p,
.submit-panel p,
.site-footer p {
  color: var(--muted);
  max-width: 62ch;
}

.hero-overlay-card .hero-text {
  max-width: 34ch;
  font-size: 0.86rem;
  line-height: 1.45;
}

.hero-banner {
  position: relative;
  height: clamp(520px, calc(100svh - 120px), 760px);
  min-height: clamp(520px, calc(100svh - 120px), 760px);
  overflow: hidden;
  background: #d9e6f4;
}

.hero-banner-image {
  width: 100%;
  height: clamp(520px, calc(100svh - 120px), 760px);
  object-fit: cover;
  display: block;
}

.hero-overlay-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.hero-overlay-card {
  width: min(390px, calc(100% - 150px));
  margin-left: 0;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.12);
  border-radius: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.hero-overlay-card .button {
  min-height: 42px;
  padding: 0 18px;
}

.button-primary {
  background: var(--accent);
  box-shadow: none;
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

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

.hero-stats div,
.discipline-card,
.winner-card,
.jury-card,
.submit-panel,
.spotlight-card,
.mosaic-card article {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.logo-ribbon {
  margin-top: 0;
  border-top: 1px solid rgba(20, 71, 129, 0.08);
  border-bottom: 1px solid rgba(20, 71, 129, 0.08);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.65);
}

.logo-track {
  width: max-content;
  display: flex;
  gap: 42px;
  padding: 14px 0;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(15, 39, 66, 0.6);
  animation: ticker 24s linear infinite;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.section {
  padding: 84px 0;
}

.section-heading {
  display: grid;
  gap: 14px;
  max-width: 760px;
}

.section-heading h2,
.submit-panel h2 {
  font-size: clamp(2.3rem, 4.8vw, 4rem);
}

.intro {
  padding-top: 82px;
}

.intro-grid,
.recap-grid,
.jury-grid,
.submit-panel,
.footer-grid {
  display: grid;
  gap: 24px;
}

.intro-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  align-items: start;
}

.about-feature {
  background: #f4f0e7;
  color: #6f7883;
  border-top: 4px solid #8a8f97;
  border-bottom: 1px solid rgba(111, 120, 131, 0.14);
  padding-top: 72px;
  padding-bottom: 72px;
}

.about-feature-grid {
  display: grid;
  grid-template-columns: 120px minmax(0, 700px);
  gap: 66px;
  align-items: start;
  justify-content: center;
}

.about-visual {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.about-award {
  position: relative;
  width: 76px;
  height: 150px;
  background: linear-gradient(180deg, #f6df92 0%, #c89e47 42%, #6b5c27 100%);
  clip-path: polygon(42% 0%, 88% 12%, 98% 74%, 60% 100%, 8% 86%, 8% 16%);
  box-shadow:
    inset -8px 0 12px rgba(45, 37, 11, 0.34),
    inset 8px 0 12px rgba(255, 247, 208, 0.24),
    0 10px 22px rgba(116, 90, 33, 0.18);
}

.about-award::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 15px;
  width: 20px;
  height: 38px;
  border-radius: 50%;
  background: #f4f0e7;
  transform: rotate(8deg);
}

.about-award::after {
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  width: 10px;
  height: 150px;
  background: linear-gradient(180deg, rgba(55, 53, 30, 0.95), rgba(245, 201, 98, 0.2));
  clip-path: polygon(40% 0%, 100% 10%, 100% 78%, 32% 100%, 0% 82%, 12% 8%);
}

.about-content {
  max-width: 700px;
}

.about-label {
  margin: 0 0 22px;
  color: #6f7883;
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.about-content h2,
.about-content h3 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #6f7883;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.16;
}

.about-content h2 {
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  margin-bottom: 18px;
  letter-spacing: 0.02em;
  text-transform: none;
  line-height: 1.65;
}

.about-content h3 {
  font-size: clamp(1.2rem, 2.1vw, 1.55rem);
  margin: 22px 0 12px;
}

.about-content p {
  margin: 0 0 14px;
  color: #6f7883;
  max-width: 700px;
  font-size: 0.8rem;
  line-height: 1.85;
}

.about-note {
  margin-bottom: 14px !important;
  font-size: 0.8rem !important;
}

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

.about-discipline-list a {
  color: #6f7883;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

.entry-feature {
  background: #f7f3eb;
  color: #6f7883;
  border-top: 1px solid rgba(111, 120, 131, 0.12);
  border-bottom: 1px solid rgba(111, 120, 131, 0.12);
}

.entry-award {
  background: linear-gradient(180deg, #d8e6f8 0%, #7fa4d5 44%, #5e6f8a 100%);
  box-shadow:
    inset -8px 0 12px rgba(34, 51, 78, 0.28),
    inset 8px 0 12px rgba(246, 250, 255, 0.35),
    0 10px 22px rgba(72, 99, 138, 0.16);
}

.entry-award::after {
  background: linear-gradient(180deg, rgba(61, 79, 115, 0.95), rgba(189, 214, 246, 0.24));
}

.entry-feature .about-discipline-list li {
  color: #6f7883;
  font-size: 0.82rem;
  line-height: 1.75;
}

.criteria-award {
  background: linear-gradient(180deg, #e8ddd0 0%, #af9880 42%, #7c6d5b 100%);
  box-shadow:
    inset -8px 0 12px rgba(62, 45, 28, 0.26),
    inset 8px 0 12px rgba(255, 246, 235, 0.26),
    0 10px 22px rgba(108, 90, 67, 0.14);
}

.criteria-award::after {
  background: linear-gradient(180deg, rgba(88, 71, 52, 0.92), rgba(230, 211, 189, 0.22));
}

.criteria-list li {
  color: #6f7883;
  font-size: 0.8rem;
  line-height: 1.78;
}

.discipline-grid,
.winner-grid,
.jury-list,
.partner-grid {
  display: grid;
  gap: 18px;
}

.network-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.network-card {
  display: grid;
  min-height: 420px;
  grid-template-rows: 1fr auto auto;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid rgba(111, 120, 131, 0.16);
  text-decoration: none;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.network-card:hover {
  transform: translateY(-4px);
  border-color: rgba(20, 71, 129, 0.34);
  box-shadow: 0 24px 60px rgba(20, 71, 129, 0.14);
}

.network-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  filter: saturate(0.85);
}

.network-card span {
  padding: 24px 24px 8px;
  color: #6f7883;
  font-size: 1.25rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.network-card strong {
  padding: 0 24px 28px;
  color: var(--muted);
  font-weight: 500;
  line-height: 1.8;
}

.discipline-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 34px;
}

.category-heading {
  max-width: 980px;
}

.category-heading h2 {
  font-size: clamp(2.1rem, 4vw, 3.2rem);
}

.category-heading p {
  color: var(--muted);
  max-width: 78ch;
}

.architecture-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.disciplines {
  background: #f4f0e7;
  border-top: 1px solid rgba(111, 120, 131, 0.12);
  border-bottom: 1px solid rgba(111, 120, 131, 0.12);
}

.disciplines .section-heading,
.disciplines .category-heading {
  max-width: 900px;
}

.disciplines .kicker,
.disciplines h2,
.disciplines h3,
.disciplines p,
.disciplines .discipline-card h3,
.disciplines .discipline-card p,
.disciplines .discipline-card span {
  color: #6f7883;
}

.disciplines .category-heading h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(2rem, 4vw, 2.8rem);
}

.disciplines .category-heading p {
  max-width: 860px;
  font-size: 0.9rem;
  line-height: 1.8;
}

.category-block {
  margin-top: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.category-block h3 {
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.category-block p {
  margin: 0 0 14px;
  color: #6f7883;
  max-width: 860px;
  font-size: 0.88rem;
  line-height: 1.8;
}

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

.discipline-card,
.jury-card {
  padding: 24px;
  border-radius: 0;
}

.disciplines .discipline-card {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.disciplines .discipline-card span {
  margin-bottom: 10px;
  font-size: 0.78rem;
}

.disciplines .discipline-card h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 1.15rem;
}

.disciplines .discipline-card p {
  font-size: 0.86rem;
  line-height: 1.75;
}

.discipline-strip-section {
  background: #ffffff;
  padding: 34px 0 28px;
}

.discipline-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #6f7883;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.9rem;
}

.discipline-strip a {
  color: #6f7883;
}

.discipline-strip a.is-active {
  font-weight: 600;
}

.architecture-intro-panel {
  background: #ffffff;
  padding-bottom: 24px;
}

.architecture-intro-card {
  padding: 54px 60px;
  background: #dfdfdf;
  border-top: 5px solid #e2cfc9;
  border-bottom: 5px solid #e2cfc9;
}

.architecture-intro-card h2 {
  margin: 0 0 30px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6f7883;
  text-align: center;
}

.architecture-intro-card p {
  margin: 0 0 22px;
  max-width: 1100px;
  font-size: 0.92rem;
  line-height: 1.8;
  color: #6f7883;
}

.architecture-intro-card p:last-child {
  margin-bottom: 0;
}

.category-image-marquee {
  overflow: hidden;
  background: #f4f0e7;
  border-top: 1px solid rgba(111, 120, 131, 0.12);
  border-bottom: 1px solid rgba(111, 120, 131, 0.12);
}

.category-image-track {
  width: max-content;
  display: flex;
  gap: 14px;
  padding: 18px 0;
  animation: categorySlide 34s linear infinite;
}

.category-image-track img {
  width: 300px;
  height: 170px;
  object-fit: cover;
  display: block;
  filter: saturate(0.9);
}

@keyframes categorySlide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.category-list-intro {
  max-width: 1100px;
  margin: 0 auto 28px;
  text-align: center;
}

.category-list-intro h3 {
  margin: 0 0 18px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.3rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6f7883;
}

.category-list-intro p {
  max-width: 1080px;
  margin: 0 auto;
  color: #6f7883;
  font-size: 0.92rem;
  line-height: 1.8;
}

.category-row-list {
  display: grid;
  gap: 8px;
  max-width: 1320px;
  margin: 0 auto 38px;
}

.category-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 82px;
  padding: 0 26px;
  border: 0;
  background: #f2eee7;
  color: #6f7883;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}

.category-row span {
  font-weight: 600;
  text-align: left;
}

.category-row strong {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  transition: transform 160ms ease;
}

.category-accordion.is-open .category-row {
  background: #d9c7c0;
  color: #ffffff;
}

.category-accordion.is-open .category-row strong {
  transform: rotate(180deg);
}

.category-panel {
  display: none;
  padding: 30px 26px 22px;
  background: #ffffff;
  color: #111827;
}

.category-accordion.is-open .category-panel {
  display: block;
}

.category-panel p {
  max-width: 1200px;
  margin: 0 0 22px;
  color: #111827;
  font-size: 0.82rem;
  line-height: 1.75;
}

.category-panel ul {
  list-style: square;
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 15px;
}

.category-panel li {
  color: #111827;
  font-size: 0.8rem;
  line-height: 1.7;
}

.category-panel li strong {
  display: block;
  margin-bottom: 2px;
  font-weight: 700;
}

.deadline-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
  max-width: 1320px;
  margin: 30px auto 16px;
}

.deadline-card {
  min-height: 118px;
  padding: 18px 12px;
  text-align: center;
  background: #ffffff;
  color: #6f7883;
}

.deadline-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
}

.deadline-card span,
.deadline-card small {
  display: block;
  font-size: 0.76rem;
  line-height: 1.6;
}

.fee-table {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 26px;
  max-width: 1320px;
  margin: 18px auto 22px;
  padding-top: 12px;
  border-top: 4px solid #e2cfc9;
}

.fee-table div {
  color: #6f7883;
  font-size: 0.76rem;
  line-height: 1.55;
  text-transform: uppercase;
}

.fee-head {
  font-weight: 600;
}

.fee-notes {
  max-width: 1320px;
  margin: 0 auto;
}

.fee-notes p {
  margin: 0 0 8px;
  font-size: 0.74rem;
  line-height: 1.7;
  color: #6f7883;
}

.project-date-note {
  max-width: 1320px;
  margin: 26px auto 0;
  padding-top: 16px;
  border-top: 4px solid #e2cfc9;
}

.project-date-note h4 {
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6f7883;
}

.project-date-note p {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.7;
  color: #6f7883;
}

.people-page {
  min-height: 100vh;
  padding: 70px 0 100px;
  background: #f4f0e7;
  border-top: 4px solid #6f7883;
}

.people-heading {
  max-width: 780px;
  margin: 0 auto 38px;
  text-align: center;
}

.people-heading h1 {
  margin: 0 0 18px;
  color: #6f7883;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.people-heading p {
  margin: 0 auto;
  max-width: 760px;
  color: #6f7883;
  font-size: 0.84rem;
  line-height: 1.8;
}

.jury-page-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px 28px;
  max-width: 920px;
  margin: 0 auto;
}

.jury-person img {
  width: 100%;
  aspect-ratio: 1 / 1.2;
  object-fit: cover;
  display: block;
  filter: saturate(0.8);
}

.jury-person h2 {
  margin: 12px 0 4px;
  color: #6f7883;
  font-size: 1rem;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.jury-person p {
  margin: 0;
  color: #6f7883;
  font-size: 0.72rem;
  line-height: 1.6;
}

.partner-page-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
  max-width: 880px;
  margin: 0 auto;
}

.partner-tile {
  min-height: 148px;
  display: grid;
  place-items: center;
  text-align: center;
  background: #ffffff;
  color: #111827;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.partner-tile img {
  width: 100%;
  max-width: 190px;
  max-height: 100px;
  object-fit: contain;
  display: block;
}

.gallery-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 980px;
  margin: 0 auto;
}

.gallery-page-grid img {
  width: 100%;
  aspect-ratio: 1.25 / 1;
  object-fit: cover;
  display: block;
}

.nominate-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 90;
}

.nominate-modal.is-open {
  display: block;
}

.nominate-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 25, 44, 0.55);
}

.nominate-modal-panel {
  position: relative;
  width: min(940px, calc(100vw - 28px));
  max-height: calc(100svh - 28px);
  margin: 14px auto;
  overflow: auto;
  background: #f7f9fc;
  border: 1px solid rgba(20, 71, 129, 0.2);
  box-shadow: 0 28px 70px rgba(12, 33, 58, 0.32);
  padding: 28px 28px 24px;
}

.nominate-page .nominate-modal-panel {
  width: min(980px, 100%);
  max-height: none;
  margin: 0 auto;
  overflow: visible;
}

.nominate-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  color: #355577;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.nominate-modal-panel h2 {
  margin: 0 0 18px;
  color: #163659;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.nominate-form label {
  display: grid;
  gap: 10px;
  color: #0f2742;
  font-size: 1.02rem;
  font-weight: 600;
}

.form-grid {
  display: grid;
  gap: 18px;
  margin-bottom: 18px;
}

.form-grid.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-grid.three-col {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nominate-form input,
.nominate-form select,
.nominate-form textarea {
  width: 100%;
  border: 1px solid rgba(20, 71, 129, 0.2);
  background: #ffffff;
  color: #1a3658;
  padding: 14px 16px;
  font: inherit;
}

.nominate-form select {
  cursor: pointer;
}

.nominate-form textarea {
  resize: vertical;
  min-height: 132px;
}

.nominate-form input:focus,
.nominate-form select:focus,
.nominate-form textarea:focus {
  outline: 2px solid rgba(26, 95, 191, 0.35);
  border-color: rgba(26, 95, 191, 0.45);
}

.form-actions {
  margin-top: 6px;
  display: flex;
  justify-content: flex-start;
}

.nominate-page {
  padding-top: 40px;
}

.discipline-card span {
  display: inline-block;
  color: var(--gold);
  margin-bottom: 16px;
}

.discipline-card h3,
.jury-card h3,
.winner-card h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.discipline-card p,
.jury-card p,
.winner-meta {
  color: var(--muted);
}

.recap-grid {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
}

.recap-story {
  display: grid;
  gap: 16px;
}

.recap-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 140px;
  gap: 16px;
}

.gallery-block {
  border-radius: 0;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(80, 148, 231, 0.16), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(240, 246, 253, 0.94)),
    linear-gradient(135deg, #ffffff, #edf5fc 50%, #e5eff9);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.gallery-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-tall {
  grid-row: span 2;
}

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

.winner-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin-top: 34px;
}

.winner-card {
  min-height: 220px;
  padding: 24px;
  border-radius: 0;
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background:
    radial-gradient(circle at top left, rgba(80, 148, 231, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 247, 253, 0.98)),
    linear-gradient(145deg, #ffffff, #eef5fc);
}

.winner-image {
  width: calc(100% + 48px);
  height: 170px;
  margin: 12px -24px 18px;
  object-fit: cover;
  display: block;
}

.winner-card-large {
  min-height: 320px;
  grid-column: span 8;
}

.jury-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
}

.jury-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.partner-grid {
  margin-top: 34px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.partner-grid span {
  padding: 28px 18px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  background: rgba(255, 255, 255, 0.78);
}

.submit-panel {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 0;
  background:
    radial-gradient(circle at top left, rgba(80, 148, 231, 0.14), transparent 28%),
    linear-gradient(145deg, #ffffff, #eff6fd);
}

.contact-panel {
  display: grid;
  gap: 26px;
  padding: 34px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(80, 148, 231, 0.1), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 248, 255, 0.98));
}

.contact-intro h2 {
  margin: 8px 0 12px;
}

.contact-intro p {
  color: var(--muted);
  max-width: 68ch;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-lines {
  display: grid;
  gap: 10px;
  padding: 4px 0;
  border-top: 1px solid rgba(20, 71, 129, 0.18);
  border-bottom: 1px solid rgba(20, 71, 129, 0.18);
}

.contact-lines p {
  margin: 0;
  color: #17395f;
  font-size: 1.04rem;
  line-height: 1.65;
}

.contact-lines strong {
  display: inline-block;
  min-width: 92px;
  color: #365779;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.contact-lines a {
  color: #0f4f92;
  word-break: break-word;
}

.site-footer {
  padding: 0 0 50px;
}

.site-footer-pro {
  margin-top: 24px;
  border-top: 1px solid rgba(20, 71, 129, 0.12);
  background: #f7f9fc;
  padding: 32px 0 20px;
}

.footer-grid {
  grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(0, 0.5fr));
  padding-top: 30px;
  border-top: 1px solid rgba(20, 71, 129, 0.1);
}

.footer-grid-pro {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr 1fr;
  gap: 26px;
  align-items: start;
}

.footer-grid > div:nth-child(2),
.footer-grid > div:nth-child(3),
.footer-grid-pro > div:nth-child(2),
.footer-grid-pro > div:nth-child(3) {
  display: none;
}

.footer-grid {
  grid-template-columns: 1fr;
  border-top: 0;
  padding-top: 0;
}

.footer-grid-pro {
  grid-template-columns: minmax(0, 1fr) auto;
}

.footer-grid-pro h3 {
  margin: 0 0 14px;
  font-size: 1.05rem;
  color: #0f2742;
  font-weight: 600;
}

.footer-grid-pro a {
  display: block;
  color: #0f2742;
  margin-bottom: 12px;
  font-size: 1.02rem;
  letter-spacing: 0.01em;
}

.footer-brand-block .brand {
  align-items: center;
}

.social-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.social-row a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #0a0f16;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}

.social-row a svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-copy-pro {
  text-align: center;
  margin-top: 20px;
}

.footer-copy-pro p {
  margin: 0;
  color: #17395f;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}

.footer-grid h3 {
  margin-bottom: 14px;
  font-size: 0.95rem;
}

.footer-grid a {
  display: block;
  color: var(--muted);
  margin-bottom: 10px;
}

.footer-brand {
  margin-bottom: 18px;
}

.site-footer .brand-logo {
  width: 104px;
  height: 104px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .discipline-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .architecture-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-feature-grid,
  .intro-grid,
  .recap-grid,
  .jury-grid,
  .contact-grid,
  .submit-panel,
  .footer-grid,
  .footer-grid-pro {
    grid-template-columns: 1fr;
  }

  .partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .nav-wrap {
    min-height: 74px;
  }

  .site-header .brand-logo {
    width: 118px;
    height: 118px;
  }

  .menu-toggle {
    width: 50px;
    height: 50px;
    border-radius: 14px;
  }

  .menu-toggle span {
    width: 20px;
  }

  .announcement-inner {
    flex-wrap: wrap;
    gap: 8px 14px;
  }

  .menu-toggle {
    display: block;
  }

  .site-header {
    top: 0;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 10px 12px;
    border-radius: 14px;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown-toggle {
    width: 100%;
    text-align: left;
    padding: 10px 12px;
    border-radius: 14px;
  }

  .nav-dropdown-menu {
    position: static;
    min-width: 0;
    margin-top: 6px;
    box-shadow: none;
  }

  .hero {
    padding-top: 0;
  }

  .hero-banner {
    height: auto;
    min-height: 0;
    background: #e7edf5;
  }

  .hero-banner-image {
    height: auto;
    min-height: 0;
    object-fit: contain;
    object-position: center;
  }

  .logo-track {
    animation: none;
    width: 100%;
    padding: 12px 16px;
    gap: 18px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0.73rem;
    letter-spacing: 0.12em;
  }

  .logo-track span {
    flex: 0 0 auto;
  }

  .logo-track span:nth-child(n + 5) {
    display: none;
  }

  .hero-stats,
  .discipline-grid,
  .jury-list,
  .partner-grid,
  .network-grid {
    grid-template-columns: 1fr;
  }

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

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

  .about-visual {
    justify-content: flex-start;
  }

  .about-feature {
    padding-top: 52px;
    padding-bottom: 56px;
  }

  .about-feature-grid {
    gap: 20px;
  }

  .about-visual {
    display: none;
  }

  .about-label {
    margin-bottom: 14px;
    font-size: clamp(1.65rem, 6.5vw, 2.1rem);
    letter-spacing: 0.03em;
    line-height: 1.08;
  }

  .about-content h2 {
    margin-bottom: 14px;
    font-size: 1.06rem;
    line-height: 1.62;
  }

  .about-content h3 {
    margin: 20px 0 10px;
    font-size: 1.1rem;
  }

  .about-content p,
  .about-discipline-list a,
  .entry-feature .about-discipline-list li,
  .criteria-list li {
    font-size: 0.92rem;
    line-height: 1.72;
  }

  .about-award {
    width: 62px;
    height: 124px;
  }

  .discipline-strip {
    flex-wrap: wrap;
    gap: 10px;
  }

  .architecture-intro-card {
    padding: 30px 20px;
  }

  .category-image-track img {
    width: 220px;
    height: 132px;
  }

  .category-row {
    min-height: 68px;
    padding: 0 18px;
  }

  .deadline-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fee-table {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jury-page-grid,
  .partner-page-grid,
  .gallery-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .form-grid.three-col {
    grid-template-columns: 1fr;
  }

  .winner-card,
  .winner-card-large {
    grid-column: auto;
  }

  .nominate-modal-panel {
    width: calc(100vw - 18px);
    max-height: calc(100svh - 18px);
    margin: 9px;
    padding: 20px 16px 16px;
  }

  .form-grid.two-col,
  .form-grid.three-col {
    grid-template-columns: 1fr;
  }

  .recap-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-wide {
    grid-column: auto;
  }

  .section {
    padding: 78px 0;
  }

  .submit-panel .button {
    width: 100%;
  }

  .footer-grid-pro {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-brand-block .brand {
    justify-content: center;
  }

  .social-row {
    justify-content: center;
  }

  .footer-copy-pro p {
    font-size: 0.84rem;
  }
}
