/* ============================================================
   File:        awards-styles.css
   Purpose:     Styles for the Community Awards page (awards.html).
                Builds on index-styles.css which provides the nav,
                footer, color variables, section headers, and resets.
   ============================================================ */


/* ── PAGE HEADER ──────────────────────────────────────────────*/
.awards-page-header {
  padding: 120px 24px 60px;
  text-align: center;
  background: linear-gradient(160deg, var(--forest) 0%, #1a2b1c 100%);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}

.awards-page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.06'/%3E%3C/svg%3E");
  pointer-events: none;
  opacity: 0.5;
}

.awards-page-header .page-eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}

.awards-page-header h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 6vw, 4rem);
  font-weight: 300;
  line-height: 1.15;
  color: var(--cream);
  margin-bottom: 16px;
}

.awards-page-header h1 em {
  font-style: italic;
  color: var(--gold);
}

.awards-page-header .header-rule {
  width: 48px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto 20px;
}

.awards-page-header .header-sub {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(245, 240, 232, 0.75);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}


/* ── OUTER SECTION WRAPPER ────────────────────────────────────*/
.awards-outer-section {
  background: var(--warm-white);
  padding: 72px 24px 80px;
}

.awards-outer-section--alt {
  background: var(--parchment);
}

.awards-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.awards-section-header {
  text-align: center;
  margin-bottom: 48px;
}

.awards-section-header .section-eyebrow {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.awards-section-header .section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 300;
  color: var(--forest);
  margin-bottom: 14px;
  line-height: 1.2;
}

.awards-section-header .section-title em {
  font-style: italic;
  color: var(--moss);
}

.awards-section-header .section-rule {
  width: 40px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto 18px;
}

.awards-section-sub {
  font-size: 0.95rem;
  color: var(--muted);
  font-weight: 300;
  line-height: 1.6;
  margin-top: 6px;
}


/* ── COMPETITION CARDS ────────────────────────────────────────*/
.competitions-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.comp-card {
  background: var(--cream);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(44, 61, 46, 0.08);
  border: 1px solid rgba(44, 61, 46, 0.08);
  display: flex;
  flex-direction: column;
}

/* Banner */
.comp-banner {
  padding: 22px 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Top row: title left, period right */
.comp-banner-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

/* Bottom row: badge image left, status pill right */
.comp-banner-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.comp-banner-badge-wrap {
  flex-shrink: 0;
}

.comp-badge-img {
  width: 130px;
  height: 130px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 4px 14px rgba(0,0,0,0.35));
}

.comp-emoji {
  font-size: 4rem;
  line-height: 1;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.2));
}

.comp-banner-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.45rem;
  font-weight: 600;
  color: inherit;
  line-height: 1.2;
}

