/* Base */
* { margin:0; padding:0; box-sizing:border-box; }
body { font-family:'Roboto', sans-serif; background:#f5f1e3; color:#222; line-height:1.6; }
h1,h2,h3 { font-family:'Playfair Display', serif; color:#0a0f2c; }

/* Container */
.container { width:90%; max-width:1000px; margin:0 auto; }

/* Header */
.site-header { background:#fffaf0; border-bottom:4px solid #d4af37; padding:1.5rem 0; }
.site-header nav { margin-top:0.5rem; }
.site-header a { margin-right:1.5rem; color:#0a0f2c; text-decoration:none; font-weight:600; }
.site-header a.active { color:#d4af37; }

/* Hero */
.hero-about { background:#fffaf0; padding:3rem 0; }
.hero-about h2 { font-size:2.4rem; margin-bottom:1rem; }
.hero-about p { color:#333; }

/* Sections */
.history-section, .mission-section, .team-section { background:#ffffff; padding:2.5rem 0; margin-bottom:1rem; border-radius:8px; box-shadow:0 4px 10px rgba(0,0,0,0.05); }
.history-section h3, .mission-section h3, .team-section h3 { font-size:2rem; margin-bottom:1rem; }
.mission-section blockquote { font-style:italic; border-left:4px solid #d4af37; margin:1rem 0; padding:0.5rem 1rem; color:#555; }

/* Team list */
.team-section ul { list-style:none; }
.team-section li { margin-bottom:0.6rem; }

/* Footer */
footer { background:#0a0f2c; color:#d4af37; text-align:center; padding:2rem 0; font-size:0.9rem; }

/* Responsive */
@media(max-width:768px){
  .history-section, .mission-section, .team-section { padding:2rem 1rem; }
  .site-header a { display:block; margin:0.5rem 0; }
}
