:root {
  --ink: #2d1b13;
  --muted: #755a48;
  --paper: #fff8ec;
  --paper-soft: #f7ead5;
  --brown: #4b2e20;
  --brown-2: #6f452d;
  --gold: #c99635;
  --gold-soft: #f0cf83;
  --line: rgba(75, 46, 32, 0.16);
  --shadow: 0 20px 55px rgba(45, 27, 19, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Segoe UI", Arial, sans-serif;
  background:
    radial-gradient(circle at 15% 8%, rgba(240, 207, 131, 0.32), transparent 28rem),
    linear-gradient(180deg, #fffaf1 0%, #f8ead6 48%, #fff8ec 100%);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 4rem);
  background: rgba(255, 248, 236, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  background: linear-gradient(135deg, var(--brown), var(--gold));
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(75, 46, 32, 0.22);
}

.brand strong,
.site-footer strong {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.brand small {
  display: block;
  margin-top: 0.1rem;
  color: var(--muted);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.45rem;
  font-size: 0.92rem;
  font-weight: 700;
}

.main-nav a,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0.72rem 1rem;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.main-nav a:hover,
.button:hover,
.vote-button:hover {
  transform: translateY(-1px);
}

.main-nav a:not(.nav-cta):hover,
.nav-pill {
  background: rgba(201, 150, 53, 0.14);
}

.nav-cta,
.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--brown), var(--gold));
  box-shadow: 0 12px 26px rgba(75, 46, 32, 0.2);
}

.button-ghost {
  border-color: rgba(75, 46, 32, 0.24);
  background: rgba(255, 255, 255, 0.45);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  min-height: calc(100svh - 5rem);
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 5vw, 5rem) clamp(2rem, 5vw, 4rem);
  background-image:
    linear-gradient(rgba(45, 27, 19, 0.35), rgba(45, 27, 19, 0.7)),
    url("images/nominee-01-stat-hero.png"),
    linear-gradient(90deg, #4f1c01 0%, #4f1c01 42%, #431700 72%, #351200 100%);
  background-position: center, -6px center, center;
  background-size: cover, auto calc(100% + 12px), cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
  color: #fffaf1;
}

.hero-copy {
  max-width: 54rem;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.info-bands h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
}

.hero h1 {
  font-size: clamp(30px, 60px, 102px);
  line-height: 0.9;
}

.lead {
  max-width: 43rem;
  margin: 1.4rem 0 0;
  color: rgba(255, 250, 241, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.hero-panel {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  background: rgba(255, 250, 241, 0.12);
  border: 1px solid rgba(255, 250, 241, 0.25);
  border-radius: 8px;
  backdrop-filter: blur(16px);
}

.hero-panel div {
  padding: 1rem;
  border-radius: 8px;
  background: rgba(45, 27, 19, 0.34);
}

.stat {
  display: block;
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.6rem;
  line-height: 1;
}

.section {
  padding: clamp(3.5rem, 7vw, 6rem) clamp(1rem, 5vw, 5rem);
}

.section-heading {
  max-width: 48rem;
  margin-bottom: 2rem;
}

.section-heading .eyebrow,
.info-bands .eyebrow {
  color: var(--gold);
}

.section-heading h2,
.info-bands h2 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  color: var(--brown);
}

.section-heading p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.nomination-group {
  margin-top: 2.2rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
}

.nomination-title {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 1rem;
}

.nomination-title span {
  color: var(--gold);
  font-weight: 800;
}

.nomination-title h3 {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 2rem);
}

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

.nominee-card {
  display: grid;
  grid-template-columns: minmax(12rem, 0.85fr) minmax(0, 1fr);
  min-height: 23rem;
  overflow: hidden;
  background: #fffaf1;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.nominee-card.featured {
  grid-column: span 1;
}

.nominee-card.tall {
  min-height: 27rem;
}

.nominee-card img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.nominee-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem;
}

.tag {
  margin: 0;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nominee-card h4 {
  margin: 0;
  color: var(--brown);
  font-size: 1.55rem;
}

.nominee-card p:not(.tag) {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.vote-button {
  width: 100%;
  min-height: 2.75rem;
  color: #fff;
  font: inherit;
  font-weight: 800;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brown-2), var(--gold));
  cursor: pointer;
}

.vote-button.is-voted {
  color: var(--brown);
  background: var(--gold-soft);
}

.info-bands {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 1rem;
  background: linear-gradient(135deg, rgba(75, 46, 32, 0.96), rgba(111, 69, 45, 0.92));
}

