/* ===== ABOUT PAGE EXTRAS ===== */

/* Anniversary band — dark night sky with canvas behind */
.anni-section {
  position: relative;
  background: #1a0a00;
  padding: 56px 24px;
  overflow: hidden;
}

#anni-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.anni-inner {
  position: relative;
  z-index: 2;
}

.anni-number {
  font-family: 'Playfair Display', serif;
  font-size: 96px;
  font-weight: 700;
  color: #FDB913;
  line-height: 1;
  flex-shrink: 0;
  text-shadow: 0 0 30px rgba(253,185,19,0.4);
}

.anni-text-block h3 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: #FDB913;
  margin-bottom: 12px;
}

.anni-text-block p {
  color: rgba(255,255,255,0.85);
  font-size: 15px;
  line-height: 1.7;
}

/* Updated value cards with icon + text layout */
.value-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.value-icon {
  font-size: 22px;
  color: #005B94;
  flex-shrink: 0;
  margin-top: 2px;
}

.value-card h4 {
  font-weight: 600;
  color: #005B94;
  margin-bottom: 4px;
  font-size: 14px;
}

.value-card p {
  font-size: 13px;
  color: #4a6578;
  line-height: 1.5;
}
