.about-page-shell {
  display: grid;
  gap: 24px;
}

.about-hero,
.about-goals-shell,
.about-documents-shell {
  padding: 24px;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  gap: 22px;
  align-items: start;
}

.about-hero-copy,
.about-summary,
.about-story-card,
.about-section-head,
.about-goal-card {
  display: grid;
  gap: 18px;
}

.about-kicker {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-title {
  margin: 0;
  max-width: 13ch;
  font-size: clamp(2rem, 4vw, 3.16rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  font-weight: 900;
  color: #fff4cd;
  text-shadow:
    0 0 2px rgba(255, 247, 208, 0.9),
    0 0 12px rgba(255, 211, 111, 0.78),
    0 0 28px rgba(255, 175, 47, 0.34);
}

.about-lead,
.about-story-card p,
.about-section-lead,
.about-gallery-empty span {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.98rem;
  line-height: 1.8;
  text-wrap: pretty;
}

.about-lead-secondary {
  max-width: 58ch;
}

.about-pill-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-pill {
  min-height: 34px;
  padding: 8px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(160, 185, 226, 0.16);
  background: linear-gradient(180deg, rgba(28, 39, 60, 0.96), rgba(13, 21, 36, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(194, 217, 255, 0.06),
    0 12px 24px rgba(2, 5, 12, 0.26);
  color: var(--text-soft);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.about-summary,
.about-story-card,
.about-goal-card,
.about-document-card,
.about-gallery-empty,
.about-preview-dialog {
  border-radius: 28px;
}

.about-summary,
.about-goal-card,
.about-document-card,
.about-gallery-empty,
.about-preview-dialog {
  border: 1px solid rgba(160, 185, 226, 0.14);
  background: var(--surface-muted);
  box-shadow: var(--shadow-soft);
}

.about-summary {
  min-height: 100%;
  padding: 22px 22px 20px;
}

.about-summary h2,
.about-story-card h2,
.about-section-head h2,
.about-goal-card h3,
.about-preview-title {
  margin: 0;
  font-weight: 900;
}

.about-summary h2,
.about-story-card h2,
.about-section-head h2 {
  font-size: 1.18rem;
  line-height: 1.22;
}

.about-goal-card h3 {
  font-size: 1.02rem;
  line-height: 1.2;
}

.about-link {
  color: #ffd887;
  text-decoration: none;
}

.about-link:hover,
.about-link:focus-visible {
  text-decoration: underline;
  outline: none;
}

.about-bullet-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.about-bullet-list li {
  position: relative;
  padding-left: 20px;
  color: var(--text-soft);
  font-size: 0.88rem;
  line-height: 1.68;
}

.about-bullet-list li::before {
  content: "";
  position: absolute;
  top: 0.67em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffe38f 0%, #ff9f21 100%);
  box-shadow: 0 0 12px rgba(255, 182, 67, 0.36);
}

.about-bullet-list strong {
  color: var(--text-main);
}

.about-story-grid,
.about-goals-grid,
.about-document-grid {
  display: grid;
  gap: 18px;
}

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

.about-story-card,
.about-goal-card {
  padding: 22px;
}

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

.about-documents-shell {
  display: grid;
  gap: 22px;
}

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

.about-document-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
}

.about-document-image {
  width: 100%;
  height: 100%;
  min-height: 260px;
  display: block;
  object-fit: cover;
  background:
    radial-gradient(circle at top, rgba(97, 132, 196, 0.2), transparent 42%),
    linear-gradient(145deg, rgba(23, 33, 51, 0.96), rgba(10, 16, 29, 0.94));
}

.about-document-meta {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(165, 186, 222, 0.18);
  background: rgba(8, 15, 28, 0.82);
  backdrop-filter: blur(10px);
}

.about-document-label {
  color: #f4f8ff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.about-document-open,
.about-document-remove {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(160, 185, 226, 0.24);
  background: rgba(9, 16, 31, 0.78);
  color: #f6f9ff;
  font-size: 0.72rem;
  font-weight: 900;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(215, 228, 248, 0.08),
    0 10px 24px rgba(1, 4, 10, 0.34);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.about-document-open:hover,
.about-document-open:focus-visible,
.about-document-remove:hover,
.about-document-remove:focus-visible {
  transform: translateY(-1px);
  outline: none;
  border-color: rgba(255, 186, 91, 0.52);
  box-shadow:
    inset 0 1px 0 rgba(215, 228, 248, 0.08),
    0 0 0 4px rgba(255, 177, 66, 0.12),
    0 12px 26px rgba(1, 4, 10, 0.38);
}

.about-document-remove {
  position: absolute;
  top: 14px;
  right: 14px;
}

.about-gallery-empty {
  min-height: 230px;
  padding: 24px;
  display: grid;
  place-items: center;
  text-align: center;
  gap: 10px;
}

.about-gallery-empty strong {
  font-size: 1rem;
  font-weight: 900;
}

.about-upload-panel {
  margin-top: 6px;
}

.about-progress-list {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.about-progress-card {
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid rgba(160, 185, 226, 0.14);
  background: linear-gradient(145deg, rgba(13, 20, 34, 0.94), rgba(23, 33, 49, 0.92));
  box-shadow:
    inset 1px 1px 0 rgba(196, 220, 255, 0.06),
    inset -1px -1px 0 rgba(1, 4, 10, 0.56);
}

.about-progress-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--text-main);
  font-size: 0.74rem;
  font-weight: 800;
}

.about-progress-track {
  height: 10px;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(97, 116, 150, 0.32);
}

.about-progress-bar {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffe08a 0%, #eb8f0d 100%);
}

.about-progress-bar[data-tone="success"] {
  background: linear-gradient(90deg, #8ff6ad 0%, #20bf55 100%);
}

.about-progress-bar[data-tone="error"] {
  background: linear-gradient(90deg, #ff9fb2 0%, #d54868 100%);
}

.about-progress-status {
  margin: 10px 0 0;
  color: var(--text-soft);
  font-size: 0.8rem;
  line-height: 1.6;
}

.about-preview-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.26s ease;
}

.about-preview-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.about-preview-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 9, 18, 0.72);
  backdrop-filter: blur(12px);
  opacity: 0;
  transition: opacity 0.26s ease;
}

.about-preview-dialog {
  position: relative;
  z-index: 1;
  width: min(920px, calc(100vw - 32px));
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 24px;
  display: grid;
  gap: 18px;
  opacity: 0;
  transform: translateY(28px) scale(0.96);
  transition: opacity 0.28s ease, transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-preview-modal.is-visible .about-preview-backdrop {
  opacity: 1;
}

.about-preview-modal.is-visible .about-preview-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.about-preview-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(160, 185, 226, 0.16);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(28, 39, 60, 0.96), rgba(13, 21, 36, 0.96));
  color: var(--text-main);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: var(--shadow-soft);
}

.about-preview-copy {
  display: grid;
  gap: 10px;
  padding-right: 48px;
}

.about-preview-title {
  max-width: 18ch;
  font-size: clamp(1.5rem, 3.1vw, 2.2rem);
  line-height: 1.04;
}

.about-preview-frame {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(160, 185, 226, 0.14);
  background: var(--surface-muted);
  box-shadow: var(--shadow-soft);
}

.about-preview-image {
  width: 100%;
  height: auto;
  display: block;
  background:
    radial-gradient(circle at top, rgba(97, 132, 196, 0.2), transparent 42%),
    linear-gradient(145deg, rgba(23, 33, 51, 0.96), rgba(10, 16, 29, 0.94));
}

@media (max-width: 1120px) {
  .about-story-grid,
  .about-document-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .about-hero,
  .about-goals-grid,
  .about-story-grid,
  .about-document-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .about-hero,
  .about-goals-shell,
  .about-documents-shell,
  .about-story-card,
  .about-goal-card,
  .about-preview-dialog {
    padding: 22px 20px;
  }

  .about-title {
    max-width: 13ch;
    font-size: clamp(1.82rem, 8vw, 2.56rem);
  }

  .about-lead,
  .about-story-card p,
  .about-section-lead {
    font-size: 0.94rem;
  }

  .about-preview-copy {
    padding-right: 0;
  }
}