.comp-banner-period {
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
  opacity: 0.82;
  letter-spacing: 0.04em;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Status badge */
.comp-status-badge {
  flex-shrink: 0;
  padding: 6px 14px;
  border-radius: 999px;
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  align-self: flex-end;
  margin-bottom: 4px;
}

.badge-open         { background: rgba(255,255,255,0.3);   color: #fff;     border: 1.5px solid rgba(255,255,255,0.6); }
.badge-soon         { background: rgba(0,0,0,0.12);         color: inherit;  border: 1.5px solid rgba(0,0,0,0.2); }
.badge-voting       { background: rgba(255,255,255,0.25);   color: #fff;     border: 1.5px solid rgba(255,255,255,0.55); }
.badge-deliberating { background: rgba(0,0,0,0.18);         color: inherit;  border: 1.5px solid rgba(0,0,0,0.3); }
.badge-awarded      { background: rgba(201,168,76,0.35);    color: #fff8e0;  border: 1.5px solid rgba(201,168,76,0.7); }

/* Banner color themes */
.banner-green     { background: linear-gradient(135deg, #2c5c2e 0%, #3d7a40 100%); color: #e8f5e9; }
.banner-gold      { background: linear-gradient(135deg, #7a5200 0%, #c9a84c 100%); color: #fff8e1; }
.banner-blue      { background: linear-gradient(135deg, #1565a0 0%, #2196c3 100%); color: #e3f2fd; }
.banner-forest    { background: linear-gradient(135deg, #1a4a1a 0%, #2a7a2a 100%); color: #e8f5e8; }
.banner-purple    { background: linear-gradient(135deg, #4a1a6e 0%, #7b35b0 100%); color: #f3e8ff; }
.banner-navy      { background: linear-gradient(135deg, #0d1a4e 0%, #1e3080 100%); color: #e8eaf6; }
.banner-teal      { background: linear-gradient(135deg, #0d4a4a 0%, #1a7a78 100%); color: #e0f7f4; }
.banner-amber     { background: linear-gradient(135deg, #7a3000 0%, #c96020 100%); color: #fff3e0; }
.banner-bronze    { background: linear-gradient(135deg, #5c3a1e 0%, #8b5a2b 100%); color: #fdf0e0; }
.banner-crimson   { background: linear-gradient(135deg, #6e0d0d 0%, #b01a1a 100%); color: #ffebee; }
.banner-sky       { background: linear-gradient(135deg, #1a5a7a 0%, #2a8ab0 100%); color: #e3f4ff; }
.banner-gold-warm { background: linear-gradient(135deg, #6a5000 0%, #b08a20 100%); color: #fffbe0; }

/* Card body */
.comp-body {
  padding: 20px 24px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.comp-description {
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--muted);
  font-weight: 300;
  margin-bottom: 14px;
  flex: 1;
}

.comp-details-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
}

.comp-details-list li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 0.84rem;
  color: var(--forest);
}

.comp-details-list .detail-label {
  font-weight: 600;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
  min-width: 56px;
}

.comp-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: auto;
}

/* "Nominate" primary button (reuses event-style pattern) */
.btn-event-primary {
  display: inline-block;
  padding: 12px 26px;
  background: var(--forest);
  color: var(--cream);
  font-family: 'Jost', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.2s, transform 0.15s;
  white-space: nowrap;
}

.btn-event-primary:hover {
  background: var(--moss);
  transform: translateY(-1px);
}

/* Competition filter bar */
.comp-filters {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 36px;
  padding: 20px 24px;
  background: rgba(44, 61, 46, 0.04);
  border-radius: 14px;
  border: 1px solid rgba(44, 61, 46, 0.08);
}

.comp-filter-group {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.comp-filter-label {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
  min-width: 64px;
}

/* Awarded card — subtle visual treatment */
.comp-card--awarded {
  opacity: 0.82;
}

.comp-card--awarded .comp-body {
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 18px,
    rgba(44,61,46,0.018) 18px,
    rgba(44,61,46,0.018) 19px
  );
}

/* Ghost button (used for "See Past Winners") */
.btn-event-ghost {
  display: inline-block;
  padding: 10px 22px;
  border: 1.5px solid rgba(44, 61, 46, 0.3);
  color: var(--forest);
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.btn-event-ghost:hover {
  background: var(--forest);
  color: var(--cream);
  border-color: var(--forest);
}

/* Status note (used for coming-soon / deliberating cards) */
.comp-status-note {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  font-style: italic;
  color: var(--muted);
  letter-spacing: 0.04em;
}

/* Empty state for no competitions */
.comp-empty {
  text-align: center;
  padding: 56px 24px;
}

.comp-empty-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-style: italic;
  color: var(--muted);
}


/* ── FILTER CONTROLS ──────────────────────────────────────────*/
.winners-filters {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.filter-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  flex: 1;
}

.filter-pill {
  padding: 7px 18px;
  border-radius: 999px;
  border: 1.5px solid rgba(44, 61, 46, 0.2);
  background: transparent;
  color: var(--forest);
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  white-space: nowrap;
}

.filter-pill:hover {
  background: rgba(44, 61, 46, 0.07);
  border-color: var(--moss);
}

.filter-pill.active {
  background: var(--forest);
  color: var(--cream);
  border-color: var(--forest);
}

.filter-year {
  padding: 8px 14px;
  border: 1.5px solid rgba(44, 61, 46, 0.2);
  border-radius: 8px;
  background: var(--warm-white);
  color: var(--forest);
  font-family: 'Jost', sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%234a6741'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 34px;
  transition: border-color 0.15s;
}

.filter-year:focus {
  outline: none;
  border-color: var(--moss);
}


/* ── WINNER CARDS ─────────────────────────────────────────────*/
.winners-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.winner-card {
  background: var(--cream);
  border-radius: 18px;
  border: 1px solid rgba(44, 61, 46, 0.08);
  box-shadow: 0 2px 12px rgba(44, 61, 46, 0.07);
  display: flex;
  overflow: hidden;
  transition: box-shadow 0.2s;
}

.winner-card:hover {
  box-shadow: 0 4px 24px rgba(44, 61, 46, 0.12);
}

/* Badge column — colored panel showing the award badge PNG */
.winner-badge-col {
  flex-shrink: 0;
  width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px 16px;
}

.winner-badge-img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 3px 10px rgba(0,0,0,0.3));
}

.winner-badge-emoji {
  font-size: 3.5rem;
  line-height: 1;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.2));
}

/* Winner photo below the badge — always rendered */
.winner-photo-wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(255,255,255,0.4);
  flex-shrink: 0;
}

.winner-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Silhouette placeholder shown when no photo ID is set */
.winner-photo-placeholder {
  background: rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.winner-photo-silhouette {
  width: 70%;
  height: 70%;
  display: block;
  overflow: visible;
}

/* Content column */
.winner-content {
  flex: 1;
  padding: 28px 32px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Award badge + period row */
.winner-meta-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 2px;
}

.winner-award-badge {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(201, 168, 76, 0.1);
  border: 1px solid rgba(201, 168, 76, 0.3);
  border-radius: 4px;
  padding: 3px 10px;
}

.winner-period {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--muted);
  letter-spacing: 0.04em;
}

/* Prize badge */
.winner-prize-badge {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-size: 0.74rem;
  font-weight: 400;
  color: #7a5200;
  background: rgba(201, 168, 76, 0.12);
  border: 1px solid rgba(201, 168, 76, 0.25);
  border-radius: 999px;
  padding: 3px 12px;
  align-self: flex-start;
}

/* Winner name */
.winner-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 400;
  color: var(--forest);
  line-height: 1.15;
}

/* Blurb paragraph */
.winner-blurb {
  font-size: 0.92rem;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.7;
}

/* Nomination quotes */
.winner-quote {
  margin: 4px 0 0;
  padding: 8px 14px;
  border-left: 3px solid var(--gold);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 300;
  color: var(--forest);
  line-height: 1.55;
  background: rgba(201, 168, 76, 0.05);
  border-radius: 0 4px 4px 0;
}

/* Loading state */
.winners-loading {
  text-align: center;
  padding: 48px 24px;
}

.winners-loading-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-style: italic;
  color: var(--muted);
}

/* Empty state */
.winners-empty {
  text-align: center;
  padding: 64px 24px;
}

.winners-empty-icon {
  font-size: 3rem;
  margin-bottom: 16px;
  opacity: 0.5;
}

.winners-empty-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: italic;
  color: var(--forest);
  margin-bottom: 10px;
}

.winners-empty-sub {
  font-size: 0.9rem;
  color: var(--muted);
  font-weight: 300;
  margin-bottom: 24px;
}

.btn-nominate-sm {
  display: inline-block;
  padding: 10px 22px;
  border: 1.5px solid var(--forest);
  color: var(--forest);
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
}

.btn-nominate-sm:hover {
  background: var(--forest);
  color: var(--cream);
}


/* ── NOMINATION CTA SECTION ───────────────────────────────────*/
.nominate-cta {
  background: linear-gradient(150deg, var(--forest) 0%, #1a2b1c 100%);
  padding: 72px 24px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.nominate-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.06'/%3E%3C/svg%3E");
  pointer-events: none;
  opacity: 0.4;
}

.nominate-cta-inner {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
}

.nominate-eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.nominate-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.9rem, 4.5vw, 2.8rem);
  font-weight: 300;
  color: var(--cream);
  line-height: 1.2;
  margin-bottom: 14px;
}

.nominate-title em {
  font-style: italic;
  color: var(--gold);
}

.nominate-rule {
  width: 40px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto 20px;
}

.nominate-body {
  font-size: 0.98rem;
  font-weight: 300;
  color: rgba(245, 240, 232, 0.75);
  line-height: 1.75;
  margin-bottom: 32px;
}

.btn-nominate-primary {
  display: inline-block;
  padding: 15px 36px;
  background: var(--gold);
  color: var(--forest);
  font-family: 'Jost', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px;
  transition: background 0.2s, transform 0.15s;
}

.btn-nominate-primary:hover {
  background: #d4b55a;
  transform: translateY(-2px);
}


/* ── VOTING MODAL ─────────────────────────────────────────────*/
.voting-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(20, 32, 20, 0.72);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}

.voting-modal-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.voting-modal-card {
  background: var(--warm-white, #faf8f4);
  border-radius: 20px;
  box-shadow: 0 16px 64px rgba(20, 32, 20, 0.3);
  width: 100%;
  max-width: 560px;
  max-height: 90vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  transform: translateY(16px);
  transition: transform 0.25s;
}

.voting-modal-overlay.active .voting-modal-card {
  transform: translateY(0);
}

/* Header */
.voting-modal-header {
  background: linear-gradient(135deg, #2c3d2e 0%, #1a2b1c 100%);
  padding: 32px 36px 28px;
  border-radius: 20px 20px 0 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}

.voting-modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: rgba(255,255,255,0.12);
  border: none;
  color: rgba(245, 240, 232, 0.7);
  font-size: 1.3rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s, color 0.15s;
  line-height: 1;
}

.voting-modal-close:hover {
  background: rgba(255,255,255,0.22);
  color: var(--cream);
}

.voting-modal-icon {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 10px;
}

.voting-modal-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.65rem;
  font-weight: 400;
  color: var(--cream);
  margin-bottom: 6px;
  line-height: 1.2;
}

.voting-modal-title em {
  font-style: italic;
  color: var(--gold);
}

.voting-modal-rule {
  width: 36px;
  height: 2px;
  background: var(--gold);
  margin: 12px auto 0;
}

/* Intro text */
.voting-intro {
  padding: 20px 36px 0;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.65;
  font-weight: 300;
}

/* Nominees list */
.voting-nominees-list {
  padding: 20px 36px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vote-option {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 18px;
  background: var(--cream);
  border: 1.5px solid rgba(44, 61, 46, 0.1);
  border-radius: 12px;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
  text-align: left;
  width: 150px;
}

.vote-option:hover {
  border-color: var(--moss);
  background: rgba(44, 61, 46, 0.03);
}

.vote-option.selected {
  border-color: var(--forest);
  background: rgba(44, 61, 46, 0.06);
}

.vote-option-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.vote-nominee-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--forest);
  line-height: 1.2;
}

.vote-nominee-cat {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  color: var(--muted);
  letter-spacing: 0.03em;
}

.vote-count-label {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.06em;
}

.vote-bar-wrap {
  width: 100%;
  height: 4px;
  background: rgba(44, 61, 46, 0.1);
  border-radius: 999px;
  overflow: hidden;
}

.vote-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--moss), var(--gold));
  border-radius: 999px;
  transition: width 0.5s ease;
}

.voting-total-label {
  padding: 10px 36px 0;
  font-family: 'Jost', sans-serif;
  font-size: 0.76rem;
  font-weight: 400;
  color: var(--muted);
  letter-spacing: 0.04em;
}

/* Loading / empty */
.voting-loading,
.voting-empty {
  padding: 40px 36px;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-style: italic;
  color: var(--muted);
}

/* Voter fields */
.voting-fields {
  padding: 24px 36px 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.voting-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.voting-field label {
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--forest);
}

.voting-field input {
  padding: 10px 14px;
  border: 1.5px solid rgba(44, 61, 46, 0.2);
  border-radius: 8px;
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  color: var(--forest);
  background: var(--cream);
  transition: border-color 0.15s;
}

.voting-field input:focus {
  outline: none;
  border-color: var(--moss);
}

.voting-field-hint {
  font-size: 0.75rem;
  color: var(--muted);
  font-weight: 300;
}

.voting-optional {
  font-size: 0.68rem;
  font-weight: 400;
  color: var(--muted);
  margin-left: 4px;
  letter-spacing: 0;
  text-transform: none;
}

.voting-req {
  color: var(--gold);
  margin-left: 2px;
}

/* Error */
.vote-error {
  margin: 0 36px;
  padding: 10px 14px;
  background: rgba(180, 40, 40, 0.08);
  border: 1px solid rgba(180, 40, 40, 0.2);
  border-radius: 8px;
  font-size: 0.85rem;
  color: #8b2222;
  display: none;
}

.vote-error.visible {
  display: block;
}

/* Submit button */
.voting-submit-wrap {
  padding: 20px 36px 32px;
}

.btn-vote-submit {
  width: 100%;
  padding: 14px 24px;
  background: var(--forest);
  color: var(--cream);
  font-family: 'Jost', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}

.btn-vote-submit:hover:not(:disabled) {
  background: var(--moss);
  transform: translateY(-1px);
}

.btn-vote-submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

/* Success state */
.voting-success-section {
  padding: 40px 36px 36px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.voting-success-icon {
  font-size: 3rem;
  line-height: 1;
}

.voting-success-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.55rem;
  font-weight: 400;
  color: var(--forest);
}

.voting-success-title em {
  font-style: italic;
  color: var(--moss);
}

.voting-success-msg {
  font-size: 0.92rem;
  color: var(--muted);
  font-weight: 300;
  line-height: 1.65;
  max-width: 380px;
}

.btn-vote-close {
  margin-top: 8px;
  padding: 11px 28px;
  background: transparent;
  border: 1.5px solid var(--forest);
  color: var(--forest);
  font-family: 'Jost', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.btn-vote-close:hover {
  background: var(--forest);
  color: var(--cream);
}


/* ── RESPONSIVE ───────────────────────────────────────────────*/
@media (max-width: 860px) {
  .competitions-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .awards-page-header {
    padding: 100px 20px 48px;
  }

  .awards-outer-section {
    padding: 52px 20px 60px;
  }

  /* Competition cards: single column on mobile */
  .competitions-list {
    grid-template-columns: 1fr;
  }

  .comp-banner {
    padding: 22px 20px 18px;
  }

  .comp-body {
    padding: 18px 20px 22px;
  }

  /* Winner cards: stack vertically on mobile */
  .winner-card {
    flex-direction: column;
  }

  .winner-badge-col {
    width: 100%;
    padding: 28px 20px 20px;
    flex-direction: row;
    gap: 20px;
  }

  .winner-badge-img {
    width: 90px;
    height: 90px;
  }

  .winner-content {
    padding: 22px 22px 24px;
  }

  .winners-filters {
    flex-direction: column;
    align-items: flex-start;
  }

  .filter-year {
    width: 100%;
  }

  /* Nomination CTA */
  .nominate-cta {
    padding: 56px 20px 64px;
  }

  /* Voting modal */
  .voting-modal-header { padding: 28px 24px 22px; }
  .voting-intro         { padding: 16px 24px 0; }
  .voting-nominees-list { padding: 16px 24px 0; }
  .voting-total-label   { padding: 10px 24px 0; }
  .voting-fields        { padding: 20px 24px 0; }
  .vote-error           { margin: 0 24px; }
  .voting-submit-wrap   { padding: 18px 24px 28px; }
  .voting-success-section { padding: 32px 24px 28px; }
}
