/* ============================================
   Beretta Gold Cup 2026 — Design System
   ============================================ */

/* --- Base --- */
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  background: #ffffff;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* --- Section Backgrounds --- */
.section-white { background: #ffffff; }
.section-warm  { background: #f5f5f0; }
.section-dark  { background: #3c3c3c;; color: #ffffff; }

.section-dark h1,
.section-dark h2,
.section-dark h3 { color: #ffffff; }
.section-dark p   { color: rgba(255, 255, 255, 0.7); }
.section-dark .section-label { color: rgba(255, 255, 255, 0.4); }

/* --- Section Label --- */
.section-label {
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #6b6b6b;
  margin-bottom: 1rem;
}

/* --- Divider --- */
.divider {
  width: 60px;
  height: 2px;
  background: #c8102e;
}

/* --- Buttons --- */
.btn {
  display: inline-block;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 14px 36px;
  border: 2px solid;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-light {
  color: #ffffff;
  border-color: #ffffff;
  background: transparent;
}
.btn-light:hover {
  background: #ffffff;
  color: #1a1a1a;
}

.btn-dark {
  color: #1a1a1a;
  border-color: #1a1a1a;
  background: transparent;
}
.btn-dark:hover {
  background: #1a1a1a;
  color: #ffffff;
}

.btn-accent {
  color: #c8102e;
  border-color: #c8102e;
  background: transparent;
}
.btn-accent:hover {
  background: #c8102e;
  color: #ffffff;
}

@media (max-width: 767px) {
  .btn {
    padding: 12px 28px;
    font-size: 12px;
  }
}

/* --- Detail Card --- */
.detail-card {
  border: 1px solid #e0e0e0;
  padding: 1.5rem;
  transition: border-color 0.3s ease;
}
.detail-card:hover {
  border-color: #c8102e;
}

.detail-label {
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6b6b6b;
  margin-bottom: 0.5rem;
}

.detail-value {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  color: #1a1a1a;
}

/* --- Division Card --- */
.division-card {
  text-align: center;
  padding: 2rem 1rem;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}
.division-card:hover {
  border-color: #c8102e;
  background: #ffffff;
}

.division-name {
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #1a1a1a;
}

/* --- Step Number --- */
.step-number {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #c8102e;
  line-height: 1;
}

/* --- Navigation --- */
.nav-bar {
  background: #3c3c3c;
  width: 100%;
}

.nav-brand {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-decoration: none;
}

.nav-link {
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.nav-link:hover {
  color: #c8102e;
}

.mobile-menu {
  display: none;
  border-top: 1px solid #333333;
}
.mobile-menu.open {
  display: block;
}
.mobile-menu .nav-link {
  display: block;
  padding: 0.5rem 0;
}

/* --- Hamburger --- */
.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s ease;
}

/* --- Footer --- */
.site-footer {
  background: #3c3c3c;;
  color: rgba(255, 255, 255, 0.6);
}

.footer-heading {
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 1.25rem;
}

.footer-link {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-link:hover {
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid #333333;
  color: rgba(255, 255, 255, 0.3);
}

/* --- Prose --- */
.prose {
  max-width: 800px;
  line-height: 1.7;
}

.prose h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
  color: #1a1a1a;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.prose h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #1a1a1a;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.prose h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #1a1a1a;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.prose p {
  color: #333333;
  font-size: 16px;
  margin-bottom: 1.25rem;
}

.prose a {
  color: #c8102e;
  text-decoration: none;
  transition: color 0.3s ease;
}
.prose a:hover {
  color: #a00d24;
}

.prose strong {
  color: #1a1a1a;
  font-weight: 600;
}

.prose ul,
.prose ol {
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
}

.prose li {
  margin-bottom: 0.5rem;
}

.prose ul li::marker { color: #c8102e; }
.prose ol li::marker { color: #c8102e; }

.prose table {
  width: 100%;
  font-size: 15px;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}

.prose th {
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6b6b6b;
  text-align: left;
  padding: 0.75rem 1rem;
  border-bottom: 2px solid #e0e0e0;
}

.prose td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e0e0e0;
}

.prose tr:hover {
  background: #f5f5f0;
}

.prose blockquote {
  border-left: 3px solid #c8102e;
  padding-left: 1.5rem;
  margin: 1.5rem 0;
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  color: #6b6b6b;
}

.prose code {
  font-family: 'SFMono-Regular', Consolas, monospace;
  font-size: 14px;
  color: #c8102e;
  background: #f5f5f0;
  padding: 0.2em 0.4em;
  border-radius: 2px;
}

.prose pre code {
  display: block;
  padding: 1rem;
  overflow-x: auto;
  color: #333333;
}

.prose hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 2.5rem 0;
}

.prose img {
  max-width: 100%;
  height: auto;
}
