/* Critical CSS - Above-the-fold styles only (~30KB target) */
/* IMPORTANT: This is a starter template. Extract actual critical styles from your theme */

/* === RESET & BASE === */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%;font-size:16px}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6;color:#333;background:#fff}

/* === HEADER & LOGO === */
.site-header{position:relative;z-index:100;background:#fff;border-bottom:1px solid #f0f0f0}
.header-wrapper{max-width:1200px;margin:0 auto;padding:1rem}
.logo{max-width:200px;height:auto}
.logo img{display:block;width:100%;height:auto}

/* Mobile logo size - smaller on mobile */
@media (max-width:767px){
  .logo{max-width:120px}
}

/* === NAVIGATION - Critical === */
.main-navigation{display:flex;align-items:center;justify-content:space-between}
.nav-menu{display:flex;list-style:none;gap:1.5rem}
.nav-menu a{text-decoration:none;color:#333;font-weight:500}

/* === MOBILE MENU TOGGLE === */
.mobile-menu-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer}
@media (max-width:768px){
  .mobile-menu-toggle{display:block}
  .nav-menu{display:none}
}

/* === LAYOUT GRID === */
.container{max-width:1200px;margin:0 auto;padding:0 1rem}
.row{display:flex;flex-wrap:wrap;margin:0 -0.5rem}
.col{flex:1;padding:0 0.5rem}

/* === HERO/BANNER - Above Fold === */
.hero-section,.banner-area{position:relative;min-height:400px;display:flex;align-items:center;justify-content:center;background:#f9f9f9}
.hero-content{text-align:center;max-width:800px;padding:2rem}
.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}
.hero-subtitle{font-size:1.25rem;margin-bottom:1.5rem;color:#666}

/* === BUTTONS - Critical === */
.btn{display:inline-block;padding:0.75rem 1.5rem;border:none;border-radius:4px;cursor:pointer;text-decoration:none;font-weight:600;transition:all 0.3s}
.btn-primary{background:#333;color:#fff}
.btn-primary:hover{background:#555}

/* === UTILITY CLASSES === */
.text-center{text-align:center}
.d-flex{display:flex}
.d-none{display:none}
.mt-1{margin-top:0.5rem}
.mb-1{margin-bottom:0.5rem}
.p-1{padding:0.5rem}

/* === RESPONSIVE IMAGES === */
img{max-width:100%;height:auto}

/* === LOADING STATE === */
.loading{opacity:0.6;pointer-events:none}

/* End Critical CSS - Total size should be under 30KB when properly extracted */
