/**
 * Sitetology OS — site-layout.css
 * Main site layout system for sq-home and sq-legal pages. Replaces WPCode ID72.
 * Auto-loaded by enqueue.php — never edit WPCode instead of this file.
 * NetFusion Media, Inc. — SurveyQueen
 */

/* =========================================================
   SURVEYQUEEN — MAIN SITE LAYOUT SYSTEM
   Title: SurveyQueen Layout System
   Type: CSS | Insertion: Site Wide Footer | Priority: 15
   Applies ONLY to sq-home + sq-legal
========================================================= */

/* RESET */
body.sq-home,
body.sq-legal {
  margin: 0 !important;
  padding: 0 !important;
}

/* FULL-WIDTH LAYOUT */
body.sq-home #page,
body.sq-home #content,
body.sq-home #primary,
body.sq-home #main,
body.sq-home .site-container,
body.sq-home .site-inner,
body.sq-home .content-sidebar-wrap,
body.sq-home .content,
body.sq-home .entry,
body.sq-home .entry-content,
body.sq-legal #page,
body.sq-legal #content,
body.sq-legal #primary,
body.sq-legal #main,
body.sq-legal .site-container,
body.sq-legal .site-inner,
body.sq-legal .content-sidebar-wrap,
body.sq-legal .content,
body.sq-legal .entry,
body.sq-legal .entry-content {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

/* REMOVE GENESIS TOP SPACING */
body.sq-home .site-inner,
body.sq-legal .site-inner {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* NAV */
body.sq-home .sq-nav-links a {
  font-size: 1.05rem !important;
}
body.sq-home .sq-logo {
  font-size: 1.5rem !important;
}

/* FOOTER */
body.sq-home .sq-footer {
  font-size: 15px !important;
}
body.sq-home .sq-footer p,
body.sq-home .sq-footer-brand > p,
body.sq-home .sq-footer-affiliate {
  font-size: 14px !important;
  line-height: 1.7 !important;
}
body.sq-home .sq-footer-links a {
  font-size: 15px !important;
}
body.sq-home .sq-footer-links h4 {
  font-size: 11px !important;
  letter-spacing: 1.2px !important;
}
body.sq-home .sq-footer-bottom {
  font-size: 13px !important;
}

/* DESKTOP ENHANCEMENTS */
@media (min-width: 1024px) {

  /* Split hero — full breathing room */
  body.sq-home .sq-hero-inner {
    max-width: 1140px !important;
  }

  /* Sub-headline — readable line length */
  body.sq-home .sq-hero-sub {
    max-width: 580px !important;
    margin-left: 0 !important;
  }

  /* CTA paragraph — centered, wraps naturally */
  body.sq-home .sq-cta p {
    max-width: 600px !important;
    margin: 0 auto 30px !important;
    white-space: normal !important; /* NEVER use nowrap here */
  }

  /* Footer brand column */
  body.sq-home .sq-footer-brand {
    max-width: 360px !important;
  }
  body.sq-home .sq-footer-brand > p {
    max-width: 320px !important;
  }
}'