.upload-hero {
  padding-bottom: 52px;
}

.upload-hero .reveal,
.upload-section .reveal {
  opacity: 1;
  transform: none;
}

.upload-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: center;
}

.upload-sidecard {
  transform: none;
}

.upload-sidecard .contact-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
}

.upload-sidecard .contact-box span {
  width: 100%;
}

.upload-sidecard .contact-box a {
  margin-top: 0;
  white-space: nowrap;
  font-size: 18px;
}

.upload-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.upload-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .66);
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 800;
}

.upload-section {
  background: linear-gradient(180deg, #efe2cc 0%, #f7f4ec 100%);
}

.upload-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
  width: min(980px, 100%);
  margin: 0 auto;
}

.upload-layout .sticky-intro {
  position: static;
  display: grid;
  justify-items: start;
  gap: 6px;
  margin-bottom: 2px;
}

.upload-layout .sticky-intro .eyebrow {
  margin: 0;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid var(--line);
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: .12em;
}

.upload-layout .sticky-intro h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.02;
}

.upload-form {
  background: rgba(255, 255, 255, .8);
  padding: 26px;
}

.upload-form fieldset {
  padding: 18px;
  margin-bottom: 14px;
}

.upload-form .form-grid {
  gap: 16px;
}

.upload-form textarea {
  min-height: 118px;
}

.upload-note {
  text-align: left;
}

.upload-progress {
  display: grid;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #fffaf0;
  border: 1px solid var(--line);
}

.upload-progress-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
}

.upload-progress-head strong {
  color: var(--moss);
}

.upload-progress-head span {
  color: var(--muted);
  font-weight: 800;
}

.upload-progress-bar {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(41, 68, 56, .1);
}

.upload-progress-fill {
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--ember), var(--sun));
  transition: width .18s ease;
}

.file-preview {
  display: grid;
  gap: 10px;
}

.file-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fffaf0;
}

.file-chip strong {
  font-size: 14px;
}

.file-chip span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 980px) {
  .upload-hero-grid,
  .upload-layout {
    grid-template-columns: 1fr;
  }

  .upload-layout .sticky-intro {
    gap: 8px;
  }
}

@media (max-width: 680px) {
  .upload-form {
    padding: 18px;
  }

  .upload-form fieldset {
    padding: 16px;
  }
}
