
        body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; margin: 0; line-height: 1.6; color: #333; background: #f6f6f6; }
        header { background: #161616; color: #fff; padding: 2rem; text-align: center; }
        .logo-text { font-family: 'League Spartan', sans-serif; font-size: 2rem; text-transform: uppercase; letter-spacing: 0.1em; color: #a78971; }
        nav { background: #fff; padding: 1rem; text-align: center; border-bottom: 2px solid #e2e2e2; }
        nav a { margin: 0 15px; text-decoration: none; color: #337ab7; font-weight: bold; }
        .hero { height: 400px; display: flex; align-items: center; justify-content: center; background: #a78971; color: #fff; text-align: center; }
        main { max-width: 900px; margin: 2rem auto; padding: 2rem; background: #fff; border-radius: 8px; box-shadow: 0 2px 6px rgba(0,0,0,0.1); }
        footer { text-align: center; padding: 2rem; font-size: 0.9rem; color: #8c715b; }
        .grid { display: flex; flex-wrap: wrap; gap: 24px; }
        .card { flex: 1; min-width: 300px; padding: 20px; border: 1px solid #eee; border-radius: 4px; }
        @media (min-width: 768px) { nav { display: flex; justify-content: center; } }
    