/* Page-Specific Styles */

/* Styles unique to the main portfolio page (index.html) can go here if any */

/* Styles unique to Project Detail Pages (e.g., XBeast.html, autolead.html) */

.project-section .container p {
    max-width: 100%; /* Allow paragraphs to use the full width of their .container */
}

/* project-detail-header and project-section h3, h4 are already in layout.css 
   as they are structural to project pages. Only add overrides or very specific page-level
   adjustments here if necessary.
*/

/* If there were specific styles for individual project pages beyond the general
   .project-section or .project-detail-header, they would go here, e.g.: */

/* .xbeast-specific-feature {
    styles for a unique element on the XBeast page...
} */

/* .autolead-custom-layout {
    styles for a unique section on the Autolead page...
} */

/* Since most of the case study and project detail styling was generalized,
   this file might remain fairly light unless specific pages have unique needs.
*/ 