/* fas5.css — Minnen (efterfest): nostalgisk, guld och kräm */

.fas5-view-home {
  max-width: none;
  padding: 0;
}

.fas5-hero {
  background: var(--color-amber-light);
  text-align: center;
  padding: var(--space-5) var(--page-pad) var(--space-4);
}

.fas5-title {
  font-family: var(--font-heading);
  font-size: var(--text-2xl);
  color: var(--color-rust-deep);
  margin-bottom: var(--space-1);
}

.fas5-subtitle {
  font-size: var(--text-base);
  color: var(--color-amber-deep);
  margin-bottom: 0;
}

/* ─── Kvällen i siffror ───────────────────────────────────────────────── */

.fas5-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-2);
  padding: var(--space-4) var(--page-pad);
  max-width: var(--max-width);
  margin-inline: auto;
}

.fas5-stat {
  text-align: center;
  background: #fff;
  border: var(--border-amber);
  border-radius: var(--radius-md);
  padding: var(--space-2);
}

.fas5-stat-num {
  display: block;
  font-family: var(--font-heading);
  font-size: var(--text-xl);
  font-weight: 700;
  color: var(--color-rust-deep);
}

.fas5-stat-label {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* ─── Tack ────────────────────────────────────────────────────────────── */

.fas5-thanks {
  max-width: var(--max-width);
  margin: 0 auto var(--space-4);
  padding: var(--space-3) var(--space-4);
  text-align: center;
}

.fas5-thanks-icon {
  font-size: 2rem;
  margin-bottom: var(--space-2);
}

.fas5-thanks-text {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: var(--text-lg);
  color: var(--color-text);
  line-height: 1.6;
  margin-bottom: var(--space-1);
}

.fas5-thanks-signature {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  margin-bottom: 0;
}

/* ─── Minnesgalleri ───────────────────────────────────────────────────── */

.fas5-actions {
  display: flex;
  justify-content: center;
  padding: 0 var(--page-pad) var(--space-5);
}

.fas5-actions .btn {
  text-decoration: none;
}

.fas5-gallery-heading {
  padding: 0 var(--page-pad);
  max-width: var(--max-width);
  margin: 0 auto var(--space-2);
}

/* ─── Flöde ─────────────────────────────────────────────────────────────── */
.fas5-view-feed .section-header p,
.fas5-view-highlights .section-header p {
  color: var(--color-text-muted);
}

.fas5-view-feed .fas4-feed {
  padding-bottom: var(--space-4);
}

/* ─── Höjdpunkter ───────────────────────────────────────────────────────── */
.fas5-view-highlights,
.fas5-view-info {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.fas5-view-highlights .section-header,
.fas5-view-info .section-header {
  margin-bottom: 0;
}

.fas5-highlight-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--space-3);
  align-items: center;
  padding: var(--space-4);
  border: var(--border-amber);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: 0 4px 18px rgba(61, 34, 20, 0.07);
}

.fas5-highlight-card h3 {
  margin-bottom: 0.25rem;
  font-size: var(--text-lg);
}

.fas5-highlight-card p {
  color: var(--color-text-muted);
}

.fas5-highlight-icon {
  display: grid;
  width: 4rem;
  height: 4rem;
  place-items: center;
  border-radius: 50%;
  background: var(--color-amber-light);
  font-size: 2rem;
}

.fas5-slideshow-card .btn {
  grid-column: 1 / -1;
  justify-self: stretch;
  text-decoration: none;
}

.fas5-winner-card {
  background: linear-gradient(145deg, #fff, var(--color-amber-light));
}

.fas5-winner-card--decided {
  border-color: var(--color-amber);
  box-shadow: 0 7px 24px rgba(178, 87, 31, 0.14);
}

/* ─── Om appen ──────────────────────────────────────────────────────────── */
.fas5-about-card {
  padding: var(--space-4);
  border: 1px solid #e8e1d4;
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: 0 4px 18px rgba(61, 34, 20, 0.06);
}

.fas5-about-card h3 {
  margin-bottom: var(--space-2);
  font-size: var(--text-lg);
}

.fas5-about-card p {
  color: var(--color-text-muted);
  line-height: 1.65;
}

.fas5-about-icon {
  display: block;
  margin-bottom: var(--space-2);
  font-size: 2.25rem;
}

.fas5-contact-card {
  border-color: var(--color-amber);
  background: linear-gradient(145deg, #fffdf8, var(--color-amber-light));
}
