/**
 * Project Elevate 2026 — mobile spacing & layout overrides
 *
 * Breakpoint: max-width 768px (matches theme mobile queries).
 * Work page-by-page below; keep fixes scoped under the page modifier
 * (.pe-page--home, .pe-page--about, etc.) unless they are truly global.
 */

@media (max-width: 768px) {
	/* =========================================================================
	   Global / shared
	   ========================================================================= */

	/* .pe-section { } */
	/* .pe-container { } */
	/* .pe-page-cta { } */

	/* =========================================================================
	   Header / nav / footer
	   ========================================================================= */

	/* .pe-header { } */
	/* .pe-nav { } */
	/* .pe-footer { } */

	/* =========================================================================
	   Home — .pe-page--home
	   ========================================================================= */
	   .pe-page--home .pe-home-hero.pe-section, .pe-home-hero{
		height:auto;
	   }
	   
	   .pe-home-hero .pe-container, .pe-home-hero__content{
		justify-content: center;
		height:100dvh;
	   }
	   .pe-logo-array{
		padding:0px;
	   }

	/* .pe-page--home { } */

	/* =========================================================================
	   About — .pe-page--about
	   ========================================================================= */
	   .pe-about-hero__intro{
		margin:4rem auto;
	   }
	   .pe-about-testimonial__quote{
		font-size:1.1rem;
	   }
	   .pe-about-testimonial__quote br{
		display:none;
	   }
	   .pe-about-testimonial__media{
		padding:0px;
		margin:0px!important;
	   }
	   .pe-about-testimonial__image{
		width:100%;
		width:100%;
		margin:0 auto;
	   }
	/* .pe-page--about { } */

	/* =========================================================================
	   Application — .pe-page--application
	   ========================================================================= */

	/* .pe-page--application { } */

	/* =========================================================================
	   Alumni Corner — .pe-page--alumni
	   ========================================================================= */
	   .pe-alumni-hero__brand{
		margin-bottom:4rem;
		gap:2rem;
	   }
	/* .pe-page--alumni { } */

	/* =========================================================================
	   Default pages — .pe-page--default (generic WP pages)
	   ========================================================================= */

	/* .pe-page--default { } */
}
