:root {
  --navy: #0B1B3A;
  --gold: #D4AF37;
  --slate: #0b1220;
}

html { scroll-behavior: smooth; }
body { font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial; }

.glass {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.container-max { max-width: 1120px; }


/* Polished adjustments */
a { text-decoration: none; }
.prose h2 { color: var(--navy); font-weight: 800; }
.prose h3 { color: var(--navy); font-weight: 800; }


/* nav dropdown */
summary::-webkit-details-marker{display:none;}
summary{list-style:none;}
