html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 17px; line-height: 30px; color: #e0e0e0; background-color: #1a1a1a; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.wrapper { width: 100%; min-height: 100vh; overflow-x: hidden; background-color: #1a1a1a; }
.wrapper .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.wrapper h1, .wrapper h2, .wrapper h3, .wrapper h4, .wrapper h5, .wrapper h6 { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; color: #ffffff; font-weight: 800; }
.wrapper h1 { font-size: 38px; line-height: 46px; letter-spacing: -1px; }
.wrapper h2 { font-size: 30px; line-height: 38px; letter-spacing: -0.5px; }
.wrapper h3 { font-size: 22px; line-height: 30px; }
.wrapper h4 { font-size: 18px; line-height: 26px; }
.wrapper a { color: #d4af37; transition: color 0.25s ease; }
.wrapper a:hover { color: #e8c84a; }
.wrapper .section-label { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 800; letter-spacing: 4px; text-transform: uppercase; color: #d4af37; margin-bottom: 14px; }
.wrapper .section-label::before { content: ""; display: inline-block; width: 28px; height: 1px; background: linear-gradient(90deg, #d4af37, rgba(212, 175, 55, 0)); }
@media (min-width: 768px) {
  .wrapper .container { padding: 0 40px; }
  .wrapper h1 { font-size: 52px; line-height: 58px; letter-spacing: -2px; }
  .wrapper h2 { font-size: 38px; line-height: 46px; letter-spacing: -1px; }
  .wrapper h3 { font-size: 24px; line-height: 32px; }
}
@media (min-width: 1024px) {
  .wrapper h1 { font-size: 64px; line-height: 70px; letter-spacing: -2.5px; }
  .wrapper h2 { font-size: 44px; line-height: 52px; letter-spacing: -1.5px; }
  .wrapper h3 { font-size: 26px; line-height: 34px; }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 0 20px rgba(200, 16, 46, 0.3); }
  50% { box-shadow: 0 0 40px rgba(200, 16, 46, 0.5); }
}
@keyframes shimmerGold {
  0% { background-position: -400px 0; }
  100% { background-position: 400px 0; }
}
.wrapper .animate-in { opacity: 0; animation: fadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
.wrapper .animate-delay-1 { animation-delay: 0.1s; }
.wrapper .animate-delay-2 { animation-delay: 0.2s; }
.wrapper .animate-delay-3 { animation-delay: 0.3s; }
.wrapper .animate-delay-4 { animation-delay: 0.4s; }
.wrapper .animate-delay-5 { animation-delay: 0.5s; }
.wrapper .animate-delay-6 { animation-delay: 0.6s; }
/* Reusable "Continue reading" related-links module (UCR-003) */
.wrapper .related-block { margin-top: 28px; padding: 24px 26px; background-color: #ffffff; border: 1px solid rgba(26, 26, 28, 0.08); border-radius: 10px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03); }
.wrapper .related-block .related-heading { font-size: 13px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #b08e2a; margin: 0 0 12px; }
.wrapper .related-block .related-list { display: flex; flex-direction: column; gap: 8px; }
.wrapper .related-block .related-list .related-link { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; color: #c8102e; text-decoration: none; }
.wrapper .related-block .related-list .related-link:hover { gap: 10px; color: #c8102e; }
.wrapper .related-block .related-list .related-link .related-arrow { width: 13px; height: 13px; }
/* Mobile-scroll wrapper for data-dense graphics (UCR-005) */
.wrapper .graphic-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.wrapper .graphic-scroll img { min-width: 600px; }
