body { background: #f9f8f6; }


/* HERO PAGE */
.page-hero { padding-top: 104px; background: #f9f8f6; padding-bottom: 0; position: relative; overflow: hidden; }
.page-hero-inner { position: relative; z-index: 1; padding: 64px 56px 56px; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.page-hero-left { max-width: 640px; }
.page-eyebrow { font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: #E8000F; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.page-eyebrow::before { content: ''; width: 18px; height: 1px; background: #E8000F; display: block; }
.page-title { font-size: 40px; font-weight: 700; color: #111; line-height: 1.0; letter-spacing: -.03em; margin-bottom: 16px; }
.page-sub { font-size: 14px; font-weight: 300; color: #666; line-height: 1.7; max-width: 480px; }
.page-hero-stats { display: flex; gap: 40px; flex-shrink: 0; padding-bottom: 8px; }
.ph-stat { text-align: center; }
.ph-stat-num { font-size: 28px; font-weight: 700; color: #E8000F; line-height: 1; }
.ph-stat-label { font-size: 10px; font-weight: 400; color: #999; margin-top: 4px; white-space: nowrap; }

/* NOTICE */
.wall-notice {
  margin: 40px 56px 32px;
  padding: 16px 24px;
  background: #fff;
  border: 0.5px solid #ece9e4;
  border-left: 3px solid #E8000F;
  border-radius: 4px;
  font-size: 13px; font-weight: 300; color: #888; line-height: 1.6;
  display: flex; align-items: center; gap: 12px;
}
.wall-notice strong { color: #E8000F; font-weight: 600; }
.wall-notice a { color: #E8000F; }

/* WALL GRID */
.wall-grid { columns: 3; column-gap: 16px; padding: 0 56px 80px; }
.wall-card {
  break-inside: avoid; display: inline-block; width: 100%;
  margin-bottom: 16px;
  background: #fff;
  border: 0.5px solid #ece9e4; border-radius: 12px;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.wall-card:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,0.08); }

/* Image placeholder */
.wall-card-placeholder {
  width: 100%; display: flex; align-items: center; justify-content: center;
}
.wall-card-placeholder span { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.4); letter-spacing: .04em; }

/* Corps */
.wall-card-body { padding: 18px 20px; }
.wall-card-body--padded { padding: 24px; }
.wall-card-top { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.wall-avatar { width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; color: #fff; }
.wall-name { font-size: 13px; font-weight: 600; color: #111; }
.wall-date { font-size: 11px; color: #bbb; margin-top: 1px; }
.wall-network { margin-left: auto; flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 800; }
.net-li { background: #e8f0fe; color: #0a66c2; }
.net-ig { background: linear-gradient(135deg, #f9a825, #e91e63); color: #fff; }
.net-fb { background: #e8f0fe; color: #1877f2; }

.wall-text { font-size: 13px; font-weight: 300; color: #444; line-height: 1.65; margin-bottom: 12px; }
.wall-tag { display: inline-flex; align-items: center; gap: 4px; font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: #E8000F; background: rgba(232,0,15,0.06); padding: 3px 9px; border-radius: 10px; }
.wall-footer { display: flex; align-items: center; gap: 16px; margin-top: 14px; padding-top: 12px; border-top: 0.5px solid #f0ede8; }
.wall-likes { display: flex; align-items: center; gap: 5px; font-size: 12px; color: #bbb; }