.info-bands article {
  padding: clamp(1.2rem, 3vw, 2rem);
  color: #fff8ec;
  border: 1px solid rgba(240, 207, 131, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.info-bands article:first-child {
  grid-row: span 2;
}

.info-bands h2 {
  color: #fffaf1;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.info-bands p,
.plain-list {
  color: rgba(255, 250, 241, 0.82);
  line-height: 1.7;
}

.plain-list {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.sponsor-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.sponsor-logo {
  display: grid;
  min-height: 7.5rem;
  padding: 1rem;
  place-items: center;
  border: 1px solid rgba(240, 207, 131, 0.3);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(20, 12, 8, 0.12);
}

.sponsor-logo img {
  width: 100%;
  height: 5.5rem;
  object-fit: contain;
}

.apply-section {
  background: var(--paper);
}

.award-categories {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 8%, rgba(201, 150, 53, 0.18), transparent 24rem),
    var(--paper);
}

.award-categories::before {
  position: absolute;
  top: 0;
  left: clamp(1rem, 5vw, 5rem);
  width: 5rem;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--gold), transparent);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.category-card {
  position: relative;
  min-height: 14rem;
  padding: 1.4rem;
  overflow: hidden;
  border: 1px solid rgba(75, 46, 32, 0.14);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.82);
  box-shadow: 0 14px 34px rgba(75, 46, 32, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.category-card::after {
  position: absolute;
  right: -2rem;
  bottom: -3rem;
  width: 8rem;
  height: 8rem;
  content: "";
  border: 1px solid rgba(201, 150, 53, 0.16);
  border-radius: 50%;
}

.category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 150, 53, 0.5);
  box-shadow: 0 20px 44px rgba(75, 46, 32, 0.13);
}

.category-number {
  display: inline-block;
  margin-bottom: 1.6rem;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.category-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.15;
}

.category-card p {
  position: relative;
  z-index: 1;
  margin: 0.85rem 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.category-card-featured {
  display: grid;
  grid-column: span 3;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: center;
  min-height: auto;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  color: #fffaf1;
  border-color: rgba(240, 207, 131, 0.32);
  background:
    radial-gradient(circle at 90% 20%, rgba(240, 207, 131, 0.2), transparent 18rem),
    linear-gradient(135deg, var(--brown), var(--brown-2));
}

.category-card-featured .category-number {
  margin: 0;
  color: var(--gold-soft);
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 1;
}

.category-card-featured h3 {
  color: #fffaf1;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.category-card-featured p {
  max-width: 64rem;
  color: rgba(255, 250, 241, 0.8);
}

.category-label {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-section {
  color: #fffaf1;
  background:
    radial-gradient(circle at 10% 8%, rgba(201, 150, 53, 0.22), transparent 24rem),
    linear-gradient(135deg, var(--ink), var(--brown-2));
}

.about-intro {
  display: grid;
  grid-template-columns: minmax(13rem, 0.65fr) minmax(0, 1.35fr);
  column-gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
  max-width: 76rem;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.about-intro .eyebrow {
  grid-column: 1 / -1;
  color: var(--gold-soft);
}

.about-intro h2 {
  margin: 0;
  color: #fffaf1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 0.95;
}

.about-copy {
  min-width: 0;
}

.about-copy p {
  margin: 0;
  color: rgba(255, 250, 241, 0.82);
  line-height: 1.7;
}

.about-copy h3 {
  margin: 0 0 0.85rem;
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  font-weight: 500;
}

.about-mission {
  padding-bottom: clamp(1.75rem, 4vw, 3rem);
  border-bottom: 1px solid rgba(240, 207, 131, 0.3);
}

.about-copy .about-lead {
  max-width: 46rem;
  color: #fffaf1;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.55;
}

.about-principles {
  display: grid;
  gap: 0.65rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.about-principles li {
  display: grid;
  grid-template-columns: minmax(8.5rem, 0.35fr) 1fr;
  gap: 1rem;
  padding: 0.75rem 0;
  border-top: 1px solid rgba(255, 250, 241, 0.12);
}

.about-principles strong {
  color: var(--gold-soft);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-principles span {
  color: rgba(255, 250, 241, 0.9);
}

.about-text-block {
  padding: clamp(1.75rem, 4vw, 3rem) 0;
  border-bottom: 1px solid rgba(240, 207, 131, 0.3);
}

.about-text-block p + p {
  margin-top: 1rem;
}

.about-copy .about-statement {
  position: relative;
  margin-top: clamp(2rem, 5vw, 3.5rem);
  padding-left: 1.35rem;
  color: #fffaf1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  line-height: 1.3;
}

.about-statement::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  content: "";
  background: var(--gold-soft);
}

.founders-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 2rem);
}

.founder-card {
  display: grid;
  grid-template-rows: minmax(25rem, 46vw) 1fr;
  overflow: hidden;
  color: var(--ink);
  border: 1px solid rgba(240, 207, 131, 0.3);
  border-radius: 8px;
  background: #fffaf1;
  box-shadow: 0 24px 60px rgba(20, 12, 8, 0.24);
}

.founder-photo {
  position: relative;
  overflow: hidden;
  background: var(--paper-soft);
}

.founder-photo::after {
  position: absolute;
  inset: auto 0 0;
  height: 25%;
  content: "";
  background: linear-gradient(transparent, rgba(45, 27, 19, 0.16));
  pointer-events: none;
}

.founder-photo img {
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}

.founder-content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.founder-kicker {
  margin: 0 0 0.5rem;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.founder-content h3 {
  margin: 0;
  color: var(--brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.25rem);
}

.founder-role {
  margin: 0.45rem 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.founder-content blockquote {
  position: relative;
  flex: 1;
  margin: 0;
  padding: 1.25rem 0 0 1.25rem;
  color: var(--brown);
  border-top: 1px solid var(--line);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.04rem;
  line-height: 1.7;
}

.founder-content blockquote::before {
  position: absolute;
  top: 0.85rem;
  left: 0;
  color: var(--gold);
  content: "“";
  font-size: 2.2rem;
  line-height: 1;
}

.founder-brand {
  display: flex;
  align-items: center;
  width: min(100%, 14rem);
  min-height: 4rem;
  padding: 0.6rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.founder-brand img {
  max-height: 2.8rem;
  object-fit: contain;
}

.application-form {
  max-width: 68rem;
  padding: clamp(1rem, 3vw, 2rem);
  background: #fffdf7;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

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

label {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1rem;
  color: var(--brown);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 3rem;
  padding: 0.85rem 0.95rem;
  color: var(--ink);
  font: inherit;
  border: 1px solid rgba(75, 46, 32, 0.22);
  border-radius: 8px;
  background: #fffaf1;
}

textarea {
  resize: vertical;
}

.file-field input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.file-field span {
  display: grid;
  min-height: 3rem;
  place-items: center;
  color: var(--brown);
  border: 1px dashed rgba(75, 46, 32, 0.38);
  border-radius: 8px;
  background: var(--paper-soft);
  cursor: pointer;
}

.form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.photo-preview {
  min-height: 3rem;
  padding: 0.85rem 1rem;
  color: var(--muted);
  border-radius: 8px;
  background: var(--paper-soft);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem clamp(1rem, 5vw, 5rem);
  color: #fff8ec;
  background: var(--ink);
}

.site-footer span {
  color: rgba(255, 248, 236, 0.7);
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .main-nav {
    justify-content: flex-start;
  }

  .hero,
  .info-bands,
  .nominee-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    background-position: center, 68% center;
  }

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

  .category-card-featured {
    grid-column: span 2;
  }

  .about-intro {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .about-principles li {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .founder-card {
    grid-template-rows: minmax(24rem, 70vw) 1fr;
  }

  .info-bands article:first-child {
    grid-row: auto;
  }
}

@media (max-width: 680px) {
  .main-nav a {
    flex: 1 1 auto;
  }

  .hero h1 {
    font-size: 3.0rem;
  }

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

  .category-card {
    min-height: auto;
  }

  .category-card-featured {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .sponsor-row {
    grid-template-columns: 1fr;
  }

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

  .founder-card {
    grid-template-rows: minmax(26rem, 125vw) 1fr;
  }

  .nominee-card,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .nominee-card img {
    height: 18rem;
  }

  .form-footer,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }
}
/* Анкеты и информация о жюри временно скрыты до публикации из админки. */
#nominees,
#jury,
#jury-cabinet,
.main-nav a[href="#jury"],
.main-nav a[href="#jury-cabinet"],
.main-nav a[href="#nominees"],
.hero-actions a[href="#nominees"] { display: none !important; }
.hero-panel > div:first-child { display: none; }

.website-field { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.form-status { margin-top: 14px; font-weight: 700; }
.form-status.is-error { color: #a51f2d; }
.form-status.is-success { color: #206b3a; }
.published-nominees { display: none; }
.published-nominees.has-items { display: block; }
body.has-published .hero-panel > div:first-child { display: flex; }

.award-stages {
  background: #f4efe9;
}

.stages-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.stage-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: start;
  padding: 26px;
  border: 1px solid rgba(75, 47, 41, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.stage-card h3 {
  margin: 0 0 8px;
}

.stage-card p {
  margin: 4px 0;
}

.stage-number {
  color: #8d5360;
  font: 700 14px/1 Arial, sans-serif;
  letter-spacing: 0.12em;
}

.stage-card-featured {
  background: #5d2834;
  color: #fff;
}

.stage-card-featured .stage-number {
  color: #e9cbd2;
}

@media (max-width: 720px) {
  .stages-grid { grid-template-columns: 1fr; }
  .stage-card { padding: 22px; }
}
